Sitecore.Kernel.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Sitecore.Kernel</name>
    </assembly>
    <members>
        <member name="T:Sitecore.Abstractions.BaseAccessRightManager">
            <summary>
            The default access right manager base.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAccessRightManager.GetAccessRight(System.String)">
            <summary>
            Gets an access right definition from its name.
            </summary>
            <param name="accessRightName">Name of the access right.</param>
            <returns>The access right definition.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAccessRightManager.GetAccessRights">
            <summary>
            Gets all known access rights.
            </summary>
            <returns>All known access rights.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAccessRightManager.IsApplicable(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Determines whether the specified access right is applicable for the given entity.
            </summary>
            <param name="accessRight">The access right.</param>
            <param name="entity">The entity.</param>
            <returns>
              <c>true</c> if the specified access right is applicable; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseArchiveManager">
            <summary>
            Manages the logic on <see cref="T:Sitecore.Data.Items.Item"/> archiving (storing an item outside content tree, can be restored at any time).
            <para>Check 'Archive and restore an item' Sitecore documentation for more details.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseArchiveManager.GetArchive(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an archive by name from the specified database.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
            <returns>The archive.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseArchiveManager.GetArchiveCount(Sitecore.Data.Database)">
            <summary>
            Gets the archive count for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The archive count.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseArchiveManager.GetArchives(Sitecore.Data.Database)">
            <summary>
            Gets all the archives of the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The archives.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseAuthenticationManager">
            <summary>
            The base authentication manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.BuildVirtualUser(System.String,System.Boolean)">
            <summary>
            Builds a virtual user.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, consider the user as authenticated.</param>
            <returns>The virtual user.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.CheckLegacyPassword(Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks the legacy password, converts it to the new format.
            </summary>
            <param name="user">The user object.</param>
            <param name="password">The password.</param>
            <returns><c>True</c>, if user had a format in the old representation.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.GetActiveUser">
            <summary>
            Gets the active user.
            </summary>
            <returns>Active User.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.LoginVirtualUser(Sitecore.Security.Accounts.User)">
            <summary>
            Logs a virtual user into the system without checking a password.
            </summary>
            <param name="user">The user.</param>
            <returns><c>true</c> if user is logged in; otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(Sitecore.Security.Accounts.User)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="user">The user.</param>
            <returns><c>true</c> if user is logged in; otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(System.String)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(System.String,System.String)">
            <summary>
            Logs a user into the system if the <paramref name="password"/> is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(System.String,System.Boolean)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logs a user into the system if the <paramref name="password"/> is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(System.String,System.Boolean,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> [persistent].</param>
            <param name="allowLoginToShell">If set to <c>true</c>it will allow login to shell site.</param>
            <returns><c>true</c> If user was successfully logged in, otherwise<c>false</c></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Login(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> [persistent].</param>
            <param name="allowLoginToShell">If set to <c>true</c>it will allow login to shell site.</param>
            <returns><c>true</c> If user was successfully logged in, otherwise<c>false</c></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.Logout">
            <summary>
            Logs out the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.SetActiveUser(System.String)">
            <summary>
            Sets the active user.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.SetActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Sets the active user.
            </summary>
            <param name="user">The user object.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.GetAuthenticationData(System.String)">
            <summary>
            Gets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <param name="authenticationData">
            The authentication data.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthenticationManager.IsAuthenticationTicketExpired">
            <summary>
            Determines whether authentication ticket is expired.
            </summary>
            <returns>
              <c>true</c> if authentication ticket is expired; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseAuthorizationManager">
            <summary>
            The base authorization manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthorizationManager.GetAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Determines the kind of access control that is associated with the specified entity.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns>The access control that is associated with the entity.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthorizationManager.GetAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the access rules for an entity.
            </summary>
            <param name="entity">The object representing the entity.</param>
            <returns>The list of rules. This is guaranteed never to be <c>null</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthorizationManager.IsAllowed(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether a specific operation on the specified entity is allowed.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if the operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthorizationManager.IsDenied(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified operation on an entity is denied.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if the specified operation is denied; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthorizationManager.RemoveAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Removes all access rules from a specific entity.
            </summary>
            <param name="entity">The entity.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseAuthorizationManager.SetAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules for an entity.
            </summary>
            <param name="entity">The object representing the entity.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseCacheManager">
            <summary>
            Provides access to both registered Sitecore caches, and their usage statistics.
            <para>Allows partial clearance for security-related caches.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseCacheManager.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.CacheManager"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseCacheManager.LoadFactor">
            <summary>
            Gets or sets the load factor.
            </summary>
            <value>The load factor.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.ClearAccessResultCache">
            <summary>
            Clears the access result cache.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.ClearAllCaches">
            <summary>
            Clears all caches.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.ClearIsInRoleCache(System.String)">
            <summary>
            Clear cache with information about is user in role.
            </summary>
            <param name="userName">The user name.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.ClearSecurityCache(System.String)">
            <summary>
            Clear security cache.
            </summary>
            <param name="userName">The user name.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.ClearUserProfileCache(System.String)">
            <summary>
            Clear cache with user profiles.
            </summary>
            <param name="userName">The user name.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.ClearAccessResultCache(System.String)">
            <summary>
            Clear cache with user profiles.
            </summary>
            <param name="userName">The user name.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.FindCacheByName(System.String)">
            <summary>
            Finds the cache by its name.
            </summary>
            <param name="name">The name of the cache.</param>
            <returns>The cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.FindCacheByName``1(System.String)">
            <summary>
            Finds the cache by its name.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="name">The name of the cache.</param>
            <returns>
            The cache.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetAccessResultCache">
            <summary>
            Gets the access result cache.
            </summary>
            <returns>The access cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetAllCaches">
            <summary>
            Gets all caches.
            </summary>
            <returns>The all caches.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetDataCache(Sitecore.Data.Database)">
            <summary>
            Gets the data cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The data cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetDeviceItemsCache">
            <summary>
            Gets the device items cache.
            </summary>
            <returns>The device items cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetFilteredItemsCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the filtered items cache for the specified site.
            </summary>
            <param name="site">The site.</param>
            <returns>The filtered items cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetHtmlCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the HTML cache.
            </summary>
            <param name="site">The site.</param>
            <returns>The HTML cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetIsInRoleCache">
            <summary>
            Gets the is in role cache.
            </summary>
            <returns>The is in role cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetItemCache(Sitecore.Data.Database)">
            <summary>
            Gets the item cache of a database.
            </summary>
            <param name="database">The database.</param>
            <returns>The item cached.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetNamedInstance(System.String,System.Int64,System.Boolean)">
            <summary>
            Get the instance of cache by name or creates a new instance if it does not exist.
            </summary>
            <param name="name">The name of the cache.</param>
            <param name="defaultMaxSize">Default max size of the cache instance.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>
            The named instance.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetNamedInstance``1(System.String,System.Int64,System.Boolean)">
            <summary>
            Get the instance of cache by name or creates a new instance if it does not exist.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="name">The name of the cache.</param>
            <param name="defaultMaxSize">Default max size of the cache instance.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>
            The named instance.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetPathCache(Sitecore.Data.Database)">
            <summary>
            Gets the path cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The path cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetItemPathsCache(Sitecore.Data.Database)">
            <summary>
            Gets the item paths cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The ItemPathsCache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetRegistryCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the registry cache.
            </summary>
            <param name="site">The site.</param>
            <returns>The registry cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetStatistics">
            <summary>
            Gets the statistics.
            </summary>
            <returns>The statistics.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetUserProfileCache">
            <summary>
            Gets the user profile cache.
            </summary>
            <returns>The user profile cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetViewStateCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the view state cache.
            </summary>
            <param name="site">The site.</param>
            <returns>The view state cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.GetXslCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the XSL cache.
            </summary>
            <param name="site">The site.</param>
            <returns>The XSL cache.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.Register(Sitecore.Caching.ICacheInfo)">
            <summary>
            Registers the specified cache.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCacheManager.UnRegister(Sitecore.Caching.ICacheInfo)">
            <summary>
            Unregisters the specified cache.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseClient">
            <summary>The base client.</summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseClient.AjaxScriptManager">
            <summary>
            Gets the current ajax script manager, asserts its presence.
            </summary>
            <value>The ajax script manager.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseClient.ContentDatabase">
            <summary>
            Gets the content database.
            </summary>
            <value>The content database.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.ContentDatabase is null.</exception>
        </member>
        <member name="P:Sitecore.Abstractions.BaseClient.CoreDatabase">
            <summary>
            Gets the core database.
            </summary>
            <value>The core database.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.CoreDatabase is null.</exception>
        </member>
        <member name="P:Sitecore.Abstractions.BaseClient.Device">
            <summary>
            Gets the device.
            </summary>
            <value>The device.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Device is null.</exception>
        </member>
        <member name="P:Sitecore.Abstractions.BaseClient.Page">
            <summary>
            Gets the page.
            </summary>
            <value>The page.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Page is null.</exception>
        </member>
        <member name="P:Sitecore.Abstractions.BaseClient.Site">
            <summary>
            Gets the site.
            </summary>
            <value>The site.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Site is null.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetDatabaseNotNull(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>The database.</returns>
            <exception cref="T:Sitecore.Exceptions.DatabaseNullException"><c>DatabaseNullException</c>.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(System.String)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The item not null.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException">Item is null.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(Sitecore.Data.ID)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The item.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException">Item not found.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseClient.GetItemNotNull(Sitecore.Data.ItemUri)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The item.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException"><c>ItemNullException</c>.</exception>
        </member>
        <member name="T:Sitecore.Abstractions.BaseComparerFactory">
            <summary>
            Provides <see cref="T:System.Collections.Generic.IComparer`1"/> for given item, or sorting and database pair.
            <para>Check <see cref="N:Sitecore.Data.Comparers"/> namespace for sample comparers.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseComparerFactory.GetComparer(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the comparer.
            </summary>
            <param name="sortingId">The sorting ID.</param>
            <param name="database">The database.</param>
            <returns>The comparer.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseComparerFactory.GetComparer(Sitecore.Data.Items.Item)">
            <summary>
            Gets the comparer.
            </summary>
            <param name="item">The item.</param>
            <returns>The comparer.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseControlManager">
            <summary>
            Manages logic to get <see cref="T:Sitecore.Web.UI.WebControls.IWebControl"/> by contolUri and a set of key-value parameters.
            <example>
            <para>Example: <see cref="T:Sitecore.Web.UI.WebControls.XslFile"/> implements the IWebControl interface.</para>
            </example>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseControlManager.GetControl(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Gets a control matching the specified uri.
            </summary>
            <param name="controlUri">The control URI.</param>
            <param name="parameters">The parameters.</param>
            <returns>The control.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseCorePipelineManager">
            <summary>
            The base core pipeline factory.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCorePipelineManager.ClearCache">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCorePipelineManager.GetPipeline(System.String,System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineGroup">The pipeline group.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.Boolean)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="failIfNotExists">If set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.String)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="pipelineDomain">The pipeline domain.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.String,System.Boolean)">
            <summary>
            Runs the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="pipelineDomain">The pipeline domain.</param>
            <param name="failIfNotExists">If set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseDistributedPublishingManager">
            <summary>
            The default distributed publishing manager base.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDistributedPublishingManager.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="statusHandle">
            The status handle.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDistributedPublishingManager.QueuePublish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDistributedPublishingManager.QueuePublish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="clientLanguage">The client language.</param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDistributedPublishingManager.StartPublishing(Sitecore.Publishing.StartPublishingRemoteEvent)">
            <summary>
            Called on the "Start publishing remote event".
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDistributedPublishingManager.UpdatePublishStatus">
            <summary>
            Updates the publish status for all running jobs.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDistributedPublishingManager.UpdatePublishStatus(Sitecore.Publishing.PublishStatusUpdatedRemoteEvent)">
            <summary>
            Updates the publish status.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseDomainManager">
            <summary>
            The base domain manage.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.AddDomain(System.String)">
            <summary>
            Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.AddDomain(System.String,System.Boolean)">
            <summary>
            Adds a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.DomainExists(System.String)">
            <summary>
            Determines if a domain with the specified name exists.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns><c>true</c> if the domain exists; otherwise <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>The configuration.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
            <returns>
            The default domain.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.GetDomain(System.String)">
            <summary>
            Gets a named domain.
            </summary>
            <param name="name">The name.</param>
            <returns>The domain.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.GetDomainForUser(System.String)">
            <summary>
            Gets the domain handling the user.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns>The domain for user.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.GetDomainNames">
            <summary>
            Gets all domains handled by the current provider.
            </summary>
            <returns>The domain names collection.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.GetDomains">
            <summary>
            Gets all domains handled by the current provider.
            </summary>
            <returns>The domain names collection.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseDomainManager.RemoveDomain(System.String)">
            <summary>
            Removes a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseEventManager">
            <summary>
            Encapsulates logic to raise Sitecore events locally, queue events to be processed by other instances.
            <para>Allows to raise all queued events to ensure caches are up to date.</para>
            <para>Allows to subscribe and unsubscribe to a specific Sitecore event.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseEventManager.Enabled">
            <summary>
            Gets a value indicating whether event queuing is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">If set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">If set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.RaiseEvent``1(``0)">
            <summary>
            Raises the specified event.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.RaiseEvent(System.Object,System.Type,Sitecore.Eventing.EventContext)">
            <summary>
            Raises the specified event.
            </summary>
            <param name="event">The instance.</param>
            <param name="eventType">Type of the event.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.RaiseQueuedEvents">
            <summary>
            Raises the queued events.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.Initialize">
            <summary>
            Initializes the EventManager. The method must be invoked after all handlers are subscribed.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.Subscribe``1(System.Action{``0})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="eventHandler">The event handler.</param>
            <returns>The subscription id.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext})">
            <summary>
            Subscribes the specified handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.Subscribe``1(System.Action{``0},System.Predicate{``0})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="eventHandler">The event handler.</param>
            <param name="filter">The filter.</param>
            <returns>The subscription id.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext},System.Func{``0,Sitecore.Eventing.EventContext,System.Boolean})">
            <summary>
            Subscribes the specified handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <param name="filter">
            The filter.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventManager.Unsubscribe(Sitecore.Eventing.SubscriptionId)">
            <summary>
            Unsubscribes the specified subscription id.
            </summary>
            <param name="subscriptionId">
            The subscription id.
            </param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseEventQueueProvider">
            <summary>
            Allows to work with <see cref="T:Sitecore.Eventing.IEventQueue"/> instances, registered in configuration.
            Represents a wrapper over default <see cref="T:Sitecore.Eventing.IEventQueue"/> instance.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseEventQueueProvider.ListenToRemoteEvents">
            <summary>
            Gets or sets a value indicating whether this queue will process remote events.
            </summary>
            <value><c>true</c> if remote events are processed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseEventQueueProvider.Name">
            <summary>
            Gets or sets the name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.
            </summary>
            <value>The name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.Cleanup(System.TimeSpan)">
            <summary>
            Cleanups the specified interval to keep.
            </summary>
            <param name="intervalToKeep">The interval to keep.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="daysToKeep">Number of days to keep the event queue trail.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.DeserializeEvent(Sitecore.Eventing.QueuedEvent)">
            <summary>
            Deserializes the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <returns>The event.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetEventQueue(System.String)">
            <summary>
            Gets <see cref="T:Sitecore.Eventing.IEventQueue"/> instance using name.
            </summary>
            <param name="name">Name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.</param>
            <returns><see cref="T:Sitecore.Eventing.IEventQueue"/> instance with name specified in <paramref name="name"/>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetEventQueues">
            <summary>
            Gets all registered <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.
            </summary>
            <returns>Collection of <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetLastEvent">
            <summary>
            Returns the top event based on the stamp property.
            </summary>
            <returns>The most recent QueuedEvent with the queue.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetQueuedEventCount">
            <summary>
            Gets the queued event count.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetQueuedEvents">
            <summary>
            The get queued events.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the queued events.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.GetQueuedEvents(System.String)">
            <summary>
            The get queued events.
            </summary>
            <param name="targetInstanceName">Name of the server instance to get events for (usually the local server <see cref="P:Sitecore.Configuration.Settings.InstanceName"/>).</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.ProcessEvents(System.Action{System.Object,System.Type})">
            <summary>
            Processes the events.
            </summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.RaiseQueuedEvents">
            <summary>
            Raises the queued events.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseEventQueueProvider.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseFactory">
            <summary>
            Builds both well known objects (f.e. <see cref="T:Sitecore.Data.Database"/>, <see cref="T:Sitecore.Web.SiteInfo"/>, <see cref="T:Sitecore.Links.LinkDatabase"/>), and custom objects (via <see cref="M:Sitecore.Abstractions.BaseFactory.CreateObject``1(System.Xml.XmlNode)"/> API) per Sitecore configuration (<see cref="M:Sitecore.Abstractions.BaseFactory.GetConfiguration"/> API).
            <para>Allows to fetch configuration nodes via xPath.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateErrorControl(System.String,System.String)">
            <summary>
            Creates an error control.
            </summary>
            <param name="message">The message.</param>
            <param name="details">The details.</param>
            <returns>The Error Control object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateItemNavigator(Sitecore.Data.Items.Item)">
            <summary>
            Creates an item navigator.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The Item Navigator.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateObject``1(System.Xml.XmlNode)">
            <summary>
            Creates an object from a configuration node.
            </summary>
            <typeparam name="T">The type of object to create.</typeparam>
            <param name="configNode">The config node.</param>
            <returns>The object of type T.</returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetConfigStore(System.String)">
            <summary>
            Gets the config store.
            </summary>
            <param name="configStoreName">Name of the config store.</param>
            <returns>The ConfigStore object. </returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetCustomHandlers">
            <summary>
            Gets the request handlers.
            </summary>
            <returns>The request handlers.</returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetDatabase(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">The database name.</param>
            <returns>The Database object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetDatabase(System.String,System.Boolean)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">The database name.</param>
            <param name="assert">If set to <c>true</c> exception will be thrown if database does not exist.</param>
            <returns>The Database object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetDatabaseNames">
            <summary>
            Gets the database names.
            </summary>
            <returns>The list of registered in configuration file database names.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetDatabases">
            <summary>
            Gets all databases.
            </summary>
            <returns>The list of registered in configuration file databases.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetDomainMap(System.String)">
            <summary>
            Gets the domain map.
            </summary>
            <param name="path">The domain map Xml path.</param>
            <returns>The domain map.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetHashtable(System.String,Sitecore.Configuration.Factory.HashKeyType,Sitecore.Configuration.Factory.HashValueType,Sitecore.Configuration.Factory.HashValueFormat,System.Type)">
            <summary>
            Gets the hash table.
            </summary>
            <param name="path">The Xml path.</param>
            <param name="keyType">Type of the key.</param>
            <param name="valueType">Type of the value.</param>
            <param name="format">The format.</param>
            <param name="dataType">Type of the data.</param>
            <returns>The Hashtable.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetIDTable">
            <summary>
            Gets the ID table.
            </summary>
            <returns>The IDTable provider.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetItemComparer(Sitecore.Data.Items.Item)">
            <summary>
            Gets an item comparer.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The Item comparer.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetLinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <returns>The LinkDatabase.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException"><c>LinkDatabase</c> object is of wrong type.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetMasterVariablesReplacer">
            <summary>
            Gets the object used for replacing variables when creating a master.
            </summary>
            <returns>The MasterVariables replacer.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetPerformanceCounters">
            <summary>
            Gets the performance counters.
            </summary>
            <returns>The performance counters.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetProviders``2(System.String,``0@)">
            <summary>
            Gets a list of providers.
            </summary>
            <typeparam name="TProvider">The Default provider.</typeparam>
            <typeparam name="TCollection">The provider collection.</typeparam>
            <param name="rootPath">The root Path.</param>
            <param name="defaultProvider">The default Provider.</param>
            <returns>The providers.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetRetryer">
            <summary>
            Gets the reiterator.
            </summary>
            <returns>IRetryable object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetReplacer(System.String)">
            <summary>
            Gets the replacer.
            </summary>
            <param name="name">The replacer name.</param>
            <returns>The replacer.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetSite(System.String)">
            <summary>
            Gets the site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The site by name.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetSiteInfo(System.String)">
            <summary>
            Gets the site info.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The site info.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetSiteInfoList">
            <summary>
            Gets a list of all <see cref="T:Sitecore.Web.SiteInfo">site info</see> instances.
            </summary>
            <returns>Gets all sites.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetSiteNames">
            <summary>
            Gets the site names.
            </summary>
            <returns>The site names.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetString(System.String,System.Boolean)">
            <summary>
            Gets the string.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetStringSet(System.String)">
            <summary>
            Gets a string set from config.
            </summary>
            <param name="configPath">The config path.</param>
            <returns>The set of inner texts of Xml nodes with specified path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetArchiveTaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <returns>The task database.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException"><c>TaskDatabase</c> object is of wrong type.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetTaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <returns>The task database.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException"><c>TaskDatabase</c> object is of wrong type.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateObject(System.String,System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateObject(System.String,System.String[],System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateObject(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateObject(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateObject(System.Xml.XmlNode,System.String[],System.Boolean,Sitecore.Configuration.IFactoryHelper)">
            <summary>
            Creates the object.
            </summary><param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> throw an exception if the object could not be created.</param>
            <param name="helper">The helper.</param>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateType(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Creates the type.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The Type object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.CreateType(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the type.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The Type object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.FindType(System.String,System.Reflection.Assembly)">
            <summary>
            Finds the type.
            </summary>
            <param name="className">Name of the class.</param>
            <param name="assembly">The assembly.</param>
            <returns>The Type object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetAttribute(System.String,System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">The attribute name.</param>
            <param name="node">The Xml node.</param>
            <param name="parameters">The parameters.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetConfigNode(System.String)">
            <summary>
            Gets a config node.
            </summary>
            <param name="xpath">The Xpath.</param>
            <returns>The config node.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetConfigNode(System.String,System.Boolean)">
            <summary>
            Gets a config node.
            </summary>
            <param name="xpath">The Xpath.</param>
            <param name="assert">If set to <c>true</c> assert that the node is not null.</param>
            <returns>The config node.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetConfigNodes(System.String)">
            <summary>
            Gets a set of config nodes.
            </summary>
            <param name="xpath">The Xpath.</param>
            <returns>The Configuration nodes.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.Reset">
            <summary>
            Resets all cached information.
            </summary>
            <remarks>This will cause all configuration data to be reloaded.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFactory.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>Xml document containing the entire Sitecore configuration.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseFeedManager">
            <summary>
            The base feed manager.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseFeedManager.Cache">
            <summary>
            Gets the cache.
            </summary>
            <value>The cache.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFeedManager.GetFeed(Sitecore.Data.Items.Item)">
            <summary>
            Gets the feed from Sitecore item. The method serves as a feed factory, as 'Type' field on the item can be used to specify
            the concrete type of the feed.
            </summary>
            <param name="item">The feed definition item.</param>
            <returns>The public feed.</returns>
            <exception cref="T:System.InvalidOperationException">
              <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFeedManager.GetFeedUrl(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the feed URL.
            </summary>
            <param name="feedItem">The feed item.</param>
            <param name="includeUserAuthentication">If set to <c>true</c> [include user authentication].</param>
            <returns>The feed URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFeedManager.GetFeedUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions,System.Boolean)">
            <summary>
            Gets the feed URL.
            </summary>
            <param name="feedItem">The feed item.</param>
            <param name="options">The options.</param>
            <param name="includeUserAuthentication">If set to <c>true</c> [include current user].</param>
            <returns>The feed URL.</returns>
            <exception cref="T:System.InvalidOperationException">
              <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFeedManager.Render(System.ServiceModel.Syndication.SyndicationFeed)">
            <summary>
            Renders the specified feed.
            </summary>
            <param name="feed">
            The feed to render.
            </param>
            <returns>
            The render.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseFieldTypeManager">
            <summary>The base field type manager.</summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetDefaultFieldTypeItem">
            <summary>
            Gets the type of the default field.
            </summary>
            <returns>The default field type.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetField(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field.
            </summary>
            <param name="field">The field.</param>
            <returns>The custom field.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetField(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Gets the field.
            </summary>
            <param name="field">The field.</param>
            <param name="runtimeValue">Runtime value.</param>
            <returns>The custom field.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetFieldType(System.String)">
            <summary>
            Gets the type of the field.
            </summary>
            <param name="name">The name.</param>
            <returns>The <see cref="T:Sitecore.Data.Fields.FieldType"/>.</returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetTemplateFieldItem(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the template field item.
            </summary>
            <param name="field">The field.</param>
            <returns>The template field item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetFieldTypeItem(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field type item.
            </summary>
            <param name="field">The field.</param>
            <returns>The field type item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.GetFieldTypeItem(System.String)">
            <summary>
            Gets the field type item.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <returns>The field type item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseFieldTypeManager.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.BaseHistoryManager">
            <summary>
            Manages recording and fetching item CRUD operations history.
            <para>History engine should be enabled for <see cref="T:Sitecore.Data.Database"/> in configuration.</para>
            <para>Can record the callstacks that provoked item change.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.GetHistory(Sitecore.Data.Database,System.DateTime,System.DateTime)">
            <summary>
            Gets the history for a database.
            </summary>
            <param name="database">The database.</param>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterVersionAdded(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version added' event in the audit log.
            </summary>
            <param name="item">The added version.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterItemCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item copied' event in the audit log.
            </summary>
            <param name="copiedItem">The copied item.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item created' event in the audit log.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item deleted' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item moved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Registers an 'item saved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseHistoryManager.RegisterVersionRemoved(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version removed' event in the audit log.
            </summary>
            <param name="item">The version that was removed.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseInitializer">
            <summary>
            Abstraction for thread-safe initializing
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseInitializer.Initialize">
            <summary>
            Performs initialization procedures for serialization
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseInitializer.DoInitialize">
            <summary>
            Performs the initializing logic
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.BaseItemManager">
            <summary>
            Manages item CRUD operations (f.e. add, delete, copy, move, get) and item path resolution ('/some/path' to item <see cref="T:Sitecore.Data.ID"/>).
            <para>Manages children and parent resolution logic. Encapsulates blob-related logic as well.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newItemId">The id of the new item.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c> this instance is deep.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c> [deep].</param>
            <param name="copyName">Name of the copied item.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <returns>
            The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <returns>
             The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.DeleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <returns><c>True</c> if the item was deleted, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>True</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetBlobStream(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="field">The field.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The child list options <see cref="T:Sitecore.Collections.ChildListOptions"/></param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (i.e. the languages for which the item has content).
            </summary>
            <param name="item">The item.</param>
            <returns>The content language item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetVersions(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.Initialize">
            <summary>
            Initializes class.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <returns><c>true</c> if the item was moved; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="securityCheck">The security check.</param>
            <returns><c>true</c> if item is moved; otherwise - <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Removes all data from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.RemoveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>True if the item was saved, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseItemManager.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The GUID identifying the new blob.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseJob">
            <summary>
            Abstraction for BaseJob
            </summary>
        </member>
        <member name="E:Sitecore.Abstractions.BaseJob.Finished">
            <summary>
            event for job finished
            </summary>
        </member>
        <member name="E:Sitecore.Abstractions.BaseJob.Started">
            <summary>
            event for job started
            </summary>
        </member>
        <member name="E:Sitecore.Abstractions.BaseJob.Starting">
            <summary>
            event for job starting
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.Category">
            <summary>
            BaseJob Category
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.IsDone">
            <summary>
            isDone
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.Name">
            <summary>
            Name
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.DisplayName">
            <summary>
            DisplayName
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.Options">
            <summary>
            BaseJobOptions
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.Status">
            <summary>
            BaseJobStatus
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.MessageQueue">
            <summary>
            MessageQueue
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.QueueTime">
            <summary>
            DateTime
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.Handle">
            <summary>
            Handle
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJob.WaitHandle">
            <summary>
            WaitHandle
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJob.Start">
            <summary>
            Start the BaseJob
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJob.StartQueueTask">
            <summary>
            Queue the BaseJob
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJob.Wait">
            <summary>
            Wait
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJob.Wait(System.Int32)">
            <summary>
            Wait for milliseconds
            </summary>
            <param name="milliseconds">milliseconds</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJob.ThreadEntry(System.Object)">
            <summary>
            Thread entry
            </summary>
            <param name="state">state</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJob.DoExecute">
            <summary>
            Executing the BaseJob
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.BaseJobManager">
            <summary>
            Manages <see cref="T:Sitecore.Abstractions.BaseJob"/> processing.
            <para>Allows to start new job, get job by name/handle, check job status by name (<see cref="M:Sitecore.Abstractions.BaseJobManager.IsJobQueued(System.String)"/>, <see cref="M:Sitecore.Abstractions.BaseJobManager.IsJobRunning(System.String)"/>).</para>
            <para>Allows to get all non-expired jobs.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.GetJob(Sitecore.Handle)">
            <summary>
            Gets the job.
            </summary>
            <param name="handle">The handle.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.GetJob(System.String)">
            <summary>
            Gets a job.
            </summary>
            <param name="jobName">The job Name.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.GetJobs">
            <summary>
            Gets the jobs.
            </summary>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.IsJobQueued(System.String)">
            <summary>
            Determines whether a job is queued.
            </summary>
            <param name="jobName">Name of the job.</param>
            <returns>
              <c>true</c> if a job with the specified job name is queued; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.IsJobRunning(System.String)">
            <summary>
            Determines whether a job is running.
            </summary>
            <param name="jobName">Name of the job.</param>
            <returns>
              <c>true</c> if a job with the specified job name is running; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.Start(Sitecore.Abstractions.BaseJobOptions)">
            <summary>
            Starts the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobManager.Start(Sitecore.Abstractions.BaseJob)">
            <summary>
            Starts the specified job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.AfterLife">
            <summary>
            Gets or sets the after life.
            </summary>
            <value>The after life.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.AtomicExecution">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Abstractions.BaseJobOptions"/> has atomic execution.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Abstractions.BaseJobOptions"/> has atomic execution; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.Category">
            <summary>
            Gets the category.
            </summary>
            <value>The category.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.ContextUser">
            <summary>
            Gets or sets the context user.
            </summary>
            <value>The context user.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.ClientLanguage">
            <summary>
            Gets or sets the client language. Used for translations.
            </summary>
            <value>The Language.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.CustomData">
            <summary>
            Gets or sets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.EnableSecurity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Abstractions.BaseJobOptions"/> enables security.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Abstractions.BaseJobOptions"/> enables security; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.InitialDelay">
            <summary>
            Gets or sets the initial delay.
            </summary>
            <remarks>
            The job will sleep for this period before executing.
            </remarks>
            <value>The initial delay.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.JobName">
            <summary>
            Gets the name of the job.
            </summary>
            <value>The name of the job.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.JobDisplayName">
            <summary>
            Gets the name of the job.
            </summary>
            <value>The name of the job.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.Method">
            <summary>
            Gets the method.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.PipelineDomain">
            <summary>
            Gets or sets the pipeline domain.
            </summary>
            <value>The pipeline domain.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.PipelineName">
            <summary>
            Gets or sets the name of the pipeline.
            </summary>
            <value>The name of the pipeline.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.Priority">
            <summary>
            Gets or sets the priority.
            </summary>
            <value>The priority.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.SiteName">
            <summary>
            Gets or sets the name of the site.
            </summary>
            <value>The name of the site.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.WriteToLog">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Abstractions.BaseJobOptions"/> writes the to log.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Abstractions.BaseJobOptions"/> writes the to log; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobOptions.ExecuteInManagedThreadPool">
            <summary>
            Gets or sets a value indicating whether this job must be executed in thread pool.
            </summary>
            <remarks>
            If value of this settings is <c>true</c> job is executed in thread pool; otherwise, new thread is created and job is executed in this thread.
            </remarks>
            <value>
              <c>true</c> if the job must be executed in thread pool; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Abstractions.BaseJobStatus">
            <summary>
            Represents the status of a <see cref="P:Sitecore.Abstractions.BaseJobStatus.Job"/> (queued, running, or finished) and carries the <see cref="P:Sitecore.Abstractions.BaseJobStatus.Result"/> object.
            <para>Shows the number of <see cref="P:Sitecore.Abstractions.BaseJobStatus.Processed"/> elements out of <see cref="P:Sitecore.Abstractions.BaseJobStatus.Total"/>.</para>
            <para>Holds the messages collection related to the <see cref="P:Sitecore.Abstractions.BaseJobStatus.Job"/>.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.#ctor(Sitecore.Abstractions.BaseJob)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Abstractions.BaseJobStatus"/> class.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Job">
            <summary>
            Gets the <see cref="P:Sitecore.Abstractions.BaseJobStatus.Job"/> inside.
            </summary>
            <value>The job.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Failed">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Abstractions.BaseJobStatus"/> is failed.
            </summary>
            <value><c>true</c> if failed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.State">
            <summary>
            Gets or sets the state of the job (f.e. <see cref="F:Sitecore.Jobs.JobState.Queued"/>, <see cref="F:Sitecore.Jobs.JobState.Running"/>, or already <see cref="F:Sitecore.Jobs.JobState.Finished"/>).
            </summary>
            <value>
            The state indicating whether job is waiting for execution, being executed, or is finished.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Expiry">
            <summary>
            Gets or sets the expiry.
            </summary>
            <value>The expiry.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Processed">
            <summary>
            Gets or sets the number of processed units.
            </summary>
            <value>The number of processed units.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Total">
            <summary>
            Gets or sets the total.
            </summary>
            <value>The total.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Exceptions">
            <summary>
            Gets the exceptions thrown during the job run.
            </summary>
            <value>
            The exceptions.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseJobStatus.Messages">
            <summary>
            Gets the messages produced by job processing.
            <para>Since collection is expected to be shared between different threads, <see cref="P:System.Collections.Specialized.StringCollection.SyncRoot"/> should be used to guarantee thread-safe access.</para>
            <para>Please use thread-safe <see cref="M:Sitecore.Abstractions.BaseJobStatus.AddMessage(System.String)"/> or <see cref="M:Sitecore.Abstractions.BaseJobStatus.GetMessages"/> APIs instead of direct accessing this property.</para>
            </summary>
            <value>The messages.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.IncrementProcessed">
            <summary>
            Increments the Processed counter by one.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.LogError(System.String)">
            <summary>
            Logs the error.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.LogException(System.Exception)">
            <summary>
            Logs the exception.
            </summary>
            <param name="ex">The ex.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.LogInfo(System.String)">
            <summary>
            Logs the info.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.LogInfo(System.String,System.Object[])">
            <summary>
            Logs the info by english, then the template message will be translated by ui locale and saved to message collection
            </summary>
            <param name="message">The message.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.AddMessage(System.String)">
            <summary>
            Adds the message in thread-safe manner.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseJobStatus.GetMessages">
            <summary>
            Gets all the messages in thread-safe manner.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLanguageFallbackFieldValuesManager">
            <summary>
            Manages the field language fallback logic.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageFallbackFieldValuesManager.GetLanguageFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback value of a field.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">If set to <c>true</c> the fallback value is retrieved considering the standard values.</param>
            <returns>The fallback value of a field.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageFallbackFieldValuesManager.IsValidForFallback(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether field is valid to have a fallback value.
            </summary>
            <param name="field">The field.</param>
            <returns><c>true</c> if filed valid to have a fallback value; otherwise - <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLanguageFallbackManager">
            <summary>The base language fallback manager.</summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageFallbackManager.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The fallback language.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageFallbackManager.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item id.</param>
            <returns>The fallback language.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageFallbackManager.GetDependentLanguages(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the languages that depends on <paramref name="fallbackLanguage"/>.
            </summary>
            <param name="fallbackLanguage">The fallback language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item identifier.</param>
            <returns>The dependent language.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLanguageManager">
            <summary>
            Manages logic to get, validate, and register <see cref="T:Sitecore.Globalization.Language"/> by name, or remove all the data that belongs to specified language.
            <para>Allows to check if <see cref="T:Sitecore.Globalization.Language"/> with same name already defined.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.GetDefaultLanguage">
            <summary>
            Gets the default language.
            </summary>
            <returns>The default language.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.Initialize">
            <summary>
            Initialize type.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.GetLanguage(System.String)">
            <summary>
            Gets a language by name.
            </summary>
            <param name="name">The name.</param>
            <returns>The language.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.GetLanguage(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a language (only if it is defined in the specified database).
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.GetLanguageItemId(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the id of the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The language item id.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.GetLanguageItem(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The language item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.GetLanguages(Sitecore.Data.Database)">
            <summary>
            Gets all the <see cref="T:Sitecore.Globalization.Language">languages</see> defined in a
            specific <see cref="T:Sitecore.Data.Database">database</see>.
            </summary>
            <param name="database">The database.</param>
            <returns>The languages.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.IsLanguageNameDefined(Sitecore.Data.Database,System.String)">
            <summary>
            Determines if the language name is defined in the specified database.
            </summary>
            <param name="database">The database.</param>
            <param name="languageName">The name.</param>
            <returns>
              <c>true</c> if the language name is defined in the specified database; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.IsValidLanguageName(System.String)">
            <summary>
            Determines whether the specified name is a valid language name.
            </summary>
            <param name="name">The name.</param>
            <returns>
              <c>true</c> if the specified name is a valid language name; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.LanguageRegistered(System.String)">
            <summary>
            Gets a value indicating if a specific language is
            registered with the ASP.NET globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.LanguageRegistered(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a value indicating if a specific language is
            registered in a specific database.
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.RegisterLanguage(System.String)">
            <summary>
            Registers a specific language in the ASP.NET
            globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Removes all data using a specific language from
            the database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <remarks>If the language does not exist in the target database, no
            action will be taken.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLanguageManager.RenameLanguageData(System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Rename all data language bindings for a specific language.
            </summary>
            <param name="fromLanguage">Rename from this language name.</param>
            <param name="toLanguage">Rename to this language name.</param>
            <param name="database">The database.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLayoutManager">
            <summary>
            The base layout manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLayoutManager.GetRendering(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the rendering.
            </summary>
            <param name="fullName">The full name.</param>
            <param name="database">The database.</param>
            <returns>The rendering.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLinkManager">
            <summary>
            Manages logic to produce/parse item Urls.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.AddAspxExtension">
            <summary>
            Gets a value indicating whether to add the 'aspx' extension to generated URLs.
            </summary>
            <value><c>true</c> if the 'aspx' extension should be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether to always add the current server URL to generated URLs.
            </summary>
            <value><c>true</c> if the server URL should always be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.LanguageEmbedding">
            <summary>
            Gets a value controlling if and how to embed language in the URL.
            </summary>
            <value>The embed language option.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.LanguageLocation">
            <summary>
            Gets the language location.
            </summary>
            <value>The location within the URL where the language should be added.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.LowercaseUrls">
            <summary>
            Gets a value indicating whether to render lowercase URLs.
            </summary>
            <value>
              <c>true</c> if renders lowercase URLs; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.ShortenUrls">
            <summary>
            Gets a value indicating whether to shorten generated URLs.
            </summary>
            <value><c>true</c> if URLs should be shortened; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLinkManager.UseDisplayName">
            <summary>
            Gets a value indicating whether to use the <see cref="P:Sitecore.Data.Items.Item.DisplayName"/> of items when generating URLs.
            </summary>
            <value><c>true</c> if display names should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.ExpandDynamicLinks(System.String)">
            <summary>
            Expands all dynamic links embedded in a text.
            </summary>
            <param name="text">The text.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.ExpandDynamicLinks(System.String,System.Boolean)">
            <summary>
            Expands all dynamic links embedded in a text.
            </summary>
            <param name="text">The text.</param>
            <param name="resolveSites">Set this to <c>true</c> to resolve site information when expanding dynamic links.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.GetDefaultUrlOptions">
            <summary>
            Gets (a clone of) the default URL options.
            </summary>
            <returns>The default URL options.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.GetDynamicUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.GetDynamicUrl(Sitecore.Data.Items.Item,Sitecore.Links.LinkUrlOptions)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <param name="options">The options.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.GetItemUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.GetItemUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.IsDynamicLink(System.String)">
            <summary>
            Determines whether the specified link text represents a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>
              <c>true</c> if [is dynamic link] [the specified link text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.ParseDynamicLink(System.String)">
            <summary>
            Parses a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>The dynamic link.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.ParseRequestUrl(System.Web.HttpRequest)">
            <summary>
            Parses a request URL.
            </summary>
            <param name="request">The request.</param>
            <returns>The request URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.ResolveTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            Gets the target site by the item.
            </summary>
            <param name="item">The item, by which site information should be found.</param>
            <returns>Site, if it was resolved; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkManager.GetPreviewSiteContext(Sitecore.Data.Items.Item)">
            <summary>
            Gets the preview site context.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLinkStrategyFactory">
            <summary>
            The base link strategy factory.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLinkStrategyFactory.Resolve(Sitecore.Data.Items.Item)">
            <summary>
            Resolves the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The get links strategy.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseLog">
            <summary>
            Provides logic to output diagnostic messages into log storage (f.e. log files or Blob Storage in Azure).
            <para>Allows to write Fatal/Error/Warn/Info/Audit/Debug messages.</para>
            <para>Allows to write same Error/Fatal/Warn only ones (f.e. <see cref="M:Sitecore.Abstractions.BaseLog.SingleError(System.String,System.Object)"/>) not to spam logs.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLog.Enabled">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Diagnostics.Log"/> is enabled.
            </summary>
            <value>
            <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLog.IsDebugEnabled">
            <summary>
            Gets a value indicating whether logging of debug information is enabled.
            </summary>
            <value>
            <c>true</c> if logging of debug information is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseLog.Singles">
            <summary>
            Gets the singles.
            </summary>
            <value>
            The singles.
            </value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Audit(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Audit(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Audit(System.String,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Audit(System.Type,System.String,System.String[])">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="ownerType">
            Type of the owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Audit(System.Object,System.String,System.String[])">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="owner">
            The owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Debug(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Debug(System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Debug(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.DebugEnabled(System.Object)">
            <summary>
            Determines whether debug messages are enabled for the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>
              <c>true</c> if debug messages are enabled for the specified owner; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.DebugEnabled(System.String)">
            <summary>
            Determines whether debug messages are enabled for the specified logger.
            </summary>
            <param name="loggerName">The logger name.</param>
            <returns>
              <c>true</c> if debug messages are enabled for the specified logger; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Error(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Error(System.String,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Error(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Error(System.String,System.Exception,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Error(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.ErrorEnabled(System.Object)">
            <summary>
            Determines whether error messages are enabled for the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>
              <c>true</c> if error messages are enabled for the specified owner; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.ErrorEnabled(System.String)">
            <summary>
            Determines whether error messages are enabled for the specified logger.
            </summary>
            <param name="loggerName">The logger name.</param>
            <returns>
              <c>true</c> if error messages are enabled for the specified logger; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Fatal(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Fatal(System.String,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Fatal(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Fatal(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Fatal(System.String,System.Exception,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Fatal(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="loggerName">
            The logger name.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.FatalEnabled(System.Object)">
            <summary>
            Determines whether fatal messages are enabled for the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>
              <c>true</c> if fatal messages are enabled for the specified owner; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.FatalEnabled(System.String)">
            <summary>
            Determines whether fatal messages are enabled for the specified logger.
            </summary>
            <param name="loggerName">The logger name.</param>
            <returns>
              <c>true</c> if fatal messages are enabled for the specified logger; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Info(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Info(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.InfoEnabled(System.Object)">
            <summary>
            Determines whether info messages are enabled for the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>
              <c>true</c> if info messages are enabled for the specified owner; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.InfoEnabled(System.String)">
            <summary>
            Determines whether info messages are enabled for the specified logger.
            </summary>
            <param name="loggerName">The logger name.</param>
            <returns>
              <c>true</c> if info messages are enabled for the specified logger; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.SingleError(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.SingleFatal(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.SingleFatal(System.String,System.Exception,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.SingleWarn(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Warn(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Warn(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.Warn(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.WarnEnabled(System.Object)">
            <summary>
            Determines whether warn messages are enabled for the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>
              <c>true</c> if warn messages are enabled for the specified owner; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseLog.WarnEnabled(System.String)">
            <summary>
            Determines whether warn messages are enabled for the specified logger.
            </summary>
            <param name="loggerName">The logger name.</param>
            <returns>
              <c>true</c> if warn messages are enabled for the specified logger; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseMediaManager">
            <summary>
            Extracts Sitecore <see cref="T:Sitecore.Resources.Media.MediaRequest"/> from ASP.NET <see cref="T:System.Web.HttpRequest"/>.
            <para>Extacts <see cref="T:Sitecore.Resources.Media.Media"/> from <see cref="T:Sitecore.Data.Items.MediaItem"/>.</para>
            <para>Has a set media-related properties.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseMediaManager.Cache">
            <summary>
            Gets or sets the media cache.
            </summary>
            <value>The media cache.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseMediaManager.Config">
            <summary>
            Gets or sets the media configuration handler.
            </summary>
            <value>The media configuration.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseMediaManager.Creator">
            <summary>
            Gets or sets the object used when creating new media items.
            </summary>
            <value>The creator.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseMediaManager.Effects">
            <summary>
            Gets or sets the object handling image effects and transformations.
            </summary>
            <value>The effects.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseMediaManager.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            </summary>
            <value>The media link prefix.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseMediaManager.MimeResolver">
            <summary>
            Gets or sets the MIME resolver.
            </summary>
            <value>The MIME resolver.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.GetMedia(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets media from a media item.
            </summary>
            <param name="item">The item.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.GetMedia(Sitecore.Resources.Media.MediaUri)">
            <summary>
            Gets media from a media URI.
            </summary>
            <param name="mediaUri">The media URI.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.HasMediaContent(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has a media stream with content.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item has a media stream with content; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.GetMediaUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.GetMediaUrl(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaUrlOptions)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The query string.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.GetThumbnailUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a thumbnail URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.IsMediaRequest(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified HTTP request is a media request.
            </summary>
            <param name="httpRequest">The HTTP request.</param>
            <returns>
              <c>true</c> if the specified HTTP request is a media request; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.IsMediaUrl(System.String)">
            <summary>
            Determines whether the specified URL is a media URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if the specified URL is a media URL; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaManager.ParseMediaRequest(System.Web.HttpRequest)">
            <summary>
            Gets a media request from a http request.
            </summary>
            <param name="request">The http request.</param>
            <returns>
            The media request. If the http request is not a valid media request, null is returned.
            </returns>
            <remarks>
            If the http request is not a valid media request, null is returned.
            </remarks>
        </member>
        <member name="T:Sitecore.Abstractions.BaseMediaPathManager">
            <summary>
            The base media path manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.CreatePath(System.String)">
            <summary>
            Create a path of items.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.GetExtension(System.String)">
            <summary>
            Gets the extension.
            </summary>
            <param name="file">The file.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.GetMediaFilePath(System.String,System.String)">
            <summary>
            Gets the media file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The extension.</param>
            <returns>The media file path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.GetMediaName(System.String)">
            <summary>
            Gets the name of the media.
            </summary>
            <param name="file">The file.</param>
            <returns>The name of the media.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.MapPath(System.String)">
            <summary>
            Map from a physical path to a sitecore path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.MapPath(System.String,System.String)">
            <summary>
            Map from a physical path to a sitecore path.
            </summary>
            <param name="path">The path.</param>
            <param name="newRoot">The new root.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.UnmapPath(System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.UnmapPath(System.String,System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <param name="folder">The folder.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.ProposeValidMediaPath(System.String)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.ProposeValidMediaPath(System.String,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.ProposeValidMediaPath(System.String,System.Boolean,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <param name="includeExtensionInItemName">If set to <c>true</c> extension should be included into item name.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseMediaPathManager.GetOutputFilePath(System.String,System.String)">
            <summary>
            Gets the output file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The file extension.</param>
            <returns>The output file path.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BasePipelineFactory">
            <summary>
            Provides <see cref="T:Sitecore.Pipelines.Pipeline"/> or pipeline processors by pipeline name.
            <para>The pipeline is a set of processors that are invoked one by one.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BasePipelineFactory.UseCaching">
            <summary>
            Gets or sets a value indicating whether use caching.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Pipelines.PipelineFactory"/> uses the caching; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.CreatePipeline(System.String)">
            <summary>
            Creates the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.GetPipeline(System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.GetPipeline(Sitecore.Data.Items.Item)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.GetProcessors(System.String)">
            <summary>
            Gets the processors of a specific type.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The processors.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.GetSuspendedPipelines">
            <summary>
            Gets the suspended pipelines.
            </summary>
            <returns>The suspended pipelines.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.GetSuspendedPipeline(System.String)">
            <summary>
            Gets the suspended pipeline.
            </summary>
            <param name="pipelineId">The pipeline ID.</param>
            <returns>The suspended pipeline.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.AddSuspendedPipeline(Sitecore.Pipelines.Pipeline)">
            <summary>
            Adds the suspended pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePipelineFactory.RemoveSuspendedPipeline(Sitecore.Pipelines.Pipeline)">
            <summary>
            Removes the suspended pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BasePlaceholderCacheManager">
            <summary>
            The base placeholder cache manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePlaceholderCacheManager.Clear">
            <summary>
            Clears placeholder caches.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePlaceholderCacheManager.GetPlaceholderCache(System.String)">
            <summary>
            Gets the placeholder cache by database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>
            Placeholder cache.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePlaceholderCacheManager.UpdateCache(Sitecore.Data.Items.Item)">
            <summary>
            Updates the placeholder caches.
            </summary>
            <param name="item">The item, for which a specific placeholder cache should be updated.</param>
        </member>
        <member name="T:Sitecore.Abstractions.BasePresentationManager">
            <summary>
            Responsible for retriving <see cref="T:Sitecore.Presentation.ItemPresentation"/> from <see cref="T:Sitecore.Data.Items.Item"/>.
            <para>By default presentation is stored in <see cref="F:Sitecore.FieldIDs.Presentation"/> item field.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePresentationManager.GetPresentation(Sitecore.Data.Items.Item)">
            <summary>
            Gets the presentation of the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>The presentation of the item.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePresentationManager.GetPresentation(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets a named presentation for the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="presentationName">Name of the presentation (empty string => default presentation).</param>
            <returns>The presentation of the item.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BasePreviewManager">
            <summary>
            The base preview manager.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BasePreviewManager.Previewing">
            <summary>
            Gets a value indicating whether the system is in previewing mode.
            </summary>
            <value><c>true</c> if previewing; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BasePreviewManager.GetShellUser">
            <summary>
            Gets the current shell user.
            </summary>
            <remarks>This user will be used when accessing the shell site during preview.</remarks>
            <returns>The current shell user.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePreviewManager.ResetShellUser">
            <summary>
            Resets the current shell user (i.e. removes the cookie).
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePreviewManager.RestoreUser">
            <summary>
            Restores the previous user.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePreviewManager.SetUserContext">
            <summary>
            Sets up the user context for the current request.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePreviewManager.StoreShellUser">
            <summary>
            Stores the current shell user in preparation for switching to preview mode.
            </summary>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BasePreviewManager.StoreShellUser(System.Boolean)">
            <summary>
            Stores the current shell user in preparation for switching to preview mode.
            </summary>
            <param name="forceLogout">Force current user to logout.</param>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="T:Sitecore.Abstractions.BasePropertyStoreProvider">
            <summary>
            Allows to work with <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances, registered in configurations.
            Represents a wrapper over default <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetPropertyStore(System.String)">
            <summary>
            Gets <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance using name.
            </summary>
            <param name="name">Name of the <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.</param>
            <returns><see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance with name specified in <paramref name="name"/>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetPropertyStores">
            <summary>
            Gets all registered <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances.
            </summary>
            <returns>Collection of <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances.</returns>
        </member>
        <member name="P:Sitecore.Abstractions.BasePropertyStoreProvider.GetValueWithoutPrefix">
            <summary>
            If true, <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> tries to load a property without prefix, if the property with prefix is not found.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BasePropertyStoreProvider.Prefix">
            <summary>
            Gets string which is added as a prefix during get/set any property.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BasePropertyStoreProvider.Name">
            <summary>
            Gets the friendly name.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetIntValue(System.String,System.Int32)">
            <summary>
            Gets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The int value.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetLongValue(System.String,System.Int64)">
            <summary>
            Gets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The long value.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.SetIntValue(System.String,System.Int32)">
            <summary>
            Sets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.SetLongValue(System.String,System.Int64)">
            <summary>
            Sets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetDateValue(System.String,System.DateTime)">
            <summary>
            Gets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The date value.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.SetDateValue(System.String,System.DateTime)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">Date.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.SetDateValue(System.String,System.DateTime,System.Boolean)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">The date.</param>
            <param name="includeTicks">Boolean value indicating whether ticks should be included in the ISO representation of the date.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Gets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Sets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetStringValue(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <returns>The string value of the property.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.SetStringValue(System.String,System.String)">
            <summary>
            Sets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.Remove(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="name">The name of the property.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.RemovePrefix(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="prefix">Prefix.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePropertyStoreProvider.GetPropertyKeys(System.String)">
            <summary>
            Gets keys for property <paramref name="prefix"/>.
            </summary>
            <param name="prefix">The property prefix.</param>
            <returns>Collection of property keys.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BasePublishManager">
            <summary>
            Incapsulates publishing-related logic (transferring publishable item versions from one database to another).
            <para>Allows to trigger different publish modes (Incremental, Smart, Full).</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BasePublishManager.PublishRecoveryStrategy">
            <summary>
            Gets the publish recovery strategy.
            </summary>
            <value>
            The publish recovery strategy.
            </value>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType)">
            <summary>
            Updates the publish queue.
            </summary>
            <param name="item">The item that should be added.</param>
            <param name="updateType">Type of the update.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType,System.Boolean)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="item">The item.</param>
            <param name="updateType">Type of the update.</param>
            <param name="specificLanguage">if set to <c>true</c> [specific language].</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType,System.DateTime)">
            <summary>
            Updates the publish queue.
            </summary>
            <param name="item">The item that should be added.</param>
            <param name="updateType">Type of the update.</param>
            <param name="additionalDate">An additional date to check, expressed as UTC.</param>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,System.String,System.DateTime)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="action">The action.</param>
            <param name="date"> The publish date, expressed as UTC.</param>
            <returns> The add to publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,System.String,System.DateTime,System.Boolean)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="item">The item.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="specificLanguage">if set to <c>true</c> [specific language].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.Items.ItemUpdateType,System.DateTime)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="updateType">Type of the update.</param>
            <param name="date">The publish date, expressed as UTC.</param>
            <returns>Boolean value indicating whether item was successfully added to publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,System.String,System.DateTime,System.Boolean,System.String)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="action">The action.</param>
            <param name="date">The publish date.</param>
            <param name="forceAddToPublishQueue">if set to <c>true</c>, forces adding item to publish queue.</param>
            <param name="language">Item language to publish. "*" if all languages are necessary to be published</param>
            <returns>
            Boolean value indicating whether item was successfully added to publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.CleanupPublishQueue(System.DateTime,Sitecore.Data.Database)">
            <summary>
            Cleans up the publish queue.
            </summary>
            <param name="to">Publish to date, expressed as UTC.</param>
            <param name="database">The database.</param>
            <returns>The cleanup publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.ClearPublishQueue(Sitecore.Data.Database)">
            <summary>
            Clears the publish queue.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.CreatePublishContext(Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishPipeline"/>.
            </summary>
            <param name="options">The options.</param>
            <returns>Publish context object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.CreatePublishHelper(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets a publish Helper.
            </summary>
            <param name="options">The options.</param>
            <returns> PublishHelper object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.CreatePublishItemContext(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemPipeline"/>.
            </summary>
            <param name="itemId">The id of the item to publish. </param>
            <param name="options">The options. </param>
            <returns>PublishItemContext object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.GetPublishQueue(Sitecore.Data.Database)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="database">The database.</param>
            <returns>PublishQueue object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.GetPublishQueue(System.DateTime,System.DateTime,Sitecore.Data.Database)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">From date to get objects from Queue, expressed as UTC.</param>
            <param name="to">To date to get objects from Queue, expressed as UTC.</param>
            <param name="database">The database.</param>
            <returns>IdList object.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.GetPublishQueueEntries(System.DateTime,System.DateTime,Sitecore.Data.Database)">
            <summary>
            Gets the publish entries.
            </summary>
            <param name="from">From date to get objects from Queue.</param>
            <param name="to">To date to get objects from Queue.</param>
            <param name="database">The database.</param>
            <returns>IdList object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.GetPublishingTargets(Sitecore.Data.Database)">
            <summary>
            Gets the publishing targets defined in a specific database.
            </summary>
            <param name="database">The database.</param>
            <returns>The targets.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="handle">The handle.</param>
            <returns>PublishStatus object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.IsSmartPublishScheduled(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Checks if a smart publish is scheduled.
            </summary>
            <param name="database">The database. </param>
            <param name="targetDatabaseName">Name of the target database. </param>
            <param name="language">The language. </param>
            <returns><c>true</c> if smart publish is scheduled for the specified target database; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.Publish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Publishes with specified options.
            </summary>
            <param name="options">The options. </param>
            <returns>Publish process Handle object. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.Publish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Publishes with specified options.
            </summary>
            <param name="options">The options.</param>
            <param name="clientLanguage">The client Language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.PublishIncremental(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Publishes in incremental mode.
            </summary>
            <param name="source">The source. </param>
            <param name="targets">The targets. </param>
            <param name="languages">The languages. </param>
            <returns>Publish process Handle object. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.PublishIncremental(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Publishes in incremental mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="clientLanguage">The Client language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.PublishItem(Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],System.Boolean,System.Boolean)">
            <summary>
            Publishes an item.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.PublishItem(Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Publishes an item.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <param name="publishRelatedItems">if set to <c>true</c> related items are published.</param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.PublishSmart(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Publishes in smart mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.PublishSmart(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Publishes in smart mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="clientLanguage">The client language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.RebuildDatabase(Sitecore.Data.Database,Sitecore.Data.Database[])">
            <summary>
            Rebuilds the database.
            </summary>
            <param name="source">The source. </param>
            <param name="targets">The targets. </param>
            <returns>The database. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.Republish(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Republishes the specified source.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.Republish(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Republishes the specified source.
            </summary>
            <param name="source">The source. </param>
            <param name="targets">The targets. </param>
            <param name="languages">The languages. </param>
            <param name="clientLanguage">The client language. </param>
            <returns>Publish process Handle object. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.ScheduleSmartPublish(Sitecore.Data.Database)">
            <summary>
            Schedules a smart publish for all targets and languages in a database.
            </summary>
            <param name="database">The database. </param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.ScheduleSmartPublish(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Schedules a smart publish.
            </summary>
            <param name="database">The database. </param>
            <param name="targetName">Name of the target database. </param>
            <param name="language">The language. </param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.UnscheduleSmartPublish(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Unschedules a smart publish.
            </summary>
            <param name="database">The database. </param>
            <param name="targetName">Name of the target database. </param>
            <param name="language">The language. </param>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.WaitFor(Sitecore.Handle,System.Int32,System.Int32)">
            <summary>
            Waits for the specified handle.
            </summary>
            <param name="handle">The job handle.</param>
            <param name="timeout">The timeout in msec.</param>
            <param name="pollInterval">The poll interval in msec.</param>
            <returns>
            True when the job is done.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BasePublishManager.WaitFor(Sitecore.Handle)">
            <summary>
            Waits for the publish job to finish by specified handle.
            </summary>
            <param name="handle">The job handle.</param>
            <returns>True when the job is done.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseRolesInRolesManager">
            <summary>
            The base roles in roles manager.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseRolesInRolesManager.ApplicationName">
            <summary>
            Gets or sets the name of the application to store and retrieve role information for.
            </summary>
            <value>The name of the application to store and retrieve role information for.</value>
        </member>
        <member name="P:Sitecore.Abstractions.BaseRolesInRolesManager.RolesInRolesSupported">
            <summary>
            Gets a value indicating whether roles in roles support is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.AddRolesToRole(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified roles to the specified role.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.AddRolesToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified roles to the specified roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.AddRoleToRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified role to the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.AddRoleToRoles(Sitecore.Security.Accounts.Role,System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified role to the specified target roles.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.FindRolesInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of roles in a specified target role where the role name contains the specified name to match.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="roleNameToMatch">The role name to search for.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles whose name matches roleNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.FindUsersInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of users that are directly or indirectly members of the specified target role. The user name must contain the specified name to match.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the users whose name matches userNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetAllRoles">
            <summary>
            Gets all roles.
            </summary>
            <returns>The list of roles.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetAllRoles(System.Boolean)">
            <summary>
            Gets all roles.
            </summary>
            <param name="includeSystemRoles">If set to <c>true</c>, system roles (such as Everyone and Creator-Owner) are included.</param>
            <returns>The list of roles.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetCreatorOwnerRole">
            <summary>
            Gets the creator-owner role.
            </summary>
            <returns>The creator-owner role.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetEveryoneRole">
            <summary>
            Gets the everyone role.
            </summary>
            <returns>The everyone role.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetEveryoneRole(Sitecore.Security.Domains.Domain)">
            <summary>
            Gets the everyone role for the specified domain.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The everyone role.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetEveryoneRoles">
            <summary>
            Gets the everyone roles.
            </summary>
            <returns>The everyone roles.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetGlobalRoles">
            <summary>
            Gets the global roles.
            </summary>
            <returns>The global roles.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member accounts for the specified target role.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A list containing the names of all the accounts who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean,System.Collections.Generic.IEnumerable{Sitecore.Security.Domains.Domain})">
            <summary>
            Gets a list of member accounts for the specified target role for domain.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> this instance is include indirect membership.</param>
            <param name="domains">The domains.</param>
            <returns>The role members.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetRolesForRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of the roles that a role is in.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles that the specified role is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetRolesForUser(Sitecore.Security.Accounts.User,System.Boolean)">
            <summary>
            Gets a list of the roles that a user is directly or indirectly member of.
            </summary>
            <param name="user">The user.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles that the specified user is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetRolesInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member roles for the specified target role.
            </summary>
            <param name="targetRole">The role to get the list of member roles for.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetSystemRoles">
            <summary>
            Gets the system roles.
            </summary>
            <returns>The system roles.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.GetUsersInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member users for the specified target role. Both direct and indirect members (i.e. members of member roles) are returned.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the users who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsCreatorOwnerRole(System.String)">
            <summary>
            Determines whether the specified account name is the system role 'creator-owner'.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
              <c>true</c> if it is the creator-owner role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsEveryoneRole(System.String)">
            <summary>
            Determines whether the specified account name is the global 'everyone' role.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
              <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsEveryoneRole(System.String,Sitecore.Security.Domains.Domain)">
            <summary>
            Determines whether the specified account name is the 'everyone' role within the specified domain.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="domain">The domain.</param>
            <returns>
              <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsGlobalRole(Sitecore.Security.Accounts.Role)">
            <summary>
            Determines whether [is global role] [the specified role].
            </summary>
            <param name="role">The role.</param>
            <returns>
              <c>true</c> if [is global role] [the specified role]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsRoleInRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified role is in the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            <c>true</c> if the specified role is in the specified target role; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsSystemRole(System.String)">
            <summary>
            Determines whether the specified account name represents one of the system roles (ex. everyone or creator-owner).
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
              <c>true</c> if it is a system role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.IsUserInRole(Sitecore.Security.Accounts.User,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified user is directly or indirectly a member of the specified target role.
            </summary>
            <param name="user">The user.</param>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            <c>true</c> if the specified user is in the specified target role; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.RemoveRoleFromRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified member role from the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.RemoveRoleFromRoles(Sitecore.Security.Accounts.Role,System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member role from the specified target roles.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.RemoveRolesFromRole(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRolesInRolesManager.RemoveRolesFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="T:Sitecore.Abstractions.BaseRuleFactory">
            <summary>
            Extracts <see cref="T:Sitecore.Rules.RuleList`1"/> from given item field.
            <para>Constructs <see cref="T:Sitecore.Rules.RuleList`1"/> from string or XML format. </para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleFactory.GetRules``1(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="parentItem">
            The parent item.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleFactory.GetRules``1(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the rules.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="field">
            The field.
            </param>
            <returns>
            Returns the rules.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleFactory.GetRules``1(System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item},System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="items">
            The items.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleFactory.InvalidateCache">
            <summary>
            Invalidates the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleFactory.ParseRules``1(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="rulesXml">
            The rules XML.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleFactory.ParseRules``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
            <param name="database">The database.</param>
            <param name="node">The XML node.</param>
            <returns>The rules.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseRuleManager">
            <summary>
            The base rule manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleManager.Execute(System.Object)">
            <summary>
            Executes the rules associated with the specified object.
            </summary>
            <param name="thisObject">The object to execute rules for.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseRuleManager.GetRuleSet(System.Object)">
            <summary>
            Gets a rule set.
            </summary>
            <param name="thisObject">The object to be executed.</param>
            <returns>The rule set.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseScriptFactory">
            <summary>
            The base script factory.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseScriptFactory.Compile(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Gets the script.
            </summary>
            <param name="cacheKey">The key for the cache.</param>
            <param name="references">The references.</param>
            <param name="code">The script code.</param>
            <param name="language">The language.</param>
            <returns>Returns the script.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseScriptFactory.SyntaxCheck(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Checks the syntax.
            </summary>
            <param name="references">The references.</param>
            <param name="code">The source code.</param>
            <param name="language">The language.</param>
            <returns>The list of errors.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseScriptFactory.InvalidateCache">
            <summary>
            Invalidates the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseScriptFactory.Initialize">
            <summary>
            Initializes event handlers to cleanup cache records when possible.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.BaseSerializationManager">
            <summary>
            Manages logic to serialize/de-serialize Sitecore items/nodes and users/roles.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.CleanupPath(System.String)">
            <summary>
            Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">
            The path to cleanup.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.CleanupPath(System.String,System.Boolean)">
            <summary>
            Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">
            The path to cleanup.
            </param>
            <param name="recursive">
            if set to <c>true</c> this instance is recursive.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DoLoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Does the job of loading subtree from specified path.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <param name="options">
            The load options.
            </param>
            <exception cref="T:System.Exception">
            <c>Exception</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DropItem(System.String)">
            <summary>
            Drops the item identified by dump path.
            </summary>
            <param name="path">
            The path to the item to drop.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpItem(Sitecore.Data.Items.Item)">
            <summary>
            Dumps the item to a corresponding file under dump root.
            </summary>
            <param name="item">
            The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Dumps the item to the specified path.
            </summary>
            <param name="path">
            The path to dump.
            </param>
            <param name="item">
            The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpRole(System.String)">
            <summary>
            Dumps the role to a corresponding file under dump root.
            </summary>
            <param name="rolename">
            The role name.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpRole(System.String,Sitecore.Security.Accounts.Role)">
            <summary>
            Dumps the role to the specified path.
            </summary>
            <param name="path">
            The path to dump.
            </param>
            <param name="role">
            The role to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpSet(System.Collections.Generic.IList{Sitecore.Data.Serialization.Presets.IncludeEntry})">
            <summary>
            Dumps the specified item set.
            </summary>
            <param name="entries">
            A list of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/> objects describing the set of items to process.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpTemplates(Sitecore.Data.Database)">
            <summary>
            Dumps templates to disk.
            </summary>
            <param name="database">
            Database to dump templates for.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpTree(Sitecore.Data.Items.Item)">
            <summary>
            Dumps the tree under the dump root.
            </summary>
            <param name="item">
            The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpUser(System.String)">
            <summary>
            Dumps the user to a corresponding file under dump root.
            </summary>
            <param name="username">
            The user name.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.DumpUser(System.String,System.Web.Security.MembershipUser)">
            <summary>
            Dumps the user to the specified path.
            </summary>
            <param name="path">
            The path to dump.
            </param>
            <param name="user">
            The user to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.LoadAllRoles">
            <summary>
            Loads all roles from serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.LoadAllUsers">
            <summary>
            Loads all users from serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.LoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Loads the item from the specified file.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <param name="options">
            Load options.
            </param>
            <returns>
            The item to load.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.LoadRole(System.String)">
            <summary>
            Loads the role from the specified file.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <returns>
            The role to load.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.LoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Loads the subtree from specified path.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.LoadUser(System.String)">
            <summary>
            Loads the user from the specified file.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <returns>
            The user to load.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSerializationManager.CleanupObsoleteShortens">
            <summary>Performs cleanup for shorten folders which
            referenced link items were already deleted.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.BaseSettings">
            <summary>
            Reads the Sitecore configuration and setting values.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetAppSetting(System.String)">
            <summary>
            Gets named application setting.
            </summary>
            <param name="name"> The application setting name.</param>
            <returns>The app setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetAppSetting(System.String,System.String)">
            <summary>
            Gets named application setting.
            </summary>
            <param name="name">
            The application setting name.
            </param> <param name="defaultValue">The default value.</param>
            <returns> The app setting. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetBoolSetting(System.String,System.Boolean)">
            <summary>
            Gets boolean setting.
            </summary>
            <param name="name"> Name of the s.</param>
            <param name="defaultValue"> if set to <c>true</c> this instance is default value.</param>
            <returns>The boolean setting. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetConnectionString(System.String)">
            <summary>
            Gets a named connection string.
            </summary>
            <param name="connectionStringName"> Name of the connection string.</param>
            <returns> The connection string.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetDoubleSetting(System.String,System.Double)">
            <summary>
            Gets double setting.
            </summary>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The double setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetEnumSetting``1(System.String,``0)">
            <summary>
            Gets the Enum setting.
            </summary>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The enum setting. Fails if unable to parse the configured value.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetFileSetting(System.String)">
            <summary>
            Gets named setting contains a file path.
            </summary>
            <param name="name"> Name of the s.</param>
            <returns>The file setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetFileSetting(System.String,System.String)">
            <summary>
            Gets named setting contains a file path.
            </summary>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default value. </param>
            <returns>The file setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetIntSetting(System.String,System.Int32)">
            <summary>
            Gets int setting.
            </summary>
            <param name="name"> The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <returns> The int setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetLongSetting(System.String,System.Int64)">
            <summary>
            Gets long setting.
            </summary>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The long setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetPipedListSetting(System.String,System.Collections.Generic.IReadOnlyCollection{System.String})">
            <summary>
            Get piped list setting with default transformation options.
            </summary>
            <param name="settingName">The setting name.</param>
            <param name="defaultValue">The default value. Is returned if value was not defined in configuration.</param>
            <returns>Parsed piped list.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetPipedListSetting(System.String,System.Collections.Generic.IReadOnlyCollection{System.String},Sitecore.Abstractions.PipedListTransformOptions)">
            <summary>
            Get piped list setting.
            </summary>
            <param name="settingName">The setting name.</param>
            <param name="defaultValue">The default value. Is returned if value was not defined in configuration.</param>
            <param name="options">Transform options to apply to the configured value.</param>
            <returns>Parsed piped list.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetSetting(System.String)">
            <summary>
            Gets named setting.
            </summary>
            <param name="name"> The setting name.</param>
            <returns>The setting. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetSetting(System.String,System.String)">
            <summary>
            Gets named setting with default.
            </summary>
            <param name="name"> The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The setting.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetSystemSection``1(System.String,System.Boolean)">
            <summary>
            Gets a system section from web.config (i.e. a section located beneath system.web).
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="assert">Assert section exists and is of the specified type</param>
            <returns> The system section.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetTimeSpanSetting(System.String,System.TimeSpan)">
            <summary>
            Gets setting contains a time span (hh:mm:ss)
            </summary>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The time span setting. </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSettings.GetTimeSpanSetting(System.String,System.TimeSpan,System.Globalization.CultureInfo)">
            <summary>
            Gets the time span setting.
            </summary>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default value.</param>
            <param name="cultureInfo">The culture info.</param>
            <returns>The time span setting. </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseSiteContextFactory">
            <summary>
            Provides <see cref="T:Sitecore.Sites.SiteContext"/> that matches provided input (f.e. site name, or hostname and port).
            <para>Provides <see cref="T:Sitecore.Web.SiteInfo"/> for all configured sites via <see cref="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSites"/>.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSiteContext(System.String)">
            <summary>
            Gets the site context.
            </summary>
            <param name="name">The name.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSiteContext(System.String,System.String)">
            <summary>
            Gets the site context.
            </summary>
            <param name="hostName">Name of the host.</param>
            <param name="fullPath">The full path.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSiteContext(System.String,System.String,System.Int32)">
            <summary>
            Gets the site context.
            </summary>
            <param name="hostName">Name of the host.</param>
            <param name="fullPath">The full path.</param>
            <param name="portNumber">The port number.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSiteContextFromFile(System.String)">
            <summary>
            Gets the site context from file.
            </summary>
            <param name="filename">The file name.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSiteInfo(System.String)">
            <summary>
            Gets the site info.
            </summary>
            <param name="name">The name.</param>
            <returns>The site info.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSiteNames">
            <summary>
            Gets the site names.
            </summary>
            <returns>The site names.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteContextFactory.GetSites">
            <summary>
            Gets the sites.
            </summary>
            <returns>The sites.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseSiteManager">
            <summary>
            Allows to get site by name.
            <para>Provides a collection of all known sites.</para>
            <para>Allows to check if given account can enter the site.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteManager.CanEnter(System.String,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether an account can enter the specified site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if the account can enter the specified site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteManager.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The site.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseSiteManager.GetSites">
            <summary>
            Gets the list of all known sites.
            </summary>
            <returns>The collection of all known sites.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseStandardValuesManager">
            <summary>The base standard values manager.</summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseStandardValuesManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseStandardValuesManager.GetStandardValue(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the standard value of a field.
            </summary>
            <param name="field">The field.</param>
            <returns>The standard value of the field.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseTemplateManager">
            <summary>
            Manages logic of getting specific <see cref="T:Sitecore.Data.Templates.Template"/>, <see cref="T:Sitecore.Data.Templates.TemplateField"/> and all <see cref="T:Sitecore.Data.Templates.Template"/>(s) from <see cref="T:Sitecore.Data.Database"/>.
            <para>Allows to change field sharing type for a specific <see cref="T:Sitecore.Data.Templates.TemplateField"/>.</para>
            <para>Provides template-related checks (f.e. <see cref="M:Sitecore.Abstractions.BaseTemplateManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)"/>, <see cref="M:Sitecore.Abstractions.BaseTemplateManager.IsTemplate(Sitecore.Data.Items.Item)"/> API).</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.Database)">
            <summary>
            Changes the field sharing type of a single field.
            </summary>
            <param name="definition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <param name="database">The database.</param>
            <returns><c>true</c> if sharing type is changed; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.ChangeTemplate(Sitecore.Data.Items.Item,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Changes the template of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <returns><c>true</c> if tmplate is changed; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetFieldId(System.String,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the id of a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <returns>The id of the field.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the template associated with an item.
            </summary>
            <param name="item">The <see cref="T:Sitecore.Data.Items.Item">item</see> to get the template for.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetTemplate(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the template associated with a template id.
            </summary>
            <param name="templateId">The id of the desired template.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetTemplate(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the template with a specific name.
            </summary>
            <param name="fullName">The full name of the desired template. A
            full name is either a full Sitecore path
            (i.e. /sitecore/templates/documents/Document) or a path relative
            to /sitecore/templates (i.e. documents/Document). The name is
            case-insensitive.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Gets the template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns>The template field.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets a template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="templateID">The template ID.</param>
            <param name="database">The database.</param>
            <returns>The template field.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.GetTemplates(Sitecore.Data.Database)">
            <summary>
            Gets all templates defined in a specific database.
            </summary>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the templates.</param>
            <returns>The templates.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder for a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.IsTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the item is a template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.IsTemplatePart(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template part.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the item is a template part; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTemplateManager.IsDataField(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Determines whether [is data field] [the specified template field].
            </summary>
            <param name="templateField">The template field.</param>
            <returns>
              <c>true</c> if [is data field] [the specified template field]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseThemeManager">
            <summary>
            Manages how <see cref="T:Sitecore.Data.Items.Item"/> gets its icon (shown in Sitecore Shell interfaces).
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseThemeManager.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns>The icon image.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseThemeManager.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">If set to <c>true</c> [resize].</param>
            <returns>The icon image.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseThemeManager.GetImage(System.String,System.Int32,System.Int32)">
            <summary>
            Gets an image from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>The image.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseThemeManager.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">If set to <c>true</c> [resize].</param>
            <returns>The image.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseThemeManager.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>The language image.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseThemeManager.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">If set to <c>true</c> this instance is resize.</param>
            <returns>The language image.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseTicketManager">
            <summary>
            The base ticket manager.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.BaseTicketManager.CookieName">
            <summary>
            Specifies the name of the cookie where the ticket id is stored.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.BaseTicketManager.TicketPrefix">
            <summary>
            The property prefix used to store tickets.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.CreateTicket(System.String,System.String)">
            <summary>
            Creates the ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="startUrl">The start URL.</param>
            <returns>
            The ticket ID.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.CreateTicket(System.String,System.String,System.Boolean)">
            <summary>
            Creates the ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="startUrl">The start URL.</param>
            <param name="persist">If set to <c>true</c> [persist].</param>
            <returns>
            The ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.GetCurrentTicketId">
            <summary>
            Gets the ticket Id from the cookie.
            </summary>
            <returns>
            The ticket Id from the cookie.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.Relogin(System.String)">
            <summary>
            Relogins the user with the specified ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>
            The boolean.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.Relogin(System.String,System.Boolean)">
            <summary>
            Relogins the user with the specified ticket.
            </summary>
            <param name="ticketId">The ticket ID.</param>
            <param name="redirect">If set to <c>true</c> a user is redirected to the start URL.</param>
            <returns>
             <c>true</c>, if the login was successful, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.Login(System.String,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> the login will be persisted.</param>
            <returns>
            <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c>the login will be persisted.</param>
            <returns>
              <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.IsCurrentTicketValid">
            <summary>
            Determines whether current ticket is valid.
            </summary>
            <returns>
              <c>true</c> if current ticket is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.IsTicketValid(System.String)">
            <summary>
            Determines whether ticket with the specified ticket id is valid.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>
              <c>true</c> if ticket with the specified ticket id is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.IsTicketExpired(Sitecore.Web.Authentication.Ticket,System.Boolean)">
            <summary>
            Determines whether [is ticket expired] [the specified ticket].
            </summary>
            <param name="ticket">The ticket.</param>
            <param name="useProlongation">If set to <c>true</c> [use prolongation].</param>
            <returns>
              <c>true</c> if [is ticket expired] [the specified ticket]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.RemoveTicket(System.String)">
            <summary>
            Removes the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns><c>true</c> if current ticket removed; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.GetTicket(System.String)">
            <summary>
            Gets the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>The ticket.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.GetTicket(System.String,System.Boolean)">
            <summary>
            Gets the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <param name="returnExpired">If set to <c>true</c> [return expired].</param>
            <returns>
            The ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTicketManager.GetTicketIDs">
            <summary>
            Gets the ticket Id's.
            </summary>
            <returns>The list of IDs.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseTranslate">
            <summary>
            Translates text to a requested <see cref="T:Sitecore.Globalization.Language"/> with a set of method overloads.
            <para>Allows to clean translations cache.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.BaseTranslate.HasPendingReloads">
            <summary>
            Gets a value indicating whether translation cache needs to be reloaded.
            </summary>
            <value>
              <c>true</c> if translation cache needs to be reloaded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.RemoveKeyFromCache(System.String,Sitecore.Globalization.Language,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
            <param name="language">The language.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.RemoveKeyFromCache(System.String,Sitecore.Globalization.Language)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.RemoveKeyFromCache(System.String)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.CachePhrase(System.String,System.String,Sitecore.Globalization.Language,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Caches the phrase.
            </summary>
            <param name="key">The key.</param>
            <param name="phrase">The phrase.</param>
            <param name="language">The language.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.GetCachedDomains">
            <summary>
            Gets the cached domains.
            </summary>
            <returns>The array of cached domains.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.GetCachedLanguages(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Gets the cached languages.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The array of cached languages for specified dictionary domain.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.CreateDictionary(System.Type)">
            <summary>
            Creates the dictionary.
            </summary>
            <param name="type">
            The type containing the strings for which the dictionary should be created.
            </param>
            <returns>
            The dictionary.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.Text(System.String)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Localization.ls("My Text");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TextByDomain(System.String,Sitecore.Globalization.TranslateOptions,System.String,System.Object[])">
            <summary>
            Gets a localized string.
            </summary>
            <param name="domain">The domain.</param>
            <param name="options">The options.</param>
            <param name="key">The key of the string.</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The localized string.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TextByDomain(System.String,System.String,System.Object[])">
            <summary>
            Gets a localized string.
            </summary>
            <param name="domain">The domain.</param>
            <param name="key">The key of the string.</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The localized string.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.Text(System.String,System.Object[])">
            <summary>
            Gets the localized string for the key.
            </summary>
            <param name="key">
            The text key.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The translated text for given key.
            </returns>
            <remarks>
            The localized string is formatted using String.Format.
            </remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TextByLanguage(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <param name="language">
            The language identifier.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Translate.Text("My Text", "da");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TextByLanguage(System.String,Sitecore.Globalization.Language,System.String)">
            <summary>
            Texts the by language no default.
            </summary>
            <param name="key">
            The text key.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The by language.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TextByLanguage(System.String,Sitecore.Globalization.Language,System.String,System.Object[])">
            <summary>
            Texts the by language no default.
            </summary>
            <param name="key">The text key.</param>
            <param name="language">The language.</param>
            <param name="defaultValue">The default value.</param>
            <param name="parameters">String replacement parameters.</param>
            <returns>The by text language.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TextByLanguage(System.String,Sitecore.Globalization.TranslateOptions,System.String,Sitecore.Globalization.Language,System.String,System.Object[])">
            <summary>
            Texts the by language.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="options">The options.</param>
            <param name="key">The phrase key.</param>
            <param name="language">The language.</param>
            <param name="defaultValue">The default value.</param>
            <param name="parameters">The parameters.</param>
            <returns>The translated phrase for specified combination of key, language, domain.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.ResetCache">
            <summary>
            Resets the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.ResetCache(System.Boolean)">
            <summary>
            Resets the cache.
            </summary>
            <param name="removeFileCache">If set to <c>true</c> dictionary file will be removed.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.ReloadDomainCache(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Reloads the domain cache.
            </summary>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.ReloadFromDatabase">
            <summary>
            Reloads the translations from database.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.TryTranslateTextByLanguage(System.String,Sitecore.Globalization.DictionaryDomain,Sitecore.Globalization.Language,System.String@,System.Object[])">
            <summary>
            Texts the by language.
            </summary>
            <param name="key">The phrase key.</param>
            <param name="domain">The domain.</param>
            <param name="language">The language.</param>
            <param name="phrase">The phrase.</param>
            <param name="parameters">The parameters.</param>
            <returns>
              <c>true</c> if dictionary entry for specified key has been found in specified domain and language.
            </returns>
            <remarks>
            Do not use this method unless you are sure that you need to get translations from translation cache without using fallback logic.
            </remarks>
        </member>
        <member name="M:Sitecore.Abstractions.BaseTranslate.Save">
            <summary>
            Saves this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.BaseUserManager">
            <summary>
            The base user manager.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseUserManager.GetUserCount">
            <summary>
            Gets number of users.
            </summary>
            <returns>The number of users.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseUserManager.GetUsers">
            <summary>
            Gets all users.
            </summary>
            <returns>The users list.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.BaseValidatorManager">
            <summary>
            <para>Ensures item fields have acceptable/correct values.</para>
            <para>Validators must highlight incorrect values set.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.BuildValidator(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the validator.
            </summary>
            <param name="validator">
            The validator.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The validator.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String,System.String})">
            <summary>
            Builds the validation set.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="controls">
            The controls.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,System.Collections.Generic.ICollection{Sitecore.Data.FieldDescriptor},Sitecore.Data.Database,Sitecore.Collections.SafeDictionary{System.String,System.String})">
            <summary>
            Builds the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
            <param name="controls">
            The controls.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Builds the validation set.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetFieldsValidators(Sitecore.Data.Validators.ValidatorsMode,System.Collections.Generic.IEnumerable{Sitecore.Data.FieldDescriptor},Sitecore.Data.Database)">
            <summary>
            Gets the field validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            The field validators.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetGlobalValidatorsForItem(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Gets the global validators for item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The global validators for item.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetGlobalValidatorsForItem(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the global validators for item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="includeSuppressedRules">
            The include Suppressed Rules.
            </param>
            <returns>
            The global validators for item.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetItemValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Gets the item validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The item validators.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetValidators(Sitecore.Data.Validators.ValidatorsMode,System.String)">
            <summary>
            Gets the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.SetValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Sets the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="validators">
            The validators.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.UpdateValidators(Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Updates the validators.
            </summary>
            <param name="validators">
            The validators.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.Validate(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Validators.ValidatorOptions)">
            <summary>
            Validates the specified result.
            </summary>
            <param name="validators">
            The validators.
            </param>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetStrongestResult(Sitecore.Data.Validators.ValidatorCollection,System.Boolean,System.Boolean)">
            <summary>
            Determines the worst result that the validators in the list have.
            </summary>
            <param name="validators">List of validators which results should be inspected.</param>
            <param name="skipNotCritical">If false, then 'unknown' is considered as the worst result, otherwise it is the worst only in case not yet evaluated validator can have 'critical' or 'fatal'.</param>
            <param name="skipFatalErrorsForStandardValues">If true, then standard value holders will have validation result no stronger than critical, even if they have fatal errors.</param>
            <returns>Pair of worst validation result and the validator that has this result.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.BaseValidatorManager.GetValidationErrorDetails(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Gets the validation errors.
            </summary>
            <param name="failedValidator">
            The failed validator.
            </param>
            <returns>
            The validation errors.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.IO.DirectoryInfoBase">
            <summary>
            The directory info base.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.IO.DirectoryInfoFactory">
            <summary>
            The directory info factory.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.IO.DirectoryInfoFactory.FromDirectoryName(System.String)">
            <summary>
            The from directory name.
            </summary>
            <param name="directoryName">
            The directory name.
            </param>
            <returns>
            The <see cref="T:Sitecore.Abstractions.IO.DirectoryInfoBase"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.IO.DirectoryInfoWrapper">
            <summary>
            The directory info wrapper.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.IO.FileInfoFactory">
            <summary>
            The file info factory.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.IO.FileInfoFactory.FromFileName(System.String)">
            <summary>
            The from file name.
            </summary>
            <param name="fileName">
            The file name.
            </param>
            <returns>
            The <see cref="T:Sitecore.Abstractions.IO.FileInfoBase"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Abstractions.IO.FileSystemInfoExtensions">
            <summary>
            The file system info extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.IO.FileSystemInfoExtensions.ToFileSystemInfoBase(System.IO.FileSystemInfo)">
            <summary>
            The to file system info base.
            </summary>
            <param name="fileSystemInfo">The file system info.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.IO.FileSystemInfoBase"/>.</returns>
            <exception cref="T:System.IO.InvalidDataException">InvalidDataException is thrown in case of unknown data type.</exception>
        </member>
        <member name="T:Sitecore.Abstractions.IO.IDirectoryInfoFactory">
            <summary>
            The DirectoryInfoFactory interface.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.IO.IDirectoryInfoFactory.FromDirectoryName(System.String)">
            <summary>
            The from directory name.
            </summary>
            <param name="directoryName">The directory name.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.IO.DirectoryInfoBase"/>.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.PipedListTransformOptions">
            <summary>
            Control how piped list entries should be transformed before retrieval.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.PipedListTransformOptions.None">
            <summary>
            Default value. Empty values are removed.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.PipedListTransformOptions.LowercaseValues">
            <summary>
            Lowercase values.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.PipedListTransformOptions.KeepEmptyValues">
            <summary>
            Keep empty values in the result.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseFileSystemTree">
            <summary> Represents abstraction for a tree of items in a Serialization File System organization.</summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseFileSystemTree.DatabaseName">
            <summary>Gets the name of the database.</summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseFileSystemTree.Name">
            <summary>Gets the name of the tree.</summary>
            <value>The name of the tree.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseFileSystemTree.GlobalRootItemPath">
            <summary>Gets the global root item path.</summary>
            <value>The global root item path.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseFileSystemTree.PhysicalRootPath">
            <summary>Gets the physical root path.</summary>
            <value>The physical root path.</value>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.ContainsPath(System.String)">
            <summary>Determines whether the specified global path contains current tree root path.</summary>
            <param name="globalPath">The global path.</param>
            <returns>
              <c>true</c> if the specified global path contains current tree root path; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.GetItemsByPath(System.String)">
            <summary>Gets the items by path.</summary>
            <param name="globalPath">The global path.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.GetChildrenMetadata(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>Gets the children item metadata.</summary>
            <param name="parentItem">The parent item metadata.</param>
            <returns>The children item metadata.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.GetChildren(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Gets the children items.</summary>
            <param name="parentItem">The parent item.</param>
            <returns>The children items.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.Remove(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>Removes the specified item.</summary>
            <param name="item">The item to remove.</param>
            <returns>Success of the operation.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.Save(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Saves the specified item.</summary>
            <param name="item">The item.</param>
            <returns>The item storage path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTree.ReadItem(System.String)">
            <summary>Reads the item.</summary>
            <param name="path">The path.</param>
            <returns>The item.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseFileSystemTreeResolver">
            <summary>Defines abstraction for resolving of filesystem trees.</summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTreeResolver.GetTreeForPath(System.String,System.String)">
            <summary>Gets the tree for specified item path and database name.</summary>
            <param name="path">The item path.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>The file system tree.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTreeResolver.GetTreeForAbsolutePath(System.String)">
            <summary>Gets the tree for specified item absolute path.</summary>
            <param name="absolutePath">The item path.</param>
            <returns>The file system tree.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTreeResolver.HasTreeForPath(System.String,System.String)">
            <summary>Determines whether resolver has file system tree for specified item path and database name.</summary>
            <param name="path">The item path.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>
              <c>true</c> if [has tree for path] [the specified path]; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseFileSystemTreeResolver.GetChildTreesForPath(System.String,System.String)">
            <summary>Gets the child trees with roots that are children for specified path.</summary>
            <param name="path">The path.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>The child tree roots.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseItemSerializationManager">
            <summary>
            Abstraction for serialization manager for items
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemSerializationManager.DumpItem(Sitecore.Data.Items.Item)">
            <summary>
            Dumps the item to a corresponding file under dump root.
            </summary>
            <param name="item">
            The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemSerializationManager.DumpItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Dumps the item to the specified path.
            </summary>
            <param name="path">
            The path to dump.
            </param>
            <param name="item">
            The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemSerializationManager.DumpTree(Sitecore.Data.Items.Item)">
            <summary>
            Dumps the tree under the dump root.
            </summary>
            <param name="item">
            The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemSerializationManager.LoadItem(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Load specified Item
            </summary>
            <param name="targetItem">Item to be loaded</param>
            <param name="options">Load options.</param>
            <returns>Loaded Item</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemSerializationManager.LoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>Loads the item from the specified file.</summary>
            <param name="path">The path to load.</param>
            <param name="options">Load options.</param>
            <returns>The item to load.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemSerializationManager.LoadTree(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Loads the subtree from specified path.
            </summary>
            <param name="rootItem">
            The root item to load.
            </param>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseItemStorageProvider">
            <summary>
            Defines logic for operations on file system with item serialization.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.ItemResolver">
            <summary>The item resolver.</summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.ItemResolver)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Abstractions.Serialization.BaseItemStorageProvider"/> class.</summary>
            <param name="pathResolver">The PathResolver</param>
            <param name="storageSettings">The StorageSettings</param>
            <param name="itemResolver">The item resolver.</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.CleanupObsoleteShortens">
            <summary>
            Performs cleanup for shorten folders which referenced link items were already deleted.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.CleanupPath(System.String,System.Boolean)">
            <summary>
            Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">The path</param>
            <param name="recursive">Flag defines is operation performs recursive</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.GetFilePath(Sitecore.Data.Items.Item)">
            <summary>Gets the file path.</summary>
            <param name="item">The item.</param>
            <returns>The file path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.GetShortPath(Sitecore.Data.Items.Item)">
            <summary>Gets the short path.</summary>
            <param name="item">The item.</param>
            <returns>The short path.</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.RemoveDirectory(System.String)">
            <summary>Removes the directory.</summary>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseItemStorageProvider.RemoveDirectoryWithSubdirectories(System.String)">
            <summary>Removes the directory with subdirectories.</summary>
            <param name="path">The path.</param>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager">
            <summary>
                Abstraction for serialization manager for Roles.
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager" /> class.
            </summary>
            <param name="serializer">The Serializer</param>
            <param name="storageProvider">The StorageProvider</param>
            <param name="storageSettings">The StorageSettings</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager.DumpEntities(System.Collections.Generic.IEnumerable{System.String})">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager.DumpEntity(System.String,Sitecore.Abstractions.Serialization.IRoleData)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager.DoDumpRole(System.String,Sitecore.Abstractions.Serialization.IRoleData)">
            <summary>
                Dumps role to the path
            </summary>
            <param name="serializationPath">path to the serialization file</param>
            <param name="roleData">Role's DTO</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseRoleSerializationManager.PasteSyncRole(Sitecore.Abstractions.Serialization.IRoleData)">
            <summary>
                Pastes SyncRole into the database.
            </summary>
            <param name="syncRole">The sync role.</param>
            <returns>The role in database.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1">
            <summary>
            Generic abstraction for serialization manager for security entities - Users and Roles.
            </summary>
            <typeparam name="T">Security entity to serialize.</typeparam>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.StorageProvider">
            <summary> Instance of the StorageProvider </summary>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.Serializer">
            <summary> Instance of the Serializer </summary>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.StorageSettings">
            <summary> Instance of the StorageSettings </summary>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.SecurityFileSystemCleaner">
            <summary> Instance of the SecurityFileSystemCleaner type</summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{`0},Sitecore.Abstractions.Serialization.BaseStorageProvider{`0},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
                Initializes a new instance of the <see cref="!:BaseSecuritySerializationManager" /> class.
            </summary>
            <param name="serializer">The Serializer</param>
            <param name="storageProvider">The StorageProvider</param>
            <param name="storageSettings">The StorageSettings</param>
            <param name="securityFileSystemCleaner">SecurityFileSystemCleaner</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.DumpEntity(System.String)">
            <summary>
            Dumps the security entry (User or Role) by name to the file system.
            </summary>
            <param name="entityName">
            The name of the entity
            </param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.DumpEntities(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Dumps the collection of security entries (User or Role) to the file system.
            </summary>
            <param name="entityNames">The collection of names of the entities</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.LoadAllEntities">
            <summary>
            Load all entities from serialization
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.LoadEntity(System.String)">
            <summary>
            Loads the entity from the specified file.
            </summary>
            <param name="serializationPath">
            The path to load.
            </param>
            <returns>
            The role to load.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager`1.DumpEntity(System.String,`0)">
            <summary>
            Dumps the entity to the specified path.
            </summary>
            <param name="serializationPath">
            The path to dump.
            </param>
            <param name="entity">
            The entity to dump.
            </param>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseSerializer`1">
            <summary>
            Generic abstraction for Serializer
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSerializer`1.Write(`0,System.IO.TextWriter)">
            <summary>
            Write serialization entry to writer stream
            </summary>
            <param name="entry">The entry for serialization</param>
            <param name="writer">The stream</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseSerializer`1.Read(System.IO.TextReader)">
            <summary>
            Read serialization entry from reader stream
            </summary>
            <param name="reader">The reader stream</param>
            <returns>Deserialized entry</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseStorageProvider`1">
            <summary>
            Abstraction for serialization storage provider that is responsible path generation for stored serialization.
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseStorageProvider`1.PathResolver">
            <summary>
            Instance of PathResolver
            </summary>
        </member>
        <member name="F:Sitecore.Abstractions.Serialization.BaseStorageProvider`1.StorageSettings">
            <summary>
            Instance of StorageSetting
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageProvider`1.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>
            Initialize th instance
            </summary>
            <param name="pathResolver">The PathResolver</param>
            <param name="storageSettings">The StorageSettings</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageProvider`1.GetFileIdentifier(`0)">
            <summary>
            Get file identifier for the serialization entry
            </summary>
            <param name="objectToStore"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageProvider`1.GetDirectoryIdentifier(`0)">
            <summary>
            Get directory identifier for the serialization entry
            </summary>
            <param name="objectToStore"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseStorageSettings">
            <summary>
            Abstraction describes all settings related to storing serialized files
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.ItemExtension">
            <summary>
            Extension for serialized item file
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.RoleExtension">
            <summary>
            Extension for serialized role file
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.UserExtension">
            <summary>
            Extension for serialized user file
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.UsersFolderName">
            <summary>
            Users folder name
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.RolesFolderName">
            <summary>
            Roles folder name
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.MaxPathLength">
            <summary>
            Maximum allowed file path length
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.InvalidFilenames">
            <summary>Gets the invalid filenames.</summary>
            <value>The invalid filenames.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.Root">
            <summary>
            Serialization root folder
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.Settings">
            <summary>Gets the serialization settings.</summary>
            <value>The serialization settings.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.BaseStorageSettings.RootSecurity">
            <summary>
            Serialization root folder for security items
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageSettings.SafeMapPath(System.String)">
            <summary>
            Map path
            </summary>
            <param name="path"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageSettings.GetSafeAppRoot">
            <summary>
            Gets app root
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageSettings.GetItemSerializationExtension">
            <summary>
            Gets extension for item depending on serialization type
            </summary>
            <returns>extension for item</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageSettings.GetUserSerializationExtension">
            <summary>
            Gets extension for user depending on serialization type
            </summary>
            <returns>extension for user</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseStorageSettings.GetRoleSerializationExtension">
            <summary>
            Gets extension for role depending on serialization type
            </summary>
            <returns>extension for role</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.BaseUserSerializationManager">
            <summary>
            Base manager for user serialization
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseUserSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseUserSerializationManager.DumpEntities(System.Collections.Generic.IEnumerable{System.String})">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseUserSerializationManager.PasteSyncUser(Sitecore.Abstractions.Serialization.IUserData)">
            <summary>
            Pastes SyncUser into the database.
            </summary>
            <param name="syncUser">
            The sync user.
            </param>
            <returns>
            The user in database.
            </returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.BaseUserSerializationManager.GetOrCreateUser(Sitecore.Abstractions.Serialization.IUserData,System.Boolean@)">
            <summary>
            Gets an existing user or creates a new one
            </summary>
            <param name="user">user to create or get</param>
            <param name="addedUser">user was added</param>
            <returns>Created or got user</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IAffectedEntitiesCalculator">
            <summary>
            Defines class responsible for calculating the number of affected security entities
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.IAffectedEntitiesCalculator.CountAffectedEntities(System.Collections.Generic.HashSet{System.String})">
            <summary>
            Counts the number of affected entities during reverting security entities
            </summary>
            <param name="existingEntities">entities existing on file system</param>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IItemData">
            <summary>
            DTO object represents item's data
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.TemplateName">
            <summary>
            Template's name
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.Created">
            <summary>
            Date of creation
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.DatabaseName">
            <summary>
            Name of database
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.Name">
            <summary>
            Item's name
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.BranchId">
            <summary>
            ID of branch
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.SharedFields">
            <summary>
            Collection of shred fields
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.UnversionedFields">
            <summary>
            Collections of unversioned fields
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemData.Versions">
            <summary>
            Collection of versions
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IItemFieldValue">
            <summary>
            DTO object represents the field
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.FieldId">
            <summary>
            Field's ID
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.NameHint">
            <summary>
            Field's name
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.FieldKey">
            <summary>
            Field's key
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.Value">
            <summary>
            Field's value
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.FieldType">
            <summary>
            Field's type
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.BlobId">
            <summary>
            Blob ID
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemFieldValue.SortOrder">
            <summary>
            Sort order for fields
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IItemLanguage">
            <summary>
            A language for an item.
            This can be either:
            1) The basis for a language's unversioned fields
            2) The basis for an <see cref="T:Sitecore.Abstractions.Serialization.IItemVersion"/> in a language
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemLanguage.Fields">
            <summary>Gets the fields.</summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemLanguage.Language">
            <summary>Gets the language.</summary>
            <value>The language.</value>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IItemMetadata">
            <summary>
            Interface for DTO object that represents basic item's data.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemMetadata.Id">
            <summary>
            Item's ID
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemMetadata.ParentId">
            <summary>
            Parent item's ID
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemMetadata.TemplateId">
            <summary>
            Template's ID
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemMetadata.Path">
            <summary>
            Item's path
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemMetadata.SerializedItemId">
            <summary>
            Provider-specific identifier for a serialized item (e.g. path on disk, row identifier, etc)
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IItemMetadataReader">
            <summary>Defines class responsible for reading item metadata.</summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.IItemMetadataReader.ReadMetadata(System.IO.TextReader)">
            <summary>Reads the item metadata.</summary>
            <param name="reader">The reader.</param>
            <returns>The item metadata.</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IItemVersion">
            <summary>
            A version of an item in a specific language
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemVersion.VersionNumber">
            <summary>
            Version's number
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IItemVersion.Revision">
            <summary>
            Version's revisions
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IPredicate`1">
            <summary>
            The predicate defines whether entities should be included
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.IPredicate`1.Includes(`0)">
            <summary>
            Defines whether an entity should be included
            </summary>
            <param name="entity">entity</param>
            <returns>predicate result</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IRoleData">
            <summary>
            DTO for Sitecore.Account.Role
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IRoleData.RoleName">
            <summary>
            Name of role
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IRoleData.MemberOfRoles">
            <summary>
            Collections of memebers of the role
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.ISerializationService">
            <summary>
            Provides serialization and deserialization functionality for Items
            </summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.ISerializationService.Serialize(Sitecore.Data.ID,System.String,Sitecore.Data.Serialization.SerializationFormat)">
            <summary>
            Serializes Item into stream in default or Yaml format
            </summary>
            <param name="itemId">The Item's ID</param>
            <param name="databaseName">The name of Sitecore database</param>
            <param name="format">The type of serialization. "default"/"yaml".</param>
            <returns>Returns serialized Item</returns>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.ISerializationService.Deserialize(System.IO.Stream,System.String,Sitecore.Data.Serialization.SerializationFormat)">
            <summary>
            Deserialize Item from stream (in default or yaml format) into Sitecore's tree
            </summary>
            <param name="stream">The input stream</param>
            <param name="databaseName">The name of Sitecore database</param>
            <param name="format">The type of serialization. "default"/"yaml".</param>
            <returns>Return ID of deserialized Item</returns>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.IUserData">
            <summary>
            DTO object represents user's data
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.Email">
            <summary>
             Email address of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.UserName">
            <summary>
             Name of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.CreationDate">
            <summary>
             Creation date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.LastLockoutDate">
            <summary>
             Last lockout date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.LastPasswordChanged">
            <summary>
             Last password changed date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.IsApproved">
            <summary>
             Shows whether user is approved or not.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.IsLockedOut">
            <summary>
             Shows whether user is locked out or not.
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.ProfileProperties">
            <summary>
             List of profile properties for the user
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.CustomProfileProperties">
            <summary>
             List of custom profile properties for the user
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.Roles">
            <summary>
             List of the roles the user is in
            </summary>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.IUserData.Comment">
            <summary>
             Shows the user comment.
            </summary>
        </member>
        <member name="T:Sitecore.Abstractions.Serialization.PredicateResult">
            <summary>Class defines predicate search result</summary>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.PredicateResult.#ctor(System.Boolean)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Abstractions.Serialization.PredicateResult"/> class.</summary>
            <param name="included">if set to <c>true</c> [included].</param>
        </member>
        <member name="M:Sitecore.Abstractions.Serialization.PredicateResult.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Abstractions.Serialization.PredicateResult"/> class.</summary>
            <param name="justification">The justification.</param>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.PredicateResult.IsIncluded">
            <summary>Gets a value indicating whether this instance is included.</summary>
            <value>
              <c>true</c> if this instance is included; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.PredicateResult.Justification">
            <summary>Gets the justification.</summary>
            <value>The justification.</value>
        </member>
        <member name="P:Sitecore.Abstractions.Serialization.PredicateResult.PredicateComponentId">
            <summary>
            Optional field which predicates may use to identify any sort of section within the predicate that the match came from.
            With the SerializationPresetPredicate, this is the include entry name that matched.
            </summary>
        </member>
        <member name="T:Sitecore.CodeDom.Scripts.BaseItemScripts">
            <summary>The base item scripts.</summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.BaseItemScripts.Compile(Sitecore.Data.Items.Item)">
            <summary>
            Gets the attribute value.
            </summary>
            <param name="item">The source item.</param>
            <returns>The script.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.BaseItemScripts.CreateObject(Sitecore.Data.Items.Item)">
            <summary>
            Creates the object.
            </summary>
            <param name="item">The script item.</param>
            <returns>Returns the created object.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.BaseItemScripts.GetGenericType``1(Sitecore.Data.Items.Item)">
            <summary>
            Gets the generic type.
            </summary>
            <typeparam name="T">The generic type.</typeparam>
            <param name="item">The script item.</param>
            <returns>Returns the type.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.BaseItemScripts.HasScript(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has script.
            </summary>
            <param name="item">The source item.</param>
            <returns>
              <c>true</c> if the specified item has script; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.BaseItemScripts.InvokeDefaultMethod``1(Sitecore.Data.Items.Item,System.Object[])">
            <summary>
            Invokes this instance.
            </summary>
            <typeparam name="T">The return type.</typeparam>
            <param name="item">The source item.</param>
            <param name="parameters">The parameters.</param>
            <returns>Returns the invoked value.</returns>
        </member>
        <member name="T:Sitecore.CodeDom.Scripts.DefaultItemScripts">
            <summary>
            Extensions methods for string.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.DefaultItemScripts.scriptFactory">
            <summary>The script factory.</summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.#ctor(Sitecore.Abstractions.BaseScriptFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.CodeDom.Scripts.DefaultItemScripts"/> class.</summary>
            <param name="scriptFactory">The script factory.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.Compile(Sitecore.Data.Items.Item)">
            <summary>
            Gets the attribute value.
            </summary>
            <param name="item">The source item.</param>
            <returns>The script.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.CreateObject(Sitecore.Data.Items.Item)">
            <summary>
            Creates the object.
            </summary>
            <param name="item">The script item.</param>
            <returns>Returns the created object.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.GetGenericType``1(Sitecore.Data.Items.Item)">
            <summary>
            Gets the generic type.
            </summary>
            <typeparam name="T">The generic type.</typeparam>
            <param name="item">The script item.</param>
            <returns>Returns the type.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.HasScript(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has script.
            </summary>
            <param name="item">The source item.</param>
            <returns>
              <c>true</c> if the specified item has script; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.InvokeDefaultMethod``1(Sitecore.Data.Items.Item,System.Object[])">
            <summary>
            Invokes this instance.
            </summary>
            <typeparam name="T">The return type.</typeparam>
            <param name="item">The source item.</param>
            <param name="parameters">The parameters.</param>
            <returns>Returns the invoked value.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.GetGenericScriptType``1(Sitecore.Data.Items.Item)">
            <summary>
            Gets the type of the generic script.
            </summary>
            <typeparam name="T">The generic type.</typeparam>
            <param name="item">The script item.</param>
            <returns>Returns the type.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultItemScripts.GetGenericType``1(System.String)">
            <summary>
            Gets the type.
            </summary>
            <typeparam name="T">The generic type.</typeparam>
            <param name="typeName">Name of the type.</param>
            <returns>Returns the type.</returns>
        </member>
        <member name="T:Sitecore.CodeDom.Scripts.DefaultScriptFactory">
            <summary>
            The default script factory.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.DefaultScriptFactory.cache">
            <summary>
            The script cache.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.DefaultScriptFactory.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.DefaultScriptFactory.log">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.CodeDom.Scripts.DefaultScriptFactory"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="log">The logger.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.Compile(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Gets the script.
            </summary>
            <param name="cacheKey">The key for the cache.</param>
            <param name="references">The references.</param>
            <param name="code">The script code.</param>
            <param name="language">The language.</param>
            <returns>Returns the script.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.SyntaxCheck(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Syntaxes the check.
            </summary>
            <param name="references">The references.</param>
            <param name="code">The source code.</param>
            <param name="language">The language.</param>
            <returns>The list of errors.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.InvalidateCache">
            <summary>
            Invalidates the cache.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.DataEngine_DeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the DeletedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.DataEngine_DeletedItemRemote(System.Object,Sitecore.Data.Events.ItemDeletedRemoteEventArgs)">
            <summary>
            Handles the DeletedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.DataEngine_RemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemovedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.DataEngine_RemovedVersionRemote(System.Object,Sitecore.Data.Events.VersionRemovedRemoteEventArgs)">
            <summary>
            Handles the RemovedVersionRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.DataEngine_SavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the SavedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.DataEngine_ItemSavedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Handles the ItemSavedRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.RemoveFromCache(Sitecore.Data.Items.Item)">
            <summary>
            Removes an item from cache.
            </summary>
            <param name="item">The item to remove from cache.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.Compile(System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.CodeDom.Compiler.CompilerParameters)">
            <summary>
            Compiles the specified references.
            </summary>
            <param name="references">The references.</param>
            <param name="code">The script code.</param>
            <param name="language">The language.</param>
            <param name="options">The options.</param>
            <returns>Returns the script.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.DefaultScriptFactory.ExpandCode(System.String)">
            <summary>
            Expands the code.
            </summary>
            <param name="code">The source code.</param>
            <returns>The expanded code.</returns>
        </member>
        <member name="T:Sitecore.CodeDom.Scripts.ItemScripts">
            <summary>
            Extensions methods for string.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.ItemScripts.Instance">
            <summary>
            The Instance.Value.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ItemScripts.Compile(Sitecore.Data.Items.Item)">
            <summary>
            Gets the attribute value.
            </summary>
            <param name="item">The source item.</param>
            <returns>The script.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ItemScripts.CreateObject(Sitecore.Data.Items.Item)">
            <summary>
            Creates the object.
            </summary>
            <param name="item">The script item.</param>
            <returns>Returns the created object.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ItemScripts.GetGenericType``1(Sitecore.Data.Items.Item)">
            <summary>
            Gets the generic type.
            </summary>
            <typeparam name="T">The generic type.</typeparam>
            <param name="item">The script item.</param>
            <returns>Returns the type.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ItemScripts.HasScript(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has script.
            </summary>
            <param name="item">The source item.</param>
            <returns>
              <c>true</c> if the specified item has script; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ItemScripts.InvokeDefaultMethod``1(Sitecore.Data.Items.Item,System.Object[])">
            <summary>
            Invokes this Instance.Value.
            </summary>
            <typeparam name="T">The return type</typeparam>
            <param name="item">The source item.</param>
            <param name="parameters">The parameters.</param>
            <returns>Returns the invoked value.</returns>
        </member>
        <member name="T:Sitecore.CodeDom.Scripts.Script">
            <summary>
            Defines the script class.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.Script.empty">
            <summary>
            The empty script.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.Script.dataLengthChanged">
            <summary>
            The event.
            </summary>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.Empty">
            <summary>
            Gets the empty.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.Type">
            <summary>
            Gets the type defined in the script.
            </summary>
            <returns>Returns the type.</returns>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.Assembly">
            <summary>
            Gets or sets the assembly.
            </summary>
            <value>The assembly.</value>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.Errors">
            <summary>
            Gets or sets the errors.
            </summary>
            <value>The errors.</value>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.IsValid">
            <summary>
            Gets a value indicating whether this instance is valid.
            </summary>
            <value><c>true</c> if this instance is valid; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.CodeDom.Scripts.Script.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.Script.GetDefaultType">
            <summary>
            Gets the type of the default.
            </summary>
            <returns>Returns the type.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.Script.HasDefaultMethod">
            <summary>
            Determines whether the script has a default method.
            </summary>
            <returns>
                <c>true</c> if the script has a default method; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.Script.HasExactType">
            <summary>
            Determines whether the script has the defined type.
            </summary>
            <returns>
                <c>true</c> if the script has the defined type; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.Script.InvokeDefaultMethod``1(System.Object[])">
            <summary>
            Invokes the default.
            </summary>
            <typeparam name="T">The return type.</typeparam>
            <param name="parameters">The parameters.</param>
            <returns>Returns the object.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.Script.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.Script.GetDefaultMethod">
            <summary>
            Gets the default method.
            </summary>
            <returns>Returns the object.</returns>
        </member>
        <member name="E:Sitecore.CodeDom.Scripts.Script.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary>
            The event.
            </summary>
        </member>
        <member name="T:Sitecore.CodeDom.Scripts.ScriptFactory">
            <summary>
            Defines the script factory class.
            </summary>
        </member>
        <member name="F:Sitecore.CodeDom.Scripts.ScriptFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ScriptFactory.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.CodeDom.Scripts.ScriptFactory"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ScriptFactory.Compile(System.String,System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Gets the script.
            </summary>
            <param name="cacheKey">The key for the cache.</param>
            <param name="references">The references.</param>
            <param name="code">The script code.</param>
            <param name="language">The language.</param>
            <returns>Returns the script.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ScriptFactory.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ScriptFactory.SyntaxCheck(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)">
            <summary>
            Syntaxes the check.
            </summary>
            <param name="references">The references.</param>
            <param name="code">The source code.</param>
            <param name="language">The language.</param>
            <returns>The list of errors.</returns>
        </member>
        <member name="M:Sitecore.CodeDom.Scripts.ScriptFactory.InvalidateCache">
            <summary>
            Invalidates the cache.
            </summary>
        </member>
        <member name="T:Sitecore.CodeDom.CodeBuilder">
            <summary>
            Represents a CodeBuilder.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.CodeDom.CodeBuilder"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.GetCodeXml">
            <summary>
            Gets the code XML.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.GetCSharpCode">
            <summary>
            Gets the C sharp code.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddUsing(System.String)">
            <summary>
            Adds the using.
            </summary>
            <param name="namespace">The _namespace.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartNamespace(System.String)">
            <summary>
            Starts the namespace.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndNamespace">
            <summary>
            Ends the namespace.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartClass(System.String,System.Type)">
            <summary>
            Starts the class.
            </summary>
            <param name="name">The name.</param>
            <param name="inherits">The inherits.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartClass(System.String,System.String)">
            <summary>
            Starts the class.
            </summary>
            <param name="name">The name.</param>
            <param name="inherits">The inherits.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartClass(System.String,System.Type,System.String,System.String)">
            <summary>
            Starts the class.
            </summary>
            <param name="name">The name.</param>
            <param name="inherits">The inherits.</param>
            <param name="scope">The scope.</param>
            <param name="renderAs">The render as.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartClass(System.String,System.String,System.String,System.String)">
            <summary>
            Starts the class.
            </summary>
            <param name="name">The name.</param>
            <param name="inherits">The inherits.</param>
            <param name="scope">The scope.</param>
            <param name="renderAs">The render as.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndClass">
            <summary>
            Ends the class.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddBlank">
            <summary>
            Adds the blank.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddComment(System.String)">
            <summary>
            Adds the comment.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddComment(System.String,System.Boolean)">
            <summary>
            Adds the comment.
            </summary>
            <param name="text">The text.</param>
            <param name="emptyLineBefore">if set to <c>true</c> this instance is empty line before.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddVariable(System.String,System.Type)">
            <summary>
            Adds the variable.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddVariable(System.String,System.String)">
            <summary>
            Adds the variable.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddRaw(System.String)">
            <summary>
            Adds the raw.
            </summary>
            <param name="code">The code.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartMethod(System.String,System.Type)">
            <summary>
            Starts the method.
            </summary>
            <param name="name">The name.</param>
            <param name="returnType">Type of the return.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartMethod(System.String,System.Type,System.String)">
            <summary>
            Starts the method.
            </summary>
            <param name="name">The name.</param>
            <param name="returnType">Type of the return.</param>
            <param name="modifiers">The modifiers.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartMethod(System.String,System.String)">
            <summary>
            Starts the method.
            </summary>
            <param name="name">The name.</param>
            <param name="returnType">Type of the return.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartMethod(System.String,System.String,System.String)">
            <summary>
            Starts the method.
            </summary>
            <param name="name">The name.</param>
            <param name="returnType">Type of the return.</param>
            <param name="modifiers">The modifiers.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndMethod">
            <summary>
            Ends the method.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartMethodCall(System.String)">
            <summary>
            Starts the method call.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartMethodCall(System.String,System.String)">
            <summary>
            Starts the method call.
            </summary>
            <param name="name">The name.</param>
            <param name="cast">The cast.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndMethodCall">
            <summary>
            Ends the method call.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartAssign">
            <summary>
            Starts the assign.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndAssign">
            <summary>
            Ends the assign.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddString(System.String,System.Boolean)">
            <summary>
            Adds the string.
            </summary>
            <param name="value">The value.</param>
            <param name="escape">if set to <c>true</c> this instance is escape.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddString(System.String,System.Boolean,System.Boolean)">
            <summary>
            Adds the string.
            </summary>
            <param name="value">The _value.</param>
            <param name="escape">if set to <c>true</c> this instance is escape.</param>
            <param name="quotes">if set to <c>true</c> this instance is quotes.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AddVarRef(System.String)">
            <summary>
            Adds the var ref.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartProperty(System.String,System.Type,System.String)">
            <summary>
            Starts the property.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
            <param name="modifier">The modifier.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartProperty(System.String,System.String,System.String)">
            <summary>
            Starts the property.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
            <param name="modifier">The modifier.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndProperty">
            <summary>
            Ends the property.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartGet">
            <summary>
            Starts the get.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndGet">
            <summary>
            Ends the get.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartSet">
            <summary>
            Starts the set.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndSet">
            <summary>
            Ends the set.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartIf">
            <summary>
            Starts if.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndIf">
            <summary>
            Ends if.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartIfTrue">
            <summary>
            Starts if true.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndIfTrue">
            <summary>
            Ends if true.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartEqual">
            <summary>
            Starts the equal.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndEqual">
            <summary>
            Ends the equal.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.StartReturn">
            <summary>
            Starts the return.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.EndReturn">
            <summary>
            Ends the return.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.AssertContext(System.String)">
            <summary>
            Asserts the context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeBuilder.Test">
            <summary>
            Tests this instance.
            </summary>
        </member>
        <member name="T:Sitecore.CodeDom.CodeParser">
            <summary>
            Represents a CodeParser.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.CodeDom.CodeParser"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.Parse(System.Xml.XmlDocument)">
            <summary>
            Parses the specified code.
            </summary>
            <param name="code">The code.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.GetElement(System.Xml.XmlNode)">
            <summary>
            Gets the element.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.GetElements(System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the elements.
            </summary>
            <param name="parent">The parent.</param>
            <param name="allowed">The allowed.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.GetMethodCall(System.Xml.XmlNode)">
            <summary>
            Gets the method call.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.GetString(System.Xml.XmlNode)">
            <summary>
            Gets the string.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.GetVarRef(System.Xml.XmlNode)">
            <summary>
            Gets the var ref.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteAssign(System.Xml.XmlNode)">
            <summary>
            Writes the assign.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteBlank(System.Xml.XmlNode)">
            <summary>
            Writes the blank.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteCode(System.Xml.XmlNode)">
            <summary>
            Writes the code.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteComment(System.Xml.XmlNode)">
            <summary>
            Writes the comment.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteElement(System.Xml.XmlNode)">
            <summary>
            Writes the element.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteElements(System.Xml.XmlNode,System.String[])">
            <summary>
            Writes the elements.
            </summary>
            <param name="parent">The parent.</param>
            <param name="allowed">The allowed.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteClass(System.Xml.XmlNode)">
            <summary>
            Writes the class.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteGet(System.Xml.XmlNode)">
            <summary>
            Writes the get.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteMethod(System.Xml.XmlNode)">
            <summary>
            Writes the method.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteMethodCall(System.Xml.XmlNode)">
            <summary>
            Writes the method call.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteNamespace(System.Xml.XmlNode)">
            <summary>
            Writes the namespace.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteProperty(System.Xml.XmlNode)">
            <summary>
            Writes the property.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteRaw(System.Xml.XmlNode)">
            <summary>
            Writes the raw.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteReturn(System.Xml.XmlNode)">
            <summary>
            Writes the return.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteSet(System.Xml.XmlNode)">
            <summary>
            Writes the set.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteUsing(System.Xml.XmlNode)">
            <summary>
            Writes the using.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.WriteVariable(System.Xml.XmlNode)">
            <summary>
            Writes the variable.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.AssertAllowed(System.Xml.XmlNode,System.String[])">
            <summary>
            Asserts the allowed.
            </summary>
            <param name="node">The node.</param>
            <param name="names">The names.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.BuildGetMap">
            <summary>
            Builds the get map.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.BuildWriteMap">
            <summary>
            Builds the write map.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.Emit(System.String)">
            <summary>
            Emits the specified code.
            </summary>
            <param name="code">The code.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.Emit(System.String,System.Boolean,System.Boolean)">
            <summary>
            Emits the specified code.
            </summary>
            <param name="code">The code.</param>
            <param name="indent">if set to <c>true</c> this instance is indent.</param>
            <param name="lineBreak">if set to <c>true</c> this instance is line break.</param>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.EscapeCode(System.String)">
            <summary>
            Escapes the code.
            </summary>
            <param name="code">The code.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.MoveIn">
            <summary>
            Moves the in.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.CodeParser.MoveOut">
            <summary>
            Moves the out.
            </summary>
        </member>
        <member name="T:Sitecore.CodeDom.Compiler.CSharpCompiler">
            <summary>
            C# compiler.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.FileToMemory(System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="sourceFile">The source file.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.SourceToMemory(System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="code">The code.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.FileToFile(System.String,System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="sourceFile">The source file.</param>
            <param name="assemblyFile">The assembly file.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.SourceToFile(System.String,System.String,System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="sourceFile">The source file.</param>
            <param name="code">The code.</param>
            <param name="assemblyFile">The assembly file.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.AddReferences(System.CodeDom.Compiler.CompilerParameters,System.Collections.Specialized.StringCollection)">
            <summary>
            Get compiler parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.AssertResults(System.String,System.CodeDom.Compiler.CompilerResults)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="sourceFile">The source file.</param>
            <param name="results">The results.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.Compile(System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="code">The code.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.Compile(System.String,System.String,System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Compile C# code to assembly.
            </summary>
            <param name="sourceFile">The source file.</param>
            <param name="code">The code.</param>
            <param name="assemblyFile">The assembly file.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.GetCompiler">
            <summary>
            Get compiler instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CSharpCompiler.GetParameters(System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Get compiler parameters.
            </summary>
            <param name="assemblyFile">The assembly file.</param>
            <param name="referencedAssemblies">The referenced assemblies.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.CodeDom.Compiler.CompilerException">
            <summary>
            Represents a compiler exception.
            </summary>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CompilerException.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)">
            <summary>
            Constructor.
            </summary>
            <param name="errors">The errors.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CompilerException.#ctor(System.CodeDom.Compiler.CompilerErrorCollection,System.String)">
            <summary>
            Constructor.
            </summary>
            <param name="errors">The errors.</param>
            <param name="sourceFile">The source file.</param>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CompilerException.GetMessage(System.CodeDom.Compiler.CompilerErrorCollection)">
            <summary>
            Get error message.
            </summary>
            <param name="errors">The errors.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.CodeDom.Compiler.CompilerException.GetMessage(System.CodeDom.Compiler.CompilerErrorCollection,System.String)">
            <summary>
            Get error message.
            </summary>
            <param name="errors">The errors.</param>
            <param name="sourceFile">The source file.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Access.AccessContext">
            <summary>
            Represents the current access context.
            </summary>
        </member>
        <member name="M:Sitecore.Access.AccessContext.#ctor(Sitecore.Context.ContextData)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Access.AccessContext"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.AllowBreakingChangeAttribute">
            <summary>
            Represents a custom attribute that allows to ignore breaking changes found by ApiCheck.
            </summary>
            <seealso cref="T:System.Attribute" />
        </member>
        <member name="T:Sitecore.AllowNullAttribute">
            <summary>
            Implements the AllowNullAttribute class.
            </summary>
        </member>
        <member name="M:Sitecore.AllowNullAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.AllowNullAttribute"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="P:Sitecore.AllowNullAttribute.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.Credentials">
            <summary>
            The credentials.
            </summary>
            <remarks/>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Credentials.op_Implicit(Sitecore.ApplicationCenter.Credentials)~Sitecore.ApplicationCenter.Applications.Credentials">
            <summary>
            The implicit conversion.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Credentials.Username">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Credentials.Password">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Credentials.LicenseId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Credentials.Type">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.Credentials.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Credentials.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.CredentialsType">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.CredentialsType.UsernamePassword">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.CredentialsType.SingleSignOn">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.CredentialsType.Server">
            <remarks/>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.User">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.UserName">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.Email">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.FullName">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.Roles">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.AccountId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.User.IsAdUser">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.User.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.User.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.Server">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Server.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Server.Password">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Server.Active">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Server.LicenseId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Server.AccountId">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.Server.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Server.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.Application">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.Name">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.Description">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.Icon">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.AgreementIds">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.ExtensionDll">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Application.ExtensionClass">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.Application.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Application.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.AgreementSignature">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.AccountId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.UserId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.Ip">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.TimeStamp">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.AgreementId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.AgreementSignature.AgreementVersion">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.AgreementSignature.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.AgreementSignature.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.Agreement">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Agreement.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Agreement.Version">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Agreement.Url">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.Agreement.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Agreement.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.OrderLineAdditionalPrice">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLineAdditionalPrice.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLineAdditionalPrice.Name">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLineAdditionalPrice.Price">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.OrderLineAdditionalPrice.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.OrderLineAdditionalPrice.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.OrderLine">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.ApplicationId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.ServerApplicationId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.PricePlanUnitId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.Price">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.Value">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.MonthlyConsumptionSize">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.NoOfUnits">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.CommitmentInMonths">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.FirstInvoiceAdditionalDays">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.FirstInvoiceAdditionalPrice">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.FirstInvoicePrice">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.OrderLine.AdditionalPrices">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.OrderLine.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.OrderLine.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.Order">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.AccountId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.UserId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.OrderDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.StartDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.EndDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.FastestTerminationDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.OrderLines">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Order.Currency">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.Order.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Order.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.LogRecord">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.TimeStamp">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.Ip">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.SoapAction">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.Input">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.AccountId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.ServerId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.UserId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.ErrorCode">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.ErrorMessage">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.StackTrace">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.Audit">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LogRecord.Time">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.LogRecord.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.LogRecord.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ClientExceptionLog">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.TimeStamp">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.Ip">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.AccountId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.ServerId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.UserId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.ErrorMessage">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.StackTrace">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ClientExceptionLog.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.UtcDateTime">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.UtcDateTime.Value">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.UtcDateTime.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.UtcDateTime.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.LocalizedString">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LocalizedString.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LocalizedString.String">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.LocalizedString.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.LocalizedString.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanAdditionalPriceHeader">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanAdditionalPriceHeader.Name">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanAdditionalPriceHeader.Header">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlanAdditionalPriceHeader.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlanAdditionalPriceHeader.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanPrice">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.Name">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.Currency">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.Price">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.PriceText">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.FirstInvoicePrice">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.FirstInvoicePriceText">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.FirstInvoiceAdditionalPrice">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.FirstInvoiceAdditionalPriceText">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.AdditionalPrices">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanPrice.AdditionalPricesText">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlanPrice.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlanPrice.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanUnit">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.Price">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.PriceText">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.AdditionalText">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.Value">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.CommitmentText">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.ActivationDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.RenewalDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.FirstInvoiceAdditionalDays">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.IsConsumption">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnit.MonthlyConsumptionSize">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlanUnit.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlanUnit.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup.Value">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup.CommitmentInMonths">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup.Units">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup.Id">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlanUnitGroup.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanSelection">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.Description">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.CommitmentHeader">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.ValueHeader">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.PriceHeader">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.UnitGroups">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.AdditionalPriceHeaders">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.Required">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.Type">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSelection.Id">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlanSelection.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlanSelection.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanSelectionType">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.PricePlanSelectionType.SingleUnit">
            <remarks/>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlanSection">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlanSection.Selections">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlanSection.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlanSection.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.PricePlan">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlan.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlan.ApplicationId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlan.Header">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.PricePlan.Sections">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.PricePlan.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.PricePlan.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit.Name">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit.GraphStyle">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit.Show">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ApplicationReportUnit.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ApplicationReportUnitGraphStyle">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ApplicationReportUnitGraphStyle.Bar">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ApplicationReportUnitGraphStyle.Line">
            <remarks/>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ApplicationReportLine">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportLine.UnitId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportLine.Value">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ApplicationReportLine.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ApplicationReportLine.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode.StartDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode.EndDate">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode.Lines">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode.Label">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ApplicationReportPeriode.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup.Title">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup.Periodes">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup.Units">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ApplicationReportGroup.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ApplicationReport">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReport.Title">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ApplicationReport.Groups">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ApplicationReport.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ApplicationReport.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.EndPoint">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.EndPoint.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.EndPoint.Hostname">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.EndPoint.Port">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.EndPoint.Timeout">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.EndPoint.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.EndPoint.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.LicenseInfo">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LicenseInfo.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.LicenseInfo.Expiration">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.LicenseInfo.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.LicenseInfo.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.Account">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.CompanyName">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.Address">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.City">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.State">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.Zip">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.Country">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.Phone">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.Account.Currency">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.Account.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.Account.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.DomainInfo">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.DomainInfo.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.DomainInfo.Name">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.DomainInfo.LicenseId">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.DomainInfo.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.DomainInfo.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ServerApplication">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ServerApplication.Id">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ServerApplication.ServerId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ServerApplication.ApplicationId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ServerApplication.ProviderId">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ServerApplication.Active">
            <remarks/>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Applications.ServerApplication.Status">
            <remarks/>
        </member>
        <member name="E:Sitecore.ApplicationCenter.Applications.ServerApplication.PropertyChanged">
            <summary>
            Occurs when [property changed].
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.Applications.ServerApplication.RaisePropertyChanged(System.String)">
            <summary>
            Raises the property changed.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Uninitialized">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Initializing">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Starting">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Running">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Pausing">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Paused">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Terminating">
            <remarks/>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Applications.ServerApplicationStatus.Terminated">
            <remarks/>
        </member>
        <member name="T:Sitecore.ApplicationCenter.ApplicationSettings">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.ApplicationSettings.defaultBaseEndpointAddress">
            <summary>
            The default base endpoint address.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.ApplicationSettings.BindingName">
            <summary>
            The binding name
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.BaseEndpointAddress">
            <summary>
            Gets or sets BaseEndpointAddress.
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.ApplicationSettings.ApplicationsService">
            <summary>
            Defines the applications service class.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.ApplicationsService.EndpointAddress">
            <summary>
            Gets the endpoint address.
            </summary>
            <value>The endpoint address.</value>
        </member>
        <member name="T:Sitecore.ApplicationCenter.ApplicationSettings.PagePreview">
            <summary>
            The service endpoints.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.PagePreview.ApplicationId">
            <summary>
            Gets the application id.
            </summary>
            <value>The application id.</value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.PagePreview.EndpointAddress">
            <summary>
            The page preview.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.PagePreview.MaxPreviewSessionsCount">
            <summary>
            Gets the max preview sessions count.
            </summary>
            <value>The max preview sessions count.</value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.PagePreview.PreviewSessionExpirationPeriod">
            <summary>
            Gets the preview session expiration period.
            </summary>
            <value>The preview session expiration period.</value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationSettings.PagePreview.SiteName">
            <summary>
            Gets the name of the site.
            </summary>
            <value>The name of the site.</value>
        </member>
        <member name="T:Sitecore.ApplicationCenter.ApplicationsManager">
            <summary>
            The applications manager.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.ApplicationsManager.service">
            <summary>
            The service.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ApplicationsManager.Service">
            <summary>
            Gets the service.
            </summary>
            <value>
            The service.
            </value>
        </member>
        <member name="M:Sitecore.ApplicationCenter.ApplicationsManager.IsApplicationActive(System.Guid)">
            <summary>
            Determines whether the application is active.
            </summary>
            <param name="applicationId">
            The application ID.
            </param>
            <returns>
            <c>true</c> if the application is active; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.Exception"/>.
        </member>
        <member name="T:Sitecore.ApplicationCenter.AuthorizationManager">
            <summary>
            The authorization manager.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.AuthorizationManager.data">
            <summary>
            The data.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.AuthorizationManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.AuthorizationManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.AuthorizationManager.Providers">
            <summary>
            Gets all providers.
            </summary>
            <value>The providers.</value>
        </member>
        <member name="M:Sitecore.ApplicationCenter.AuthorizationManager.GetCredentials">
            <summary>
            The get credentials.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="T:Sitecore.ApplicationCenter.AuthorizationProvider">
            <summary>
            The authorization provider.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.AuthorizationProvider.GetCredentials">
            <summary>
            The get credentials.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="T:Sitecore.ApplicationCenter.AuthorizationProviderCollection">
            <summary>
            AuthorizationProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.AuthorizationProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.ApplicationCenter.AuthorizationProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.ApplicationCenter.BasicBindingFactory">
            <summary>
            The basic binding factory.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.BasicBindingFactory.GetBinding(System.String)">
            <summary>
            The get binding.
            </summary>
            <param name="bindingName">The binding name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.BasicBindingFactory.InitBinding(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
            <summary>
            The init binding.
            </summary>
            <param name="binding">The binding.</param>
            <param name="endPoint">The end point.</param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.BindingFactory">
            <summary>
            The binding factory.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.BindingFactory.instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.BindingFactory.Instance">
            <summary>
            Sets Instance.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.BindingFactory.CreateBinding(System.ServiceModel.EndpointAddress,System.String)">
            <summary>
            The create binding.
            </summary>
            <param name="endPoint">
              The end point.
            </param>
            <param name="bindingName">
              The binding name.
            </param>
            <returns>
            The binding.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.BindingFactory.GetBinding(System.String)">
            <summary>
            The get binding.
            </summary>
            <param name="bindingName">
            The binding name.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.BindingFactory.InitBinding(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
            <summary>
            The init binding.
            </summary>
            <param name="binding">
              The binding.
            </param>
            <param name="endPoint">
              The end point.
            </param>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Credentials">
            <summary>
            The credentials.
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.Credentials.AuthorizationType">
            <summary>
            The authorization type.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Credentials.AuthorizationType.Server">
            <summary>
            The server.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Credentials.AuthorizationType.SingleSignOn">
            <summary>
            The single sign on.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.Credentials.AuthorizationType.UserNamePassword">
            <summary>
            The user name password.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Credentials.LicenseId">
            <summary>
            Gets or sets LicenseId.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Credentials.Password">
            <summary>
            Gets or sets Password.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Credentials.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.Credentials.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.IApplicationsService">
            <summary>
            The applications service interface.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.IApplicationsService.GetServerApplicationsByApplicationId(Sitecore.ApplicationCenter.Applications.Credentials,System.Guid)">
            <summary>
            Gets the server applications by application ID.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <param name="applicationId">
            The application ID.
            </param>
            <returns>
            The server applications.
            </returns>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.Credentials">
            <summary>
            The credentials.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.Credentials.op_Implicit(Sitecore.ApplicationCenter.Credentials)~Sitecore.ApplicationCenter.PagePreview.Credentials">
            <summary>
            The implicit conversion.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <returns>
            The conversion result.
            </returns>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.CacheSyncResult`1">
            <summary>
            The completed async result.
            </summary>
            <typeparam name="T">
            </typeparam>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.CacheSyncResult`1.#ctor(`0,System.AsyncCallback,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.CacheSyncResult`1"/> class.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="asyncCallback">
            The async callback.
            </param>
            <param name="asyncState">
            The async state.
            </param>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.CacheSyncResult`1.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.#ctor(System.AsyncCallback,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult"/> class.
            </summary>
            <param name="asyncCallback">The async callback.</param>
            <param name="asyncState">State of the async.</param>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.#ctor(System.AsyncCallback,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult"/> class.
            </summary>
            <param name="asyncCallback">The async callback.</param>
            <param name="asyncState">State of the async.</param>
            <param name="data">The data.</param>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.Data">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.AsyncState">
            <summary>
            Gets a user-defined object that qualifies or contains information about an asynchronous operation.
            </summary>
            <returns>
            A user-defined object that qualifies or contains information about an asynchronous operation.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.AsyncWaitHandle">
            <summary>
            Gets a <see cref="T:System.Threading.WaitHandle"/> that is used to wait for an asynchronous operation to complete.
            </summary>
            <returns>
            A <see cref="T:System.Threading.WaitHandle"/> that is used to wait for an asynchronous operation to complete.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.CompletedSynchronously">
            <summary>
            Gets a value that indicates whether the asynchronous operation completed synchronously.
            </summary>
            <returns>
            true if the asynchronous operation completed synchronously; otherwise, false.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.CompletedSyncResult.IsCompleted">
            <summary>
            Gets a value that indicates whether the asynchronous operation has completed.
            </summary>
            <returns>
            true if the operation is complete; otherwise, false.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.ExceptionSyncResult">
            <summary>
            The exception async result.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.ExceptionSyncResult.#ctor(System.Exception,System.AsyncCallback,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.ExceptionSyncResult"/> class.
            </summary>
            <param name="exception">The exception.</param>
            <param name="asyncCallback">The async callback.</param>
            <param name="asyncState">The async state.</param>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.ExceptionSyncResult.Exception">
            <summary>
            Gets Exception.
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService">
            <summary>
            The i page preview service.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.BeginCreatePreviewPageTest(Sitecore.ApplicationCenter.PagePreview.Credentials,System.Collections.Generic.List{System.Guid},System.String,System.AsyncCallback,System.Object)">
            <summary>
            The begin create preview page test.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <param name="clients">
            The clients.
            </param>
            <param name="urlAddress">
            The url address.
            </param>
            <param name="callback">
            The callback.
            </param>
            <param name="asyncState">
            The async state.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.BeginGetPagePreviewTests(Sitecore.ApplicationCenter.PagePreview.Credentials,System.Collections.Generic.List{System.Guid},System.AsyncCallback,System.Object)">
            <summary>
            The begin get page preview result.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <param name="previewPageTestIds">
            The page test ids.
            </param>
            <param name="callback">
            The callback.
            </param>
            <param name="asyncState">
            The async state.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.BeginGetPageTestClients(Sitecore.ApplicationCenter.PagePreview.Credentials,System.AsyncCallback,System.Object)">
            <summary>
            The begin get page test clients.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <param name="callback">
            The callback.
            </param>
            <param name="asyncState">
            The async state.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.CreatePreviewPageTest(Sitecore.ApplicationCenter.PagePreview.Credentials,System.Collections.Generic.List{System.Guid},System.String)">
            <summary>
            The create preview page test.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <param name="clients">
            The clients.
            </param>
            <param name="urlAddress">
            The url address.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.EndCreatePreviewPageTest(System.IAsyncResult)">
            <summary>
            The end create preview page test.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.EndGetPagePreviewTests(System.IAsyncResult)">
            <summary>
            The end get page preview result.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.EndGetPageTestClients(System.IAsyncResult)">
            <summary>
            The end get page test clients.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.GetPagePreviewTests(Sitecore.ApplicationCenter.PagePreview.Credentials,System.Collections.Generic.List{System.Guid})">
            <summary>
            The get page preview result.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <param name="previewPageTestIds">
            The page tes ids.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.IPagePreviewService.GetPageTestClients(Sitecore.ApplicationCenter.PagePreview.Credentials)">
            <summary>
            The get page test clients.
            </summary>
            <param name="credentials">
            The credentials.
            </param>
            <returns>
            </returns>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager">
            <summary>
            The pagepreview manager.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.clients">
            <summary>
            The clients.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.maxPreviewSessionsCount">
            <summary>
            The max preview sessions count.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.previewSessionExpirationPeriod">
            <summary>
            The expiration persion
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.service">
            <summary>
            The service.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.MaxPreviewSessionsCount">
            <summary>
            Gets or sets MaxPreviewSessionsCount.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.PreviewSessionExpirationPeriod">
            <summary>
            Gets or sets PreviewSessionExpirationPeriod.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.Service">
            <summary>
            Gets Service.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.BeginCreatePreviewSession(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{System.Guid},System.AsyncCallback,System.Object)">
            <summary>
            The begin create preview.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="previewClientIds">
            The preview client ids.
            </param>
            <param name="asyncCallback">
            The async callback.
            </param>
            <param name="state">
            The state.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.BeginGetPreviewSession(System.Guid,System.AsyncCallback,System.Object)">
            <summary>
            Begins the get session previews.
            </summary>
            <param name="previewSessionId">The preview session id.</param>
            <param name="asyncCallback">The async callback.</param>
            <param name="state">The state.</param>
            <returns>The get session previews.</returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.BeginGetPreviewClients(System.AsyncCallback,System.Object)">
            <summary>
            The begin get preview clients.
            </summary>
            <param name="asyncCallback">
            The async callback.
            </param>
            <param name="state">
            The state.
            </param>
            <returns>
            The get preview clients.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.CreatePreviewSession(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{System.Guid})">
            <summary>
            Creates the preview.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="previewClientIds">
            The preview client ids.
            </param>
            <returns>
            The preview.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.GetPreviewSession(System.Guid)">
            <summary>
            Gets the session previews.
            </summary>
            <param name="sessionId">The session id.</param>
            <returns>The session previews.</returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.EndCreatePreviewSession(System.IAsyncResult)">
            <summary>
            The end create preview.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            The create preview.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.EndGetPreviewSession(System.IAsyncResult)">
            <summary>
            Ends the get preview session.
            </summary>
            <param name="result">The result.</param>
            <returns>The get session previews.</returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.EndGetPreviewClients(System.IAsyncResult)">
            <summary>
            The end get preview clients.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            The get preview clients.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.GetPreviewClients">
            <summary>
            The get preview clients.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.GetPreviews(Sitecore.Data.Items.Item)">
            <summary>
            The get previews.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.SavePreviews(Sitecore.Data.Items.Item,Sitecore.ApplicationCenter.PagePreview.PreviewSession)">
            <summary>
            Saves the previews.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="session">
            The session.
            </param>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.CanSaveItemPreviews(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance [can save item previews] the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance [can save item previews] the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.FilterExpiredPreviews(System.Collections.Generic.IEnumerable{Sitecore.ApplicationCenter.PagePreview.PreviewSession})">
            <summary>
            Filters the expired previews.
            </summary>
            <param name="previews">
            The previews.
            </param>
            <returns>
            The expired previews.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.GetCredentials">
            <summary>
            The get credentials.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.GetOddSessions(System.Collections.Generic.IEnumerable{Sitecore.ApplicationCenter.PagePreview.PreviewSession})">
            <summary>
            Gets the odd sessions.
            </summary>
            <param name="sessions">
            The sessions.
            </param>
            <returns>
            The odd sessions.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.GetPreviewUrl(Sitecore.Data.Items.Item)">
            <summary>
            The get preview url.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The get preview url.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.HandeExceptionResult(System.IAsyncResult)">
            <summary>
            The hande exception result.
            </summary>
            <param name="result">
            The result.
            </param>
            <exception cref="T:System.Exception">
            </exception>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.LogException(System.Exception)">
            <summary>
            The log exception.
            </summary>
            <param name="exc">
            The exc.
            </param>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PagePreviewManager.TryGetCachedValue``1(System.IAsyncResult,``0@)">
            <summary>
            The try get cached value.
            </summary>
            <typeparam name="T">
            </typeparam>
            <param name="result">
            The result.
            </param>
            <param name="value">
            The value.
            </param>
            <returns>
            The try get cached value.
            </returns>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.PreviewClient">
            <summary>
            The preview client.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PreviewClient.#ctor(System.Guid,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.PreviewClient"/> class.
            </summary>
            <param name="id">
            The id.
            </param>
            <param name="name">
            The name.
            </param>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PreviewClient.#ctor(Sitecore.ApplicationCenter.PagePreview.PageClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.PreviewClient"/> class.
            </summary>
            <param name="client">The client.</param>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewClient.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewClient.Name">
            <summary>
            Gets or sets Name.
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.PreviewResult">
            <summary>
            The preview result.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PreviewResult.#ctor(Sitecore.ApplicationCenter.PagePreview.PreviewClient,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.PreviewResult"/> class.
            </summary>
            <param name="previewClient">The preview client.</param>
            <param name="imageUrl">The image url.</param>
            <param name="thumbnailUrl">The thumbnail url.</param>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PreviewResult.#ctor(Sitecore.ApplicationCenter.PagePreview.PagePreviewTestResult)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.PreviewResult"/> class.
            </summary>
            <param name="pagePreviewTestResult">The page preview test result.</param>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewResult.ImageUrl">
            <summary>
            Gets or sets ImageUrl.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewResult.PreviewClient">
            <summary>
            Gets or sets PreviewClientId.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewResult.State">
            <summary>
            Gets or sets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewResult.ThumbnailUrl">
            <summary>
            Gets or sets ThumbnailUrl.
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.PreviewResult.PreviewState">
            <summary>
            The status
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PreviewResult.PreviewState.Complete">
            <summary>
            Completed
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PreviewResult.PreviewState.Error">
            <summary>
            Error
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.PagePreview.PreviewResult.PreviewState.Waiting">
            <summary>
            Waiting
            </summary>
        </member>
        <member name="T:Sitecore.ApplicationCenter.PagePreview.PreviewSession">
            <summary>
            The preview session.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PreviewSession.#ctor(System.Guid,System.DateTime,System.Collections.Generic.IEnumerable{Sitecore.ApplicationCenter.PagePreview.PreviewResult})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.PreviewSession"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="date">
            The date.
            If provided value is not a UTC date/time, value will be converted to UTC.
            </param>
            <param name="results">The results.</param>
        </member>
        <member name="M:Sitecore.ApplicationCenter.PagePreview.PreviewSession.#ctor(Sitecore.ApplicationCenter.PagePreview.PreviewPageTest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ApplicationCenter.PagePreview.PreviewSession"/> class.
            </summary>
            <param name="previewPageTest">The preview page test.</param>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewSession.Date">
            <summary>
            Gets or sets Date.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewSession.Id">
            <summary>
            Gets or sets Id.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewSession.IsCompleted">
            <summary>
            Gets or sets a value indicating whether this instance is completed.
            </summary>
            <value>
                <c>true</c> if this instance is completed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.ApplicationCenter.PagePreview.PreviewSession.Results">
            <summary>
            Gets or sets the results.
            </summary>
            <value>The results.</value>
        </member>
        <member name="T:Sitecore.ApplicationCenter.ServerAuthorizationProvider">
            <summary>
            The server authorization provider.
            </summary>
        </member>
        <member name="F:Sitecore.ApplicationCenter.ServerAuthorizationProvider.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="P:Sitecore.ApplicationCenter.ServerAuthorizationProvider.Database">
            <summary>
            Gets Database.
            </summary>
        </member>
        <member name="M:Sitecore.ApplicationCenter.ServerAuthorizationProvider.GetCredentials">
            <summary>
            The get credentials.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.ServerAuthorizationProvider.GetLicenseId">
            <summary>
            The get license id.
            </summary>
            <returns>
            The get license id.
            </returns>
        </member>
        <member name="M:Sitecore.ApplicationCenter.ServerAuthorizationProvider.GetPassword">
            <summary>
            The get password.
            </summary>
            <returns>
            The get password.
            </returns>
        </member>
        <member name="T:Sitecore.AssertionConditionAttribute">
            <summary>
            An attribute used to indicate which parameter is used in an <see cref="T:Sitecore.AssertionMethodAttribute"/> check.
            </summary>
        </member>
        <member name="M:Sitecore.AssertionConditionAttribute.#ctor(Sitecore.AssertionConditionType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.AssertionConditionAttribute"/> class.
            </summary>
            <param name="conditionType">Type of the condition.</param>
        </member>
        <member name="P:Sitecore.AssertionConditionAttribute.ConditionType">
            <summary>
            Gets the type of the condition.
            </summary>
            <value>The type of the condition.</value>
        </member>
        <member name="F:Sitecore.AssertionConditionType.IS_TRUE">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.AssertionConditionType.IS_FALSE">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.AssertionConditionType.IS_NULL">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.AssertionConditionType.IS_NOT_NULL">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.AssertionMethodAttribute">
            <summary>
            An attribute used to indicate that a method is an assertion method.
            </summary>
        </member>
        <member name="T:Sitecore.BaseTypeRequiredAttribute">
            <summary>
            An attribute used to specify a type must inherit from a specific type.
            </summary>
        </member>
        <member name="M:Sitecore.BaseTypeRequiredAttribute.#ctor(System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.BaseTypeRequiredAttribute"/> class.
            </summary>
            <param name="baseType">Type of the base.</param>
        </member>
        <member name="M:Sitecore.BaseTypeRequiredAttribute.#ctor(System.Type[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.BaseTypeRequiredAttribute"/> class.
            </summary>
            <param name="baseTypes">The base types.</param>
        </member>
        <member name="P:Sitecore.BaseTypeRequiredAttribute.BaseTypes">
            <summary>
            Gets the base types.
            </summary>
            <value>The base types.</value>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache">
            <summary>
            AccessResultCache class.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.AccessResultCache.keyStrategy">
            <summary>
            The strategy.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache"/> class.
            Here one can also subscribe to additional events like:
             "user:updated"
             "user:updated:remote"
             "user:created"
             "user:created:remote".
            </summary>
            <param name="maxSize">
            Size of the max.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.#ctor(Sitecore.Caching.Generics.ICache{Sitecore.Caching.AccessResultCacheKey})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache"/> class.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCache.CacheIndexingStrategy">
            <summary>
            Gets the cache indexing strategy.
            </summary>
            <value>
            The cache indexing strategy.
            </value>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.SubscribeToEvents">
            <summary>
            Subscribes to events.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.ResolveKeyStrategy">
            <summary>
            Resolves the key strategy.
            </summary>
            <returns>The key strategy that is responsible for indexing cache content.</returns>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCache.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.AccessResultCache"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnRuntimeRolesUpdatedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the virtual user updated has remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnRuntimeRolesUpdated(System.Object,System.EventArgs)">
            <summary>
            Called when the virtual user has updated.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AddRecord(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessResultCacheRecord)">
            <summary>
            Adds an access result record.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="record">
            The record.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AddRecord(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.AccessResult)">
            <summary>
            Adds an access result.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right
            </param>
            <param name="propagationType">
            The propagation type
            </param>
            <param name="accessResult">
            The access result
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.GetRecord(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets an access result record.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <returns>AccessResultCacheRecord object.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.GetRecord(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets an access result record.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right
            </param>
            <param name="propagationType">
            The propagation type.
            </param>
            <returns>AccessResultCacheRecord object.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Clear">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.GetKey(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,System.Boolean)">
            <summary>
            Gets the key.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right.
            </param>
            <param name="propagationType">
            Type of the propagation.
            </param>
            <param name="includeAdditionalParameters"></param>
            <returns>
            The AccessResultCacheKey object.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.GetDatabaseName(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the name of the database.
            </summary>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.GetLongID(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the long ID of the entity.
            </summary>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Item_Moved(System.Object,System.EventArgs)">
            <summary>
            Handles the Moved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Item_Moved_Remote(System.Object,System.EventArgs)">
            <summary>
            Handles the remote Moved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Item_Saved(System.Object,System.EventArgs)">
            <summary>
            Handles the Saved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Item_Saved_Remote(System.Object,System.EventArgs)">
            <summary>
            Handles the remote Saved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Membership_Updated(System.Object,System.EventArgs)">
            <summary>
            Handles the Updated event of the Membership database.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnUserDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the user has deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnUsersAddedToRoles(System.Object,System.EventArgs)">
            <summary>
            Called when the users added to has roles.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnUsersRemovedFromRoles(System.Object,System.EventArgs)">
            <summary>
            Called when the users removed from has roles.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The arguments.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnUserUpdated(System.Object,System.EventArgs)">
            <summary>
            Called when user is updated.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnUserUpdatedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when user is updated remotely.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.RemoveUsers(System.String[])">
            <summary>
            Removes the users.
            </summary>
            <param name="userNames">The user names.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.RemoveItem(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item.
            </summary>
            <param name="item">The item to remove.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.OnSecurableUpdatedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the securable updated has remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.Securable_Updated(System.Object,System.EventArgs)">
            <summary>
            Handles the Updated event of an <see cref="T:Sitecore.Security.AccessControl.ISecurable"/> instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.RemoveItemWithDescendants(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item with descendants.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.RemoveItemFromCache(Sitecore.Data.Items.ItemChanges)">
            <summary>
            Removes the item from cache.
            </summary>
            <param name="changes">The changes.</param>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer">
            <summary>
            Container for partial key indexes.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.longIdIndex">
            <summary>
            The LongId index.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.containerAndKeySelectors">
            <summary>
            The container and key selectors.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.DefaultInnerContainerCapacity">
            <summary>
            The default inner container capacity.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.GetKeysByPartialKey(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Gets the records by partial key.
            </summary>
            <param name="key">The key.</param>
            <returns>Records which fit to the key.</returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.GetKeysFromLongIdIndex(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Gets keys from LongIdIndex.
            </summary>
            <param name="partialKey">The partial key.</param>
            <returns>Key collection</returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.RemoveKeysByPartialKey(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Removes the records by partial key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.RemoveKeysFromLongIdIndex(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Removes keys from LongIdIndex.
            </summary>
            <param name="partialKey">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.UpdateIndexes(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Updates the indexes.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.UpdateLongIdIndex(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Updates LongIdIndex.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.ContainerWithKeySelector">
            <summary>
            Represent a container, which holds either accounts or entity IDs, with key selector.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.ContainerWithKeySelector.Container">
            <summary>
            Gets or sets the container.
            </summary>
            <value>
            The container.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCache.IndexedCacheKeyContainer.ContainerWithKeySelector.KeySelector">
            <summary>
            Gets or sets the key selector.
            </summary>
            <remarks>
             From cache key, the key selector selects property value from either Account or EntityId.
            </remarks>
            <value>
            The key selector.
            </value>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase">
            <summary>
            Describes base functionality of AccessResultCache strategy
            </summary>
        </member>
        <member name="F:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.Cache">
            <summary>
            The cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.#ctor(Sitecore.Caching.AccessResultCache)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase" /> class.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.AddRecord(Sitecore.Caching.AccessResultCacheKey,Sitecore.Security.AccessControl.AccessResultCacheRecord)">
            <summary>
            Adds the record.
            </summary>
            <param name="key">The key.</param>
            <param name="record">The record.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.OnEntryRemoved(System.Object,Sitecore.Caching.Generics.EntryRemovedEventArgs{Sitecore.Caching.AccessResultCacheKey})">
            <summary>
            Called when the cache entry is removed from the inner cache.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.GetRecord(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Gets the record.
            </summary>
            <param name="key">The key.</param>
            <returns>Record by key</returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.HandleUserDeleted(System.String)">
            <summary>
            Handles event when the user has been deleted.
            </summary>
            <param name="username">The user name.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.RemoveItem(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.RemoveItemWithDescendants(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item with its descendants.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.RemoveUsers(System.String[])">
            <summary>
            Removes the users.
            </summary>
            <param name="userNames">The user names.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyBase.HandleAddingKey(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Handles adding the key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage">
            <summary>
            Extended implementation of the default strategy
            </summary>
        </member>
        <member name="F:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.indexedCacheKeyStorage">
            <summary>
            The key indexes.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.#ctor(Sitecore.Caching.AccessResultCache)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage"/> class.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.IndexedCacheKeyStorage">
            <summary>
            Gets the indexed cache key storage.
            </summary>
            <value>
            The indexed cache key storage.
            </value>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.AddRecord(Sitecore.Caching.AccessResultCacheKey,Sitecore.Security.AccessControl.AccessResultCacheRecord)">
            <summary>
            Adds the record.
            </summary>
            <param name="key">The key.</param>
            <param name="record">The record.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.HandleUserDeleted(System.String)">
            <summary>
            Handles event when the user has been deleted.
            </summary>
            <param name="username">The user name.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.RemoveItem(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.RemoveItemWithDescendants(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item with its descendants.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.RemoveUsers(System.String[])">
            <summary>
            Removes the users.
            </summary>
            <param name="userNames">The user names.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.OnEntryRemoved(System.Object,Sitecore.Caching.Generics.EntryRemovedEventArgs{Sitecore.Caching.AccessResultCacheKey})">
            <summary>
            Called when the cache entry is removed from the inner cache.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1" /> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.CleanupIndexesForKey(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Cleanups the indexes for the specified cache entry key.
            </summary>
            <param name="key">The cache entry key.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.HandleAddingKey(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Handles adding the key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.RemoveUser(System.String)">
            <summary>
            Removes the user.
            </summary>
            <param name="username">The username.</param>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.CacheEntryRemovedEventDisabler">
            <summary>
            Used to disable CacheEntryRemoved events.
            </summary>
            <seealso cref="T:System.IDisposable" />
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.CacheEntryRemovedEventDisabler.#ctor(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.CacheEntryRemovedEventDisabler"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategyWithIndexedKeyStorage.CacheEntryRemovedEventDisabler.IsActive">
            <summary>
            Determines whether current disabler is active.
            </summary>
            <returns><c>true</c> if the disabler is active, otherwise false.</returns>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy">
            <summary>
            Basic implementation of the strategy
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy.#ctor(Sitecore.Caching.AccessResultCache)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy"/> class.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy.HandleUserDeleted(System.String)">
            <summary>
            Handles event when the user has been deleted.
            </summary>
            <param name="username">The user name.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy.RemoveItem(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy.RemoveItemWithDescendants(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item with its descendants.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy.RemoveUsers(System.String[])">
            <summary>
            Removes the users.
            </summary>
            <param name="userNames">The user names.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCache.AccessResultCacheStrategy.OnEntryRemoved(System.Object,Sitecore.Caching.Generics.EntryRemovedEventArgs{Sitecore.Caching.AccessResultCacheKey})">
            <summary>
            Called when the cache entry is removed from the inner cache.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1" /> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Caching.AccessResultCacheKey">
            <summary>
            The access result cache key.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.AccessRight">
            <summary>
            Gets the access right.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.AccountName">
            <summary>
            Gets the name of the account.
            </summary>
            <value>
            The name of the account.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.AccountType">
            <summary>
            Gets or sets the type of the account.
            </summary>
            <value>
            The type of the account.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.DatabaseName">
            <summary>
            Gets the name of the database.
            </summary>
            <value>
            The name of the database.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.EntityId">
            <summary>
            Gets the entity id.
            </summary>
            <value>The entity id.</value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.PropagationType">
            <summary>
            Gets or sets PropagationType.
            </summary>
            <value>
            The type of the propagation.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.LongID">
            <summary>
            Gets the long ID.
            </summary>
            <value>
            The long ID.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.LongIdIndexParameters">
            <summary>
            Gets collections of LongIdIndex.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCacheKey.#ctor(Sitecore.Security.AccessControl.AccessRight,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.AccessResultCacheKey"/> class.
            </summary>
            <param name="accessRight">The access right.</param>
            <param name="accountName">The account name.</param>
            <param name="databaseName">Name of the database.</param>
            <param name="entityId">The entity identifier.</param>
            <param name="longId">The long identifier.</param>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCacheKey.Equals(Sitecore.Caching.AccessResultCacheKey)">
            <summary>
            Check the specified objects if they are equal.
            </summary>
            <param name="obj">The object.</param>
            <returns>The boolean.</returns>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCacheKey.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
            <returns>
             <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.NullReferenceException">The <paramref name="obj"/> parameter is null.</exception>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCacheKey.GetHashCode">
            <summary>
            The get hash code.
            </summary>
            <returns>
            The hash code for object.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.AccessResultCacheKey.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.AccessResultCacheKey.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.BaseCacheConfiguration">
            <summary>
            Defines the BaseCacheConfiguration type.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheConfiguration.CreateCacheInstance``1(System.Boolean,System.Object[])">
            <summary>
            Creates a new cache instance defined in configuration or creates a default instance.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="parameters">The constructor parameters.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>A new instance of <see cref="T:Sitecore.Caching.Generics.ICache`1"/> defined by configuration.</returns>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheConfiguration.CreateCacheInstance(System.Boolean,System.Object[])">
            <summary>
            Creates the cache instance in configuration or creates a default instance.
            </summary>
            <param name="parameters">The constructor parameters.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>A new instance of <see cref="T:Sitecore.Caching.ICache"/> defined by configuration.</returns>
        </member>
        <member name="T:Sitecore.Caching.BaseCacheIndex`1">
            <summary>
            Represents base class for cache index
            </summary>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.#ctor(Sitecore.Caching.ICacheSizeCalculationStrategy)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.BaseCacheIndex`1"/> class.
            </summary>
            <param name="strategy">The strategy for cache size calculation.</param>
        </member>
        <member name="F:Sitecore.Caching.BaseCacheIndex`1.indexContainer">
            <summary>
            The index container
            </summary>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.Add(`0)">
            <summary>
            Adds the cache key to index.
            </summary>
            <param name="cacheKey">The cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.Clear">
            <summary>
            Clears the index.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.Remove(`0)">
            <summary>
            Removes specific cache key from index.
            </summary>
            <param name="cacheKey">The cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.RemoveByPartialKey(`0)">
            <summary>
            Removes keys from index by specified partial cache key.
            </summary>
            <param name="partialkey">The partial cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.RemoveByPartialKey(`0,Sitecore.Collections.ConcurrentSet{`0}@)">
            <summary>
            Removes keys from index by specified partial cache key.
            </summary>
            <param name="partialkey">The partial cache key.</param>
            <param name="cacheKeys">The set of keys from cache.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.TryGetKeys(`0,Sitecore.Collections.ConcurrentSet{`0}@)">
            <summary>
            Tries to get cache keys from index.
            </summary>
            <param name="partialkey">The partial key of the index.</param>
            <param name="cacheKeys">The set of keys from cache.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.BaseCacheIndex`1.GetIndexKeys(`0)">
            <summary>
            Gets the index keys.
            </summary>
            <param name="partialKey">The partial key.</param>
            <returns>Array of index keys for specific cache key</returns>
        </member>
        <member name="P:Sitecore.Caching.BaseCacheIndex`1.Size">
            <summary>
            Gets the size of the index.
            </summary>
            <value>
            The size of the index.
            </value>
        </member>
        <member name="P:Sitecore.Caching.BaseCacheIndex`1.IndexContainer">
            <summary>
            Gets the index container.
            </summary>
            <value>
            The index container.
            </value>
        </member>
        <member name="T:Sitecore.Caching.Cache">
            <summary>
            Defines cache supporting only string keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Cache.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Cache"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
        </member>
        <member name="M:Sitecore.Caching.Cache.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Cache"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
        </member>
        <member name="M:Sitecore.Caching.Cache.#ctor(System.String,System.Int64,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Cache"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
            <param name="register">if set to <c>true</c> cache is automatically registered using <see cref="T:Sitecore.Caching.CacheManager"/>.</param>
        </member>
        <member name="M:Sitecore.Caching.Cache.RemovePrefix(System.String)">
            <summary>
            Removes records from the cache whose keys start from the prefix.
            </summary>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="M:Sitecore.Caching.Cache.RemoveKeysContaining(System.String)">
            <summary>
            Removes records from the cache whose keys contains the key part.
            </summary>
            <param name="keyPart">The key part.</param>
        </member>
        <member name="T:Sitecore.Caching.CacheableWrapper`1">
            <summary>
            Wrapper for objects which do not implement <see cref="T:Sitecore.Caching.ICacheable"/>
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheableWrapper`1.#ctor(`0,System.Int64)">
            <summary>
            Initializes new instance of a <see cref="T:Sitecore.Caching.CacheableWrapper`1" />
            </summary>
            <param name="cacheData">Data which is added to cache</param>
            <param name="size">Approximate size of the <paramref name="cacheData"/></param>
        </member>
        <member name="P:Sitecore.Caching.CacheableWrapper`1.Cacheable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.CacheableWrapper`1.Data">
            <summary>
            Gets wrapped object
            </summary>
        </member>
        <member name="P:Sitecore.Caching.CacheableWrapper`1.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="E:Sitecore.Caching.CacheableWrapper`1.DataLengthChanged">
            <summary>
            Raised for each data length change. If <see cref="P:Sitecore.Caching.CacheableWrapper`1.Immutable"/> is set to true, the event never raised.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheableWrapper`1.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.CacheComparer">
            <summary>
            Implements the IComparer interface to compare two cache objects.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="T:Sitecore.Caching.CacheConfigurationException">
            <summary>
            Thrown when a cache has incorrect configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheConfigurationException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CacheConfigurationException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheConfigurationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CacheConfigurationException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Caching.CacheConfigurationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CacheConfigurationException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Caching.CacheManager">
            <summary>
            Represents a cache manager.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.CacheManager.Instance">
            <summary>
            A lazy-computed instance of the <see cref="T:Sitecore.Abstractions.BaseCacheManager"/> service from to <see cref="T:Sitecore.DependencyInjection.ServiceLocator"/> running configuration.
            <para>Re-evaluated when <see cref="E:Sitecore.DependencyInjection.ServiceLocator.OnReset"/>.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Caching.CacheManager.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.CacheManager"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.CacheManager.LoadFactor">
            <summary>
            Gets or sets the load factor.
            </summary>
            <value>The load factor.</value>
        </member>
        <member name="P:Sitecore.Caching.CacheManager.NoSlidingExpiration">
            <summary>
            Gets the timeout for no sliding expiration.
            </summary>
            <value>
            No sliding expiration timeout.
            </value>
        </member>
        <member name="P:Sitecore.Caching.CacheManager.InfiniteAbsoluteExpiration">
            <summary>
            Gets the infinite absolute expiration.
            </summary>
            <value>
            The infinite absolute expiration.
            </value>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.ClearAccessResultCache">
            <summary>
            Clears the access result cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.ClearAllCaches">
            <summary>
            Clears all caches.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.ClearIsInRoleCache(System.String)">
            <summary>
            Clear cache with information about is user in role.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.ClearSecurityCache(System.String)">
            <summary>
            Clear security cache.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.ClearUserProfileCache(System.String)">
            <summary>
            Clear cache with user profiles.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.ClearAccessResultCache(System.String)">
            <summary>
            Clear cache with user profiles.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.FindCacheByName(System.String)">
            <summary>
            Finds the cache by its name.
            </summary>
            <param name="name">The name of the cache.</param>
            <returns>The cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.FindCacheByName``1(System.String)">
            <summary>
            Finds the cache by its name.
            </summary>
            <param name="name">The name of the cache.</param>
            <returns>The cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetAccessResultCache">
            <summary>
            Gets the access result cache.
            </summary>
            <returns>Returns existing instance of <see cref="T:Sitecore.Caching.AccessResultCache"/> or creates a new one.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetAllCaches">
            <summary>
            Gets all caches.
            </summary>
            <returns>The all caches.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetDataCache(Sitecore.Data.Database)">
            <summary>
            Gets the data cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The data cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetDeviceItemsCache">
            <summary>
            Gets the device items cache.
            </summary>
            <returns>Existing instance of device items cache, or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetFilteredItemsCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the filtered items cache for the specified site.
            </summary>
            <param name="site">The site parameter.</param>
            <returns>Filtered items cache for the specified site.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetHtmlCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the HTML cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The HTML cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetIsInRoleCache">
            <summary>
            Gets the is in role cache.
            </summary>
            <returns>The is in role cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetItemCache(Sitecore.Data.Database)">
            <summary>
            Gets the item cache of a database.
            </summary>
            <param name="database">The database.</param>
            <returns>Instance of ItemCache for the specified database.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetPathCache(Sitecore.Data.Database)">
            <summary>
            Gets the path cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The path cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetItemPathsCache(Sitecore.Data.Database)">
            <summary>
            Gets the item paths cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The ItemPathsCache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetRegistryCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the registry cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The registry cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetStatistics">
            <summary>
            Gets the statistics.
            </summary>
            <returns>The statistics.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetUserProfileCache">
            <summary>
            Gets the user profile cache.
            </summary>
            <returns>The user profile cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetViewStateCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the view state cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The view state cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetXslCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the XSL cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The XSL cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetNamedInstance(System.String,System.Int64,System.Boolean)">
            <summary>
            Get the instance of cache by name.
            </summary>
            <param name="name">The name of the cache.</param>
            <param name="defaultMaxSize">Default max size of the cache instance.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>The named instance.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.GetNamedInstance``1(System.String,System.Int64,System.Boolean)">
            <summary>
            Get the instance of cache by name.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="name">The name of the cache.</param>
            <param name="defaultMaxSize">Default max size of the cache instance.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>
            The named instance.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.Register(Sitecore.Caching.ICacheInfo)">
            <summary>
            Registers the specified cache.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="M:Sitecore.Caching.CacheManager.UnRegister(Sitecore.Caching.ICacheInfo)">
            <summary>
            UnRegisters the specified cache.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="T:Sitecore.Caching.CachePriority">
            <summary>
            Represents a cache priority.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.Lowest">
            <summary>Lowest.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.Low">
            <summary>Low.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.BelowNormal">
            <summary>Below normal.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.Normal">
            <summary>Normal.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.AboveNormal">
            <summary>Above normal.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.High">
            <summary>High.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.Highest">
            <summary>Highest.</summary>
        </member>
        <member name="F:Sitecore.Caching.CachePriority.NeverRemove">
            <summary>Never remove.</summary>
        </member>
        <member name="T:Sitecore.Caching.CacheStatistics">
            <summary>
            Represents cache statistics.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheStatistics.#ctor(System.Int64,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CacheStatistics"/> class.
            </summary>
            <param name="totalCount">The total count.</param>
            <param name="totalSize">The total size.</param>
        </member>
        <member name="P:Sitecore.Caching.CacheStatistics.TotalCount">
            <summary>
            Gets the total count.
            </summary>
            <value>The total count.</value>
        </member>
        <member name="P:Sitecore.Caching.CacheStatistics.TotalSize">
            <summary>
            Gets the total size.
            </summary>
            <value>The total size.</value>
        </member>
        <member name="T:Sitecore.Caching.CustomCache">
            <summary>
            Defines base abstraction for implementing a custom cache supporting only string keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CustomCache.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CustomCache" /> class.
            </summary>
            <param name="name">The cache name.</param>
            <param name="maxSize">Max size of the cache.</param>
        </member>
        <member name="M:Sitecore.Caching.CustomCache.#ctor(Sitecore.Caching.ICache)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CustomCache"/> class.
            </summary>
            <param name="innerCache">The inner cache.</param>
        </member>
        <member name="P:Sitecore.Caching.CustomCache.InnerCache">
            <summary>
            Gets the inner cache.
            </summary>
            <value>
            The inner cache.
            </value>
        </member>
        <member name="M:Sitecore.Caching.CustomCache.RemoveKeysContaining(System.String)">
            <summary>
            Removes the keys containing.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Caching.CustomCache.RemovePrefix(System.String)">
            <summary>
            Removes entries with keys starting with the specified prefix.
            </summary>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="T:Sitecore.Caching.CustomIndexedCache`1">
            <summary>
            Represents CustomCache which supports indexing
            </summary>
            <typeparam name="T"></typeparam>
            <seealso cref="T:Sitecore.Caching.Generics.CustomCache`1" />
        </member>
        <member name="M:Sitecore.Caching.CustomIndexedCache`1.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CustomIndexedCache`1"/> class, and sets inner indexed cache.
            <para>Is NOT suitable in case <see cref="M:Sitecore.Caching.CustomIndexedCache`1.GetIndexedCache"/> requires object state that was not initialized yet.</para>
            </summary>
            <param name="name">The cache name.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
        </member>
        <member name="M:Sitecore.Caching.CustomIndexedCache`1.#ctor(System.String,System.Int64,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CustomIndexedCache`1" /> class, and sets inner indexed cache.
            <para>Is NOT suitable in case <see cref="M:Sitecore.Caching.CustomIndexedCache`1.GetIndexedCache"/> requires object state that was not initialized yet.</para>
            </summary>
            <param name="name">The cache name.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="cacheManager">The cache manager.</param>
        </member>
        <member name="M:Sitecore.Caching.CustomIndexedCache`1.#ctor(System.String,System.Int64,Sitecore.Abstractions.BaseCacheManager,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.CustomIndexedCache`1" /> class.
            <para>Provides a control whether to this constructor should initialize indexed cache (<see cref="M:Sitecore.Caching.CustomIndexedCache`1.GetIndexedCache"/>).</para>
            <para><paramref name="setIndexedCache"/>should be <c>false</c> if derived class overrides <see cref="M:Sitecore.Caching.CustomIndexedCache`1.GetIndexedCache"/>, and method requires object state.</para>
            </summary>
            <param name="name">The cache name.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="cacheManager">The cache manager.</param>
            <param name="setIndexedCache">If set to <c>true</c> <see cref="P:Sitecore.Caching.CustomCache.InnerCache" /> will be set, and registered in <paramref name="cacheManager" />; if <c>false</c> than <see cref="M:Sitecore.Caching.CustomIndexedCache`1.GetIndexedCache" /> must be invoked manually after construction is over.</param>
        </member>
        <member name="M:Sitecore.Caching.CustomIndexedCache`1.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.CustomIndexedCache`1.AssignInnerCache(Sitecore.Abstractions.BaseCacheManager,Sitecore.Caching.Generics.ICache{`0})">
            <summary>
            Assigns <paramref name="innerCache"/> to <see cref="P:Sitecore.Caching.CustomCache.InnerCache"/>, and registers it in <paramref name="cacheManager"/>.
            </summary>
            <param name="cacheManager">The cache manager.</param>
            <param name="innerCache">The inner cache.</param>
        </member>
        <member name="T:Sitecore.Caching.DataCache">
            <summary>
            Represents a data cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DataCache.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DataCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DataCache"/> class.
            </summary>
            <param name="database">The database owning the cache.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
        </member>
        <member name="P:Sitecore.Caching.DataCache.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.CustomCache"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.DataCache.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.DataCache.Clear(Sitecore.Data.Database)">
            <summary>
            Clears the specified database.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.AddItemInformation(Sitecore.Data.ID,Sitecore.Data.ItemInformation)">
            <summary>
            Adds the item information.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemInformation">The item information.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.GetItemInformation(Sitecore.Data.ID)">
            <summary>
            Gets the item information.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns>The item information.</returns>
        </member>
        <member name="M:Sitecore.Caching.DataCache.RemoveItemInformation(Sitecore.Data.ID)">
            <summary>
            Removes the item information.
            </summary>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.ContainsNullItem(Sitecore.Data.ID)">
            <summary>
            Determines whether the cache contains null item by the specified item id.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>
              <c>true</c> if the cache contains null item by the specified item id; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DataCache.RegisterNullItem(Sitecore.Data.ID)">
            <summary>
            Registers the null item.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.UnregisterNullItem(Sitecore.Data.ID)">
            <summary>
            Unregisters the null item.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.Database_Constructed(System.Object,Sitecore.Data.Events.ConstructedEventArgs)">
            <summary>
            Handles the Constructed event of the Database control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ConstructedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.DataEngine_ItemSavedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Handles the ItemSavedRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.DataEngine_ItemSaved(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the ItemSaved event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.HandleStandardValueChanges(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Handles changes to an items standard values definition.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.InvalidateItemsWithBranch(Sitecore.Data.ID)">
            <summary>
            Invalidates the cached items with a specific branch.
            </summary>
            <param name="branchId">The branch id.</param>
        </member>
        <member name="M:Sitecore.Caching.DataCache.InvalidateItemsWithTemplate(Sitecore.Data.ID)">
            <summary>
            Invalidates the cached items with a specific template.
            </summary>
            <param name="templateId">The template id.</param>
        </member>
        <member name="T:Sitecore.Caching.DefaultCacheConfiguration">
            <summary>
            Defines the DefaultCacheConfiguration type.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheConfiguration.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheConfiguration.configuration">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DefaultCacheConfiguration"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.CreateCacheInstance``1(System.Boolean,System.Object[])">
            <summary>
            Creates a new cache instance defined in configuration or creates a default instance.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="registerNewInstance">If true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <param name="parameters">The constructor parameters.</param>
            <returns>
            A new instance of <see cref="T:Sitecore.Caching.Generics.ICache`1" /> defined by configuration.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.CreateCacheInstance(System.Boolean,System.Object[])">
            <summary>
            Creates the cache instance in configuration or creates a default instance.
            </summary>
            <param name="registerNewInstance">If true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <param name="parameters">The constructor parameters.</param>
            <returns>
            A new instance of <see cref="T:Sitecore.Caching.ICache" /> defined by configuration.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.CreateFallbackInstance``1(System.Object[])">
            <summary>
            Creates the fallback instance when type of the cache is not defined in configuration.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="parameters">The parameters.</param>
            <returns>A new instance of <see cref="T:Sitecore.Caching.Generics.ICache`1"/>.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.CreateFallbackInstance(System.Object[])">
            <summary>
            Creates the fallback instance when type of the cache is not defined in configuration.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>A new instance of <see cref="T:Sitecore.Caching.ICache"/>.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.ExtractParameters(System.Object[])">
            <summary>
            Extracts the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>Tuple with cache name and size.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheConfiguration.GetConfigNode(System.String)">
            <summary>
            Gets the configuration node.
            </summary>
            <param name="cacheName">Name of the cache.</param>
            <returns>Cache configuration node or null.</returns>
        </member>
        <member name="T:Sitecore.Caching.DefaultCacheManager">
            <summary>
            Represents a default cache manager.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.cacheReferences">
            <summary>
            The cache references.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.placeholderCacheManager">
            <summary>
            The placeholder cache manager.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager._cacheConfiguration">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.accessResultCache">
            <summary>
            The access result cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.alarmClock">
            <summary>
            The alarm clock.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.enabled">
            <summary>
            The enabled flag.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.isUserInRoleCache">
            <summary>
            The IsUserInRoleCache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.loadFactor">
            <summary>
            The load factor.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.runningTotal">
            <summary>
            The running total.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.userProfileCache">
            <summary>
            The user profile cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.deviceItemsCache">
            <summary>
            The device items cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.clearAllDetailedMessage">
            <summary>
            The flag that shows detailed message on clear all.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.DefaultCacheManager.cacheCreationLockSet">
            <summary>
            A set of small-grained locks.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.#ctor(Sitecore.Abstractions.BasePlaceholderCacheManager,Sitecore.Caching.BaseCacheConfiguration)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DefaultCacheManager" /> class.
            </summary>
            <param name="placeholderCacheManager">The placeholder Cache Manager.</param>
            <param name="cacheConfiguration">The configuration.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.#ctor(Sitecore.Abstractions.BasePlaceholderCacheManager,Sitecore.Caching.BaseCacheConfiguration,Sitecore.Abstractions.BaseSettings,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DefaultCacheManager" /> class.
            </summary>
            <param name="placeholderCacheManager">The placeholder Cache Manager.</param>
            <param name="cacheConfiguration">The configuration.</param>
            <param name="settings">Sitecore settings instance.</param>
            <param name="log">Sitecore log</param>
        </member>
        <member name="P:Sitecore.Caching.DefaultCacheManager.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.CacheManager"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.DefaultCacheManager.LoadFactor">
            <summary>
            Gets or sets the load factor.
            </summary>
            <value>The load factor.</value>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ClearAccessResultCache">
            <summary>
            Clears the access result cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ClearAllCaches">
            <summary>
            Clears all caches.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ClearIsInRoleCache(System.String)">
            <summary>
            Clear cache with information about is user in role.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ClearSecurityCache(System.String)">
            <summary>
            Clear security cache.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ClearUserProfileCache(System.String)">
            <summary>
            Clear cache with user profiles.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ClearAccessResultCache(System.String)">
            <summary>
            Clear cache with user profiles.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.FindCacheByName(System.String)">
            <summary>
            Finds the cache by its name.
            </summary>
            <param name="name">The name of the cache.</param>
            <returns>
            The cache.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.FindCacheByName``1(System.String)">
            <summary>
            Finds the cache by its name.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="name">The name of the cache.</param>
            <returns>
            The cache.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetAccessResultCache">
            <summary>
            Gets the access result cache.
            </summary>
            <returns>Returns existing instance of <see cref="T:Sitecore.Caching.AccessResultCache"/> or creates a new one.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetAllCaches">
            <summary>
            Gets all caches.
            </summary>
            <returns>The all caches.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetDataCache(Sitecore.Data.Database)">
            <summary>
            Gets the data cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The data cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetDeviceItemsCache">
            <summary>
            Gets the device items cache.
            </summary>
            <returns>Existing instance of device items cache, or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetFilteredItemsCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the filtered items cache for the specified site.
            </summary>
            <param name="site">The site parameter.</param>
            <returns>Filtered items cache for the specified site.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetHtmlCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the HTML cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The HTML cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetIsInRoleCache">
            <summary>
            Gets the is in role cache.
            </summary>
            <returns>The is in role cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetItemCache(Sitecore.Data.Database)">
            <summary>
            Gets the item cache of a database.
            </summary>
            <param name="database">The database.</param>
            <returns>Instance of ItemCache for the specified database.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetNamedInstance(System.String,System.Int64,System.Boolean)">
            <summary>
            Get the instance of cache by name or creates a new instance if it does not exist.
            </summary>
            <param name="name">The name of the cache.</param>
            <param name="defaultMaxSize">Default max size of the cache instance.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>
            The named instance.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetNamedInstance``1(System.String,System.Int64,System.Boolean)">
            <summary>
            Get the instance of cache by name or creates a new instance if it does not exist.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="name">The name of the cache.</param>
            <param name="defaultMaxSize">Default max size of the cache instance.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>
            The named instance.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetPathCache(Sitecore.Data.Database)">
            <summary>
            Gets the path cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The path cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetItemPathsCache(Sitecore.Data.Database)">
            <summary>
            Gets the item paths cache.
            </summary>
            <param name="database">The database.</param>
            <returns>The ItemPathsCache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetRegistryCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the registry cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The registry cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetStatistics">
            <summary>
            Gets the statistics.
            </summary>
            <returns>The statistics.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetUserProfileCache">
            <summary>
            Gets the user profile cache.
            </summary>
            <returns>The user profile cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetViewStateCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the view state cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The view state cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetXslCache(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the XSL cache.
            </summary>
            <param name="site">The site context.</param>
            <returns>The XSL cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.Register(Sitecore.Caching.ICacheInfo)">
            <summary>
            Registers the specified cache.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.UnRegister(Sitecore.Caching.ICacheInfo)">
            <summary>
            Registers the specified cache.
            </summary>
            <param name="cache">The cache.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.CreateByName``1(System.String,System.Int64,System.Boolean)">
            <summary>
            Creates a new instance of cache.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <param name="cacheName">Name of the cache.</param>
            <param name="maxSize">The maximum size.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>A new instance of cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.CreateByName(System.String,System.Int64,System.Boolean)">
            <summary>
            Creates a new instance of cache.
            </summary>
            <param name="cacheName">Name of the cache.</param>
            <param name="maxSize">The maximum size.</param>
            <param name="registerNewInstance">if true, created cache instance will be register using <see cref="T:Sitecore.Caching.CacheManager"/></param>
            <returns>A new instance of cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.GetKB(System.Int64)">
            <summary>
            Gets the size in kilobytes.
            </summary>
            <param name="size">The size parameter.</param>
            <returns>String representing size in kilobytes.</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.AlarmClockRing(System.Object,System.EventArgs)">
            <summary>
            Handles the Ring event of the AlarmClock control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.InitializeScavenging">
            <summary>
            Initializes scavenging.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheManager.ScavengeAll(System.Object)">
            <summary>
            Scavenges all caches.
            </summary>
            <param name="state">The state parameter.</param>
        </member>
        <member name="T:Sitecore.Caching.DataLengthChangedDelegate">
            <summary>
            </summary>
        </member>
        <member name="T:Sitecore.Caching.DeviceItemsCache">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DeviceItemsCache"/> class.
            </summary>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DeviceItemsCache"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.OnItemDeletedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when item deleted remotely.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when item deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.OnItemSavedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when item saved remotely.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Called when item saved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.OnItemUpdated(Sitecore.Data.Items.Item)">
            <summary>
            Called when item updated.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.Get(Sitecore.Data.Database)">
            <summary>
            Gets device items from the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.DeviceItemsCache.Add(Sitecore.Data.Items.DeviceItem[],Sitecore.Data.Database)">
            <summary>
            Sets the specified items.
            </summary>
            <param name="items">The items.</param>
            <param name="database">The database.</param>
        </member>
        <member name="T:Sitecore.Caching.DisableCachePopulationSwitcher">
            <summary>
            Disables cache population for given thread.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DisableCachePopulationSwitcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.DisableCachePopulationSwitcher"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Caching.FastItemKeys.ItemDatabaseSpecificKey">
            <summary>
            A fast moniker to an item in database.
            </summary>
            <seealso cref="T:Sitecore.Caching.Interfaces.ISizeTrackable" />
        </member>
        <member name="T:Sitecore.Caching.FastItemKeys.VersionSpecificItemKey">
            <summary>
            A fast identifier of item version in a specific language.
            </summary>
        </member>
        <member name="T:Sitecore.Caching.FieldRelatedItemCache">
            <summary>
            Caches items by: specified field key, template and database.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.FieldRelatedItemCache.Lock">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.FieldRelatedItemCache.itemIDs">
            <summary>
            The item ids.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.FieldRelatedItemCache.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.FieldRelatedItemCache" /> class.
            </summary>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.ItemRootId">
            <summary>
            Gets the item root ID.
            </summary>
            <value>
            The item root.
            </value>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.ItemTemplate">
            <summary>
            Gets the item template.
            </summary>
            <value>
            The item template.
            </value>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.FieldKey">
            <summary>
            Gets the items field key.
            </summary>
            <value>
            The item field key.
            </value>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.IsKeyCaseSensitive">
            <summary>
            Gets a value indicating whether this instance is key case sensitive.
            </summary>
            <value>
            <c>true</c> if this instance is key case sensitive; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.ItemRoot">
            <summary>
            Gets the item root.
            </summary>
            <value>
            The item root.
            </value>
        </member>
        <member name="P:Sitecore.Caching.FieldRelatedItemCache.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified key.
            </summary>
            <value>
            The <see cref="T:Sitecore.Data.Items.Item"/>.
            </value>
            <param name="key">The cache key.</param>
            <returns>Cached item.</returns>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.Add(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Adds the item by specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.Remove(System.String)">
            <summary>
            Removes the item by specified key.
            </summary>
            <param name="key">The cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.Remove(Sitecore.Data.ID)">
            <summary>
            Removes the item by specified item id.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.Reload">
            <summary>
            Reloads all items to cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.UpdateCache(Sitecore.Data.Items.Item)">
            <summary>
            Updates the cache entries.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.FieldRelatedItemCache.GetCacheKey(System.String)">
            <summary>
            Gets the transformed key to cache key.
            </summary>
            <param name="key">The cache key.</param>
            <returns>Cache key.</returns>
        </member>
        <member name="T:Sitecore.Caching.FilteredItemsCache">
            <summary>
            FilteredItemsCache class
            </summary>
        </member>
        <member name="M:Sitecore.Caching.FilteredItemsCache.#ctor(Sitecore.Web.SiteInfo,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.FilteredItemsCache"/> class.
            </summary>
            <param name="siteInfo">The site info.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="M:Sitecore.Caching.FilteredItemsCache.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.FilteredItemsCache.CacheIndex">
            <summary>
            Represents an indexed container of cache keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.FilteredItemsCache.CacheIndex.GetIndexKeys(System.String)">
            <summary>
            Gets the index keys.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns>Array of index keys for specific cache key</returns>
        </member>
        <member name="T:Sitecore.Caching.Generics.Cache`1">
            <summary>
            Class representing a cache.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <content>
            Class representing a cache.
            </content>
        </member>
        <member name="T:Sitecore.Caching.Generics.Cache`1.CacheEntry">
            <summary>
            Class representing a cache entry.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.Overhead">
            <summary>
            The overhead.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.cache">
            <summary>
            The parent cache instance.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.data">
            <summary>
            The entry data.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.key">
            <summary>
            The entry key.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.priority">
            <summary>
            The priority.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.absoluteExpiration">
            <summary>
            The absolute expiration.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.accessed">
            <summary>
            The last accessed date and time.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.canExpire">
            <summary>
            Determines if the entry can expire.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.dataLength">
            <summary>
            The data length.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.CacheEntry.slidingExpiration">
            <summary>
            The sliding expiration.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.#ctor(`0,System.Object,Sitecore.Caching.CachePriority,Sitecore.Caching.Generics.Cache{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.Cache`1.CacheEntry" /> class.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <param name="priority">The priority.</param>
            <param name="cache">The cache.</param>
        </member>
        <member name="E:Sitecore.Caching.Generics.Cache`1.CacheEntry.EntryRemoved">
            <summary>
            Occurs when an entry removed.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.AbsoluteExpiration">
            <summary>
            Gets or sets the sliding expiration.
            </summary>
            <value>
            The sliding expiration.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.Accessed">
            <summary>
            Gets or sets the date/time where the entry was last accessed.
            </summary>
            <value>
            The date/time of access.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.LastAccessed">
            <summary>
            Gets the last accessed date without updating the value.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.Data">
            <summary>
            Gets the data.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.DataLength">
            <summary>
            Gets the length of the data.
            </summary>
            <value>
            The length of the data.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.Expired">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.Cache`1.CacheEntry" /> is expired.
            </summary>
            <value>
              <c>true</c> if expired; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.Key">
            <summary>
            Gets the key.
            </summary>
            <value>
            The key.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.SourceCache">
            <summary>
            Gets the source cache.
            </summary>
            <value>
            The source cache.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.Priority">
            <summary>
            Gets the priority.
            </summary>
            <value>
            The priority.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.SlidingExpiration">
            <summary>
            Gets or sets the sliding expiration.
            </summary>
            <value>
            The sliding expiration.
            </value>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.RaiseEntryRemoved">
            <summary>
            Raises the <see cref="E:Sitecore.Caching.Generics.Cache`1.CacheEntry.EntryRemoved" /> event.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.UpdateAccessed">
            <summary>
            Updates the accessed time.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.ComputeDataLength(System.Int64)">
            <summary>
            Computes the length of the data.
            </summary>
            <param name="length">The length.</param>
            <returns>Length multiplied by load factor.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.Initialize(Sitecore.Caching.ICacheable)">
            <summary>
            Initializes the specified data.
            </summary>
            <param name="cacheable">The data.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.SetDataLength(System.Int64)">
            <summary>
            Sets the length of the data.
            </summary>
            <param name="length">The length.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntry.OnDataLengthChanged(Sitecore.Caching.ICacheable)">
            <summary>
            Called when the data length has changed.
            </summary>
            <param name="cacheable">The data.</param>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.debugEnabled">
            <summary>
            The flag indicating whether to output debug information that can help to identify cache issues.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.disableCacheSizeLimitsCopy">
            <summary>
            The <see cref="P:Sitecore.Configuration.Settings.Caching.DisableCacheSizeLimits"/> setting local copy.
            <para>Allows to avoid hashtable seek by setting key inside <see cref="T:Sitecore.Configuration.Settings"/> class on each property call.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.name">
            <summary>
            The cache name.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.id">
            <summary>
            The cache's ID.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.box">
            <summary>
            The inner box.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.maxSize">
            <summary>
            The max size of the cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.defaultPriority">
            <summary>
            The default cache priority.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.enabled">
            <summary>
            The enabled flag.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.cacheWriteEnabled">
            <summary>
            The cache write enabled.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.strategy">
            <summary>
            The strategy for cache size calculation
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.scavengeRunning">
            <summary>
            The scavenge running flag.
            <para>1 - running by some thread.</para>
            <para>0 - not running by any threads.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.syncRoot">
            <summary>
            The synchronize root
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Caching.Generics.Cache`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.Cache`1"/> class, and registers it in <see cref="T:Sitecore.Caching.CacheManager"/>.
            </summary>
            <param name="name">The cache name.</param>
            <param name="maxSize">Max size of the cache instance.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.Cache`1"/> class, and registers it in <see cref="T:Sitecore.Caching.CacheManager"/>.
            </summary>
            <param name="name">The cache name.</param>
            <param name="maxSize">Max size of the cache instance.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.#ctor(System.String,System.Int64,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.Cache`1"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
            <param name="register">if set to <c>true</c> cache is automatically registered using <see cref="T:Sitecore.Caching.CacheManager"/>.</param>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.DebugEnabled">
            <summary>
            Gets or sets a value indicating whether to output debug information that can help to identify cache issues.
            </summary>
            <value>
              <c>true</c> if cache debug is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Count">
            <summary>
            Gets the records count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.DefaultPriority">
            <summary>
            Gets or sets the default priority.
            </summary>
            <value>The default priority.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.Cache`1"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheWriteEnabled">
            <summary>
            Gets or sets a value indicating whether cache entries are allowed to be added into this <see cref="T:Sitecore.Caching.Generics.Cache`1"/>.
            </summary>
            <value>
              <c>true</c> if cache entries are allowed to be added into this <see cref="T:Sitecore.Caching.Generics.Cache`1"/>; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Id">
            <summary>
            Gets the id.
            </summary>
            <value>The cache's id.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.MaxSize">
            <summary>
            Gets or sets the max size.
            </summary>
            <value>The max size.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The cache name.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.RemainingSpace">
            <summary>
            Gets the remaining space (in bytes).
            </summary>
            <value>The remaining space.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Scavengable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.ICache`1" /> can scavenge its content.
            </summary>
            <value>
            <c>true</c> if it can scavenge its content; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Size">
            <summary>
            Gets the current cache size in bytes.
            </summary>
            <value>
            The current size.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.ExternalCacheClearingsCounter">
            <summary>
            Gets or sets the external cache clearings counter.
            </summary>
            <value>
            The external cache clearings counter.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.CacheSizeCalculationStrategy">
            <summary>
            Gets or sets the strategy for cache size calculation.
            </summary>
            <value>
            The strategy for cache size calculation.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.Item(`0)">
            <summary>
            Gets the <see cref="T:System.Object"/> with the specified key.
            </summary>
            <param name="key">The entire cache key.</param>
            <returns>The cache entry instance.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,System.Object)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The record's key.</param>
            <param name="data">The data to cache.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,System.Object,System.TimeSpan)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The data key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,System.Object,System.DateTime)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The data key.</param>
            <param name="data">The data to cache.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,System.Object,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The data key.</param>
            <param name="data">The data to cache.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,System.Object,System.TimeSpan,System.DateTime)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The data key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration of the cache entry.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,System.Object,System.TimeSpan,System.DateTime,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The data key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration of the cache entry.</param>
            <param name="removedHandler">The handler to invoke when entry is removed.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.ContainsKey(`0)">
            <summary>
            Determines whether the specified key is currently contained in the cache.
            </summary>
            <param name="key">The cache key.</param>
            <returns>
              <c>true</c> if the specified key is contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.GetCacheKeys">
            <summary>
            Gets a list of all the current cache keys.
            </summary>
            <returns>The cache keys.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.GetEntry(`0)">
            <summary>
            Gets the entry represented by <c>key</c>.
            </summary>
            <param name="key">The cache key.</param>
            <returns>The entry (or null).</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.GetEntry(`0,System.Boolean)">
            <summary>
            Gets the entry represented by <c>key</c>.
            </summary>
            <param name="key">The cache key.</param>
            <param name="updateAccessed">If set to <c>true</c> the update accessed counter is updated.</param>
            <returns>The entry (or null).</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.GetValue(`0)">
            <summary>
            Gets the value by provided <paramref name="key"/>.
            </summary>
            <param name="key">The cache key.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Remove(`0)">
            <summary>
            Removes a cache record by the specified key.
            </summary>
            <param name="key">The cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Remove(System.Predicate{`0})">
            <summary>
            Removes entries from the cache using the specified predicate.
            </summary>
            <param name="predicate">The predicate - elements matching this predicate will be removed.</param>
            <returns>Keys which have been removed from cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Scavenge">
            <summary>
            Scavenges this cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.LogRemovedKey(`0)">
            <summary>
            Log diagnostic information regarding key removal from cache into logs only if <see cref="P:Sitecore.Caching.Generics.Cache`1.DebugEnabled"/>.
            <para>Will log cache name, key, and stack trace.</para>
            </summary>
            <param name="key">The key that was removed.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.LogRemovedKeys(System.Collections.Generic.List{`0})">
            <summary>
            Log diagnostic information regarding keys removed from cache into logs only if <see cref="P:Sitecore.Caching.Generics.Cache`1.DebugEnabled"/>.
            <para>Will log cache name, count of keys, and stack trace.</para>
            </summary>
            <param name="removedKeys">The removed keys.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DoLogDebugMessage(System.String,System.String,System.Boolean)">
            <summary>
            Appends <paramref name="messagePrefix" /> to the beginning, stack trace to the end of the message, and logs it with Debug log level.
            <para>Can optionally ensure debug mode is on - will not do anything in case debug mode is disabled.</para>
            </summary>
            <param name="messagePrefix">The message prefix will be appended before <paramref name="messageBody"/>.</param>
            <param name="messageBody">The message body.</param>
            <param name="ensureDebugEnabled">If set to <c>true</c> will check debug enabled prior to writing message. Will not output anything in case debug is off.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Add(`0,Sitecore.Caching.Generics.Cache{`0}.CacheEntry)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CanAdd(System.Object)">
            <summary>
            Determines whether this instance can add the specified data.
            </summary>
            <param name="data">The data to be added.</param>
            <returns>
              <c>true</c> if this instance can add the specified data; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CheckSize">
            <summary>
            Checks the size.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CheckSize(Sitecore.Caching.Generics.Cache{`0}.CacheEntry)">
            <summary>
            Checks the size.
            </summary>
            <param name="entry">The entry to check.</param>
            <returns><c>true</c> if this instance can add the specified data; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DoGetEntry(`0,System.Boolean)">
            <summary>
            Gets the entry represented by <c>key</c>.
            </summary>
            <param name="key">The cache key.</param>
            <param name="updateAccessed">If set to <c>true</c> the update accessed counter is updated.</param>
            <returns>The entry (or null).</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.Scavenge(System.Int64)">
            <summary>
            Scavenges the specified required.
            </summary>
            <param name="required">The required.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.ScavengeExpired">
            <summary>
            Scavenges expired items.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.NotifySizeChanged(Sitecore.Caching.Generics.Cache{`0}.CacheEntry,System.Int64)">
            <summary>
            Notifies that the size has changed.
            </summary>
            <param name="entry">The entry.</param>
            <param name="delta">The delta.</param>
        </member>
        <member name="T:Sitecore.Caching.Generics.Cache`1.InnerBox">
            <summary>
            Represents an inner cache container for atomic operations.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.InnerBox.Data">
            <summary>
            The actual cache container.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.InnerBox.currentSize">
            <summary>
            The current size.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.InnerBox.CurrentSize">
            <summary>
            Gets the current cache size.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.InnerBox.Remove(`0)">
            <summary>
            Removes a record by the specified key.
            </summary>
            <param name="key">The key to look for.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.InnerBox.Add(`0,Sitecore.Caching.Generics.Cache{`0}.CacheEntry)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.InnerBox.DoGetEntry(`0,System.Boolean)">
            <summary>
            Gets the entry represented by <c>key</c>.
            </summary>
            <param name="key">The cache key.</param>
            <param name="updateAccessed">If set to <c>true</c> the update accessed counter is updated.</param>
            <returns>The entry (or null).</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.InnerBox.NotifySizeChanged(Sitecore.Caching.Generics.Cache{`0}.CacheEntry,System.Int64)">
            <summary>
            Notifies that the size has changed.
            </summary>
            <param name="entry">The entry.</param>
            <param name="delta">The delta.</param>
            <returns><c>true</c> if notifying was successful; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntryRemovedEventDisabler.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.Cache`1.CacheEntryRemovedEventDisabler"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.CacheEntryRemovedEventDisabler.IsActive(`0)">
            <summary>
            Determines whether current disabler is active.
            </summary>
            <returns><c>true</c> if the disabler is active, otherwise false.</returns>
        </member>
        <member name="T:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy">
            <summary>
              Default implementation of cache scavenge strategy.
              <para>
                Removes at least <see cref="P:Sitecore.Configuration.Settings.Caching.CacheScavengePercentage" /> of elements during one scavenge execution
                based on <see cref="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.LastAccessed" /> value.
              </para>
            <para>Can clear cache completely in case <see cref="P:Sitecore.Configuration.Settings.Caching.FullCleanupThresholdPercentage"/> is reached.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.Instance">
            <summary>
              The Single instance of the stateless object.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.cacheClearancePercentage">
            <summary>
              The cache clearance percentage - copy for <see cref="P:Sitecore.Configuration.Settings.Caching.CacheScavengePercentage" />.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.fullCleanupThresholdPercentage">
            <summary>
              The full cleanup threshold percentage - copy for <see cref="P:Sitecore.Configuration.Settings.Caching.FullCleanupThresholdPercentage" />.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.traceCacheScavenge">
            <summary>
              The trace cache Scavenge flag - copy for <see cref="P:Sitecore.Configuration.Settings.Caching.TraceCacheScavenge" />.
              <para>Gets a value indicating whether this instance outputs debug information.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.DateTimeComparer">
            <summary>
            The date time comparer for sorting array.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.#cctor">
            <summary>
              Initializes the <see cref="T:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy" /> class.
              <para>Reads settings from configuration.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.CacheScavengePercent">
            <summary>
              Gets the percent of cache size that should be cleared in one scavenge execution.
            </summary>
            <value>
              The cache clearance percent.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.FullCleanupThresholdPercent">
            <summary>
              Gets the full cleanup threshold percent.
              <para>A request to scavenge more than given percent of cache max size would result in cache full clearance.</para>
            </summary>
            <value>
              The full cleanup threshold percent.
            </value>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.Scavenge(Sitecore.Caching.Generics.Cache{`0},System.Collections.Generic.ICollection{Sitecore.Caching.Generics.Cache{`0}.CacheEntry},System.Int64)">
            <summary>
              Scavenges the specified cache by removing at least <paramref name="bytesToFree" /> bytes from it.
              <para>Will clear cache completely in case full cache threshold is reached.</para>
            </summary>
            <param name="cache">The cache to cleanup.</param>
            <param name="cacheContent">Content of the cache.</param>
            <param name="bytesToFree">The number of bytes to free.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.AdjustSize(Sitecore.Caching.Generics.Cache{`0},System.Collections.Generic.ICollection{Sitecore.Caching.Generics.Cache{`0}.CacheEntry},System.Int64)">
            <summary>
              Increases amount of bytes to release in order to reduce the frequency of cache cleanup calls.
              <para>Scavenge is invoked when one element does not fit cache.</para>
              <para>Since effective cleanup requires full inspection of the cache, we want to avoid frequent calls.</para>
              <para>This can be done by scavenging more elements in one go.</para>
            </summary>
            <param name="cache">The cache to be scavenged.</param>
            <param name="cacheContent">The snapshot of the cache content taken when strategy was invoked.</param>
            <param name="bytesToFree">The required amount of bytes to be removed from cache.</param>
            <returns>Increased amount of bytes to cleanup to reduce the scavenge frequency.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.ClearCache(Sitecore.Caching.Generics.Cache{`0})">
            <summary>
              Clears the cache - removes everything from it.
            </summary>
            <param name="cache">The cache to be cleaned.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.DoCleanup(Sitecore.Caching.Generics.Cache{`0},System.Collections.Generic.ICollection{Sitecore.Caching.Generics.Cache{`0}.CacheEntry},System.Int64)">
            <summary>
              Executes the cache cleanup.
            </summary>
            <param name="cache">The cache.</param>
            <param name="cacheContentSnapshot">The snapshot of the cache content taken when strategy was invoked.</param>
            <param name="bytesToFree">The required amount of bytes to be removed from cache.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.DumpDetails(System.String)">
            <summary>
              Helper to output diagnostic data into logs with Debug priority.
            </summary>
            <param name="message">The message to be ouput in case <see cref="P:Sitecore.Configuration.Settings.Caching.TraceCacheScavenge" /> is enabled.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.IsFullCleanupLimitReached(Sitecore.Caching.Generics.Cache{`0},System.Collections.Generic.ICollection{Sitecore.Caching.Generics.Cache{`0}.CacheEntry},System.Int64)">
            <summary>
              Determines whether full cache cleanup limit reached.
            </summary>
            <param name="cache">The cache.</param>
            <param name="cacheContentSnapshot">The snapshot of the cache content taken when strategy was invoked.</param>
            <param name="bytesToScavenge">The required amount of bytes to be removed from cache.</param>
            <returns><c>true</c> if <paramref name="bytesToScavenge"/> exceeds <see cref="P:Sitecore.Configuration.Settings.Caching.CacheScavengePercentage"/> of cache max size;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.ScavengeObsolete(Sitecore.Caching.Generics.Cache{`0},System.Collections.Generic.ICollection{Sitecore.Caching.Generics.Cache{`0}.CacheEntry},System.Int64)">
            <summary>
              Scavenges the obsolete records from cache based on <see cref="P:Sitecore.Caching.Generics.Cache`1.CacheEntry.Expired"/> value.
            </summary>
            <param name="cache">The cache.</param>
            <param name="cacheContentSnapshot">The snapshot of the cache content taken when strategy was invoked.</param>
            <param name="amountToFree">The amount of bytes to free.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.Cache`1.DefaultScavengeStrategy.ShouldStopCleanup(Sitecore.Caching.Generics.Cache{`0},System.Int64,System.Int64@)">
            <summary>
              Checks if a cache cleanup should be continued, and returns the amount of space to scavenge left.
            <para>Cleanup must stop in case there is more remaining space in cache than requested.</para>
            </summary>
            <param name="cache">The cache.</param>
            <param name="requiredBefore">The number of bytes required to scavenge before the operation.</param>
            <param name="leftToScavenge">The number of bytes left to scavenge now.</param>
            <returns><c>true</c> if remaining space in cache is larger than required;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Caching.Generics.CacheableRecordBase`1">
            <summary>
             Base class for typical cacheable record
            </summary>
        </member>
        <member name="P:Sitecore.Caching.Generics.CacheableRecordBase`1.Value">
            <summary>
             Cached value
            </summary>
        </member>
        <member name="E:Sitecore.Caching.Generics.CacheableRecordBase`1.DataLengthChanged">
            <summary>
            Length of the data changed
            </summary>
        </member>
        <member name="P:Sitecore.Caching.Generics.CacheableRecordBase`1.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.CacheableRecordBase`1.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Caching.Generics.CacheableRecordBase`1.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.CacheableRecordBase`1.OnDataLengthChanged">
            <summary>
            Length of the data changed
            </summary>
        </member>
        <member name="T:Sitecore.Caching.Generics.CacheResolver`1">
            <summary>
              The type resolves the instance of <see cref="T:Sitecore.Caching.Generics.Cache`1" /> type from parent <see cref="T:System.Collections.IDictionary" /> container by
              using given cache key.
            </summary>
            <typeparam name="TKey">Key type</typeparam>
        </member>
        <member name="M:Sitecore.Caching.Generics.CacheResolver`1.GetOrCreateCache(System.Collections.IDictionary)">
            <summary>
              Retrieves the cache from the parent container or creates new one and add it to the parent.
            </summary>
            <param name="parentContainer">parent container is <see cref="T:System.Collections.IDictionary" /> type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.CacheResolver`1.CreateCache(System.Collections.IDictionary)">
            <summary>
              Creates new instance of <see cref="T:Sitecore.Caching.Generics.Cache`1" /> and adds it to the parent container as a value.
            </summary>
            <param name="parentContainer"><see cref="T:System.Collections.IDictionary" /> container.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.Generics.ContextCache`1">
            <summary>
            Provides functionality to cache data only in current thread.
            It is a generic wrapper for Sitecore.Context.Items.
            </summary>
            <typeparam name="TData">The type of the data to cache.</typeparam>
        </member>
        <member name="M:Sitecore.Caching.Generics.ContextCache`1.GetData(System.String)">
            <summary>
            Gets the data from cache.
            </summary>
            <param name="key">The key to search.</param>
            <returns>Cached instance of TData, if it has been found in the Context Cache; otherwise null.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.ContextCache`1.SetData(System.String,`0)">
            <summary>
            Sets the data in cache.
            </summary>
            <param name="key">The key identifying the data.</param>
            <param name="data">The data to store.</param>
        </member>
        <member name="T:Sitecore.Caching.Generics.ContextCacheEntry`1">
            <summary>
             
            </summary>
            <typeparam name="TData">The type of the data.</typeparam>
        </member>
        <member name="P:Sitecore.Caching.Generics.ContextCacheEntry`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="T:Sitecore.Caching.Generics.CustomCache`1">
            <summary>
             Defines base abstraction for implementing a custom cache.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
        </member>
        <member name="F:Sitecore.Caching.Generics.CustomCache`1.cache">
            <summary>
            The cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.CustomCache`1"/> class.
            </summary>
            <param name="name">The name of the cache to create.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.#ctor(System.String,System.Int64,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.CustomCache`1" /> class.
            <para>Gets cache inner storage from <paramref name="cacheManager"/>, and registers it in <paramref name="cacheManager"/>.</para>
            </summary>
            <param name="name">The name of the cache to create.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="cacheManager">The cache manager to provide inner <see cref="F:Sitecore.Caching.Generics.CustomCache`1.cache"/>.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.#ctor(System.String,System.Int64,Sitecore.Abstractions.BaseCacheManager,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.CustomCache`1" /> class with <see cref="F:Sitecore.Caching.Generics.CustomCache`1.cache"/> taken by name from <paramref name="cacheManager"/>.
            <para> Registers cache inner storage in <paramref name="cacheManager"/> depending on <paramref name="registerNewInstance"/>.</para>
            </summary>
            <param name="name">The name of the cache to create.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="cacheManager">The cache manager to provide inner <see cref="F:Sitecore.Caching.Generics.CustomCache`1.cache" />.</param>
            <param name="registerNewInstance">If set to <c>true</c> registers new instance on the cache in <paramref name="cacheManager"/>.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.#ctor(Sitecore.Caching.Generics.ICache{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.CustomCache`1"/> class.
            </summary>
            <param name="cache">The inner cache.</param>
        </member>
        <member name="P:Sitecore.Caching.Generics.CustomCache`1.InnerCache">
            <summary>
            Gets or sets the inner cache.
            </summary>
            <value>
            The inner cache.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.CustomCache`1.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.CustomCache"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.CustomCache`1.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Caching.Generics.CustomCache`1.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.Remove(`0)">
            <summary>
            Removes record by the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.GetID(`0)">
            <summary>
            Gets the ID.
            </summary>
            <param name="key">The key.</param>
            <returns>Cached ID, if found; or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.GetObject(`0)">
            <summary>
            Gets object from the cache by the key.
            </summary>
            <param name="key">The key.</param>
            <returns>Cached object, if found; or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.SetID(`0,Sitecore.Data.ID)">
            <summary>
            Sets the ID.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.SetObject(`0,Sitecore.Caching.ICacheable)">
            <summary>
            Sets the object.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.SetObject(`0,System.Object)">
            <summary>
            Sets the object.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.SetObject(`0,System.Object,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Sets the object.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.GetString(`0)">
            <summary>
            Gets the string.
            </summary>
            <param name="key">The key.</param>
            <returns>Cached string, if found; or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.SetString(`0,System.String)">
            <summary>
            Sets the string.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.CustomCache`1.SetString(`0,System.String,System.DateTime)">
            <summary>
            Sets the string.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <param name="expiry">The expiry date/time, expressed as UTC.
            <remarks>
            <c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.
            </remarks>
            </param>
        </member>
        <member name="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1">
            <summary>
            Argument for the <see cref="E:Sitecore.Caching.Generics.Cache`1.CacheEntry.EntryRemoved" /> event.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
        </member>
        <member name="F:Sitecore.Caching.Generics.EntryRemovedEventArgs`1.entry">
            <summary>
            The entry.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Generics.EntryRemovedEventArgs`1.#ctor(Sitecore.Caching.Generics.ICacheEntry{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1" /> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="P:Sitecore.Caching.Generics.EntryRemovedEventArgs`1.Entry">
            <summary>
            Gets the entry that triggered the event.
            </summary>
            <value>
            The entry.
            </value>
        </member>
        <member name="T:Sitecore.Caching.Generics.ICache`1">
            <summary>
            Defines basic properties and operations with a cache.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
        </member>
        <member name="P:Sitecore.Caching.Generics.ICache`1.Item(`0)">
            <summary>
            Gets the <see cref="T:System.Object"/> with the specified key.
            </summary>
            <param name="key">The entire cache key.</param>
            <returns>The cache entry instance.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Add(`0,System.Object)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Add(`0,System.Object,System.TimeSpan)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Add(`0,System.Object,System.DateTime)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Add(`0,System.Object,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Add(`0,System.Object,System.TimeSpan,System.DateTime)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Add(`0,System.Object,System.TimeSpan,System.DateTime,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.ContainsKey(`0)">
            <summary>
            Determines whether the specified key is currently contained in the cache.
            </summary>
            <param name="key">The cache key.</param>
            <returns>
              <c>true</c> if the specified key is contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.GetCacheKeys">
            <summary>
            Gets a list of all the current cache keys.
            </summary>
            <returns>The cache keys.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.GetValue(`0)">
            <summary>
            Gets value from the cache by the key.
            </summary>
            <param name="key">The key.</param>
            <returns>Value or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Remove(`0)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.Generics.ICache`1.Remove(System.Predicate{`0})">
            <summary>
            Removes entries from the cache using the specified predicate.
            </summary>
            <param name="predicate">The predicate.</param>
            <returns>Keys which have been removed from cache.</returns>
        </member>
        <member name="P:Sitecore.Caching.Generics.ICache`1.CacheSizeCalculationStrategy">
            <summary>
            Gets the strategy for cache size calculation.
            </summary>
            <value>
            The strategy for cache size calculation.
            </value>
        </member>
        <member name="T:Sitecore.Caching.Generics.ICacheEntry`1">
            <summary>
            Defines basic members for a cache entry.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
        </member>
        <member name="P:Sitecore.Caching.Generics.ICacheEntry`1.Data">
            <summary>
            Gets the data.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.ICacheEntry`1.Expired">
            <summary>
            Gets a value indicating whether the entry is expired.
            </summary>
            <value>
            <c>true</c> if it is expired; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.ICacheEntry`1.Key">
            <summary>
            Gets the key.
            </summary>
            <value>
            The key.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Generics.ICacheEntry`1.SourceCache">
            <summary>
            Gets the source cache.
            </summary>
            <value>
            The source cache.
            </value>
        </member>
        <member name="T:Sitecore.Caching.HtmlCache">
            <summary>
            Represents a html cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.#ctor(Sitecore.Web.SiteInfo,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.HtmlCache"/> class.
            </summary>
            <param name="site">The site.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.HtmlCache.ClearLatency">
            <summary>
            Gets the clear latency.
            </summary>
            <value>The clear latency.</value>
        </member>
        <member name="P:Sitecore.Caching.HtmlCache.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.Clear(System.Boolean)">
            <summary>
            Clears this instance.
            </summary>
            <param name="force">if set to <c>true</c>, the cache will be cleared immediately. Otherwise, the cache will be cleared according to the <see cref="P:Sitecore.Caching.HtmlCache.ClearLatency"/> property.</param>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.GetHtml(System.String)">
            <summary>
            Gets the HTML.
            </summary>
            <param name="key">The key.</param>
            <returns>The HTML.</returns>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.SetHtml(System.String,System.String)">
            <summary>
            Sets the HTML.
            </summary>
            <param name="key">The key.</param>
            <param name="html">The HTML.</param>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.SetHtml(System.String,System.String,System.TimeSpan)">
            <summary>
            Sets the HTML.
            </summary>
            <param name="key">The key.</param>
            <param name="html">The HTML.</param>
            <param name="timeout">The timeout.</param>
        </member>
        <member name="M:Sitecore.Caching.HtmlCache.SetHtml(System.String,System.String,System.DateTime)">
            <summary>
            Sets the HTML.
            </summary>
            <param name="key">The key.</param>
            <param name="html">The HTML.</param>
            <param name="expiryUtcDate">
            The date/time at which the cache entry will expire. If provided value is not a UTC date/time, value will be converted to UTC.
            </param>
        </member>
        <member name="T:Sitecore.Caching.ICache">
            <summary>
            Implements ICache with string keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ICache.RemovePrefix(System.String)">
            <summary>
            Removes records from the cache whose keys start from the prefix.
            </summary>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="M:Sitecore.Caching.ICache.RemoveKeysContaining(System.String)">
            <summary>
            Removes records from the cache whose keys contain the key part.
            </summary>
            <param name="keyPart">The key part.</param>
        </member>
        <member name="T:Sitecore.Caching.ICacheable">
            <summary>
            Defines the basic properties and functionality of an object that is cacheable.
            </summary>
        </member>
        <member name="E:Sitecore.Caching.ICacheable.DataLengthChanged">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Caching.ICacheable.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheable.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Caching.ICacheable.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.ICacheEntry">
            <summary>
            Defines basic members for a cache entry with a string key.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ICacheEntry.SourceCache">
            <summary>
            Gets the source cache.
            </summary>
            <value>
            The source cache.
            </value>
        </member>
        <member name="T:Sitecore.Caching.ICacheIndex`1">
            <summary>
            Interface describing index for cache keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndex`1.Add(`0)">
            <summary>
            Adds the cache key to index.
            </summary>
            <param name="cacheKey">The cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndex`1.Clear">
            <summary>
            Clears the index.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndex`1.TryGetKeys(`0,Sitecore.Collections.ConcurrentSet{`0}@)">
            <summary>
            Tries to get cache keys from index.
            </summary>
            <param name="partialkey">The partial key of the index.</param>
            <param name="cacheKeys">The set of keys from cache.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndex`1.GetIndexKeys(`0)">
            <summary>
            Gets the index keys from cache key.
            </summary>
            <param name="partialKey">The partial cache key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndex`1.RemoveByPartialKey(`0)">
            <summary>
            Removes keys from index by specified partial cache key.
            </summary>
            <param name="partialkey">The partial cache key.</param>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndex`1.Remove(`0)">
            <summary>
            Removes specific cache key from index.
            </summary>
            <param name="cacheKey">The cache key.</param>
        </member>
        <member name="P:Sitecore.Caching.ICacheIndex`1.Size">
            <summary>
            Gets the size of the index.
            </summary>
            <value>
            The size of the index.
            </value>
        </member>
        <member name="T:Sitecore.Caching.ICacheIndexEx`1">
            <summary>
            Interface extending the ICacheIndex one.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ICacheIndexEx`1.RemoveByPartialKey(`0,Sitecore.Collections.ConcurrentSet{`0}@)">
            <summary>
            Removes keys from index by specified partial cache key.
            </summary>
            <param name="partialkey">The partial cache key.</param>
            <param name="cacheKeys">The set of keys removed from cache.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.ICacheInfo">
            <summary>
            Defines base cache properties and service operations.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.Count">
            <summary>
            Gets the records count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.ICache`1"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.Id">
            <summary>
            Gets the id.
            </summary>
            <value>The cache's id.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.MaxSize">
            <summary>
            Gets or sets the max size.
            </summary>
            <value>The max size.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The cache name.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.RemainingSpace">
            <summary>
            Gets the remaining space (in bytes).
            </summary>
            <value>The remaining space.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.Scavengable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.ICache`1"/> can scavenge its content.
            </summary>
            <value><c>true</c> if it can scavenge its content; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.Size">
            <summary>
            Gets the current cache size in bytes.
            </summary>
            <value>The current size.</value>
        </member>
        <member name="P:Sitecore.Caching.ICacheInfo.ExternalCacheClearingsCounter">
            <summary>
            Gets or sets the external cache clearings counter.
            </summary>
            <value>
            The external cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.ICacheInfo.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ICacheInfo.Scavenge">
            <summary>
            Scavenges this cache.
            </summary>
        </member>
        <member name="T:Sitecore.Caching.ICacheSizeCalculationStrategy">
            <summary>
            Defines operations for calculating size of cache and index records
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ICacheSizeCalculationStrategy.GetCacheRecordSize(System.Object,System.Object)">
            <summary>
            Gets the size of the cache record.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ICacheSizeCalculationStrategy.GetIndexKeySize(System.Object)">
            <summary>
            Gets the size of the index record.
            </summary>
            <param name="indexKey">The index key.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.IIndexedCache`1">
            <summary>
            Represents a cache that supports indexing.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <seealso cref="T:Sitecore.Caching.Generics.ICache`1" />
        </member>
        <member name="M:Sitecore.Caching.IIndexedCache`1.RemoveByPartialKey(`0)">
            <summary>
            Removes keys from cache by specified partial key.
            </summary>
            <param name="partialkey">The partial key.</param>
            <returns>Keys which have been removed</returns>
        </member>
        <member name="T:Sitecore.Caching.ILanguageFallbackFieldValuesCache">
            <summary>
            Interface for the Language fallback field value caches.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ILanguageFallbackFieldValuesCache.AddFallbackValue(Sitecore.Data.Fields.Field,System.Boolean,Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue)">
            <summary>
            Adds the fallback value to the cache.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValues">if set to <c>true</c> allows standard values.</param>
            <param name="languageFallbackFieldValue">The language fallback value.</param>
        </member>
        <member name="M:Sitecore.Caching.ILanguageFallbackFieldValuesCache.GetFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback values for the specified field.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> standard value is allowed.</param>
            <returns>The fallback field value.</returns>
        </member>
        <member name="T:Sitecore.Caching.IndexedCache`1">
            <summary>
            Represents a cache that supports indexing.
            </summary>
            <typeparam name="TKey">The type of the key.</typeparam>
            <seealso cref="T:Sitecore.Caching.Generics.Cache`1" />
            <seealso cref="T:Sitecore.Caching.IIndexedCache`1" />
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.#ctor(Sitecore.Caching.Generics.ICache{`0},Sitecore.Caching.ICacheIndex{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IndexedCache`1"/> class.
            </summary>
            <param name="cache">The cache instance.</param>
            <param name="index">The cache index instance.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.RemoveByPartialKey(`0)">
            <summary>
            Removes keys from cache by specified partial key.
            </summary>
            <param name="partialkey">The partial key.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.RemoveCacheKeys(Sitecore.Collections.ConcurrentSet{`0})">
            <summary>
            Removes keys from cache.
            </summary>
            <param name="cacheKeys">The set of keys to be removed.</param>
            <return> Returns the removed cache keys</return>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Add(`0,System.Object)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Add(`0,System.Object,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Add(`0,System.Object,System.DateTime)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Add(`0,System.Object,System.TimeSpan)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Add(`0,System.Object,System.TimeSpan,System.DateTime)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Add(`0,System.Object,System.TimeSpan,System.DateTime,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{`0}})">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.ContainsKey(`0)">
            <summary>
            Determines whether the specified key is currently contained in the cache.
            </summary>
            <param name="key">The cache key.</param>
            <returns>
            <c>true</c> if the specified key is contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.GetCacheKeys">
            <summary>
            Gets a list of all the current cache keys.
            </summary>
            <returns>The cache keys.</returns>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.GetValue(`0)">
            <summary>
            Gets value from the cache by the key.
            </summary>
            <param name="key">The key.</param>
            <returns>Value or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Remove(System.Predicate{`0})">
            <summary>
            Removes entries from the cache using the specified predicate.
            </summary>
            <param name="predicate">The predicate.</param>
            <returns>Keys which have been removed from cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Remove(`0)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.Scavenge">
            <summary>
            Scavenges this cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IndexedCache`1.CanAdd(System.Object)">
            <summary>
            Determines whether this instance can add the specified data.
            </summary>
            <param name="data">The data to be added.</param>
            <returns>
              <c>true</c> if this instance can add the specified data; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Item(`0)">
            <summary>
            Gets the <see cref="T:System.Object"/> with the specified key.
            </summary>
            <param name="key">The entire cache key.</param>
            <returns>The cache entry instance.</returns>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Count">
            <summary>
            Gets the records count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.ICache`1" /> is enabled.
            </summary>
            <value>
            <c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.ExternalCacheClearingsCounter">
            <summary>
            Gets or sets the external cache clearings counter.
            </summary>
            <value>
            The external cache clearings counter.
            </value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Id">
            <summary>
            Gets the id.
            </summary>
            <value>The cache's id.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.MaxSize">
            <summary>
            Gets or sets the max size.
            </summary>
            <value>The max size.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The cache name.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.RemainingSpace">
            <summary>
            Gets the remaining space (in bytes).
            </summary>
            <value>The remaining space.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Scavengable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.Generics.ICache`1" /> can scavenge its content.
            </summary>
            <value>
            <c>true</c> if it can scavenge its content; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Size">
            <summary>
            Gets the current cache size in bytes.
            </summary>
            <value>The current size.</value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Cache">
            <summary>
            Gets the cache.
            </summary>
            <value>
            The cache.
            </value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.Index">
            <summary>
            Gets the index.
            </summary>
            <value>
            The index.
            </value>
        </member>
        <member name="P:Sitecore.Caching.IndexedCache`1.CacheSizeCalculationStrategy">
            <summary>
            Gets the strategy for cache size calculation.
            </summary>
            <value>
            The strategy for cache size calculation.
            </value>
        </member>
        <member name="T:Sitecore.Caching.Interfaces.ISizeTrackable">
            <summary>
            Defines a size detection method that a value type or class implements to report its size in memory.
            <para>Used to measure size of objects that are no longer expected to be changed upon adding to cache.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Interfaces.ISizeTrackable.GetDataLength">
            <summary>
            Gets the number of bytes an instance consumes in memory to be kept.
            <para>Takes into account object size itself, as well as all unique-kept references.</para>
            </summary>
            <returns>Non-negative number of bytes instance consumes in memory.</returns>
        </member>
        <member name="T:Sitecore.Caching.IsLanguageFallbackValidCache">
            <summary>
            Is language fallback valid cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsLanguageFallbackValidCache" /> class.
            </summary>
            <param name="database">The database.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCache.#ctor(Sitecore.Data.Database,System.Int64,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsLanguageFallbackValidCache"/> class.
            </summary>
            <param name="database">The database cache is constructed for.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="cacheManager">The cache manager.</param>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCache.IndexedCache">
            <summary>
            Indexed cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCache.RemoveByItemId(System.String)">
            <summary>
            Remove from cache by itemID
            </summary>
            <param name="itemId">Item ID</param>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCache.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCache.ClearCache(Sitecore.Data.Items.Item)">
            <summary>
            Clear the cache
            </summary>
            <param name="item">The item</param>
        </member>
        <member name="T:Sitecore.Caching.IsLanguageFallbackValidCacheKey">
            <summary>
            Is language fallback valid cache key.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCacheKey.ItemID">
            <summary>
            Gets ID of the item
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCacheKey.FieldID">
            <summary>
            Gets ID of the field
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCacheKey.Langauge">
            <summary>
            Gets the Langauge
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCacheKey.Database">
            <summary>
            Gets Database name
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCacheKey.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsLanguageFallbackValidCacheKey"/> class.
            </summary>
            <param name="itemID">Id of the item.</param>
            <param name="fieldID">Id of the field.</param>
            <param name="language">The language.</param>
            <param name="database">The database name.</param>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCacheKey.Equals(Sitecore.Caching.IsLanguageFallbackValidCacheKey)">
            <summary>
            Equals overriden
            </summary>
            <param name="cacheKey">Cache key.
            </param>
            <returns>
            The equals.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCacheKey.Equals(System.Object)">
            <summary>
            Equals overriden
            </summary>
            <param name="obj">Object to compare with.
            </param>
            <returns>
            The equals.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCacheKey.GetHashCode">
            <summary>
            GetHashCode overriden
            </summary>
            <returns>
            The get hash code.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCacheKey.ToString">
            <summary>
            The to string.
            </summary>
            <returns>
            String representation.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCacheKey.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.IsLanguageFallbackValidCacheKey.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.IsLanguageFallbackValidCacheKey.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.IsUserInRole.IsUserInRoleCache">
            <summary>
            Represents IsUserInRoleCache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsUserInRole.IsUserInRoleCache"/> class.
            </summary>
            <param name="maxSize">
            Size of the max.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.AddRecord(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Adds the record.
            </summary>
            <param name="roleName">
            Name of the role.
            </param>
            <param name="accountName">
            Name of the account.
            </param>
            <param name="isInRole">
            If set to <c>true</c> then account is in role.
            </param>
            <param name="includeIndirectMemberships">
            If set to <c>true</c> include indirect memberships.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.GetRecord(System.String,System.String,System.Boolean)">
            <summary>
            Gets the record.
            </summary>
            <param name="roleName">Name of the role.</param>
            <param name="accountName">Name of the account.</param>
            <param name="includeIndirectMemberships">If set to <c>true</c> include indirect memberships.</param>
            <returns>The record.</returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.RemoveUser(System.String)">
            <summary>
            Clears the cache for specified user name.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.GetKey(System.String,System.String,System.Boolean)">
            <summary>
            The get key.
            </summary>
            <param name="roleName">
            The role name.
            </param>
            <param name="accountName">
            The account name.
            </param>
            <param name="includeIndirectMemberships">
            The include indirect memberships.
            </param>
            <returns>Cache key.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.GetUserNamesFromParameter(System.Object)">
            <summary>
            The get user names from parameter.
            </summary>
            <param name="parameter">
            The parameter.
            </param>
            <returns>User names.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.HandleClear(System.Object,System.EventArgs)">
            <summary>
            Handles the events from role update.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.HandleParticularRolesClear(System.Object,System.EventArgs)">
            <summary>
            Handles the particular clear for roles:usersAdded and roles:usersRemoved events.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.HandleParticularUserClear(System.Object,System.EventArgs)">
            <summary>
            Handles the particular clear for user:deleted event.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.RemoveRole(System.String)">
            <summary>
            The remove role.
            </summary>
            <param name="roleName">
            The role name.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.RemoveRoles(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            The remove roles.
            </summary>
            <param name="rolenames">
            The role names.
            </param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.RemoveUsers(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            The remove users.
            </summary>
            <param name="usernames">
            The usernames.
            </param>
        </member>
        <member name="T:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.CacheIndex">
            <summary>
            Represents an indexed container for the cache keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.CacheIndex.GetIndexKeys(Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey)">
            <summary>
            Gets the index keys.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns>Array of index keys for specific cache key</returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCache.CacheIndex.RemoveByPartialKey(Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey,Sitecore.Collections.ConcurrentSet{Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey}@)">
            <summary>
            Removes keys from index by specified partial cache key.
            </summary>
            <param name="partialkey">The partial cache key.</param>
            <param name="cacheKeys">The set of keys from cache.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey">
            <summary>
            Is user in role composite key.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.AccountName">
            <summary>
            Gets name of the user/role
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.RoleName">
            <summary>
            Gets name of the role
            </summary>
        </member>
        <member name="P:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.IncludeIndirectMemberships">
            <summary>
            Gets or sets a value indicating whether include indirect memberships.
            </summary>
            <value>
             <c>true</c> if include indirect memberships; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey"/> class.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="roleName">Name of the role.</param>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.Equals(Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey)">
            <summary>
            Equals overriden
            </summary>
            <param name="cacheKey">Cache key.
            </param>
            <returns>
            The equals.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.Equals(System.Object)">
            <summary>
            Equals overriden
            </summary>
            <param name="obj">Object to compare with.
            </param>
            <returns>
            The equals.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.GetHashCode">
            <summary>
            GetHashCode overriden
            </summary>
            <returns>
            The get hash code.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.ToString">
            <summary>
            The to string.
            </summary>
            <returns>
            String representation.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheKey.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheRecord">
            <summary>
             Is user is role value
            </summary>
        </member>
        <member name="M:Sitecore.Caching.IsUserInRole.IsUserInRoleCacheRecord.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.ItemCache">
            <summary>
            Represents Item Cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemCache.constructedFlag">
            <summary>
            The constructed flag indicates <see cref="T:Sitecore.Caching.ItemCache"/> constructor finished execution.
            <para>Virtual members of the <see cref="T:Sitecore.Caching.ItemCache"/> class can be safely invoked after flag is set.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ItemCache"/> class.
            </summary>
            <param name="database">The database owning the cache.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.#ctor(Sitecore.Data.Database,System.Int64,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ItemCache" /> class.
            </summary>
            <param name="database">The database owning the cache.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="setIndexedCache">If set to <c>true</c> initialize inner cache.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.#ctor(Sitecore.Data.Database,Sitecore.Caching.ItemCache.ItemCacheConstructorArgs,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ItemCache" /> class.
            </summary>
            <param name="database">The database owning the cache.</param>
            <param name="constructorArgs">The options.</param>
            <param name="setIndexedCache">If set to <c>true</c> <see cref="P:Sitecore.Caching.CustomCache.InnerCache" /> will be initialized in constructor; if <c>false</c> than <see cref="P:Sitecore.Caching.CustomCache.InnerCache"/> must be set manually after instance construction.</param>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ItemCache"/> is enabled.
            <para>Respects <see cref="T:Sitecore.Data.DatabaseCacheDisabler"/> state.</para>
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.IndexEnabled">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the ItemCache.
            <para>Refers to <see cref="P:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled.ItemCache"/> value by default.</para>
            </summary>
            <value>
              <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.EventManager">
            <summary>
            Gets the Event Manager to initialize event subscriptions other than driven by <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/>.
            </summary>
            <value>
            The event manager.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.DatabaseName">
            <summary>
            Gets the name of the inner database.
            </summary>
            <value>
            The name of the database.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.DataEngine">
            <summary>
            Gets the data engine from inner database.
            <para>Provides an access to item-related events to react on.</para>
            </summary>
            <value>
            The data engine.
            </value>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.AddItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Items.Item)">
            <summary>
            Adds an item to the cache.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.Clear">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets an item from the cache.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.RemoveItem(Sitecore.Data.ID)">
            <summary>
            Removes all versions of an item.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.GetIndexedCache">
            <summary>
            Adds an indexed cache wrapper on top of inner cache if <see cref="P:Sitecore.Caching.ItemCache.IndexEnabled"/>.
            </summary>
            <returns>An <see cref="T:Sitecore.Caching.IIndexedCache`1"/> wrapper on top of inner cache when indexing is enabled; inner cache otherwise.</returns>
            <exception cref="T:System.InvalidOperationException"> When <see cref="T:Sitecore.Data.ItemPath"/> constructor has not finished assigning data, as <see cref="P:Sitecore.Caching.ItemCache.IndexEnabled"/> might be not constructed yet.</exception>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.Database_Constructed(System.Object,Sitecore.Data.Events.ConstructedEventArgs)">
            <summary>
            Handles the Constructed event of the Database.
            <para>Initializes event subscriptions.</para>
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ConstructedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.FindAvailableKeys(Sitecore.Web.SiteInfo,Sitecore.Data.ID)">
            <summary>
            Find all available keys of all versions and languages
            </summary>
            <param name="site"></param>
            <param name="itemId"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.ClearFilterCaches">
            <summary>
            Clears the filter caches.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.GetCacheInstance(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the current cache instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.GetKey(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a cache key.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.RemoveItemFromFilterCaches(Sitecore.Data.ID)">
            <summary>
            Removes the item from filter caches.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_AddedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
            Handles the AddedVersion event of the <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/> control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_AddedVersionRemote(System.Object,Sitecore.Data.Events.AddedVersionRemoteEventArgs)">
            <summary>
            Handles the AddedVersionRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.AddedVersionRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_DeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the DeletedItem event of the <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/> control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_DeletedItemRemote(System.Object,Sitecore.Data.Events.ItemDeletedRemoteEventArgs)">
            <summary>
            Handles the DeletedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.HandleItemDeleted(Sitecore.Data.Items.Item)">
            <summary>
            Handles the item deleted.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_MovedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            Handles the MovedItem event of the <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/> control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_MovedItemRemote(System.Object,Sitecore.Data.Events.ItemMovedRemoteEventArgs)">
            <summary>
            Handles the MovedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemMovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_RemovedData(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveDataCommand})">
            <summary>
            Handles the RemovedData event of the <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/> control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_RemovedDataRemote(System.Object,Sitecore.Data.Events.RemovedDataRemoteEventArgs)">
            <summary>
            Handles the RemovedDataRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.RemovedDataRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_RemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemovedVersion event of the <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/> control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_RemovedVersionRemote(System.Object,Sitecore.Data.Events.VersionRemovedRemoteEventArgs)">
            <summary>
            Handles the RemovedVersionRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_SavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the ItemSaved event of the <see cref="P:Sitecore.Caching.ItemCache.DataEngine"/> control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.DataEngine_SavedItemRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Handles the SavedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.HandleItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.FieldChangeList)">
            <summary>
            Handles the item saved.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="T:Sitecore.Caching.ItemCache.ItemCacheConstructorArgs">
            <summary>
            A set of parameters to be used during <see cref="T:Sitecore.Caching.ItemCache"/> construction.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.ItemCacheConstructorArgs.ItemCachingEnabled">
            <summary>
            Gets or sets a value indicating whether item caching enabled.
            </summary>
            <value>
              <c>true</c> if item caching enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.ItemCacheConstructorArgs.CacheKeyIndexingEnabled">
            <summary>
            Gets or sets a value indicating whether cache key indexing enabled.
            </summary>
            <value>
            <c>true</c> if cache key indexing enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.ItemCacheConstructorArgs.MaxSize">
            <summary>
            Gets or sets the maximum size for the cache to create.
            </summary>
            <value>
            The maximum size.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.ItemCacheConstructorArgs.EventManager">
            <summary>
            Gets or sets the event manager.
            </summary>
            <value>
            The event manager.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemCache.ItemCacheConstructorArgs.CacheManager">
            <summary>
            Gets or sets the cache manager.
            </summary>
            <value>
            The cache manager.
            </value>
        </member>
        <member name="T:Sitecore.Caching.ItemCache.CacheIndex">
            <summary>
            Represents an indexed container of cache keys.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemCache.CacheIndex.KeyLength">
            <summary>
            The key length.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemCache.CacheIndex.GetIndexKeys(System.String)">
            <summary>
            Gets the index keys.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns>Array of index keys for specific cache key</returns>
        </member>
        <member name="T:Sitecore.Caching.ItemPathCacheKey">
            <summary>
            The item path cache key.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemPathCacheKey.ItemId">
            <summary>
            Gets or sets ID.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemPathCacheKey.ItemLongId">
            <summary>
            Gets LongId.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemPathCacheKey.#ctor(System.String,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ItemPathCacheKey"/> class.
            </summary>
            <param name="itemLongId">The item long identifier.</param>
            <param name="itemId">The item identifier.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathCacheKey.Equals(System.Object)">
            <summary>Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.</summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
            <returns>
             <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathCacheKey.GetHashCode">
            <summary>
            Returns hash code.
            </summary>
            <returns>The hash code for object.</returns>
        </member>
        <member name="P:Sitecore.Caching.ItemPathCacheKey.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemPathCacheKey.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.ItemPathCacheKey.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.ItemPathsCache">
            <summary>
            Defines the cache for the item paths.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemPathsCache.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemPathsCache.typeMapping">
            <summary>
            Item path type mapping.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ItemPathsCache"/> class.
            </summary>
            <param name="database">The database.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCache.Database">
            <summary>
            Gets the database.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.AddMapping(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Items.ItemPathType,System.String)">
            <summary>
            Adds the mapping.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="language">The language.</param>
            <param name="itemPathType">Type of the path.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.AddMapping(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemPathType,System.String)">
            <summary>
            Adds the mapping.
            </summary>
            <param name="item">The item.</param>
            <param name="itemPathType">Type of the path.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemPath(Sitecore.Data.ID,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the item path.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemPathType">Type of the item path.</param>
            <returns>
            The item path.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemPath(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the item path.
            </summary>
            <param name="item">The item.</param>
            <param name="itemPathType">Type of the item path.</param>
            <returns>
            The item path.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemPath(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the item path.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="language">The language.</param>
            <param name="itemPathType">Type of the item path.</param>
            <returns>
            The item path.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.InvalidateCache(Sitecore.Data.Items.Item)">
            <summary>
            Invalidates the cache.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.ItemPathTypeToString(Sitecore.Data.Items.ItemPathType)">
            <summary>
            Items the type to string.
            </summary>
            <param name="itemPathType">Type of the item path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemPathTypes">
            <summary>
            Gets the item path types.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemPathTypeStrings">
            <summary>
            Gets the item type strings.
            </summary>
            <returns>Item Type strings.</returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DoAddMapping(Sitecore.Data.ID,System.String,Sitecore.Globalization.Language,Sitecore.Data.Items.ItemPathType,System.String)">
            <summary>
            Adds the mapping.
            </summary>
            <param name="itemId">The item ID.</param>
            <param name="longId">The item long ID.</param>
            <param name="language">The language.</param>
            <param name="itemPathType">Type of the path.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetKey(Sitecore.Data.ID,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the key.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="pathType">Type of the path.</param>
            <returns>
            The key.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetKey(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the key.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="language">The language.</param>
            <param name="pathType">Type of the path.</param>
            <returns>
            The key.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemKeys(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item keys.
            </summary>
            <param name="item">The item ID.</param>
            <returns>
            The array of possible item keys.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemCacheKeysExceptDisplayName(Sitecore.Data.Items.Item)">
            <summary>
            Gets item cache keys except ones based on the item display name.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetDisplayNameCacheKeys(Sitecore.Data.Items.Item)">
            <summary>
            Gets the display name cache keys.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DatabaseConstructed(System.Object,Sitecore.Data.Events.ConstructedEventArgs)">
            <summary>
            Handles the Constructed event of the Database control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ConstructedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineRemovedVersionRemote(System.Object,Sitecore.Data.Events.VersionRemovedRemoteEventArgs)">
            <summary>
            Datas the engine removed version remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineRemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Datas the engine removed version.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The e.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineSavedItemRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Datas the engine saved item remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineSavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Datas the engine saved item.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The argument instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineMovedItemRemote(System.Object,Sitecore.Data.Events.ItemMovedRemoteEventArgs)">
            <summary>
            Datas the engine moved item remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemMovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineMovedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            Datas the engine moved item.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The argument instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineDeletedItemRemote(System.Object,Sitecore.Data.Events.ItemDeletedRemoteEventArgs)">
            <summary>
            Datas the engine deleted item remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.DataEngineDeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Datas the engine deleted item.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The agument instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetContainer(Sitecore.Caching.ItemPathCacheKey)">
            <summary>
            Gets the container.
            </summary>
            <param name="key">The cache key.</param>
            <returns>The cache container.</returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.AddContainer(Sitecore.Caching.ItemPathCacheKey,Sitecore.Caching.ItemPathsCollection)">
            <summary>
            Adds the container.
            </summary>
            <param name="key">The cache key.</param>
            <param name="container">The cache container.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetCacheKey(Sitecore.Data.ID,System.String)">
            <summary>
             Gets the cache key.
            </summary>
            <param name="itemId">The item ID.</param>
            <param name="longId">The item long ID.</param>
            <returns>The cache key.</returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.GetItemLongId(Sitecore.Data.Items.Item)">
            <summary>
            Returns the item long ID.
            </summary>
            <param name="item">The item.</param>
            <returns>The item long ID.</returns>
        </member>
        <member name="T:Sitecore.Caching.ItemPathsCache.CacheIndex">
            <summary>
            Represents an indexed container of cache keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCache.CacheIndex.GetIndexKeys(Sitecore.Caching.ItemPathCacheKey)">
            <summary>
            Gets the index keys.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns>Array of index keys for specific cache key</returns>
        </member>
        <member name="T:Sitecore.Caching.ItemPathsCollection">
            <summary>
            Collection is used for ItemPathsCache
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemPathsCollection.innerCollection">
            <summary>
            The inner collection
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemPathsCollection.cacheable">
            <summary>
            The cacheable
            </summary>
        </member>
        <member name="E:Sitecore.Caching.ItemPathsCollection.DataLengthChanged">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns>Size of data</returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>
            The sync root.
            </value>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,System#String}}#Add(System.Collections.Generic.KeyValuePair{System.String,System.String})">
            <summary>
            Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </summary>
            <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"/>.
                            </param><exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.
            </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,System#String}}#Clear">
            <summary>
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </summary>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.
            </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,System#String}}#Contains(System.Collections.Generic.KeyValuePair{System.String,System.String})">
            <summary>
            Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"/> contains a specific value.
            </summary>
            <returns>
            true if <paramref name="item"/> is found in the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false.
            </returns>
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,System#String}}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.String}[],System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.
            </summary>
            <param name="array">The array.</param>
            <param name="arrayIndex">Index of the array.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#String,System#String}}#Remove(System.Collections.Generic.KeyValuePair{System.String,System.String})">
            <summary>
            Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </summary>
            <returns>
            true if <paramref name="item"/> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramref name="item"/> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </returns>
            <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"/>.
                            </param><exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.
            </exception>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.Count">
            <summary>
            Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </summary>
            <returns>
            The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"/>.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.IsReadOnly">
            <summary>
            Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only.
            </summary>
            <returns>
            true if the <see cref="T:System.Collections.Generic.ICollection`1"/> is read-only; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.ContainsKey(System.String)">
            <summary>
            Determines whether the <see cref="T:System.Collections.Generic.IDictionary`2"/> contains an element with the specified key.
            </summary>
            <returns>
            true if the <see cref="T:System.Collections.Generic.IDictionary`2"/> contains an element with the key; otherwise, false.
            </returns>
            <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.IDictionary`2"/>.
                            </param><exception cref="T:System.ArgumentNullException"><paramref name="key"/> is null.
                            </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.Add(System.String,System.String)">
            <summary>
            Adds an element with the provided key and value to the <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </summary>
            <param name="key">The object to use as the key of the element to add.
                            </param><param name="value">The object to use as the value of the element to add.
                            </param><exception cref="T:System.ArgumentNullException"><paramref name="key"/> is null.
                            </exception><exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Generic.IDictionary`2"/>.
                            </exception><exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2"/> is read-only.
            </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.Remove(System.String)">
            <summary>
            Removes the element with the specified key from the <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </summary>
            <returns>
            true if the element is successfully removed; otherwise, false. This method also returns false if <paramref name="key"/> was not found in the original <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </returns>
            <param name="key">The key of the element to remove.
                            </param><exception cref="T:System.ArgumentNullException"><paramref name="key"/> is null.
                            </exception><exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2"/> is read-only.
            </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.TryGetValue(System.String,System.String@)">
            <summary>
            Gets the value associated with the specified key.
            </summary>
            <returns>
            true if the object that implements <see cref="T:System.Collections.Generic.IDictionary`2"/> contains an element with the specified key; otherwise, false.
            </returns>
            <param name="key">The key whose value to get.
                            </param><param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value"/> parameter. This parameter is passed uninitialized.
                            </param><exception cref="T:System.ArgumentNullException"><paramref name="key"/> is null.
            </exception>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.Item(System.String)">
            <summary>
            Gets or sets the element with the specified key.
            </summary>
            <returns>
            The element with the specified key.
            </returns>
            <param name="key">The key of the element to get or set.
                            </param><exception cref="T:System.ArgumentNullException"><paramref name="key"/> is null.
                            </exception><exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.Generic.IDictionary`2"/> is read-only.
            </exception>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.Keys">
            <summary>
            Gets an <see cref="T:System.Collections.Generic.ICollection`1"/> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </summary>
            <returns>
            An <see cref="T:System.Collections.Generic.ICollection`1"/> containing the keys of the object that implements <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.ItemPathsCollection.Values">
            <summary>
            Gets an <see cref="T:System.Collections.Generic.ICollection`1"/> containing the values in the <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </summary>
            <returns>
            An <see cref="T:System.Collections.Generic.ICollection`1"/> containing the values in the object that implements <see cref="T:System.Collections.Generic.IDictionary`2"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemPathsCollection.OnDataLengthChanged">
            <summary>
            Called when data length changed.
            </summary>
        </member>
        <member name="T:Sitecore.Caching.ItemRelation">
            <summary>
            Represents an item relation.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemRelation.#ctor(Sitecore.Data.ID,Sitecore.Data.ID[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ItemRelation"/> class.
            </summary>
            <param name="parentID">The parent ID.</param>
            <param name="childIDs">The child I ds.</param>
        </member>
        <member name="P:Sitecore.Caching.ItemRelation.ChildIDs">
            <summary>
            Gets the child I ds.
            </summary>
            <value>The child I ds.</value>
        </member>
        <member name="P:Sitecore.Caching.ItemRelation.ParentID">
            <summary>
            Gets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="E:Sitecore.Caching.ItemRelation.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Caching.ItemRelation.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Caching.ItemRelation.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Caching.ItemRelation.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.ItemsContext">
            <summary>
              <para>A key/value collection based either on <see cref="P:System.Web.HttpContext.Items"/> when <see cref="P:System.Web.HttpContext.Current"/> is set,</para>
              <para>or on <see cref="T:System.ThreadStaticAttribute"/> collection otherwise.</para>
              <para>Can be used to propagate data both in scope of <see cref="T:System.Web.HttpRequest"/>, and background thread operations.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Caching.ItemsContext.dictionary">
            <summary>
            The dictionary to store data represented by the <see cref="T:Sitecore.Caching.ItemsContext"/>.
            <para>Would be used in case <see cref="P:System.Web.HttpContext.Current"/> is not set.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.Count">
            <summary>
            Gets the number of key/value pairs contained in the <see cref="T:Sitecore.Caching.ItemsContext"/>.
            </summary>
            <value>The number of key/value pairs contained in the <see cref="T:Sitecore.Caching.ItemsContext"/>.</value>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#Keys">
            <summary>
            Gets an <see cref="T:System.Collections.ICollection" /> object containing the keys of the <see cref="T:System.Collections.IDictionary" /> object.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#Values">
            <summary>
            Gets an <see cref="T:System.Collections.ICollection" /> object containing the values in the <see cref="T:System.Collections.IDictionary" /> object.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#IsReadOnly">
            <summary>
            Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> object is read-only.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#IsFixedSize">
            <summary>
            Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> object has a fixed size.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.Dictionary">
            <summary>
            Gets a key/value collection that can be used to organize and share data through <see cref="T:System.Web.HttpRequest" />, or thread if no <see cref="P:System.Web.HttpContext.Current" /> set.
            <para>Based on <see cref="P:System.Web.HttpContext.Items" /> when <see cref="P:System.Web.HttpContext.Current" /> is set, or <see cref="T:System.ThreadStaticAttribute" /> key/value collection.</para>
            </summary>
            <value>
            The key/value collection used by class instance.
            </value>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.Item(System.String)">
            <summary>
            Gets or sets the <see cref="T:System.Object" /> with the specified <see cref="T:System.String"/> key.
            </summary>
            <value>
            The <see cref="T:System.Object"/> associated with the specified key.
            </value>
            <param name="key">The key whose value to get or set. </param>
            <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new element using the specified key.</returns>
        </member>
        <member name="P:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#Item(System.Object)">
            <summary>
            Gets or sets the <see cref="T:System.Object" /> with the specified <see cref="T:System.Object"/> key.
            </summary>
            <value>
            The <see cref="T:System.Object"/> associated with the specified key.
            </value>
            <param name="key">The key whose value to get or set. </param>
            <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new element using the specified key.</returns>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.Add(System.Object,System.Object)">
            <summary>
            Adds an element with the specified key and value into the <see cref="T:Sitecore.Caching.ItemsContext"/>.
            </summary>
            <param name="key">The key of the element to add.</param>
            <param name="value">The value of the element to add. The value can be null.</param>
            <exception cref="T:System.ArgumentNullException">
              <paramref name="key" /> is null. </exception>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="value" /> is null. </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.Clear">
            <summary>
            Removes all elements from the <see cref="T:Sitecore.Caching.ItemsContext"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.Contains(System.Object)">
            <summary>
            Determines whether the dictionary contains the the specified key.
            </summary>
            <param name="key">The key to locate in the <see cref="T:Sitecore.Caching.ItemsContext"/>.</param>
            <returns>
            <c>true</c> if the dictionary contains the the specified key; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="key" /> is null. </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.Remove(System.String)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key of the element to remove. </param>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="key" /> is null. </exception>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#GetEnumerator">
            <summary>
            Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IDictionaryEnumerator" /> object for the <see cref="T:System.Collections.IDictionary" /> object.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.System#Collections#IDictionary#Remove(System.Object)">
            <summary>
            Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary" /> object.
            </summary>
            <param name="key">The key of the element to remove.</param>
        </member>
        <member name="M:Sitecore.Caching.ItemsContext.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Caching.LanguageFallbackFieldValuesCache">
            <summary>
            Language fallback field values cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.LanguageFallbackFieldValuesCache" /> class.
            </summary>
            <param name="database">The database.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCache.AddFallbackValue(Sitecore.Data.Fields.Field,System.Boolean,Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue)">
            <summary>
            Adds the fallback values.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValues">if set to <c>true</c> allows standard values.</param>
            <param name="languageFallbackFieldValue">The language fallback value.</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCache.GetFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback values.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> allows standard value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey">
            <summary>
            Language fallback field values cache key.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.ItemID">
            <summary>
            Gets ID of the item
            </summary>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.FieldID">
            <summary>
            Gets ID of the field
            </summary>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Language">
            <summary>
            Gets the language.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Version">
            <summary>
            Gets the version.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.AllowStandardValues">
            <summary>
            Get a value indecates wheather standard values is allowed
            </summary>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.#ctor(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey"/> class.
            </summary>
            <param name="itemID">ID of the item.</param>
            <param name="fieldID">ID of the field.</param>
            <param name="language">The Language.</param>
            <param name="version">The Version.</param>
            <param name="allowStandardValues">Allow standard values?</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Equals(Sitecore.Caching.LanguageFallbackFieldValuesCacheKey)">
            <summary>
            Equals overriden
            </summary>
            <param name="cacheKey">Cache key.
            </param>
            <returns>
            The equals.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Equals(System.Object)">
            <summary>
            Equals overriden
            </summary>
            <param name="obj">Object to compare with.
            </param>
            <returns>
            The equals.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.GetHashCode">
            <summary>
            GetHashCode overriden
            </summary>
            <returns>
            The get hash code.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.ToString">
            <summary>
            The to string.
            </summary>
            <returns>
            String representation.
            </returns>
        </member>
        <member name="E:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary>
            DataLengthChanged event.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackFieldValuesCacheKey.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1">
            <summary>
            Language fallback base cache class
            </summary>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.#ctor(System.String,Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsLanguageFallbackValidCache" /> class.
            </summary>
            <param name="name">The name of cache.</param>
            <param name="database">The database cache is constructed for.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.#ctor(System.String,Sitecore.Data.Database,System.Int64,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsLanguageFallbackValidCache" /> class.
            </summary>
            <param name="name">The name of cache.</param>
            <param name="database">The database cache is constructed for.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            /// <param name="cacheManager">The cache manager.</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.#ctor(System.String,Sitecore.Data.Database,System.Int64,Sitecore.Abstractions.BaseCacheManager,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.IsLanguageFallbackValidCache" /> class.
            <para>Provides a control whether to this constructor should initialize inner indexed cache .</para>
            <para><paramref name="setIndexedCache"/>should be <c>false</c> if derived class overrides get indexed cache logic , and method requires object state.</para>
            </summary>
            <param name="name">The name of cache.</param>
            <param name="database">The database cache is constructed for.</param>
            <param name="maxSize">The maximum size of the cache (in bytes).</param>
            <param name="cacheManager">The cache manager.</param>
            <param name="setIndexedCache">If set to <c>true</c> <see cref="P:Sitecore.Caching.CustomCache.InnerCache" /> will be set, and registered in <paramref name="cacheManager" />; if <c>false</c> than indexed cache must be set manually after construction is over.</param>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.IndexedCache">
            <summary>
            Indexed cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.GetValue(`0)">
            <summary>
            Retrieve cached value for specific key
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.AddValue(`0,System.Object)">
            <summary>
            Store value to the cache using specified key.
            </summary>
            <param name="key">The key</param>
            <param name="value">Value</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedCacheBase`1.ClearCache(Sitecore.Data.Items.Item)">
            <summary>
            Clear the cache
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache">
            <summary>
            Language fallback indexed field values cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache" /> class.
            </summary>
            <param name="database">The database.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.IndexedCache">
            <summary>
            Indexed cache
            </summary>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.AddFallbackValue(Sitecore.Data.Fields.Field,System.Boolean,Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue)">
            <summary>
            Adds the fallback values.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValues">if set to <c>true</c> allows standard values.</param>
            <param name="languageFallbackFieldValue">The language fallback value.</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.GetFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback values.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> allows standard value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.RemoveByItemId(System.String)">
            <summary>
            Remove from cache by itemID
            </summary>
            <param name="itemId">Item ID</param>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.LanguageFallbackIndexedFieldValuesCache.ClearCache(Sitecore.Data.Items.Item)">
            <summary>
            Clear the cache
            </summary>
            <param name="item">The item</param>
        </member>
        <member name="T:Sitecore.Caching.MemoryCacheAdapter">
            <summary>
            The memory cache adapter.
            </summary>
            <summary>
            Adapts interface ICache to <see cref="T:System.Runtime.Caching.MemoryCache" />.
            </summary>
        </member>
        <member name="T:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter">
            <summary>
            Adapter between ICacheEntry and MemoryCache item.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.cache">
            <summary>
            The cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.#ctor(System.String,System.Object,Sitecore.Caching.MemoryCacheAdapter)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter" /> class.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <param name="cache">The cache.</param>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.Data">
            <summary>
            Gets the data.
            </summary>
            <value>
            The data.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.Expired">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheEntry" /> is expired.
            </summary>
            <value>
              <c>true</c> if expired; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.Key">
            <summary>
            Gets the key.
            </summary>
            <value>
            The key.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.Sitecore#Caching#Generics#ICacheEntry{System#String}#SourceCache">
            <summary>
            Gets the source cache.
            </summary>
            <value>
            The source cache.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.CacheEntryAdapter.SourceCache">
            <summary>
            Gets the source cache.
            </summary>
            <value>
            The source cache.
            </value>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.locker">
            <summary>
            The locker.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.id">
            <summary>
            The cache identifier.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.cache">
            <summary>
            The cache container.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.strategy">
            <summary>
            The strategy for cache size calculation
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.currentSize">
            <summary>
            The current size.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.config">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.syncRoot">
            <summary>
            The synchronize root
            </summary>
        </member>
        <member name="F:Sitecore.Caching.MemoryCacheAdapter.enabled">
            <summary>
            Identifies if the cache is enabled.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.MemoryCacheAdapter"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.#ctor(System.String,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.MemoryCacheAdapter" /> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.#ctor(System.String,System.Int64,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.MemoryCacheAdapter"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="maxSize">The maximum size.</param>
            <param name="register">if set to <c>true</c> cache is automatically registered using <see cref="T:Sitecore.Caching.CacheManager"/>.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.#ctor(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.MemoryCacheAdapter" /> class.
            </summary>
            <param name="name">The name.</param>
            <param name="config">The configuration.</param>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Count">
            <summary>
            Gets the records count.
            </summary>
            <value>
            The count.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICache" /> is enabled.
            </summary>
            <value>
              <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Id">
            <summary>
            Gets the cache ID.
            </summary>
            <value>
            The cache's ID.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.MaxSize">
            <summary>
            Gets or sets the max size.
            <remarks>MemoryCacheAdapter does not support changing size.</remarks>
            </summary>
            <value>
            The max size.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Name">
            <summary>
            Gets the name.
            </summary>
            <value>
            The cache name.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.RemainingSpace">
            <summary>
            Gets the remaining space (in bytes).
            </summary>
            <value>
            The remaining space.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Scavengable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICache" /> can be scavenged.
            <remarks>
            <see cref="T:Sitecore.Caching.MemoryCacheAdapter"/> does not support changing this property.
            </remarks>
            </summary>
            <value>
              Always returns <c>true</c> since <see cref="T:System.Runtime.Caching.MemoryCache"/> does not support disabling this property.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Size">
            <summary>
            Gets the current cache size in bytes.
            </summary>
            <value>
            The current size.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.ExternalCacheClearingsCounter">
            <summary>
            Gets or sets the external cache clearings counter.
            </summary>
            <value>
            The external cache clearings counter.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.CacheSizeCalculationStrategy">
            <summary>
            Gets or sets the strategy for cache size calculation.
            </summary>
            <value>
            The strategy for cache size calculation.
            </value>
        </member>
        <member name="P:Sitecore.Caching.MemoryCacheAdapter.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.Object"/> with the specified key from the cache.
            </summary>
            <value>
            The <see cref="T:System.Object"/>.
            </value>
            <param name="key">The key.</param>
            <returns>Cached object or null.</returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Add(System.String,System.Object)">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Add(System.String,System.Object,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{System.String}})">
            <summary>
            Adds the specified data to the cache by the specified key.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Add(System.String,System.Object,System.TimeSpan)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Add(System.String,System.Object,System.DateTime)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Add(System.String,System.Object,System.TimeSpan,System.DateTime)">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Add(System.String,System.Object,System.TimeSpan,System.DateTime,System.EventHandler{Sitecore.Caching.Generics.EntryRemovedEventArgs{System.String}})">
            <summary>
            Adds the specified object.
            </summary>
            <param name="key">The cache key.</param>
            <param name="data">The data to cache.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <param name="absoluteExpiration">The absolute expiration.</param>
            <param name="removedHandler">The removed handler.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.ContainsKey(System.String)">
            <summary>
            Determines whether the specified key contains key.
            </summary>
            <param name="key">The key.</param>
            <returns>
              <c>true</c> if the specified key is contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.GetCacheKeys">
            <summary>
            Gets the cache keys.
            </summary>
            <returns>
            The cache keys.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="key">The key.</param>
            <returns>
            Value or null.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Remove(System.String)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Remove(System.Predicate{System.String})">
            <summary>
            Removes entries from the cache using the specified predicate.
            </summary>
            <param name="predicate">The predicate.</param>
            <returns>Keys which have been removed from cache.</returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.RemovePrefix(System.String)">
            <summary>
            Removes cache records with keys starting with the prefix.
            </summary>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.RemoveKeysContaining(System.String)">
            <summary>
            Removes cache records with keys containing the key part.
            </summary>
            <param name="keyPart">The key part.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Scavenge">
            <summary>
            Does nothing since MemoryCache monitors its size.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.GetFromDateTime(System.DateTime)">
            <summary>
            Gets DateTimeOffset from DateTime.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns>Converted date time.</returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.IncreaseCacheSize(System.Object,System.Object)">
            <summary>
            Increases the size of the cache using strategy.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.CacheEntryRemoved(System.Object,Sitecore.Caching.Generics.EntryRemovedEventArgs{System.String})">
            <summary>
            Caches the entry removed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.CreateCacheEntry(System.String,System.Object,System.Runtime.Caching.CacheEntryRemovedArguments)">
            <summary>
            Creates the cache entry.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <param name="args">The arguments.</param>
            <returns>Cache Entry Adapter.</returns>
        </member>
        <member name="M:Sitecore.Caching.MemoryCacheAdapter.Init(System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Initializes the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="configuration">The configuration.</param>
            <param name="register">if set to <c>true</c> cache is automatically registered using <see cref="T:Sitecore.Caching.CacheManager"/>.</param>
        </member>
        <member name="T:Sitecore.Caching.PathCache">
            <summary>
            Represents a path cache.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.PathCache.index">
            <summary>
            The index.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.PathCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.PathCache"/> class.
            </summary>
            <param name="database">The database.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.PathCache.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.PathCache.AddMapping(System.String,Sitecore.Data.ID)">
            <summary>
            Adds the mapping.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.GetMapping(System.String)">
            <summary>
            Gets the mapping.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>The mapping.</returns>
        </member>
        <member name="M:Sitecore.Caching.PathCache.RemoveMappingsContaining(Sitecore.Data.ID)">
            <summary>
            Removes the mappings containing.
            </summary>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.RemoveMappingsContaining(System.String)">
            <summary>
            Removes the mappings containing.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Sitecore.Caching.PathCache.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.CustomCache"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Caching.PathCache.GetKeys(Sitecore.Data.ID)">
            <summary>
            Gets the keys that an ID object is mapped to in the hashtable.
            </summary>
            <param name="itemId">the value to search in the hashtable.</param>
            <returns>A list of the keys. Returns an empty list if no key matches.</returns>
        </member>
        <member name="M:Sitecore.Caching.PathCache.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.PathCache.AddMapping(System.String,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Adds the mapping.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="itemID">The item ID.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.GetMapping(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the mapping.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>The mapping.</returns>
        </member>
        <member name="M:Sitecore.Caching.PathCache.RemoveMappingsContaining(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Removes the mappings containing.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.RemoveMappingsContaining(System.String,Sitecore.Data.Database)">
            <summary>
            Removes the mappings containing.
            </summary>
            <param name="value">The value.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.RemoveValuesMappingsContaining(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Removes the PathCaches whose value matches an ID object
            and other PathCaches whose keys start with these PathCaches' keys.
            </summary>
            <param name="itemID">An ID object to look for as the value in the hash table. </param>
            <param name="database">The datbase</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>The key.</returns>
        </member>
        <member name="T:Sitecore.Caching.PathCache.CacheKeyIndex">
            <summary>
            Represent an indexed container for the PathCache keys.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.PathCache.CacheKeyIndex.keyContainers">
            <summary>
            The names to path container.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.PathCache.CacheKeyIndex.IndexKey(System.String,Sitecore.Data.ID)">
            <summary>
            Indexes the key.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.CacheKeyIndex.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.PathCache.CacheKeyIndex.GetKeys(System.String)">
            <summary>
            Gets the keys.
            </summary>
            <param name="value">The value.</param>
            <returns>Found keys.</returns>
        </member>
        <member name="M:Sitecore.Caching.PathCache.CacheKeyIndex.Remove(System.String)">
            <summary>
            Removes the specified item path.
            </summary>
            <param name="value">The item path.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.CacheKeyIndex.UpdateContainer``1(System.Collections.Concurrent.ConcurrentDictionary{``0,Sitecore.Caching.PathCache.KeyContainer},``0,System.String)">
            <summary>
            Updates the container.
            </summary>
            <typeparam name="T">The type of key.</typeparam>
            <param name="container">The container.</param>
            <param name="key">The key of the container.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Caching.PathCache.CacheKeyIndex.GetAllSubpaths(System.String)">
            <summary>
            Gets all subpaths.
            For example, for '/sitecore/content/Home/' it will return ['/sitecore/content/Home/', '/sitecore/content/', /sitecore/].
            </summary>
            <param name="path">The path.</param>
            <returns>Sequence of all subpaths.</returns>
        </member>
        <member name="T:Sitecore.Caching.PathCache.KeyContainer">
            <summary>
            Represents a wrapper for keeping cache keys.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.PathCache.KeyContainer.relatedItems">
            <summary>
            The set with values.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.PathCache.KeyContainer.RelatedItems">
            <summary>
            Gets the set.
            </summary>
            <value>
            The set with values.
            </value>
        </member>
        <member name="P:Sitecore.Caching.PathCache.KeyContainer.Visited">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.PathCache.KeyContainer"/> is visited.
            </summary>
            <value>
              <c>true</c> if visited; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Caching.Placeholders.DefaultPlaceholderCacheManager">
            <summary>
            Represents placeholder cache collection of web and master databases.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Placeholders.DefaultPlaceholderCacheManager.caches">
            <summary>
            The placeholder caches collection.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.DefaultPlaceholderCacheManager.Clear">
            <summary>
            Clears placeholder caches.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.DefaultPlaceholderCacheManager.GetPlaceholderCache(System.String)">
            <summary>
            Gets the placeholder cache by database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>
            Placeholder cache.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.DefaultPlaceholderCacheManager.UpdateCache(Sitecore.Data.Items.Item)">
            <summary>
            Updates the placeholder caches.
            </summary>
            <param name="item">The item, for which a specific placeholder cache should be updated.</param>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.DefaultPlaceholderCacheManager.InstantiateCache(System.String)">
            <summary>
            Instantiates the cache.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>A new instance of placeholder cache.</returns>
        </member>
        <member name="T:Sitecore.Caching.Placeholders.PlaceholderCache">
            <summary>
            Caches placeholder items by "Placeholder Key" field value.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Placeholders.PlaceholderCache.PlaceholderTemplateId">
            <summary>
            The placeholder template id.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCache.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Placeholders.PlaceholderCache" /> class.
            </summary>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="P:Sitecore.Caching.Placeholders.PlaceholderCache.ItemRootId">
            <summary>
            Gets the item root ID.
            </summary>
            <value>
            The item root.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Placeholders.PlaceholderCache.ItemTemplate">
            <summary>
            Gets the item template.
            </summary>
            <value>
            The item template.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Placeholders.PlaceholderCache.FieldKey">
            <summary>
            Gets the items field key.
            </summary>
            <value>
            The item field key.
            </value>
        </member>
        <member name="P:Sitecore.Caching.Placeholders.PlaceholderCache.IsKeyCaseSensitive">
            <summary>
            Gets a value indicating whether this instance is key case sensitive.
            </summary>
            <value>
            <c>true</c> if this instance is key case sensitive; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCache.Reload">
            <summary>
            Reloads all items to cache.
            </summary>
        </member>
        <member name="T:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler">
            <summary>
            The placeholder cache event handler.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler.placeholderCacheManager">
            <summary>
            The placeholder cache manager.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler.#ctor(Sitecore.Abstractions.BasePlaceholderCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler"/> class.
            </summary>
            <param name="placeholderCacheManager">The placeholder Cache Manager.</param>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler.UpdateCaches(System.Object,System.EventArgs)">
            <summary>
            Updates the caches.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler.UpdateCachesRemote(System.Object,System.EventArgs)">
            <summary>
            Updates the caches remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheEventHandler.ExtractItem(System.EventArgs)">
            <summary>
            Extracts the item.
            </summary>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <returns> Extracted Item. </returns>
        </member>
        <member name="T:Sitecore.Caching.Placeholders.PlaceholderCacheManager">
            <summary>
            Represents placeholder cache collection of web and master databases.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Placeholders.PlaceholderCacheManager.Instance">
            <summary>
            The Instance.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.Placeholders.PlaceholderCacheManager.EventHandler">
            <summary>
            The event handler.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheManager.Clear">
            <summary>
            Clears placeholder caches.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheManager.GetPlaceholderCache(System.String)">
            <summary>
            Gets the placeholder cache by database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>
            Placeholder cache.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.Placeholders.PlaceholderCacheManager.UpdateCache(Sitecore.Data.Items.Item)">
            <summary>
            Updates the placeholder caches.
            </summary>
            <param name="item">The item, for which a specific placeholder cache should be updated.</param>
        </member>
        <member name="T:Sitecore.Caching.RegistryCache">
            <summary>
            Represents a registry cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.RegistryCache.#ctor(Sitecore.Web.SiteInfo,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.RegistryCache"/> class.
            </summary>
            <param name="site">The site.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.RegistryCache.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.RegistryCache.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="key">The key.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Caching.RegistryCache.SetValue(System.String,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Caching.RenderingParametersCache">
            <summary>
            Defines the RenderingParametersCache type.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.RenderingParametersCache.#ctor(Sitecore.Web.SiteInfo,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.RenderingParametersCache" /> class.
            </summary>
            <param name="site">The site information.</param>
            <param name="maxSize">Max size of the cache.</param>
        </member>
        <member name="M:Sitecore.Caching.RenderingParametersCache.AddRecord(System.String,Sitecore.Data.Items.RenderingItem)">
            <summary>
            Adds the record into the cache.
            </summary>
            <param name="parametersToCache">The parameters to cache.</param>
            <param name="renderingItem">The rendering item.</param>
        </member>
        <member name="M:Sitecore.Caching.RenderingParametersCache.GetRecord(Sitecore.Data.Items.RenderingItem)">
            <summary>
            Gets the record.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <returns>Cached Rendering parameters value.</returns>
        </member>
        <member name="M:Sitecore.Caching.RenderingParametersCache.GetOrAdd(Sitecore.Data.Items.RenderingItem,System.Func{System.String})">
            <summary>
            Gets an existing record from the cache or adds a new one using valueCreator for the current rendering item.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <param name="valueCreator">The value creator function.</param>
            <returns>The existing record or the newly created by the valueCreator.</returns>
        </member>
        <member name="M:Sitecore.Caching.RenderingParametersCache.GetKey(Sitecore.Data.Items.RenderingItem)">
            <summary>
            Gets the key.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <returns>The unique key for the rendering item.</returns>
        </member>
        <member name="T:Sitecore.Caching.RuleCache">
            <summary>
            RuleCache class represents cache for rules.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.RuleCache"/> class.
            </summary>
            <param name="maxSize">
            Size of the max.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.#ctor(System.Int64,Sitecore.Abstractions.BaseTemplateManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.RuleCache"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.AddRules``1(Sitecore.Data.Items.Item,System.String,Sitecore.Rules.RuleList{``0})">
            <summary>
            Adds the rules.
            </summary>
            <typeparam name="T"> RuleContext type</typeparam>
            <param name="parentItem">The parent item.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.GetRules``1(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the rules.
            </summary>
            <typeparam name="T">
            RuleContext type
            </typeparam>
            <param name="parentItem">
            The parent item.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            List of rule
            </returns>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemMoved(System.Object,System.EventArgs)">
            <summary>
            Handles the Moved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemMovedRemote(System.Object,System.EventArgs)">
            <summary>
            Handles the remote Moved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Handles the 'item:saved' event.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="eventArgs">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemSavedRemote(System.Object,System.EventArgs)">
            <summary>
            Handles the remote Saved event of an Item instance.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="eventArgs">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemCreated(System.Object,System.EventArgs)">
            <summary>
            Called when the item has created.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="eventArgs">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemCreatedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when [item created remote].
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Handles the 'item:deleted' event.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="eventArgs">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.OnItemDeletedRemote(System.Object,System.EventArgs)">
            <summary>
            Handles the 'item:deleted:remote' event.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="eventArgs">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.GetCacheKey(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the cache key.
            </summary>
            <param name="item">
            The item to generate a key for.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The cache key.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.CacheRules``1(System.String,Sitecore.Rules.RuleList{``0})">
            <summary>
            Caches the rule set.
            </summary>
            <typeparam name="T">
            The type parameter.
            </typeparam>
            <param name="cacheKey">
            The cache key.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Caching.RuleCache.CacheEntry">
            <summary>
            Defines the cache entry class.
            </summary>
        </member>
        <member name="F:Sitecore.Caching.RuleCache.CacheEntry.dataLengthChanged">
            <summary>
            The event.
            </summary>
        </member>
        <member name="E:Sitecore.Caching.RuleCache.CacheEntry.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary>
            Occurs when the data length changes.
            </summary>
        </member>
        <member name="P:Sitecore.Caching.RuleCache.CacheEntry.RuleList">
            <summary>
            Gets or sets the object.
            </summary>
            <value>
            The object.
            </value>
        </member>
        <member name="P:Sitecore.Caching.RuleCache.CacheEntry.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value>
            <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.RuleCache.CacheEntry.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value>
            <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.RuleCache.CacheEntry.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns>
            The get data length.
            </returns>
        </member>
        <member name="T:Sitecore.Caching.CacheableCacheSizeCalculationStrategy">
            <summary>
            Strategy for calculating size of cache and index records only if they implement <see cref="T:Sitecore.Caching.ICacheable"/>
            </summary>
        </member>
        <member name="M:Sitecore.Caching.CacheableCacheSizeCalculationStrategy.GetCacheRecordSize(System.Object,System.Object)">
            <summary>
            Gets the size of the cache record.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <returns>Number of bytes this object consumes in memory.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheableCacheSizeCalculationStrategy.GetIndexKeySize(System.Object)">
            <summary>
            Gets the size of the index record.
            </summary>
            <param name="indexKey">The index key.</param>
            <returns>Number of bytes this object consumes in memory.</returns>
        </member>
        <member name="M:Sitecore.Caching.CacheableCacheSizeCalculationStrategy.GetSize(System.Object)">
            <summary>
            Gets the size.
            </summary>
            <param name="obj">The object.</param>
            <returns>Number of bytes this object consumes in memory.</returns>
        </member>
        <member name="T:Sitecore.Caching.DefaultCacheSizeCalculationStrategy">
            <summary>
            Default strategy for calculating size of cache and index records
            </summary>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheSizeCalculationStrategy.GetCacheRecordSize(System.Object,System.Object)">
            <summary>
            Gets the size of the cache record.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheSizeCalculationStrategy.GetIndexKeySize(System.Object)">
            <summary>
            Gets the size of the index record.
            </summary>
            <param name="indexKey">The index key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheSizeCalculationStrategy.GetSize(System.Object)">
            <summary>
            Gets the size of the object.
            </summary>
            <param name="obj">The object.</param>
            <returns>The size of the object</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheSizeCalculationStrategy.CalculateSize(System.Object)">
            <summary>
            Calculates the size of the object
            </summary>
            <param name="obj">The object.</param>
            <returns>The size of the object</returns>
        </member>
        <member name="M:Sitecore.Caching.DefaultCacheSizeCalculationStrategy.WarnObjectSizeCalculationTimeExeedsThreshold(System.Type,System.Double,System.Int64)">
            <summary>
            Warn the size calculation of objects exeeds the threshold
            </summary>
            <param name="type">The type</param>
            <param name="threshold">Threshold in milliseconds</param>
            <param name="elapsedMilliseconds">Execution time in milliseconds</param>
        </member>
        <member name="T:Sitecore.Caching.SizeCalculationStrategies.SizeTrackableCalculationStrategy">
            <summary>
            Calculates size with respect to <see cref="T:Sitecore.Caching.Interfaces.ISizeTrackable"/>, and <see cref="T:Sitecore.Caching.ICacheable"/> interfaces.
            </summary>
            <seealso cref="T:Sitecore.Caching.DefaultCacheSizeCalculationStrategy" />
        </member>
        <member name="M:Sitecore.Caching.SizeCalculationStrategies.SizeTrackableCalculationStrategy.GetSize(System.Object)">
            <summary>
            Gets the size of the object.
            </summary>
            <param name="obj">The object.</param>
            <returns>
            The size of the object in bytes.
            </returns>
        </member>
        <member name="T:Sitecore.Caching.StandardValuesCache">
            <summary>
            StandardValuesCache class
            </summary>
        </member>
        <member name="M:Sitecore.Caching.StandardValuesCache.#ctor(Sitecore.Data.Database,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.StandardValuesCache"/> class.
            </summary>
            <param name="database">The database.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="M:Sitecore.Caching.StandardValuesCache.GetStandardValues(Sitecore.Data.Items.Item)">
            <summary>
            Gets the standard values for an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.StandardValuesCache.AddStandardValues(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,System.String})">
            <summary>
            Adds standard values for an item.
            </summary>
            <param name="item">The item.</param>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Caching.StandardValuesCache.GetKey(Sitecore.Data.Items.Item)">
            <summary>
            Gets the key.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.UserProfile.UserProfileCache">
            <summary>
            Represents UserProfileCache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.UserProfile.UserProfileCache"/> class.
            </summary>
            <param name="maxSize">
            Size of the max.
            </param>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.AddRecord(System.String,System.String,System.Object)">
            <summary>
            Adds the specified user profile to cache.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
            <param name="propertyName">
            Name of the property.
            </param>
            <param name="propertyValue">
            The property value.
            </param>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.GetRecord(System.String,System.String)">
            <summary>
            Gets the property value.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
            <param name="propertyName">
            Name of the property.
            </param>
            <returns>
            The property value.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.RemoveUser(System.String)">
            <summary>
            Removes the user from cache.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.CreateCacheRecord(System.Object)">
            <summary>
            Creates a new instance of user profile cache record.
            </summary>
            <param name="propertyValue">
            User profile property value to cache.
            </param>
            <returns>
            A new instance of the <see cref="T:Sitecore.Caching.UserProfile.UserProfileCacheRecord"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.GetIndexedCache">
            <summary>
            Gets the indexed cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.GetKey(System.String,System.String)">
            <summary>
            The get key.
            </summary>
            <param name="userName">
            The user name.
            </param>
            <param name="propertyName">
            The property name.
            </param>
            <returns>UserProfileCacheKey object.
            </returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.UserDeleted(System.Object,System.EventArgs)">
            <summary>
            Users the deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.UserUpdated(System.Object,System.EventArgs)">
            <summary>
            Users the updated.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="T:Sitecore.Caching.UserProfile.UserProfileCache.CacheIndex">
            <summary>
            Represents an indexed container of cache keys.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCache.CacheIndex.GetIndexKeys(Sitecore.Caching.UserProfile.UserProfileCacheKey)">
            <summary>
            Gets the index keys.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns>Array of index keys for specific cache key</returns>
        </member>
        <member name="T:Sitecore.Caching.UserProfile.UserProfileCacheKey">
            <summary>
             User profile composite key
            </summary>
        </member>
        <member name="P:Sitecore.Caching.UserProfile.UserProfileCacheKey.AccountName">
            <summary>
             Gets name of the account
            </summary>
        </member>
        <member name="P:Sitecore.Caching.UserProfile.UserProfileCacheKey.PropertyName">
            <summary>
            Gets name of the property
            </summary>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheKey.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.UserProfile.UserProfileCacheKey"/> class.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheKey.Equals(Sitecore.Caching.UserProfile.UserProfileCacheKey)">
            <summary>
            Equals overriden
            </summary>
            <param name="obj"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheKey.Equals(System.Object)">
            <summary>
            Equals overriden
            </summary>
            <param name="obj"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheKey.GetHashCode">
            <summary>
            GetHashCode overriden
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheKey.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="P:Sitecore.Caching.UserProfile.UserProfileCacheKey.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Caching.UserProfile.UserProfileCacheKey.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheKey.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Caching.UserProfile.UserProfileCacheRecord">
            <summary>
             User profile cache record
            </summary>
        </member>
        <member name="M:Sitecore.Caching.UserProfile.UserProfileCacheRecord.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns>Data object size in bytes.</returns>
        </member>
        <member name="T:Sitecore.Caching.ViewStateCache">
            <summary>
            Represents a view state cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.ViewStateCache.#ctor(Sitecore.Web.SiteInfo,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.ViewStateCache"/> class.
            </summary>
            <param name="site">The site.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.ViewStateCache.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.ViewStateCache.GetViewState(System.String)">
            <summary>
            Gets the state of the view.
            </summary>
            <param name="key">The key.</param>
            <returns>The <see cref="T:String"/>.</returns>
        </member>
        <member name="M:Sitecore.Caching.ViewStateCache.SetViewState(System.String,System.String)">
            <summary>
            Sets the state of the view.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Caching.WeakReferenceComparer`1">
            <summary>
            Defines the WeakReferenceComparer type that compares two instances of WeakReference by their target.
            </summary>
            <typeparam name="T">
            Defines type of WeakReference's target.
            </typeparam>
        </member>
        <member name="M:Sitecore.Caching.WeakReferenceComparer`1.Equals(System.WeakReference{`0},System.WeakReference{`0})">
            <summary>Determines whether the specified objects are equal.</summary>
            <returns>true if the specified objects are equal; otherwise, false.</returns>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
        </member>
        <member name="M:Sitecore.Caching.WeakReferenceComparer`1.GetHashCode(System.WeakReference{`0})">
            <summary>Returns a hash code for the specified object.</summary>
            <returns>A hash code for the specified object.</returns>
            <param name="obj">The <see cref="T:System.Object" /> for which a hash code is to be returned.</param>
            <exception cref="T:System.ArgumentNullException">The type of <paramref name="obj" /> is a reference type and <paramref name="obj" /> is null.</exception>
        </member>
        <member name="T:Sitecore.Caching.XslCache">
            <summary>
            Represents a Xsl cache.
            </summary>
        </member>
        <member name="M:Sitecore.Caching.XslCache.#ctor(Sitecore.Web.SiteInfo,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Caching.XslCache"/> class.
            </summary>
            <param name="site">The site.</param>
            <param name="maxSize">Size of the max.</param>
        </member>
        <member name="P:Sitecore.Caching.XslCache.CacheClearingsCounter">
            <summary>
            Gets the cache clearings counter.
            </summary>
            <value>
            The cache clearings counter.
            </value>
        </member>
        <member name="M:Sitecore.Caching.XslCache.GetXslTransform(System.String)">
            <summary>
            Gets the XSL transform.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>The XSL transform.</returns>
        </member>
        <member name="M:Sitecore.Caching.XslCache.SetXslTransform(System.String,Mvp.Xml.Common.Xsl.MvpXslTransform)">
            <summary>
            Sets the XSL transform.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="xsl">The XSL.</param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessResultCacheRecord">
            <summary>
            AccessResultCacheRecord class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessResultCacheRecord.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessExplanation">
            <summary>
            Explains why the access was resolved the way it was.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessExplanation.accessRight">
            <summary>
            The access right.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessExplanation.accessRule">
            <summary>
            The access rule.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessExplanation.account">
            <summary>
            The account.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessExplanation.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessExplanation.text">
            <summary>
            The text.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessExplanation.translated">
            <summary>
            The translated.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessExplanation.#ctor(System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessExplanation"/> class.
            </summary>
            <param name="text">
            The text.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessExplanation.#ctor(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.AccessRule)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessExplanation"/> class.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right.
            </param>
            <param name="accessRule">
            The rule used for resolving the access.
            </param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessExplanation.#ctor(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessExplanation"/> class.
            </summary>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right.
            </param>
            <param name="text">
            The message describing the reasoning behind the permission.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessExplanation.#ctor(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessExplanation"/> class.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right.
            </param>
            <param name="text">
            The message describing the reasoning behind the permission.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessExplanation.AccessRight">
            <summary>
            Gets the access right.
            </summary>
            <value>The access right (might be <c>null</c>).</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessExplanation.AccessRule">
            <summary>
            Gets the access rule.
            </summary>
            <value>The rule used for resolving the access (might be <c>null</c>).</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessExplanation.Account">
            <summary>
            Gets the account.
            </summary>
            <value>The account (might be <c>null</c>).</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessExplanation.Text">
            <summary>
            Gets the text.
            </summary>
            <value>The text (might be <c>String.Empty</c>).</value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessExplanation.InitializeText(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.AccessRule)">
            <summary>
            Initializes the text.
            </summary>
            <param name="entity">
            The entity.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRight">
            The access right.
            </param>
            <param name="accessRule">
            The access rule.
            </param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessPermission">
            <summary>
            Represents the access-level action - 'allow', 'deny' or 'not set'.
            <para>A specific case of <seealso cref="T:Sitecore.Security.AccessControl.SecurityPermission"/> defining access-level.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessPermission.NotSet">
            <summary>Unknown access.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessPermission.Allow">
            <summary>Allow access.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessPermission.Deny">
            <summary>Deny access.</summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessResult">
            <summary>
            Carries resolved <see cref="T:Sitecore.Security.AccessControl.AccessPermission"/> (allow/deny/not set) with explanations why it was picked.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessResult.#ctor(Sitecore.Security.AccessControl.AccessPermission,Sitecore.Security.AccessControl.AccessExplanation)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessResult"/> class.
            </summary>
            <param name="permission">The permission.</param>
            <param name="explanation">The explanation.</param>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessResult.Explanation">
            <summary>
            Gets the explanation.
            </summary>
            <value>The explanation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessResult.Permission">
            <summary>
            Gets the access permission.
            </summary>
            <value>The access permission.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessResult.NotSet">
            <summary>
            Gets the 'not set' AccessInformation.
            </summary>
            <value>The not set AccessInformation.</value>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRight">
            <summary>
            Represents a named access right, like <see cref="P:Sitecore.Security.AccessControl.AccessRight.ItemRead"/>, <see cref="P:Sitecore.Security.AccessControl.AccessRight.SiteEnter"/>.
            <para>Indicates belonging to known domain groups (f.e. <see cref="P:Sitecore.Security.AccessControl.AccessRight.IsItemRight"/>, <see cref="P:Sitecore.Security.AccessControl.AccessRight.IsWorkflowStateRight"/>).</para>
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.Initialize(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the AccessRight with custom config values.
            </summary>
            <param name="config">The config.</param>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.Comment">
            <summary>
            Gets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsFieldRight">
            <summary>
            Gets a value indicating whether this instance is an field right (ie. applies to fields).
            </summary>
            <value>
                <c>true</c> if this instance is field right; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsItemRight">
            <summary>
            Gets a value indicating whether this instance is an item right (ie. applies to items).
            </summary>
            <value>
                <c>true</c> if this instance is item right; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsLanguageRight">
            <summary>
            Gets a value indicating whether this instance is a language right.
            </summary>
            <value>
                <c>true</c> if this instance is a language right; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsSiteRight">
            <summary>
            Gets a value indicating whether this instance is an site right (ie. applies to sites).
            </summary>
            <value>
                <c>true</c> if this instance is site right; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsWorkflowCommandRight">
            <summary>
            Gets a value indicating whether this instance is a workflow command right.
            </summary>
            <value>
                <c>true</c> if this instance is workflow a command right; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsWorkflowStateRight">
            <summary>
            Gets a value indicating whether this instance is a workflow state right.
            </summary>
            <value>
                <c>true</c> if this instance is a workflow state right; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.IsWildcard">
            <summary>
            Gets a value indicating whether access right indicates a wildcard.
            </summary>
            <value>
                <c>true</c> if this instance is a wildcard; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ModifiesData">
            <summary>
            Gets a value indicating whether this access right might modify the entities it is associated with.
            </summary>
            <value><c>true</c> if data might be modified; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
             
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
             
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>. </param><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
             
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.AppliesTo(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Determines whether the access right is applicable to the specified item.
            </summary>
            <param name="entity">The securable entity.</param>
            <returns>
                <c>true</c> if the access right is applicable to the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.IsMatch(Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Determines whether the specified access right matches the current.
            </summary>
            <param name="accessRight">The access right.</param>
            <returns>
                <c>true</c> if the specified right is a match; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
             
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.op_Equality(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="right1">The right1.</param>
            <param name="right2">The right2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.op_Inequality(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="right1">The right1.</param>
            <param name="right2">The right2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.Any">
            <summary>
            Gets the access right representing 'anything'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.FieldRead">
            <summary>
            Gets the operation representing 'field read'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.FieldWrite">
            <summary>
            Gets the operation representing 'field write'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.InsertShow">
            <summary>
            Gets the show in insert right.
            </summary>
            <value>The show in insert right.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemAdmin">
            <summary>
            Gets the operation representing 'item admin'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemCreate">
            <summary>
            Gets the operation representing 'item create'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemDelete">
            <summary>
            Gets the operation representing 'item delete'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemRemoveVersion">
            <summary>
            Gets the operation representing 'item remove version'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemRead">
            <summary>
            Gets the operation representing 'item read'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemRename">
            <summary>
            Gets the operation representing 'item rename'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ItemWrite">
            <summary>
            Gets the operation representing 'item write'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.LanguageRead">
            <summary>
            Gets the operation representing 'language read'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.LanguageWrite">
            <summary>
            Gets the operation representing 'language write'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.WorkflowCommandExecute">
            <summary>
            Gets the operation representing 'workflow command execute'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.WorkflowStateDelete">
            <summary>
            Gets the operation representing 'workflow state delete'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.WorkflowStateWrite">
            <summary>
            Gets the operation representing 'workflow state write'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.SiteEnter">
            <summary>
            Gets the operation representing 'site enter'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRight.ProfileCustomize">
            <summary>
            Gets the operation representing 'profile customize'.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRight.FromName(System.String)">
            <summary>
            Gets an <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> definition from its name referring to <see cref="T:Sitecore.Security.AccessControl.AccessRightManager"/>.s
            </summary>
            <param name="accessRightName">Name of the access right.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRightCollection">
            <summary>
            The collection of <see cref="T:Sitecore.Security.AccessControl.AccessRight"/>.
            </summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRightManager">
            <summary>
            AccessRightManager class
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessRightManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessRightManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightManager.GetAccessRight(System.String)">
            <summary>
            Gets an access right definition from its name.
            </summary>
            <param name="accessRightName">Name of the access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightManager.GetAccessRights">
            <summary>
            Gets all known access rights.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightManager.IsApplicable(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Determines whether the specified access right is applicable for the given entity.
            </summary>
            <param name="accessRight">The access right.</param>
            <param name="entity">The entity.</param>
            <returns>
                <c>true</c> if the specified access right is applicable; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRightProvider">
            <summary>
            Verifies if <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> is applicable for <see cref="T:Sitecore.Security.AccessControl.ISecurable"/> using registered <see cref="T:Sitecore.Security.AccessControl.AccessRightRuleCollection"/>.
            <para>Maintains a collection of registered <see cref="T:Sitecore.Security.AccessControl.AccessRightRule"/>.</para>
            <para>Maintains a dictionary of registered <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> by name.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightProvider.AccessRights">
            <summary>
            Gets the access rights.
            </summary>
            <value>The access rights.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightProvider.Rules">
            <summary>
            Gets the access right rules.
            </summary>
            <value>The rules.</value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.GetAccessRight(System.String)">
            <summary>
            Gets the an access right from its name.
            </summary>
            <param name="accessRightName">Name of the access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.GetAccessRights">
            <summary>
            Gets a copy of all known access rights.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.IsApplicable(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Determines whether the specified access right is applicable for the given entity.
            <para>Tests <see cref="M:Sitecore.Security.AccessControl.AccessRightProvider.RegisterAccessRightRule(Sitecore.Security.AccessControl.AccessRightRule)"/>) to be applicable on <paramref name="entity"/> and <paramref name="accessRight"/>.</para>
            </summary>
            <param name="accessRight">The access right, like 'item:read'.</param>
            <param name="entity">The entity, like <see cref="T:Sitecore.Data.Items.Item"/> or <see cref="T:Sitecore.Data.Fields.Field"/>.</param>
            <returns>
                <c>true</c> if the specified access right is applicable; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.ClearAccessRightRules">
            <summary>
            Removes all access rules from the central dictionary.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.ClearAccessRights">
            <summary>
            Removes all access rights from the central dictionary.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.RegisterAccessRight(System.String,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Registers an access right in the central dictionary.
            </summary>
            <param name="accessRightName">Name of the access right.</param>
            <param name="accessRight">The access right.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.RegisterAccessRightRule(Sitecore.Security.AccessControl.AccessRightRule)">
            <summary>
            Registers the access right rule.
            </summary>
            <param name="rule">The rule.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.UnregisterAccessRight(System.String)">
            <summary>
            Removes an access right from the central dictionary.
            </summary>
            <param name="accessRightName">Name of the access right.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightProvider.UnregisterAccessRightRule(Sitecore.Security.AccessControl.AccessRightRule)">
            <summary>
            Removes an access rule from the central dictionary.
            </summary>
            <param name="rule">The rule.</param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRightProviderCollection">
            <summary>
            AccessRightProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.AccessControl.AuthorizationProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRightRule">
            <summary>
            Defines the access rule for a right.
            <para>Checks if <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> can be applied to <see cref="T:Sitecore.Security.AccessControl.ISecurable"/>.</para>
            <para>Example: <see cref="P:Sitecore.Security.AccessControl.AccessRightRule.TemplateId"/> can be applied only for <see cref="T:Sitecore.Data.Items.Item"/>.</para>
            <para>In common cases <see cref="P:Sitecore.Security.AccessControl.AccessRight.Name"/> should start with <see cref="P:Sitecore.Security.AccessControl.AccessRightRule.Prefix"/>.</para>
            <para>Allows to match by <see cref="T:Sitecore.Security.AccessControl.ISecurable"/> <see cref="P:Sitecore.Security.AccessControl.AccessRightRule.TypeName"/>, item being located under <see cref="P:Sitecore.Security.AccessControl.AccessRightRule.Path"/> or based on <see cref="P:Sitecore.Security.AccessControl.AccessRightRule.TemplateId"/>.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.Comment">
            <summary>
            Gets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.Descendants">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Security.AccessControl.AccessRightRule"/> applies to descendants (as well as to self). Can only be used along with <see cref="P:Sitecore.Security.AccessControl.AccessRightRule.Path"/>.
            </summary>
            <value><c>true</c> if this <see cref="T:Sitecore.Security.AccessControl.AccessRightRule"/> applies to descendants; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.IsStopAction">
            <summary>
            Gets a value indicating whether this instance is a stop action.
            </summary>
            <value>
                <c>true</c> if this instance is a stop action; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.Path">
            <summary>
            Gets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.Prefix">
            <summary>
            Gets the prefix for <see cref="P:Sitecore.Security.AccessControl.AccessRight.Name"/> to start with.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.TemplateId">
            <summary>
            Should <see cref="T:Sitecore.Security.AccessControl.ISecurable"/> be <see cref="T:Sitecore.Data.Items.Item"/>, gets the <see cref="T:Sitecore.Data.TemplateID"/> it should be based on.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRightRule.TypeName">
            <summary>
            Gets the type name.
            </summary>
            <value>The name of the type.</value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.AppliesTo(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Tests if a right is applicable to an entity.
            </summary>
            <param name="accessRight">The access right.</param>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.Initialize(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the object from the specified configuration data.
            </summary>
            <param name="config">The configuration data.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.op_Equality(Sitecore.Security.AccessControl.AccessRightRule,Sitecore.Security.AccessControl.AccessRightRule)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="rule1">The rule1.</param>
            <param name="rule2">The rule2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.op_Inequality(Sitecore.Security.AccessControl.AccessRightRule,Sitecore.Security.AccessControl.AccessRightRule)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="right1">The right1.</param>
            <param name="right2">The right2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.MatchesPath(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Checks for a path match.
            </summary>
            <param name="entity">The entity.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.MatchesPrefix(Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Checks for a prefix match.
            </summary>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.MatchesTemplateId(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Checks for a template id match.
            </summary>
            <param name="entity">The securable entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRightRule.MatchesTypeName(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Checks for a type name match.
            </summary>
            <param name="entity">The securable entity.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRightRuleCollection">
            <summary>
            AccessRightRuleCollection class
            </summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRule">
            <summary>
            Defines <see cref="P:Sitecore.Security.AccessControl.AccessRule.SecurityPermission"/> on <see cref="P:Sitecore.Security.AccessControl.AccessRule.AccessRight"/> and <see cref="P:Sitecore.Security.AccessControl.AccessRule.Account"/> on <see cref="P:Sitecore.Security.AccessControl.AccessRule.PropagationType"/> level.
            <para>Example: Define <see cref="F:Sitecore.Security.AccessControl.SecurityPermission.AllowAccess"/> on <see cref="P:Sitecore.Security.AccessControl.AccessRight.ItemRead"/> for 'editors' role on <see cref="F:Sitecore.Security.AccessControl.PropagationType.Entity"/>.</para>
            <para> <see cref="M:Sitecore.Security.AccessControl.AccessRule.IsMatch(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.AccessPermission,System.Boolean,System.Boolean)"/> API used to test if rule is acceptable for provided arguments.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.#ctor(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.SecurityPermission)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessRuleCollection"/> class.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <param name="propagation">The propagation type.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.Create(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.AccessPermission)">
            <summary>
            Creates an instance of an AccessRule.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.Create(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.InheritancePermission)">
            <summary>
            Creates an instance of an AccessRule.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.Create(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.SecurityPermission)">
            <summary>
            Creates an instance of an AccessRule.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRule.AccessRight">
            <summary>
            Gets the access mask.
            </summary>
            <value>The access mask.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRule.Account">
            <summary>
            Gets the account associated with the rule.
            </summary>
            <value>The account.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRule.PropagationType">
            <summary>
            Gets the propagation for <see cref="T:Sitecore.Security.AccessControl.AccessRule"/> to apply (entity, descendants, or anything).
            </summary>
            <value>The propagation.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRule.PermissionType">
            <summary>
            Gets the kind of allow/deny restriction associated with the rule - is it access-level or inheritance-level.
            </summary>
            <value>The kind of restriction.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRule.SecurityPermission">
            <summary>
            Gets the 'allow', 'deny' or 'not set' permission represented by <see cref="T:Sitecore.Security.AccessControl.AccessRule"/>.
            </summary>
            <value>The type of the access control.</value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.IsMatch(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.AccessPermission,System.Boolean,System.Boolean)">
            <summary>
            Determines whether the specified <see cref="F:Sitecore.Security.AccessControl.PermissionType.Access"/> matches an access type for the the specified account with default logic:
            <para><see cref="P:Sitecore.Security.AccessControl.AccessRule.SecurityPermission"/> (allow/deny) matches tested <paramref name="permission"/>;</para>
            <para><see cref="P:Sitecore.Security.AccessControl.AccessRule.PropagationType"/> covers requested <paramref name="propagationType"/> (f.e. 'entity' level defined, while tested is 'inheritance' - no good);</para>
            <para><see cref="P:Sitecore.Security.AccessControl.AccessRule.AccessRight"/> applies to requested <paramref name="accessRight"/> (f.e. 'item:read' defined, while tested is 'item:write' - no good);</para>
            <para>Inner <see cref="P:Sitecore.Security.AccessControl.AccessRule.Account"/> matches <paramref name="account"/> (f.e. <see cref="T:Sitecore.Security.Accounts.Role"/> define, while account is not a member of the role - no good);</para>
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
            <returns>
                <c>true</c> if the rule matches the requirements; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.IsMatch(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.InheritancePermission,System.Boolean,System.Boolean)">
            <summary>
            Determines whether the specified access right matches an access type for the the specified account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
            <returns>
                <c>true</c> if the rule matches the requirements; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.TryParse(System.String,Sitecore.Security.AccessControl.AccessRule@)">
            <summary>
            Tries to parse a textual representation of an AccessRule.
            </summary>
            <param name="text">The text.</param>
            <param name="rule">The rule.</param>
            <returns>
                <c>true</c> if the text was successfully parsed; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.op_Equality(Sitecore.Security.AccessControl.AccessRule,Sitecore.Security.AccessControl.AccessRule)">
            <summary>
            Implements the == operator.
            </summary>
            <param name="rule1">The rule1.</param>
            <param name="rule2">The rule2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.op_Inequality(Sitecore.Security.AccessControl.AccessRule,Sitecore.Security.AccessControl.AccessRule)">
            <summary>
            Implements the != operator.
            </summary>
            <param name="rule1">The rule1.</param>
            <param name="rule2">The rule2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.ReadSecurityRestriction(System.String,System.Int32@,Sitecore.Security.AccessControl.SecurityPermission@)">
            <summary>
            Reads the type of access control.
            </summary>
            <param name="text">The text.</param>
            <param name="position">The position.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.ReadRightName(System.String,System.Int32@,System.String@)">
            <summary>
            Reads an access mask from a string.
            </summary>
            <param name="text">The text.</param>
            <param name="position">The position.</param>
            <param name="rightName">Name of the right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.ReadAccountName(System.String,System.Int32@,System.String@)">
            <summary>
            Reads the name of an account from a string.
            </summary>
            <param name="text">The text.</param>
            <param name="position">The position.</param>
            <param name="accountName">Name of the account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.ReadAccountType(System.String,System.Int32@,Sitecore.Security.Accounts.AccountType@)">
            <summary>
            Reads the type of an account from a string.
            </summary>
            <param name="text">The text.</param>
            <param name="position">The position.</param>
            <param name="accountType">Type of the account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.RuleApplies(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,System.Boolean,System.Boolean)">
            <summary>
            Chekcs if a rule applies.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The requested access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.RuleAppliesToAccessRight(Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Chekcs if a rule applies to an operation.
            </summary>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.RuleAppliesToAccount(Sitecore.Security.Accounts.Account,System.Boolean,System.Boolean)">
            <summary>
            Chekcs if a rule applies to a user.
            </summary>
            <param name="account">The account.</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRule.RuleAppliesToPropagationType(Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Chekcs if a rule applies to an operation.
            </summary>
            <param name="propagationType">The type of propagation.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRuleCollection">
            <summary>
            A collection of <see cref="T:Sitecore.Security.AccessControl.AccessRule"/> elements.
            </summary>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRuleCollection.Helper">
            <summary>
            Gets or sets the helper object used for advanced manipulation of the collection.
            </summary>
            <value>The helper.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AccessRuleCollection.Serializer">
            <summary>
            Gets the serializer to convert this instance to <see cref="T:System.String"/>.
            </summary>
            <value>
            The serializer.
            </value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollection.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
             
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollection.FromString(System.String)">
            <summary>
            Parses a string into an <c cref="T:Sitecore.Security.AccessControl.AccessRuleCollection"/>.
            </summary>
            <param name="serializedRules">The serialized rules.</param>
            <returns>Parsed <see cref="T:Sitecore.Security.AccessControl.AccessRuleCollection"/> from given <paramref name="serializedRules"/>.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollection.FromString(System.String,Sitecore.Security.AccessControl.AccessRuleSerializer)">
            <summary>
            Parses a string into an <c cref="T:Sitecore.Security.AccessControl.AccessRuleCollection"/>.
            </summary>
            <param name="serializedRules">The serialized rules.</param>
            <param name="serializer">The serializer.</param>
            <returns>Parsed <see cref="T:Sitecore.Security.AccessControl.AccessRuleCollection"/> from given <paramref name="serializedRules"/>.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollection.Clone">
            <summary>
            Creates a new object that is a shallow copy of the current instance.
            </summary>
             
            <returns>
            A new object that is a shallow copy of this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRuleCollectionHelper">
            <summary>
            Locates matching <see cref="T:Sitecore.Security.AccessControl.AccessPermission"/> for provided <see cref="T:Sitecore.Security.Accounts.Account"/> on <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> with <see cref="T:Sitecore.Security.AccessControl.PropagationType"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.#ctor(Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AccessRuleCollectionHelper"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.AddAccessPermission(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.AccessPermission)">
            <summary>
            Adds the specified access rule.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The right.</param>
            <param name="propagationType">The propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <remarks>If a conflicting rule is already in the collection, the existing rule will be updated. If not, it will be added.</remarks>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.AddinheritancePermission(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.InheritancePermission)">
            <summary>
            Adds the specified access rule.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The right.</param>
            <param name="propagationType">The propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <remarks>If a conflicting rule is already in the collection, the existing rule will be updated. If not, it will be added.</remarks>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.ContainsAccount(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether one or more of the rules are assigned explicitly to the specified account.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the specified account has a rule; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetAccessPermission(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the type of the access control associated with a specific access right for an account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetExplicitAccessPermission(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the type of the access control explicitly associated with a specific access right for an account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetAccounts">
            <summary>
            Gets a list of all accounts that are represented in the rules collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetInheritanceRestriction(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the inheritance restriction associated with a specific access right for an account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetExplicitInheritanceRestriction(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the explicit inheritance restriction associated with a specific access right for an account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">Type of the propagation.</param>
            <returns>The inheritance restriction.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetMatchingRule(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the type of the access control associated with a specific access right for an account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.HasSpecializedInheritance">
            <summary>
            Determines whether the rules contains one or more specialized inheritance permissions.
            </summary>
            <comment>
              <para>
                Specialized inheritance permissions are those that targets a specific account, a specific access right and/or a specific propagation type.
              </para>
            </comment>
            <returns>
                <c>true</c> if the collection contains specialized inheritance restrictions; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.IsInheritanceAllowed(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Determines whether inheritance for the specified access right is allowed for the the specified account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation to use when resolving.</param>
            <returns>
                <c>true</c> if inheritance for the specified access right is allowed for the the specified account; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveExactMatches(Sitecore.Security.Accounts.Account)">
            <summary>
            Removes all rules that explicitly applies to the specified account.
            </summary>
            <param name="account">The account.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveExactMatches(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Removes all rules that applies to the specified account, access right and propagation type.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveExactMatches(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Removes all rules that applies to the specified account, access right and propagation type.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">Type of the propagation.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveExactMatches(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.PermissionType)">
            <summary>
            Removes all rules that applies to the specified account, access right and propagation type.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">Type of the propagation.</param>
            <param name="permissionType">The kind of restriction to remove.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveWildcardMatches(Sitecore.Security.Accounts.Account)">
            <summary>
            Removes all rules that explicitly applies to the specified account.
            </summary>
            <param name="account">The account.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveWildcardMatches(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Removes all rules that applies to the specified account, access right and propagation type.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveWildcardMatches(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Removes all rules that applies to the specified account, access right and propagation type.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">Type of the propagation.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.RemoveWildcardMatches(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.PermissionType)">
            <summary>
            Removes all rules that applies to the specified account, access right and propagation type.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">Type of the propagation.</param>
            <param name="permissionType">The kind of restriction to remove.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.Add(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.SecurityPermission)">
            <summary>
            Adds the specified security restriction.
            </summary>
            <param name="account">The account.</param>
            <param name="right">The right.</param>
            <param name="propagation">The propagation.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <remarks>If a conflicting rule is already in the collection, the existing rule will be updated. If not, it will be added.</remarks>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.GetMatchingRule(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.AccessPermission,System.Boolean,System.Boolean)">
            <summary>
            Determines whether the specified access right matches an access type for the the specified account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation to use when resolving.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
            <returns>
                <c>true</c> if the specified access right is denied for the the specified account; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleCollectionHelper.IsMatch(Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType,Sitecore.Security.AccessControl.InheritancePermission,System.Boolean,System.Boolean)">
            <summary>
            Determines whether the specified access right matches an inheritance restriction for the the specified account.
            </summary>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="propagationType">The type of propagation to use when resolving.</param>
            <param name="permission">The permission type (allow/deny).</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AccessRuleSerializer">
            <summary>
            AccessRuleSerializer class
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AccessRuleSerializer.Instance">
            <summary>
            A single instance of state-less object.
            <para>Please use this instance instead of producing new ones.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.Create">
            <summary>
            Creates an instance of <c cref="T:Sitecore.Security.AccessControl.AccessRuleSerializer"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.Deserialize(System.String)">
            <summary>
            Deserializes a rules collection from a string.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.Serialize(Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Serializes an access rule collection to a string.
            </summary>
            <param name="accessRules">The access rules.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.CreateSerializationDictionary(Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Creates the serialization dictionary.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.GetAccessCode(Sitecore.Security.AccessControl.SecurityPermission)">
            <summary>
            Gets the access code.
            </summary>
            <param name="permission">The permission type (allow/deny).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.GetAccountCode(Sitecore.Security.Accounts.Account)">
            <summary>
            Gets the account code.
            </summary>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.GetPropagationCode(Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the propagation code.
            </summary>
            <param name="propagation">The propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.GetSerializationDictionary(Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Gets the serialization dictionary.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.Serialize(Sitecore.Security.AccessControl.AccessRuleCollection,System.Text.StringBuilder)">
            <summary>
            Serializes the specified builder.
            </summary>
            <param name="accessRules">The access rules.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.SerializeAccount(Sitecore.Security.Accounts.Account,Sitecore.Collections.SafeDictionary{System.String,Sitecore.Collections.Set{System.String}},System.Text.StringBuilder)">
            <summary>
            Serializes a single account.
            </summary>
            <param name="account">The account.</param>
            <param name="sets">The sets.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.DeserializeRules(System.String,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRuleCollection,System.Int32@)">
            <summary>
            Deserializes the rules of an account.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <param name="account">The account.</param>
            <param name="result">The result.</param>
            <param name="position">The position.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.ReadAccount(System.String,System.Int32@)">
            <summary>
            Deserializes an account.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.ReadAccessRule(System.String,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.PropagationType,System.Int32@)">
            <summary>
            Reads an access rule.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <param name="account">The account.</param>
            <param name="propagationType">Type of the propagation.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.GetAccessRight(System.String)">
            <summary>
            Builds the <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> by <paramref name="rightName"/>.
            </summary>
            <param name="rightName">Name of the right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.ReadPropagationType(System.String,System.Int32@)">
            <summary>
            Reads the type of propagation.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.ReadRole(System.String,System.Int32@)">
            <summary>
            Deserializes a role.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AccessRuleSerializer.ReadUser(System.String,System.Int32@)">
            <summary>
            Deserializes a user.
            </summary>
            <param name="serializedData">The serialized data.</param>
            <param name="position">The position.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AuthorizationCallContext">
            <summary>
            AuthorizationCallContext class
            </summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AuthorizationHelper`1">
            <summary>
            AuthorizationHelper class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationHelper`1.GetAccess(`0,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the allowed access for an operation on an entity.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The operation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationHelper`1.GetAccessRules(`0)">
            <summary>
            Gets the access rules for an entity.
            </summary>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationHelper`1.SetAccessRules(`0,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the allowed access for an operation on an entity.
            </summary>
            <param name="entity">The entity.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationHelper`1.GetStateAccess(Sitecore.Data.Database,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.AccessControl.AccessPermission"/> for <paramref name="database"/> given the current context state.
            <para>If <paramref name="database"/> is readonly and <paramref name="accessRight"/> modifies data, returns <see cref="F:Sitecore.Security.AccessControl.AccessPermission.Deny"/>.</para>
            <para>If security is disabled for <paramref name="database"/>, returns <see cref="F:Sitecore.Security.AccessControl.AccessPermission.Allow"/>.</para>
            </summary>
            <param name="database">The database owning inspected item.</param>
            <param name="accessRight">The access right.</param>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AuthorizationManager">
            <summary>
            Authorization class
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AuthorizationManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.AuthorizationManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationManager.GetAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Determines the kind of access control that is associated with the specified entity.
            </summary>
            <param name="entity">The entity.</param>
            <param name="accessRight">The access right.</param>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationManager.GetAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the access rules for an entity.
            </summary>
            <param name="entity">The object representing the entity.</param>
            <returns>The list of rules. This is guaranteed never to be <c>null</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationManager.IsAllowed(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether a specific operation on the specified entity is allowed.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationManager.IsDenied(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified operation on an entity is denied.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the specified operation is denied; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationManager.RemoveAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Removes all access rules from a specific entity.
            </summary>
            <param name="entity">The entity.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationManager.SetAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules for an entity.
            </summary>
            <param name="entity">The object representing the entity.</param>
            <param name="rules">The rules.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AuthorizationProvider">
            <summary>
            AuthorizationProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.GetAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Determines whether the specified operation is allowed.
            </summary>
            <param name="entity">The entity.</param>
            <param name="accessRight">The requested operation.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the specified entity is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.GetAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the access rules.
            </summary>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.SetAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules.
            </summary>
            <param name="entity">The entity.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.AddAccessResultToCache(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.AccessResult,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Adds an access result to the cache.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <param name="accessResult">The access result.</param>
            <param name="propagationType">The propagation ttpe</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.GetAccessCore(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Performs the get access operation.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.GetAccessResultCache(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the access result cache for an entity. Returns <c>null</c> if the caching of the specifies data is not supported.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.GetAccessResultFromCache(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets an access result from the cache.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationProvider.GetStateAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the access type to a specific database given the current context state.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.DisabledAuthorizationProvider">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.GetAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.GetAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.SetAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.AddAccessResultToCache(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.AccessResult,Sitecore.Security.AccessControl.PropagationType)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.GetAccessCore(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.GetAccessResultCache(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.GetAccessResultFromCache(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.AccessControl.DisabledAuthorizationProvider.GetStateAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.AccessControl.AuthorizationProviderCollection">
            <summary>
            AuthorizationProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Security.AccessControl.AuthorizationProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.AccessControl.AuthorizationProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Security.AccessControl.AuthorizationSwitcher">
            <summary>
            AuthorizationSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.AuthorizationSwitcher.#ctor(Sitecore.Security.AccessControl.AuthorizationProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.AuthorizationSwitcher"/> class.
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.ConfigAccessRightProvider">
            <summary>
            Loads <see cref="T:Sitecore.Security.AccessControl.AccessRight"/> and <see cref="T:Sitecore.Security.AccessControl.AccessRightRule"/> from running configuration (<see cref="M:Sitecore.Abstractions.BaseFactory.GetConfiguration"/>).
            <para>Access-related information is loaded via <see cref="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"/> and not modified after.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Security.AccessControl.ConfigAccessRightProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.ConfigAccessRightProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <param name="name">The friendly name of the provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.ValidateName(System.String)">
            <summary>
            Validates the name.
            </summary>
            <param name="name">Name of the access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.ParseRight(System.Xml.XmlNode,System.String)">
            <summary>
            Parses a single right from an XML node.
            </summary>
            <param name="node">The node.</param>
            <param name="defaultType">The default type to instatiate.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.ParseRule(System.Xml.XmlNode,System.String)">
            <summary>
            Parses a single rule from an XML node.
            </summary>
            <param name="ruleNode">The node.</param>
            <param name="defaultType">The default type to instatiate.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.ReadRights(System.String)">
            <summary>
            Reads the rights.
            </summary>
            <param name="configPath">The config path.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ConfigAccessRightProvider.ReadRules(System.String)">
            <summary>
            Reads the rules.
            </summary>
            <param name="configPath">The config path.</param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.DefaultAccessRightManager">
            <summary>
            The default access right manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.DefaultAccessRightManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAccessRightManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Security.AccessControl.AccessRightProvider,Sitecore.Security.AccessControl.AccessRightProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.DefaultAccessRightManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAccessRightManager.GetAccessRight(System.String)">
            <summary>
            Gets an access right definition from its name.
            </summary>
            <param name="accessRightName">Name of the access right.</param>
            <returns>The access right definition.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAccessRightManager.GetAccessRights">
            <summary>
            Gets all known access rights.
            </summary>
            <returns>All known access rights.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAccessRightManager.IsApplicable(Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Determines whether the specified access right is applicable for the given entity.
            </summary>
            <param name="accessRight">The access right.</param>
            <param name="entity">The entity.</param>
            <returns>
              <c>true</c> if the specified access right is applicable; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.DefaultAuthorizationManager">
            <summary>
            The default authorization manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.DefaultAuthorizationManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Security.AccessControl.AuthorizationProvider,Sitecore.Security.AccessControl.AuthorizationProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.DefaultAuthorizationManager"/> class.
            </summary>
            <param name="providerHelper">
            The provider helper.
            </param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.GetAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Determines the kind of access control that is associated with the specified entity.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns>The access control that is associated with the entity.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.GetAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the access rules for an entity.
            </summary>
            <param name="entity">The object representing the entity.</param>
            <returns>The list of rules. This is guaranteed never to be <c>null</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.IsAllowed(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether a specific operation on the specified entity is allowed.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if the operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.IsDenied(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified operation on an entity is denied.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if the specified operation is denied; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.RemoveAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Removes all access rules from a specific entity.
            </summary>
            <param name="entity">The entity.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.SetAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules for an entity.
            </summary>
            <param name="entity">The object representing the entity.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.DefaultAuthorizationManager.UpdateAccessCounters(Sitecore.Security.AccessControl.AccessPermission)">
            <summary>
            Updates the access counters.
            </summary>
            <param name="access">The access.</param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.FieldAuthorizationHelper">
            <summary>
            FieldAuthorizationHelper class
            </summary>
        </member>
        <member name="P:Sitecore.Security.AccessControl.FieldAuthorizationHelper.Serializer">
            <summary>
            Gets the serializer to convert this instance to <see cref="T:System.String"/>.
            </summary>
            <value>
            The serializer.
            </value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.FieldAuthorizationHelper.GetAccessRules(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the access rules.
            </summary>
            <param name="field">The field.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.FieldAuthorizationHelper.GetAccess(Sitecore.Data.Fields.Field,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the allowed access for an operation on an entity.
            </summary>
            <param name="field">The field.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The operation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.FieldAuthorizationHelper.SetAccessRules(Sitecore.Data.Fields.Field,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules.
            </summary>
            <param name="field">The field.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.FieldAuthorizationHelper.GetStateAccess(Sitecore.Data.Fields.Field,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Gets the state access.
            </summary>
            <param name="field">The field.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.InheritancePermission">
            <summary>
            Represents the inheritance-level action - 'allow', 'deny' or 'not set'.
            <para>A specific case of <seealso cref="T:Sitecore.Security.AccessControl.SecurityPermission"/> defining inheritance-level.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.InheritancePermission.NotSet">
            <summary>Unknown access.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.InheritancePermission.Allow">
            <summary>Allow access to inherited access rules.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.InheritancePermission.Deny">
            <summary>Deny access to inherited access rules.</summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.ISecurable">
            <summary>
            ISecurable
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ISecurable.GetUniqueId">
            <summary>
            Gets a unique id.
            </summary>
            <remarks>
              <para>The id must be unique enough to use in a global cache.</para>
              <para>For example, an <see cref="T:Sitecore.Data.Items.Item"/> might implement this as <c>Database.Name + ID</c>.</para>
              <para>The resulting key used by <see cref="T:Sitecore.Data.Items.Item"/> might therefore be <c>typeof(Item).FullName + divider + Database.Name + ID</c>.</para>
            </remarks>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.ItemAccess">
            <summary>
            Represents access to an item.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.ItemAccess"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Security.AccessControl.ItemAccess.OwnerItem">
            <summary>
            Gets the inner item.
            </summary>
            <value>
            The inner item.
            </value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanAdd(Sitecore.Data.BranchId)">
            <summary>
            Determines whether this instance can add the specified branch.
            </summary>
            <param name="branchId">The branch id.</param>
            <returns>
                <c>true</c> if this instance can add the specified branch; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanAdd(Sitecore.Data.TemplateID)">
            <summary>
            Determines whether this instance can add the specified template.
            </summary>
            <param name="templateID">The template ID.</param>
            <returns>
                <c>true</c> if this instance can add the specified template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanAdmin">
            <summary>
            Determines whether this item can admin.
            </summary>
            <returns>
                <c>true</c> if this item can admin; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanCopyTo(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this item can copy to the specified destination.
            </summary>
            <param name="destination">The destination.</param>
            <returns>
                <c>true</c> if this item can copy to the specified destination; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanCreate">
            <summary>
            Determines whether this item can create children.
            </summary>
            <returns>
                <c>true</c> if this item can create childre; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanDelete">
            <summary>
            Determines whether this item can be deleted.
            </summary>
            <returns>
                <c>true</c> if this item can be deleted; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanRemoveVersion">
            <summary>
            Determines whether this item version can be removed.
            </summary>
            <returns>
                <c>true</c> if this item version can be removed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanDuplicate">
            <summary>
            Determines whether this item can be duplicated.
            </summary>
            <returns>
                <c>true</c> if this item can be duplicated; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanMoveTo(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this item can be moved to the specified destination.
            </summary>
            <param name="destination">The destination.</param>
            <returns>
                <c>true</c> if this item can be moved to the specified destination; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanRead">
            <summary>
            Determines whether this item can be read.
            </summary>
            <returns>
                <c>true</c> if this item can be read; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanReadLanguage">
            <summary>
            Determines whether this item can be read in the current language.
            </summary>
            <returns>
                <c>true</c> if this item can be read in the current language; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanRename">
            <summary>
            Determines whether this item can be renamed.
            </summary>
            <returns>
                <c>true</c> if this item can be renamed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanWrite">
            <summary>
            Determines whether this item can written.
            </summary>
            <returns>
                <c>true</c> if this item can written; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.CanWriteLanguage">
            <summary>
            Determines whether this instance can be written in the current language.
            </summary>
            <returns>
                <c>true</c> if this instance can written in the current language; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.IsAllowed(Sitecore.Data.Items.Item,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Determines whether the specified item is allowed.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The access right.</param>
            <returns>
                <c>true</c> if the specified item is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAccess.GetLanguageItem">
            <summary>
            Gets the language item.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.ItemAuthorizationHelper">
            <summary>
            Gets <see cref="T:Sitecore.Data.Items.Item"/>-level access.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Security.AccessControl.ItemAuthorizationHelper"/>
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.#ctor(Sitecore.Abstractions.BaseAccessRightManager,Sitecore.Abstractions.BaseRolesInRolesManager,Sitecore.Abstractions.BaseItemManager)">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Security.AccessControl.ItemAuthorizationHelper"/>
            </summary>
            <param name="accessRightManager">Provides access rights by name.</param>
            <param name="rolesInRolesManager"></param>
            <param name="itemManager"></param>
        </member>
        <member name="P:Sitecore.Security.AccessControl.ItemAuthorizationHelper.Serializer">
            <summary>
            Gets the serializer to convert this instance to <see cref="T:System.String"/>.
            </summary>
            <value>
            The serializer.
            </value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.GetAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the allowed access (yes, no, not set) for <paramref name="item"/> for <paramref name="account"/> to perform <paramref name="accessRight"/>.
            </summary>
            <param name="item">The item.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The operation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.GetAccessRules(Sitecore.Data.Items.Item)">
            <summary>
            Gets the access rules.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.SetAccessRules(Sitecore.Data.Items.Item,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules.
            </summary>
            <param name="item">The item.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.GetItemAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Determines whether the specified access right is allowed given to the security rights assigned to the item.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The desired access right.</param>
            <param name="account">The account.</param>
            <param name="propagationType">The type of propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.GetAncestorAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the access control type for an item from its ancestors.
            </summary>
            <param name="item">The item.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The desired access right.</param>
            <param name="propagationType">Type of propagation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.GetStateAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets access that depends on item state.
            <para>Inner database has security disabled, or readonly while <paramref name="right"/> modifies data, or item runtime settings enforce browse only.</para>
            </summary>
            <param name="item">The item.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.GetWorkflowAccess(Sitecore.Data.Items.Item,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified operation is allowed given the items current workflow state.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The operation.</param>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemAuthorizationHelper.IsPropagationTypeSupportedForResolvingAccess(Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Determines whether the specified propagation type is supported for resolving access.
            <para>Support only <see cref="F:Sitecore.Security.AccessControl.PropagationType.Entity"/> and <see cref="F:Sitecore.Security.AccessControl.PropagationType.Descendants"/> access.</para>
            </summary>
            <param name="propagationType">Type of the propagation.</param>
            <returns>
                <c>true</c> if the specified propagation type is supported for resolving access; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.ItemSecurity">
            <summary>
            ItemSecurity class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.ItemSecurity"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanAdmin(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has admin access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can admin the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanCreate(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has create access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can create the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanDelete(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has delete access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can delete the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanRemoveVersion(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has removeversion access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can remove the specific version of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanRead(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has read access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can read the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanRename(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has rename access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can rename the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.CanWrite(Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether the specified account has write access to the item.
            </summary>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can write the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.GetAccessRules">
            <summary>
            Gets the access rules associated with the item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.SetAccessRules(Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules for the item.
            </summary>
            <param name="accessRules">The access rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.GetOwner">
            <summary>
            Gets the name of item owner.
            </summary>
            <returns>The name of item owner.</returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.ItemSecurity.FromItem(Sitecore.Data.Items.Item)">
            <summary>
            Creates an instance from an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AccessControl.PermissionType">
            <summary>
            <para>Defines a domain area which owns access info, examples: <see cref="F:Sitecore.Security.AccessControl.PermissionType.Access"/>, or <see cref="F:Sitecore.Security.AccessControl.PermissionType.Inheritance"/>.</para>
            <para>Access info applicable to any area corresponds to <see cref="F:Sitecore.Security.AccessControl.PermissionType.Any"/> area.</para>
            <para>Access info without predefined area defaults to <see cref="F:Sitecore.Security.AccessControl.PermissionType.None"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PermissionType.None">
            <summary>No kind.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PermissionType.Access">
            <summary>Access restrictions</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PermissionType.Inheritance">
            <summary>Inheritance restrictions</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PermissionType.Any">
            <summary>Any kind.</summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.PropagationType">
            <summary>
            Defines targets for security info propagation - Entity, or its Descendants, or Any target.
            <para>An info be propagated to given entity represented via <see cref="F:Sitecore.Security.AccessControl.PropagationType.Entity"/>.</para>
            <para>An info be propagated to descendants of the entity is represented via <see cref="F:Sitecore.Security.AccessControl.PropagationType.Descendants"/>.</para>
            <para>Unknown propagation type is represented via <see cref="F:Sitecore.Security.AccessControl.PropagationType.Unknown"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PropagationType.Unknown">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PropagationType.Descendants">
            <summary>Info for descendants.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PropagationType.Entity">
            <summary>Info only for the element.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.PropagationType.Any">
            <summary>Info for any target.</summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.SecurityPermission">
            <summary>
            Result for security-related permissions (allow, deny or not set).
            <para>Access-level permissions are represented by <see cref="F:Sitecore.Security.AccessControl.SecurityPermission.AllowAccess"/> and <see cref="F:Sitecore.Security.AccessControl.SecurityPermission.DenyAccess"/>.</para>
            <para>Inheritance-level permissions are represented by <see cref="F:Sitecore.Security.AccessControl.SecurityPermission.AllowInheritance"/> and <see cref="F:Sitecore.Security.AccessControl.SecurityPermission.DenyInheritance"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.SecurityPermission.NotSet">
            <summary>No restriction has been set.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.SecurityPermission.AllowAccess">
            <summary>Allow access.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.SecurityPermission.DenyAccess">
            <summary>Deny access.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.SecurityPermission.AllowInheritance">
            <summary>Allow access to inherited access rules.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.SecurityPermission.DenyInheritance">
            <summary>Deny access to inherited access rules.</summary>
        </member>
        <member name="T:Sitecore.Security.AccessControl.SqlAuthorizationProvider">
            <summary>
            SqlAuthorizationProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.SqlAuthorizationProvider"/> class.
            </summary>
            <param name="api">The API.</param>
        </member>
        <member name="P:Sitecore.Security.AccessControl.SqlAuthorizationProvider.Api">
            <summary>
            Gets the API.
            </summary>
            <value>The API.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.SqlAuthorizationProvider.EmbedAclInItems">
            <summary>
            Gets a value indicating whether to embed access control lists in items (using a field).
            </summary>
            <value><c>true</c> if ACL should be embedded in items; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.SqlAuthorizationProvider.FieldHelper">
            <summary>
            Gets or sets the field authorization helper.
            </summary>
            <value>The field authorization helper.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.SqlAuthorizationProvider.ItemHelper">
            <summary>
            Gets or sets the item authorization helper.
            </summary>
            <value>The item authorization helper.</value>
        </member>
        <member name="P:Sitecore.Security.AccessControl.SqlAuthorizationProvider.Serializer">
            <summary>
            Gets the serializer to convert this instance to <see cref="T:System.String"/>.
            </summary>
            <value>
            The serializer.
            </value>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.GetAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the access rules.
            </summary>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <param name="name">The friendly name of the provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.SetAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules.
            </summary>
            <param name="entity">The entity.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.GetAccessCore(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Performs the get access operation.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.GetEntityAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Reads the access.
            </summary>
            <param name="entity">The entity.</param>
            <param name="right">The operation.</param>
            <param name="account">The account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.GetFieldAccess(Sitecore.Data.Fields.Field,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets access for a field.
            </summary>
            <param name="field">The field.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.GetItemAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets access for an item.
            </summary>
            <param name="item">The item.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.GetSpecialAccess(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets special access.
            </summary>
            <param name="entity">The entity.</param>
            <param name="account">The account.</param>
            <param name="accessRight">The access right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.ReadAccessRules(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Gets the access rules.
            </summary>
            <param name="entity">The entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlAuthorizationProvider.WriteAccessRules(Sitecore.Security.AccessControl.ISecurable,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Sets the access rules.
            </summary>
            <param name="entity">The entity.</param>
            <param name="rules">The rules.</param>
        </member>
        <member name="T:Sitecore.Security.AccessControl.SqlServerAuthorizationProvider">
            <summary>
            SqlServerAuthorizationProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlServerAuthorizationProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccessControl.SqlServerAuthorizationProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccessControl.SqlServerAuthorizationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <param name="name">The friendly name of the provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="T:Sitecore.Security.AccessControl.WellknownRights">
            <summary>
            Rights class
            </summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.FieldRead">
            <summary>The string used to represent the 'read' right for fields.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.FieldWrite">
            <summary>The string used to represent the 'write' right for fields.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemAdmin">
            <summary>The string used to represent the 'admin' right for an item.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemCreate">
            <summary>The string used to represent the 'create' right for an item.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemDelete">
            <summary>The string used to represent the 'delete' right for an item.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemRead">
            <summary>The string used to represent the 'read' right for an item.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemRename">
            <summary>The string used to represent the 'rename' right for an item.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemWrite">
            <summary>The string used to represent the 'write' right for an item.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.LanguageRead">
            <summary>The string used to represent the 'read' right for languages.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.LanguageWrite">
            <summary>The string used to represent the 'write' right for languages.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.InsertShow">
            <summary>The string used to represent the 'show in insert' right.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.SiteEnter">
            <summary>The string used to represent the 'enter' right for sites.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.WorkflowStateDelete">
            <summary>The string used to represent the 'delete' right for workflow states.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.WorkflowStateWrite">
            <summary>The string used to represent the 'write' right for workflow states.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.WorkflowCommandExecute">
            <summary>The string used to represent the 'read' right for workflow states.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ProfileCustomize">
            <summary>The right to input out of range values of profile keys, that belong to this profile.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.Any">
            <summary>The string used to represent the 'any' right.</summary>
        </member>
        <member name="F:Sitecore.Security.AccessControl.WellknownRights.ItemRemoveVersion">
            <summary>
            The string used to represent the 'removeversion' right for an item.
            This is a special right only for internal use. It is not to be visible in the user interface.
            </summary>
        </member>
        <member name="T:Sitecore.Security.AccountsListString">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccountsListString"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AccountsListString"/> class.
            </summary>
            <param name="accounts">The accounts.</param>
            <contract>
              <requires name="accounts" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.Add(System.String,Sitecore.Security.Accounts.AccountType)">
            <summary>
            Adds the specified account name.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="accountType">Type of the account.</param>
            <returns>The add.</returns>
            <contract>
              <requires name="accountName" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.Add(Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified role.
            </summary>
            <param name="role">The role.</param>
            <returns>The add.</returns>
            <contract>
              <requires name="role" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.Add(Sitecore.Security.Accounts.User)">
            <summary>
            Adds the specified user.
            </summary>
            <param name="user">The user.</param>
            <returns>The add.</returns>
            <contract>
                <requires name="user" condition="not null"/>
                <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.ToDisplayNames">
            <summary>
            Converts the <see cref="T:Sitecore.Security.AccountsListString"/> to a <see cref="T:System.String"/>.
            </summary>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.ToUnqualifiedNames">
            <summary>
            Converts the <see cref="T:Sitecore.Security.AccountsListString"/> to a <see cref="T:System.String"/>.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.GetAccountType(System.String)">
            <summary>
            Gets the type of the account.
            </summary>
            <param name="account">The account.</param>
            <returns>The account type.</returns>
            <contract>
              <requires name="account" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.GetAccountTypeString(Sitecore.Security.Accounts.AccountType)">
            <summary>
            Gets the account type string.
            </summary>
            <param name="type">The type.</param>
            <returns>The account type string.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Security.AccountsListString.RemoveAccountType(System.String)">
            <summary>
            Removes the type of the account.
            </summary>
            <param name="account">The account.</param>
            <returns>The account type.</returns>
            <contract>
              <requires name="account" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Security.Accounts.Account">
            <summary>
            Defines an account - a named entity with known <see cref="P:Sitecore.Security.Accounts.Account.AccountType"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.Account.#ctor(System.String,Sitecore.Security.Accounts.AccountType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.Account"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="accountType">Type of the account.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.Account.AccountType">
            <summary>
            Gets the type of the account.
            </summary>
            <value>The type of the account.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Account.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Account.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The display name.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Account.Domain">
            <summary>
            Gets the domain owning the account.
            </summary>
            <value>The domain (or null).</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Account.LocalName">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Account.Name">
            <summary>
            Gets the name of the account.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.Account.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:Sitecore.Security.Accounts.Account"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:Sitecore.Security.Accounts.Account"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:Sitecore.Security.Accounts.Account"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.Account.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
             
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.Accounts.Account.op_Equality(Sitecore.Security.Accounts.Account,Sitecore.Security.Accounts.Account)">
            <summary>
            Implements the == operator.
            </summary>
            <param name="account1">The first role to compare.</param>
            <param name="account2">The second role to compare.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.Account.op_Inequality(Sitecore.Security.Accounts.Account,Sitecore.Security.Accounts.Account)">
            <summary>
            Implements the != operator.
            </summary>
            <param name="account1">The first role to compare.</param>
            <param name="account2">The second role to compare.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.Account.FromName(System.String,Sitecore.Security.Accounts.AccountType)">
            <summary>
            Froms the name.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="accountType">Type of the account.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.AccountCollection">
            <summary>
            AccountCollection class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountCollection.Sort">
            <summary>
            Sorts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountCollection.CompareItems(Sitecore.Security.Accounts.Account,Sitecore.Security.Accounts.Account)">
            <summary>
            Compares the items.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The items.</returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.AccountList">
            <summary>
            AccountList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Account})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.AccountList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.AccountList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Accounts.AccountString">
            <summary>
            Account information, convenience wrapper around full account names. Ex: sitecore\Guest^User
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.AccountString._name">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.AccountString._type">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.AccountString.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.AccountString.Type">
            <summary>
            Gets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountString.#ctor(System.String,Sitecore.Security.Accounts.AccountType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.AccountString"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountString.Parse(System.String)">
            <summary>
            Parses the specified account.
            </summary>
            <param name="account">The account.</param>
            <returns>The parsed account info.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.AccountString.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.AccountType">
            <summary>
            AccountType enumeration
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.AccountType.Unknown">
            <summary>The account type is not known.</summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.AccountType.Role">
            <summary>The account represents a role.</summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.AccountType.User">
            <summary>The account represents a user.</summary>
        </member>
        <member name="T:Sitecore.Security.Accounts.DefaultRolesInRolesManager">
            <summary>
            The default roles in roles manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.DefaultRolesInRolesManager.Provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Security.Accounts.RolesInRolesProvider,Sitecore.Security.Accounts.RolesInRolesProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.DefaultRolesInRolesManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.DefaultRolesInRolesManager.ApplicationName">
            <summary>
            Gets or sets the name of the application to store and retrieve role information for.
            </summary>
            <value>The name of the application to store and retrieve role information for.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.DefaultRolesInRolesManager.RolesInRolesSupported">
            <summary>
            Gets a value indicating whether roles in roles support is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.AddRolesToRole(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified roles to the specified role.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.AddRolesToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified roles to the specified roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.AddRoleToRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified role to the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.AddRoleToRoles(Sitecore.Security.Accounts.Role,System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified role to the specified target roles.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.FindRolesInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of roles in a specified target role where the role name contains the specified name to match.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="roleNameToMatch">The role name to search for.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles whose name matches roleNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.FindUsersInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of users that are directly or indirectly members of the specified target role. The user name must contain the specified name to match.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the users whose name matches userNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetAllRoles">
            <summary>
            Gets all roles.
            </summary>
            <returns>The list of roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetAllRoles(System.Boolean)">
            <summary>
            Gets all roles.
            </summary>
            <param name="includeSystemRoles">If set to <c>true</c>, system roles (such as Everyone and Creator-Owner) are included.</param>
            <returns>The list of roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetCreatorOwnerRole">
            <summary>
            Gets the creator-owner role.
            </summary>
            <returns>The creator-owner role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetEveryoneRole">
            <summary>
            Gets the everyone role.
            </summary>
            <returns>The everyone role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetEveryoneRole(Sitecore.Security.Domains.Domain)">
            <summary>
            Gets the everyone role for the specified domain.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The everyone role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetEveryoneRoles">
            <summary>
            Gets the everyone roles.
            </summary>
            <returns>The everyone roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetGlobalRoles">
            <summary>
            Gets the global roles.
            </summary>
            <returns>The global roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member accounts for the specified target role.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A list containing the names of all the accounts who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean,System.Collections.Generic.IEnumerable{Sitecore.Security.Domains.Domain})">
            <summary>
            Gets a list of member accounts for the specified target role for domain.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> this instance is include indirect membership.</param>
            <param name="domains">The domains.</param>
            <returns>The role members.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetRolesForRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of the roles that a role is in.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles that the specified role is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetRolesForUser(Sitecore.Security.Accounts.User,System.Boolean)">
            <summary>
            Gets a list of the roles that a user is directly or indirectly member of.
            </summary>
            <param name="user">The user.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles that the specified user is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetRolesInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member roles for the specified target role.
            </summary>
            <param name="targetRole">The role to get the list of member roles for.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetSystemRoles">
            <summary>
            Gets the system roles.
            </summary>
            <returns>The system roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.GetUsersInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member users for the specified target role. Both direct and indirect members (i.e. members of member roles) are returned.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the users who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsCreatorOwnerRole(System.String)">
            <summary>
            Determines whether the specified account name is the system role 'creator-owner'.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
              <c>true</c> if it is the creator-owner role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsEveryoneRole(System.String)">
            <summary>
            Determines whether the specified account name is the global 'everyone' role.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
              <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsEveryoneRole(System.String,Sitecore.Security.Domains.Domain)">
            <summary>
            Determines whether the specified account name is the 'everyone' role within the specified domain.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="domain">The domain.</param>
            <returns>
              <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsGlobalRole(Sitecore.Security.Accounts.Role)">
            <summary>
            Determines whether [is global role] [the specified role].
            </summary>
            <param name="role">The role.</param>
            <returns>
              <c>true</c> if [is global role] [the specified role]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsRoleInRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified role is in the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            <c>true</c> if the specified role is in the specified target role; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsSystemRole(System.String)">
            <summary>
            Determines whether the specified account name represents one of the system roles (ex. everyone or creator-owner).
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
              <c>true</c> if it is a system role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.IsUserInRole(Sitecore.Security.Accounts.User,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified user is directly or indirectly a member of the specified target role.
            </summary>
            <param name="user">The user.</param>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">If set to <c>true</c> include indirect role memberships.</param>
            <returns>
            <c>true</c> if the specified user is in the specified target role; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.RemoveRoleFromRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified member role from the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.RemoveRoleFromRoles(Sitecore.Security.Accounts.Role,System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member role from the specified target roles.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.RemoveRolesFromRole(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultRolesInRolesManager.RemoveRolesFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="T:Sitecore.Security.Accounts.DefaultUserManager">
            <summary>
            The default user manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.DefaultUserManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultUserManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Security.Accounts.UserProvider,Sitecore.Security.Accounts.UserProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.DefaultUserManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultUserManager.GetUserCount">
            <summary>
            Gets number of users.
            </summary>
            <returns>The number of users.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.DefaultUserManager.GetUsers">
            <summary>
            Gets all users.
            </summary>
            <returns>The users list.</returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.MembershipUserWrapper">
            <summary>
            MetaMembershipUser class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.#ctor(System.Web.Security.MembershipUser,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.MembershipUserWrapper"/> class.
            </summary>
            <param name="innerUser">The inner user.</param>
            <param name="providerName">Name of the provider.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.#ctor(System.Web.Security.MembershipUser,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.MembershipUserWrapper"/> class.
            </summary>
            <param name="innerUser">The inner user.</param>
            <param name="fullName">The full name.</param>
            <param name="providerName">Name of the provider.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.Comment">
            <summary>
            Gets or sets application-specific information for the membership user.
            </summary>
             
            <returns>
            Application-specific information for the membership user.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.CreationDate">
            <summary>
            Gets the date and time when the user was added to the membership data store.
            </summary>
             
            <returns>
            The date and time when the user was added to the membership data store.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.Email">
            <summary>
            Gets or sets the e-mail address for the membership user.
            </summary>
             
            <returns>
            The e-mail address for the membership user.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.InnerUser">
            <summary>
            Gets the inner user object.
            </summary>
            <value>The inner user.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.IsApproved">
            <summary>
            Gets or sets whether the membership user can be authenticated.
            </summary>
             
            <returns>
            true if the user can be authenticated; otherwise, false.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.IsLockedOut">
            <summary>
            Gets a value indicating whether the membership user is locked out and unable to be validated.
            </summary>
             
            <returns>
            true if the membership user is locked out and unable to be validated; otherwise, false.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.LastActivityDate">
            <summary>
            Gets or sets the date and time when the membership user was last authenticated or accessed the application.
            </summary>
             
            <returns>
            The date and time when the membership user was last authenticated or accessed the application.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.LastLockoutDate">
            <summary>
            Gets the most recent date and time that the membership user was locked out.
            </summary>
             
            <returns>
            A <see cref="T:System.DateTime" /> object that represents the most recent date and time that the membership user was locked out.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.LastLoginDate">
            <summary>
            Gets or sets the date and time when the user was last authenticated.
            </summary>
             
            <returns>
            The date and time when the user was last authenticated.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.LastPasswordChangedDate">
            <summary>
            Gets the date and time when the membership user's password was last updated.
            </summary>
             
            <returns>
            The date and time when the membership user's password was last updated.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.PasswordQuestion">
            <summary>
            Gets the password question for the membership user.
            </summary>
             
            <returns>
            The password question for the membership user.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.ProviderName">
            <summary>
            Gets the name of the membership provider that stores and retrieves user information for the membership user.
            </summary>
             
            <returns>
            The name of the membership provider that stores and retrieves user information for the membership user.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.ProviderUserKey">
            <summary>
            Gets the user identifier from the membership data source for the user.
            </summary>
             
            <returns>
            The user identifier from the membership data source for the user.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.MembershipUserWrapper.UserName">
            <summary>
            Gets the logon name of the membership user.
            </summary>
             
            <returns>
            The logon name of the membership user.
            </returns>
             
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.ChangePassword(System.String,System.String)">
            <summary>
            Updates the password for the membership user in the membership data store.
            </summary>
             
            <returns>
            true if the update was successful; otherwise, false.
            </returns>
             
            <param name="oldPassword">The current password for the membership user.</param>
            <param name="newPassword">The new password for the membership user.</param>
            <exception cref="T:System.ArgumentException"><paramref name="oldPassword" /> is an empty string.-or-<paramref name="newPassword" /> is an empty string.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="oldPassword" /> is null.-or-<paramref name="newPassword" /> is null.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String)">
            <summary>
            Updates the password question and answer for the membership user in the membership data store.
            </summary>
             
            <returns>
            true if the update was successful; otherwise, false.
            </returns>
             
            <param name="password">The current password for the membership user.</param>
            <param name="newPasswordQuestion">The new password question value for the membership user.</param>
            <param name="newPasswordAnswer">The new password answer value for the membership user.</param>
            <exception cref="T:System.ArgumentException"><paramref name="password" /> is an empty string.-or-<paramref name="newPasswordQuestion" /> is an empty string.-or-<paramref name="newPasswordAnswer" /> is an empty string.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="password" /> is null.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.GetPassword">
            <summary>
            Gets the password for the membership user from the membership data store.
            </summary>
             
            <returns>
            The password for the membership user.
            </returns>
             
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.GetPassword(System.String)">
            <summary>
            Gets the password for the membership user from the membership data store.
            </summary>
             
            <returns>
            The password for the membership user.
            </returns>
             
            <param name="passwordAnswer">The password answer for the membership user.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.ResetPassword(System.String)">
            <summary>
            Resets a user's password to a new, automatically generated password.
            </summary>
             
            <returns>
            The new password for the membership user.
            </returns>
             
            <param name="passwordAnswer">The password answer for the membership user.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.ResetPassword">
            <summary>
            Resets a user's password to a new, automatically generated password.
            </summary>
             
            <returns>
            The new password for the membership user.
            </returns>
             
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.ToString">
            <summary>
            Returns the user name for the membership user.
            </summary>
             
            <returns>
            The <see cref="P:System.Web.Security.MembershipUser.UserName" /> for the membership user.
            </returns>
             
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.UnlockUser">
            <summary>
            Clears the locked-out state of the user so that the membership user can be validated.
            </summary>
             
            <returns>
            true if the membership user was successfully unlocked; otherwise, false.
            </returns>
             
        </member>
        <member name="M:Sitecore.Security.Accounts.MembershipUserWrapper.UpdateInnerUser">
            <summary>
            Updates the inner user.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Accounts.ProfileInfoWrapper">
            <summary>
            MetaProfileInfo class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.ProfileInfoWrapper.#ctor(System.Web.Profile.ProfileInfo,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.ProfileInfoWrapper"/> class.
            </summary>
            <param name="innerProfile">The inner profile.</param>
            <param name="fullName">The full name.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.ProfileInfoWrapper.InnerProfile">
            <summary>
            Gets the inner profile.
            </summary>
            <value>The inner profile.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.ProfileInfoWrapper.IsAnonymous">
            <summary>
            Gets whether the user name for the profile is anonymous.
            </summary>
             
            <returns>
            true if the user name for the profile is anonymous; otherwise, false.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.ProfileInfoWrapper.LastActivityDate">
            <summary>
            Gets the last date and time when the profile was read or updated.
            </summary>
             
            <returns>
            A <see cref="T:System.DateTime" /> that represents the last date and time when the profile was read or updated.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.ProfileInfoWrapper.LastUpdatedDate">
            <summary>
            Gets the last date and time when the profile was updated.
            </summary>
             
            <returns>
            A <see cref="T:System.DateTime" /> that represents the last date and time when the profile was updated.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.ProfileInfoWrapper.Size">
            <summary>
            Gets the size of the profile property names and values stored in the data source.
            </summary>
             
            <returns>
            The size of the profile property names and values stored in the data source.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.Accounts.ProfileInfoWrapper.UserName">
            <summary>
            Gets the user name for the profile.
            </summary>
             
            <returns>
            The user name for the profile.
            </returns>
             
        </member>
        <member name="T:Sitecore.Security.Accounts.Role">
            <summary>
            Defines the role entity - an <see cref="T:Sitecore.Security.Accounts.Account"/> with <see cref="F:Sitecore.Security.Accounts.AccountType.Role"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.Role.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.Role" /> class.
            </summary>
            <param name="roleName">Name of the role.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.Role.Domain">
            <summary>
            Gets the domain associated with the account (if any).
            </summary>
            <value>The domain (or <c>null</c>).</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Role.IsEveryone">
            <summary>
            Gets a value indicating whether this role represents an 'everyone' role.
            </summary>
            <remarks>
              <para>If it is the global 'everyone' role, the <see cref="P:Sitecore.Security.Accounts.Role.Domain"/> will be <c>null</c>.</para>
              <para>Otherwise, it is a domain specific 'everyone' role.</para>
            </remarks>
            <value>
                <c>true</c> if this instance is everyone; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.Accounts.Role.IsGlobal">
            <summary>
            Gets a value indicating whether this role is global.
            </summary>
            <value><c>true</c> if this role is global; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.Role.Exists(System.String)">
            <summary>
            Checks wheter the specified role exists.
            </summary>
            <param name="roleName">The name of the role.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.Role.FromName(System.String)">
            <summary>
            Instantiate a role from a name.
            </summary>
            <param name="roleName">Name of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.Role.IsMember(Sitecore.Security.Accounts.Account,System.Boolean,System.Boolean)">
            <summary>
            Determines whether the specified account is a member of the role.
            </summary>
            <param name="account">The account.</param>
            <param name="includeRoleMembers">If set to <c>true</c> and this account is a role, the method will return <c>true</c> if <paramref name="account"/> is a member of the role.</param>
            <param name="includeEveryoneMembers">
              <para>If set to <c>true</c> and this account is the global 'everyone' role, the method will always return <c>true</c>.</para>
              <para>If set to <c>true</c> and this account is a domain specific 'everyone' role, the method will return <c>true</c> if <paramref name="account"/> belongs to the same domain.</para>
            </param>
            <remarks>If the role is passed to itself, <c>true</c> will be returned.</remarks>
            <returns>
                <c>true</c> if the specified account is a match; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.RoleList">
            <summary>
            Defines a readonly list of <see cref="T:Sitecore.Security.Accounts.Role"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.RoleList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.RoleList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RoleList.#ctor(Sitecore.Security.Accounts.Role[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.RoleList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RoleList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.RoleList"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.RoleList.Names">
            <summary>
            Gets the names of all roles in the list.
            </summary>
            <value>The names.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.RoleList.FromNames(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Instantiates from a list of names.
            </summary>
            <param name="names">The names.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.RolesInRolesManager">
            <summary>
            RolesInRolesManager class
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.RolesInRolesManager.ApplicationName">
            <summary>
            Gets or sets the name of the application to store and retrieve role information for.
            </summary>
            <value>The name of the application to store and retrieve role information for.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.RolesInRolesManager.RolesInRolesSupported">
            <summary>
            Gets a value indicating whether roles in roles support is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.AddRolesToRole(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified roles to the specified role.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.AddRolesToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified roles to the specified roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.AddRoleToRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified role to the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.AddRoleToRoles(Sitecore.Security.Accounts.Role,System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified role to the specified target roles.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.FindRolesInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of roles in a specified target role where the role name contains the specified name to match.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="roleNameToMatch">The role name to search for.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles whose name matches roleNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.FindUsersInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of users that are directly or indirectly members of the specified target role. The user name must contain the specified name to match.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the users whose name matches userNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetAllRoles">
            <summary>
            Gets all roles.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetAllRoles(System.Boolean)">
            <summary>
            Gets all roles.
            </summary>
            <param name="includeSystemRoles">If set to <c>true</c>, system roles (such as Everyone and Creator-Owner) are included.</param>
            <returns>The list of roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetCreatorOwnerRole">
            <summary>
            Gets the creator-owner role.
            </summary>
            <returns>The creator-owner role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetEveryoneRole">
            <summary>
            Gets the everyone role.
            </summary>
            <returns>The everyone role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetEveryoneRole(Sitecore.Security.Domains.Domain)">
            <summary>
            Gets the everyone role for the specified domain.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The everyone role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetEveryoneRoles">
            <summary>
            Gets the everyone roles.
            </summary>
            <returns>The everyone roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetGlobalRoles">
            <summary>
            Gets the global roles.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member accounts for the specified target role.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A list containing the names of all the accounts who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean,System.Collections.Generic.IEnumerable{Sitecore.Security.Domains.Domain})">
            <summary>
            Gets a list of member accounts for the specified target role for domain.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> this instance is include indirect membership.</param>
            <param name="domains">The domains.</param>
            <returns>The role members.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetRolesForRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of the roles that a role is in.
            </summary>
            <param name="role">The role.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles that the specified role is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetRolesForUser(Sitecore.Security.Accounts.User,System.Boolean)">
            <summary>
            Gets a list of the roles that a user is directly or indirectly member of.
            </summary>
            <param name="user">The user.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles that the specified user is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetRolesInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member roles for the specified target role.
            </summary>
            <param name="targetRole">The role to get the list of member roles for.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the roles who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetSystemRoles">
            <summary>
            Gets the system roles.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.GetUsersInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member users for the specified target role. Both direct and indirect members (ie. members of member roles) are returned.
            </summary>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            A string array containing the names of all the users who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsCreatorOwnerRole(System.String)">
            <summary>
            Determines whether the specified account name is the system role 'creator-owner'.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if it is the creator-owner role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsEveryoneRole(System.String)">
            <summary>
            Determines whether the specified account name is the global 'everyone' role.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsEveryoneRole(System.String,Sitecore.Security.Domains.Domain)">
            <summary>
            Determines whether the specified account name is the 'everyone' role within the specified domain.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="domain">The domain.</param>
            <returns>
                <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsGlobalRole(Sitecore.Security.Accounts.Role)">
            <summary>
            Determines whether [is global role] [the specified role].
            </summary>
            <param name="role">The role.</param>
            <returns>
                <c>true</c> if [is global role] [the specified role]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsRoleInRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified role is in the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            true if the specified role is in the specified target role; otherwise, false.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsSystemRole(System.String)">
            <summary>
            Determines whether the specified account name represents one of the system roles (ex. everyone or creator-owner).
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if it is a system role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.IsUserInRole(Sitecore.Security.Accounts.User,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified user is directly or indrectly a member of the specified target role.
            </summary>
            <param name="user">The user.</param>
            <param name="targetRole">The target role.</param>
            <param name="includeIndirectMembership">if set to <c>true</c> include indirect role memberships.</param>
            <returns>
            true if the specified user is in the specified target role; otherwise, false.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.RemoveRoleFromRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified member role from the specified target role.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.RemoveRoleFromRoles(Sitecore.Security.Accounts.Role,System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member role from the specified target roles.
            </summary>
            <param name="memberRole">The member role.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.RemoveRolesFromRole(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRole">The target role.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesManager.RemoveRolesFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
        </member>
        <member name="T:Sitecore.Security.Accounts.RolesInRolesProvider">
            <summary>
            RolesInRolesProvider class
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesProvider.isUserInRoleCache">
            <summary>
            The is user in role cache.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesProvider.applicationName">
            <summary>
            The application name.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesProvider.globalRoles">
            <summary>
            The global roles.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesProvider.globalRolesConfigStore">
            <summary>
            The _global roles config store.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesProvider.raiseEvents">
            <summary>
            The _raise events.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.RolesInRolesProvider.rolesInRolesSupported">
            <summary>
            The _roles in roles supported.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.RolesInRolesProvider.ApplicationName">
            <summary>
            Gets or sets the name of the application to store and retrieve role information for.
            </summary>
            <value>The name of the application to store and retrieve role information for.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.RolesInRolesProvider.RolesInRolesSupported">
            <summary>
            Gets a value indicating whether roles-in-roles is supported by the provider.
            </summary>
            <value>
                <c>true</c> if [roles in roles supported]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.AddRolesToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified member roles to the specified target roles.
            </summary>
            <param name="memberRoles">
            The member roles.
            </param>
            <param name="targetRoles">
            The target roles.
            </param>
            <remarks>
            The implementation must call <c>RaiseEvent("roles:rolesAdded", memberRoles, targetRoles);</c> to notify the system that role assignments were changed.
            </remarks>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.FindRolesInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of roles in a specified target role where the role name contains the specified name to match.
            </summary>
            <param name="targetRole">
            The target role.
            </param>
            <param name="roleNameToMatch">
            The role name to search for.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A string array containing the names of all the roles whose name matches roleNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.FindUsersInRole(Sitecore.Security.Accounts.Role,System.String,System.Boolean)">
            <summary>
            Gets a list of users in a specified target role where the role name contains the specified name to match.
            </summary>
            <param name="targetRole">
            The target role.
            </param>
            <param name="userNameToMatch">
            The user name to search for.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A string array containing the names of all the users whose name matches userNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetAllRoles(System.Boolean)">
            <summary>
            Gets all roles.
            </summary>
            <param name="includeSystemRoles">
            If set to <c>true</c>, system roles (such as Everyone and Creator-Owner) are included.
            </param>
            <returns>
            The list of roles.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetCreatorOwnerRole">
            <summary>
            Gets the global 'Creator-owner' role.
            </summary>
            <returns>
            The creator-owner role.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetEveryoneRole">
            <summary>
            Gets the global 'Everyone' account (a custom role that contains all accounts in all domains).
            </summary>
            <returns>
            'Everyone' role object.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetEveryoneRole(Sitecore.Security.Domains.Domain)">
            <summary>
            Gets the 'Everyone' account for a specific domain (a custom role that contains all accounts in the domain).
            </summary>
            <param name="domain">
            The domain.
            </param>
            <returns>
            'Everyone' role object for provided object.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetEveryoneRoles">
            <summary>
            Gets a list of all 'everyone' account names.
            </summary>
            <returns>
            The everyone account names.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetGlobalRoles">
            <summary>
            Gets all global roles.
            </summary>
            <returns>
            Global roles.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRoleMembers(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member accounts for the specified target role.
            </summary>
            <param name="role">
            The role to search members in.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A list containing the names of all the accounts who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesForRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of the roles that a role is member of.
            </summary>
            <param name="memberRole">
            The member role.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A string array containing the names of all the roles that the specified role is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesForUser(Sitecore.Security.Accounts.User,System.Boolean)">
            <summary>
            Gets a list of the roles that a user is directly or indirectly member of.
            </summary>
            <param name="user">
            The user to get roles for.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A string array containing the names of all the roles that the specified user is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member roles for the specified target role.
            </summary>
            <param name="targetRole">
            The target role.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A string array containing the names of all the roles who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetSystemRoles">
            <summary>
            Gets the system roles.
            </summary>
            <returns>
            The system roles.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetUsersInRole(Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a list of member users for the specified target role. Both direct and indirect members (ie. members of member roles) are returned.
            </summary>
            <param name="targetRole">
            The target role.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect role memberships.
            </param>
            <returns>
            A string array containing the names of all the users who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             <param name="name">
             The friendly name of the provider.
             </param>
             <param name="config">
             A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
             </param>
             <exception cref="T:System.ArgumentNullException">
             The name of the provider is null.
             </exception>
             <exception cref="T:System.InvalidOperationException">
             An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.
             </exception>
             <exception cref="T:System.ArgumentException">
             The name of the provider has a length of zero.
             </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.InitializeProvider(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>BAsic Initialization for the provider</summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsCreatorOwnerRole(System.String)">
            <summary>
            Determines whether the specified account name is the system role 'creator-owner'.
            </summary>
            <param name="accountName">
            Name of the account.
            </param>
            <returns>
                <c>true</c> if it is the creator-owner role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsEveryoneRole(System.String)">
            <summary>
            Determines whether the specified account name is the global 'everyone' role.
            </summary>
            <param name="accountName">
            Name of the account.
            </param>
            <returns>
                <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsEveryoneRole(System.String,Sitecore.Security.Domains.Domain)">
            <summary>
            Determines whether the specified account name is the 'everyone' role within the specified domain.
            </summary>
            <param name="accountName">
            Name of the account.
            </param>
            <param name="domain">
            The domain.
            </param>
            <returns>
                <c>true</c> if it is the everyone role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsGlobalRole(Sitecore.Security.Accounts.Role)">
            <summary>
            Determines whether [is global role] [the specified role].
            </summary>
            <param name="role">The role to check.</param>
            <returns>
              <c>true</c> if the specified role is global; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsRoleInRole(Sitecore.Security.Accounts.Role,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified role is in the specified target role.
            </summary>
            <param name="memberRole">
            The member role.
            </param>
            <param name="targetRole">
            The target role.
            </param>
            <param name="includeIndirectMembership">
            if set to <c>true</c> include indirect roles membership.
            </param>
            <returns>
            true if the specified role is in the specified target role; otherwise, false.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsSystemRole(System.String)">
            <summary>
            Determines whether the specified account name represents one of the system roles (ex. everyone or creator-owner).
            </summary>
            <param name="accountName">
            Name of the account.
            </param>
            <returns>
                <c>true</c> if it is a system role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsUserInRole(Sitecore.Security.Accounts.User,Sitecore.Security.Accounts.Role,System.Boolean)">
            <summary>
            Gets a value indicating whether the specified user is directly or indirectly a member of the specified target role.
            </summary>
            <param name="user">
            The user to check.
            </param>
            <param name="targetRole">
            The target role.
            </param>
            <param name="includeIndirectMemberships">
            if set to <c>true</c> include indirect roles membership.
            </param>
            <returns>
            true if the specified user is in the specified target role; otherwise, false.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.RemoveRoleRelations(System.String)">
            <summary>
            Removes all relations for a role.
            </summary>
            <param name="roleName">
            Name of the role.
            </param>
            <remarks>
            The implementation must call <c>RaiseEvent("roles:relationsRemoved", roleName);</c> to notify the system that role assignments were changed.
            </remarks>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.RemoveRolesFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">
            The roles to remove from the specified target role.
            </param>
            <param name="targetRoles">
            The roles to remove the specified member role from.
            </param>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
            <remarks>
            The implementation must call <c>RaiseEvent("roles:rolesRemoved", memberRoles, targetRoles);</c> to notify the system that role assignments were changed.
            </remarks>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.AssertEnabled">
            <summary>
            Asserts that roles in roles support is enabled.
            </summary>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.FindRolesInRole(System.String,System.String)">
            <summary>
            Gets a list of direct member roles in a specified target role where the role name contains the specified name to match (indirect members are not included in the list).
            </summary>
            <param name="targetRoleName">
            The role to search in.
            </param>
            <param name="roleNameToMatch">
            The role name to search for.
            </param>
            <returns>
            A string array containing the names of all the roles whose name matches roleNameToMatch and who are members of the specified target role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesForRole(System.String)">
            <summary>
            Gets a set of the roles that a role is a <b>direct</b> member of (ie. indirect memberships is not included in the result).
            </summary>
            <param name="memberRoleName">
            The role to return a list of roles for.
            </param>
            <returns>
            A string array containing the names of all the roles that the specified role is in.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesForRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.List{Sitecore.Security.Accounts.Role})">
            <summary>
            Gets the roles for role recursive.
            </summary>
            <param name="memberRoles">
            The roles.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesInRole(System.String)">
            <summary>
            Gets a list of direct member roles for the specified target role (indirect members are not included in the list).
            </summary>
            <param name="targetRoleName">
            The role to get the list of member roles for.
            </param>
            <returns>
            A string array containing the names of all the roles who are members of the specified role.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.IsRoleInRole(System.String,System.String)">
            <summary>
            Gets a value indicating whether the specified role is a direct member of the specified target role (indirect membership is not considered).
            </summary>
            <param name="memberRoleName">
            The name of the role to search for.
            </param>
            <param name="targetRoleName">
            The name of the role to search in.
            </param>
            <returns>
            true if the specified role is in the specified target role; otherwise, false.
            </returns>
            <exception cref="T:System.Configuration.Provider.ProviderException">
            Roles in roles management is not enabled.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.RaiseEvent(System.String,System.Object[])">
            <summary>
            Raises an event (if <c>raiseEvents</c> is <c>true</c>).
            </summary>
            <param name="eventName">
            Name of the event.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.ConfigStore_ConfigChanged(System.Object,System.EventArgs)">
            <summary>
            Handles the ConfigChanged event of the ConfigStore control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.GetRolesInRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.List{Sitecore.Security.Accounts.Role})">
            <summary>
            Gets the roles in role.
            </summary>
            <param name="containerRoles">
            The container roles.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.InitializeGlobalRoles(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the global roles.
            </summary>
            <param name="config">
            The config.
            </param>
            <exception cref="T:Sitecore.Exceptions.ProviderConfigurationException">
            Missing or empty 'globalRolesConfigStoreName' in RolesInRolesProvider configuration.
            </exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.ReloadGlobalRoles">
            <summary>
            Reloads the global roles.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.Role_Deleted(System.Object,System.EventArgs)">
            <summary>
            Handles the Deleted event of the Role control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.Dispose">
            <inheritdoc />
            <summary>
            Dispose
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.RolesInRolesProvider.DoDispose">
            <summary>
            Does the dispose.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Accounts.DisabledRolesInRolesProvider">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.AddRolesToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.RemoveRoleRelations(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.RemoveRolesFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.FindRolesInRole(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.GetRolesForRole(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.GetRolesInRole(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledRolesInRolesProvider.IsRoleInRole(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.Accounts.RolesInRolesProviderCollection">
            <summary>
            RolesInRolesProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.RolesInRolesProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.Accounts.RolesInRolesProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Security.Accounts.SqlRolesInRolesProvider">
            <summary>
            SqlRolesInRolesProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.SqlRolesInRolesProvider"/> class.
            </summary>
            <param name="api">The API.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.SqlRolesInRolesProvider.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.SqlRolesInRolesProvider.Api">
            <summary>
            Gets the data API to the physical database.
            </summary>
            <value>The data API.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.AddRolesToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Adds the specified member roles to the specified target roles.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <param name="targetRoles">The target roles.</param>
            <remarks>The implementation must call <c>RaiseEvent("roles:rolesAdded", memberRoles, targetRoles);</c> to notify the system that role assignments were changed.</remarks>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.RemoveRoleRelations(System.String)">
            <summary>
            Removes all relations for a role.
            </summary>
            <param name="roleName">Name of the role.</param>
            <remarks>The implementation must call <c>RaiseEvent("roles:relationsRemoved", roleName);</c> to notify the system that role assignments were changed.</remarks>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.RemoveRolesFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Removes the specified member roles from the specified target roles.
            </summary>
            <param name="memberRoles">The roles to remove from the specified target role.</param>
            <param name="targetRoles">The roles to remove the specified member role from.</param>
            <exception cref="T:System.Configuration.Provider.ProviderException">Roles in roles management is not enabled.</exception>
            <remarks>The implementation must call <c>RaiseEvent("roles:rolesRemoved", memberRoles, targetRoles);</c> to notify the system that role assignments were changed.</remarks>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.AddRoleToRole(System.String,System.String)">
            <summary>
            Adds the specified member role to the specified target role.
            </summary>
            <param name="memberRoleName">Name of a role to add to the specified target role.</param>
            <param name="targetRoleName">Name of a role to add the specified member names to.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.FindRolesInRole(System.String,System.String)">
            <summary>
            Gets a list of roles in a specified target role where the role name contains the specified name to match.
            </summary>
            <param name="targetRoleName">The role to search in.</param>
            <param name="roleNameToMatch">The role name to search for.</param>
            <returns>A string array containing the names of all the roles whose name matches <paramref name="roleNameToMatch"/> and who are members of the specified target role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.GetRolesForRole(System.String)">
            <summary>
            Gets a list of the roles that a role is in.
            </summary>
            <param name="memberRoleName">The role to return a list of roles for.</param>
            <returns>A string array containing the names of all the roles that the specified role is in.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.GetRolesInRole(System.String)">
            <summary>
            Gets a list of member roles for the specified target role.
            </summary>
            <param name="targetRoleName">The role to get the list of member roles for.</param>
            <returns>A string array containing the names of all the roles who are members of the specified role.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.IsRoleInRole(System.String,System.String)">
            <summary>
            Gets a value indicating whether the specified role is in the specified target role.
            </summary>
            <param name="memberRoleName">The name of the role to search for.</param>
            <param name="targetRoleName">The name of the role to search in.</param>
            <returns>true if the specified role is in the specified target role; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlRolesInRolesProvider.RemoveRoleFromRole(System.String,System.String)">
            <summary>
            Removes a member role from a target role.
            </summary>
            <param name="memberRoleName">Name of the role to remove from the target role.</param>
            <param name="targetRoleName">Name of the role to remove the member from.</param>
        </member>
        <member name="T:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider">
            <summary>
              SqlServerRolesInRolesProvider class.
              Responsible for fetching roles, and nested roles from SqlServer database.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.#ctor">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider" /> class.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.disableRecursiveSql">
            <summary>
            The flag showing if a recursive SQL command for fetching all nested roles is used.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.DisableRecursiveSql">
            <summary>
            Gets a value indicating whether a recursive self-joined SQL for roles in roles are disabled.
            <para>Default value: <c>false</c>.</para>
            </summary>
            <value>
            <c>true</c> if recursive sql is enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
              Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">
              A collection of the name/value pairs representing the provider-specific attributes specified in
              the configuration for this provider.
            </param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">
              An attempt is made to call
              <see
                cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
              </see>
              on a provider after the provider has already been initialized.
            </exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.GetRolesForRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.List{Sitecore.Security.Accounts.Role})">
            <summary>
              Gets the roles for role recursive either on Sitecore, or database side depending on <see cref="P:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.DisableRecursiveSql"/> value.
            </summary>
            <param name="memberRoles">The roles to have nested roles resolved.</param>
            <param name="result">The result - already resolved roles.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.GetRolesForRolesPlainSql(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.List{Sitecore.Security.Accounts.Role})">
            <summary>
            Gets the nested roles performing recursion on Sitecore side by using a set of simple SQL Selects.
            </summary>
            <param name="memberRoles">The roles to have nested roles resolved.</param>
            <param name="result">The result - already resolved roles.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.GetWhereForRolesForRoles(Sitecore.Security.Accounts.Role[],System.Collections.Generic.IEnumerable{System.Object}@)">
            <summary>
              Gets the MemberRoleName 'where' condition that would be put after 'WHERE MemberRoleName' SQL statement.
            </summary>
            <param name="newRolesToResolve">The roles to extract nested roles.</param>
            <param name="parameters">The SQL parameters to be constructed for <see cref="P:Sitecore.Security.Accounts.SqlRolesInRolesProvider.Api"/> utilization.</param>
            <returns>IN or equal sql condition with constructed SQL parameters.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.SqlServerRolesInRolesProvider.RecursiveSqlGetRolesForRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
              Gets all the nested roles in one recursive, self-joined SQL statement.
            </summary>
            <param name="memberRoles">The member roles.</param>
            <returns>All roles, and nested roles for <paramref name="memberRoles" /> </returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.StartUrlManager">
            <summary>
            Manager class for retrieving the start url set on a user profile
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.StartUrlManager.GetStartUrl(Sitecore.Security.Accounts.User)">
            <summary>
            Method for retrieving the start url set on a user profile
            </summary>
            <param name="user"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.User">
            <summary>
            User class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.#ctor(System.Security.Principal.IPrincipal)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.User"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.User"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c> the user has been authenticated.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.Current">
            <summary>
            Gets the current user.
            </summary>
            <value>The current user.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.Delegation">
            <summary>
            Gets the delegation.
            </summary>
            <value>The delegation.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.Domain">
            <summary>
            Gets the domain to which the user belongs.
            </summary>
            <value>The domain.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.IsAdministrator">
            <summary>
            Gets a value indicating whether the user is an administrator.
            </summary>
            <value>
                <c>true</c> if the user is an administrator; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.IsAuthenticated">
            <summary>
            Gets a value indicating whether the user has been authenticated.
            </summary>
            <value>
                <c>true</c> if the user has been authenticated; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.LocalName">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.Profile">
            <summary>
            Gets the profile.
            </summary>
            <value>The profile.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.Roles">
            <summary>
            Gets the roles that the user is a member of.
            </summary>
            <value>The roles.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.RuntimeSettings">
            <summary>
            Gets the runtime settings.
            </summary>
            <value>The runtime settings.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.Create(System.String,System.String)">
            <summary>
            Creates a new user with the specified user name and stores it in the underlying membership database.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.Delete">
            <summary>
            Deletes the user from the underlying membership database.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.Exists(System.String)">
            <summary>
            Existses the specified username.
            </summary>
            <param name="username">The username.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.FromName(System.String,System.Boolean)">
            <summary>
            Instantiate a user from a name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, the user has been authenticated.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.FromPrincipal(System.Security.Principal.IPrincipal)">
            <summary>
            Instantiate a user from an <see cref="T:System.Security.Principal.IPrincipal"/>.
            </summary>
            <param name="principal">The principal.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.GetDomainName">
            <summary>
            Gets the name of the domain.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.GetLocalName">
            <summary>
            Gets the local name of the user.
            </summary>
            <returns>The name of the user without the domain.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.IsInRole(Sitecore.Security.Accounts.Role)">
            <summary>
            Determines whether the user belongs to the specified role.
            </summary>
            <param name="role">The role.</param>
            <returns>
            true if the user is a member of the specified role; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.IsInRole(System.String)">
            <summary>
            Determines whether the current principal belongs to the specified role, including removed and added roles in RuntimeSettings.
            </summary>
            <returns>
            true if the current principal is a member of the specified role; otherwise, false.
            </returns>
            <param name="roleName">The name of the role for which to check membership. </param>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.GetId">
            <summary>
            Gets the identifier.
            </summary>
            <returns>
              The identifier.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.GetProviderUserKey">
            <summary>
            Gets the <see cref="P:System.Web.Security.MembershipUser.ProviderUserKey"/> property from the underlying <see cref="T:System.Web.Security.MembershipUser"/>.
            </summary>
            <returns>The <see cref="P:System.Web.Security.MembershipUser.ProviderUserKey"/> property from the underlying <see cref="T:System.Web.Security.MembershipUser"/></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.SetId(Sitecore.Data.ID)">
            <summary>
            Sets the identifier.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.SetProviderUserKey(System.Object)">
            <summary>
            Sets the provider user key.
            </summary>
            <param name="value">The provider user key.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.CreateProfileObject">
            <summary>
            Creates the profile object.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.User.GetProfileType">
            <summary>
            Gets the type of the profile.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Security.Accounts.User.Identity">
            <summary>
            Gets the identity of the current principal.
            </summary>
             
            <returns>
            The <see cref="T:System.Security.Principal.IIdentity"></see> object associated with the current principal.
            </returns>
             
        </member>
        <member name="T:Sitecore.Security.Accounts.UserDelegation">
            <summary>
            UserDelegation class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.#ctor(Sitecore.Security.Accounts.User)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserDelegation"/> class.
            </summary>
            <param name="user">The user.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.CanManage(Sitecore.Security.Domains.Domain)">
            <summary>
            Determines whether the user can manage the specified domain.
            </summary>
            <param name="domain">The domain.</param>
            <returns>
                <c>true</c> if the user can manage the specified domain; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.CanManage(Sitecore.Security.Accounts.User)">
            <summary>
             Determines whether the user can manage the specified user
            </summary>
            <param name="user"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetManagedAccounts">
            <summary>
            Gets the managed accounts (ie. the accounts for which the user is local administrator).
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetManagedDomains">
            <summary>
            Gets the domains managed by the user.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetManagedRoles">
            <summary>
            Gets the roles managed by this user.
            </summary>
            <returns>The managed roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetManagedRoles(System.Boolean)">
            <summary>
            Gets the roles managed by this user.
            </summary>
            <param name="includeSystemRoles">if set to <c>true</c> this instance is include system roles.</param>
            <returns>The managed roles.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetManagedUsers">
            <summary>
            Gets the users managed by this user.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.DoGetManagedUsers">
            <summary>
            Does the work of getting managed users.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetDefaultManagedDomains">
            <summary>
            Gets the default list of managed domains.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserDelegation.GetSpecifiedManagedDomains(System.String[])">
            <summary>
            Gets the specified managed domains.
            </summary>
            <param name="domainNames">The domain names.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.UserList">
            <summary>
            UserList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.User})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserList"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserList.Names">
            <summary>
            Gets the names of all roles in the list.
            </summary>
            <value>The names.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserList.FromNames(System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Instantiate a user from a name.
            </summary>
            <param name="userNames">The user names.</param>
            <param name="areAuthenticated">if set to <c>true</c> the users have been are authenticated.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.UserManager">
            <summary>
            UserManager
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.UserManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.UserManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserManager.GetUserCount">
            <summary>
            Gets number of users.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserManager.GetUsers">
            <summary>
            Gets all users.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.UserProvider">
            <summary>
            UserProvider
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserProvider.EmailSearchMarker">
            <summary>
            Gets or sets the email search marker that text should contain in order to force <see cref="M:Sitecore.Security.Accounts.UserProvider.GetUsersByText(System.Int32,System.Int32,System.String)"/> method search users by email, rather than username.
            <para>Default value:"@"</para>
            </summary>
            <value>
            The email search marker.
            </value>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetUserCount">
            <summary>
            Gets number of users.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetUsers">
            <summary>
            Gets all users.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetAllUsers">
            <summary>
            Gets all users.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetAllUsers(System.Int32,System.Int32)">
            <summary>
            Gets all users.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetUsersByEmail(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the users matching a specific email.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="emailToMatch">The email to match.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetUsersByName(System.Int32,System.Int32,System.String)">
            <summary>
            Gets all users matching a specific name.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="userNameToMatch">The (partial) user name to match.</param>
            <returns>An enumeration of users that match given criteria</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetUsersByText(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the users that match specified text.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="textToMatch">The searched part.</param>
            <returns>A collection of users that match specified text.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.GetUsersByTextCount(System.String)">
            <summary>
            Gets the number of users that match specified text (f.e. either by name, or email).
            </summary>
            <param name="textToMatch">The text to match in user details.</param>
            <returns>A count of users that match specified searched text.</returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserProvider.HasEmailSearchMarker(System.String@)">
            <summary>
            Check if provided text carries email search marker.
            </summary>
            <param name="textToMatch">The searched part.</param>
            <returns><c>true</c> if searched part contains <see cref="P:Sitecore.Security.Accounts.UserProvider.EmailSearchMarker"/>;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Security.Accounts.DisabledUserProvider">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetUserCount">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetUsers">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetAllUsers">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetAllUsers(System.Int32,System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetUsersByEmail(System.Int32,System.Int32,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetUsersByName(System.Int32,System.Int32,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetUsersByText(System.Int32,System.Int32,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.GetUsersByTextCount(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Accounts.DisabledUserProvider.HasEmailSearchMarker(System.String@)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.Accounts.UserProviderCollection">
            <summary>
            UserProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.Accounts.UserProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Security.Accounts.UserRoles">
            <summary>
            Defines the user roles class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.#ctor(Sitecore.Security.Accounts.User)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserRoles"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserRoles.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.Accounts.Role"/> with the specified role name.
            </summary>
            <value>The role (or null).</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserRoles.Count">
            <summary>
            Gets the number of roles that the user is member of.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserRoles.User">
            <summary>
            Gets the user.
            </summary>
            <value>The user.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.Add(Sitecore.Security.Accounts.Role)">
            <summary>
            Adds the specified role to the list of roles of which the user is a member.
            </summary>
            <param name="role">The role.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.Contains(Sitecore.Security.Accounts.Role)">
            <summary>
            Determines whether the roles collection contains the specified role.
            </summary>
            <param name="role">The role.</param>
            <returns>
                <c>true</c> if the collection contains the specified role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.Remove(Sitecore.Security.Accounts.Role)">
            <summary>
            Removes the specified role.
            </summary>
            <param name="role">The role.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.RemoveAll">
            <summary>
            Removes all.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.Replace(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Replaces the specified roles.
            </summary>
            <param name="roles">The roles.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.RemoveRuntimeRoles(System.String[])">
            <summary>
            Removes the runtime roles from the user.
            </summary>
            <param name="roleNames">Names of the roles to be removed from virtual user.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.FromUser(Sitecore.Security.Accounts.User)">
            <summary>
            Creates an instance from a user.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserRoles.RoleNames">
            <summary>
            Gets the role names.
            </summary>
            <value>The role names.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserRoles.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Security.Accounts.UserSwitcher">
            <summary>
            UserSwitcher class
            </summary>
        </member>
        <member name="F:Sitecore.Security.Accounts.UserSwitcher.oldUser">
            <summary>
            The User object.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.#ctor(Sitecore.Security.Accounts.User)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserSwitcher"/> class.
            </summary>
            <param name="user">The user object.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.#ctor(System.Security.Principal.IPrincipal)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserSwitcher"/> class.
            </summary>
            <param name="user">The user principal.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserSwitcher"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, the user has been authenticated.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.#ctor(System.String,System.Boolean,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserSwitcher"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, the user has been authenticated.</param>
            <param name="roles">The roles.</param>
        </member>
        <member name="P:Sitecore.Security.Accounts.UserSwitcher.User">
            <summary>
            Gets the user.
            </summary>
            <value>The user object.</value>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.Enter(Sitecore.Security.Accounts.User)">
            <summary>
            Enters the specified user.
            </summary>
            <param name="user">The user to be switched to.</param>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.Exit">
            <summary>
            Exits the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Accounts.UserSwitcher.OnDisposed(System.Object,System.EventArgs)">
            <summary>
            Called when disposed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Security.AspNetSecurityProviderWrapper`2">
            <summary>
            ProviderWrapper class
            </summary>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapper`2.DomainNames">
            <summary>
            Gets the domain names mapped to the provider.
            </summary>
            <value>The names of the domains.</value>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapper`2.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapper`2.StoreFullNames">
            <summary>
            Gets or sets a value indicating whether to use full names.
            </summary>
            <value><c>true</c> if full names should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapper`2.Wildcard">
            <summary>
            Gets or sets the wildcard.
            </summary>
            <value>The wildcard.</value>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.CorrectWildcard(System.String)">
            <summary>
            Corrects the wildcard.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Globalize(System.Web.Security.MembershipUser)">
            <summary>
            Makes a user object global (makes sure that the user name is fully qualified).
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Globalize(System.Web.Security.MembershipUserCollection)">
            <summary>
            Gets a membership user collection with global user names.
            </summary>
            <param name="users">The users.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Globalize(System.Web.Profile.ProfileInfoCollection)">
            <summary>
            Gets a profile collection with global user names.
            </summary>
            <param name="profiles">The profiles.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Globalize(System.Web.Profile.ProfileInfo)">
            <summary>
            Globalizes the specified profile.
            </summary>
            <param name="profile">The profile.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Globalize(System.String[])">
            <summary>
            Gets a list of role names with global role names.
            </summary>
            <param name="names">The role names.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Globalize(System.String)">
            <summary>
            Makes the name global (makes sure that it is fully qualified).
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Initialize(System.Xml.XmlNode,Sitecore.Security.AspNetSecurityProviderWrapperList{`0,`1},System.Func{System.String,`0})">
            <summary>
            Initializes the specified config node.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="owner">The owner.</param>
            <param name="getProvider">The get provider delegate.</param>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Localize(System.String)">
            <summary>
            Gets the provider specific version of the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Localize(System.String[])">
            <summary>
            Gets the provider specific versions of the specified account names.
            </summary>
            <param name="accountNames">The account names.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Localize(System.Web.Security.MembershipUser)">
            <summary>
            Gets a version of the user object that uses the provider specific user name.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Localize(System.Web.Profile.ProfileInfo)">
            <summary>
            Localizes the specified profile.
            </summary>
            <param name="profile">The profile.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Localize(System.Web.Profile.ProfileInfoCollection)">
            <summary>
            Gets a profile collection with local user names.
            </summary>
            <param name="profiles">The profiles.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.Localize(System.Configuration.SettingsContext)">
            <summary>
            Localizes the specified context.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.ServesDomain(System.String)">
            <summary>
            Gets a value indicating whether domainName could be served by current AspNetSecurityProviderWrapper
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns><c>true</c> if domainName is served by current wrapper; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapper`2.GetDomainNames(System.Xml.XmlNode)">
            <summary>
            Gets the domain names defined in a provider configuration node.
            </summary>
            <param name="providerNode">The provider node.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.AspNetSecurityProviderWrapperList`2">
            <summary>
            ProviderWrapperList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapperList`2.#ctor(System.Collections.Specialized.NameValueCollection,System.Configuration.Provider.ProviderBase,System.Func{System.String,`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.AspNetSecurityProviderWrapperList`2"/> class.
            </summary>
            <param name="config">The config.</param>
            <param name="owner">The owner.</param>
            <param name="getProvider">The get provider.</param>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapperList`2.DefaultWrapper">
            <summary>
            Gets the default wrapper.
            </summary>
            <value>The default wrapper.</value>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapperList`2.DomainMap">
            <summary>
            Gets the map of domain/wrappers.
            </summary>
            <value>The map.</value>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapperList`2.Owner">
            <summary>
            Gets the owner.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="P:Sitecore.Security.AspNetSecurityProviderWrapperList`2.OwnerTypeName">
            <summary>
            Gets the name of the owner type.
            </summary>
            <value>The name of the owner type.</value>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapperList`2.GetWrapper(System.String)">
            <summary>
            Gets a provider wrapper for a specific user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapperList`2.BuildDomainMap">
            <summary>
            Builds the domain/wrapper map.
            </summary>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapperList`2.GetProviderNodesFromConfig(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the provider nodes from config.
            </summary>
            <param name="config">The config.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.AspNetSecurityProviderWrapperList`2.Initialize(System.Collections.Specialized.NameValueCollection,System.Func{System.String,`0})">
            <summary>
            Initializes the wrappers.
            </summary>
            <param name="config">The config.</param>
            <param name="getProvider">The get provider delegate.</param>
        </member>
        <member name="T:Sitecore.Security.Authentication.AuthenticationHelper">
            <summary>
            The authentication helper.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.AuthenticationHelper.AuthenticationErrorHandledKey">
            <summary>
            The authentication error handled key.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.AuthenticationHelper.IsApprovedPropertyName">
            <summary>
            The cache key.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Authentication.AuthenticationHelper.HashEncryptionProvider">
            <summary>
            Gets or sets the hash encryption provider.
            </summary>
            <value>
            The hash encryption provider.
            </value>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Authentication.AuthenticationHelper"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetSavedUser(System.String)">
            <summary>
            Gets the current shell user.
            </summary>
            <param name="cookieName">
            The cookie Name.
            </param>
            <remarks>
            This user will be used when accessing the shell site during preview.
            </remarks>
            <returns>
            Returns Shell user
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.ResetActiveUser(System.String)">
            <summary>
            Resets the saved user in specified cookie (i.e. removes the cookie).
            </summary>
            <param name="cookieName">Name of the cookie.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.SaveActiveUser(System.String)">
            <summary>
            Stores the active user in preparation for switching to.
            </summary>
            <param name="cookieName">
            The cookie Name.
            </param>
            <remarks>
            The user will be used when accessing the shell site during preview or some other modes.
            </remarks>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.SaveActiveUser(System.String,System.Boolean)">
            <summary>
            Saves the active user.
            </summary>
            <param name="cookieName">Name of the cookie.</param>
            <param name="httpOnly">if set to <c>true</c> [HTTP only].</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.CheckLegacyPassword(Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks the legacy password, converts it to the new format.
            </summary>
            <param name="user">
            The user to be verified.
            </param>
            <param name="password">
            The password.
            </param>
            <returns>
            <c>true</c>, if user has a legacy password.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetActiveUser">
            <summary>
            Gets the active user.
            </summary>
            <returns>
            The active user.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.SetActiveUser(System.String)">
            <summary>
            Sets the active user.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.SetActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Sets the active user.
            </summary>
            <param name="user">
            The user object.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.SetAnonymousUserActive">
            <summary>
            Sets the anonymous user active.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.ValidateUser(System.String,System.String)">
            <summary>
            Validates the user.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
            <param name="password">
            The password.
            </param>
            <returns>
            <c>true</c> if user is valid; otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetAuthenticationData(System.String)">
            <summary>
            Gets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets the user authentication data.
            </summary>
            <param name="key">The key for authentication data.</param>
            <param name="authenticationData">The authentication data.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.IsAuthTicketExpired">
            <summary>
            Determines whether authentication ticket is expired.
            </summary>
            <returns>
              <c>true</c> if authentication ticket is expired; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.EnsureActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Ensures the active user.
            </summary>
            <param name="user">
            The user object.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetCurrentUser">
            <summary>
            Gets the name of the current user.
            </summary>
            <returns>
            The current user; <c>null</c> if user is not defined (anonymous).
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetDefaultUser">
            <summary>
            Gets the default user.
            </summary>
            <returns>
            The default user.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.HandleAuthenticationError">
            <summary>
            Handles the authentication error.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetUser(System.String,System.Boolean)">
            <summary>
            Gets the user.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
            <param name="isAuthenticated">
            if set to <c>true</c> is authenticated.
            </param>
            <returns>
            The user object.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.IsDisabled(Sitecore.Security.Accounts.User)">
            <summary>
            Determines whether the specified user is disabled.
            </summary>
            <param name="user">The user.</param>
            <returns>
              <c>true</c> if the specified user is disabled; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.ParseUserName(System.String)">
            <summary>
            Parse username by comparing it with database
            </summary>
            <param name="userName">User Name</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationHelper.GetPasswordHashes(System.String)">
            <summary>
            Gets the password hashes.
            </summary>
            <param name="password">
            The password.
            </param>
            <returns>
            The password hashes.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Authentication.AuthenticationManager">
            <summary>
            Authentication class
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.AuthenticationManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.AuthenticationManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.BuildVirtualUser(System.String,System.Boolean)">
            <summary>
            Builds a virtual user.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, consider the user as authenticated.</param>
            <returns>The virtual user.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.CheckLegacyPassword(Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks the legacy password, converts it to the new format.
            </summary>
            <param name="user">The user object.</param>
            <param name="password">The password.</param>
            <returns><c>True</c>, if user had a format in the old representation.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.GetActiveUser">
            <summary>
            Gets the active user.
            </summary>
            <returns>Active User.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.LoginVirtualUser(Sitecore.Security.Accounts.User)">
            <summary>
            Logs a virtual user into the system without checking a password.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(Sitecore.Security.Accounts.User)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(System.String)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(System.String,System.String)">
            <summary>
            Logs a user into the system if the <paramref name="password"/> is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(System.String,System.Boolean)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logs a user into the system if the <paramref name="password"/> is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(System.String,System.Boolean,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">if set to <c>true</c> [persistent].</param>
            <param name="allowLoginToShell">if set to <c>true</c>it will allow login to shell site.</param>
            <returns><c>true</c> If user was successfully logged in, otherwise<c>false</c></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Login(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">if set to <c>true</c> [persistent].</param>
            <param name="allowLoginToShell">if set to <c>true</c>it will allow login to shell site.</param>
            <returns><c>true</c> If user was successfully logged in, otherwise<c>false</c></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.Logout">
            <summary>
            Logs out the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.SetActiveUser(System.String)">
            <summary>
            Sets the active user.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.SetActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Sets the active user.
            </summary>
            <param name="user">The user object.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.GetAuthenticationData(System.String)">
            <summary>
            Gets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <param name="authenticationData">
            The authentication data.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationManager.IsAuthenticationTicketExpired">
            <summary>
            Determines whether authentication ticket is expired.
            </summary>
            <returns>
              <c>true</c> if authentication ticket is expired; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Authentication.AuthenticationProvider">
            <summary>
            AuthenticationProvider class
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.AuthenticationProvider.helper">
            <summary>
            Authentication Helper
            </summary>
        </member>
        <member name="P:Sitecore.Security.Authentication.AuthenticationProvider.Helper">
            <summary>
            Gets the helper object.
            </summary>
            <value>The helper.</value>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.BuildVirtualUser(System.String,System.Boolean)">
            <summary>
            Builds a virtual user.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, consider the user as authenticated.</param>
            <returns>The virtual user.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.CheckLegacyPassword(Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks the legacy password, converts it to the new format.
            </summary>
            <param name="user">The user object.</param>
            <param name="password">The password.</param>
            <returns><c>True</c>, if user had a format in the old representation.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.GetActiveUser">
            <summary>
            Gets the active user.
            </summary>
            <returns>Active User.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.GetAuthenticationData(System.String)">
            <summary>
            Gets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets the user authentication data.
            </summary>
            <param name="key">The key for authentication data.</param>
            <param name="authenticationData">The authentication data.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.LoginVirtualuser(Sitecore.Security.Accounts.User)">
            <summary>
            Logs in the specified virtual user.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.IsAuthenticationTicketExpired">
            <summary>
            Determines whether authentication ticket is expired.
            </summary>
            <returns>
              <c>true</c> if authentication ticket is expired; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.GetRealUserName(System.String)">
            <summary>
            Gets the name of the real user.
            </summary>
            <param name="originalUserName">Name of the original user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.Login(Sitecore.Security.Accounts.User)">
            <summary>
            Logs in the specified user.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logs the specified user into the system.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in. Otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.Login(System.String,System.Boolean)">
            <summary>
            Logs the specified user into the system without checking password.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in. Otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.Logout">
            <summary>
            Logs out the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.SetActiveUser(System.String)">
            <summary>
            Sets the active user.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationProvider.SetActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Sets the active user.
            </summary>
            <param name="user">The user object.</param>
        </member>
        <member name="T:Sitecore.Security.Authentication.DisabledAuthenticationProvider">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.Authentication.DisabledAuthenticationProvider.Helper">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.BuildVirtualUser(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.CheckLegacyPassword(Sitecore.Security.Accounts.User,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.GetActiveUser">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.GetAuthenticationData(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.GetRealUserName(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.IsAuthenticationTicketExpired">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.Login(Sitecore.Security.Accounts.User)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.Login(System.String,System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.Login(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.Logout">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.SetActiveUser(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.SetActiveUser(Sitecore.Security.Accounts.User)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.Authentication.DisabledAuthenticationProvider.SetAuthenticationData(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.Authentication.AuthenticationProviderCollection">
            <summary>
            AuthenticationProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Security.Authentication.AuthenticationProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.Authentication.AuthenticationProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Security.Authentication.AuthenticationSwitcher">
            <summary>
            AuthenticationSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.AuthenticationSwitcher.#ctor(Sitecore.Security.Authentication.AuthenticationProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Authentication.AuthenticationSwitcher"/> class.
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="T:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider">
            <summary>
            Basic Authentication provider.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.WriteAuthenticationResponse(System.Web.HttpRequest,System.Web.HttpResponse)">
            <summary>
            Writes the authentication response.
            </summary>
            <param name="request">The request.</param>
            <param name="response">The response.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Authenticate(System.Web.HttpRequest)">
            <summary>
            Authenticates the specified request.
            </summary>
            <param name="request">The request.</param>
            <returns><c>true</c> if user has been authenticated.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.GetUserCredentials(System.Web.HttpRequest)">
            <summary>
            Gets the user credentials.
            </summary>
            <param name="request">The request.</param>
            <returns>The User Credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.GetFullUserName(System.String)">
            <summary>
            Gets the full name of the user.
            </summary>
            <param name="name">The user name.</param>
            <returns>Full User Name: domainName\userName</returns>
        </member>
        <member name="T:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials">
            <summary>
            The User Credentials.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials.userName">
            <summary>
            The User Name.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials.userPassword">
            <summary>
            The User Password.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials"/> class.
            </summary>
            <param name="user">The user name.</param>
            <param name="password">The password.</param>
        </member>
        <member name="P:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials.UserName">
            <summary>
            Gets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="P:Sitecore.Security.Authentication.BasicHttpAuthenticationProvider.Credentials.UserPassword">
            <summary>
            Gets the user password.
            </summary>
            <value>The user password.</value>
        </member>
        <member name="T:Sitecore.Security.Authentication.DefaultAuthenticationManager">
            <summary>
            The default authentication manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.DefaultAuthenticationManager.cacheManager">
            <summary>
            The cache manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.DefaultAuthenticationManager.ticketManager">
            <summary>
            The ticket manager.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.DefaultAuthenticationManager.providerHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.#ctor(Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseTicketManager,Sitecore.Configuration.ProviderHelper{Sitecore.Security.Authentication.AuthenticationProvider,Sitecore.Security.Authentication.AuthenticationProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Authentication.DefaultAuthenticationManager"/> class.
            </summary>
            <param name="cacheManager">The cache manager.</param>
            <param name="ticketManager">The ticket Manager.</param>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Security.Authentication.DefaultAuthenticationManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>
            The provider.
            </value>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.BuildVirtualUser(System.String,System.Boolean)">
            <summary>
            Builds a virtual user.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="isAuthenticated">If set to <c>true</c>, consider the user as authenticated.</param>
            <returns>The virtual user.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.CheckLegacyPassword(Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks the legacy password, converts it to the new format.
            </summary>
            <param name="user">The user object.</param>
            <param name="password">The password.</param>
            <returns><c>True</c>, if user had a format in the old representation.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.GetActiveUser">
            <summary>
            Gets the active user.
            </summary>
            <returns>Active User.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.LoginVirtualUser(Sitecore.Security.Accounts.User)">
            <summary>
            Logs a virtual user into the system without checking a password.
            </summary>
            <param name="user">The user.</param>
            <returns><c>true</c> if user is logged in; otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(Sitecore.Security.Accounts.User)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="user">The user.</param>
            <returns><c>true</c> if user is logged in; otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(System.String)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(System.String,System.String)">
            <summary>
            Logs a user into the system if the <paramref name="password"/> is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(System.String,System.Boolean)">
            <summary>
            Logs a user into the system without checking a password.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logs a user into the system if the <paramref name="password"/> is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns><c>true</c> if user was logged in, otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(System.String,System.Boolean,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> [persistent].</param>
            <param name="allowLoginToShell">If set to <c>true</c>it will allow login to shell site.</param>
            <returns><c>true</c> If user was successfully logged in, otherwise<c>false</c></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Login(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> [persistent].</param>
            <param name="allowLoginToShell">If set to <c>true</c>it will allow login to shell site.</param>
            <returns><c>true</c> If user was successfully logged in, otherwise<c>false</c></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.Logout">
            <summary>
            Logs out the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.SetActiveUser(System.String)">
            <summary>
            Sets the active user.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.SetActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Sets the active user.
            </summary>
            <param name="user">The user object.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.GetAuthenticationData(System.String)">
            <summary>
            Gets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <param name="authenticationData">
            The authentication data.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.IsAuthenticationTicketExpired">
            <summary>
            Determines whether authentication ticket is expired.
            </summary>
            <returns>
              <c>true</c> if authentication ticket is expired; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.GetUserName(System.String)">
            <summary>
            Cleanses the name of the user.
            </summary>
            <param name="rawUserName">Name of the raw user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DefaultAuthenticationManager.ClearSecurityCache(System.String)">
            <summary>Clears the security cache.</summary>
            <param name="userName">The user name.</param>
        </member>
        <member name="T:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider">
            <summary>
            Digest Http Authentication Provider
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.WriteAuthenticationResponse(System.Web.HttpRequest,System.Web.HttpResponse)">
            <summary>
            Writes the authentication response.
            </summary>
            <param name="request">The request.</param>
            <param name="response">The response.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.Authenticate(System.Web.HttpRequest)">
            <summary>
            Authenticates the specified request.
            </summary>
            <param name="request">The request.</param>
            <returns>
             <c>true</c> if user has been authenticated.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.CreateNewNonce">
            <summary>
            Creates the new nonce.
            </summary>
            <returns>String representation of Nonce.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.GetNonceTime">
            <summary>
            Gets the nonce time.
            </summary>
            <returns>The nonce time.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.IsNonceValid(System.String)">
            <summary>
            Determines whether nonce is valid or not.
            </summary>
            <param name="nonce">The nonce.</param>
            <returns>
              <c>true</c> if nonce is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.ParseNonceTime(System.String)">
            <summary>
            Gets the nonce time.
            </summary>
            <param name="decodedNonce">The decoded nonce.</param>
            <returns>The nonce time.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.GetUserCredentials(System.Web.HttpRequest)">
            <summary>
            Gets the user credentials.
            </summary>
            <param name="request">The request.</param>
            <returns>The User Credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.VerifyUser(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Web.HttpRequest)">
            <summary>
            Verifies the user.
            </summary>
            <param name="credentials">The credentials.</param>
            <param name="reqInfo">The request info.</param>
            <param name="request">The HttpRequest.</param>
            <returns><c>true</c> if user is verified successfully.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.DigestHttpAuthenticationProvider.DumpDigestData(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Dumps the digest data.
            </summary>
            <param name="info">The test info.</param>
        </member>
        <member name="T:Sitecore.Security.Authentication.FormsAuthenticationHelper">
            <summary>
            Forms authentication helper class.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.FormsAuthenticationHelper.AuthInfoSuffix">
            <summary>
            The suffix added to the key in order to get/set virtual user's authentication information using <see cref="T:Sitecore.Security.Authentication.AuthenticationManager"/>
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Authentication.FormsAuthenticationHelper"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.GetAuthenticationData(System.String)">
            <summary>
            Gets user authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The user authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.DoGetAuthenticationInfo(System.String)">
            <summary>
            Gets the authentication information from the client data.
            </summary>
            <param name="authKey">The authentication key.</param>
            <returns>The authentication information.</returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.DoSetAuthenticationInfo(System.String,System.String)">
            <summary>
            Sets the authentication information into the client data.
            </summary>
            <param name="authKey">The authentication key.</param>
            <param name="authenticationData">The authentication data.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets the user authentication data.
            </summary>
            <param name="key">The key for authentication data.</param>
            <param name="authenticationData">The authentication data.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.GetCurrentUser">
            <summary>
            Get current user.
            </summary>
            <returns>
            Returns current user.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.RenewTicketIfOld(System.Web.Security.FormsAuthenticationTicket)">
            <summary>
            Renew authentication ticket.
            </summary>
            <param name="oldTicket">
            The old ticket.
            </param>
            <returns>
            Returns updated Authentication ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.UpdateTicket(System.Web.Security.FormsAuthenticationTicket)">
            <summary>
            Add the ticket to http context response cookie.
            </summary>
            <param name="ticket">
            The ticket.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.GetTicket">
            <summary>
            Gets ticket associated with request.
            </summary>
            <returns>
            The <see cref="T:System.Web.Security.FormsAuthenticationTicket"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationHelper.SaveTicket(System.Web.Security.FormsAuthenticationTicket)">
            <summary>
            Saves the ticket to http context response cookie.
            </summary>
            <param name="ticket">
            Ticket to save.
            </param>
        </member>
        <member name="T:Sitecore.Security.Authentication.FormsAuthenticationProvider">
            <summary>
            Forms Authentication Provider
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.FormsAuthenticationProvider.helper">
            <summary>
            Forms Authentication helper.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="config">
            The config.
            </param>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.GetActiveUser">
            <summary>
            Gets active user.
            </summary>
            <returns>
            Returns active user.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.Login(System.String,System.Boolean)">
            <summary>
            Logs the specified user into the system.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.Login(Sitecore.Security.Accounts.User)">
            <summary>
            Logs the specified user into the system.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.Logout">
            <summary>
            Logs out the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.GetAuthenticationData(System.String)">
            <summary>
            Gets user's authentication data.
            </summary>
            <param name="key">
            The key for authentication data.
            </param>
            <returns>
            The authentication data.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.SetAuthenticationData(System.String,System.String)">
            <summary>
            Sets the user authentication data.
            </summary>
            <param name="key">The key for authentication data.</param>
            <param name="authenticationData">The authentication data.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.FormsAuthenticationProvider.ClearCookies">
            <summary>
            Clears the cookies.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Authentication.HttpAuthenticationManager">
            <summary>
            HttpAuthenticationManager class
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.HttpAuthenticationManager.data">
            <summary>
            Provider Helper.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Authentication.HttpAuthenticationManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.Security.Authentication.HttpAuthenticationManager.Providers">
            <summary>
            Gets all providers.
            </summary>
            <value>The providers.</value>
        </member>
        <member name="M:Sitecore.Security.Authentication.HttpAuthenticationManager.IsAuthorized(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified request is authorized.
            </summary>
            <param name="request">The request.</param>
            <returns>
               <c>true</c> if the specified request is authorized; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.HttpAuthenticationManager.WriteAuthenticationResponse(System.Web.HttpRequest,System.Web.HttpResponse)">
            <summary>
            Writes the authentication response.
            </summary>
            <param name="request">The request.</param>
            <param name="response">The response.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.HttpAuthenticationManager.Authenticate(System.Web.HttpRequest)">
            <summary>
            Authenticates the user from the specified request.
            </summary>
            <param name="request">The request.</param>
            <returns><c>true</c> if user has been authenticated.</returns>
        </member>
        <member name="T:Sitecore.Security.Authentication.HttpAuthenticationProvider">
            <summary>
            Http Base Authentication provider.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Authentication.HttpAuthenticationProvider.realm">
            <summary>
            Identifies the user location.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Authentication.HttpAuthenticationProvider.Realm">
            <summary>
            Gets or sets the realm.
            </summary>
            <value>The realm.</value>
        </member>
        <member name="M:Sitecore.Security.Authentication.HttpAuthenticationProvider.IsAuthorized(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified request is authorized.
            </summary>
            <param name="request">The request.</param>
            <returns>
               <c>true</c> if the specified request is authorized; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.HttpAuthenticationProvider.WriteAuthenticationResponse(System.Web.HttpRequest,System.Web.HttpResponse)">
            <summary>
            Writes the authentication response.
            </summary>
            <param name="request">The request.</param>
            <param name="response">The response.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.HttpAuthenticationProvider.Authenticate(System.Web.HttpRequest)">
            <summary>
            Authenticates the specified user.
            </summary>
            <param name="request">The request.</param>
            <returns>
               <c>true</c> if user has been authenticated.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Authentication.HttpAuthenticationProviderCollection">
            <summary>
            HttpAuthenticationProviderCollection class.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Authentication.HttpAuthenticationProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Security.Authentication.HttpAuthenticationProvider"/> with the specified name.
            </summary>
            <param name="name">The provider name.</param>
            <value>The Http Authentication Provider object.</value>
        </member>
        <member name="T:Sitecore.Security.Authentication.MembershipAuthenticationProvider">
            <summary>
            MembershipAuthenticationProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.MembershipAuthenticationProvider.Login(System.String,System.Boolean)">
            <summary>
            Logs the specified user into the system without checking password.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.MembershipAuthenticationProvider.Login(Sitecore.Security.Accounts.User)">
            <summary>
            Logs in the specified user.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.MembershipAuthenticationProvider.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logs the specified user into the system if the password is valid.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c> (and the provider supports it), the login will be persisted.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Authentication.MembershipAuthenticationProvider.Logout">
            <summary>
            Logs out the current user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Authentication.MembershipAuthenticationProvider.SetActiveUser(System.String)">
            <summary>
            Sets the active user.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Security.Authentication.MembershipAuthenticationProvider.SetActiveUser(Sitecore.Security.Accounts.User)">
            <summary>
            Sets the active user.
            </summary>
            <param name="user">The user object.</param>
        </member>
        <member name="T:Sitecore.Security.DomainMapHelper">
            <summary>
            DomainMapHelper class
            </summary>
        </member>
        <member name="M:Sitecore.Security.DomainMapHelper.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.DomainMapHelper"/> class.
            </summary>
            <param name="config">The config.</param>
        </member>
        <member name="M:Sitecore.Security.DomainMapHelper.GetProviderName(Sitecore.Security.Domains.Domain)">
            <summary>
            Gets the name of the provider linked to a specific domain.
            </summary>
            <param name="domain">The domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.DomainMapHelper.GetDomainMap">
            <summary>
            Initializaes the domain map.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Domains.ConfigStoreDomainProvider">
            <summary>
              ConfigDomainProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.AddDomain(System.String,System.Boolean)">
            <summary>
              Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.GetConfiguration">
            <summary>
              Gets the configuration.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.GetDefaultDomain">
            <summary>
              Gets the default domain.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.GetDomain(System.String)">
            <summary>
              Gets a named domain.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.GetDomains">
            <summary>
            Gets all domains handled by the provider.
            </summary>
            <returns>An enumeration of domains ordered by domain name.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
              Initializes the provider.
            </summary>
            <param name="config">
              A collection of the name/value pairs representing the provider-specific attributes specified in
              the configuration for this provider.
            </param>
            <param name="name">The friendly name of the provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">
              An attempt is made to call
              <see
                cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
              </see>
              on a provider after the provider has already been initialized.
            </exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.RemoveDomain(System.String)">
            <summary>
              Removes an existing domain from the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.ConfigStore_ConfigChanged(System.Object,System.EventArgs)">
            <summary>
              Handles the ConfigChanged event of the ConfigStore control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.ConfigStoreDomainProvider.Reload">
            <summary>
              Loads the config.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Domains.Domain">
            <summary>
            Represents a domain.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.Domain"/> class.
            </summary>
            <comment>Warning: This constructor must only be used by factories.</comment>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.Domain"/> class.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.AccountNameValidation">
            <summary>
            Gets the account name validation (<c>regex</c>).
            </summary>
            <value>The account name validation.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.AccountPrefix">
            <summary>
            Gets the account prefix (i.e. Name\) expected for all accounts that belong to the current domain.
            <para>For 'Sitecore' domain the value would be 'Sitecore\'.</para>
            </summary>
            <value>The account prefix.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.AnonymousUserEmailPattern">
            <summary>
            Gets or sets the anonymous user email pattern.
            </summary>
            <value>The anonymous user email pattern.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.AnonymousUserName">
            <summary>
            Gets or sets the name of the 'anonymous' user.
            <para>String <see cref="F:System.String.Empty"/> if the feature is not supported by the domain.</para>
            </summary>
            <value>The name of the anonymous user.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.Appearance">
            <summary>
            Gets the appearance.
            </summary>
            <value>The appearance.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.Current">
            <summary>
            Gets the current/active domain.
            </summary>
            <value>The current domain.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.EnsureAnonymousUser">
            <summary>
            Gets a value indicating whether to ensure that an anonymous user exists for the domain.
            </summary>
            <value><c>true</c> if it should be ensured; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.EveryoneRoleName">
            <summary>
            Gets or sets the name of the 'everyone' role. Empty string if the feature is not supported by the domain.
            </summary>
            <value>The name of the everyone role.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.IsDefault">
            <summary>
            Gets a value indicating whether this instance is default.
            </summary>
            <value>
                <c>true</c> if this instance is default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.LocallyManaged">
            <summary>
            Gets or sets a value indicating whether the domain is locally managed.
            </summary>
            <value><c>true</c> if locally managed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.MemberPattern">
            <summary>
            Gets the pattern string for members of this domain.
            </summary>
            <remarks>The pattern is used when querying the <see cref="T:System.Web.Security.Membership"/> API.</remarks>
            <value>The member pattern.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
            <comment>Warning: The setter should only be used by factories.</comment>
            <exception cref="T:Sitecore.Exceptions.DomainException">A domain was not initialized properly. The Name property is null.</exception>
        </member>
        <member name="P:Sitecore.Security.Domains.Domain.DefaultProfileItemID">
            <summary>
            Gets the default profile item ID.
            </summary>
            <value>The default profile item ID.</value>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.CreateAnonymousUserIfNeeded">
            <summary>
            Creates the anonymous user if needed.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.Equals(Sitecore.Security.Domains.Domain)">
            <summary>
            Equals implementation.
            </summary>
            <param name="domain">The domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
            </returns>
            <exception cref="T:System.NullReferenceException">The <paramref name="obj"/> parameter is null.</exception>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.ExtractDomainName(System.String)">
            <summary>
            Extracts the name of the domain from a full account name.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.ExtractShortName(System.String)">
            <summary>
            Extracts the short name of an account from a full account name.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetAccountDomain(System.String)">
            <summary>
            Finds the domain of a specific account.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetAccounts">
            <summary>
            Gets all accounts in the domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetAnonymousUser">
            <summary>
            Gets the anonymous user.
            </summary>
            <returns>The anonymous user.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetDefaultAnonymousUser">
            <summary>
            Gets the default anonymous user.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetDomain(System.String)">
            <summary>
            Gets a domain from its name.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetEveryoneRole">
            <summary>
            Gets the everyone role.
            </summary>
            <returns>The everyone user.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetFullName(System.String)">
            <summary>
            Gets the full-name corresponding to an account name (i.e. the <see cref="M:Sitecore.Security.Domains.Domain.GetShortName(System.String)">short name</see> prefixed by the domain name).
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>The full name.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetFullName(System.String,System.Boolean)">
            <summary>
            Gets the full-name corresponding to an account name (i.e. the <see cref="M:Sitecore.Security.Domains.Domain.GetShortName(System.String)">short name</see> prefixed by the domain name).
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="processFullNames">If set to <c>true</c>, process the account name even if it appears to be a full name already.</param>
            <returns>The full name.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetRoles">
            <summary>
            Gets all roles in the domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetShortName(System.String)">
            <summary>
            Gets the short-name corresponding to an account name (i.e. the account name without the domain name prefix).
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>The full name.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetUserCount">
            <summary>
            Gets the number of users in the domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetUsers">
            <summary>
            Gets all users in the domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetUsers(System.Int32,System.Int32)">
            <summary>
            Gets a specific page of users in the domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetUsers(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a specific page of users in the domain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetUsersByName(System.Int32,System.Int32,System.String,System.Int32@)">
            <summary>
            Gets domain users by the name.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="search">The search.</param>
            <param name="total">The total.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetUsersByNameCount(System.String)">
            <summary>
            Gets the users by name count.
            </summary>
            <param name="search">The search string.</param>
            <returns>Number of users</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.HandlesAccount(System.String)">
            <summary>
            Determines if the domain handles a specific user (identified by name).
            <para>Domain can handle the account in case account name is prefixed with this domain <see cref="P:Sitecore.Security.Domains.Domain.AccountPrefix"/>.</para>
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns><c>true</c> if account prefixed with the <see cref="P:Sitecore.Security.Domains.Domain.AccountPrefix"/>;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.IsAnonymousUser(System.String)">
            <summary>
            Determines whether the specified account name represents the 'anonymous' user for the domain.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if it is the name of the anonymous user; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.IsEveryoneRole(System.String)">
            <summary>
            Determines whether the specified account name represents the everyone role for the domain.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if it is the everyone role name; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.IsFullName(System.String)">
            <summary>
            Determines if a specific account name is fully qualified (i.e. is prefixed with the domain name).
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.IsValidAccountName(System.String)">
            <summary>
            Determines whether the specified account name is valid.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if the specified account name is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.op_Inequality(Sitecore.Security.Domains.Domain,Sitecore.Security.Domains.Domain)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="domain1">The domain1.</param>
            <param name="domain2">The domain2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.op_Equality(Sitecore.Security.Domains.Domain,Sitecore.Security.Domains.Domain)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="domain1">The domain1.</param>
            <param name="domain2">The domain2.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.CreateAnonymousUser">
            <summary>
            Creates the anonymous user in the Membership database.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.Domain.GetSearchString(System.String)">
            <summary>
            Gets the search string.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.Domains.DomainConfiguration">
            <summary>
            DomainConfig class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainConfiguration.#ctor(Sitecore.Configuration.ConfigStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.DomainConfiguration"/> class.
            </summary>
            <param name="configStore">The config store.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainConfiguration.AddDomain(System.String)">
            <summary>
            Adds a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainConfiguration.CommitChanges">
            <summary>
            Commits the changes.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainConfiguration.GetDomain(System.String)">
            <summary>
            Gets a domain record.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainConfiguration.RemoveDomain(System.String)">
            <summary>
            Removes a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"></exception>
        </member>
        <member name="T:Sitecore.Security.Domains.DomainList">
            <summary>
            DomainList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Domains.Domain})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.DomainList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.DomainList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Security.Domains.DomainRecord">
            <summary>
            DomainRecord class
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainRecord.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.DomainRecord"/> class.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainRecord.#ctor(Sitecore.Configuration.ConfigRecord)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.DomainRecord"/> class.
            </summary>
            <param name="configRecord">The record.</param>
        </member>
        <member name="P:Sitecore.Security.Domains.DomainRecord.DomainName">
            <summary>
            Gets the name of the domain.
            </summary>
            <value>The name of the domain.</value>
        </member>
        <member name="P:Sitecore.Security.Domains.DomainRecord.IsDefault">
            <summary>
            Gets or sets a value indicating whether this domain is the default.
            </summary>
            <value>
                <c>true</c> if this domain is the default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.Domains.DomainRecord.LocallyManaged">
            <summary>
            Gets or sets a value indicating whether the domain is locally managed.
            </summary>
            <value><c>true</c> if it is locally managed; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainRecord.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Gets a bool value.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainRecord.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Sets a bool value.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Security.Domains.DomainsWrapper">
            <summary>Wrapper for domains
            </summary>
        </member>
        <member name="F:Sitecore.Security.Domains.DomainsWrapper.domains">
            <summary>
            Gets or sets domains.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Domains.Domain})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Domains.DomainsWrapper"/> class.
            </summary>
            <param name="domains">The domains.</param>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.GetUsers">
            <summary>
            Gets the users.
            </summary>
            <returns>IEnumerable of users.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.GetAllUsers">
            <summary>
            Gets all users.
            </summary>
            <returns>All users.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.GetUsersCount">
            <summary>
            Gets the count.
            </summary>
            <returns>Users count.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.GetPage(System.Int32,System.Int32)">
            <summary>
            Gets the page.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns>Page with users.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.GetFiltered(System.Int32,System.Int32,System.String)">
            <summary>
            Gets the filtered.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="filter">The filter.</param>
            <returns>IEnumerable of users.</returns>
        </member>
        <member name="M:Sitecore.Security.Domains.DomainsWrapper.GetFilteredCount(System.String)">
            <summary>
            Gets the filtered count.
            </summary>
            <param name="filter">The filter.</param>
            <returns>Count of filtered users</returns>
        </member>
        <member name="T:Sitecore.Security.MembershipProviderWrapper">
            <summary>
            MembershipProviderWrapper class
            </summary>
        </member>
        <member name="T:Sitecore.Security.MembershipProviderWrapperList">
            <summary>
            MembershipProviderWrapperList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.MembershipProviderWrapperList.#ctor(System.Collections.Specialized.NameValueCollection,System.Configuration.Provider.ProviderBase,System.Func{System.String,System.Web.Security.MembershipProvider})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.MembershipProviderWrapperList"/> class.
            </summary>
            <param name="config">The config.</param>
            <param name="owner">The owner.</param>
            <param name="getProvider">The get provider.</param>
        </member>
        <member name="T:Sitecore.Security.DisabledMembersipProvider">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.EnablePasswordRetrieval">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.EnablePasswordReset">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.RequiresQuestionAndAnswer">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.ApplicationName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.MaxInvalidPasswordAttempts">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.PasswordAttemptWindow">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.RequiresUniqueEmail">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.PasswordFormat">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.MinRequiredPasswordLength">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.MinRequiredNonAlphanumericCharacters">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledMembersipProvider.PasswordStrengthRegularExpression">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.GetPassword(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.ChangePassword(System.String,System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.ResetPassword(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.UpdateUser(System.Web.Security.MembershipUser)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.ValidateUser(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.UnlockUser(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.GetUser(System.Object,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.GetUser(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.GetUserNameByEmail(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.DeleteUser(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.GetNumberOfUsersOnline">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledMembersipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.Principal.SitecoreIdentity">
            <summary>
            The Sitecore identity.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Principal.SitecoreIdentity.authenticationType">
            <summary>
            The authentication type.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Principal.SitecoreIdentity.isAuthenticated">
            <summary>
            Whether the user has been authenticated.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Principal.SitecoreIdentity.name">
            <summary>
            The name.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Principal.SitecoreIdentity.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Principal.SitecoreIdentity"/> class.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="isAuthenticated">
            <c>true</c> if the user was authenticated; otherwise, <c>false</c>.
            </param>
        </member>
        <member name="P:Sitecore.Security.Principal.SitecoreIdentity.AuthenticationType">
            <summary>
            Gets the type of authentication used.
            </summary>
            <returns>
            The type of authentication used to identify the user.
            </returns>
        </member>
        <member name="P:Sitecore.Security.Principal.SitecoreIdentity.IsAuthenticated">
            <summary>
            Gets a value indicating whether the user has been authenticated.
            </summary>
            <returns>
            <c>true</c> if the user was authenticated; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.Security.Principal.SitecoreIdentity.Name">
            <summary>
            Gets the name of the current user.
            </summary>
            <returns>
            The name of the user on whose behalf the code is running.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Principal.SitecoreIdentity.FromName(System.String,System.Boolean)">
            <summary>
            Creates and gets the <see cref="T:Sitecore.Security.Principal.SitecoreIdentity"/> instance from name.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="authenticated">
            <c>true</c> if the user was authenticated; otherwise, <c>false</c>.
            </param>
            <returns>
            The <see cref="T:Sitecore.Security.Principal.SitecoreIdentity"/> instance.
            </returns>
        </member>
        <member name="T:Sitecore.Security.DisabledProfileProvider">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledProfileProvider.ApplicationName">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.DeleteProfiles(System.Web.Profile.ProfileInfoCollection)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.DeleteProfiles(System.String[])">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.DeleteInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.GetNumberOfInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption,System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.GetAllInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime,System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.FindProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledProfileProvider.FindInactiveProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.DateTime,System.Int32,System.Int32,System.Int32@)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.ProfileProviderWrapper">
            <summary>
            ProfileProviderWrapper class
            </summary>
        </member>
        <member name="P:Sitecore.Security.ProfileProviderWrapper.IgnoredDomains">
            <summary>
            Gets or sets the ignored domains.
            </summary>
            <value>
            The ignored domains.
            </value>
        </member>
        <member name="M:Sitecore.Security.ProfileProviderWrapper.Initialize(System.Xml.XmlNode,Sitecore.Security.AspNetSecurityProviderWrapperList{System.Web.Profile.ProfileProvider,Sitecore.Security.ProfileProviderWrapper},System.Func{System.String,System.Web.Profile.ProfileProvider})">
            <summary>
            Initializes the specified config node.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="owner">The owner.</param>
            <param name="getProvider">The get provider.</param>
        </member>
        <member name="M:Sitecore.Security.ProfileProviderWrapper.ParseIgnoredDomains(System.String,Sitecore.Security.AspNetSecurityProviderWrapperList{System.Web.Profile.ProfileProvider,Sitecore.Security.ProfileProviderWrapper})">
            <summary>
            Parses the ignored domains attribute.
            </summary>
            <param name="domains">The domains.</param>
            <param name="owner">The owner.</param>
            <returns>Parsed domains</returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="T:Sitecore.Security.ProfileProviderWrapperList">
            <summary>
            ProfileProviderWrapperList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.ProfileProviderWrapperList.#ctor(System.Collections.Specialized.NameValueCollection,System.Configuration.Provider.ProviderBase,System.Func{System.String,System.Web.Profile.ProfileProvider})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.ProfileProviderWrapperList"/> class.
            </summary>
            <param name="config">The config.</param>
            <param name="owner">The owner.</param>
            <param name="getProvider">The get provider.</param>
        </member>
        <member name="T:Sitecore.Security.ProfileSwitcher">
            <summary>
            ProfileSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.Security.ProfileSwitcher.#ctor(System.Web.Profile.ProfileProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.ProfileSwitcher"/> class.
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="T:Sitecore.Security.DisabledRoleProvider">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledRoleProvider.ApplicationName">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.IsUserInRole(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.GetRolesForUser(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.CreateRole(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.DeleteRole(System.String,System.Boolean)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.RoleExists(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.AddUsersToRoles(System.String[],System.String[])">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.GetUsersInRole(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.GetAllRoles">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledRoleProvider.FindUsersInRole(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.RoleProviderWrapper">
            <summary>
            RoleProviderWrapper class
            </summary>
        </member>
        <member name="P:Sitecore.Security.RoleProviderWrapper.IgnoredUserDomains">
            <summary>
            Gets or sets the ignored domains.
            </summary>
            <value>
            The ignored domains.
            </value>
        </member>
        <member name="P:Sitecore.Security.RoleProviderWrapper.AllowedUserDomains">
            <summary>
            Gets or sets the allowed domains.
            </summary>
            <value>
            The allowed domains.
            </value>
        </member>
        <member name="M:Sitecore.Security.RoleProviderWrapper.Initialize(System.Xml.XmlNode,Sitecore.Security.AspNetSecurityProviderWrapperList{System.Web.Security.RoleProvider,Sitecore.Security.RoleProviderWrapper},System.Func{System.String,System.Web.Security.RoleProvider})">
            <summary>
            The initialize.
            </summary>
            <param name="configNode">
            The config node.
            </param>
            <param name="owner">
            The owner.
            </param>
            <param name="getProvider">
            The get provider.
            </param>
            <exception cref="T:System.InvalidOperationException">
            </exception>
        </member>
        <member name="M:Sitecore.Security.RoleProviderWrapper.AllowsUserDomain(System.String)">
            <summary>
            Checks if RoleProviderWrapper allows users in specific domain.
            </summary>
            <param name="domainName">
            The domain name.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.RoleProviderWrapper.ParseUserDomains(System.String)">
            <summary>
            Parses the ignored or allowed user domains attribute.
            </summary>
            <param name="domains">The domains.</param>
            <returns>Parsed domains</returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="T:Sitecore.Security.RoleProviderWrapperList">
            <summary>
            RoleProviderWrapperList class
            </summary>
        </member>
        <member name="M:Sitecore.Security.RoleProviderWrapperList.#ctor(System.Collections.Specialized.NameValueCollection,System.Configuration.Provider.ProviderBase,System.Func{System.String,System.Web.Security.RoleProvider})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.RoleProviderWrapperList"/> class.
            </summary>
            <param name="config">The config.</param>
            <param name="owner">The owner.</param>
            <param name="getProvider">The get provider.</param>
        </member>
        <member name="T:Sitecore.Security.SecurityAudit">
            <summary>
            Helper class for various security related audit trails
            </summary>
        </member>
        <member name="M:Sitecore.Security.SecurityAudit.LogDeleteUser(System.Object,System.String)">
            <summary>
            Log user deletion
            </summary>
            <param name="owner">Owner.</param>
            <param name="userName">The user name</param>
        </member>
        <member name="M:Sitecore.Security.SecurityAudit.LogManagedDomainChanged(System.Object,System.String,System.String,System.String)">
            <summary>
            Log changes to user's "managed domains"
            </summary>
            <param name="owner">Owner.</param>
            <param name="userName">The user name</param>
            <param name="currentManagedDomains">The managed domains currently assigned to user (i.e. before change). Multiple domains must be separated by '|'.</param>
            <param name="newManagedDomains">The new managed domains being assigned to user (i.e. after change) Multiple domains must be separated by '|'.</param>
            <returns>The Credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityAudit.LogCreateRole(System.Object,System.String)">
            <summary>
            Log role creation
            </summary>
            <param name="owner">Owner.</param>
            <param name="roleName">The role name</param>
        </member>
        <member name="M:Sitecore.Security.SecurityAudit.LogAddUsersToRole(System.Object,System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Log add users to role
            </summary>
            <param name="owner">Owner.</param>
            <param name="users">The users to add to role</param>
            <param name="roleName">The role name</param>
        </member>
        <member name="M:Sitecore.Security.SecurityAudit.LogAddRolesToRole(System.Object,System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Log add roles to role
            </summary>
            <param name="owner">Owner.</param>
            <param name="roles">The roles to add to role</param>
            <param name="roleName">The role name</param>
        </member>
        <member name="T:Sitecore.Security.SecurityHelper">
            <summary>
            Security Helper
            </summary>
        </member>
        <member name="M:Sitecore.Security.SecurityHelper.CanRunApplication(System.String)">
            <summary>
            Determines whether current user can run application.
            </summary>
            <param name="applicationName">Name of the application.</param>
            <returns>
                <c>true</c> if current user can run application specified application; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SecurityHelper.HasAccessTo(Sitecore.Data.ID)">
            <summary>
            Determines whether current user has the access to a specified id.
            </summary>
            <param name="id">The id.</param>
            <returns>
                <c>true</c> if current user has the access; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SecurityHelper.CanManage(Sitecore.Security.Accounts.User)">
             <summary>
            Determines whether context user can manage the specified
             </summary>
             <param name="user">user</param>
             <returns><c>true</c> if <see cref="P:Sitecore.Context.User"/> can manage the specified; otherwise AccessDeniedException is thrown</returns>
        </member>
        <member name="T:Sitecore.Security.SecurityUtil">
            <summary>
            Security related utilities.
            </summary>
        </member>
        <member name="P:Sitecore.Security.SecurityUtil.DigestPropertyName">
            <summary>
            Gets the name of the digest property.
            </summary>
            <value>The name of the digest property.</value>
        </member>
        <member name="P:Sitecore.Security.SecurityUtil.DigestPropertyNameWithoutDomain">
            <summary>
            Gets the name of the digest property.
            </summary>
            <value>The name of the digest property.</value>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.GetSecurable(Sitecore.Data.Items.Item,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the securable- item or field.
            </summary>
            <param name="item">The item.</param>
            <param name="right">The right.</param>
            <returns>Securable that should be used for check access.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.GetUserDigestCredentials(System.String)">
            <summary>
            Gets the user digest credentials.
            </summary>
            <param name="username">The username.</param>
            <returns>The Credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.GetUserDigestCredentials(System.String,System.Boolean)">
            <summary>
            Gets the user digest credentials.
            </summary>
            <param name="username">The username.</param>
            <param name="withoutDomain">if set to <c>true</c> credentials without domain info will be generated.</param>
            <returns>The Credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.GetUserDigestCredentials(Sitecore.Security.Accounts.User,System.Boolean)">
            <summary>
            Gets the user digest credentials.
            </summary>
            <param name="user">The Sitecore user.</param>
            <param name="withoutDomain">if set to <c>true</c> credentials without domain info will be generated.</param>
            <returns>The Credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.ComputeDigestCredentials(System.String,System.String)">
            <summary>
            Gets the digest encripted credentials.
            </summary>
            <param name="username">The username.</param>
            <param name="password">The password.</param>
            <returns>The encripted credentials.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.ComputeHash(System.String)">
            <summary>
            Gets the hash.
            </summary>
            <param name="str">The input string to be hashed.</param>
            <returns>The hashed string.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.SetUserDigestCredentials(Sitecore.Security.Accounts.User,System.String,System.String)">
            <summary>
            Sets the user digest credentials.
            </summary>
            <param name="user">The Sitecore user.</param>
            <param name="credentials">The credentials.</param>
            <param name="credentialsWithoutDomain">The credentials without domain.</param>
            <returns><c>true</c> if credentials were added.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.UpdateDigestCredentials(System.String,System.String)">
            <summary>
            Updates the digest credentials for the user.
            </summary>
            <param name="username">The username.</param>
            <param name="password">The password.</param>
            <returns><c>true</c> if credentials were updated.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtil.IsValidRoleName(System.String@)">
            <summary>
            Check for valid role name
            </summary>
            <param name="param">input for checking</param>
            <returns>true if all check is not hit</returns>
        </member>
        <member name="T:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty">
            <summary>
             Represents user profile property in ProfilePropertyDom.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.Name">
            <summary>
             Name of the profile property.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.Content">
            <summary>
             The content of the profile property.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.IsCustomProperty">
            <summary>
             Is the profile property a custom profile property
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.#ctor(System.String,System.Object)">
            <summary>
             Creates an instance of the dump profile property.
            </summary>
            <param name="profilePropertyName">The name of the profile property.</param>
            <param name="profilePropertyContent">The content of the profile property</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.#ctor(System.String,System.Object,System.Boolean)">
            <summary>
             Creates an instance of the dump profile property.
            </summary>
            <param name="profilePropertyName">The name of the profile property.</param>
            <param name="profilePropertyContent">The content of the profile property</param>
             <param name="isCustom">Is custom profile property</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.Serialize(System.IO.TextWriter)">
            <summary>
             Serializes the profile property to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty.ReadProperty(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
             Reads profile property.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The profile property.</returns>
            <exception cref="T:System.Exception">The file was generated using a newer version of Serialization.</exception>
        </member>
        <member name="T:Sitecore.Security.Serialization.ObjectModel.SyncRole">
            <summary>
              Represents Sitecore role in RoleDom.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncRole.Name">
            <summary>
             Name of the role dump.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncRole.RolesInRole">
            <summary>
             List of role members for role dump.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncRole.#ctor(System.String)">
            <summary>
             Creates an instance of a role dump.
            </summary>
            <param name="name">Role dump name.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncRole.Serialize(System.IO.TextWriter)">
            <summary>
             Serializes role to specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncRole.ReadRole(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
             Reads the role.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The role.</returns>
            <exception cref="T:System.Exception">The file was generated using a newer version of Serialization.</exception>
        </member>
        <member name="T:Sitecore.Security.Serialization.ObjectModel.SyncUser">
            <summary>
             Represents Sitecore user in UserDom.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Serialization.ObjectModel.SyncUser.creationDate">
            <summary>
            Creation date of the user.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Serialization.ObjectModel.SyncUser.lastActivityDate">
            <summary>
            Last activity date of the user.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Serialization.ObjectModel.SyncUser.lastLockoutDate">
            <summary>
            Last lockout date of the user.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Serialization.ObjectModel.SyncUser.lastLoginDate">
            <summary>
            Last login date of the user.
            </summary>
        </member>
        <member name="F:Sitecore.Security.Serialization.ObjectModel.SyncUser.lastPasswordChanged">
            <summary>
            Last password changed date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.Email">
            <summary>
             Email address of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.UserName">
            <summary>
             Name of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.CreationDate">
            <summary>
             Creation date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.LastActivityDate">
            <summary>
             Last activity date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.LastLockoutDate">
            <summary>
             Last lockout date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.LastLoginDate">
            <summary>
             Last login date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.LastPasswordChanged">
            <summary>
             Last password changed date of the user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.IsApproved">
            <summary>
             Shows whether user is approved or not.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.IsLockedOut">
            <summary>
             Shows whether user is locked out or not.
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.ProfileProperties">
            <summary>
             List of profile properties for the user
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.CustomProfileProperties">
            <summary>
             List of custom profile properties for the user
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.Roles">
            <summary>
             List of the roles the user is in
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.ObjectModel.SyncUser.Comment">
            <summary>
             Shows the user comment.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncUser.#ctor">
            <summary>
             Creates an instance of the dump user
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncUser.Serialize(System.IO.TextWriter)">
            <summary>
             Serializes the user to specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncUser.SerializeRoles(System.IO.TextWriter)">
            <summary>
             Serializes the roles user is member of to specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncUser.SerializeRole(System.String,System.IO.TextWriter)">
            <summary>
             Serializes the role user is member of to specified writer.
            </summary>
             <param name="roleName">Name of the role.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.ObjectModel.SyncUser.ReadUser(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
             Reads the user.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The user.</returns>
            <exception cref="T:System.Exception">The file was generated using a newer version of Serialization.</exception>
        </member>
        <member name="T:Sitecore.Security.Serialization.RoleReference">
            <summary>
              Path-based role reference with uniqueness support.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Serialization.RoleReference"/> class from role name.
            </summary>
            <param name="rolename">The name of the role.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleReference.#ctor(Sitecore.Security.Accounts.Role)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Serialization.RoleReference"/> class from role instance.
            </summary>
            <param name="role">The role.</param>
        </member>
        <member name="P:Sitecore.Security.Serialization.RoleReference.Role">
            <summary>
            Gets the role.
            </summary>
            <returns>The role.</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleReference.GetRoleInDatabase(System.String)">
            <summary>
            Gets the role in database.
            </summary>
            <param name="rolename">The name of the role.</param>
            <returns>The role in database.</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleReference.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Serialization.RoleSynchronization">
            <summary>
              Implements Role &lt;-&gt; File synchronization
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleSynchronization.WriteRole(Sitecore.Security.Accounts.Role,System.IO.TextWriter)">
            <summary>
            Writes the role to TextWriter.
            </summary>
            <param name="role">The role.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleSynchronization.BuildSyncRole(Sitecore.Security.Accounts.Role)">
            <summary>
            Builds the dump role object from role.
            </summary>
            <param name="role">The role.</param>
            <returns>The dump role.</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleSynchronization.ReadRole(System.IO.TextReader)">
            <summary>
            Reads the role from TextReader.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The role.</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.RoleSynchronization.PasteSyncRole(Sitecore.Security.Serialization.ObjectModel.SyncRole)">
            <summary>
            Pastes SyncRole into the database.
            </summary>
            <param name="syncRole">The sync role.</param>
            <returns>The role in database.</returns>
        </member>
        <member name="T:Sitecore.Security.Serialization.SecurityFileSystemCleaner">
            <summary>
            Utils to clean security file system storage
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Security.Serialization.SecurityFileSystemCleaner"/> class.</summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.CleanUsers(System.Collections.Generic.List{System.String})">
            <summary>
            Removes users which was not restored by serialization.
            </summary>
            <param name="loadedUsers">The loaded users.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.CleanUsers(System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Removes roles which was not restored by serialization.
            </summary>
            <param name="loadedUsers">The loaded users.</param>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.CleanRoles(System.Collections.Generic.List{System.String})">
            <summary>
            Removes roles which was not restored by serialization.
            </summary>
            <param name="loadedRoles">The loaded roles.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.CleanRoles(System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Removes roles which was not restored by serialization.
            </summary>
            <param name="loadedRoles">The loaded roles.</param>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.GetNames(System.Collections.Generic.List{System.String})">
            <summary>
            Parses file names into security entity names
            </summary>
            <param name="fileNames">List of file names</param>
            <returns>List of security entity names</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.CleanDomainUsers(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
            <summary>
            Removes domain users which are not in serialised domain users.
            </summary>
            <param name="loadedUsers">The loaded roles.</param>
            <param name="domains">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.CleanDomainRoles(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
            <summary>
             
            </summary>
            <param name="loadedRoles"></param>
            <param name="domains"></param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecurityFileSystemCleaner.DeleteRole(System.String)">
            <summary>
            Deletes a given role. It includes removing it from users and deleting member roles
            </summary>
            <param name="roleName">Name of the role to be deleted</param>
            <returns>True if delete operation succeeded, false otherwise</returns>
        </member>
        <member name="T:Sitecore.Security.Serialization.SecuritySerializationUtils">
            <summary>
            Utils for serialization security
            </summary>
        </member>
        <member name="P:Sitecore.Security.Serialization.SecuritySerializationUtils.PathToSerialization">
            <summary>
            Gets the path to serialization.
            </summary>
            <value>The path to serialization.</value>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.CleanUsers(System.Collections.Generic.List{System.String})">
            <summary>
            Removes users which was not restored by serialization.
            </summary>
            <param name="loadedUsers">The loaded users.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.CleanUsers(System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Removes roles which was not restored by serialization.
            </summary>
            <param name="loadedUsers">The loaded users.</param>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.CleanRoles(System.Collections.Generic.List{System.String})">
            <summary>
            Removes roles which was not restored by serialization.
            </summary>
            <param name="loadedRoles">The loaded roles.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.CleanRoles(System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Removes roles which was not restored by serialization.
            </summary>
            <param name="loadedRoles">The loaded roles.</param>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.GetNames(System.Collections.Generic.List{System.String})">
            <summary>
             
            </summary>
            <param name="fileNames"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.CleanDomainUsers(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
            <summary>
            Removes domain users which are not in serialised domain users.
            </summary>
            <param name="loadedUsers">The loaded roles.</param>
            <param name="domains">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.CleanDomainRoles(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
            <summary>
             
            </summary>
            <param name="loadedRoles"></param>
            <param name="domains"></param>
        </member>
        <member name="M:Sitecore.Security.Serialization.SecuritySerializationUtils.DeleteRole(System.String)">
            <summary>
            Deletes a given role. It includes removing it from users and deleting member roles
            </summary>
            <param name="roleName">Name of the role to be deleted</param>
            <returns>True if delete operation succeeded, false otherwise</returns>
        </member>
        <member name="T:Sitecore.Security.Serialization.UserReference">
            <summary>
              Path-based user reference with uniqueness support.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Serialization.UserReference"/> class from user name.
            </summary>
            <param name="username">The name of the user.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserReference.#ctor(Sitecore.Security.Accounts.User)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Serialization.UserReference"/> class from user instance.
            </summary>
            <param name="user">The user.</param>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserReference.#ctor(System.Web.Security.MembershipUser)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Security.Serialization.UserReference"/> class.</summary>
            <param name="user">The user.</param>
        </member>
        <member name="P:Sitecore.Security.Serialization.UserReference.User">
            <summary>
            Gets the user.
            </summary>
            <returns>The user.</returns>
        </member>
        <member name="P:Sitecore.Security.Serialization.UserReference.UserData">
            <summary>
            Sitecore user data
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserReference.GetUserInDatabase(System.String)">
            <summary>
            Gets the user in database.
            </summary>
            <param name="username">The name of the user.</param>
            <returns>The user in database.</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserReference.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Security.Serialization.UserSynchronization">
            <summary>
            Implements user file synchronization.
            </summary>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserSynchronization.BuildSyncUser(System.Web.Security.MembershipUser)">
            <summary>
            Builds the dump user object from user.
            </summary>
            <param name="membershipUser">
            The membershipUser.
            </param>
            <returns>
            The dump user.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserSynchronization.PasteSyncUser(Sitecore.Security.Serialization.ObjectModel.SyncUser)">
            <summary>
            Pastes SyncUser into the database.
            </summary>
            <param name="syncUser">
            The sync user.
            </param>
            <returns>
            The user in database.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserSynchronization.ReadUser(System.IO.TextReader)">
            <summary>
            Reads the user from TextReader.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The user to read.
            </returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserSynchronization.ReadMembershipUser(System.IO.TextReader)">
            <summary>Reads the membership user.</summary>
            <param name="reader">The reader.</param>
            <returns>The membership user.</returns>
        </member>
        <member name="M:Sitecore.Security.Serialization.UserSynchronization.WriteUser(System.Web.Security.MembershipUser,System.IO.TextWriter)">
            <summary>
            Writes the user to TextWriter.
            </summary>
            <param name="user">
            The user to write.
            </param>
            <param name="writer">
            The writer.
            </param>
        </member>
        <member name="T:Sitecore.Security.SitecoreMembershipProvider">
            <summary>
            SitecoreMembershipProvider class
            </summary>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.ApplicationName">
            <summary>
            The name of the application using the custom membership provider.
            </summary>
            <value></value>
            <returns>The name of the application using the custom membership provider.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.EnablePasswordReset">
            <summary>
            Indicates whether the membership provider is configured to allow users to reset their passwords.
            </summary>
            <value></value>
            <returns>true if the membership provider supports password reset; otherwise, false. The default is true.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.EnablePasswordRetrieval">
            <summary>
            Indicates whether the membership provider is configured to allow users to retrieve their passwords.
            </summary>
            <value></value>
            <returns>true if the membership provider is configured to support password retrieval; otherwise, false. The default is false.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.MaxInvalidPasswordAttempts">
            <summary>
            Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
            </summary>
            <value></value>
            <returns>The number of invalid password or password-answer attempts allowed before the membership user is locked out.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.MinRequiredNonAlphanumericCharacters">
            <summary>
            Gets the minimum number of special characters that must be present in a valid password.
            </summary>
            <value></value>
            <returns>The minimum number of special characters that must be present in a valid password.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.MinRequiredPasswordLength">
            <summary>
            Gets the minimum length required for a password.
            </summary>
            <value></value>
            <returns>The minimum length required for a password. </returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.PasswordAttemptWindow">
            <summary>
            Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
            </summary>
            <value></value>
            <returns>The number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.PasswordFormat">
            <summary>
            Gets a value indicating the format for storing passwords in the membership data store.
            </summary>
            <value></value>
            <returns>One of the <see cref="T:System.Web.Security.MembershipPasswordFormat"/> values indicating the format for storing passwords in the data store.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.PasswordStrengthRegularExpression">
            <summary>
            Gets the regular expression used to evaluate a password.
            </summary>
            <value></value>
            <returns>A regular expression used to evaluate a password.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.ProviderWildcard">
            <summary>
            Gets the provider wildcard.
            </summary>
            <value>The provider wildcard.</value>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.RealProvider">
            <summary>
            Gets the real provider.
            </summary>
            <value>The real provider.</value>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.RequiresQuestionAndAnswer">
            <summary>
            Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
            </summary>
            <value></value>
            <returns>true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreMembershipProvider.RequiresUniqueEmail">
            <summary>
            Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
            </summary>
            <value></value>
            <returns>true if the membership provider requires a unique e-mail address; otherwise, false. The default is true.</returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.ChangePassword(System.String,System.String,System.String)">
            <summary>
            Processes a request to update the password for a membership user.
            </summary>
            <param name="username">The user to update the password for.</param>
            <param name="oldPassword">The current password for the specified user.</param>
            <param name="newPassword">The new password for the specified user.</param>
            <returns>
            true if the password was updated successfully; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)">
            <summary>
            Processes a request to update the password question and answer for a membership user.
            </summary>
            <param name="username">The user to change the password question and answer for.</param>
            <param name="password">The password for the specified user.</param>
            <param name="newPasswordQuestion">The new password question for the specified user.</param>
            <param name="newPasswordAnswer">The new password answer for the specified user.</param>
            <returns>
            true if the password question and answer are updated successfully; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)">
            <summary>
            Adds a new membership user to the data source.
            </summary>
            <param name="username">The user name for the new user.</param>
            <param name="password">The password for the new user.</param>
            <param name="email">The e-mail address for the new user.</param>
            <param name="passwordQuestion">The password question for the new user.</param>
            <param name="passwordAnswer">The password answer for the new user</param>
            <param name="isApproved">Whether or not the new user is approved to be validated.</param>
            <param name="providerUserKey">The unique identifier from the membership data source for the user.</param>
            <param name="status">A <see cref="T:System.Web.Security.MembershipCreateStatus"/> enumeration value indicating whether the user was created successfully.</param>
            <returns>
            A <see cref="T:System.Web.Security.MembershipUser"/> object populated with the information for the newly created user.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.DeleteUser(System.String,System.Boolean)">
            <summary>
            Removes a user from the membership data source.
            </summary>
            <param name="userName">The name of the user to delete.</param>
            <param name="deleteAllRelatedData">true to delete data related to the user from the database; false to leave data related to the user in the database.</param>
            <returns>
            true if the user was successfully deleted; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
            </summary>
            <param name="emailToMatch">The e-mail address to search for.</param>
            <param name="pageIndex">The index of the page of results to return. <paramref name="pageIndex"/> is zero-based.</param>
            <param name="pageSize">The size of the page of results to return.</param>
            <param name="totalRecords">The total number of matched users.</param>
            <returns>
            A <see cref="T:System.Web.Security.MembershipUserCollection"/> collection that contains a page of <paramref name="pageSize"/><see cref="T:System.Web.Security.MembershipUser"/> objects beginning at the page specified by <paramref name="pageIndex"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a collection of membership users where the user name contains the specified user name to match.
            </summary>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="pageIndex">The index of the page of results to return. <paramref name="pageIndex"/> is zero-based.</param>
            <param name="pageSize">The size of the page of results to return.</param>
            <param name="totalRecords">The total number of matched users.</param>
            <returns>
            A <see cref="T:System.Web.Security.MembershipUserCollection"/> collection that contains a page of <paramref name="pageSize"/><see cref="T:System.Web.Security.MembershipUser"/> objects beginning at the page specified by <paramref name="pageIndex"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a collection of all the users in the data source in pages of data.
            </summary>
            <param name="pageIndex">The index of the page of results to return. <paramref name="pageIndex"/> is zero-based.</param>
            <param name="pageSize">The size of the page of results to return.</param>
            <param name="totalRecords">The total number of matched users.</param>
            <returns>
            A <see cref="T:System.Web.Security.MembershipUserCollection"/> collection that contains a page of <paramref name="pageSize"/><see cref="T:System.Web.Security.MembershipUser"/> objects beginning at the page specified by <paramref name="pageIndex"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.GetNumberOfUsersOnline">
            <summary>
            Gets the number of users currently accessing the application.
            </summary>
            <returns>
            The number of users currently accessing the application.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.GetPassword(System.String,System.String)">
            <summary>
            Gets the password for the specified user name from the data source.
            </summary>
            <param name="username">The user to retrieve the password for.</param>
            <param name="answer">The password answer for the user.</param>
            <returns>
            The password for the specified user name.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.GetUser(System.Object,System.Boolean)">
            <summary>
            Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user.
            </summary>
            <param name="providerUserKey">The unique identifier for the membership user to get information for.</param>
            <param name="userIsOnline">true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user.</param>
            <returns>
            A <see cref="T:System.Web.Security.MembershipUser"/> object populated with the specified user's information from the data source.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.GetUser(System.String,System.Boolean)">
            <summary>
            Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.
            </summary>
            <param name="username">The name of the user to get information for.</param>
            <param name="userIsOnline">true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user.</param>
            <returns>
            A <see cref="T:System.Web.Security.MembershipUser"/> object populated with the specified user's information from the data source.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.GetUserNameByEmail(System.String)">
            <summary>
            Gets the user name associated with the specified e-mail address.
            </summary>
            <param name="email">The e-mail address to search for.</param>
            <returns>
            The user name associated with the specified e-mail address. If no match is found, return null.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"/> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.ResetPassword(System.String,System.String)">
            <summary>
            Resets a user's password to a new, automatically generated password.
            </summary>
            <param name="username">The user to reset the password for.</param>
            <param name="answer">The password answer for the specified user.</param>
            <returns>The new password for the specified user.</returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.UnlockUser(System.String)">
            <summary>
            Clears a lock so that the membership user can be validated.
            </summary>
            <param name="userName">The membership user whose lock status you want to clear.</param>
            <returns>
            true if the membership user was successfully unlocked; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.UpdateUser(System.Web.Security.MembershipUser)">
            <summary>
            Updates information about a user in the data source.
            </summary>
            <param name="user">A <see cref="T:System.Web.Security.MembershipUser"/> object that represents the user to update and the updated information for the user.</param>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.ValidateUser(System.String,System.String)">
            <summary>
            Verifies that the specified user name and password exist in the data source.
            </summary>
            <param name="username">The name of the user to validate.</param>
            <param name="password">The password for the specified user.</param>
            <returns>
            true if the specified username and password are valid; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.RaiseEvent(System.String,System.Object[])">
            <summary>
            Raises an event (if <c>_raiseEvents</c> is <c>true</c>).
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.UpdateElementCounter(System.Int32)">
            <summary>
            Updates the current element counter.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.Wrap(System.Web.Security.MembershipUser)">
            <summary>
            Wraps the specified user.
            </summary>
            <param name="user">The Membership user.</param>
            <returns>The Wrapped Membersip user.</returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreMembershipProvider.Wrap(System.Web.Security.MembershipUserCollection)">
            <summary>
            Wraps the specified users.
            </summary>
            <param name="users">The users.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.SitecoreRoleProvider">
            <summary>
            Provider for roles.
            </summary>
        </member>
        <member name="P:Sitecore.Security.SitecoreRoleProvider.ApplicationName">
            <summary>
            Gets or sets the name of the application to store and retrieve role information for.
            </summary>
            <value></value>
            <returns>The name of the application to store and retrieve role information for.</returns>
        </member>
        <member name="P:Sitecore.Security.SitecoreRoleProvider.RealProvider">
            <summary>
            Gets the real provider.
            </summary>
            <value>The real provider.</value>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.AddUsersToRoles(System.String[],System.String[])">
            <summary>
            Adds the specified user names to the specified roles for the configured applicationName.
            </summary>
            <param name="userNames">A string array of user names to be added to the specified roles.</param>
            <param name="roleNames">A string array of the role names to add the specified user names to.</param>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.CreateRole(System.String)">
            <summary>
            Adds a new role to the data source for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to create.</param>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.DeleteRole(System.String,System.Boolean)">
            <summary>
            Removes a role from the data source for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to delete.</param>
            <param name="throwOnPopulatedRole">If true, throw an exception if <paramref name="roleName"/> has one or more members and do not delete <paramref name="roleName"/>.</param>
            <returns>
            true if the role was successfully deleted; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.FindUsersInRole(System.String,System.String)">
            <summary>
            Gets an array of user names in a role where the user name contains the specified user name to match.
            </summary>
            <param name="roleName">The role to search in.</param>
            <param name="usernameToMatch">The user name to search for.</param>
            <returns>
            A string array containing the names of all the users where the user name matches <paramref name="usernameToMatch"/> and the user is a member of the specified role.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.GetAllRoles">
            <summary>
            Gets a list of all the roles for the configured applicationName.
            </summary>
            <returns>
            A string array containing the names of all the roles stored in the data source for the configured applicationName.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.GetRolesForUser(System.String)">
            <summary>
            Gets a list of the roles that a specified user is in for the configured applicationName.
            </summary>
            <param name="username">The user to return a list of roles for.</param>
            <returns>
            A string array containing the names of all the roles that the specified user is in for the configured applicationName.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.GetUsersInRole(System.String)">
            <summary>
            Gets a list of users in the specified role for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to get the list of users for.</param>
            <returns>
            A string array containing the names of all the users who are members of the specified role for the configured applicationName.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"/> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.IsUserInRole(System.String,System.String)">
            <summary>
            Gets a value indicating whether the specified user is in the specified role for the configured applicationName.
            </summary>
            <param name="username">The user name to search for.</param>
            <param name="roleName">The role to search in.</param>
            <returns>
            true if the specified user is in the specified role for the configured applicationName; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])">
            <summary>
            Removes the specified user names from the specified roles for the configured applicationName.
            </summary>
            <param name="userNames">A string array of user names to be removed from the specified roles.</param>
            <param name="roleNames">A string array of role names to remove the specified user names from.</param>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.RoleExists(System.String)">
            <summary>
            Gets a value indicating whether the specified role name already exists in the role data source for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to search for in the data source.</param>
            <returns>
            true if the role name already exists in the data source for the configured applicationName; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SitecoreRoleProvider.RaiseEvent(System.String,System.Object[])">
            <summary>
            Raises an event (if <c>_raiseEvents</c> is <c>true</c>).
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Security.SwitchingMembershipProvider">
            <summary>
            SitecoreMembershipProvider class
            </summary>
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.ApplicationName">
            <summary>
            The name of the application using the custom membership provider.
            </summary>
             
            <returns>
            The name of the application using the custom membership provider.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.EnablePasswordReset">
            <summary>
            Indicates whether the membership provider is configured to allow users to reset their passwords.
            </summary>
             
            <returns>
            true if the membership provider supports password reset; otherwise, false. The default is true.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.EnablePasswordRetrieval">
            <summary>
            Indicates whether the membership provider is configured to allow users to retrieve their passwords.
            </summary>
             
            <returns>
            true if the membership provider is configured to support password retrieval; otherwise, false. The default is false.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.MaxInvalidPasswordAttempts">
            <summary>
            Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
            </summary>
             
            <returns>
            The number of invalid password or password-answer attempts allowed before the membership user is locked out.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.MinRequiredNonAlphanumericCharacters">
            <summary>
            Gets the minimum number of special characters that must be present in a valid password.
            </summary>
             
            <returns>
            The minimum number of special characters that must be present in a valid password.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.MinRequiredPasswordLength">
            <summary>
            Gets the minimum length required for a password.
            </summary>
             
            <returns>
            The minimum length required for a password.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.PasswordAttemptWindow">
            <summary>
            Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
            </summary>
             
            <returns>
            The number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.PasswordFormat">
            <summary>
            Gets a value indicating the format for storing passwords in the membership data store.
            </summary>
             
            <returns>
            One of the <see cref="T:System.Web.Security.MembershipPasswordFormat"></see> values indicating the format for storing passwords in the data store.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.PasswordStrengthRegularExpression">
            <summary>
            Gets the regular expression used to evaluate a password.
            </summary>
             
            <returns>
            A regular expression used to evaluate a password.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.RequiresQuestionAndAnswer">
            <summary>
            Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
            </summary>
             
            <returns>
            true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.RequiresUniqueEmail">
            <summary>
            Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
            </summary>
             
            <returns>
            true if the membership provider requires a unique e-mail address; otherwise, false. The default is true.
            </returns>
             
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.Wrappers">
            <summary>
            Gets the wrapper list.
            </summary>
            <value>The wrappers.</value>
        </member>
        <member name="P:Sitecore.Security.SwitchingMembershipProvider.ContextProvider">
            <summary>
            Gets the default membership provider.
            </summary>
            <value>The default provider.</value>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.ChangePassword(System.String,System.String,System.String)">
            <summary>
            Processes a request to update the password for a membership user.
            </summary>
             
            <returns>
            true if the password was updated successfully; otherwise, false.
            </returns>
             
            <param name="newPassword">The new password for the specified user. </param>
            <param name="oldPassword">The current password for the specified user. </param>
            <param name="userName">The user to update the password for. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)">
            <summary>
            Processes a request to update the password question and answer for a membership user.
            </summary>
             
            <returns>
            true if the password question and answer are updated successfully; otherwise, false.
            </returns>
             
            <param name="newPasswordQuestion">The new password question for the specified user. </param>
            <param name="newPasswordAnswer">The new password answer for the specified user. </param>
            <param name="userName">The user to change the password question and answer for. </param>
            <param name="password">The password for the specified user. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)">
            <summary>
            Adds a new membership user to the data source.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Security.MembershipUser"></see> object populated with the information for the newly created user.
            </returns>
             
            <param name="isApproved">Whether or not the new user is approved to be validated.</param>
            <param name="passwordAnswer">The password answer for the new user</param>
            <param name="userName">The user name for the new user. </param>
            <param name="providerUserKey">The unique identifier from the membership data source for the user.</param>
            <param name="password">The password for the new user. </param>
            <param name="passwordQuestion">The password question for the new user.</param>
            <param name="email">The e-mail address for the new user.</param>
            <param name="status">A <see cref="T:System.Web.Security.MembershipCreateStatus"></see> enumeration value indicating whether the user was created successfully.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.DeleteUser(System.String,System.Boolean)">
            <summary>
            Removes a user from the membership data source.
            </summary>
             
            <returns>
            true if the user was successfully deleted; otherwise, false.
            </returns>
             
            <param name="userName">The name of the user to delete.</param>
            <param name="deleteAllRelatedData">true to delete data related to the user from the database; false to leave data related to the user in the database.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Security.MembershipUserCollection"></see> collection that contains a page of <c>pageSize</c><see cref="T:System.Web.Security.MembershipUser"></see> objects beginning at the page specified by <c>pageIndex</c>.
            </returns>
             
            <param name="totalRecords">The total number of matched users.</param>
            <param name="pageIndex">The index of the page of results to return. <c>pageIndex</c> is zero-based.</param>
            <param name="emailToMatch">The e-mail address to search for.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a collection of membership users where the user name contains the specified user name to match.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Security.MembershipUserCollection"></see> collection that contains a page of <c>pageSize</c><see cref="T:System.Web.Security.MembershipUser"></see> objects beginning at the page specified by <c>pageIndex</c>.
            </returns>
             
            <param name="totalRecords">The total number of matched users.</param>
            <param name="pageIndex">The index of the page of results to return. <c>pageIndex</c> is zero-based.</param>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets a collection of all the users in the data source in pages of data.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Security.MembershipUserCollection"></see> collection that contains a page of <c>pageSize</c><see cref="T:System.Web.Security.MembershipUser"></see> objects beginning at the page specified by <c>pageIndex</c>.
            </returns>
             
            <param name="totalRecords">The total number of matched users.</param>
            <param name="pageIndex">The index of the page of results to return. <c>pageIndex</c> is zero-based.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetNumberOfUsersOnline">
            <summary>
            Gets the number of users currently accessing the application.
            </summary>
             
            <returns>
            The number of users currently accessing the application.
            </returns>
             
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetPassword(System.String,System.String)">
            <summary>
            Gets the password for the specified user name from the data source.
            </summary>
             
            <returns>
            The password for the specified user name.
            </returns>
             
            <param name="userName">The user to retrieve the password for. </param>
            <param name="answer">The password answer for the user. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetUser(System.Object,System.Boolean)">
            <summary>
            Gets information from the data source for a user based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Security.MembershipUser"></see> object populated with the specified user's information from the data source.
            </returns>
             
            <param name="providerUserKey">The unique identifier for the membership user to get information for.</param>
            <param name="userIsOnline">true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetUser(System.String,System.Boolean)">
            <summary>
            Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Security.MembershipUser"></see> object populated with the specified user's information from the data source.
            </returns>
             
            <param name="userName">The name of the user to get information for. </param>
            <param name="userIsOnline">true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetUserNameByEmail(System.String)">
            <summary>
            Gets the user name associated with the specified e-mail address.
            </summary>
             
            <returns>
            The user name associated with the specified e-mail address. If no match is found, return null.
            </returns>
             
            <param name="email">The e-mail address to search for. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.ResetPassword(System.String,System.String)">
            <summary>
            Resets a user's password to a new, automatically generated password.
            </summary>
             
            <returns>
            The new password for the specified user.
            </returns>
             
            <param name="userName">The user to reset the password for. </param>
            <param name="answer">The password answer for the specified user. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.UnlockUser(System.String)">
            <summary>
            Clears a lock so that the membership user can be validated.
            </summary>
             
            <returns>
            true if the membership user was successfully unlocked; otherwise, false.
            </returns>
             
            <param name="userName">The membership user to clear the lock status for.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.UpdateUser(System.Web.Security.MembershipUser)">
            <summary>
            Updates information about a user in the data source.
            </summary>
             
            <param name="user">A <see cref="T:System.Web.Security.MembershipUser"></see> object that represents the user to update and the updated information for the user. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.ValidateUser(System.String,System.String)">
            <summary>
            Verifies that the specified user name and password exist in the data source.
            </summary>
             
            <returns>
            true if the specified user name and password are valid; otherwise, false.
            </returns>
             
            <param name="userName">The name of the user to validate. </param>
            <param name="password">The password for the specified user. </param>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.GetUsers(Sitecore.Security.MembershipProviderWrapperList,System.Int32,System.Int32,System.Int32@,Sitecore.Common.PagingHelper{Sitecore.Security.MembershipProviderWrapper,System.Web.Security.MembershipUser}.GetElements)">
            <summary>
            Gets a list of membership users from a list of providers.
            </summary>
            <param name="wrappers">The provider wrappers.</param>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="totalRecords">The total records.</param>
            <param name="getElements">The method to call to get the <see cref="T:System.Web.Security.MembershipUser"/> elements from the provider.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.ToCollection(System.Collections.Generic.IEnumerable{System.Web.Security.MembershipUser})">
            <summary>
            Converts a list to a collection.
            </summary>
            <param name="list">The list.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingMembershipProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="T:Sitecore.Security.SwitchingProfileProvider">
            <summary>
            SitecoreProfileProvider class
            </summary>
        </member>
        <member name="P:Sitecore.Security.SwitchingProfileProvider.ApplicationName">
            <summary>
            Gets or sets the name of the currently running application.
            </summary>
             
            <returns>
            A <see cref="T:System.String"></see> that contains the application's shortened name, which does not contain a full path or extension, for example, <c>SimpleAppSettings</c>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.Security.SwitchingProfileProvider.Wrappers">
            <summary>
            Gets the wrapper list.
            </summary>
            <value>The wrappers.</value>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.DeleteInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)">
            <summary>
            When overridden in a derived class, deletes all user-profile data for profiles in which the last activity date occurred before the specified date.
            </summary>
             
            <returns>
            The number of profiles deleted from the data source.
            </returns>
             
            <param name="authenticationOption">One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption"></see> values, specifying whether anonymous, authenticated, or both types of profiles are deleted.</param>
            <param name="userInactiveSinceDate">A <see cref="T:System.DateTime"></see> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate"></see> value of a user profile occurs on or before this date and time, the profile is considered inactive.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.DeleteProfiles(System.Web.Profile.ProfileInfoCollection)">
            <summary>
            When overridden in a derived class, deletes profile properties and information for the supplied list of profiles.
            </summary>
             
            <returns>
            The number of profiles deleted from the data source.
            </returns>
             
            <param name="profiles">A <see cref="T:System.Web.Profile.ProfileInfoCollection"></see> of information about profiles that are to be deleted.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.DeleteProfiles(System.String[])">
            <summary>
            When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names.
            </summary>
             
            <returns>
            The number of profiles deleted from the data source.
            </returns>
             
            <param name="userNames">A string array of user names for profiles to be deleted.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.FindInactiveProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.DateTime,System.Int32,System.Int32,System.Int32@)">
            <summary>
            When overridden in a derived class, retrieves profile information for profiles in which the last activity date occurred on or before the specified date and the user name matches the specified user name.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Profile.ProfileInfoCollection"></see> containing user profile information for inactive profiles where the user name matches the supplied <c>userNameToMatch</c> parameter.
            </returns>
             
            <param name="authenticationOption">One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption"></see> values, specifying whether anonymous, authenticated, or both types of profiles are returned.</param>
            <param name="userInactiveSinceDate">A <see cref="T:System.DateTime"></see> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate"></see> value of a user profile occurs on or before this date and time, the profile is considered inactive.</param>
            <param name="totalRecords">When this method returns, contains the total number of profiles.</param>
            <param name="pageIndex">The index of the page of results to return.</param>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.FindProfilesByUserName(System.Web.Profile.ProfileAuthenticationOption,System.String,System.Int32,System.Int32,System.Int32@)">
            <summary>
            When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Profile.ProfileInfoCollection"></see> containing user-profile information for profiles where the user name matches the supplied <c>userNameToMatch</c> parameter.
            </returns>
             
            <param name="authenticationOption">One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption"></see> values, specifying whether anonymous, authenticated, or both types of profiles are returned.</param>
            <param name="totalRecords">When this method returns, contains the total number of profiles.</param>
            <param name="pageIndex">The index of the page of results to return.</param>
            <param name="userNameToMatch">The user name to search for.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetAllInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime,System.Int32,System.Int32,System.Int32@)">
            <summary>
            When overridden in a derived class, retrieves user-profile data from the data source for profiles in which the last activity date occurred on or before the specified date.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Profile.ProfileInfoCollection"></see> containing user-profile information about the inactive profiles.
            </returns>
             
            <param name="authenticationOption">One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption"></see> values, specifying whether anonymous, authenticated, or both types of profiles are returned.</param>
            <param name="userInactiveSinceDate">A <see cref="T:System.DateTime"></see> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate"></see> of a user profile occurs on or before this date and time, the profile is considered inactive.</param>
            <param name="totalRecords">When this method returns, contains the total number of profiles.</param>
            <param name="pageIndex">The index of the page of results to return.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetAllProfiles(System.Web.Profile.ProfileAuthenticationOption,System.Int32,System.Int32,System.Int32@)">
            <summary>
            When overridden in a derived class, retrieves user profile data for all profiles in the data source.
            </summary>
             
            <returns>
            A <see cref="T:System.Web.Profile.ProfileInfoCollection"></see> containing user-profile information for all profiles in the data source.
            </returns>
             
            <param name="authenticationOption">One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption"></see> values, specifying whether anonymous, authenticated, or both types of profiles are returned.</param>
            <param name="totalRecords">When this method returns, contains the total number of profiles.</param>
            <param name="pageIndex">The index of the page of results to return.</param>
            <param name="pageSize">The size of the page of results to return.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetNumberOfInactiveProfiles(System.Web.Profile.ProfileAuthenticationOption,System.DateTime)">
            <summary>
            When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date.
            </summary>
             
            <returns>
            The number of profiles in which the last activity date occurred on or before the specified date.
            </returns>
             
            <param name="authenticationOption">One of the <see cref="T:System.Web.Profile.ProfileAuthenticationOption"></see> values, specifying whether anonymous, authenticated, or both types of profiles are returned.</param>
            <param name="userInactiveSinceDate">A <see cref="T:System.DateTime"></see> that identifies which user profiles are considered inactive. If the <see cref="P:System.Web.Profile.ProfileInfo.LastActivityDate"></see> of a user profile occurs on or before this date and time, the profile is considered inactive.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
            <summary>
            Returns the collection of settings property values for the specified application instance and settings property group.
            </summary>
             
            <returns>
            A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> containing the values for the specified settings property group.
            </returns>
             
            <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application use.</param>
            <param name="collection">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
            <summary>
            Sets the values of the specified group of property settings.
            </summary>
             
            <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
            <param name="collection">A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> representing the group of property settings to set.</param><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetCollection(System.Web.Profile.ProfileInfo)">
            <summary>
            Gets a collection containing a single profile.
            </summary>
            <param name="profile">The profile.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetProfiles(Sitecore.Security.ProfileProviderWrapperList,System.Int32,System.Int32,System.Int32@,Sitecore.Common.PagingHelper{Sitecore.Security.ProfileProviderWrapper,System.Web.Profile.ProfileInfo}.GetElements)">
            <summary>
            Gets the profiles.
            </summary>
            <param name="wrappers">The wrappers.</param>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="totalRecords">The total records.</param>
            <param name="getElements">The method to call to get the <see cref="T:System.Web.Profile.ProfileInfo"/> elements from the provider.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.GetWrappers(System.String)">
            <summary>
            Returns list of ProfileProviderWrapper for provider
            </summary>
            <param name="userName">
            The user name.
            </param>
            <returns>
            list of ProfileProviderWrapper for provider
            </returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingProfileProvider.ToCollection(System.Collections.Generic.List{System.Web.Profile.ProfileInfo})">
            <summary>
            Converts a list to a collection.
            </summary>
            <param name="list">The list.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Security.SwitchingRoleProvider">
            <summary>
            Provider for roles.
            </summary>
        </member>
        <member name="P:Sitecore.Security.SwitchingRoleProvider.ApplicationName">
            <summary>
            Gets or sets the name of the application to store and retrieve role information for.
            </summary>
            <value></value>
            <returns>The name of the application to store and retrieve role information for.</returns>
        </member>
        <member name="P:Sitecore.Security.SwitchingRoleProvider.Wrappers">
            <summary>
            Gets the wrapper list.
            </summary>
            <value>The wrappers.</value>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.AddUsersToRoles(System.String[],System.String[])">
            <summary>
            Adds the users to roles.
            </summary>
            <param name="userNames">The user names.</param>
            <param name="roleNames">The role names.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.CreateRole(System.String)">
            <summary>
            Adds a new role to the data source for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to create.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.DeleteRole(System.String,System.Boolean)">
            <summary>
            Removes a role from the data source for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to delete.</param>
            <param name="throwOnPopulatedRole">If true, throw an exception if <c>roleName</c> has one or more members and do not delete <c>roleName</c>.</param>
            <returns>
            true if the role was successfully deleted; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.FindUsersInRole(System.String,System.String)">
            <summary>
            Finds the users in role.
            </summary>
            <param name="roleName">Name of the role.</param>
            <param name="userNameToMatch">The user name to match.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.GetAllRoles">
            <summary>
            Gets a list of all the roles for the configured applicationName.
            </summary>
            <returns>
            A string array containing the names of all the roles stored in the data source for the configured applicationName.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.GetRolesForUser(System.String)">
            <summary>
            Gets the roles for user.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.GetUsersInRole(System.String)">
            <summary>
            Gets a list of users in the specified role for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to get the list of users for.</param>
            <returns>
            A string array containing the names of all the users who are members of the specified role for the configured applicationName.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.IsUserInRole(System.String,System.String)">
            <summary>
            Determines whether the specified user is in the specified role.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="roleName">Name of the role.</param>
            <returns>
                <c>true</c> if [is user in role] [the specified user name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])">
            <summary>
            Removes the users from roles.
            </summary>
            <param name="userNames">The user names.</param>
            <param name="roleNames">The role names.</param>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.RoleExists(System.String)">
            <summary>
            Gets a value indicating whether the specified role name already exists in the role data source for the configured applicationName.
            </summary>
            <param name="roleName">The name of the role to search for in the data source.</param>
            <returns>
            true if the role name already exists in the data source for the configured applicationName; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SwitchingRoleProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="T:Sitecore.Security.UserProfile">
            <summary>
            Profile class
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.propertiesLock">
            <summary>
            Lock object
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.comment">
            <summary>
            User profile Comments
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.customProperties">
            <summary>Custom properties collection
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.customPropertiesIsDirty">
            <summary>
            Indicates wherever customProperties were changed
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.email">
            <summary>
            The email.
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.emailChanged">
            <summary>
            Indicates wherever email was changed
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.innerMembershipUser">
            <summary>
            The inner membership user.
            </summary>
        </member>
        <member name="F:Sitecore.Security.UserProfile.profileUser">
            <summary>
            The profile user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.UserProfile.ClientLanguage">
            <summary>
            Gets or sets the client language.
            </summary>
            <value>The client language.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Comment">
            <summary>
            Gets or sets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.ContentLanguage">
            <summary>
            Gets or sets the content language.
            </summary>
            <value>The content language.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Culture">
            <summary>
            Gets the culture.
            </summary>
            <value>The culture.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Email">
            <summary>
            Gets or sets the email.
            </summary>
            <value>The email.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.FullName">
            <summary>
            Gets or sets the full name.
            </summary>
            <value>The full name.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The user icon.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.IsAdministrator">
            <summary>
            Gets or sets a value indicating whether this user is an administrator.
            </summary>
            <value>
            <c>true</c> if this user is an administrator; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.LegacyPassword">
            <summary>
            Gets or sets the legacy password. The value containing hash in format of Sitecore 5.3.1.
            Should be used only for migration reasons.
            </summary>
            <value>
            The legacy password.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.ManagedDomainNames">
            <summary>
            Gets or sets the domains to manage.
            </summary>
            <value>The domains to manage.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Notifications">
            <summary>
            Gets or sets the notifications.
            </summary>
            <value>
            The notifications.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.EngagementValue">
            <summary>
            Gets or sets the engagement value.
            </summary>
            <value>
            The engagement value.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.CurrentPosition">
            <summary>
            Gets or sets the current position.
            </summary>
            <value>
            The current position.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Badges">
            <summary>
            Gets or sets the badges.
            </summary>
            <value>
            The badges.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The user name.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Portrait">
            <summary>
            Gets or sets the portrait.
            </summary>
            <value>
            The portrait.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.ProfileItemId">
            <summary>
            Gets or sets the profile item id.
            </summary>
            <value>
            The profile item id.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.ProfileUser">
            <summary>
            Gets or sets the user.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.RegionalIsoCode">
            <summary>
            Gets or sets the regional ISO code.
            </summary>
            <value>
            The regional ISO code.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.SerializedData">
            <summary>
            Gets or sets the serialized data.
            </summary>
            <remarks>For internal use only.</remarks>
            <value>The serialized data.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.StartUrl">
            <summary>
            Gets or sets the start URL.
            </summary>
            <value>The start URL.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.State">
            <summary>
            Gets the state.
            </summary>
            <value>
            The state.
            </value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.MembershipUser">
            <summary>
            Gets the membership user.
            </summary>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Cache">
            <summary>
            Gets the cache.
            </summary>
            <value>The cache.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.CustomProperties">
            <summary>
            Gets the custom properties.
            </summary>
            <value>The custom properties.</value>
        </member>
        <member name="P:Sitecore.Security.UserProfile.Item(System.String)">
            <summary>
            Gets or sets a profile property value indexed by the property name.
            </summary>
            <param name="propertyName">The name of the profile property.</param>
            <returns>
            The value of the specified profile property, typed as object.
            </returns>
            <exception cref="T:System.Configuration.SettingsPropertyNotFoundException">There are no properties defined for the current profile.- or -The specified profile property name does not exist in the current profile.- or -The provider for the specified profile property did not recognize the specified property.</exception>
            <exception cref="T:System.Configuration.Provider.ProviderException">An attempt was made to set a property value on an anonymous profile where the property's allowAnonymous attribute is false.</exception>
            <exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException">An attempt was made to set a property value that was marked as read-only.</exception>
            <exception cref="T:System.Configuration.SettingsPropertyWrongTypeException">An attempt was made to assign a value to a property using an incompatible type.</exception>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetCustomProperty(System.String)">
            <summary>
            Gets a custom property.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <returns>
            Custom property value
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetCustomPropertyNames">
            <summary>
            Gets the keys of all custom properties.
            </summary>
            <returns>
            List of custom properties names
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.Reload">
            <summary>
            Reloads all profile data for the user.
            </summary>
        </member>
        <member name="M:Sitecore.Security.UserProfile.RemoveCustomProperty(System.String)">
            <summary>
            Removes a named custom property.
            </summary>
            <param name="propertyName">
            The property name.
            </param>
        </member>
        <member name="M:Sitecore.Security.UserProfile.Save">
            <summary>
            Updates the profile data source with changed profile property values.
            </summary>
        </member>
        <member name="M:Sitecore.Security.UserProfile.SetCustomProperty(System.String,System.String)">
            <summary>
            Sets the value of a custom property.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetProfileItem">
            <summary>
            Gets the profile item.
            </summary>
            <returns>
            Profile item
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetPropertyValueCore(System.String)">
            <summary>
            Gets a named property value.
            </summary>
            <param name="propertyName">
            Name of the property.
            </param>
            <returns>
            The value.
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetPropertyValueFromRuntimeSettings(System.String)">
            <summary>
            Gets a named property value from runtime settings.
            </summary>
            <param name="propertyName">
            Name of the property.
            </param>
            <returns>
            The value.
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.SetPropertyValueCore(System.String,System.Object)">
            <summary>
            Sets a named property value.
            </summary>GetPropertyValueCore
            <param name="propertyName">
            Name of the property.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Security.UserProfile.IsCoreProperty(System.String)">
            <summary>
            Indicates wherever property is the code one
            </summary>
            <param name="propertyName">The property name.</param>
            <returns>
            Returns true if property should be stored in code, false otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.IsUserVirtual">
            <summary>
            Determines whether if the user is virtual.
            </summary>
            <returns>
              <c>true</c> if the user is virtual otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetCulture">
            <summary>
            Gets the culture.
            </summary>
            <returns>
            User Culture
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetPropertyValueFromProfileItem(System.String)">
            <summary>
            Gets the property value from profile item.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <returns>
            Value from Profile item
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.GetUser">
            <summary>
            The get user.
            </summary>
            <returns>
            Returns Membership user
            </returns>
        </member>
        <member name="M:Sitecore.Security.UserProfile.RaiseUserUpdatedEvent">
            <summary>
            The raise user updated event.
            </summary>
        </member>
        <member name="M:Sitecore.Security.UserProfile.SaveUserProperties">
            <summary>
            Saves the user properties.
            </summary>
        </member>
        <member name="M:Sitecore.Security.UserProfile.SerializeCustomProperties">
            <summary>
            Serializes the custom properties.
            </summary>
        </member>
        <member name="M:Sitecore.Security.UserProfile.SetPropertyValueToCache(System.String,System.Object)">
            <summary>
            Sets the property value to cache.
            </summary>
            <param name="propertyName">
            Name of the property.
            </param>
            <param name="propertyValue">
            The property value.
            </param>
        </member>
        <member name="T:Sitecore.Security.DisabledUserProfile">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledUserProfile.Item(System.String)">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledUserProfile.ProfileItemId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledUserProfile.ProfileUser">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Security.DisabledUserProfile.MembershipUser">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.GetCustomProperty(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.GetCustomPropertyNames">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.Reload">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.RemoveCustomProperty(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.Save">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.SetCustomProperty(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.GetProfileItem">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.GetPropertyValueCore(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.GetPropertyValueFromRuntimeSettings(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Security.DisabledUserProfile.SetPropertyValueCore(System.String,System.Object)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Security.SecurityUtility">
            <summary>
            Represents a SecurityUtility.
            </summary>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.GetAccount">
            <summary>
            Gets the account.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.GetAccount(System.String)">
            <summary>
            Gets the account.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns>The account.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.GetAccountNameAndType(System.String@,Sitecore.Security.Accounts.AccountType@)">
            <summary>
            Gets the account.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="accountType">Type of the account.</param>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.GetAccountNameAndType(System.String,System.String@,Sitecore.Security.Accounts.AccountType@)">
            <summary>
            Gets the account.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="accountName">Name of the account.</param>
            <param name="accountType">Type of the account.</param>
            <exception cref="T:System.Web.HttpRequestValidationException"><c>HttpRequestValidationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.GetDomainName">
            <summary>
            Gets the name of the domain.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.ParseAccountType(System.String)">
            <summary>
            Parses the type of the account.
            </summary>
            <param name="value">The value.</param>
            <returns>The account type.</returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.IsRole(System.String)">
            <summary>
            Determines whether the specified account is role.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if the specified account name is role; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.IsUser(System.String)">
            <summary>
            Determines whether the specified account is user.
            </summary>
            <param name="accountName">Name of the account.</param>
            <returns>
                <c>true</c> if the specified account name is user; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Security.SecurityUtility.GetAnonymousUserName(Sitecore.Security.Domains.Domain)">
            <summary>
            Gets the name of the anonymous user.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Sitecore.Security.SelectAccountOptions">
            <summary>
            Represents a SelectAccount.
            </summary>
        </member>
        <member name="P:Sitecore.Security.SelectAccountOptions.DomainName">
            <summary>
            Gets or sets the name of the domain.
            </summary>
            <value>The name of the domain.</value>
        </member>
        <member name="P:Sitecore.Security.SelectAccountOptions.ExcludeRoles">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Security.SelectAccountOptions"/> excludes the roles.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Security.SelectAccountOptions"/> excludes the roles; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.SelectAccountOptions.ExcludeUsers">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Security.SelectAccountOptions"/> excludes the users.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Security.SelectAccountOptions"/> excludes the users; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.SelectAccountOptions.IncludeEveryone">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Security.SelectAccountOptions"/> includes the everyone roles.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Security.SelectAccountOptions"/> includes the everyone roles; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Security.SelectAccountOptions.Multiple">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Security.SelectAccountOptions"/> supports multiple selections.
            </summary>
            <value><c>true</c> if multiple; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Security.SelectAccountOptions.ToUrlString">
            <summary>
            Converts the <see cref="T:Sitecore.Security.SelectAccountOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <returns>The <see cref="T:Sitecore.Text.UrlString"/>.</returns>
        </member>
        <member name="M:Sitecore.Security.SelectAccountOptions.Parse">
            <summary>
            Parses this instance.
            </summary>
            <returns>The parse.</returns>
        </member>
        <member name="T:Sitecore.Kernel.Diagnostics.LogJobRespective">
            <summary>
            Writes log messages into job status firstly if in job context.
            Write log messages into logger if not in job context.
            </summary>
        </member>
        <member name="M:Sitecore.Kernel.Diagnostics.LogJobRespective.Info(System.String,System.Object,System.Object[])">
            <summary>
            Write info message into job status firstly if in job context.
            Write info message into logger if not in job context.
            </summary>
            <param name="message">The message</param>
            <param name="owner">The owner</param>
            <param name="parameters">The parameters</param>
        </member>
        <member name="M:Sitecore.Kernel.Diagnostics.LogJobRespective.Warn(System.String,System.Object,System.Object[])">
            <summary>
            Write warning message into job status firstly if in job context.
            Write warning message into logger if not in job context.
            </summary>
            <param name="message">The message</param>
            <param name="owner">The owner</param>
            <param name="parameters">The parameters</param>
        </member>
        <member name="M:Sitecore.Kernel.Diagnostics.LogJobRespective.Error(System.String,System.Object,System.Object[])">
            <summary>
            Write error message into job status firstly if in job context.
            Write error message into logger if not in job context.
            </summary>
            <param name="message">The message</param>
            <param name="owner">The owner</param>
            <param name="parameters">The parameters</param>
        </member>
        <member name="T:Sitecore.Kernel.Web.SessionExpirationProcessor">
            <summary>
            Processes the expiration of a session.
            </summary>
        </member>
        <member name="M:Sitecore.Kernel.Web.SessionExpirationProcessor.Process(System.Web.SessionState.HttpSessionState)">
            <summary>
            Processes the expiration of a session, raises events "sessionEnd:*",
            runs <see cref="T:Sitecore.Pipelines.EndSession.SessionEndPipeline"/> and <see cref="T:Sitecore.Pipelines.EndSession.PostSessionEndPipeline"/>.
            </summary>
            <param name="sessionState">Current session state.</param>
        </member>
        <member name="T:Sitecore.Kernel.Web.SessionExpirationSubsystem">
            <summary>
            Manages session end.
            </summary>
        </member>
        <member name="M:Sitecore.Kernel.Web.SessionExpirationSubsystem.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Kernel.Web.SessionExpirationSubsystem"/> class.
            </summary>
            <param name="sessionExpirationThreads">The number of threads that handle expiration of sessions.</param>
        </member>
        <member name="M:Sitecore.Kernel.Web.SessionExpirationSubsystem.#ctor(System.Int32,System.Threading.CancellationTokenSource,System.Collections.Concurrent.ConcurrentQueue{System.Web.SessionState.HttpSessionState},Sitecore.Kernel.Web.SessionExpirationProcessor)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Kernel.Web.SessionExpirationSubsystem"/> class.
            </summary>
            <param name="sessionExpirationThreads">The number of threads that handle expiration of sessions.</param>
            <param name="source">The cancellation token source.</param>
            <param name="queue">The concurrent queue for <see cref="T:System.Web.SessionState.HttpSessionState"/> objects.</param>
            <param name="processor">The processor to process the dequeued session object.</param>
        </member>
        <member name="M:Sitecore.Kernel.Web.SessionExpirationSubsystem.Process(System.Web.SessionState.HttpSessionState)">
            <summary>
            Starts a new thread, tries to process an end of session from expiration queue
            and notifies all waiting threads of a change in the object's state.
            </summary>
            <param name="session">Current session state.</param>
        </member>
        <member name="M:Sitecore.Kernel.Web.SessionExpirationSubsystem.Dispose">
            <summary>
            Releases all resources used by the current instance of the <see cref="T:Sitecore.Kernel.Web.SessionExpirationSubsystem" /> class
            and notifies all waiting threads of a change in the object's state.
            </summary>
        </member>
        <member name="T:Sitecore.CanBeNullAttribute">
            <summary>
            An attribute used to specify an element might be null.
            </summary>
        </member>
        <member name="T:Sitecore.CannotApplyEqualityOperatorAttribute">
            <summary>
            An attribute used to specify a type cannot be compared using the equals operator.
            </summary>
        </member>
        <member name="T:Sitecore.Client">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Client.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.Client.AjaxScriptManager">
            <summary>
             Gets the current ajax script manager, asserts its presence.
            </summary>
        </member>
        <member name="P:Sitecore.Client.ContentDatabase">
            <summary>
            Gets the content database.
            </summary>
            <value>The content database.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.ContentDatabase is null.</exception>
        </member>
        <member name="P:Sitecore.Client.CoreDatabase">
            <summary>
            Gets the core database.
            </summary>
            <value>The core database.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.CoreDatabase is null.</exception>
        </member>
        <member name="P:Sitecore.Client.Device">
            <summary>
            Gets the device.
            </summary>
            <value>The device.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Device is null.</exception>
        </member>
        <member name="P:Sitecore.Client.Page">
            <summary>
            Gets the page.
            </summary>
            <value>The page.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Page is null.</exception>
        </member>
        <member name="P:Sitecore.Client.Site">
            <summary>
            Gets the site.
            </summary>
            <value>The site.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Site is null.</exception>
        </member>
        <member name="M:Sitecore.Client.GetDatabaseNotNull(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>The database.</returns>
            <exception cref="T:Sitecore.Exceptions.DatabaseNullException"><c>DatabaseNullException</c>.</exception>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(System.String)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The item not null.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException">Item is null.</exception>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(Sitecore.Data.ID)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The item.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException">Item not found.</exception>
        </member>
        <member name="M:Sitecore.Client.GetItemNotNull(Sitecore.Data.ItemUri)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The item.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException"><c>ItemNullException</c>.</exception>
        </member>
        <member name="T:Sitecore.Collections.Attribute">
            <summary>
            Attribute class
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Attribute.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Attribute"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="P:Sitecore.Collections.Attribute.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Collections.Attribute.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.Collections.AttributeList">
            <summary>
            AttributeList class
            </summary>
        </member>
        <member name="M:Sitecore.Collections.AttributeList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Collections.Attribute})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.AttributeList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Collections.AttributeList.#ctor(Sitecore.Collections.Attribute[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.AttributeList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Collections.AttributeList.#ctor(System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.AttributeList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Collections.AttributeList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.AttributeList"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.AttributeList.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified attribute name.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Collections.AttributeList.Parse(System.String[])">
            <summary>
            Parses the specified values.
            </summary>
            <param name="values">The values.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Collections.ChildListOptions">
            <summary>
            Specifies security options for the <see cref="T:Sitecore.Collections.ChildList"/> class.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.ChildListOptions.None">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Collections.ChildListOptions.IgnoreSecurity">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Collections.ChildListOptions.AllowReuse">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Collections.ChildListOptions.SkipSorting">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Collections.ChildList">
            <summary>
            Represents a list of children.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ChildList.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ChildList"/> class.
            </summary>
            <param name="ownerItem">The owner item.</param>
        </member>
        <member name="M:Sitecore.Collections.ChildList.#ctor(Sitecore.Data.Items.Item,Sitecore.Collections.ChildListOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ChildList"/> class.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Collections.ChildList.#ctor(Sitecore.Data.Items.Item,System.Collections.ICollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ChildList"/> class.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <param name="children">The children.</param>
        </member>
        <member name="M:Sitecore.Collections.ChildList.#ctor(Sitecore.Data.Items.Item,Sitecore.Collections.ItemList)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ChildList"/> class.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <param name="children">The children.</param>
        </member>
        <member name="P:Sitecore.Collections.ChildList.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified child ID.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.ChildList.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified child name.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.ChildList.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.ChildList.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>The owner item.</value>
        </member>
        <member name="M:Sitecore.Collections.ChildList.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentNullException">array is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
            <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array. </exception>
            <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array. </exception>
        </member>
        <member name="P:Sitecore.Collections.ChildList.Count">
            <summary>
            Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
            <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
        </member>
        <member name="M:Sitecore.Collections.ChildList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ChildList.System#Collections#Generic#IEnumerable{Sitecore#Data#Items#Item}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="P:Sitecore.Collections.ChildList.InnerChildren">
            <summary>
            Gets the inner children.
            </summary>
            <value>The inner children.</value>
        </member>
        <member name="P:Sitecore.Collections.ChildList.IsSynchronized">
            <summary>
            Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).
            </summary>
            <value></value>
            <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.Collections.ChildList.SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
            <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</returns>
        </member>
        <member name="M:Sitecore.Collections.ChildList.IndexOf(Sitecore.Data.Items.Item)">
            <summary>
            Searches for the item and returns the zero-based index of the first occurrence within the entire <see cref="T:Sitecore.Collections.ChildList"/>.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.ChildList.IndexOf(Sitecore.Data.ID)">
            <summary>
            Searches for the item and returns the zero-based index of the first occurrence within the entire <see cref="T:Sitecore.Collections.ChildList"/>.
            </summary>
            <param name="itemId">The item ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.ChildList.Reset">
            <summary>
            Resets the child collection.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ChildList.Reset(Sitecore.Collections.ChildListOptions)">
            <summary>
            Resets the child collection.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ChildList.Sort">
            <summary>
            Sorts the child list.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ChildList.Sort(System.Collections.Generic.IComparer{Sitecore.Data.Items.Item})">
            <summary>
            Sorts the child list using the specified comparer.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Collections.ChildList.ToArray">
            <summary>
            Converts the child list to an array of items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.ChildList.Populate(Sitecore.Collections.ChildListOptions)">
            <summary>
            Populates the childlist.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Collections.ConcurrentSet`1">
            <summary>
            Defines the ConcurrentSet type to store objects ignoring duplicates.
            </summary>
            <typeparam name="T">
            Type of the objects to be stored in the set.
            </typeparam>
        </member>
        <member name="F:Sitecore.Collections.ConcurrentSet`1.container">
            <summary>
            The container.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.ConcurrentSet`1.DefaultConcurrencyLevel">
            <summary>
            Gets the default concurrency level.
            </summary>
            <value>
            The default concurrency level.
            </value>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1" /> class that is empty,
            has the default concurrency level, has the default initial capacity, and uses the default comparer for the type.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class that contains elements copied from the specified IEnumerable{T},
            has the default concurrency level, has the default initial capacity, and uses the default comparer for the type.
            </summary>
            <param name="collection">
            The IEnumerable{T] whose elements are copied to the new set.
            </param>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class
            that contains elements copied from the specified IEnumerable has the default concurrency level,
            has the default initial capacity, and uses the specified IEqualityComparer{T}.
            </summary>
            <param name="collection">
            The IEnumerable{T] whose elements are copied to the new set.
            </param>
            <param name="equalityComparer">
            The System.Collections.Generic.IEqualityComparer{T} implementation to use when comparing keys.
            </param>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class that is empty, has the default concurrency level and capacity,
            and uses the specified System.Collections.Generic.IEqualityComparer{T}.
            </summary>
            <param name="equalityComparer">
            The System.Collections.Generic.IEqualityComparer{T} implementation to use when comparing keys.
            </param>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Int32,System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class that contains elements copied from the specified IEnumerable,
            and uses the specified System.Collections.Generic.IEqualityComparer{T}.
            </summary>
            <param name="concurrencyLevel">
            The estimated number of threads that will update the set concurrently.
            </param>
            <param name="collection">
            The IEnumerable{T] whose elements are copied to the new set.
            </param>
            <param name="equalityComparer">
            The System.Collections.Generic.IEqualityComparer{T} implementation to use when comparing keys.
            </param>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class that is empty,
            has the specified concurrency level and capacity, and uses the default comparer for the key type.
            </summary>
            <param name="concurrencyLevel">
            The estimated number of threads that will update the set concurrently.
            </param>
            <param name="capacity">
            The initial number of elements that the set can contain.
            </param>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class that is empty, has the specified concurrency level,
            has the specified initial capacity, and uses the specified System.Collections.Generic.IEqualityComparer{T}.
            </summary>
            <param name="concurrencyLevel">
            The estimated number of threads that will update the set concurrently.
            </param>
            <param name="capacity">
            The initial number of elements that the set can contain.
            </param>
            <param name="equalityComparer">
            The System.Collections.Generic.IEqualityComparer{T} implementation to use when comparing keys.
            </param>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.#ctor(System.Int32,System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ConcurrentSet`1"/> class that is empty, has the specified concurrency level,
            has the specified initial capacity, and uses the specified System.Collections.Generic.IEqualityComparer{T}.
            </summary>
            <param name="capacity">
            The initial number of elements that the set can contain.
            </param>
            <param name="equalityComparer">
            The System.Collections.Generic.IEqualityComparer{T} implementation to use when comparing keys.
            </param>
        </member>
        <member name="P:Sitecore.Collections.ConcurrentSet`1.Count">
            <summary>
            Gets the number of elements contained in the set.
            </summary>
            <value>
            The number of elements contained in the set.
            </value>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.Add(`0)">
            <summary>
            Adds the specified item.
            </summary>
            <param name="item">
            The item to add.
            </param>
            <returns>
            True if item has been added, otherwise false.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.Clear">
            <summary>
            Removes all items from the set.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.Contains(`0)">
            <summary>
            Determines whether the set contains a specific value.
            </summary>
            <param name="item">
            The object to locate in the set.
            </param>
            <returns>
            True if <paramref name="item"/> is found in the set; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.Remove(`0)">
            <summary>
            Removes the occurrence of a specific object from the set.
            </summary>
            <param name="item">
            The object to remove from the set.
            </param>
            <returns>
            True if <paramref name="item"/> was successfully removed from the set; otherwise, false. This method also returns false if
              <paramref name="item"/>
              is not found in the original set.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ConcurrentSet`1.Initialize(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes set by the specified collection.
            </summary>
            <param name="collection">
            The IEnumerable{T] whose elements are copied to the new set.
            </param>
        </member>
        <member name="T:Sitecore.Collections.DataProviderCollection">
            <summary>
            Represents a data provider collection.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.Debugging.IDValuePair">
            <summary>
            A debug view for key-value collections.
            <para>Similar to <see cref="T:System.Collections.Generic.KeyValuePair`2"/></para>
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.IDValuePair.Key">
            <summary>
            The key.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.IDValuePair.Value">
            <summary>
            The value.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.Debugging.IDValuePair.KeyDebugView">
            <summary>
            Gets the debug view for the <see cref="T:Sitecore.Data.ID" />.
            </summary>
            <value>
            The identifier debug view.
            </value>
        </member>
        <member name="M:Sitecore.Collections.Debugging.IDValuePair.#ctor(Sitecore.Data.ID,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.IDValuePair"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.Debugging.IDValuePair.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.IDValuePair"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.Debugging.IDValuePair.#ctor(System.Collections.DictionaryEntry)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.IDValuePair"/> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Collections.Debugging.IDValuePair.#ctor(System.Collections.Generic.KeyValuePair{System.Object,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.IDValuePair"/> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="T:Sitecore.Collections.Debugging.KeyValuePairs">
            <summary>
            A debug view for key-value collections.
            <para>Similar to <see cref="T:System.Collections.KeyValuePairs"/></para>
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.KeyValuePairs.Key">
            <summary>
            The key.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.KeyValuePairs.Value">
            <summary>
            The value.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Debugging.KeyValuePairs.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.KeyValuePairs"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.Debugging.KeyValuePairs.#ctor(System.Collections.DictionaryEntry)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.KeyValuePairs"/> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Collections.Debugging.KeyValuePairs.#ctor(System.Collections.Generic.KeyValuePair{System.Object,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.KeyValuePairs"/> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Collections.Debugging.KeyValuePairs.#ctor(System.Collections.Generic.KeyValuePair{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.KeyValuePairs"/> class.
            </summary>
            <param name="keyValuePair">The key value pair.</param>
        </member>
        <member name="T:Sitecore.Collections.Debugging.OrderedKeyValueDebugProxy`2">
            <summary>
            Debug view for ordered key-value collections (f.e. <see cref="T:Sitecore.Collections.HashList`2"/>).
            </summary>
            <typeparam name="K"></typeparam>
            <typeparam name="V"></typeparam>
        </member>
        <member name="M:Sitecore.Collections.Debugging.OrderedKeyValueDebugProxy`2.#ctor(Sitecore.Collections.HashList{`0,`1})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.OrderedKeyValueDebugProxy`2"/> class.
            </summary>
            <param name="hashlist">The hashlist.</param>
        </member>
        <member name="T:Sitecore.Collections.Debugging.OrderedKeyValuePairs">
            <summary>
            A debug view for ordered key-value collections.
            <para>Similar to <see cref="T:System.Collections.KeyValuePairs"/></para>
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.OrderedKeyValuePairs.Key">
            <summary>
            The key.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.OrderedKeyValuePairs.Value">
            <summary>
            The value.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.Debugging.OrderedKeyValuePairs.Order">
            <summary>
            The order
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Debugging.OrderedKeyValuePairs.#ctor(System.Object,System.Object,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Debugging.KeyValuePairs" /> class.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <param name="order">The order.</param>
        </member>
        <member name="P:Sitecore.Collections.EnvironmentHelper.ProcessorCount">
            <summary>
            Gets the processor count.
            </summary>
            <value>
            The processor count.
            </value>
        </member>
        <member name="T:Sitecore.Collections.Extensions.NameValueCollectionExtensions">
            <summary>
            Extensions to <see ref="NameValueCollection"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Extensions.NameValueCollectionExtensions.AddRange(System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Adds a range of values.
            </summary>
            <param name="target">The target.</param>
            <param name="values">The values.</param>
        </member>
        <member name="T:Sitecore.Collections.FieldCollection">
            <summary>
            Represents a collection of fields.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.FieldCollection"/> class.
            </summary>
            <param name="ownerItem">The owner item.</param>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Fields.Field"/> with the specified field ID.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Fields.Field"/>.</value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Fields.Field"/> with the specified field name.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Fields.Field"/>.</value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Fields.Field"/> at the specified index.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Fields.Field"/>.</value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.InnerFields">
            <summary>
            Gets the inner fields.
            </summary>
            <value>The inner fields.</value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.TemplateId">
            <summary>
            Gets the template id.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.Contains(Sitecore.Data.ID)">
            <summary>
            Determines whether the collection contains a field with the specified id.
            </summary>
            <param name="fieldId">The field id.</param>
            <returns>
                <c>true</c> if the specified field id has field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentNullException">array is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
            <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array. </exception>
            <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array. </exception>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.EnsureField(Sitecore.Data.Fields.Field)">
            <summary>
            Ensures that the field is included in the internal field collection.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.EnsureField(Sitecore.Data.ID)">
            <summary>
            Ensures that the field is included in the internal field collection.
            </summary>
            <param name="fieldId">The field id.</param>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.ReadAll">
            <summary>
            Reads all.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.Sort">
            <summary>
            Sorts the list of fields.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.AddField(Sitecore.Data.Fields.Field)">
            <summary>
            Adds a field.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.GetField(Sitecore.Data.ID)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldID">The field ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.GetFields">
            <summary>
            Gets the fields.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.Count">
            <summary>
            Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
            <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.IsSynchronized">
            <summary>
            Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.FieldCollection.SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.System#Collections#Generic#IEnumerable{Sitecore#Data#Fields#Field}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.FieldCollection.GetSpecialField(System.String)">
            <summary>
            Gets the special field.
            </summary>
            <param name="name">The name.</param>
            <returns>The special field.</returns>
        </member>
        <member name="T:Sitecore.Collections.FieldValueDictionary">
            <summary>
            Dictionary holding a list of <see cref="T:Sitecore.Data.Templates.Template">templates</see>
            indexed by template id.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.FieldValueDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.FieldValueDictionary"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Collections.GenericDataCollector`2">
            <summary>
            Generic threadsafe, fast data collector implementation
            </summary>
            <typeparam name="TKey">
            The Key
            </typeparam>
            <typeparam name="TValue">
            the Value
            </typeparam>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.#ctor(System.Func{`1,`1,`1})">
            <summary>
            Creates a new instance of generic data collector.
            </summary>
            <param name="update">Function to merge values in the dictionary.</param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Clear">
            <summary>
            Clears data in the internal storage, but keeps the keys
            Fast
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
            <summary>
            The copy to.
            </summary>
            <param name="array">
            The array.
            </param>
            <param name="arrayIndex">
            The array index.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.ToArray">
            <summary>
            Thread safe GetDataSnapshot
            </summary>
            <returns>
            The System.Collections.Generic.KeyValuePair`2[TKey -&gt; TKey, TValue -&gt; TValue][].
            </returns>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.AddOrUpdate(`0,System.Func{`0,`1},System.Func{`0,`1,`1})">
            <summary>
            The try add or update.
            </summary>
            <param name="key">
            The key.
            </param>
            <param name="addValueFactory">
            The add value factory.
            </param>
            <param name="updateValueFactory">
            The update value factory.
            </param>
            <exception cref="T:System.ArgumentNullException">
            </exception>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.GetMergedDictionary">
            <summary>
            The get merged dictionary.
            </summary>
            <returns>
            The System.Collections.Generic.IDictionary`2[TKey -&gt; TKey, TValue -&gt; TValue].
            </returns>
        </member>
        <member name="T:Sitecore.Collections.GenericDataCollector`2.Locks">
            <summary>
            The readerWriterLockSlim.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.GetLockInstance">
            <summary>
            The get lock instance.
            </summary>
            <returns>
            The System.Threading.ReaderWriterLockSlim.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.GetLockInstance(System.Threading.LockRecursionPolicy)">
            <summary>
            The get lock instance.
            </summary>
            <param name="recursionPolicy">
            The recursion policy.
            </param>
            <returns>
            The System.Threading.ReaderWriterLockSlim.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.GetReadLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The get read lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.GetReadOnlyLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The get read only lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.GetWriteLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The get write lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.ReleaseLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The release lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.ReleaseReadLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The release read lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.ReleaseReadOnlyLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The release read only lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.Locks.ReleaseWriteLock(System.Threading.ReaderWriterLockSlim)">
            <summary>
            The release write lock.
            </summary>
            <param name="locks">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="T:Sitecore.Collections.GenericDataCollector`2.BaseLock">
            <summary>
            The base lock.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.BaseLock.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.GenericDataCollector`2.BaseLock"/> class.
            </summary>
            <param name="readerWriterLockSlim">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="P:Sitecore.Collections.GenericDataCollector`2.BaseLock.ReaderWriterLockSlim">
            <summary>
            Gets the reader writer lock slim.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.BaseLock.Dispose">
            <summary>
            The dispose.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.GenericDataCollector`2.ReadLock">
            <summary>
            The read lock.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.ReadLock.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.GenericDataCollector`2.ReadLock"/> class.
            </summary>
            <param name="readerWriterLockSlim">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.ReadLock.Dispose">
            <summary>
            The dispose.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.GenericDataCollector`2.ReadOnlyLock">
            <summary>
            The read only lock.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.ReadOnlyLock.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.GenericDataCollector`2.ReadOnlyLock"/> class.
            </summary>
            <param name="readerWriterLockSlim">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.ReadOnlyLock.Dispose">
            <summary>
            The dispose.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.GenericDataCollector`2.WriteLock">
            <summary>
            The write lock.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.WriteLock.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.GenericDataCollector`2.WriteLock"/> class.
            </summary>
            <param name="readerWriterLockSlim">
            The readerWriterLockSlim.
            </param>
        </member>
        <member name="M:Sitecore.Collections.GenericDataCollector`2.WriteLock.Dispose">
            <summary>
            The dispose.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.HashDictionary`2">
            <summary>
            HashDictionary class
            </summary>
        </member>
        <member name="M:Sitecore.Collections.HashDictionary`2.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.HashDictionary`2"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.HashDictionary`2.#ctor(System.Collections.Generic.IEqualityComparer{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.HashDictionary`2"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="P:Sitecore.Collections.HashDictionary`2.Item(`0)">
            <summary>
            Gets or sets the entry with the specified key.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.HashDictionary`2.RemoveNullValues">
            <summary>
            Gets or sets a value indicating whether [remove null values].
            </summary>
            <value><c>true</c> if [remove null values]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Collections.HashList`2">
            <summary>
            <para>Maintains a hash table of objects with the ability </para>
            <para>to retrieve the objects in the same order as they were put in.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.HashList`2"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.HashList`2"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Collections.HashList`2.Item(System.Int32)">
            <summary>Gets an object by its index.</summary>
            <value>Gets the object at <c>index</c> position.</value>
            <param name="index">An index into the hash table.</param>
            <remarks>If index if less than zero or greater than the number
            of objects in the list, null is returned.</remarks>
            <example>
            <code>
              Hashtable hashTable = new Hashtable();
              hashTable.Add("0", "apples");
              hashTable.Add("1", "bananas");
              hashTable.Add("2", "pears");
               
              string bananas = hashTable[1]; // returns "bananas"
              string apples = hashTable["0"]; // returns "apples"
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Collections.HashList`2.Item(`0)">
            <summary>Gets or sets an object by its key.</summary>
            <value>Gets the object which is associated with a key.</value>
            <param name="key">A key.</param>
            <remarks>If the key does not exist, null is returned.</remarks>
            <example>
            <code>
              Hashtable hashTable = new Hashtable();
              hashTable.Add("0", "apples");
              hashTable.Add("1", "bananas");
              hashTable.Add("2", "pears");
               
              string bananas = hashTable[1]; // returns "bananas"
              string apples = hashTable["0"]; // returns "apples"
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Collections.HashList`2.Count">
            <summary>
            Gets the number of objects in the hash table.
            </summary>
            <value>Gets the number of objects.</value>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Collections.HashList`2.Keys">
            <summary>
            Gets a collection of keys.
            </summary>
            <value>A collection of keys.</value>
        </member>
        <member name="P:Sitecore.Collections.HashList`2.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.Add(`0,`1)">
            <summary>
            Adds an object to the hash table.
            </summary>
            <param name="key">A key uniquely describing the object.</param>
            <param name="value">An object.</param>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            hashTable.Add("2", "pears");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.AddAt(System.Int32,`0,`1)">
            <summary>
            Adds or replaces an object at a specific index.
            </summary>
            <param name="index">An index into the hash table.</param>
            <param name="key">A key uniquely describing the object.</param>
            <param name="value">The value.</param>
            <remarks>If the key does not exist in the hash table, the key and object is added.</remarks>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            hashTable.Add(0, "2", "pears");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.Clear">
            <summary>
            Clears the list.
            </summary>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("1", "bananas");
            hashTable.Add(0, "2", "pears");
            hashTable.Clear();
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.Contains(`0)">
            <summary>
            Checks if the hash table contains a key.
            </summary>
            <param name="key">A key.</param>
            <returns>
            True, if the key exists in the hash table, otherwise false.
            </returns>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            hashTable.Add("2", "pears");
            if (hashTable.Contains("1")) {
            hashTable.Add("3", "pineapple");
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.GetKey(System.Int32)">
            <summary>
            Gets a key by an index.
            </summary>
            <param name="index">An index into the hash table.</param>
            <returns>
            Returns the key at the index'ed position. If the index is less than
            zero or greater than the length of the table, blank is returned.
            </returns>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            hashTable.Add("2", "pears");
            string bananaKey = hashTable.GetKey(1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.IndexOf(`0)">
            <summary>
            Gets the index of a key.
            </summary>
            <param name="key">A key.</param>
            <returns>
            The index of the key. If the key is not found, -1 is returned.
            </returns>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            hashTable.Add("2", "pears");
            int bananaKey = hashTable.IndexOf("1");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.Remove(`0)">
            <summary>
            Removes an object from the hash table.
            </summary>
            <param name="key">A key.</param>
            <remarks>No exception is thrown if the key does not exist.</remarks>
            <example>
                <code>
            Hashtable hashTable = new Hashtable();
            hashTable.Add("0", "apples");
            hashTable.Add("1", "bananas");
            hashTable.Add("2", "pears");
            hashTable.Remove("1");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.RemoveRange(System.Int32,System.Int32)">
            <summary>
            Removes a range of objects from the hash table.
            </summary>
            <param name="index">The index.</param>
            <param name="count">The count.</param>
        </member>
        <member name="M:Sitecore.Collections.HashList`2.GetCollectionSizeOverhead">
            <summary>
            Gets the overhead in bytes introduced by this instance to store inner data.
            <para>Counts <see cref="P:Sitecore.Collections.HashList`2.SyncRoot"/> size.</para>
            </summary>
            <returns>
            Number of bytes this instance occupies in memory to store inner data.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.HistoryEntryCollection">
            <summary>
            Represents a HistoryEntryCollection.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.IdCollection">
            <summary>
            Collection holding a list of <see cref="T:Sitecore.Data.ID">id's</see>.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.IdCollection.Add(Sitecore.Data.ID[])">
            <summary>
            Adds the specified values.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Collections.IdCollection.Combine(Sitecore.Collections.IdCollection,Sitecore.Collections.IdCollection)">
            <summary>
            Gets a collection containing the combined items of two
            other collections.
            </summary>
            <param name="collection1">The collection1.</param>
            <param name="collection2">The collection2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.IdCollection.ToArray">
            <summary>
            Copies the collection to an array.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.IdCollection.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.IdList">
            <summary>
            Holds a list of Ids.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.IDList">
            <summary>
            Represents a list of Ids.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.IDList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.IDList"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.IDList.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.IDList"/> class with preset internal capacity.
            </summary>
            <param name="capacity">The capacity of inner collection.</param>
        </member>
        <member name="P:Sitecore.Collections.IDList.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Collections.IDList.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID"/> at the specified index.
            </summary>
            <value>The <see cref="T:Sitecore.Data.ID"/>.</value>
        </member>
        <member name="M:Sitecore.Collections.IDList.Add(Sitecore.Collections.IDList,Sitecore.Collections.IDList)">
            <summary>
            Adds the specified list1.
            </summary>
            <param name="list1">The list1.</param>
            <param name="list2">The list2.</param>
            <returns>The add.</returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.Build(Sitecore.Data.ID[])">
            <summary>
            Builds the specified ids.
            </summary>
            <param name="ids">The ids.</param>
            <returns>The build.</returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.Add(Sitecore.Data.ID)">
            <summary>
            Adds the specified id.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Collections.IDList.Clone">
            <summary>
            Clones this instance (shallowly).
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.Contains(Sitecore.Data.ID)">
            <summary>
            Returns <c>true</c> if this instance already contains provided id.
            </summary>
            <param name="id">id to test</param>
            <returns><c>true</c> if id is <see cref="T:Sitecore.Collections.IDList"/> already contains provided id. Otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.GetCollectionSizeOverhead">
            <summary>
            Gets the overhead in bytes introduced by this instance to store inner data.
            </summary>
            <returns>
            Number of bytes this instance occupies in memory to store inner data.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.Remove(Sitecore.Data.ID)">
            <summary>
            Removes the specified id.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Collections.IDList.ToArray">
            <summary>
            Converts the <see cref="T:Sitecore.Collections.IDList"/> to an array.
            </summary>
            <returns>The <see cref="T:Sitecore.Collections.IDList"/> as an array.</returns>
        </member>
        <member name="M:Sitecore.Collections.IDList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.IndexedDictionary">
            <summary>
            Maintains a dictionary of objects with the ability
            to retrieve the objects in the same order as they were put in.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.IndexedDictionary.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:System.Object"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.IndexedDictionary.Item(System.Object)">
            <summary>
            Gets or sets the <see cref="T:System.Object"/> with the specified key.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.IndexedDictionary.Count">
            <summary>
            Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
            <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
        </member>
        <member name="P:Sitecore.Collections.IndexedDictionary.IsSynchronized">
            <summary>
            Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).
            </summary>
            <value></value>
            <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.Collections.IndexedDictionary.SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
            <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</returns>
        </member>
        <member name="M:Sitecore.Collections.IndexedDictionary.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentNullException">array is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
            <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array. </exception>
            <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array. </exception>
        </member>
        <member name="M:Sitecore.Collections.IndexedDictionary.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.IndexedDictionary.GetKey(System.Int32)">
            <summary>
            Gets the key.
            </summary>
            <param name="index">The index.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.IndexedDictionary.Remove(System.Int32)">
            <summary>
            Removes the specified index.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="T:Sitecore.Collections.ItemCollection">
            <summary>
            Represents a collection of <see cref="T:Sitecore.Data.Items.Item"></see> objects.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.ItemCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.ItemCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.ItemCollection.IsSynchronized">
            <summary>
            Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).
            </summary>
            <value></value>
            <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.Collections.ItemCollection.SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.
            </summary>
            <value></value>
            <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</returns>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Add(Sitecore.Data.Items.Item)">
            <summary>
            Adds the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.AddRange(Sitecore.Collections.ItemCollection)">
            <summary>
            Adds the range.
            </summary>
            <param name="collection">The collection.</param>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.AddRange(Sitecore.Data.Items.Item[])">
            <summary>
            Adds the range.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Build(Sitecore.Data.Items.Item[])">
            <summary>
            Builds the collection from the specified items.
            </summary>
            <param name="items">The items.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Contains(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the collection contains the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the collection contains the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.ContainsID(Sitecore.Data.ID)">
            <summary>
            Determines whether the collection contains an item with the specified ID.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns>
                <c>true</c> if the collection contains an item with the specified ID; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
            <param name="index">The zero-based index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentNullException">array is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
            <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array. </exception>
            <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array. </exception>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.IndexOf(Sitecore.Data.Items.Item)">
            <summary>
            Searches for the item and returns the zero-based index of the first occurrence within the entire <see cref="T:Sitecore.Collections.ItemCollection"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The index position of the item if that Item is found, or -1 if it is not.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Insert(System.Int32,Sitecore.Data.Items.Item)">
            <summary>
            Inserts the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Remove(Sitecore.Data.Items.Item)">
            <summary>
            Removes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Remove(System.Int32)">
            <summary>
            Removes the item at the specified index.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.Sort(System.Collections.IComparer)">
            <summary>
            Sorts the collection.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Collections.ItemCollection.ToArray">
            <summary>
            Converts the list to an array.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Collections.ItemList">
            <summary>
            Represents a list of <see cref="T:Sitecore.Data.Items.Item"></see> objects.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.JobCollection">
            <summary>
            Collection class for holding <see cref="T:Sitecore.Abstractions.BaseJob">jobs</see>.
            </summary>>
        </member>
        <member name="T:Sitecore.Collections.JobDictionary">
            <summary>
            <para>Stores Sitecore jobs per handle in SafeDictionary (indexer[key] without exceptions).</para>
            <para>Key is <see cref="T:Sitecore.Handle"/>.</para>
            <para>Value is <see cref="T:Sitecore.Abstractions.BaseJob"/>.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.JobDictionary.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.JobDictionary"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Collections.JobDictionary.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.JobDictionary"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.JobDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.JobDictionary"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Collections.LanguageCollection">
            <summary>
            Holds a collection of languages.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.LanguageCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.LanguageCollection"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.LanguageCollection.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Globalization.Language})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.LanguageCollection"/> class.
            </summary>
            <param name="initialData">The initial data.</param>
        </member>
        <member name="M:Sitecore.Collections.LanguageCollection.Contains(System.String)">
            <summary>
            Checks if the collection contains a language with a specific name.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.LanguageCollection.ToArray">
            <summary>
            Converts the collection to an array.
            </summary>
            <returns></returns>
        </member>
        <member name="E:Sitecore.Collections.LanguageCollection.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Collections.LanguageCollection.Cacheable">
            <summary>
            Gets a value indicating if the object is cacheable.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.LanguageCollection.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Collections.LanguageCollection.GetDataLength">
            <summary>
            Gets the current (estimated) size of the object (in bytes).
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Collections.LanguageDictionary">
            <summary>
            Dictionary of Languages
            </summary>
        </member>
        <member name="E:Sitecore.Collections.LanguageDictionary.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Collections.LanguageDictionary.Cacheable">
            <summary>
            Gets a value indicating if the object is cacheable.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.LanguageDictionary.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Collections.LanguageDictionary.GetDataLength">
            <summary>
            Gets the current (estimated) size of the object (in bytes).
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.LanguageDictionary.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Collections.LanguageDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.LanguageDictionary"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Collections.LanguageList">
            <summary>
            Represents a list of languages.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.LanguageList.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Globalization.Language"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.LanguageList.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="M:Sitecore.Collections.LanguageList.Add(Sitecore.Globalization.Language)">
            <summary>
            Adds the specified language.
            </summary>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Collections.LanguageList.Add(Sitecore.Collections.LanguageList,Sitecore.Collections.LanguageList)">
            <summary>
            Adds the specified list.
            </summary>
            <param name="list1">The list1.</param>
            <param name="list2">The list2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.LanguageList.Build(Sitecore.Globalization.Language[])">
            <summary>
            Builds the specified languages.
            </summary>
            <param name="languages">The languages.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.LanguageList.Contains(Sitecore.Globalization.Language)">
            <summary>
            Determines whether the list contains the specified language.
            </summary>
            <param name="language">The language.</param>
            <returns>
                <c>true</c> if the list contains the specified language; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.LanguageList.ToArray">
            <summary>
            Converts the <see cref="T:Sitecore.Collections.LanguageList"/> to an array.
            </summary>
            <returns>The LanguageList as an array.</returns>
        </member>
        <member name="M:Sitecore.Collections.LanguageList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.LockSet">
            <summary>
            A collection of low-grained objects provided based on callee <see cref="M:System.Object.GetHashCode"/>.
            <para>As equal <see cref="T:System.Object"/> must have same hash codes, <see cref="M:Sitecore.Collections.LockSet.GetLock(System.Object)"/> returns same lock for equal <see cref="T:System.Object"/>.</para>
            <para>The lock granularity (number of internal locks) is controlled by <see cref="P:Sitecore.Configuration.Settings.ProcessingMaxDegreeOfParallelism"/>.</para>
            <para>The higher nubmer of locks, the lower chances different objects will be routed to same object lock.</para>
            <remark>Not equal objects might produce same hash codes, thereby certain collisions might occur.</remark>
            </summary>
        </member>
        <member name="F:Sitecore.Collections.LockSet.size">
            <summary>
            Size of collection.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.LockSet.locks">
            <summary>
            The array of objects to lock.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.LockSet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.LockSet"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.LockSet.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.LockSet"/> class with max degree of parallelism controlled via <paramref name="settings"/>.
            <param name="settings">Defines the number of internal locks to use.</param>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.LockSet.GetLock(System.Object)">
            <summary>
            Gets a lock <see cref="T:System.Object"/> based on <paramref name="value"/> hashcode.
            <para>Parameters with same hash codes will have same lock objects returned.</para>
            </summary>
            <param name="value">The value to get lock for.</param>
            <returns>
            The lock object.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.MinMax`1">
            <summary>
            MinMax class
            </summary>
        </member>
        <member name="M:Sitecore.Collections.MinMax`1.#ctor(`0,`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Pair`2"/> class.
            </summary>
            <param name="min">The min.</param>
            <param name="max">The max.</param>
        </member>
        <member name="P:Sitecore.Collections.MinMax`1.Min">
            <summary>
            Gets the min.
            </summary>
            <value>The min.</value>
        </member>
        <member name="P:Sitecore.Collections.MinMax`1.Max">
            <summary>
            Gets the max.
            </summary>
            <value>The max.</value>
        </member>
        <member name="T:Sitecore.Collections.Pair`2">
            <summary>
            Represents a pair.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Pair`2.#ctor(`0,`1)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Pair`2"/> class.
            </summary>
            <param name="part1">The part1.</param>
            <param name="part2">The part2.</param>
        </member>
        <member name="P:Sitecore.Collections.Pair`2.Part1">
            <summary>
            Gets part1.
            </summary>
            <value>The part1.</value>
        </member>
        <member name="P:Sitecore.Collections.Pair`2.Part2">
            <summary>
            Gets part2.
            </summary>
            <value>The part1.</value>
        </member>
        <member name="T:Sitecore.Collections.PerformanceCounterCollection">
            <summary>
            Represents a performance counter collection.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.PerformanceCounterCollection.ToArray">
            <summary>
            Converts the collection to an array.
            </summary>
            <returns>
            The PerformanceCounterCollection as an array.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.ReadOnlyList`1">
            <summary>
            ReadOnlyList class
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ReadOnlyList`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ReadOnlyList`1"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="P:Sitecore.Collections.ReadOnlyList`1.Count">
            <summary>
            Gets the number of entries in the list.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Collections.ReadOnlyList`1.Empty">
            <summary>
            Gets the empty collection.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Collections.ReadOnlyList`1.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.Combine(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Combines two lists
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.Contains(`0)">
            <summary>
            Determines whether the list contains the specified element.
            </summary>
            <param name="element">The element.</param>
            <returns>
                <c>true</c> if the list contains the specified element; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
             
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.ToArray">
            <summary>
            Converts the list to an array.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyList`1.System#Collections#Generic#IEnumerable{TElement}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
             
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="T:Sitecore.Collections.ReadOnlyStringList">
            <summary>
            ReadOnlyStringList
            </summary>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyStringList.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ReadOnlyStringList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Collections.ReadOnlyStringList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ReadOnlyStringList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Collections.SafeDictionary`2">
            <summary>
            Dictionary allowing dictionary[key] without exceptions.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.SafeDictionary`2.BaseInstanceSize">
            <summary>
            The base instance size - number of bytes this instance occupies in memory.
            <para>Does not take into account <see cref="P:Sitecore.Collections.SafeDictionary`2.Hashtable"/> size.</para>
            <para>Does not take EqualityComparer size, as same instance expected to be used everywhere.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.SafeDictionary`2"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.SafeDictionary`2"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
            <contract>
              <requires name="comparer" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.SafeDictionary`2"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <contract>
              <requires name="info" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.Count">
            <summary>
            Gets the number of entries in the dictionary.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.Item(`0)">
            <summary>
            Gets or sets the value with the specified key.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.Keys">
            <summary>
            Gets the keys of the dictionary.
            </summary>
            <value>The keys.</value>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.ReadOnly">
            <summary>
            Gets or sets a value indicating whether [read only].
            </summary>
            <value><c>true</c> if [read only]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.SyncRoot">
            <summary>
            Gets the object to use for locking in multi-thread scenarios.
            </summary>
            <value>The sync root.</value>
            <contract>
              <requires condition="not null"/>
            </contract>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.Values">
            <summary>
            Gets the values of the dictionary.
            </summary>
            <value>The values.</value>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.AddRange(Sitecore.Collections.SafeDictionary{`0,`1})">
            <summary>
            Adds a range of key/values.
            </summary>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Collections.SafeDictionary`2.Hashtable">
            <summary>
            Gets the internal hashtable.
            </summary>
            <value>The hashtable.</value>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.Add(`0,`1)">
            <summary>
            Adds the specified key/value pair to the dictionary.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.Clear">
            <summary>
            Removes all entries from the dictionary.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.ContainsKey(`0)">
            <summary>
            Determines whether the dictionary contains the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns>
                <c>true</c> if the dictionary contains the specified key; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
             
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
             <contract>
               <ensures condition="not null" />
             </contract>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.GetCollectionSizeOverhead">
            <summary>
            Gets the instance overhead (in bytes) to store the inner data.
            <para>Returns the approximate size of the <see cref="P:Sitecore.Collections.SafeDictionary`2.Hashtable"/> (used internally to store data) with given number of elements.</para>
            <para>Counts created-upon request properties, f.e. <see cref="P:Sitecore.Collections.SafeDictionary`2.SyncRoot"/>.</para>
            </summary>
            <returns>Approximate collection overhead in bytes to store data.</returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.Remove(`0)">
            <summary>
            Removes the entry with the specified key from the dictionary.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.ToKeyArray">
            <summary>
            Returns an array containing all keys without locking the collection.
            <para>Obtain a lock on <see cref="P:Sitecore.Collections.SafeDictionary`2.SyncRoot"/> before method call to guarantee thread-safety.</para>
            </summary>
            <returns>A collection of keys stored in the instance.</returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.ToValueArray">
            <summary>
            Returns an array containing all values without locking the collection.
            <para>Obtain a lock on <see cref="P:Sitecore.Collections.SafeDictionary`2.SyncRoot"/> before method call to guarantee thread-safety.</para>
            </summary>
            <returns>A collection of values stored in the instance.</returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.TryGetValue(`0,`1@)">
            <summary>
            Attempts to get a specific value.
            </summary>
            <param name="key">The key.</param>
            <param name="result">The result.</param>
            <returns><c>true</c> if the value was found; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`2.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
             
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Collections.SafeDictionary`1">
            <summary>
            Dictionary using the same type for keys and values (and allowing dictionary[key] without exceptions).
            </summary>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.SafeDictionary`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`1.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.SafeDictionary`1"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.SafeDictionary`1"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`1.AddArray(`0[])">
            <summary>
            Adds an array of values.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`1.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.SafeDictionary`1.ToArray">
            <summary>
            Converts the collection to an array.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Collections.Set`1">
            <summary>
            Set
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Set`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Set`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Set`1.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Set`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Set`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Set`1"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.Set`1.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Collections.Set`1.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
        </member>
        <member name="M:Sitecore.Collections.Set`1.Add(`0)">
            <summary>
            Adds the specified value to the set.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.Set`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Adds a range of values to the set.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Collections.Set`1.AddRange(`0[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.Set`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Set`1.AddRange(System.Collections.Generic.IEnumerable{`0},System.Func{`0,`0})">
            <summary>
            Adds a range of values, converting each value before adding it.
            </summary>
            <param name="values">The values.</param>
            <param name="convert">The converter method.</param>
        </member>
        <member name="M:Sitecore.Collections.Set`1.Clear">
            <summary>
            Removes all members of the set.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.Set`1.Contains(`0)">
            <summary>
            Checks if the specified value is contained in the set.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.Set`1.Create(`0[])">
            <summary>
            Creates a set containing the specified values.
            </summary>
            <param name="values">The values.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.Set`1.Remove(`0)">
            <summary>
            Removes the specified value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Collections.Set`1.ToArray">
            <summary>
            Converts the members to an array.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.Set`1.GetEnumerator">
            <summary>
            Gets the enumerator.
            </summary>
            <returns>The enumerator.</returns>
        </member>
        <member name="M:Sitecore.Collections.Set`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the enumerator.
            </summary>
            <returns>The enumerator.</returns>
        </member>
        <member name="T:Sitecore.Collections.StringDictionary">
            <summary>
            A <see cref="T:Sitecore.Collections.SafeDictionary`2"/> where both key and values are strings.
            <para>Using indexers for non-existings elements will not provoke exceptions.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringDictionary"/> class.
            <para>Key-values are <see cref="T:System.String"/>.</para>
            <para>An indexer for non-existing key will not provoke exceptions.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringDictionary" /> class.
            </summary>
            <para>Key-values are <see cref="T:System.String"/>.</para>
            <para>An indexer for non-existing key will not provoke exceptions.</para>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringDictionary"/> class.
            <para>Key-values are <see cref="T:System.String"/>.</para>
            <para>An indexer for non-existing key will not provoke exceptions.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the SafeDictionary class.
            </summary>
            <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Collections.Generic.Dictionary`2"></see>.</param>
            <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> structure containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.Dictionary`2"></see>.</param>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.ToNameValueCollection">
            <summary>
            Converts the dictionary to a <see cref="T:System.Collections.Specialized.NameValueCollection"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.GetDataLength">
            <summary>
            Gets the approximate number (due to <see cref="T:System.Collections.Hashtable"/> nature) of bytes this object instance occupies in memory.
            <para>Does not take <see cref="P:System.Collections.Hashtable.EqualityComparer"/> size, as same comparer instance expected to be shared among instances.</para>
            </summary>
            <returns>The approximate number of bytes consumed by this instance.</returns>
        </member>
        <member name="T:Sitecore.Collections.StringDictionary.DebuggerProxyStringDictionary">
            <summary>
            A Debugger view to expose the content of the collection at once.
            </summary>
        </member>
        <member name="F:Sitecore.Collections.StringDictionary.DebuggerProxyStringDictionary.Content">
            <summary>
            The values to be shown directly in watch window.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.StringDictionary.DebuggerProxyStringDictionary.#ctor(Sitecore.Collections.StringDictionary)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringDictionary.DebuggerProxyStringDictionary"/> class.
            </summary>
            <param name="instance">The instance.</param>
        </member>
        <member name="T:Sitecore.Collections.StringHashtable">
            <summary>Maintains a Hashtable of strings.</summary>
            <example>
            <code>
              StringHashtable table = new StringHashtable();
              table["myKey"] = "Hello world";
              int count = table.Count; // 1
              string myValue = table["myKey"]; // "Hello world"
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Collections.StringHashtable.Item(System.String)">
            <summary>
            Gets or sets a string by its key.
            </summary>
            <value>The string identified by the key.</value>
            <remarks>Any null values are converted to blanks.</remarks>
            <example>
                <code>
            StringHashtable table = new StringHashtable();
            table["myKey"] = "Hello world";
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Collections.StringHashtable.Count">
            <summary>
            Gets the number of strings in the table.
            </summary>
            <value>The number of strings in the table.</value>
            <example>
                <code>
            StringHashtable table = new StringHashtable();
            table["myKey"] = "Hello world";
            int count = table.Count; // 1
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.StringHashtable.Add(System.String,System.String)">
            <summary>
            Adds a string to the table.
            </summary>
            <param name="sKey">The key of the string.</param>
            <param name="sValue">A string.</param>
            <example>
                <code>
            StringHashtable table = new StringHashtable();
            table.Add("myKey", "Hello world");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Collections.StringHashtable.Add(Sitecore.Collections.StringHashtable)">
            <summary>
            Adds a <i>StringHashtable</i> to the table.
            </summary>
            <param name="hash">A StringHashtable.</param>
            <remarks>Each key/value pair is added to the table. If
            the tables contain values with the same key, an exception is
            thrown.</remarks>
            <example>
                <code>
            StringHashtable table1 = new StringHashtable();
            table1.Add("myKey", "Hello world");
            StringHashtable table2 = new StringHashtable();
            table2.Add(table1);
            </code>
            </example>
        </member>
        <member name="T:Sitecore.Collections.StringList">
            <summary>
            StringList class
            </summary>
        </member>
        <member name="M:Sitecore.Collections.StringList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringList"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.StringList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringList"/> class.
            </summary>
            <param name="value">A value to add.</param>
        </member>
        <member name="M:Sitecore.Collections.StringList.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.StringList"/> class.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="P:Sitecore.Collections.StringList.Empty">
            <summary>
            Gets the empty.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="M:Sitecore.Collections.StringList.AppendToFile(System.String)">
            <summary>
            Appends the list to a file.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:Sitecore.Collections.StringList.FromFile(System.String)">
            <summary>
            Instantiate a list from a file.
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringList.IndexOf(System.String,System.StringComparison)">
            <summary>
            Get the index of a specific value.
            </summary>
            <param name="value">The value.</param>
            <param name="comparison">The comparison.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringList.ExtractRecord(System.String)">
            <summary>
            Extracts a single record.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringList.ExtractDictionary(System.String,System.String)">
            <summary>
            Extracts a dictionary.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="separator">The key/value separator.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringList.ExtractSection(System.String)">
            <summary>
            Extracts a section from a record.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringList.ExtractSingleValue(System.String)">
            <summary>
            Extracts a single value from a record.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.StringList.ReadFromFile(System.String)">
            <summary>
            Reads the list from a file.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:Sitecore.Collections.StringList.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.
            </summary>
             
            <returns>
            A <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Collections.StringList.WriteToFile(System.String)">
            <summary>
            Writes the list to a file.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="T:Sitecore.Collections.TemplateDictionary">
            <summary>Dictionary holding a list of <see cref="T:Sitecore.Data.Templates.Template">templates</see>
            indexed by template id.</summary>
        </member>
        <member name="M:Sitecore.Collections.TemplateDictionary.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.TemplateDictionary"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Collections.TemplateDictionary.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.TemplateDictionary"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.TemplateDictionary.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Templates.Template"/> with the specified full name.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Collections.TemplateDictionary.Clone">
            <summary>
            Creates a shallow copy of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.TemplateDictionary.CopyTo(Sitecore.Data.Templates.Template[],System.Int32)">
            <summary>
            Copies the templates to an array.
            </summary>
            <param name="array">The array.</param>
            <param name="index">The target index.</param>
        </member>
        <member name="M:Sitecore.Collections.TemplateDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.TemplateDictionary"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Collections.VersionCollection">
            <summary>
            Collection class for holding <see cref="T:Sitecore.Data.Version"></see>.
            </summary>>
        </member>
        <member name="T:Sitecore.Collections.VersionList">
            <summary>
            Represents a list of versions.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.VersionList.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Version"/> at the specified index.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Version"/>.</value>
        </member>
        <member name="P:Sitecore.Collections.VersionList.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Collections.VersionList.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root object.</value>
        </member>
        <member name="M:Sitecore.Collections.VersionList.Add(Sitecore.Data.Version)">
            <summary>
            Adds the specified version.
            </summary>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Collections.VersionList.Add(Sitecore.Collections.VersionList,Sitecore.Collections.VersionList)">
            <summary>
            Adds the specified list1.
            </summary>
            <param name="list1">The list1.</param>
            <param name="list2">The list2.</param>
            <returns>The VersionList.</returns>
        </member>
        <member name="M:Sitecore.Collections.VersionList.Build(Sitecore.Data.Version[])">
            <summary>
            Builds the specified versions.
            </summary>
            <param name="versions">The versions.</param>
            <returns>The <see cref="T:Sitecore.Collections.VersionList"/>.</returns>
        </member>
        <member name="M:Sitecore.Collections.VersionList.Contains(Sitecore.Data.Version)">
            <summary>
            Determines whether [contains] [the specified version].
            </summary>
            <param name="version">The version.</param>
            <returns>
                <c>true</c> if [contains] [the specified version]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.VersionList.Remove(Sitecore.Data.Version)">
            <summary>
            Removes the specified version.
            </summary>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Collections.VersionList.Sort">
            <summary>
            Sorts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Collections.VersionList.ToArray">
            <summary>
            Converts the <see cref="T:Sitecore.Collections.VersionList"/> to an array.
            </summary>
            <returns>The VersionList as an array.</returns>
        </member>
        <member name="M:Sitecore.Collections.VersionList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Collections.VersionUriList">
            <summary>
            A list of <see cref="T:Sitecore.Data.VersionUri"/> instances.
            </summary>
        </member>
        <member name="P:Sitecore.Collections.VersionUriList.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.VersionUri"/> at the specified index.
            </summary>
            <value>The <see cref="T:Sitecore.Data.VersionUri"/>.</value>
        </member>
        <member name="P:Sitecore.Collections.VersionUriList.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.Add(Sitecore.Data.VersionUri)">
            <summary>
            Adds the specified URI.
            </summary>
            <param name="uri">The URI.</param>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.Add(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Adds the specified language.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.Add(Sitecore.Globalization.Language,Sitecore.Collections.VersionList)">
            <summary>
            Adds the specified language.
            </summary>
            <param name="language">The language.</param>
            <param name="versions">The versions.</param>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.Add(Sitecore.Collections.VersionUriList,Sitecore.Collections.VersionUriList)">
            <summary>
            Adds the specified list1.
            </summary>
            <param name="list1">The list1.</param>
            <param name="list2">The list2.</param>
            <returns>The <see cref="T:Sitecore.Collections.VersionUriList"/>.</returns>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Collections.VersionUriList.GetCollectionSizeOverhead">
            <summary>
            Gets the overhead in bytes introduced by this instance to store inner data.
            </summary>
            <returns>
            Number of bytes this instance occupies in memory to store inner data.
            </returns>
        </member>
        <member name="T:Sitecore.Common.CallContext">
            <summary>
            AuthorizationCallContext class
            </summary>
        </member>
        <member name="P:Sitecore.Common.CallContext.Aborted">
            <summary>
            Gets or sets a value indicating whether the call chain has been aborted.
            </summary>
            <value><c>true</c> if aborted; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Common.CallContext.Current">
            <summary>
            Gets the current call context.
            </summary>
            <value>The current.</value>
        </member>
        <member name="P:Sitecore.Common.CallContext.NotSupported">
            <summary>
            Gets or sets a value indicating whether the operation is supported by the called method.
            </summary>
            <value><c>true</c> if the called method is not supported by the implementation; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Common.CallContext.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Common.CallContextSwitcher">
            <summary>
            AuthorizationCallContextSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.Common.CallContextSwitcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.CallContextSwitcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Common.CallContextSwitcher.#ctor(Sitecore.Common.CallContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.CallContextSwitcher"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Common.DateTimeExtensions">
            <summary>
            Extension methods for the <see cref="T:System.DateTime"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Common.DateTimeExtensions.InRange(System.DateTime,System.DateTime,System.DateTime)">
            <summary>
            Determines if a <see cref="T:System.DateTime" /> is within the specified range (inclusive).
            </summary>
            <param name="date">The date.</param>
            <param name="from">The from date.</param>
            <param name="to">The to date.</param>
            <returns>
            Boolean value indicating whether a <see cref="T:System.DateTime" /> is within the specified range (inclusive).
            </returns>
        </member>
        <member name="M:Sitecore.Common.DateTimeExtensions.InRange(System.DateTime,Sitecore.Collections.Pair{System.DateTime,System.DateTime})">
            <summary>
            Determines if a <see cref="T:System.DateTime" /> is within the specified range (inclusive).
            </summary>
            <param name="date">The date.</param>
            <param name="range">The date range.</param>
            <returns>
            Boolean value indicating whether a <see cref="T:System.DateTime" /> is within the specified range (inclusive).
            </returns>
        </member>
        <member name="M:Sitecore.Common.DateTimeExtensions.SpecifyKind(System.DateTime,System.DateTimeKind)">
            <summary>
            Specifies the kind of the date time.
            </summary>
            <param name="dateTime">The date time.</param>
            <param name="kind">Kind of the date time.</param>
            <returns>The <see cref="T:System.DateTime"/> object with a proper date time kind.</returns>
        </member>
        <member name="M:Sitecore.Common.DateTimeExtensions.TruncateMilliseconds(System.DateTime)">
            <summary>
            Truncates the milliseconds.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns>The date time with milliseconds set to 0.</returns>
        </member>
        <member name="T:Sitecore.Common.DateTimeProvider">
            <summary>
            DateTime provider.
            </summary>
        </member>
        <member name="F:Sitecore.Common.DateTimeProvider.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="F:Sitecore.Common.DateTimeProvider.getUtcNowFunction">
            <summary>
            The function for getting current UTC time.
            </summary>
        </member>
        <member name="M:Sitecore.Common.DateTimeProvider.GetUtcNow">
            <summary>
            Returns current UTC time.
            </summary>
            <returns>Current UTC time.</returns>
        </member>
        <member name="M:Sitecore.Common.DateTimeProvider.SetGetUtcNow(System.Func{System.DateTime})">
            <summary>
            Sets function that returns current UTC time.
            </summary>
            <param name="customGetUtcNowFunction">Function that returns current UTC time.</param>
        </member>
        <member name="M:Sitecore.Common.DateTimeProvider.ResetToDefault">
            <summary>
            Resets to default.
            </summary>
        </member>
        <member name="T:Sitecore.Common.DateTimeRange">
            <summary>
            Class representing a range between to dates and times.
            </summary>
        </member>
        <member name="M:Sitecore.Common.DateTimeRange.#ctor(System.DateTime,System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.DateTimeRange"/> class.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <exception cref="T:System.InvalidOperationException">Throws a <c>InvalidOperationException</c> if the <see cref="P:System.DateTime.Kind"/> does not match.</exception>
        </member>
        <member name="P:Sitecore.Common.DateTimeRange.Empty">
            <summary>
            Gets the empty range.
            </summary>
            <value>The empty range.</value>
        </member>
        <member name="P:Sitecore.Common.DateTimeRange.From">
            <summary>
            Gets the 'from' date.
            </summary>
            <value>From.</value>
        </member>
        <member name="P:Sitecore.Common.DateTimeRange.To">
            <summary>
            Gets the 'to' date.
            </summary>
            <value>To.</value>
        </member>
        <member name="M:Sitecore.Common.DateTimeRange.Contains(System.DateTime)">
            <summary>
            Determines whether the range contains the specified date time.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns>
                <c>true</c> if it contains the specified date time; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.InvalidOperationException">Throws a <c>InvalidOperationException</c> if the <see cref="P:System.DateTime.Kind"/> does not match.</exception>
        </member>
        <member name="T:Sitecore.Common.ElementCounter">
            <summary>
            ElementCounter
            </summary>
        </member>
        <member name="P:Sitecore.Common.ElementCounter.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.Common.Enumerable`1">
            <summary>
            UserEnumerable
            </summary>
        </member>
        <member name="M:Sitecore.Common.Enumerable`1.#ctor(System.Func{System.Collections.IEnumerable},System.Func{System.Object,`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Enumerable`1"/> class.
            </summary>
            <param name="getEnumerable">The get enumerable function.</param>
            <param name="mapElement">The map element function.</param>
        </member>
        <member name="M:Sitecore.Common.Enumerable`1.#ctor(System.Func{System.Collections.IEnumerator},System.Func{System.Object,`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Enumerable`1"/> class.
            </summary>
            <param name="getEnumerator">The get enumerator.</param>
            <param name="mapElement">The map element.</param>
        </member>
        <member name="M:Sitecore.Common.Enumerable`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
             
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Common.Enumerable`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
             
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Common.EnumerableExtensions">
            <summary>
            The enumerable extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Common.EnumerableExtensions.Convert``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})">
            <summary>
            Converts this instance.
            </summary>
            <typeparam name="TFrom">The type of from.</typeparam>
            <typeparam name="TTo">The type of to.</typeparam>
            <returns>The result.</returns>
        </member>
        <member name="T:Sitecore.Common.Enumerator`1">
            <summary>
            Enumerator class
            </summary>
        </member>
        <member name="M:Sitecore.Common.Enumerator`1.#ctor(System.Func{System.Collections.IEnumerator},System.Func{System.Object,`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Enumerator`1"/> class.
            </summary>
            <param name="getEnumerator">The get enumerator function.</param>
            <param name="mapElement">The map element function.</param>
        </member>
        <member name="P:Sitecore.Common.Enumerator`1.InnerEnumerator">
            <summary>
            Gets the enumerator.
            </summary>
            <value>The enumerator.</value>
        </member>
        <member name="M:Sitecore.Common.Enumerator`1.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Common.Enumerator`1.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
             
            <returns>
            true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
            </returns>
             
            <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Common.Enumerator`1.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the first element in the collection.
            </summary>
             
            <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception><filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.Common.Enumerator`1.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current element in the collection.
            </summary>
             
            <returns>
            The current element in the collection.
            </returns>
             
            <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element.-or- The collection was modified after the enumerator was created.</exception><filterpriority>2</filterpriority>
        </member>
        <member name="P:Sitecore.Common.Enumerator`1.Current">
            <summary>
            Gets the element in the collection at the current position of the enumerator.
            </summary>
             
            <returns>
            The element in the collection at the current position of the enumerator.
            </returns>
             
        </member>
        <member name="T:Sitecore.Common.Filterable`1">
            <summary>
            Filterable class
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Common.Filterable`1.#ctor(System.Func{System.Int32,System.Int32,System.Collections.Generic.IEnumerable{`0}},System.Func{System.Collections.Generic.IEnumerable{`0}},System.Func{System.Int32},System.Func{System.Int32,System.Int32,System.String,System.Collections.Generic.IEnumerable{`0}},System.Func{System.String,System.Int32})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Filterable`1"/> class.
            </summary>
            <param name="getPage">The 'get single page of elements' delegate.</param>
            <param name="getAll">The 'get all elements' delegate.</param>
            <param name="getCount">The 'get number of elements' delegate.</param>
            <param name="getFiltered">The 'get filtered elements' delegate.</param>
            <param name="getFilteredCount">The get filtered count.</param>
        </member>
        <member name="M:Sitecore.Common.Filterable`1.GetPage(System.Int32,System.Int32,System.String)">
            <summary>
            Gets a page of filtered elements.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="filter">The filter. This will be a simple string to match. It is up to the implementation
            to decide how to use this (search single/multiple column(s), use LIKE or exact matches, etc.).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.Filterable`1.GetCount(System.String)">
            <summary>
            Gets the number of elements matching the specified filter.
            </summary>
            <param name="filter"></param>
            <returns></returns>
            <value>The number of elements.</value>
        </member>
        <member name="T:Sitecore.Common.ICommand`1">
            <summary>
            Interface for a command object.
            </summary>
        </member>
        <member name="M:Sitecore.Common.ICommand`1.Execute">
            <summary>
            Executes the command.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Common.IFilterable`1">
            <summary>
            IFilterable interface
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Common.IFilterable`1.GetPage(System.Int32,System.Int32,System.String)">
            <summary>
            Gets a page of filtered elements.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="filter">The filter. This will be a simple string to match. It is up to the implementation
            to decide how to use this (search single/multiple column(s), use LIKE or exact matches, etc.).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.IFilterable`1.GetCount(System.String)">
            <summary>
            Gets the number of elements matching the specified filter.
            </summary>
            <value>The number of elements.</value>
        </member>
        <member name="T:Sitecore.Common.IPageable`1">
            <summary>
            IPageableData interface
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Common.IPageable`1.GetPage(System.Int32,System.Int32)">
            <summary>
            Gets a page of elements.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.IPageable`1.GetAll">
            <summary>
            Gets all elements.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.IPageable`1.GetCount">
            <summary>
            Gets the number of elements.
            </summary>
            <value>The number of elements.</value>
        </member>
        <member name="T:Sitecore.Common.IPoolable">
            <summary>
            Supplies a method to reset an instance carried state.
            <para>Is designed to allow re-using same objects instead of producing new ones.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Common.IPoolable.ResetState">
            <summary>
            Resets an object carried state.
            </summary>
        </member>
        <member name="T:Sitecore.Common.IPrototype`1">
            <summary>
            Interface for a prototype object.
            </summary>
        </member>
        <member name="M:Sitecore.Common.IPrototype`1.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Common.ITrackCollectionOverhead">
            <summary>
            Provides an overhead introduced by the instance to store inner data.
            <para>Should count overhead for not-yet created (f.e. lazy-load) members.</para>
            <para>Does not count size of inner data.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Common.ITrackCollectionOverhead.GetCollectionSizeOverhead">
            <summary>
            Gets the overhead in bytes introduced by this instance to store inner data.
            </summary>
            <returns>Number of bytes this instance occupies in memory to store inner data.</returns>
        </member>
        <member name="T:Sitecore.Common.ITrimExcess">
            <summary>
            Indicates a collection can reduce capacity to the actual number of elements.
            <para>Collections expand with some reserve, which is not needed after all elements are placed.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Common.ITrimExcess.TrimExcess">
            <summary>
            Sets the capacity to the actual number of elements in collection.
            </summary>
        </member>
        <member name="T:Sitecore.Common.NameEncoding.TextReplacementPair">
            <summary>
            Specifies text replacements to use when encoding special chars in friendly urls.
            <para>Example: space is usually replaced with dash in url.</para>
            <remarks>Replacements are usually configured in configuration.</remarks>
            </summary>
        </member>
        <member name="M:Sitecore.Common.NameEncoding.TextReplacementPair.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.NameEncoding.TextReplacementPair"/> class.
            </summary>
            <param name="original">The original.</param>
            <param name="replacement">The replacement.</param>
        </member>
        <member name="P:Sitecore.Common.NameEncoding.TextReplacementPair.Original">
            <summary>
            Gets the original text to be replaced.
            <para>Examples: space, ampersand, question mark.</para>
            </summary>
            <value>
            The original.
            </value>
        </member>
        <member name="P:Sitecore.Common.NameEncoding.TextReplacementPair.Replacement">
            <summary>
            Gets the replacement for <see cref="P:Sitecore.Common.NameEncoding.TextReplacementPair.Original"/> value.
            Example: Dash for space.
            </summary>
            <value>
            The replacement.
            </value>
        </member>
        <member name="T:Sitecore.Common.Pageable`1">
            <summary>
            Pageable class
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Common.Pageable`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.#ctor(System.Func{System.Int32,System.Int32,System.Collections.Generic.IEnumerable{`0}},System.Func{System.Collections.Generic.IEnumerable{`0}},System.Func{System.Int32})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Pageable`1"/> class.
            </summary>
            <param name="getPage">The 'get single page of elements' delegate.</param>
            <param name="getAll">The 'get all elements' delegate.</param>
            <param name="getCount">The 'get number of elements' delegate.</param>
        </member>
        <member name="P:Sitecore.Common.Pageable`1.Empty">
            <summary>
            Gets the 'empty' Pageable.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.GetAll">
            <summary>
            Gets all elements.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.GetCount">
            <summary>
            Gets the number of elements.
            </summary>
            <value>The number of elements.</value>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.GetEnumerator">
             <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
             
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.GetPage(System.Int32,System.Int32)">
            <summary>
            Gets a page of elements.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.Pageable`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
             
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Common.PageableList`1">
            <summary>
            ListPageableData class
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.#ctor(System.Collections.Generic.List{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.PageableList`1"/> class.
            </summary>
            <param name="elements">The elements.</param>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.PageableList`1"/> class.
            </summary>
            <param name="elements">The elements.</param>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.GetAll">
            <summary>
            Gets all elements.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.GetCount">
            <summary>
            Gets the number of elements.
            </summary>
            <value>The number of elements.</value>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.GetEnumerator">
             <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
             
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.GetPage(System.Int32,System.Int32)">
            <summary>
            Gets a page of elements.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.PageableList`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
             
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Common.PagingHelper`2">
            <summary>
            PagingHelper class
            </summary>
        </member>
        <member name="T:Sitecore.Common.PagingHelper`2.GetElements">
            <summary>
            GetElements delegate
            </summary>
            <param name="source">The source to retrieve records from.</param>
            <param name="pageIndex">The index of the page of results to return.</param>
            <param name="pageSize">The size of each page.</param>
            <param name="totalRecords">When this method returns, contains the total number of elements in the source.</param>
            <returns>An object that is either <see cref="T:System.Collections.IEnumerable"/> or has a <c>GetEnumerator</c> method.</returns>
        </member>
        <member name="M:Sitecore.Common.PagingHelper`2.GetRecords(System.Int32,System.Int32,System.Collections.Generic.IEnumerable{`0},Sitecore.Common.PagingHelper{`0,`1}.GetElements,System.Int32@)">
            <summary>
            Gets the records.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="inputList">The list of elements to process.</param>
            <param name="getElements">The function to call for each input element.</param>
            <param name="totalRecords">The total number of records in all elements combined.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.PagingHelper`2.GetEnumerator``1(``0)">
            <summary>
            Gets the enumerator.
            </summary>
            <param name="obj">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.PagingHelper`2.GetInputRecords(`0,Sitecore.Common.PagingHelper{`0,`1}.GetElements,System.Int32,System.Int32,System.Int32@)">
            <summary>
            Gets the output records.
            </summary>
            <param name="input">The input element.</param>
            <param name="getElements">The function to call to get the elements.</param>
            <param name="startRecord">The index of first record to return.</param>
            <param name="recordCount">The number of records to return.</param>
            <param name="totalRecords">The total number of records in the input.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.PagingHelper`2.ConvertToPaging(System.Int32,System.Int32,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Converts record based indexing to to paging.
            </summary>
            <param name="startRecord">The start record.</param>
            <param name="recordCount">The record count.</param>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="resultOffset">The result offset.</param>
        </member>
        <member name="M:Sitecore.Common.PagingHelper`2.ToList(System.Object)">
            <summary>
            Converts to a list.
            </summary>
            <param name="records">The records.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Common.PagingIterator`1">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Common.PagingIterator`1.GetPage">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Common.PagingIterator`1.#ctor(Sitecore.Common.PagingIterator{`0}.GetPage)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.PagingIterator`1"/> class.
            </summary>
            <param name="getPage">The get page delegate.</param>
        </member>
        <member name="M:Sitecore.Common.PagingIterator`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Common.PagingIterator`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Common.ProviderSwitcher">
            <summary>
            Base class for provider switchers.
            </summary>
        </member>
        <member name="M:Sitecore.Common.ProviderSwitcher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.ProviderSwitcher" /> class.
            </summary>
            <param name="providerName">Name of the provider.</param>
        </member>
        <member name="T:Sitecore.Common.Reference`1">
            <summary>
            Defines the reference class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="F:Sitecore.Common.Reference`1.NullReference">
            <summary>
            The Single instance of Null reference.
            </summary>
        </member>
        <member name="F:Sitecore.Common.Reference`1._pointer">
            <summary>
            Inner reference
            </summary>
        </member>
        <member name="M:Sitecore.Common.Reference`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Reference`1"/> class.
            </summary>
            <param name="pointer">The pointer.</param>
        </member>
        <member name="P:Sitecore.Common.Reference`1.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Common.Reference`1.HasValue">
            <summary>
            Gets a value indicating whether this instance has value.
            </summary>
            <value><c>true</c> if this instance has value; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Common.Serializer">
            <summary>
            Serializer class.
            </summary>
        </member>
        <member name="M:Sitecore.Common.Serializer.Deserialize``1(System.String)">
            <summary>
            Deserializes the specified data.
            </summary>
            <typeparam name="T">The deserialization type.</typeparam>
            <param name="data">The serialized data.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Common.Serializer.Deserialize(System.String,System.Type)">
            <summary>
            Deserializes the specified data.
            </summary>
            <param name="data">The serialization data.</param>
            <param name="resultType">Type of the result.</param>
            <returns>The result.</returns>
            <remarks>
            There is bug in the Microsoft JSON deserialization.
            When data contract contains more than 648 non-ANSI characters then an exception occurs.
            More info: http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/938156c7-ccb5-4436-833d-d560b9901750.
            </remarks>
            <exception cref="T:System.Exception">
             <c>Exception</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Common.Serializer.Serialize``1(``0)">
            <summary>
            Serializes the specified data.
            </summary>
            <typeparam name="T">The serializing type.</typeparam>
            <param name="data">The data to serialize.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Common.Serializer.Serialize(System.Object)">
            <summary>
            Serializes the specified data.
            </summary>
            <param name="data">The data to serialize.</param>
            <returns>The result.</returns>
        </member>
        <member name="T:Sitecore.Common.SettingsPropertyCollectionExtensions">
            <summary>
            Extension methods for the SettingsPropertyCollection class.
            </summary>
        </member>
        <member name="M:Sitecore.Common.SettingsPropertyCollectionExtensions.Contains(System.Configuration.SettingsPropertyCollection,System.String)">
            <summary>
            Determines whether SettingsPropertyCollection contains the specified property.
            </summary>
            <param name="propertyCollection">The property collection.</param>
            <param name="propertyName">Name of the property.</param>
            <returns>
                <c>true</c> if contains; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Common.Switcher`1">
            <summary>
            Swither class
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Common.Switcher`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Switcher`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Common.Switcher`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Switcher`1"/> class.
            </summary>
            <param name="objectToSwitchTo">The object to switch to.</param>
        </member>
        <member name="T:Sitecore.Common.Switcher`2">
            <summary>
            Switcher class
            </summary>
        </member>
        <member name="E:Sitecore.Common.Switcher`2.Disposed">
            <summary>
            Occurs when the object has been disposed.
            </summary>
        </member>
        <member name="M:Sitecore.Common.Switcher`2.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Switcher`2"/> class.
            </summary>
            <param name="objectToSwitchTo">The object to switch to.</param>
        </member>
        <member name="M:Sitecore.Common.Switcher`2.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Switcher`2"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Common.Switcher`2.CurrentValue">
            <summary>
            Gets the current object instance (or default(T) if no switch is active).
            </summary>
            <value>The current group.</value>
        </member>
        <member name="P:Sitecore.Common.Switcher`2.ItemsKey">
            <summary>Key used for storing state in <see cref="P:Sitecore.Context.Items"/></summary>
        </member>
        <member name="M:Sitecore.Common.Switcher`2.Enter(`0)">
            <summary>
            Enters an object instance.
            </summary>
            <param name="objectToSwitchTo">The object to switch to.</param>
        </member>
        <member name="M:Sitecore.Common.Switcher`2.Exit">
            <summary>
            Exits the current object.
            </summary>
        </member>
        <member name="M:Sitecore.Common.Switcher`2.GetStack(System.Boolean)">
            <summary>
            Gets the stack.
            </summary>
            <param name="createIfEmpty">if set to <c>true</c> null value will never be returned.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Common.Switcher`2.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Common.Timeline">
            <summary>
            Timeline class
            </summary>
        </member>
        <member name="M:Sitecore.Common.Timeline.#ctor(Sitecore.Common.DateTimeRange)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Common.Timeline"/> class.
            </summary>
            <param name="range">The initial range.</param>
        </member>
        <member name="M:Sitecore.Common.Timeline.Contains(System.DateTime)">
            <summary>
            Determines whether the timeline contains the specified date time.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns>
                <c>true</c> if the specified date time is contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Common.Timeline.GetRangeContaining(System.DateTime)">
            <summary>
            Gets the range containing the specified date time.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns>The range. If no range is found, <see cref="P:Sitecore.Common.DateTimeRange.Empty"/> is returned.</returns>
        </member>
        <member name="M:Sitecore.Common.Timeline.RemoveAfter(System.DateTime)">
            <summary>
            Removes everything after the specified date time from the timeline.
            </summary>
            <param name="dateTime">The date time.</param>
        </member>
        <member name="M:Sitecore.Common.Timeline.RemoveBefore(System.DateTime)">
            <summary>
            Removes everything before the specified date time from the timeline.
            </summary>
            <param name="dateTime">The date time.</param>
        </member>
        <member name="M:Sitecore.Common.Timeline.Subtract(Sitecore.Common.DateTimeRange)">
            <summary>
            Subtracts the specified range.
            </summary>
            <param name="range">The range.</param>
        </member>
        <member name="T:Sitecore.Common.TypeExtensions">
            <summary>
            The type extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Common.TypeExtensions.ToID(System.Guid)">
            <summary>
            Toes the ID.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.About">
            <summary>
            About Sitecore.
            </summary>
            <summary>
            The about.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.About.Version">
            <summary>
            Gets version information of the current installation.
            </summary>
            <value>The version.</value>
            <remarks>
            The information is on the format <i>Major.Minor.Revision.Build</i>.
            </remarks>
            <example>
                <code>
            string versionInfo = About.Version(); // "5.3.0"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Configuration.About.GetVersionNumber(System.Boolean)">
            <summary>
            Gets the version number (on the form Major.Minor.Build[.Revision]).
            </summary>
            <param name="includeRevision">if set to <c>true</c> revision number is included in the value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.ToHtml">
            <summary>
            Gets about information of the current installation as html.
            </summary>
            <returns></returns>
            <remarks>
            The returned html is a fragment made up of more <i>div</i> tags having class='sc_about_font'.
            </remarks>
            <example>
                <code>
            string aboutInfo = "&lt;td&gt;" + About.ToHtml() + "&lt;/td&gt;"; // returns ready-to-use html.
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Configuration.About.ToHtml(Sitecore.Configuration.AboutFormRenderer)">
            <summary>
            The to html.
            </summary>
            <param name="renderer">The renderer.</param>
            <returns>The <see cref="T:System.String"/></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.VersionInformation">
            <summary>
            Gets version information of the current installation.
            </summary>
            <returns></returns>
            <remarks>
            The information is on the format <i>Sitecore Major.Minor.Revision.Build</i>.
            </remarks>
            <example>
                <code>
            string versionInfo = About.VersionInformation(); // "Sitecore 4.3.2"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Configuration.About.GetBuildNumber(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the build number.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetCompany(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the company.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetCopyright(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the copyright.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetDate(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the date.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetMajorVersion(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the major version.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetMinorVersion(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the minor version.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetRevisionNumber(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the revision number.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetTitle(System.Xml.XPath.XPathDocument)">
            <summary>
            Gets the title.
            </summary>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetNodeValue(System.String,System.Xml.XPath.XPathDocument)">
            <summary>
            Gets a node value.
            </summary>
            <param name="xpath">The xpath.</param>
            <param name="document">The document.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.About.GetVersionData">
            <summary>
            Gets the version data.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.About.ModuleInfo">
            <summary> The module info. </summary>
        </member>
        <member name="P:Sitecore.Configuration.About.ModuleInfo.Title">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The module name.</value>
        </member>
        <member name="P:Sitecore.Configuration.About.ModuleInfo.ModuleVersion">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The module version.</value>
        </member>
        <member name="P:Sitecore.Configuration.About.ModuleInfo.ReleaseDate">
            <summary>
            Gets or sets the release date.
            </summary>
            <value>The release date.</value>
        </member>
        <member name="P:Sitecore.Configuration.About.ModuleInfo.Company">
            <summary>
            Gets or sets the company.
            </summary>
            <value>The company. </value>
        </member>
        <member name="P:Sitecore.Configuration.About.ModuleInfo.Copyright">
            <summary>
            Gets or sets the copyright.
            </summary>
            <value>The copyright. </value>
        </member>
        <member name="P:Sitecore.Configuration.About.ModuleInfo.NetFramework">
            <summary>
            Gets or sets the net framework.
            </summary>
            <value>The Net.Framework.</value>
        </member>
        <member name="M:Sitecore.Configuration.About.ModuleInfo.ToString">
            <summary>
            The to string.
            </summary>
            <returns>The module information as <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Sitecore.Configuration.AboutFormRenderer">
            <summary>
            The about form renderer.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.AboutFormRenderer.moduleInfo">
            <summary>The module info.</summary>
        </member>
        <member name="F:Sitecore.Configuration.AboutFormRenderer.modulesList">
            <summary>The modules list.</summary>
        </member>
        <member name="F:Sitecore.Configuration.AboutFormRenderer.modules">
            <summary>The modules.</summary>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.#ctor(Sitecore.Configuration.About.ModuleInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.AboutFormRenderer"/> class.
            </summary>
            <param name="moduleInfo">The module info.</param>
        </member>
        <member name="P:Sitecore.Configuration.AboutFormRenderer.Modules">
            <summary>
            Gets list of related modules.
            </summary>
            <value>The modules names.</value>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderForm">
            <summary>
            The render.
            </summary>
            <returns>The <see cref="T:System.String"/>Returns HTML string represents About form.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderFormRow(System.String)">
            <summary>
            The render form row.
            </summary>
            <param name="value">The value.</param>
            <returns> The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderTitle">
            <summary>
            The render title.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderReleaseDate">
            <summary>
            The render release date.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderCopyright">
            <summary>
            The render copyright.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderDotNetVersion">
            <summary>
            The render dot net version.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.RenderModules">
            <summary>
            The render module info.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.GetModulesInfo(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            The get modules info.
            </summary>
            <param name="moduleNames">The module Names.</param>
            <returns>The list of module info objects.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.GetModuleInfo(System.String)">
            <summary>
            The get module info.
            </summary>
            <param name="moduleName">The module name.</param>
            <returns>The ModuleInfo object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.AboutFormRenderer.GetCustomAttribute``1(System.Reflection.Assembly)">
            <summary>
            The get custom attribute.
            </summary>
            <param name="assembly">The assembly.</param>
            <typeparam name="T">Attribute type.</typeparam>
            <returns>Returns custom attribute by type.</returns>
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.Tokenizer">
            <summary>
            The boolean logic tokenizer. Responsible for processing required role statement and converts it into expression.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.BooleanLogic.Tokenizer.#ctor(System.String,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.BooleanLogic.Tokenizer"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="specifiedAliases">The specified aliases.</param>
        </member>
        <member name="P:Sitecore.Configuration.BooleanLogic.Tokenizer.StatementText">
            <summary>
            Gets the statement text to be tokenized.
            </summary>
            <value>
            The statement text.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.BooleanLogic.Tokenizer.Reader">
            <summary>
            Gets the reader.
            </summary>
            <value>
            The reader.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.BooleanLogic.Tokenizer.SpecifiedAliases">
            <summary>
            Gets the specified \\ known aliases.
            </summary>
            <value>
            The specified aliases.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.BooleanLogic.Tokenizer.Tokenize">
            <summary>
            Processes given required role statement and returns a list of tokens that should be passed to a parser.
            </summary>
            <returns></returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">role:require attribute cannot be empty.</exception>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="M:Sitecore.Configuration.BooleanLogic.Tokenizer.ParseKeyword">
            <summary>
            Search for the token in a given context.
            </summary>
            <returns></returns>
            <exception cref="T:System.Exception">Expected keyword (True, False, And, Or) but found + potentialKeyword</exception>
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.OperandToken">
            <summary>
            Represents Operand token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.Token" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.OrToken">
            <summary>
            Represents Or token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.OperandToken" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.AndToken">
            <summary>
            Represents And token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.OperandToken" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.BooleanValueToken">
            <summary>
            Represents boolean token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.Token" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.FalseToken">
            <summary>
            Represents false token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.BooleanValueToken" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.TrueToken">
            <summary>
            Represents true token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.BooleanValueToken" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.ParenthesisToken">
            <summary>
            Represents Parenthesis token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.Token" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.ClosedParenthesisToken">
            <summary>
            Represents Close Parenthesis token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.ParenthesisToken" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.OpenParenthesisToken">
            <summary>
            Represents Open Parenthesis token.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.ParenthesisToken" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.NegationToken">
            <summary>
            Represents Negation operation.
            </summary>
            <seealso cref="T:Sitecore.Configuration.BooleanLogic.Token" />
        </member>
        <member name="T:Sitecore.Configuration.BooleanLogic.Token">
            <summary>
            The abstract token.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.ClientContext">
            <summary>
            Represents the current client context.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.ClientContext.DataStore">
            <summary>
            Gets the data store.
            </summary>
            <value>The data store.</value>
        </member>
        <member name="M:Sitecore.Configuration.ClientContext.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="name">The name.</param>
            <returns>The value.</returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientContext.GetValueNames">
            <summary>
            Gets the value names.
            </summary>
            <returns>The value names.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientContext.RemoveValue(System.String)">
            <summary>
            Removes the value.
            </summary>
            <param name="name">The name.</param>
            <contract>
              <requires name="name" condition="not empty" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientContext.SetValue(System.String,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <contract>
              <requires name="name" condition="not empty" />
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientContext.SetValue(System.String,System.Object,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="persistableValue">The persistable value.</param>
            <contract>
              <requires name="name" condition="not empty" />
              <requires name="value" condition="not null" />
              <requires name="persistableValue" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Configuration.ClientDataStore">
            <summary>
            Represents a Client Data Store.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.#ctor(System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStore"/> class.
            </summary>
            <param name="objectLifetime">The object lifetime.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.#ctor(System.TimeSpan,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStore"/> class.
            </summary>
            <param name="objectLifetime">The object lifetime.</param>
            <param name="enableCaching">If set to <c>true</c> this instance enables caching.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.#ctor(System.TimeSpan,Sitecore.Eventing.IEventQueue,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStore"/> class.
            </summary>
            <param name="objectLifetime">The object lifetime.</param>
            <param name="queue">The instance of <see cref="T:Sitecore.Eventing.IEventQueue"/> used to queue remote events.</param>
            <param name="eventManager">The instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> used to queue local events.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="queue"/> or <paramref name="eventManager"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.#ctor(System.TimeSpan,System.Boolean,Sitecore.Eventing.IEventQueue,Sitecore.Abstractions.BaseEventManager)">
             <summary>
             Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStore"/> class.
             </summary>
             <param name="objectLifetime">The object lifetime.</param>
             <param name="enableCaching">If set to <c>true</c> this instance enables caching.</param>
             <param name="queue">The instance of <see cref="T:Sitecore.Eventing.IEventQueue"/> used to queue remote events.</param>
             <param name="eventManager">The instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> used to queue local events.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="queue"/> or <paramref name="eventManager"/> is null.</exception>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.ObjectLifetime">
            <summary>
            Gets the object lifetime.
            </summary>
            <value>The object lifetime.</value>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.Compact">
            <summary>
            Compacts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="name">The name.</param>
            <returns>The value.</returns>
            <contract>
                <requires name="name" condition="not empty"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetValueNames">
            <summary>
            Gets the value names.
            </summary>
            <returns>The value names.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveAll">
            <summary>
            Removes the values.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveValue(System.String)">
            <summary>
            Removes the value.
            </summary>
            <param name="name">The name.</param>
            <contract>
              <requires name="name" condition="not empty" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveValues">
            <summary>
            Removes the values.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.SetValue(System.String,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <contract>
              <requires name="name" condition="not empty" />
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.SetValue(System.String,System.Object,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="persistableValue">The persistable value.</param>
            <contract>
              <requires name="name" condition="not empty" />
              <requires name="value" condition="not null" />
              <requires name="persistableValue" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.SaveViewstate(System.String,System.String)">
            <summary>
            Saves the viewstate.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.LoadViewstate(System.String)">
            <summary>
            Loads the viewstate.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveViewstate(System.String)">
            <summary>
            Removes the viewstate.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.CompactData">
            <summary>
            Compacts the data.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetDataKey">
            <summary>
            Gets the data key.
            </summary>
            <returns>The data key.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetSize(System.Collections.Hashtable)">
            <summary>
            Gets the size of newly returned data.
            </summary>
            <param name="data">The data.</param>
            <returns>The size.</returns>
            <contract>
                <requires name="data" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.LoadData">
            <summary>
            Loads the data.
            </summary>
            <returns>The data.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveAllData">
            <summary>
            Removes all data.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveData">
            <summary>
            Removes the data.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.SaveData(System.Collections.Hashtable)">
            <summary>
            Saves the data.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.LoadData(System.String)">
            <summary>
            Loads the data.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.SaveData(System.String,System.String)">
            <summary>
            Saves the data.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveData(System.String)">
            <summary>
            Removes the data.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.TouchActiveData">
            <summary>
            Touches all active data.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.TouchData(System.String)">
            <summary>
            Touches the data represented by <c>key</c>.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.AddDataToCache(System.String,System.Collections.Hashtable,System.Int64)">
            <summary>
            Adds data to the cache.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
            <param name="size">The size.</param>
            <contract>
              <requires name="key" condition="not empty" />
              <requires name="data" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetDataFromCache(System.String)">
            <summary>
            Gets data from the cache.
            </summary>
            <param name="key">The key.</param>
            <returns>The data (or null).</returns>
            <contract>
              <requires name="key" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.RemoveDataFromCache(System.String)">
            <summary>
            Removes data from the cache.
            </summary>
            <param name="key">The key.</param>
            <contract>
              <requires name="key" condition="not null" />
              <ensures condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.OnDataUpdatedRemote(Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent)">
            <summary>
            Called when data updated remotely.
            </summary>
            <param name="remoteEvent">The remote event.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.OnDataRemovedRemote(Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent)">
            <summary>
            Called when data removed remotely.
            </summary>
            <param name="remoteEvent">The remote event.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetCurrentValues">
            <summary>
            Gets the current values.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.GetCurrentValues(System.String)">
            <summary>
            Gets the current values.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.IsDisabled">
            <summary>
            Determines whether this instance is disabled.
            </summary>
            <returns>
                <c>true</c> if this instance is disabled; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.Load">
            <summary>
            Loads the data.
            </summary>
            <returns>The data</returns>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.SaveValues(System.Collections.Hashtable)">
            <summary>
            Saves the values.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.Touch(System.String)">
            <summary>
            Touches the data represented by the specified key.
            </summary>
            <param name="key">The key.</param>
            <contract>
              <requires name="key" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>
            The key.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>
            The name.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStore.DataUpdatedRemoteEvent"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>
            The key.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>
            The name.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent.ClearAll">
            <summary>
            Gets or sets a value indicating whether all data should be cleared.
            </summary>
            <value>
              <c>true</c> if all data should be cleared otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStore.DataRemovedRemoteEvent"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="name">The name.</param>
            <param name="clearAll">if set to <c>true</c> [clear all].</param>
        </member>
        <member name="T:Sitecore.Configuration.ClientDataStoreCacheDisabler">
            <summary>
            Disabled the cache when working with data in ClientDataStore.
            </summary>
            <seealso cref="T:Sitecore.Configuration.ClientDataStoreCacheDisabler" />
        </member>
        <member name="M:Sitecore.Configuration.ClientDataStoreCacheDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ClientDataStoreCacheDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.ConfigChangedEventArgs">
            <summary>
            ConfigChangedEventArgs class
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigChangedEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigChangedEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.ConfigChangedEventArgs.ConfigFilePath">
            <summary>
            Gets the config file path.
            </summary>
            <value>The config file path.</value>
        </member>
        <member name="T:Sitecore.Configuration.ConfigPatcher">
            <summary>
              A helper class to merge XML configuration files.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigPatcher.ConfigurationNamespace">
            <summary>
              XML namespace for configuration management nodes and attributes
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigPatcher.SetNamespace">
            <summary>
            The namespace
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigPatcher"/> class.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.#ctor(System.Xml.XmlNode,Sitecore.Xml.Patch.XmlPatcher)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigPatcher" /> class.
            </summary>
            <param name="node">The node.</param>
            <param name="xmlPatcher">The XML patcher.</param>
        </member>
        <member name="P:Sitecore.Configuration.ConfigPatcher.Patcher">
            <summary>
            Gets or sets the patcher.
            </summary>
            <value>
            The patcher.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigPatcher.Document">
            <summary>
            Gets the document.
            </summary>
            <value>The document.</value>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.ApplyPatch(System.String)">
            <summary>
            Applies the patch.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.ApplyPatch(System.IO.TextReader)">
            <summary>
            Applies the patch.
            </summary>
            <param name="patch">The patch.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.ApplyPatch(System.IO.TextReader,System.String)">
            <summary>
            Applies the patch and marks changes with a source.
            </summary>
            <param name="patch">A stream with the XML patch.</param>
            <param name="sourceName">Name of the source of the stream (e.g. a file name)</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.ApplyPatch(System.Xml.XmlNode)">
            <summary>
            Applies the patch.
            </summary>
            <param name="patch">The patch.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.ApplyPatch(System.Xml.XmlNode,System.String)">
            <summary>
            Applies the patch.
            </summary>
            <param name="patch">The patch.</param>
            <param name="sourceName">The source of the node (e.g. a file name)</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigPatcher.GetXmlElement(System.Xml.XmlReader,System.String)">
            <summary>
            Gets the XML element.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sourceName">Name of the source.</param>
            <returns>The XmlElement that implements IXmlElement interface.</returns>
        </member>
        <member name="T:Sitecore.Configuration.ConfigReader">
            <summary>
            Class to read custom configuration sections.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigReader._section">
            <summary>
            The configuration section.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigReader.ReaderWriterLockSlim">
            <summary>
            The reader writer lock slim.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigReader.config">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigReader.includeFiles">
            <summary>
            The include files.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigReader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigReader"/> class.
            </summary>
            <param name="includeFiles">
            The include files.
            </param>
        </member>
        <member name="P:Sitecore.Configuration.ConfigReader.ConfigurationIsSet">
            <summary>
            Gets a value indicating whether configuration is set.
            </summary>
            <value><c>true</c> if configuration is set; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigReader.ZeroConfiguration">
            <summary>
            Gets or sets a value indicating whether configuration should be loaded.
            </summary>
            <remarks>
            When set to true before the first call into Sitecore, will cause Sitecore to run without configuration or web context.
            </remarks>
            <value>
              <c>true</c> if set to true before the first call into Sitecore, will cause Sitecore to run without configuration or web context; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigReader.IncludeFiles">
            <summary>
            Gets or sets the include files.
            </summary>
            <value>
            The include files.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetAttribute(System.String,System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">
            The attribute name.
            </param>
            <param name="node">
            The Xml node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The attribute.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>The fully expanded and processed Sitecore configuration node.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ToString">
            <summary>
            Return the configuraiton xml
            </summary>
            <returns>Xml content belong to this reader</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.DoGetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>The fully expanded and processed Sitecore configuration node.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceGlobalVariables(System.Xml.XmlNode)">
            <summary>
            Replaces global variables.
            </summary>
            <param name="rootNode">
            The root node.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ResolveVariables(Sitecore.Collections.StringDictionary)">
            <summary>
            Resolves the global variables. Allows to reference from one var to other(s).
            </summary>
            <param name="variables">The variables.</param>
            <returns>Resolved global variables</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceGlobalVariables(System.Xml.XmlNode,Sitecore.Collections.StringDictionary)">
            <summary>
            Replaces global variables.
            </summary>
            <param name="node">
            The root node.
            </param>
            <param name="variables">
            The variables.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceGlobalVariablesInText(System.Xml.XmlNode,Sitecore.Collections.StringDictionary)">
            <summary>
            Replaces the global variables in text of the XML node. Only a node that has only single child text node will be processed.
            </summary>
            <param name="node">The node that will be checked whether it has only single child text node.</param>
            <param name="variables">The variables.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetConfigPatcher(System.Xml.XmlNode)">
            <summary>
            Gets the configuration patcher.
            </summary>
            <param name="element">The xml node.</param>
            <returns>The configuration patcher.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.LoadIncludeFiles(System.Xml.XmlNode)">
            <summary>
            Loads configuration layers.
            </summary>
            <param name="element">
            The element.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.LoadIncludeFiles(Sitecore.Configuration.ConfigPatcher,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Loads the auto include files.
            </summary>
            <param name="patcher">
            The patcher.
            </param>
            <param name="files">
            The files.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ExpandIncludeFiles(System.Xml.XmlNode,System.Collections.Hashtable)">
            <summary>
            Expands the include files embedded in the configuration document.
            </summary>
            <param name="rootNode">
            The root node.
            </param>
            <param name="cycleDetector">
            The cycle detector.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ExpandIncludeFile(System.Xml.XmlNode,System.Collections.Hashtable)">
            <summary>
            Expands the include file represented by a single configuration element (node).
            </summary>
            <param name="xmlNode">
            The XML node.
            </param>
            <param name="cycleDetector">
            The cycle detector.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.LoadXmlFile(System.String)">
            <summary>
            Loads XML from a file by the path.
            </summary>
            <param name="path">The path to an XML file.</param>
            <returns><see cref="T:System.Xml.XmlDocument"/></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceVariables(System.Xml.XmlNode,System.String[])">
            <summary>
            Replaces the variables.
            </summary>
            <param name="node">
            The Xml node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceVariables(System.String,System.Xml.XmlNode,System.String[])">
            <summary>
            Replaces the variables.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="node">
            The Xml node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The replace variables.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetConfigNode">
            <summary>
            Gets the root config node (ie. sitecore)
            </summary>
            <returns>
            Root configuration node. If no node is found, null
            is returned.
            </returns>
            <example>
            Get the number of nodes below the &lt;sitecore&gt; node
            in web.config:
            <code>
            XmlNode node = ConfigReader.GetConfigNode();
            Mainutil.Out("Config nodes: " + node.ChildNodes.Count);
            </code>
            Outputs: <c>Config nodes: 43</c>
            </example>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetConfigNode(System.String)">
            <summary>
            Gets a specific config node.
            </summary>
            <param name="xpath">XPath of node to find (relative to the
            sitecore node).</param>
            <returns>
            Requested configuration node. If no node is found,
            null is returned.
            </returns>
            <remarks>The xpath must be relative to the sitecore node.
            It must never start with /</remarks>
            <example>
            Get the config node for the database requirement setting:
            <code>
            XmlNode node = ConfigReader.GetConfigNode("requirements/database");
            MainUtil.Out("Required version: " + Xmlutil.getAttribute("version", node));
            </code>
            Outputs: <c>Required version: 4.3.1</c>
            </example>
            <contract>
              <requires name="xpath" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetConfigNodes(System.String)">
            <summary>
            Gets a list of config nodes matching an xpath.
            </summary>
            <param name="xpath">XPath of node to find (relative to the
            sitecore node).</param>
            <returns>
            Requested configuration nodes. If no nodes are found,
            null is returned.
            </returns>
            <remarks>
            The xpath must be relative to the sitecore node.
            It must never start with /
            </remarks>
            <example>
            Get the list of item event handlers:
            <code>
            XmlNodeList nodes = ConfigReader.GetConfigNodes("eventHandlers/items");
            foreach(XmlNode node in nodes) {
            MainUtil.Out("Type: " + XmlUtil.GetAttribute("type", node));
            }
            </code>
            Outputs:
            <code>
            Type: Sitecore.Logging
            Type: Sitecore.WebEdit.ItemEventHandler
            Type: Sitecore.Preview.ItemEventHandler
            </code>
            </example>
            <contract>
              <requires name="xpath" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetImplementationNode(System.String,System.String)">
            <summary>
            Gets a specific implementation node.
            </summary>
            <param name="interface">Name of interface to find an
            implementation for.</param>
            <param name="configName">Configuration name of implementation
            (specified in the configName attribute in web.config).</param>
            <returns>
            Requested configuration node. If no node is found,
            null is returned.
            </returns>
            <remarks>
            Implementation nodes are nodes describing 'pluggable'
            types. These are typically data providers or other types
            that may vary significantly between installations.
            </remarks>
            <example>
            Get the configuration node for the master database index
            and display the name of the class implementing it:
            <code>
            XmlNode node = GetImplementationNode(typeof(IIndex), "master");
            MainUtil.Out("Master index implemented by: " + XmlUtil.GetAttribute("class", node));
            </code>
            Outputs: <c>Master index implemented by: Sitecore.Index.</c>
            </example>
            <contract>
              <requires name="_interface" condition="not empty" />
              <requires name="configName" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.Reset">
            <summary>
            The reset.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetNode(System.String)">
            <summary>
            Get an xml node.
            </summary>
            <param name="xpath">The xpath.</param>
            <returns>The node.</returns>
            <contract>
              <requires name="xpath" condition="not null"/>
              <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetNodes(System.String)">
            <summary>
            Get a list of xml nodes.
            </summary>
            <param name="xpath">The xpath.</param>
            <returns>The nodes.</returns>
            <contract>
              <requires name="xpath" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceEnvironmentVariables(System.Xml.XmlNode)">
            <summary>
            Replaces the environment variables in the configuration with their actual values
            </summary>
            <param name="rootNode">The root</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ReplaceEnvironmentVariables(System.String)">
            <summary>
            Parses environment variables inside the given string and replaces them with their actual values.
            </summary>
            <remarks>The method will return the original string if the environment variable is not set</remarks>
            <param name="value">The <see cref="T:System.String"/> contains the evnironment variable</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.ExtractEnvironmentVariables(System.String)">
            <summary>
            Extract environment variables from the given string
            </summary>
            <param name="value">String to extract environment variables from</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.GetReader">
            <summary>
            Gets the reader.
            </summary>
            <returns>The reader.</returns>
            <contract>
              <ensures condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.ConfigReader.System#Configuration#IConfigurationSectionHandler#Create(System.Object,System.Object,System.Xml.XmlNode)">
            <summary>
            Create config accessor.
            </summary>
            <param name="parent"></param>
            <param name="configContext">Configuration context object.</param>
            <param name="section"></param>
            <returns>The created section handler object.</returns>
            <contract>
              <requires name="parent" condition="none" />
              <requires name="configContext" condition="none" />
              <requires name="section" condition="none" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Configuration.ConfigRecord">
            <summary>
            ConfigRecord class
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.#ctor(System.String,Sitecore.Configuration.ConfigStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigRecord"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="store">The store.</param>
        </member>
        <member name="P:Sitecore.Configuration.ConfigRecord.Attributes">
            <summary>
            Gets the attributes.
            </summary>
            <value>The attributes.</value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigRecord.ConfigStore">
            <summary>
            Gets the store.
            </summary>
            <value>The store.</value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigRecord.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.AddRecord(System.String)">
            <summary>
            Adds the record.
            </summary>
            <param name="recordName">Name of the record.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.AddRecord(System.String,System.String,System.String[])">
            <summary>
            Adds a new child record to the record.
            </summary>
            <param name="recordName">Name of the record.</param>
            <param name="value">The textual value of the record (pass the empty string if the record holds no value).</param>
            <param name="attributes">The attributes (must be alternating between attribute name and value).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.CreateObject``1">
            <summary>
            Creates the object represented by the record.
            </summary>
            <typeparam name="T"></typeparam>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.CreateObjects``1(System.String)">
            <summary>
            Creates objects from all child record with the name specified in <c>recordName</c>.
            </summary>
            <param name="recordName">Name of the child records.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.GetChildRecord(System.String)">
            <summary>
            Gets a child record with the specified name.
            </summary>
            <param name="recordName">Name of the record.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.GetChildRecords">
            <summary>
            Gets all child records.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.GetChildRecords(System.String)">
            <summary>
            Gets all child records with the specified name.
            </summary>
            <param name="recordName">Name of the record.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.GetNamedChildRecord(System.String,System.String)">
            <summary>
            Gets a named child record.
            </summary>
            <param name="recordName">Name of the record.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.GetValue">
            <summary>
            Gets the textual value of the record.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.Remove">
            <summary>
            Removes the record from the <see cref="P:Sitecore.Configuration.ConfigRecord.ConfigStore">config store</see>.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.SetAttribute(System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigRecord.SetValue(System.String)">
            <summary>
            Sets the textual value of the record.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Configuration.ConfigStore">
            <summary>
            ConfigStore class
            </summary>
        </member>
        <member name="E:Sitecore.Configuration.ConfigStore.ConfigChanged">
            <summary>
            Occurs when configuration has been changed (externally).
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.ConfigStore.RootRecord">
            <summary>
            Gets the root record.
            </summary>
            <value>The root record.</value>
        </member>
        <member name="M:Sitecore.Configuration.ConfigStore.CommitChanges">
            <summary>
            Commits the changes.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigStore.GetTemplateRecord(System.String,System.String)">
            <summary>
            Gets the template record.
            </summary>
            <param name="recordName">Name of the record.</param>
            <param name="templateName">Name of the template.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigStore.NotifyConfigChanged">
            <summary>
            Notify subscribers that the configuration has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigStore.Load(System.String)">
            <summary>
            Loads the specified config store name.
            </summary>
            <param name="configStoreName">Name of the config store.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.ConfigurationAction">
            <summary>
            ConfigurationAction class
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigurationAction.AddRecord">
            <summary>Add a new record to the configuration store.</summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigurationAction.RemoveRecord">
            <summary>Remove an existing record.</summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigurationAction.UpdateRecord">
            <summary>Update an existing record.</summary>
        </member>
        <member name="T:Sitecore.Configuration.ConfigurationRulesContext">
            <summary>
            Represents the configuration rules context.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.ConfigurationRulesContext.ruleDefinitions">
            <summary>
            The rule definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigurationRulesContext.#ctor(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigurationRulesContext"/> class.
            </summary>
            <param name="ruleDefinitions">The rule definitions.</param>
        </member>
        <member name="P:Sitecore.Configuration.ConfigurationRulesContext.Roles">
            <summary>
            Gets the configuration roles.
            </summary>
            <value>
            The configuration roles.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigurationRulesContext.SearchProviders">
            <summary>
            Gets the search providers.
            </summary>
            <value>
            The search providers.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigurationRulesContext.Environment">
            <summary>
            Gets the environment rule definition value.
            </summary>
            <value>
            The environment rule definition value.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.ConfigurationRulesContext.ConfigurationRules">
            <summary>
            Returns an IConfigurationRulesContext set for the system.
            </summary>
            <remarks>Don't use it directly. Instead, get an implementation of
            the <see cref="T:Sitecore.Configuration.IConfigurationRulesContext" /> through DI.</remarks>
        </member>
        <member name="M:Sitecore.Configuration.ConfigurationRulesContext.GetRuleDefinitionNames">
            <summary>
            Returns the rule definition names.
            </summary>
            <returns>The rule definition names.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigurationRulesContext.GetRuleDefinitionValue(System.String)">
            <summary>
            Returns the rule definition value for the specified name.
            </summary>
            <param name="name">The rule definition name.</param>
            <returns>The rule definition value.</returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigurationRulesContext.SetCurrentConfigurationRules(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Sets current rules defined for the system.
            </summary>
            <param name="rules">Rules which should be applied as context.</param>
            <remarks>The method is used for delivering an instance of concrete ConfigurationRulesContext to
            a composition root. It should not be used for other purposes.</remarks>
        </member>
        <member name="T:Sitecore.Configuration.ConfigWatcher">
            <summary>
            Monitors the /App_Config folder for changes.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigWatcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.PostponeEvents">
            <summary>
            Postpones the execution.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.Created(System.String)">
            <summary>
            Called when a file has been created.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.Deleted(System.String)">
            <summary>
            Called when a file has been deleted.
            </summary>
            <param name="filePath">The full path.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.Renamed(System.String,System.String)">
            <summary>
            Called when a file has been renamed.
            </summary>
            <param name="filePath">The full path.</param>
            <param name="oldFilePath">The old full path.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.PostponeEventExecution">
            <summary>
            Suppresses the event.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.ResumeEventExecution">
            <summary>
            Resumes the event.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.OnConfigChanged(System.String)">
            <summary>
            Called when the config has changed.
            </summary>
            <param name="configFilePath">The config file path.</param>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.IsKnownConfigFile(System.String)">
            <summary>
            Determines whether [is known config file] [the specified config file path].
            </summary>
            <param name="configFilePath">The config file path.</param>
            <returns>
                <c>true</c> if [is known config file] [the specified config file path]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.RegisterKnownConfigFile(System.String)">
            <summary>
            Regsiters the known config file.
            </summary>
            <param name="configFilePath">The config file path.</param>
        </member>
        <member name="T:Sitecore.Configuration.ConfigWatcher.PostponeEvent">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.PostponeEvent.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ConfigWatcher.PostponeEvent"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ConfigWatcher.PostponeEvent.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.DefaultFactory">
            <summary>
            The default configuration factory.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.ForbiddenChars">
            <summary>
            The forbidden chars.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.InitializationLock">
            <summary>
            The initialization lock.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.NullObject">
            <summary>
            The null object.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.comparerFactory">
            <summary>
            The comparer factory.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.serviceProvider">
            <summary>
            The service provider.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.cache">
            <summary>
            The cache.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.retryer">
            <summary>
            The retryer.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.syncRoot">
            <summary>
            The synchronize root.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.errorControlPrototype">
            <summary>
            The error control prototype.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.itemNavigatorPrototype">
            <summary>
            The item navigator prototype.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.masterVariablesReplacer">
            <summary>
            The master variables replacer.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultFactory.nodeCache">
            <summary>
            The node cache.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.#ctor(Sitecore.Abstractions.BaseComparerFactory,System.IServiceProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.DefaultFactory"/> class.
            </summary>
            <param name="comparerFactory">The comparer factory.</param>
            <param name="serviceProvider">The service Provider.</param>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateErrorControl(System.String,System.String)">
            <summary>
            Creates an error control.
            </summary>
            <param name="message">The message.</param>
            <param name="details">The details.</param>
            <returns>The Error Control object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateItemNavigator(Sitecore.Data.Items.Item)">
            <summary>
            Creates an item navigator.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The Item Navigator.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateObject``1(System.Xml.XmlNode)">
            <summary>
            Creates an object from a configuration node.
            </summary>
            <typeparam name="T">The type of object to create.</typeparam>
            <param name="configNode">The config node.</param>
            <returns>The object of type T.</returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetConfigStore(System.String)">
            <summary>
            Gets the config store.
            </summary>
            <param name="configStoreName">Name of the config store.</param>
            <returns>The ConfigStore object. </returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetCustomHandlers">
            <summary>
            Gets the request handlers.
            </summary>
            <returns>The request handlers.</returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetDatabase(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">The database name.</param>
            <returns>The Database object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetDatabase(System.String,System.Boolean)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">The database name.</param>
            <param name="assert">If set to <c>true</c> exception will be thrown if database does not exist.</param>
            <returns>The Database object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetDatabaseNames">
            <summary>
            Gets the database names.
            </summary>
            <returns>The list of registered in configuration file database names.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetDatabases">
            <summary>
            Gets all databases.
            </summary>
            <returns>The list of registered in configuration file databases.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetDomainMap(System.String)">
            <summary>
            Gets the domain map.
            </summary>
            <param name="path">The domain map Xml path.</param>
            <returns>The domain map.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetHashtable(System.String,Sitecore.Configuration.Factory.HashKeyType,Sitecore.Configuration.Factory.HashValueType,Sitecore.Configuration.Factory.HashValueFormat,System.Type)">
            <summary>
            Gets the hash table.
            </summary>
            <param name="path">The Xml path.</param>
            <param name="keyType">Type of the key.</param>
            <param name="valueType">Type of the value.</param>
            <param name="format">The format.</param>
            <param name="dataType">Type of the data.</param>
            <returns>The Hashtable.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetIDTable">
            <summary>
            Gets the ID table.
            </summary>
            <returns>The IDTable provider.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetItemComparer(Sitecore.Data.Items.Item)">
            <summary>
            Gets an item comparer.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The Item comparer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetLinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <returns>The LinkDatabase.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException"><c>LinkDatabase</c> object is of wrong type.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetMasterVariablesReplacer">
            <summary>
            Gets the object used for replacing variables when creating a master.
            </summary>
            <returns>The MasterVariables replacer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetPerformanceCounters">
            <summary>
            Gets the performance counters.
            </summary>
            <returns>The performance counters.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetProviders``2(System.String,``0@)">
            <summary>
            Gets a list of providers.
            </summary>
            <typeparam name="TProvider">The Default provider.</typeparam>
            <typeparam name="TCollection">The provider collection.</typeparam>
            <param name="rootPath">The root Path.</param>
            <param name="defaultProvider">The default Provider.</param>
            <returns>The providers.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetRetryer">
            <summary>
            Gets the reiterator.
            </summary>
            <returns>IRetryable object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetReplacer(System.String)">
            <summary>
            Gets the replacer.
            </summary>
            <param name="name">The replacer name.</param>
            <returns>The replacer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetSite(System.String)">
            <summary>
            Gets the site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The site by name.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetSiteInfo(System.String)">
            <summary>
            Gets the site info.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The site info.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetSiteInfoList">
            <summary>
            Gets a list of all <see cref="T:Sitecore.Web.SiteInfo">site info</see> instances.
            </summary>
            <returns>Gets all sites.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetSiteNames">
            <summary>
            Gets the site names.
            </summary>
            <returns>The site names.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetString(System.String,System.Boolean)">
            <summary>
            Gets the string.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetStringSet(System.String)">
            <summary>
            Gets a string set from config.
            </summary>
            <param name="configPath">The config path.</param>
            <returns>The set of inner texts of Xml nodes with specified path.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetArchiveTaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <returns>The task database.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException"><c>TaskDatabase</c> object is of wrong type.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetTaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <returns>The task database.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException"><c>TaskDatabase</c> object is of wrong type.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateObject(System.String,System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateObject(System.String,System.String[],System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateObject(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateObject(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateObject(System.Xml.XmlNode,System.String[],System.Boolean,Sitecore.Configuration.IFactoryHelper)">
            <summary>
            Creates the object.
            </summary><param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> throw an exception if the object could not be created.</param>
            <param name="helper">The helper.</param>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateType(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Creates the type.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The Type object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateType(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the type.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The Type object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.FindType(System.String,System.Reflection.Assembly)">
            <summary>
            Finds the type.
            </summary>
            <param name="className">Name of the class.</param>
            <param name="assembly">The assembly.</param>
            <returns>The Type object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetAttribute(System.String,System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">The attribute name.</param>
            <param name="node">The Xml node.</param>
            <param name="parameters">The parameters.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetConfigNode(System.String)">
            <summary>
            Gets a config node.
            </summary>
            <param name="xpath">The Xpath.</param>
            <returns>The config node.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetConfigNode(System.String,System.Boolean)">
            <summary>
            Gets a config node.
            </summary>
            <param name="xpath">The Xpath.</param>
            <param name="assert">If set to <c>true</c> assert that the node is not null.</param>
            <returns>The config node.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetConfigNodes(System.String)">
            <summary>
            Gets a set of config nodes.
            </summary>
            <param name="xpath">The Xpath.</param>
            <returns>The Configuration nodes.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.Reset">
            <summary>
            Resets all cached information.
            </summary>
            <remarks>This will cause all configuration data to be reloaded.</remarks>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>Xml document containing the entire Sitecore configuration.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateFromServiceProvider(System.Xml.XmlNode,System.Boolean)">
            <summary>
            The create from service provider.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="assert">The assert.</param>
            <returns>The <see cref="T:System.Object"/>.</returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">If cannot create object from service provider.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateFromConnectionStringName(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Gets the connection string with the specified name.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> assert.</param>
            <returns>The create from connection string name.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateFromFactoryMethod(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Gets the connection string with the specified name.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> assert.</param>
            <returns>The create from connection string name.</returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.TryGetCacheValue``1(System.Collections.Hashtable,System.String,System.Boolean,``0@)">
            <summary>
            Tries the get a value from a cacheInstance.
            </summary>
            <typeparam name="T">The value from cacheInstance.</typeparam>
            <param name="cacheInstance">The cache.</param>
            <param name="key">The cacheInstance key.</param>
            <param name="allowNull">If set to <c>true</c> allow null values.</param>
            <param name="value">The value.</param>
            <returns>The try get cacheInstance value.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.AddToCache``1(System.Collections.Hashtable,System.String,``0)">
            <summary>
            Adds to cache.
            </summary>
            <typeparam name="T">The cache value type.</typeparam>
            <param name="cacheInstance">The cache.</param>
            <param name="key">The cache key.</param>
            <param name="value">The cache value.</param>
            <returns>The Added value.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.AssignProperties(System.Xml.XmlNode,System.String[],System.Object,System.Boolean,System.Boolean,Sitecore.Configuration.IFactoryHelper)">
            <summary>
            Assigns the properties.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="obj">The object.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <param name="deferred">If set to <c>true</c> this instance is deferred.</param>
            <param name="helper">The helper.</param>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.AssignProperties(System.Object,System.Object[])">
            <summary>
            Assigns the properties.
            </summary>
            <param name="obj">The object.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateFromFactory(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates from factory.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create from factory.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateFromReference(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates from reference.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create from reference.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.CreateFromTypeName(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the name of from type.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The create from type name.</returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetCallParameters(System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the call parameters.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <returns>The list of call parameters.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetConstructorParameters(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Gets the constructor parameters.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The constructor parameters.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetFactory(System.String,System.Boolean)">
            <summary>
            Gets the factory.
            </summary>
            <param name="name">The factory name.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The factory.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetInnerObject(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Gets the inner object.
            </summary>
            <param name="paramNode">The parameter node.</param>
            <param name="parameters">The parameters.</param>
            <param name="assert">If set to <c>true</c> this instance is assert.</param>
            <returns>The get inner object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetNames(System.String,System.String)">
            <summary>
            Gets the names.
            </summary>
            <param name="configPath">The config path.</param>
            <param name="nameAttribute">The name attribute.</param>
            <returns>The list of names.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetProviders``2(System.Collections.Generic.List{System.Xml.XmlNode})">
            <summary>
            Gets the providers.
            </summary>
            <typeparam name="TProvider">The Default provider type.</typeparam>
            <typeparam name="TCollection">The providers collection type.</typeparam>
            <param name="nodes">The nodes.</param>
            <returns>The providers.</returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetStringValue(System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the string value.
            </summary>
            <param name="node">The Xml node.</param>
            <param name="parameters">The parameters.</param>
            <returns>The get string value.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.IsObjectNode(System.Xml.XmlNode)">
            <summary>
            Determines whether the specified node is element and object node.
            </summary>
            <param name="node">The Xml node.</param>
            <returns><c>true</c> if the specified node is xml element and object node; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.IsPropertyNode(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Determines whether the specified node is a property node.
            </summary>
            <param name="node">The Xml node.</param>
            <param name="parameters">The parameters.</param>
            <param name="deferred">If set to <c>true</c> this instance is deferred.</param>
            <returns><c>true</c> if the specified node is a property node; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetErrorControlPrototype">
            <summary>
            Gets the item navigator prototype.
            </summary>
            <returns>The prototype of error control.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultFactory.GetItemNavigatorPrototype">
            <summary>
            Gets the item navigator prototype.
            </summary>
            <returns>The Item Navigator.</returns>
        </member>
        <member name="T:Sitecore.Configuration.DefaultSettings">
            <summary>
            Manager to read Sitecore configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.DefaultSettings.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes <see cref="T:Sitecore.Configuration.DefaultSettings"/>
            </summary>
            <param name="factory">Instance of the <see cref="T:Sitecore.Abstractions.BaseFactory"/>.</param>
            <param name="log">Instance of the <see cref="T:Sitecore.Abstractions.BaseLog"/>.</param>
        </member>
        <member name="M:Sitecore.Configuration.DefaultSettings.TryGetSettingFromSwitcher(System.String,System.String@)">
            <summary>
            Tries to get setting from <see cref="T:Sitecore.Configuration.SettingsSwitcher"/>.
            </summary>
            <param name="name">The setting name.</param>
            <param name="value">The value.</param>
            <returns>Result of the operation. True if value taken from <see cref="T:Sitecore.Configuration.SettingsSwitcher"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultSettings.GetGenericSetting``1(System.String,``0,System.Collections.Generic.IDictionary{System.String,System.Nullable{``0}},Sitecore.Configuration.DefaultSettings.ValueParserDelegate{``0})">
            <summary>
            Gets the setting.
            </summary>
            <typeparam name="T">Type of the value to return</typeparam>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default setting value.</param>
            <param name="settingsCache">The settings cache.</param>
            <param name="parser">The parser. Function to return parsed value in T type from string interpretation</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultSettings.GetWebSetting(System.String,System.String)">
            <summary>
            Gets the web setting.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultSettings.GetWebSettings">
            <summary>
            Gets the web settings.
            </summary>
            <returns>
            The web settings.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.Factory">
            <summary>
            The Factory.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Factory.Instance">
            <summary>
            Gets or sets the Instance.Value.
            </summary>
            <value>
            The Instance.Value.
            </value>
        </member>
        <member name="F:Sitecore.Configuration.Factory.DomainManager">
            <summary>
            The domain manager.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Factory.HashKeyType">
            <summary>
            Represents a <c>HashKeyType</c>.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Factory.HashKeyType.NodeName">
            <summary>Node name.</summary>
        </member>
        <member name="T:Sitecore.Configuration.Factory.HashValueFormat">
            <summary>
            Represents a <c>HashValueFormat</c>.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Factory.HashValueFormat.SingleObject">
            <summary>Single object.</summary>
        </member>
        <member name="F:Sitecore.Configuration.Factory.HashValueFormat.Array">
            <summary>Array object.</summary>
        </member>
        <member name="T:Sitecore.Configuration.Factory.HashValueType">
            <summary>
            Represents a <c>HashValueType</c>.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Factory.HashValueType.NodeName">
            <summary>Node name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.Factory.HashValueType.Object">
            <summary>Object type.</summary>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateErrorControl(System.String,System.String)">
            <summary>
            Creates an error control.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="details">
            The details.
            </param>
            <returns>
            The Error Control object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateItemNavigator(Sitecore.Data.Items.Item)">
            <summary>
            Creates an item navigator.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The Item Navigator.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateObject``1(System.Xml.XmlNode)">
            <summary>
            Creates an object from a configuration node.
            </summary>
            <typeparam name="T">
            The type of object to create.
            </typeparam>
            <param name="configNode">
            The config node.
            </param>
            <returns>
            The object of type T
            </returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">
            <c>ConfigurationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetConfigStore(System.String)">
            <summary>
            Gets the config store.
            </summary>
            <param name="configStoreName">
            Name of the config store.
            </param>
            <returns>
            The ConfigStore object.
            </returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">
            <c>ConfigurationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetCustomHandlers">
            <summary>
            Gets the request handlers.
            </summary>
            <returns>
            The request handlers.
            </returns>
            <exception cref="T:System.InvalidOperationException">
            <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetDatabase(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">
            The database name.
            </param>
            <returns>
            The Database object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetDatabase(System.String,System.Boolean)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">
            The database name.
            </param>
            <param name="assert">
            if set to <c>true</c> exception will be thrown if database does not exist.
            </param>
            <returns>
            The Database object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetDatabaseNames">
            <summary>
            Gets the database names.
            </summary>
            <returns>
            The list of registered in configuration file database names.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetDatabases">
            <summary>
            Gets all databases.
            </summary>
            <returns>
            The list of registered in configuration file databases.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetDomainMap(System.String)">
            <summary>
            Gets the domain map.
            </summary>
            <param name="path">
            The domain map Xml path.
            </param>
            <returns>
            The domain map.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetHashtable(System.String,Sitecore.Configuration.Factory.HashKeyType,Sitecore.Configuration.Factory.HashValueType,Sitecore.Configuration.Factory.HashValueFormat,System.Type)">
            <summary>
            Gets the hash table.
            </summary>
            <param name="path">
            The Xml path.
            </param>
            <param name="keyType">
            Type of the key.
            </param>
            <param name="valueType">
            Type of the value.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="dataType">
            Type of the data.
            </param>
            <returns>
            The Hashtable.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetIDTable">
            <summary>
            Gets the ID table.
            </summary>
            <returns>
            The IDTable provider.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetItemComparer(Sitecore.Data.Items.Item)">
            <summary>
            Gets an item comparer.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The Item comparer.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetLinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <returns>
            The LinkDatabase.
            </returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException">
            <c>LinkDatabase</c> object is of wrong type
            </exception>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetMasterVariablesReplacer">
            <summary>
            Gets the object used for replacing variables when creating a master.
            </summary>
            <returns>
            The MasterVariables replacer.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetPerformanceCounters">
            <summary>
            Gets the performance counters.
            </summary>
            <returns>
            The performance counters.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetProviders``2(System.String,``0@)">
            <summary>
            Gets a list of providers.
            </summary>
            <typeparam name="TProvider">
            The Default provider.
            </typeparam>
            <typeparam name="TCollection">
            The provider collection.
            </typeparam>
            <param name="rootPath">
            The root Path.
            </param>
            <param name="defaultProvider">
            The default Provider.
            </param>
            <returns>
            The providers.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetRetryer">
            <summary>
            Gets the reiterator.
            </summary>
            <returns>IRetryable object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetReplacer(System.String)">
            <summary>
            Gets the replacer.
            </summary>
            <param name="name">
            The replacer name.
            </param>
            <returns>
            The replacer.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetSite(System.String)">
            <summary>
            Gets the site.
            </summary>
            <param name="siteName">
            Name of the site.
            </param>
            <returns>
            The site by name.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetSiteInfo(System.String)">
            <summary>
            Gets the site info.
            </summary>
            <param name="siteName">
            Name of the site.
            </param>
            <returns>
            The site info.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetSiteInfoList">
            <summary>
            Gets a list of all <see cref="T:Sitecore.Web.SiteInfo">site info</see> instances.
            </summary>
            <returns>
            Gets all sites.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetSiteNames">
            <summary>
            Gets the site names.
            </summary>
            <returns>
            The site names.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetString(System.String,System.Boolean)">
            <summary>
            Gets the string.
            </summary>
            <param name="configPath">
            The config path.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The string.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetStringSet(System.String)">
            <summary>
            Gets a string set from config.
            </summary>
            <param name="configPath">
            The config path.
            </param>
            <returns>
            The set of inner texts of Xml nodes with specified path.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetArchiveTaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <returns>
            The task database.
            </returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException">
            <c>TaskDatabase</c> object is of wrong type
            </exception>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetTaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <returns>
            The task database.
            </returns>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException">
            <c>TaskDatabase</c> object is of wrong type
            </exception>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateObject(System.String,System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configPath">
            The config path.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The create object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateObject(System.String,System.String[],System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configPath">
            The config path.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The create object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateObject(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">
            The config node.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The create object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateObject(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">
            The config node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The create object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateObject(System.Xml.XmlNode,System.String[],System.Boolean,Sitecore.Configuration.IFactoryHelper)">
            <summary>
            Creates the object.
            </summary>
            <param name="configNode">
            The config node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="assert">
            If set to <c>true</c> throw an exception if the object could not be created.
            </param>
            <param name="helper">
            The helper.
            </param>
            <returns>
            The object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateType(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Creates the type.
            </summary>
            <param name="configNode">
            The config node.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The Type object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.CreateType(System.Xml.XmlNode,System.String[],System.Boolean)">
            <summary>
            Creates the type.
            </summary>
            <param name="configNode">
            The config node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="assert">
            if set to <c>true</c> this instance is assert.
            </param>
            <returns>
            The Type object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.FindType(System.String,System.Reflection.Assembly)">
            <summary>
            Finds the type.
            </summary>
            <param name="className">
            Name of the class.
            </param>
            <param name="assembly">
            The assembly.
            </param>
            <returns>
            The Type object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetAttribute(System.String,System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">
            The attribute name.
            </param>
            <param name="node">
            The Xml node.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The attribute.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetConfigNode(System.String)">
            <summary>
            Gets a config node.
            </summary>
            <param name="xpath">
            The Xpath.
            </param>
            <returns>
            The config node.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetConfigNode(System.String,System.Boolean)">
            <summary>
            Gets a config node.
            </summary>
            <param name="xpath">
            The Xpath.
            </param>
            <param name="assert">
            if set to <c>true</c> assert that the node is not null.
            </param>
            <returns>
            The config node.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetConfigNodes(System.String)">
            <summary>
            Gets a set of config nodes.
            </summary>
            <param name="xpath">
            The Xpath.
            </param>
            <returns>The Configuration nodes.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Factory.Reset">
            <summary>
            Resets all cached information.
            </summary>
            <remarks>
            This will cause all configuration data to be reloaded.
            </remarks>
        </member>
        <member name="M:Sitecore.Configuration.Factory.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>
            Xml document containing the entire Sitecore configuration.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.FileDataStore">
            <summary>
            Represents a FileDataStore.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.FileDataStore"/> class.
            </summary>
            <param name="baseFolder">The base folder.</param>
            <param name="objectLifetime">The object lifetime.</param>
            <contract>
              <requires name="baseFolder" condition="not empty" />
              <requires name="objectLifetime" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.#ctor(System.String,System.String,Sitecore.Eventing.IEventQueue,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.FileDataStore"/> class.
            </summary>
            <param name="baseFolder">The base folder.</param>
            <param name="objectLifetime">The object lifetime.</param>
            <param name="queue">The instance of <see cref="T:Sitecore.Eventing.IEventQueue"/> used to queue remote events.</param>
            <param name="eventManager">The instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> used to queue local events.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="baseFolder"/>, <paramref name="objectLifetime"/>, <paramref name="queue"/> or <paramref name="eventManager"/> is null.</exception>
            <exception cref="T:System.ArgumentException"><paramref name="baseFolder"/> is empty.</exception>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.CompactData">
            <summary>
            Compacts the data.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.LoadData(System.String)">
            <summary>
            Loads the data.
            </summary>
            <returns>The data.</returns>
            <contract>
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.RemoveData(System.String)">
            <summary>
            Removes the data.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.SaveData(System.Collections.Hashtable)">
            <summary>
            Saves the data.
            </summary>
            <param name="data">The data.</param>
            <contract>
              <requires name="data" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.SaveData(System.String,System.String)">
            <summary>
            Saves the data.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.SaveObject(System.String,System.Object)">
            <summary>
            Saves the object.
            </summary>
            <param name="key">The key.</param>
            <param name="obj">The obj.</param>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.LoadObject(System.String)">
            <summary>
            Loads the object.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.FileDataStore.GetFilename(System.String)">
            <summary>
            Gets the filename.
            </summary>
            <returns>The filename.</returns>
        </member>
        <member name="T:Sitecore.Configuration.FileSystemHelper">
            <summary>
              Class that represents file system operations necessary for ConfigReader.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.DirectoryExists(System.String)">
            <summary>
              Verifies whether the specifies directory exists.
            </summary>
            <param name="directoryPath">The directory path.</param>
            <returns>true, if directory exists, otherwise - false.</returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.FileExists(System.String)">
            <summary>
            Determines whether the file the exists.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>true, if the file exists; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.GetAttributes(System.String)">
            <summary>
              Gets the attributes of a file by the path.
            </summary>
            <param name="path">The path to a file to check attributes for.</param>
            <returns>The FileAttributes structure.</returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.GetDirectories(System.String)">
            <summary>
              Gets the sub-directories for the specified directory.
            </summary>
            <param name="directory">The directory.</param>
            <returns>List of sub-directory paths.</returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.GetFiles(System.String,System.String)">
            <summary>
              Gets the files from specified directory that matches specified search pattern.
            </summary>
            <param name="rootPath">The root path.</param>
            <param name="searchPattern">The search pattern.</param>
            <returns>List of file paths that fits passed parameters.</returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.MapPath(System.String)">
            <summary>
            Maps the path.
            </summary>
            <param name="pathToMap">The path to map.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.Sort(System.String[])">
            <summary>
              Sorts the specified array of strings. The method is necessary to ensure that we apply at least some sorting to the
              configuration files.
            </summary>
            <param name="data">The data to sort.</param>
            <returns>Alphabetically sorted array.</returns>
        </member>
        <member name="M:Sitecore.Configuration.FileSystemHelper.MakePath(System.String,System.String)">
            <summary>
            Makes the path.
            </summary>
            <param name="path1">The path1.</param>
            <param name="path2">The path2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.IConfigurationRulesContext">
            <summary>
            Defines the interface for configuration rule context.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.IConfigurationRulesContext.GetRuleDefinitionNames">
            <summary>
            Returns the rule definition names.
            </summary>
            <returns>The rule definition names.</returns>
        </member>
        <member name="M:Sitecore.Configuration.IConfigurationRulesContext.GetRuleDefinitionValue(System.String)">
            <summary>
            Returns the rule definition value for the specified name.
            </summary>
            <param name="name">The rule definition name.</param>
            <returns>The rule definition value.</returns>
        </member>
        <member name="P:Sitecore.Configuration.IConfigurationRulesContext.Roles">
            <summary>
            Gets the configuration roles.
            </summary>
            <value>
            The configuration roles.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.IConfigurationRulesContext.SearchProviders">
            <summary>
            Gets the search providers.
            </summary>
            <value>
            The search providers.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.IConfigurationRulesContext.Environment">
            <summary>
            Gets the environment rule definition value.
            </summary>
            <value>
            The environment rule definition value.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.IConstructable">
            <summary>
             Interface used by the <see cref="T:Sitecore.Configuration.Factory"/> to notify objects that construction has completed.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.IConstructable.Constructed(System.Xml.XmlNode)">
            <summary>
            Called after object construction by the <see cref="T:Sitecore.Configuration.Factory"/> has been finished.
            </summary>
            <param name="configuration">The configuration.</param>
        </member>
        <member name="T:Sitecore.Configuration.IFactoryHelper">
            <summary>
            IFactoryHelper class
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.IFactoryHelper.SetProperty(System.Xml.XmlNode,System.Object)">
            <summary>
            Sets a property on the object being created.
            </summary>
            <param name="propertyNode">The property node.</param>
            <param name="objectBeingCreated">The object being created.</param>
            <returns><c>true</c> if the helper set the property, false if the factory should set the property itself.</returns>
        </member>
        <member name="M:Sitecore.Configuration.IInternalSettingsExtensions.Reset">
            <summary>
            Resets the setting cache.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.IInternalSettingsExtensions.GetNumberOfSettings">
            <summary>
            Gets number of settings.
            </summary>
            <returns> The number of settings.</returns>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.AuthenticationSettings">
            <summary>
            The authentication settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.AuthenticationWebConfigSectionName">
            <summary>
            The "authentication" section name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.ClientPersistentLoginDurationSettingName">
            <summary>The "Authentication.ClientPersistentLoginDuration" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.DefaultDomainNameSettingName">
            <summary>The "Authentication.DefaultDomainName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.DefaultMembershipProviderWildcardSettingName">
            <summary>The "Authentication.DefaultMembershipProviderWildcard" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.SaveRawUrlSettingName">
            <summary>The "Authentication.SaveRawUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.ClientSessionTimeoutSettingName">
            <summary>The "Authentication.ClientSessionTimeout" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.VirtualMembershipWildcardSettingName">
            <summary>The "Authentication.VirtualMembershipWildcard" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthenticationSettings.ClientTicketProlongationFactorSettingName">
            <summary>The "Authentication.ClientTicketProlongationFactor" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.AuthenticationSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.AuthenticationSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.ClientPersistentLoginDuration">
            <summary>
            Gets the timeout in days for the client "remember me" feature.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.DefaultDomainName">
            <summary>
            Gets the name of the default domain.
            </summary>
            <value>The name of the default domain.</value>
            <remarks>Default value: <c>default</c></remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.DefaultMembershipProviderWildcard">
            <summary>
            Gets the default membership wildcard used by the providers.
            </summary>
            <value>The membership wildcard. Default value: %</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.FormsAuthenticationTimeout">
            <summary>
            Gets the forms authentication timeout.
            </summary>
            <value>
            The forms authentication timeout.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.FormsAuthenticationSlidingExpiration">
            <summary>
            Gets a value indicating whether the sliding expiration is enabled.
            </summary>
            <value>
            Value indicating whether the sliding expiration is enabled.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.SaveRawUrl">
            <summary>
            Gets a value indicating whether the original request URL is passed to the login page
            (saved in <c>'URL'</c> query string parameter).
            </summary>
            <value><c>true</c> if raw URL of original request should be passed to the login page otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.ClientSessionTimeout">
            <summary>
            Gets the timeout in minutes of an
            user session.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.VirtualMembershipWildcard">
            <summary>
            Gets the membership wildcard to use in high level code.
            </summary>
            <value>The membership wildcard. Default value: *</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.ClientTicketProlongationFactor">
            <summary>
            Gets the factor of the <see cref = "P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.FormsAuthenticationTimeout"/> to determine the minimum time interval that should be spend
            before next user ticket prolongation. Setting is used for sliding expiration only.
            Default value: 0.2
            </summary>
            <value>
            The <see cref = "P:Sitecore.Configuration.KnownSettings.AuthenticationSettings.FormsAuthenticationTimeout"/> factor to prolongate user ticket.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.AuthorizationSettings">
            <summary>
            The authorization.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.AuthorizationSettings.InheritSecurityByDefaultSettingName">
            <summary>The "Authorization.InheritSecurityByDefault" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.AuthorizationSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.AuthorizationSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.AuthorizationSettings.InheritSecurityByDefault">
            <summary>
            Gets a value indicating whether to inherit security by default.
            </summary>
            <value>
             <c>true</c> if security is inherited by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.BulkInsertContextSettings">
            <summary>
            Incapsulate settings specific to BulkUpdateContext.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.BulkInsertContextSettings.BulkDataFlushTimeoutInMinuteSettingName">
            <summary>The "BulkDataFlushTimeoutInMinute" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.BulkInsertContextSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.BulkInsertContextSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.BulkInsertContextSettings.BulkDataFlushTimeoutInMinute">
             <summary>
             
             </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.BulkUpdateContextSettings">
            <summary>
            Incapsulate settings specific to BulkUpdateContext.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.BulkUpdateContextSettings.DescendantsRebuildThresholdSettingName">
            <summary>The "BulkUpdateContext.DescendantsRebuildThreshold" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.BulkUpdateContextSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.BulkUpdateContextSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.BulkUpdateContextSettings.DescendantsRebuildThreshold">
            <summary>
            Gets the descendants rebuild threshold.
            <remarks>
            Under active BulkUpdateContext, table Descendants is not updated, but all operations are enqueued to be performed when leaving the BulkUpdateContext.
            The setting is used to check if number of the operations exceeds the value of the setting, then full descendants rebuild is performed;
            otherwise, the enqueued operations are executed.
            Default value: 1000.
            In order to change the setting's value, add setting "BulkUpdateContext.DescendantsRebuildThreshold" with your custom value into configuration.
            </remarks>
            </summary>
            <value>
            The descendants rebuild threshold.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.CachingSettings">
            <summary>
            The caching settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.AccessResultCacheSizeSettingName">
            <summary>The "Caching.AccessResultCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.AverageItemSizeSettingName">
            <summary>The "Caching.AverageItemSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.BlobIDCacheSizeSettingName">
            <summary>The "Caching.BlobIDCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheViewStateSettingName">
            <summary>The "Caching.CacheViewState" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DebugEnabledSettingName">
            <summary>The "Caching.DebugEnabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultClientDataCacheSizeSettingName">
            <summary>The "Caching.DefaultClientDataCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultDataCacheSizeSettingName">
            <summary>The "Caching.DefaultDataCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultFilteredItemsCacheSizeSettingName">
            <summary>The "Caching.DefaultFilteredItemsCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultHtmlCacheSizeSettingName">
            <summary>The "Caching.DefaultHtmlCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultItemCacheSizeSettingName">
            <summary>The "Caching.DefaultItemCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultPathCacheSizeSettingName">
            <summary>The "Caching.DefaultPathCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultItemPathsCacheSizeSettingName">
            <summary>The "Caching.DefaultItemPathsCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.PrioritySettingName">
            <summary>The "Caching.Priority" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultPropertyCacheSizeSettingName">
            <summary>The "Caching.DefaultPropertyCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultRegistryCacheSizeSettingName">
            <summary>The "Caching.DefaultRegistryCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultTemplateCacheSizeSettingName">
            <summary>The "Caching.DefaultTemplateCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultViewStateCacheSizeSettingName">
            <summary>The "Caching.DefaultViewStateCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultXslCacheSizeSettingName">
            <summary>The "Caching.DefaultXslCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.DisableCacheSizeLimitsSettingName">
            <summary>The "Caching.DisableCacheSizeLimits" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.EnabledSettingName">
            <summary>The "Caching.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.HtmlLifetimeSettingName">
            <summary>The "Caching.HtmlLifetime" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.HugeCacheSizeSettingName">
            <summary>The "Caching.HugeCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.IsUserInRoleCacheSizeSettingName">
            <summary>The "Caching.IsUserInRoleCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.ItemCachingEnabledSettingName">
            <summary>The "Caching.ItemCachingEnabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.LargeCacheSizeSettingName">
            <summary>The "Caching.LargeCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.LoadFactorSettingName">
            <summary>The "Caching.LoadFactor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.MaxLoadFactorSettingName">
            <summary>The "Caching.MaxLoadFactor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.MediumCacheSizeSettingName">
            <summary>The "Caching.MediumCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.ScavengeIntervalSettingName">
            <summary>The "Caching.ScavengeInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.SecurityCacheExpirationSettingName">
            <summary>The "Caching.SecurityCacheExpiration" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.SmallCacheSizeSettingName">
            <summary>The "Caching.SmallCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.TinyCacheSizeSettingName">
            <summary>The "Caching.TinyCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.UserProfileCacheSizeSettingName">
            <summary>The "Caching.UserProfileCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.VirtualUserStateIDCacheSizeSettingName">
            <summary>The "Caching.VirtualUserStateIDCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.SizeCalculationTimeTresholdSettingName">
            <summary>The "Caching.SizeCalculationTimeTreshold" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheScavengePercentageSettingName">
            <summary>The "Caching.CacheScavengePercentage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.FullCleanupThresholdPercentageSettingName">
            <summary>The "Caching.FullCleanupThresholdPercentage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.TraceCacheScavengeSettingName">
            <summary>The "Caching.TraceCacheScavenge" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.CachingSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.CachingSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.AccessResultCacheSize">
            <summary>
            Gets the size of the access result cache.
            </summary>
            <value>The size of the access result cache.</value>
            <remarks>Default value: 40MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.AverageItemSize">
            <summary>
            Gets the average size of an item.
            </summary>
            <value>The average size of the item.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.BlobIDCacheSize">
            <summary>
            Gets the size of the cache that stores blob IDs.
            </summary>
            <value>The size of the cache that stores blob IDs.</value>
            <remarks>Default value: 5MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheViewState">
            <summary>
            Gets a value indicating whether ViewState is cached in the GlobalCache in SheerUI.
            </summary>
            <value>
             <c>true</c> if ViewState is cached in the GlobalCache in SheerUI; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DebugEnabled">
            <summary>
            Gets a value indicating whether to output debug information that can help to identify cache issues.
            </summary>
            <value>
              <c>true</c> if cache debug is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultClientDataCacheSize">
            <summary>
            Gets the size of the default client data cache.
            </summary>
            <value>The size of the default client data cache.</value>
            <remarks>Default value: 25MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheScavengePercentage">
            <summary>
            Gets the percentage of cache size to be scavenged in one go.
            <para>Default value: 10</para>
            </summary>
            <value>
            The default cache clearance percentage.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.FullCleanupThresholdPercentage">
            <summary>
            Gets the full cleanup threshold percentage.
            <para>Cache full clearance would be triggered in case ratio of requested space to free to cache size is higher than the setting.</para>
            <para>Default value: 50</para>
            </summary>
            <value>
            The full cleanup threshold percentage.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.TraceCacheScavenge">
            <summary>
            Gets a value indicating whether trace cache scavenge messaged should be produced.
            </summary>
            <value>
              <c>true</c> if trace cache scavenge; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultDataCacheSize">
            <summary>
            Gets the size of the default data cache.
            </summary>
            <value>The size of the default data cache.</value>
            <remarks>Default value: 50MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultFilteredItemsCacheSize">
            <summary>
            Gets the default size of the filtered items cache.
            </summary>
            <value>The size of the filtered items cache. Default value: 10MB</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultHtmlCacheSize">
            <summary>
            Gets the size of the default HTML cache.
            </summary>
            <value>The default size for HTML cache.</value>
            <remarks>Default value: 25MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultItemCacheSize">
            <summary>
            Gets the size of the default item cache.
            </summary>
            <value>The size of the default item cache.</value>
            <remarks>Default value: 100MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultPathCacheSize">
            <summary>
            Gets the size of the default path cache.
            </summary>
            <value>The size of the default path cache.</value>
            <remarks>Default value: 500KB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultItemPathsCacheSize">
            <summary>
            Gets the default size of the item paths cache.
            </summary>
            <value>
            The default size of the item paths cache.
            </value>
            <remarks>Default value: 50MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultPriority">
            <summary>
            Gets the default priority.
            </summary>
            <value>The default priority.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultPropertyCacheSize">
            <summary>
            Gets the size of the default property cache.
            </summary>
            <value>The size of the default property cache.</value>
            <remarks>Default value: 5MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultRegistryCacheSize">
            <summary>
            Gets the size of the default registry cache.
            </summary>
            <value>The size of the default registry cache.</value>
            <remarks>Default value: 25MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultTemplateCacheSize">
            <summary>
            Gets the size of the default template cache.
            </summary>
            <value>The size of the default template cache.</value>
            <remarks>Default value: 25MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultViewStateCacheSize">
            <summary>
            Gets the size of the default view state cache.
            </summary>
            <value>The size of the default view state cache.</value>
            <remarks>Default value: 25MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DefaultXslCacheSize">
            <summary>
            Gets the size of the default XSL cache.
            </summary>
            <value>The default size of the XSL cache.</value>
            <remarks>Default value: 50MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.DisableCacheSizeLimits">
            <summary>
            Gets a value indicating whether cache size limits are disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.Enabled">
            <summary>
            Gets a value indicating whether caching is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.HtmlLifetime">
            <summary>
            Gets the HTML timeout.
            </summary>
            <value>The HTML timeout.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.HugeCacheSize">
            <summary>
            Gets the size of a huge cache.
            </summary>
            <value>The size of a huge cache.</value>
            <remarks>Default value: 100MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.IsUserInRoleCacheSize">
            <summary>
            Gets the size of the is user in role cache.
            </summary>
            <value>The default size of the is user in role cache.</value>
            <remarks>Default value: 5MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.ItemCachingEnabled">
            <summary>
            Gets a value indicating whether item caching is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.LargeCacheSize">
            <summary>
            Gets the size of a large cache.
            </summary>
            <value>The size of a large cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.LoadFactor">
            <summary>
            Gets a value indicating the default load factor to use for cached values.
            </summary>
            <remarks>
              <para>The size of all cached values are multiplied with this value before being added to the cache.</para>
              <para>Default value: 1.0.</para>
            </remarks>
            <value>The meximum load factor.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.MaxLoadFactor">
            <summary>
            Gets a value indicating the maximum load factor to use for cached values.
            </summary>
            <remarks>
              <para>The load factor might be increased up to this value during heavy memory load.</para>
              <para>Default value: 3.0.</para>
            </remarks>
            <value>The meximum load factor.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.MediumCacheSize">
            <summary>
            Gets the size of a medium cache.
            </summary>
            <value>The size of a medium cache.</value>
            <remarks>Default value: 2MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.ScavengeInterval">
            <summary>
            Gets the scavenge interval.
            </summary>
            <value>The scavenge interval (default: 3 minutes).</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.SecurityCacheExpiration">
            <summary>
            Gets the security cache sliding expiration.
            </summary>
            <value>The security cache sliding expiration (default: <see cref="F:System.TimeSpan.Zero"/>).</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.SmallCacheSize">
            <summary>
            Gets the size of a small cache.
            </summary>
            <value>The size of a small cache.</value>
            <remarks>Default value: 1MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.TinyCacheSize">
            <summary>
            Gets the size of a tiny cache.
            </summary>
            <value>The size of a tiny cache.</value>
            <remarks>Default value: 100KB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.UserProfileCacheSize">
            <summary>
            Gets the size of the user profile cache.
            </summary>
            <value>The default size of the user profile cache.</value>
            <remarks>Default value: 5MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.VirtualUserStateIDCacheSize">
            <summary>
            Gets the size of the virtual user state ID cache.
            </summary>
            <value>
            The size of the virtual user state ID cache.
            </value>
            <remarks>Default value: 5MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.SizeCalculationTimeThreshold">
            <summary>
            Gets the max time threshold for execution of <see cref = "M:Sitecore.Reflection.TypeUtil.CalculateSize(System.Object,System.Boolean,System.Int32)"/>.
            </summary>
            <value>The size of the paging iterator page.</value>
            <remarks>Default value: 0</remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing">
            <summary>
            Settings for extended cache keys storage
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.AccessResultCacheEnabledSettingName">
            <summary>The "Caching.CacheKeyIndexingEnabled.AccessResultCache" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.ItemCacheSettingEnabledName">
            <summary>The "Caching.CacheKeyIndexingEnabled.ItemCache" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.ItemPathsCacheEnabledSettingName">
            <summary>The "Caching.CacheKeyIndexingEnabled.ItemPathsCache" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.PathCacheEnabledSettingName">
            <summary>The "Caching.CacheKeyIndexingEnabled.PathCache" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.DefaultInnerContainerCapacitySettingName">
            <summary>The "Cache.CacheKeyIndexingEnabled.DefaultInnerContainerCapacity" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.#ctor(Sitecore.Configuration.KnownSettings.CachingSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing"/> struct.
            </summary>
            <param name="cachingSettings">The <see cref="T:Sitecore.Configuration.KnownSettings.CachingSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.AccessResultCacheEnabled">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the AccessResultCache.
            </summary>
            <value>
            <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.ItemCacheEnabled">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the ItemCache.
            </summary>
            <value>
              <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.ItemPathsCacheEnabled">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the ItemPathsCache.
            </summary>
            <value>
              <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.PathCacheEnabled">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for cache keys of the PathCache.
            </summary>
            <remarks>Using indexed storage for PathCache keys insignificantly slows adding item paths to the PathCache.
            However, it can drastically reduce the time it takes to perform partial cache clearing of the PathCache.
            This setting is useful on large solutions where items are frequently renamed, moved, copied and deleted.
            </remarks>
            <value>
              <c>true</c> if the system uses extended indexed storage for cache keys of the PathCache; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.CacheKeyIndexing.DefaultInnerContainerCapacity">
            <summary>
            Gets the default inner container capacity for caches.
            </summary>
            <remarks>
            The value of the setting is used for creating inner containers in some caches to optimize memory consumption.
            Increasing the value increases memory consumption. It may be needed to improve performance if you process many versions and languages of the same item.
            Default value: 4.
            In order to change the value, add setting Cache.CacheKeyIndexingEnabled.DefaultInnerContainerCapacity into Sitecore.config, &lt;settings&gt; section.
            </remarks>
            <value>
            The default inner container capacity.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues">
            <summary>
            Caching.StandardValues settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues.AverageValueSizeSettingName">
            <summary>The "Caching.StandardValues.AverageValueSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues.DefaultCacheSizeSettingName">
            <summary>The "Caching.StandardValues.DefaultCacheSize" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues.#ctor(Sitecore.Configuration.KnownSettings.CachingSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues"/> struct.
            </summary>
            <param name="cachingSettings">The <see cref="T:Sitecore.Configuration.KnownSettings.CachingSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues.AverageValueSize">
            <summary>
            Gets the average size of a standard values.
            </summary>
            <value>The average size of standard values entries.</value>
            <remarks>Default value: 100</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.StandardValues.DefaultCacheSize">
            <summary>
            Gets the default size of the standard value cache.
            </summary>
            <value>The default size of the standard value cache.</value>
            <remarks>Default value: 5MB</remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues">
            <summary>
            Caching.LanguageFallbackFieldValues settings
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues.DefaultCacheSizeSettingName">
            <summary>The "Caching.LanguageFallbackFieldValues.DefaultCacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues.IsFallbackValidCacheSizeSettingName">
            <summary>
            The "Caching.IsFallbackValid.DefaultCacheSize" setting name.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues.#ctor(Sitecore.Configuration.KnownSettings.CachingSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues"/> struct.
            </summary>
            <param name="cachingSettings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues.DefaultCacheSize">
            <summary>
            Gets the default size of a Language Fallback Field Values cache.
            </summary>
            <value>The default size of a Field Language Fallback Field Values cache.</value>
            <remarks>Default value: 20MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CachingSettings.LanguageFallbackFieldValues.IsFallbackValidCacheSize">
            <summary>
            Gets the default size of a Is Fallback Valid cache.
            </summary>
            <value>The default size of a Is Fallback Valid cache.</value>
            <remarks>Default value: 20MB</remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ClientFeedsSettings">
            <summary>
            Defines the client feeds class.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.EnabledSettingName">
            <summary>The "ClientFeeds.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.ItemExpirationSettingName">
            <summary>The "ClientFeeds.ItemExpiration" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.MaximumItemsInFeedSettingName">
            <summary>The "ClientFeeds.MaximumItemsInFeed" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ClientFeedsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.Enabled">
            <summary>
            Gets a value indicating whether Client Feeds are enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.ItemExpiration">
            <summary>
            Gets items that are older than the specified time interval (in days) will not be included in the feed.
            </summary>
            <value>The item expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ClientFeedsSettings.MaximumItemsInFeed">
            <summary>
            Gets the maximum number of items to include in the feed.
            </summary>
            <value>The maximum items in feed.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ContentEditorSettings">
            <summary>
            Defines Content Editor settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.CheckHasChildrenOnTreeNodesSettingName">
            <summary>The "ContentEditor.CheckHasChildrenOnTreeNodes" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.CheckSecurityOnTreeNodesSettingName">
            <summary>The "ContentEditor.CheckSecurityOnTreeNodes" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ClassicFrameEventPropagationSettingName">
            <summary>The "ContentEditor.ClassicFrameEventPropagation" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.RenderItemHelpAsHtmlSettingName">
            <summary>The "ContentEditor.RenderItemHelpAsHtml" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.DefaultSkinSettingName">
            <summary>The "ContentEditor.DefaultSkin" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.RenderCollapsedSectionsSettingName">
            <summary>The "ContentEditor.RenderCollapsedSections" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowFieldSharingLabelsSettingName">
            <summary>The "ContentEditor.ShowFieldSharingLabels" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowGutterSettingName">
            <summary>The "ContentEditor.ShowGutter" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowSearchPanelSettingName">
            <summary>The "ContentEditor.ShowSearchPanel" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowItemPersonalizationSettingName">
            <summary>The "ContentEditor.ShowItemPersonalization" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowValidatorBarSettingName">
            <summary>The "ContentEditor.ShowValidatorBar" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ContentEditorSettings.SortLanguagesSettingName">
            <summary>The "ContentEditor.SortLanguages" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ContentEditorSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ContentEditorSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.CheckHasChildrenOnTreeNodes">
            <summary>
            Gets a value indicating whether the ContentEditor uses HasChildren when drawing tree nodes.
            </summary>
            <value>
             <c>true</c> if the ContentEditor uses HasChildren when drawing tree nodes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.CheckSecurityOnTreeNodes">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> checks the security on tree nodes.
            </summary>
            <value>
             <c>true</c> if the ContentEditor checks the security on tree nodes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ClassicFrameEventPropagation">
            <summary>
            Gets a value indicating whether the Content Editor uses classic frame event propagation.
            </summary>
            <remarks>
            In classic propagation all item events are sent to all frames in the content editor.
            This may hurt server and client performance.
            If classic mode is not used, only events relating to items that are either selected
            in the content editor or submits thereof, are propagated.
            </remarks>
            <value>
             <c>true</c> if the Content Editor uses classic frame event propagation; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.RenderItemHelpAsHtml">
            <summary>
            Specifies whether help information defined in the Item Help section should be treated as HTML markup.
            </summary>
            <remarks>
            Setting this value to true is unsafe, because it will then be possible to inject any HTML tags (like iframe) and CSS into Sitecore
            </remarks>
            <value>
             <c>true</c> if the item help information will be cleared of JavaScript code and then rendered as is; <c>false</c> if an item help information will be encoded before it is rendered.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.DefaultSkin">
            <summary>
            Gets the default skin.
            </summary>
            <value>The default skin.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.RenderCollapsedSections">
            <summary>
            Gets a value indicating whether the content editor renders collapsed sections.
            </summary>
            <value>
             <c>true</c> if the content editor renders collapsed sections; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowFieldSharingLabels">
            <summary>
            Determines whether or not the Content Editor displays field sharing labels ([shared] and [unversioned]) to users that are not Sitecore administrators.
            </summary>
            <value>
                <c>true</c> if the labels should be shown otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowGutter">
            <summary>
            Gets a value indicating whether the <see cref = "!:ContentEditor"/> shows the gutter.
            </summary>
            <value>
             <c>true</c> if the <see cref = "!:ContentEditor"/> shows the gutter; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowSearchPanel">
            <summary>
            Gets a value indicating whether the <see cref = "!:ContentEditor"/> shows the search panel.
            </summary>
            <value>
             <c>true</c> if the <see cref = "!:ContentEditor"/> shows the search panel; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowItemPersonalization">
            <summary>
            Gets a value indicating whether profile presets information should be shown by default.
            </summary>
            <value>
              <c>true</c> if profile presets information should be shown by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.ShowValidatorBar">
            <summary>
            Gets a value indicating whether the <see cref = "!:ContentEditor"/> shows the validator bar.
            </summary>
            <value>
             <c>true</c> if the <see cref = "!:ContentEditor"/> shows the validator bar; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ContentEditorSettings.SortLanguages">
            <summary>
            Gets a value indicating whether the <see cref = "!:ContentEditor"/> sort languages.
            </summary>
            <value>
             <c>true</c> if the <see cref = "!:ContentEditor"/> sort languages; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.CoreSettings">
            <summary>
            The core platform settings defined in Sitecore configuration files.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AccountNameValidationSettingName">
            <summary>The "AccountNameValidation" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AliasesActiveSettingName">
            <summary>The "AliasesActive" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AllowLogoutOfAllUsersSettingName">
            <summary>The "AllowLogoutOfAllUsers" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AppendQSToUrlRenderingSettingName">
            <summary>The "AppendQSToUrlRendering" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AutomaticDataBindSettingName">
            <summary>The "AutomaticDataBind" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AutomaticLockOnSaveSettingName">
            <summary>The "AutomaticLockOnSave" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AutomaticUnlockOnSavedSettingName">
            <summary>The "AutomaticUnlockOnSaved" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.CheckSecurityOnLanguagesSettingName">
            <summary>The "CheckSecurityOnLanguages" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ClientLanguageSettingName">
            <summary>The "ClientLanguage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DataFolderSettingName">
            <summary>The "DataFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DebugBorderColorSettingName">
            <summary>The "DebugBorderColor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DebugBorderTagSettingName">
            <summary>The "DebugBorderTag" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DebugFolderSettingName">
            <summary>The "DebugFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultBaseTemplateSettingName">
            <summary>The "DefaultBaseTemplate" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultDesktopSettingName">
            <summary>The "DefaultDesktop" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultIconSettingName">
            <summary>The "DefaultIcon" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultItemSettingName">
            <summary>The "DefaultItem" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultLanguageSettingName">
            <summary>The "DefaultLanguage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultLayoutFileSettingName">
            <summary>The "DefaultLayoutFile" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultAspxPageNameSettingName">
            <summary>The "DefaultAspxPageName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultPublishingTargetsSettingName">
            <summary>The "DefaultPublishingTargets" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultRegionalIsoCodeSettingName">
            <summary>The "DefaultRegionalIsoCode" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultShellControlSettingName">
            <summary>The "DefaultShellControl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultSortOrderSettingName">
            <summary>The "DefaultSortOrder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultSortOrderValueSettingName">
            <summary>The "DefaultSortOrderValue" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultSQLTimeoutSettingName">
            <summary>The "DefaultSQLTimeout" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultThemeSettingName">
            <summary>The "DefaultTheme" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultThumbnailSettingName">
            <summary>The "DefaultThumbnail" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DumpClientPageDataSettingName">
            <summary>The "DumpClientPageData" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DisableBrowserCachingSettingName">
            <summary>The "DisableBrowserCaching" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EmailValidationSettingName">
            <summary>The "EmailValidation" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EnableEventQueuesSettingName">
            <summary>The "EnableEventQueues" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EnableSiteConfigFilesSettingName">
            <summary>The "EnableSiteConfigFiles" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EnableXslDocumentFunctionSettingName">
            <summary>The "EnableXslDocumentFunction" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EnableXslScriptsSettingName">
            <summary>The "EnableXslScripts" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ErrorPageSettingName">
            <summary>The "ErrorPage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EventQueueEnabledSettingName">
            <summary>The "EventQueue.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.FastPublishingSettingName">
            <summary>The "FastPublishing" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.FastQueryDescendantsDisabledSettingName">
            <summary>The "FastQueryDescendantsDisabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.GenerateThumbnailsSettingName">
            <summary>The "GenerateThumbnails" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.GridPageSizeSettingName">
            <summary>The "GridPageSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.HashEncryptionProviderSettingName">
            <summary>The "HashEncryptionProvider" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.HealthMonitorIntervalSettingName">
            <summary>The "HealthMonitorInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.HeartbeatIntervalSettingName">
            <summary>The "HeartbeatInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.IgnoreUrlPrefixesSettingName">
            <summary>The "IgnoreUrlPrefixes" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ImageTypesSettingName">
            <summary>The "ImageTypes" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.IncludeIDNameIntoDebugViewSettingName">
            <summary>The "IncludeIDNameIntoDebugView" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.IndexFolderSettingName">
            <summary>The "IndexFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.InvalidItemNameCharsSettingName">
            <summary>The "InvalidItemNameChars" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ItemNameValidationSettingName">
            <summary>The "ItemNameValidation" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ItemNameAllowMixingReplacementCharactersSettingName">
            <summary>The "ItemNameAllowMixingReplacementCharacters" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.HostNameValidationPatternSettingName">
            <summary>The "HostNameValidationPattern" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.AllowDuplicateItemNamesOnSameLevelSettingName">
            <summary>The "AllowDuplicateItemNamesOnSameLevel" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ItemNotFoundUrlSettingName">
            <summary>The "ItemNotFoundUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.KeepLockAfterSaveForAdminUsersSettingName">
            <summary>The "KeepLockAfterSaveForAdminUsers" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LayoutFolderSettingName">
            <summary>The "LayoutFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LayoutNotFoundUrlSettingName">
            <summary>The "LayoutNotFoundUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LayoutPageEventSettingName">
            <summary>The "LayoutPageEvent" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LicenseFileSettingName">
            <summary>The "LicenseFile" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LinkItemNotFoundUrlSettingName">
            <summary>The "LinkItemNotFoundUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ProcessingMaxDegreeOfParallelismSettingName">
            <summary>The "Processing.MaxDegreeOfParallelism" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LogFolderSettingName">
            <summary>The "LogFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LoginLayoutSettingName">
            <summary>The "LoginLayout" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LoginPageSettingName">
            <summary>The "LoginPage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerSettingName">
            <summary>The "MailServer" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerPasswordSettingName">
            <summary>The "MailServerPassword" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerPortSettingName">
            <summary>The "MailServerPort" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerUserNameSettingName">
            <summary>The "MailServerUserName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerUseSslSettingName">
            <summary>The "MailServerUseSsl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MasterVariablesReplacerSettingName">
            <summary>The "MasterVariablesReplacer" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxCallLevelSettingName">
            <summary>The "MaxCallLevel" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxItemNameLengthSettingName">
            <summary>The "MaxItemNameLength" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxSqlBatchStatementsSettingName">
            <summary>The "MaxSqlBatchStatements" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxTreeDepthSettingName">
            <summary>The "MaxTreeDepth" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MediaFolderSettingName">
            <summary>The "MediaFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxWorkerThreadsSettingName">
            <summary>The "MaxWorkerThreads" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.SessionExpirationThreadCountSettingName">
            <summary>The "SessionExpirationThreadCount" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.NoAccessUrlSettingName">
            <summary>The "NoAccessUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.NoLicenseUrlSettingName">
            <summary>The "NoLicenseUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.PackagePathSettingName">
            <summary>The "PackagePath" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.PageStateStoreSettingName">
            <summary>The "PageStateStore" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.PortalPrincipalResolverSettingName">
            <summary>The "PortalPrincipalResolver" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.PortalStorageSettingName">
            <summary>The "PortalStorage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ProfileItemDatabaseSettingName">
            <summary>The "ProfileItemDatabase" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ProcessHistoryCountSettingName">
            <summary>The "ProcessHistoryCount" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectedSiteSettingName">
            <summary>The "ProtectedSite" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.RecycleBinActiveSettingName">
            <summary>The "RecycleBinActive" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.RamBufferSizeSettingName">
            <summary>The "RamBufferSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxFacetsSettingName">
            <summary>The "MaxFacets" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.MaxDocumentBufferSizeSettingName">
            <summary>The "MaxDocumentBufferSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.IndexMergeFactorSettingName">
            <summary>The "IndexMergeFactor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.RedirectURLPrefixesSettingName">
            <summary>The "RedirectURLPrefixes" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.RequireLockBeforeEditingSettingName">
            <summary>The "RequireLockBeforeEditing" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.SerializationFolderSettingName">
            <summary>The "SerializationFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.SerializationPasswordSettingName">
            <summary>The "SerializationPassword" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ServerTimeZoneSettingName">
            <summary>The "ServerTimeZone" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.InstanceNameSettingName">
            <summary>The "InstanceName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ItemCloningRelinkClonedSubtreeSettingName">
            <summary>The "ItemCloning.RelinkClonedSubtree" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.SystemBlockedUrlSettingName">
            <summary>The "SystemBlockedUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.TempFolderSettingName">
            <summary>The "TempFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailHeightSettingName">
            <summary>The "ThumbnailHeight" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailsBackgroundColorSettingName">
            <summary>The "ThumbnailsBackgroundColor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailWidthSettingName">
            <summary>The "ThumbnailWidth" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.UnlockAfterCopySettingName">
            <summary>The "UnlockAfterCopy" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.VersionFilePathSettingName">
            <summary>The "VersionFilePath" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ViewStateStoreSettingName">
            <summary>The "ViewStateStore" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.WallpaperSettingName">
            <summary>The "Wallpaper" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.WallpapersPathSettingName">
            <summary>The "WallpapersPath" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.WebStylesheetSettingName">
            <summary>The "WebStylesheet" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.WelcomeTitleSettingName">
            <summary>The "WelcomeTitle" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.XHtmlSchemaFileSettingName">
            <summary>The "XHtmlSchemaFile" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.XmlControlAspxFileSettingName">
            <summary>The "XmlControlAspxFile" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.XmlControlExtensionSettingName">
            <summary>The "XmlControlExtension" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.BeginRequestOnPostAuthenticateSettingName">
            <summary>The "BeginRequestOnPostAuthenticate" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectExternalLinksWithBlankTargetSettingName">
            <summary>The "ProtectExternalLinksWithBlankTarget" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultFontUrlSettingName">
            <summary>The "DefaultFontUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.EnableLoadBalancingSettingName">
            <summary>The "EnableLoadBalancing" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LoadBalancingHostSettingName">
            <summary>The "LoadBalancingHost" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LoadBalancingSchemeSettingName">
            <summary>The "LoadBalancingScheme" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CoreSettings.LoadBalancingPortSettingName">
            <summary>The "LoadBalancingPort" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.CoreSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.CoreSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AccountNameValidation">
            <summary>
            Gets the default account name validation.
            </summary>
            <value>The default account name validation.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AliasesActive">
            <summary>
            Gets a value indicating whether aliases are active.
            </summary>
            <value>
            True, if aliases are active, otherwise false. Default value: true.
            </value>
            <remarks>
              <para>When Sitecore renders a page, it first tries to determine the
            current item from the path on the query string. If the path does not
            match an item, it search the alias list for matching pages. An alias
            is a simple pointer to an item in Sitecore. If a match is found, that
            page is rendered.</para>
              <para>Aliases are configured in /sitecore/system/aliases.</para>
              <para>Aliases cause a small performance loss as the alias list
            has to be searched, if the page was not found.</para>
              <para>This setting controls if the alias list search or not.</para>
              <para>The name of the web.config setting is "AliasesActive".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AllowLogoutOfAllUsers">
            <summary>
            Gets a value indicating whether the logout screen presents all users or
            just users with the same name.
            </summary>
            <value>
            True, if all users are shown, otherwise false. Default value: false.
            </value>
            <remarks>
              <para>&gt;When a user logs in, Sitecore checks if the maximum number of
            users has been reached (as specified in the license). If so, the
            logout user web page is shown allowing the user to logout a
            existing session.</para>
              <para>This flags is the user is allowed to logout only sessions with
            the same name as the user, or all other sessions. For instance if
            the flag is false, the user "Andy" may only logout other sessions
            created by the user "Andy". If the flag is true, "Andy" can also logout
            sessions created by "Bob".</para>
              <para>The name of the web.config setting is "AllowLogoutOfAllUsers".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AppendQSToUrlRendering">
            <summary>
            Gets a value indicating whether main query strings are appended to URL renderings?
            </summary>
            <value>Default value: true.</value>
            <remarks>
            If true, query strings of the main page will be
            passed on the all URL renderings on the page.
            </remarks>
            <example>
            If a layout contains a URL rendering with the URL
            <c>http://www.google.com/search.</c>, and the layout is
            triggered by the URL <c>http://localhost/home.aspx?q=sitecore.</c>,
            the URL rendering will request the URL <c>http://www.google.com/search?q=sitecore.</c>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AutomaticDataBind">
            <summary>
            Gets a value indicating whether the DataBind function is called by the
            web engine.
            </summary>
            <value>
            True, if <see cref = "M:System.Web.UI.Control.DataBind"/>
            is called, otherwise false. Default value: false.
            </value>
            <remarks>
            This settings holds the default value for the
            <see cref = "P:Sitecore.Configuration.StateContext.DataBind"/> State variable.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AutomaticLockOnSave">
            <summary>
            Gets a value indicating whether the item is automatically locked on save.
            </summary>
            <value>
             <c>true</c> if the item is automatically locked on save; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AutomaticUnlockOnSaved">
            <summary>
            Gets a value indicating whether the item is automatically unlocked on saved.
            </summary>
            <value>
             <c>true</c> if the item is automatically unlocked on saved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.CheckSecurityOnLanguages">
            <summary>
            Gets a value indicating whether security on languages should be checked.
            </summary>
            <value>Default value: false.</value>
            <remarks>
              <para>If true, the security settings on individual languages
            will be checked.</para>
              <para>This allows the administrator to hide languages from
            individual users. For instance, security may be set that
            allows a user to read English and write German.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ClientLanguage">
            <summary>
            Gets the default client language.
            </summary>
            <value>Default value: "en"</value>
            <remarks>
              <para>Determines the language of the user interface in the
            Sitecore client.</para>
              <para>This setting will be ignored if a specific client
            language has been specified for the user (in the user settings).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DataFolder">
            <summary>
            Gets the path to the data folder.
            </summary>
            <value>Default value: "/data"</value>
            <remarks>
              <para>The data folder is the place where data, index, audit
            and log files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DebugBorderColor">
            <summary>
            Gets the color of debug borders.
            </summary>
            <value>Default value: "red"</value>
            <remarks>
            This is the CSS color value to use when drawing borders
            around elements on the Sitecore debug page (/sitecore/debug).
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DebugBorderTag">
            <summary>
            Gets the html tag to use for debug borders (usually span or div).
            </summary>
            <value>Default value: "span"</value>
            <remarks>
            This is the html tag to use when drawing borders
            around elements on the Sitecore debug page (/sitecore/debug).
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DebugFolder">
            <summary>
            Gets the path to the debug folder.
            </summary>
            <value>Default value: <see cref = "P:Sitecore.Configuration.Settings.DataFolder"/></value>
            <remarks>
              <para>The debug folder is the place where debug files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultBaseTemplate">
            <summary>
            Gets the GUID of the default base templates.
            </summary>
            <value>The default base template.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultDesktop">
            <summary>
            Gets the default desktop.
            </summary>
            <value>Default value: "/sitecore/client/desktops/standard/default.aspx"</value>
            <remarks>
            Gets the path of the aspx page that defines the
            default layout (frameset) of the Sitecore client.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultFontUrl">
            <summary>
            Gets the default font URL.
            </summary>
            <remarks>Local copy of platform fonts can be found in '/layouts/offline_fonts.css' file.</remarks>
            <value>
            The default font URL.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultIcon">
            <summary>
            Gets the path to the default icon for items in the
            Sitecore client.
            </summary>
            <value>Default value: "/sitecore/client/images/document.gif"</value>
            <remarks>
              <para>Gets the path of the default image file to show next
            to items in the tree view of the Sitecore client.</para>
              <para>The image shown can be overridden by filling out the
            Icon field on an item or its template.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultItem">
            <summary>
            Gets the default item for the Sitecore client.
            </summary>
            <value>Default value: "/home"</value>
            <remarks>
            This is the path to the item that will be the selected
            when starting the Sitecore client (unless overridden by user
            settings).
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultLanguage">
            <summary>
            Gets the default language for the web site.
            </summary>
            <value>Default value: "en"</value>
            <remarks>
              <para>This is the default language of all content on the
            web site.</para>
              <para>If multiple sites are specified using the &lt;sites&gt;
            section of web.config, the current URL will be matched against
            the sites specified in that section.</para>
              <para>If a match is found, the language of that site
            definition is used. Otherwise, the value of the 'DefaultLanguage'
            setting is used.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultLayoutFile">
            <summary>
            Gets the path to the layout file to use for items
            that do not specify a layout file themselves.
            </summary>
            <value>Default value: "/default.aspx"</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultPageName">
            <summary>
            Gets the name of the default ASPX page.
            </summary>
            <value>The name of the default page.</value>
            <remarks>Default value: default.aspx</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultPublishingTargets">
            <summary>
            Gets a pipe separated list of publishing group names.
            </summary>
            <value>Default value: "||"</value>
            <remarks>
            Groups in this list will be preselected in the
            Publish and Preview dialogs.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultRegionalIsoCode">
            <summary>
            Gets the default regional ISO code.
            </summary>
            <value>The default regional ISO code.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultShellControl">
            <summary>
            Gets the default shell control.
            </summary>
            <value>Default value: "Cyclops"</value>
            <remarks>
            This specifies the default XML control to use in /sitecore/shell/default.aspx,
            if none is specified.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultSortOrder">
            <summary>
            Gets the default value of the sort order attribute.
            </summary>
            <value>Default value: 0</value>
            <remarks>
            Sort order is used for displaying items in the
            Sitecore client and for API functions that returns sorted
            sets.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultSQLTimeout">
            <summary>
            Gets the default timeout for SQL commands.
            </summary>
            <value>Default value: 5 minutes</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultTheme">
            <summary>
            Gets the default Sitecore client theme.
            </summary>
            <value>Default value: "standard"</value>
            <remarks>
            A theme is a set of colors and fonts used in the
            Sitecore client (i.e. a 'skin').
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DefaultThumbnail">
            <summary>
            Gets the path to the default thumbnail for items in the
            Sitecore client.
            </summary>
            <value>Default value: "/sitecore/client/images/document.gif"</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DumpClientPageData">
            <summary>
            Gets a value indicating whether need to Dump ClientPage data.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.DisableBrowserCaching">
            <summary>
            Gets a value indicating whether browser caching of pages should be disabled.
            </summary>
            <value>Default value: true.</value>
            <remarks>
            If true, a HTTP header value disabling browser caching
            will be written to all outgoing pages.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.EmailValidation">
            <summary>
            Gets a regular expression used for e-mail validation
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.EnableEventQueues">
            <summary>
            Gets a value indicating whether Sitecore sends local events to the event queue, and whether the
            local instance handles events in the queue from remote instances.
            </summary>
            <value>
            <c>true</c> if Sitecore writes local events to the event queue and handles events in the queue from remote instances;
            otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.EnableSiteConfigFiles">
            <summary>
            Gets a value that indicates whether the SiteResolver pipeline processor checks for the existence of a "site.config"
            file in the physical subdirectory corresponding to the requested URL.
            </summary>
            <value>
            <c>true</c> if the SiteResolver pipeline processor checks for the existence of a "site.config" file;
            otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.EnableXslDocumentFunction">
            <summary>
            Gets a value indicating whether XSLT document() support should be enabled.
            </summary>
            <remarks>
              <para>If this is not enabled, it will be an error if the XSLT file contains 'document()' references.</para>
              <para>Document support can be set for individual XSLT files by using the <see cref = "P:Sitecore.Web.UI.WebControls.XslFile.EnableDocument"/> property.</para>
              <para>Default value: true.</para>
            </remarks>
            <value><c>true</c> if document() support is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.EnableXslScripts">
            <summary>
            Gets a value indicating whether XSLT script support should be enabled.
            </summary>
            <remarks>
              <para>If script support is not enabled, it will be an error if the XSLT file contains script blocks.</para>
              <para>Script support can be set for individual XSLT files by using the <see cref = "P:Sitecore.Web.UI.WebControls.XslFile.EnableScript"/> property.</para>
              <para>Default value: false.</para>
            </remarks>
            <value><c>true</c> if script support is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ErrorPage">
            <summary>
            Gets the page to redirect to, if a generic error occurs.
            </summary>
            <value>Default value: "/sitecore/service/error.aspx"</value>
            <remarks>
            If an error occurs during processing of an incoming
            request, an error message will be shown using the page
            pointed to
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.FastPublishing">
            <summary>
            Gets a value indicating whether use fast publishing.
            </summary>
            <value>
             <c>true</c> if the fast publishing is used; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.FastQueryDescendantsDisabled">
            <summary>
            Gets a value indicating whether improve performance of item creation/moving/deletion.
            Setting this to 'true' will make fast query return incorrect results when selecting items using the Ancestors/Descendants axes.
            </summary>
            <value><c>true</c> if axes info are refreshed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.GenerateThumbnails">
            <summary>
            Gets a value indicating whether thumbnails of uploaded image files
            should be generated.
            </summary>
            <value>Default value: true.</value>
            <remarks>
              <para>If true, a thumbnail will be generated each time an
            image file is uploaded.</para>
              <para>The thumbnail will be stored in the <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.MediaFolder"/>.</para>
            </remarks>
            <seealso cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailWidth"/>
            <seealso cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailHeight"/>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.GridPageSize">
            <summary>
            Gets the number of rows in a UI grid.
            </summary>
            <value>The number of rows in a UI grid.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.HashEncryptionProvider">
            <summary>
            Gets the hash encryption provider.
            </summary>
            <value>The hash encryption provider.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.HealthMonitorInterval">
            <summary>
            Gets the health monitor interval.
            </summary>
            <value>The health monitor interval (default: 10 minutes).</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.HeartbeatInterval">
            <summary>
            Gets the interval between heartbeats.
            </summary>
            <value>Default value: 00:00:05 (5 seconds)</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.IgnoreUrlPrefixes">
            <summary>
            Gets a pipe separated list of URL prefixes to ignore
            when mapping friendly URLs.
            </summary>
            <value>Default value: "/sitecore|/layouts/|/images/|/trace.axd"</value>
            <remarks>
              <para>Normally, URL requests coming in are mapped to an
            item and the request is redirected to the items layout page.</para>
              <para>For example, if the item <c>/home/news.</c> has the
            layout <c>/layouts/newslist.aspx.</c>, the URL
            <c>http://localhost/home/news.aspx.</c> will be redirected
            to <c>http://localhost/layouts/newslist.aspx?path=[id of the News item]</c>.</para>
              <para>To prevent this redirection to take place for physical aspx pages,
            their prefixes can be added to <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.IgnoreUrlPrefixes"/>.</para>
              <para>For example, if an aspx page called <c>/forms/registration.aspx.</c>
            existed, the prefix <c>/forms/</c> could be added to web.config to prevent
            requests for this page to be redirected.</para>
              <para>Elements must be lowercase and non-empty.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ImageTypes">
            <summary>
            Gets a pipe separated list of image file
            types (extensions).
            </summary>
            <value>Default value: "|gif|jpg|png|"</value>
            <remarks>
              <para>List of file extension that are to be considered
            images by the Sitecore system.</para>
              <para>Used for determining if thumbnails should be
            generated when uploading files.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.IncludeIDNameIntoDebugView">
            <summary>
            Gets a value indicating whether to include <see cref = "T:Sitecore.Data.ID"/> human-understandable name into the debug view.
            </summary>
            <value>
            <c>true</c> if should show human-understandable name during debug otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.IndexFolder">
            <summary>
            Gets the index folder.
            </summary>
            <value>The index folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.InvalidItemNameChars">
            <summary>
            Gets the invalid item name chars.
            </summary>
            <value>The invalid item name chars.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ItemNameValidation">
            <summary>
            Gets the item name validation.
            </summary>
            <value>The item name validation.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ItemNameAllowMixingReplacementCharacters">
            <summary>
            Gets a value indicating whether user is allowed to create items with names containing the both parts 'find' and 'replaceWith' from 'encodeNameReplacements' section.
            </summary>
            <value>
            <c>true</c> if user is allowed to create such items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.HostNameValidationPattern">
            <summary>
            Gets the host name validation.
            </summary>
            <value>
            The host name validation.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.AllowDuplicateItemNamesOnSameLevel">
            <summary>
            Gets a value indicating whether duplicate item name on same level in the content tree is allow.
            </summary>
            <value>
            value indicating whether duplicate item name on same level in the content tree is allow.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ItemNotFoundUrl">
            <summary>
            Gets the URL to redirect to, if an item being linked to is not found.
            </summary>
            <value>Default value: "/sitecore/service/notfound.aspx"</value>
            <remarks>
            If a dynamic link is made for a non-existing item on the
            web site, the request is redirected to the URL pointed to
            by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.KeepLockAfterSaveForAdminUsers">
            <summary>
            Gets a value indicating whether the item is kept locked after save in Page Editor for Administrator users.
            </summary>
            <value>
             <c>true</c> if the item is kept locked on saved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LayoutFolder">
            <summary>
            Gets the path to the layout file root folder.
            </summary>
            <value>Default value: "/layouts"</value>
            <remarks>
              <para>The layout folder is the place where layout files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LayoutNotFoundUrl">
            <summary>
            Gets the URL to redirect to, if an items layout is not found.
            </summary>
            <value>Default value: "/sitecore/service/nolayout.aspx"</value>
            <remarks>
            If a request for an item with an empty or a non-existing
            layout comes in, the request is redirected to the URL pointed to
            by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LayoutPageEvent">
            <summary>
            Gets the name of page event where the layout pipeline will be run.
            </summary>
            <value>The layout page event.</value>
            <remarks>
              <para>Presently, there are three valid values: 'preInit', 'init' or 'load'.</para>
              <para>Default value is: 'preInit'.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LicenseFile">
            <summary>
            Gets the path to the license file.
            </summary>
            <value>
            Default value: <c><see cref = "M:Sitecore.IO.FileUtil.MakePath(System.String,System.String)"/>(DataFolder, "license.xml")</c>
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LinkItemNotFoundUrl">
            <summary>
            Gets the URL to redirect to, if an item is not found.
            </summary>
            <value>Default value: "/sitecore/service/notfound.aspx"</value>
            <remarks>
            If a request for a non-existing item comes in on the
            web site, the request is redirected to the url pointed to
            by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ProcessingMaxDegreeOfParallelism">
            <summary>
            Gets the maximum number of locks that can be stored in the LockSet collection that controls parallel execution.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LogFolder">
            <summary>
            Gets the path to the log folder.
            </summary>
            <value>Default value: <see cref = "P:Sitecore.Configuration.Settings.DataFolder"/></value>
            <remarks>
              <para>The log folder is the place where log files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LoginLayout">
            <summary>
            Gets the name of the layout to use for logging
            in (to extranet)
            </summary>
            <value>Default value: [an empty string]</value>
            <remarks>
              <para>If the web site is protected (see <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectedSite"/>),
            the layout specified by this setting will be shown, when an
            unauthorized person tries to view the site.</para>
              <para>If no <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.LoginLayout"/> is specified,
            the <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectedSite"/> setting will have no effect.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LoginPage">
            <summary>
            Gets the path to the page to use for logging
            in (to extranet)
            </summary>
            <value>Default value: [an empty string]</value>
            <remarks>
              <para>If the web site is protected (see <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectedSite"/>),
            the layout specified by this setting will be shown, when an
            unauthorized person tries to view the site.</para>
              <para>If no <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.LoginPage"/> is specified,
            the user will be redirected to an error page.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MailServer">
            <summary>
            Gets the mail server.
            </summary>
            <value>The mail server.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerPassword">
            <summary>
            Gets the mail server password.
            </summary>
            <value>The mail server password.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerPort">
            <summary>
            Gets the mail server port.
            </summary>
            <value>The mail server port.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerUserName">
            <summary>
            Gets the name of the mail server user.
            </summary>
            <value>The name of the mail server user.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MailServerUseSsl">
            <summary>
            Gets a value indicating whether mail server should use SSL.
            </summary>
            <value>
              <c>true</c> if mail server use SSL otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MasterVariablesReplacer">
            <summary>
            Gets the type of a class used for replacing variables when creating a master.
            </summary>
            <value>The master variables replacer.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxCallLevel">
            <summary>
            Gets the maximum allowed depth of a recursive
            method call.
            </summary>
            <value>Default value: The current value of <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxTreeDepth"/></value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxItemNameLength">
            <summary>
            Gets the maximum length of an item name.
            </summary>
            <value>Default value: 100</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxSqlBatchStatements">
            <summary>
            Gets the maximum number of statements to put in a <c>SqlBatch</c>.
            </summary>
            <value>The maximum number. Default value: 150</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxTreeDepth">
            <summary>
            Gets the maximum allowed depth of an item tree.
            </summary>
            <value>Default value: 20</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxWorkerThreads">
            <summary>
            Gets the maximum number of worker threads to use.
            </summary>
            <value>Default value: 20</value>
            <remarks>Used by the ManagedThreadPool.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.SessionExpirationThreadCount">
            <summary>
            Gets the number of threads to process the work items of the queue in case of session expiration.
            </summary>
            <value>Default value: the number of current machine processors.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MediaFolder">
            <summary>
            Gets the path to the media library root folder.
            </summary>
            <value>Default value: "/upload"</value>
            <remarks>
              <para>The media folder is the place where images, pdf's,
            and other media files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.NoAccessUrl">
            <summary>
            Gets the URL to redirect to, if access to an item
            is denied.
            </summary>
            <value>Default value: "/sitecore/service/noaccess.aspx"</value>
            <remarks>
            If a request for an item for which the current user
            does not have read rights is detected, the request is
            redirected to the URL pointed to by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.NoLicenseUrl">
            <summary>
            Gets the URL to redirect to, if a license is missing.
            </summary>
            <value>Default value: "/sitecore/service/nolicense.aspx"</value>
            <remarks>
            If a required license is missing, page requests will
            be redirected to the URL pointed to by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.PackagePath">
            <summary>
            Gets the path where package files are located.
            </summary>
            <value>
            Default value: <c><see cref = "M:Sitecore.IO.FileUtil.MakePath(System.String,System.String)"/>(DataFolder, "packages")</c>
            </value>
            <remarks>
              <para>When installing packages, the package files must be
            located in this folder.</para>
              <para>Also, when generating new packages, the files will be
            saved in this folder.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.PageStateStore">
            <summary>
            Gets the page state store.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.PortalPrincipalResolver">
            <summary>
            Gets the portal principal resolver.
            </summary>
            <value>The portal principal resolver.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.PortalStorage">
            <summary>
            Gets the portal storage.
            </summary>
            <value>The portal storage.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ProfileItemDatabase">
            <summary>
            Gets the database where user profile items are stored.
            </summary>
            <value>The profile item database.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ProcessHistoryCount">
            <summary>
            Gets the number of process histories to show at
            startup.
            </summary>
            <value>Default value: 2</value>
            <remarks>
              <para>For diagnostic purposes, the shutdown reason for
            previous ASP.NET worker processes are shown in the Sitecore
            log file.</para>
              <para>This setting determines how many processes to look
            back (max. 100).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectedSite">
            <summary>
            Gets a value indicating whether the entire site is protected (require login).
            </summary>
            <value>Default value: false.</value>
            <remarks>
              <para>If true, no page on the site can be accessed without
            logging in to the extranet security subsystem.</para>
              <para>For this to work, the setting <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.LoginLayout"/>
            <b>must.</b> also be set.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RecycleBinActive">
            <summary>
            Gets a value indicating whether recycle bin is active.
            </summary>
            <value>Default value: true.</value>
            <remarks>
              <para>If true, deleted items are moved to the recycle bin
            rather than being physically deleted.</para>
              <para>If false, items are always physically deleted.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RamBufferSize">
            <summary>
            Gets a value indicating the Ram Buffer Size for the Lucene Indexes
            </summary>
            <value>Default value: 16MB.</value>
            <remarks>
              <para>This will store X amount of MB in ram before flushing that to the file system</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxFacets">
            <summary>
            Gets a value indicating the maxium number of possible facets to return
            </summary>
            <value>Default value: 2048.</value>
            <remarks>
              <para>If you increase this it can affect performance and memory consumption</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.MaxDocumentBufferSize">
            <summary>
            Gets a value indicating the Max Doc Buffer Size for the Lucene Indexes
            </summary>
            <value>Default value: 10 Documents.</value>
            <remarks>
              <para>This will store X amount of documents in ram before flushing that to the file system</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.IndexMergeFactor">
            <summary>
            Gets a value indicating the Max Doc Buffer Size for the Lucene Indexes
            </summary>
            <value>Default value: 10 Documents.</value>
            <remarks>
              <para>This will store X amount of documents in ram before flushing that to the file system</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RedirectUrlPrefixes">
            <summary>
            Gets a list of paths for which the RewritePath method should not be used for security reasons.
            For more details see the RedirectURLPrefixes setting in the web.config file.
            </summary>
            <value>List of paths.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RequireLockBeforeEditing">
            <summary>
            Gets a value indicating whether a lock is required before editing.
            </summary>
            <value>
             <c>true</c> if a lock is required before editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.SerializationFolder">
            <summary>
            Gets the serialization folder.
            </summary>
            <value>The serialization folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.SerializationPassword">
            <summary>
            Gets the password used for deserializing users.
            </summary>
            <value>The serialization password.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ServerTimeZone">
            <summary>
            Gets the server time zone that is used by the server to convert UTC time to local time.
            </summary>
            <value>
            The server time zone that is used by the server to convert UTC time to local time.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.InstanceName">
            <summary>
            Gets the name of the Sitecore server instance.
            </summary>
            <value>The name of the Sitecore server instance.</value>
            <remarks>Default value: <see cref = "M:Sitecore.MainUtil.GetMachineName"/>.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RelinkClonedSubtree">
            <summary>
            Gets a value indicating whether to relink within clone subtree.
            </summary>
            <remarks>
            Update internal links in clone subtree item to refer to new item.
            </remarks>
            <value><c>true</c> Relinks within cloned subtree after clone; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.SystemBlockedUrl">
            <summary>
            Gets the URL to redirect to, if the system has been blocked.
            </summary>
            <value>Default value: "/sitecore/blocked.aspx"</value>
            <remarks>
            If the system has been blocked, page requests will
            be redirected to the URL pointed to by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.TempFolderPath">
            <summary>
            Gets the temp folder path.
            </summary>
            <value>The temp folder path.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailHeight">
            <summary>
            Gets the max height of auto-generated image thumbnails.
            </summary>
            <value>Default value: 50</value>
            <remarks>
              <para>When images are uploaded to the media library, a thumbnail
            is generated (see <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.GenerateThumbnails"/>).</para>
              <para>If zero, the <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailWidth"/> property decides
            the size (scaling is done proportionally).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailsBackgroundColor">
            <summary>
            Gets the color of the thumbnails background.
            </summary>
            <value>The color of the thumbnails background.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailWidth">
            <summary>
            Gets the maximum width of auto-generated image
            thumbnails.
            </summary>
            <value>Default value: 0</value>
            <remarks>
              <para>When images are uploaded to the media library, a thumbnail
            is generated (see <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.GenerateThumbnails"/>).</para>
              <para>If zero, the <see cref = "P:Sitecore.Configuration.KnownSettings.CoreSettings.ThumbnailHeight"/> property decides
            the size (scaling is done proportionally).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.UnlockAfterCopy">
            <summary>
            Gets a value indicating whether to unlock items after copying.
            </summary>
            <remarks>
            Only the copies are unlocked. The original items stay locked.
            </remarks>
            <value><c>true</c> if items should be unlocked after copying; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.VersionFilePath">
            <summary>
            Gets the path to the version file.
            </summary>
            <value>The version file path.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ViewStateStore">
            <summary>
            Indicates if ViewState is cached in the GlobalCache in SheerUI.
            </summary>
            <value>The view state store.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.Wallpaper">
            <summary>
            Gets the wallpaper.
            </summary>
            <value>The wallpaper.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.WallpapersPath">
            <summary>
            Gets the wallpapers path.
            </summary>
            <value>The wallpapers path.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.WebStylesheet">
            <summary>
            Gets the path to the default web site stylesheet.
            </summary>
            <value>Default value: /default.css.</value>
            <remarks>
            The stylesheet pointed to by this setting is
            automatically added to all pages descending
            from <c>Sitecore.BasePage"</c>.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.WelcomeTitle">
            <summary>
            Gets the welcome title to show on the login page.
            </summary>
            <value>Default value: "" (empty string)</value>
            <remarks>The title to show on the Sitecore client login page.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.XHtmlSchemaFile">
            <summary>
            Gets the XHTML schema file.
            </summary>
            <value>The XHTML schema file.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.XmlControlAspxFile">
            <summary>
            Gets the extension used for xml control files.
            </summary>
            <value>Default value: "xml"</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.XmlControlExtension">
            <summary>
            Gets the extension used for xml control files.
            </summary>
            <value>Default value: "xml"</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RemoveUnusedBlobsOnSave">
            <summary>
            Specifies whether unused blobs should be deleted from an item when it is saved.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.RemoveUnusedBlobsOnDelete">
            <summary>
            Specifies whether unused blobs should be deleted from an item when it is saved.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.BeginRequestOnPostAuthenticate">
            <summary>
            Gets a value indicating whether httpRequestBegin pipeline is handled on PostAuthenticate event.
            </summary>
            <value>
            <c>true</c> if httpRequestBegin pipeline is handled on PostAuthenticate event; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.ProtectExternalLinksWithBlankTarget">
            <summary>
            Specifies whether to protect the external link from security vulnerability when attribute target is blank
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.EnableLoadBalancing">
            <summary>
            Gets a value indicating whether the load-balancing feature for SSL offloading is enabled
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LoadBalancingHost">
            <summary>
            Gets a value indicating from which request header host should be taken during the SSL offloading
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LoadBalancingScheme">
            <summary>
            Gets a value indicating from which request header scheme should be taken during the SSL offloading
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CoreSettings.LoadBalancingPort">
            <summary>
            Gets a value indicating from which request header port should be taken during the SSL offloading
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.CountersSettings">
            <summary>
            The counters.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CountersSettings.EnabledSettingName">
            <summary>The "Counters.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CountersSettings.InstanceNameSettingName">
            <summary>The "Counters.InstanceName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.CountersSettings.ResetOnStartupSettingName">
            <summary>The "Counters.ResetOnStartup" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.CountersSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.CountersSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CountersSettings.Enabled">
            <summary>
            Gets a value indicating whether performance counters are enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CountersSettings.InstanceName">
            <summary>
            Gets a value indicating whether performance counters are enabled.
            </summary>
            <value>The name of the instance.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.CountersSettings.ResetOnStartup">
            <summary>
            Gets a value indicating whether performance counters will be reset on Sitecore startup.
            </summary>
            <value>
             <c>true</c> if performance counters will be reset on Sitecore startup; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.EventQueueSettings">
            <summary>
            The settings for event queues.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.EventQueueSettings.EnabledSettingName">
            <summary>The "EventQueue.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.EventQueueSettings.EnableEventQueuesSettingName">
            <summary>The "EnableEventQueues" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.EventQueueSettings.PersistStampIntervalSettingName">
            <summary>The "EventQueue.PersistStampInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.EventQueueSettings.PersistStampMaxAgeSettingName">
            <summary>The "EventQueue.PersistStampMaxAge" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.EventQueueSettings.SerializeAllFieldsSettingName">
            <summary>The "EventQueue.SavedItemRemote.SerializeAllFields" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.EventQueueSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.EventQueueSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.EventQueueSettings.Enabled">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Eventing.EventQueue"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.EventQueueSettings.PersistStampInterval">
            <summary>
            Gets maximum interval between saving the event queue's last processed event stamp.
            </summary>
            <value>The persist stamp interval.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.EventQueueSettings.PersistStampMaxAge">
            <summary>
            Gets max age of the events fetched
            </summary>
            <value>The persist stamp max age.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.EventQueueSettings.SavedItemRemoteSerializeAllFields">
            <summary>
            Gets a value indicating whether all fields should be serialized when item:saved:remote event is generated
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.FeedsSettings">
            <summary>
            The feeds.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.FeedsSettings.ItemExpirationSettingName">
            <summary>The "Feeds.ItemExpiration" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.FeedsSettings.MaximumItemsInFeedSettingName">
            <summary>The "Feeds.MaximumItemsInFeed" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.FeedsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.FeedsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.FeedsSettings.ItemExpiration">
            <summary>
            Gets items that are older than the specified time interval (in days) will not be included in the feed.
            </summary>
            <value>The item expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.FeedsSettings.MaximumItemsInFeed">
            <summary>
            Gets the maximum number of items to include in the feed.
            </summary>
            <value>The maximum items in feed.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.HtmlEditorSettings">
            <summary>
            The html editor.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.DefaultConfigurationTypeSettingName">
            <summary>The "HtmlEditor.DefaultConfigurationType" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.DefaultProfileSettingName">
            <summary>The "HtmlEditor.DefaultProfile" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.LineBreakSettingName">
            <summary>The "HtmlEditor.LineBreak" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.RemoveScriptsSettingName">
            <summary>The "HtmlEditor.RemoveScripts" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.SupportWebControlsSettingName">
            <summary>The "HtmlEditor.SupportWebControls" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.ValidatorServiceUrlSettingName">
            <summary>The "HtmlEditor.ValidatorServiceUrl" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.HtmlEditorSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.DefaultConfigurationType">
            <summary>
            Gets the type responsible for setting up the rich text editor. Can be overriden at profile level. Must inherit from Sitecore.Shell.Controls.RichTextEditor.EditorConfiguration,Sitecore.Client.
            </summary>
            <value>The default type of the configuration.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.DefaultProfile">
            <summary>
            Gets the default profile.
            </summary>
            <value>The default profile.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.LineBreak">
            <summary>
            Gets the line break.
            </summary>
            <value>The line break.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.RemoveScripts">
            <summary>
            Gets a value indicating whether Html Editor should remove scripts.
            </summary>
            <value>
              <c>true</c> if Html Editor should remove scripts otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.SupportWebControls">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Shell.UserOptions.HtmlEditor"/> supports the web controls.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Shell.UserOptions.HtmlEditor"/> supports the web controls; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.HtmlEditorSettings.ValidatorServiceUrl">
            <summary>
            Gets the validator service URL.
            </summary>
            <value>The validator service URL.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.IconsSettings">
            <summary>
            Defines the icons class.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.IconsSettings.CacheFolderSettingName">
            <summary>The "Icons.CacheFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.IconsSettings.UseZippedIconsSettingName">
            <summary>The "Icons.UseZippedIcons" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.IconsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.IconsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.IconsSettings.CacheFolder">
            <summary>
            Gets the cache folder.
            </summary>
            <value>The cache folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.IconsSettings.UseZippedIcons">
            <summary>
            Gets a value indicating whether [use zipped icons].
            </summary>
            <value><c>true</c> if [use zipped icons]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.InstallSettings">
            <summary>
            Settings for Install namespace
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.InstallSettings.HistoryFolderSettingName">
            <summary>The "Packager.Files.HistoryFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.InstallSettings.RemoveTransactionFolderSettingName">
            <summary>The "Packager.Files.RemoveTransactionFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.InstallSettings.TransactionsRootSettingName">
            <summary>The "Packager.Files.TransactionsRoot" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.InstallSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.InstallSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.InstallSettings.HistoryFolder">
            <summary>
            Gets the history folder.
            </summary>
            <value>The history folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.InstallSettings.RemoveTransactionFolder">
            <summary>
            Gets a value indicating whether the <see cref = "N:Sitecore.Install"/> removes the transaction folder.
            </summary>
            <value>
             <c>true</c> if the <see cref = "N:Sitecore.Install"/> removes the transaction folder; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.InstallSettings.TransactionsRoot">
            <summary>
            Gets the transactions root.
            </summary>
            <value>The transactions root.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.InterningSettings">
            <summary>
            Define settings for Interning functionality to reduce both number of objects, and RAM consumed.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.InterningSettings.EnabledSettingName">
            <summary>The "Interning.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.InterningSettings.TrackStatisticsSettingName">
            <summary>The "Interning.TrackStatistics" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.InterningSettings.InternKnownFieldValuesSettingName">
            <summary>The "Interning.InternKnownFieldValues" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.InterningSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.InterningSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.InterningSettings.Enabled">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Configuration.Settings.Interning"/> is enabled, and mechanisms to lower memory consumption are active.
            </summary>
            <value>
              <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.InterningSettings.TrackStatistics">
            <summary>
            Gets a value indicating whether track statistics for intern calls.
            </summary>
            <value>
              <c>true</c> if [track statistics]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.InterningSettings.InternKnownFieldValues">
            <summary>
            Gets a value indicating whether [intern known field values].
            </summary>
            <value>
            <c>true</c> if [intern known field values]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ItemCloningSettings">
            <summary>
            Defines settings for Item Cloning functionality
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemCloningSettings.NonInheritedFieldsSettingName">
            <summary>The "ItemCloning.NonInheritedFields" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemCloningSettings.InheritWorkflowDataSettingName">
            <summary>The "ItemCloning.InheritWorkflowData" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemCloningSettings.EnabledSettingName">
            <summary>The "ItemCloning.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemCloningSettings.ForceUpdateSettingName">
            <summary>The "ItemCloning.ForceUpdate" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemCloningSettings.DeleteClonesWithOriginalItemSettingName">
            <summary>The "ItemCloning.DeleteClonesWithOriginalItem" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemCloningSettings.ChangeTemplateSettingName">
            <summary>The "ItemCloning.ForceUpdate.ChangeTemplate" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ItemCloningSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ItemCloningSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemCloningSettings.NonInheritedFields">
            <summary>
            Gets the field names or field IDs which should be not be inherited by clones from their source item.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemCloningSettings.InheritWorkflowData">
            <summary>
            Gets a value indicating whether workflow data should be inherited by clones.
            </summary>
            <value>
              <c>true</c> if workflow data should be inherited by clones; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemCloningSettings.Enabled">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Configuration.Settings.ItemCloning"/> is enabled.
            </summary>
            <value>
              <c>true</c> if item clones feature is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemCloningSettings.ForceUpdate">
            <summary>
            Gets a value indicating whether clones should be updated automatically when the original item is changed.
            </summary>
            <value>
              <c>true</c> if clones should be updated automatically when the original item is changed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemCloningSettings.DeleteClonesWithOriginalItem">
            <summary>
            Gets a value indicating whether cloned items should be deleted upon deletion of base item.
            </summary>
            <value>
              <c>true</c> if cloned items should be deleted when base item is deleted; otherwise, <c>true</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemCloningSettings.ChangeTemplateForceUpdate">
            <summary>
            Specify whether clones should be updated automatically when a different template is selected for the original item.
            </summary>
            <value>
                <c>true</c> if all the clones of the original item are updated automatically; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ItemResolvingSettings">
            <summary>
            Contains settings for resolving items by paths.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemResolvingSettings.FindBestMatchSettingName">
            <summary>The "ItemResolving.FindBestMatch" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ItemResolvingSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ItemResolvingSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemResolvingSettings.FindBestMatch">
            <summary>
            Gets a value indicating the mode in which item resolving tries to find items with names that contain the values defined in the 'find' and 'replaceWith'
            properties in the 'encodeNameReplacements' section, for example, spaces and dashes.
            </summary>
            <value>
              <c>Disabled</c> if item resolving will not try to match such items.
              <c>Enabled</c> if item resolving will try to find a matching item on each nesting level separately.
              <c>DeepScan</c> if item resolving will try to match an item by scanning the whole content tree.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ItemSerializationSettings">
            <summary>
            Item serialization settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemSerializationSettings.AllowStandardValuesSettingName">
            <summary>The "ItemSerialization.AllowStandardValues" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ItemSerializationSettings.AllowDefaultValueSettingName">
            <summary>The "ItemSerialization.AllowDefaultValue" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ItemSerializationSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ItemSerializationSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemSerializationSettings.AllowStandardValues">
            <summary>
            Gets a value indicating whether allow standard values during item serialization.
            </summary>
            <value>
            <c>true</c> if standard values are allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ItemSerializationSettings.AllowDefaultValue">
            <summary>
            Gets a value indicating whether allow default values during item serialization.
            </summary>
            <value>
            <c>true</c> if default values are allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.JobsSettings">
            <summary>
            Defines the jobs class.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.JobsSettings.ExecuteInManagedThreadPoolSettingName">
            <summary>The "Jobs.ExecuteInManagedThreadPool" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.JobsSettings.QueueProcessingIntervalSettingName">
            <summary>The "Jobs.QueueProcessingInterval" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.JobsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.JobsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.JobsSettings.ExecuteInManagedThreadPool">
            <summary>
            Gets a value indicating whether the jobs should be executed in the managed thread pool.
            </summary>
            <value>
            <c>true</c> if the job must be executed in the managed thread pool; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.JobsSettings.QueueProcessingInterval">
            <summary>
            Gets the interval between the <see cref = "T:Sitecore.Jobs.JobManager"/>
            checking its queue for pending actions.
            </summary>
            <value>Default value: "00:00:02" (2 seconds)</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.LanguageFallbackSettings">
            <summary>
            Language fallback settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LanguageFallbackSettings.AllowVaryFallbackSettingsPerLanguageSettingName">
            <summary>The "LanguageFieldFallback.AllowVaryFallbackSettingsPerLanguage" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.LanguageFallbackSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.LanguageFallbackSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LanguageFallbackSettings.AllowVaryFallbackSettingsPerLanguage">
            <summary>
            If set to 'true', then values from both versioned 'Enable Language Fallback' and shared 'Enable Shared Language Fallback' checkbox fields
            on the field definition item are used to determine whether language fallback functionality should be enabled for the corresponding field.
            It allows you to have different fallback settings for the same field in different content languages.
             
            Example: when 'en-CA' tries to fallback to 'en', the checkbox field will be retrieved from the field definition item in 'en-CA',
            thus such version should exist. If retrieved value is 'false', then the 'Enable Shared Language Fallback' checkbox field is used.
             
            Note: enabling this feature has negative impact on performance.
             
            If set to 'false', only the shared 'Enable Shared Language Fallback' checkbox field on the field definition item is used to determine whether
            language fallback functionality should be enabled for the corresponding field.
             
            Default value: false.
            </summary>
            <value>
            <c>true</c> if allow vary fallback settings per language; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.LanguagesSettings">
            <summary>
                The languages.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LanguagesSettings.AlwaysStripLanguageSettingName">
            <summary>The "Languages.AlwaysStripLanguage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LanguagesSettings.AutoRemoveItemDataSettingName">
            <summary>The "Languages.AutoRemoveItemData" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LanguagesSettings.AutoRenameItemDataSettingName">
            <summary>The "Languages.AutoRenameItemData" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.LanguagesSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.LanguagesSettings" /> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings" /> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LanguagesSettings.AlwaysStripLanguage">
            <summary>
                Gets a value indicating whether the StripLanguage processor in the preprocessRequest pipeline will parse and remove
                languages from
                the URL, even when languageEmbedding is set to "never".
            </summary>
            <value>
                <c>true</c> if the StripLanguage processor should parse and remove languages from the URL; otherwise,
                <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LanguagesSettings.AutoRemoveItemData">
            <summary>
                Gets a value indicating whether item data is automatically removed from a database when a language item is deleted.
            </summary>
            <value><c>true</c> if data should be removed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LanguagesSettings.AutoRenameItemData">
            <summary>
                Gets a value indicating whether the language of item data is automatically renamed when a language item is renamed.
            </summary>
            <value><c>true</c> if data language should be renamed; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings">
            <summary>
            Encapsulates all link database settings.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings.MaximumBatchSizeSettingName">
            <summary>The "LinkDatabase.MaximumBatchSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings.UpdateDuringPublishSettingName">
            <summary>The "LinkDatabase.UpdateDuringPublish" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings.MaximumBatchSize">
            <summary>
            Gets maximum number of records that Compact method can process in a single iteration.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LinkDatabaseSettings.UpdateDuringPublish">
            <summary>
            Gets whether to run incremental link database update during publishing.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.LinksSettings">
            <summary>
                The links.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LinksSettings.QueryStringSeparatorSettingName">
            <summary>The "Links.QueryStringSeparator" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.LinksSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.LinksSettings" /> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings" /> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LinksSettings.QueryStringSeparator">
            <summary>
                Gets the string used to separate entries in generated query strings.
            </summary>
            <value>The separator.</value>
            <remarks>Default value: &amp;</remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.LoginSettings">
            <summary>
            The login.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.DisablePasswordRecoverySettingName">
            <summary>The "Login.DisablePasswordRecovery" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.DisableLicenseInfoSettingName">
            <summary>The "Login.DisableLicenseInfo" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.SitecoreUrlSettingName">
            <summary>The "Login.SitecoreUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.RememberLastLoggedInUserNameSettingName">
            <summary>The "Login.RememberLastLoggedInUserName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.DisableAutoCompleteSettingName">
            <summary>The "Login.DisableAutoComplete" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.DisableRememberMeSettingName">
            <summary>The "Login.DisableRememberMe" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.BackgroundImageUrlSettingName">
            <summary>The "Login.BackgroundImageUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.LoginSettings.PasswordRecoveryDefaultLanguageSettingName">
            <summary>The "Login.PasswordRecoveryDefaultLanguage" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.LoginSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.LoginSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.DisablePasswordRecovery">
            <summary>
            Gets a value that indicates if users are allowed to reset their passwords on the /sitecore/login/passwordrecovery.aspx page.
            If <c>true</c>, Sitecore disables password recovery functionality and hides the �Forgot Your Password?� link on the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.DisableLicenseInfo">
            <summary>
            Gets a value that indicates if users are allowed to see the "License Information" link on the login page.
            If <c>true</c>, Sitecore hides the "License Information" link on the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.SitecoreUrl">
            <summary>
            Gets the max items.
            </summary>
            <value>The max items.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.RememberLastLoggedInUserName">
            <summary>
            Gets a value indicating whether Sitecore will remember the last logged in user name on the login page (stored encrypted in a cookie).
            If you set this to false, the user name field on the login page and change password page will always be blank.
            <para>Default: false.</para>
            </summary>
            <value>
              If <c>true</c> Sitecore will remember the last logged in user name on the login page (stored encrypted in a cookie).
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.DisableAutoComplete">
            <summary>
            Gets a value that indicates whether an autocomplete="off" attribute will be added on the login form on
            '/sitecore/login/default.aspx' page and '/sitecore/admin/login.aspx' page.
            <para>Default: true</para>
            </summary>
            <value>If <c>true</c> Sitecore login pages will not have autocomplete option.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.DisableRememberMe">
            <summary>
            Gets a value that indicates whether "Remember me" checkbox will be disabled on the
            /sitecore/login/default.aspx page.
            If <c>true</c>, Sitecore will disable "Remember me" checkbox on the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.BackgroundImageUrl">
            <summary>
            Gets a value that indicates the background image url used on the
            /sitecore/login/default.aspx page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.LoginSettings.PasswordRecoveryDefaultLanguage">
            <summary>
            Default language of password recovery email item.
            See core database /sitecore/system/security/password recovery/password recovery email
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.MediaResponseSettings">
            <summary>
            The media response.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaResponseSettings.CacheabilitySettingName">
            <summary>The "MediaResponse.Cacheability" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaResponseSettings.CacheExtensionsSettingName">
            <summary>The "MediaResponse.CacheExtensions" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaResponseSettings.MaxAgeSettingName">
            <summary>The "MediaResponse.MaxAge" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaResponseSettings.SlidingExpirationSettingName">
            <summary>The "MediaResponse.SlidingExpiration" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaResponseSettings.VaryHeaderSettingName">
            <summary>The "MediaResponse.VaryHeader" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.MediaResponseSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.MediaResponseSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaResponseSettings.Cacheability">
            <summary>
            Gets the <see cref = "T:System.Web.HttpCacheability"/> cacheability to use in media response headers.
            </summary>
            <value>
            The HTTP cacheability.
            </value>
            <remark>
            Default value: private.
            </remark>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaResponseSettings.CacheExtensions">
            <summary>
            Gets the <see cref = "M:System.Web.HttpCachePolicy.AppendCacheExtension(System.String)">cache extension</see> to use in media response headers.
            </summary>
            <value>The cache extension.</value>
            <remarks>Default value: "".</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaResponseSettings.MaxAge">
            <summary>
            Gets the <see cref = "M:System.Web.HttpCachePolicy.SetMaxAge(System.TimeSpan)">max age</see> to use in media response headers.
            </summary>
            <value>The max age. Set it to "00:00:00" to omit this header.</value>
            <remarks>Default value: "00:00:00" (<see cref = "F:System.TimeSpan.Zero"/>).</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaResponseSettings.SlidingExpiration">
            <summary>
            Gets the <see cref = "M:System.Web.HttpCachePolicy.SetSlidingExpiration(System.Boolean)">sliding expiration</see> to use in media response headers.
            </summary>
            <value>The sliding expiration ("true"/"false"). Set it to "" to omit this header.</value>
            <remarks>Default value: "".</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaResponseSettings.VaryHeader">
            <summary>
            Specifies the value for the Vary HTTP header to use in media response headers.
            </summary>
            <value>
            The value for the Vary HTTP header to use in media response headers. Set it to "" to omit this header.
            </value>
            <remarks>Default value: "".</remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.MediaSettings">
            <summary>
            The media.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.AlwaysIncludeServerUrlSettingName">
            <summary>The "Media.AlwaysIncludeServerUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.AutoSetAltSettingName">
            <summary>The "Media.AutoSetAlt" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.CacheFileMediaByModifiedDateSettingName">
            <summary>The "Media.CacheFileMediaByModifiedDate" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.CacheFolderSettingName">
            <summary>The "Media.CacheFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.CachingEnabledSettingName">
            <summary>The "Media.CachingEnabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.DefaultImageBackgroundColorSettingName">
            <summary>The "Media.DefaultImageBackgroundColor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.DefaultImageFormatSettingName">
            <summary>The "Media.DefaultImageFormat" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.DefaultMediaPrefixSettingName">
            <summary>The "Media.DefaultMediaPrefix" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.EnableRangeRetrievalRequestSettingName">
            <summary>The "Media.EnableRangeRetrievalRequest" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.FileFolderSettingName">
            <summary>The "Media.FileFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.BufferSizeSettingName">
            <summary>The "Media.FileSystemWatcher.BufferSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.IncludeExtensionsInItemNamesSettingName">
            <summary>The "Media.IncludeExtensionsInItemNames" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.InterpolationModeSettingName">
            <summary>The "Media.InterpolationMode" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.MaxImageWidthSettingName">
            <summary>The "Media.MaxImageWidth" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.MaxSizeInDatabaseSettingName">
            <summary>The "Media.MaxSizeInDatabase" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.MaxSizeInMemorySettingName">
            <summary>The "Media.MaxSizeInMemory" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.MediaLinkPrefixSettingName">
            <summary>The "Media.MediaLinkPrefix" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.OpenContentEditorAfterUploadSettingName">
            <summary>The "Media.OpenContentEditorAfterUpload" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.RequestExtensionSettingName">
            <summary>The "Media.RequestExtension" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.StreamBufferSizeSettingName">
            <summary>The "Media.StreamBufferSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.StreamPartiallyCachedFilesSettingName">
            <summary>The "Media.StreamPartiallyCachedFiles" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.UploadAsFilesSettingName">
            <summary>The "Media.UploadAsFiles" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.UploadAsVersionableByDefaultSettingName">
            <summary>The "Media.UploadAsVersionableByDefault" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.UseItemPathsSettingName">
            <summary>The "Media.UseItemPaths" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.UseLegacyResizingSettingName">
            <summary>The "Media.UseLegacyResizing" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.WhitespaceReplacementSettingName">
            <summary>The "Media.WhitespaceReplacement" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.LowercaseUrlsSettingName">
            <summary>The "Media.LowercaseUrls" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.MediaLinkServerUrlSettingName">
            <summary>The "Media.MediaLinkServerUrl" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.AlwaysAppendRevisionSettingName">
            <summary>The "Media.AlwaysAppendRevision" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.MediaSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.MediaSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.MediaSettings.#ctor(Sitecore.Abstractions.BaseSettings,Sitecore.Abstractions.BaseLinkManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.MediaSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
            <param name="linkManager">Instance of link maganer</param>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings._linkManagerInstance">
            <summary>
            Instance of link manager.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether server URL is included in each media link.
            </summary>
            <value>
                <c>true</c> if server URL is included; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.AlwaysAppendRevision">
            <summary>
            Gets a value indicating whether media item revision field is appended to each media link.
            </summary>
            <value>
                <c>true</c> if media item revision field is included; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.AutoSetAlt">
            <summary>
            Gets a value indicating whether the Alt field on the Image template is set automatically to the file
            path when the image is uploaded. If false, the Alt field is blank.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.CacheFileMediaByModifiedDate">
            <summary>
            If true, Sitecore varies media cache entries for file-based media by both
            file path and the last modification date of the media file.
            </summary>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.CacheFolder">
            <summary>
            Gets the folder under which media files are cached by the system.
            </summary>
            <value>The cache folder.</value>
            <remarks>Default value: /App_Data/MediaCache</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.CachingEnabled">
            <summary>
            Gets a value indicating whether caching of media files is enabled.
            </summary>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.DefaultImageBackgroundColor">
            <summary>
            Gets the default background color for dynamically resizing images to different aspect ratios than the originals.
            </summary>
            <remarks>
            Sitecore applies this background color only for image types that do not support transparency (image/jpeg, image/gif and image/bmp).
            When resizing any other image types (including image/png), Sitecore always applies a transparent background.
             <para>You can specify a color name (such as Black or Red) or a hex color code (such as #CE55E2).</para>
             <para>If you specify no value, Sitecore applies a black background color when resizing such images.</para>
            </remarks>
            <value>
            The color of the image background. Default value: Color.Empty.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.DefaultImageFormat">
            <summary>
            Gets the default <see cref = "T:System.Drawing.Imaging.ImageFormat"/> to use when it's not possible to deduce this from an extension.
            </summary>
            <remarks>
              <para>The value must correspond to a valid <see cref = "T:System.Drawing.Imaging.ImageFormat"/> value.</para>
              <para>If the value is not set, the <see cref = "M:Sitecore.Resources.Media.MediaConfig.GetImageFormat(System.String)"/> may return null causing image functions to fail.</para>
            </remarks>
            <value>The image format. Default value: "" (empty string).</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.DefaultMediaPrefix">
            <summary>
            Gets the default media prefix.
            </summary>
            <value>The default media prefix.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.EnableRangeRetrievalRequest">
            <summary>
            Gets a value indicating whether range retrieval requests are enabled.
            </summary>
            <value>
                <c>true</c> if range retrieval requests are enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.FileFolder">
            <summary>
            Gets the folder under which media files are stored by the system.
            </summary>
            <value>The folder.</value>
            <remarks>Default value: /App_Data/MediaFiles</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.FileSystemWatcherBufferSize">
            <summary>
            Gets the buffer size to be used by filewatchers
            </summary>
            <value>The buffer size (in bytes) to be used by filewatchers.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.IncludeExtensionsInItemNames">
            <summary>
            Gets a value indicating whether to include a file extension when generating an item name from a file name.
            </summary>
            <value><c>true</c> if extension should be included; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.InterpolationMode">
            <summary>
            Gets the interpolation mode to use when resizing images.
            </summary>
            <remarks>
            Default value: High
            </remarks>
            <value>The interpolation mode.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.MaxImageWidth">
            <summary>
            Gets the max width of the image in a Rich Text field.
            </summary>
            <value>The max width of an image in a Rich Text field.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.MaxSizeInDatabase">
            <summary>
            Gets the maximum allowed size of media intended to be stored in a database (binary blob).
            </summary>
            <value>The maximum size.</value>
            <remarks>Default value: 500MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.MaxSizeInMemory">
            <summary>
            Gets the maximum size of media to load into memory for processing (resizing etc.).
            </summary>
            <value>The maximum size.</value>
            <remarks>Default value: 40MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            Notice: If you specify a custom media link prefix, you must also add a corresponding entry to the <customHandlers/> section.
              <para>If the value is not set, the default media request prefix will be used (which by default is "-/media/")</para>
            </summary>
            <value>The media link prefix.</value>
            <remarks>Default value: ""</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.OpenContentEditorAfterUpload">
            <summary>
            Gets a value indicating whether the content editor must be opened after a file has been uploaded.
            </summary>
            <value>
             <c>true</c> if the content editor must be opened after a file has been uploaded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.RequestExtension">
            <summary>
            Gets the extension to use in media request URLs.
            </summary>
            <remarks>
            If the value is not set, the Extension field of the individual media items will be used (i.e. JPG, GIF, etc.)
            </remarks>
            <value>The request extension. Default value: "" (an empty string)</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.StreamBufferSize">
            <summary>
            Gets the size of the buffer to use when streaming media to files or other targets.
            </summary>
            <value>The size of the stream buffer.</value>
            <remarks>Default value: 100000</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.StreamPartiallyCachedFiles">
            <summary>
            Gets a value indicating whether to start streaming files before they have been fully written to the cache.
            </summary>
            <value>
             <c>true</c> if the feature should be enabled; otherwise, <c>false</c>.
            </value>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.UploadAsFiles">
            <summary>
            Gets a value indicating whether media should be uploaded as files or as database blobs.
            </summary>
            <value>
             <c>true</c> if upload as files; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.UploadAsVersionableByDefault">
            <summary>
            Gets a value indicating whether media items is uploaded as versionable by default.
            </summary>
            <value>
             <c>true</c> if media items is uploaded as versionable by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.UseItemPaths">
            <summary>
            Gets a value indicating whether to use item paths for media URLs.
            </summary>
            <value><c>true</c> if item paths should be used; otherwise, <c>false</c>.</value>
            <remarks>Default value: false</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.UseLegacyResizing">
            <summary>
            Gets a value indicating whether to use legacy resizing (ie. bypass the Sitecore.ImageLib library).
            </summary>
            <remarks>
            Default value: false.
            </remarks>
            <value><c>true</c> if legacy resizing should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.WhitespaceReplacement">
            <summary>
            Gets the character to use when replacing whitespace in the names of uploaded media.
            </summary>
            <value>The extension divider.</value>
            <remarks>Default: A single space character.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.LowercaseUrls">
            <summary>
            Gets a value indicating whether lower case URLs.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.MediaLinkServerUrl">
            <summary>
            Gets the server url to use while generating media links.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing">
            <summary>
             Resizing options
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.CompositingModeSettingName">
            <summary>The "Media.Resizing.CompositingMode" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.QualitySettingName">
            <summary>The "Media.Resizing.Quality" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.MaxHeightSettingName">
            <summary>The "Media.Resizing.MaxHeight" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.MaxWidthSettingName">
            <summary>The "Media.Resizing.MaxWidth" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.PixelOffsetModeSettingName">
            <summary>The "Media.Resizing.PixelOffsetMode" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.#ctor(Sitecore.Configuration.KnownSettings.MediaSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing"/> struct.
            </summary>
            <param name="mediaSettings">The <see cref="!:mediaSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.CompositingMode">
            <summary>
            Gets the compositing mode.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.Quality">
            <summary>
            Gets the value in percentage defines default setting of quality scaled images.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.MaxHeight">
            <summary>
             Maximum height for dynamically resized images.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.MaxWidth">
            <summary>
             Maximum width for dynamically resized images.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.Resizing.PixelOffsetMode">
            <summary>
            Gets the pixel offset mode.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection">
            <summary>
            RequestProtection options.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.EnabledSettingName">
            <summary>The "Media.RequestProtection.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.CacheSizeSettingName">
            <summary>The "Caching.RequestProtection.CacheSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.HashParameterNameSettingName">
            <summary>The "Media.RequestProtection.HashParameterName" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.LoggingEnabledSettingName">
            <summary>The "Media.RequestProtection.Logging.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.RemoveUnknownParametersSettingName">
            <summary>The "Media.RequestProtection.RemoveUnknownParameters" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.#ctor(Sitecore.Configuration.KnownSettings.MediaSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection"/> struct.
            </summary>
            <param name="mediaSettings">The <see cref="T:Sitecore.Configuration.KnownSettings.MediaSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.Enabled">
            <summary>
            Gets a value indicating whether Media Request Protection feature enabled.
            </summary>
            <value>
              <c>true</c> if Media Request Protection feature enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.CacheSize">
            <summary>
            Gets the size of the image guard cache.
            </summary>
            <value>
            The size of the image guard cache.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.HashParameterName">
            <summary>
            Gets the hash parameter name in query string.
            </summary>
            <value>
            The hash parameter name in query string.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.LoggingEnabled">
            <summary>
            Gets a value indicating whether feature will output information to the Sitecore log file.
            </summary>
            <value>
            <c>true</c> if fature will output information to the Sitecore log file; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.MediaSettings.RequestProtection.RemoveUnknownParameters">
            <summary>
            Gets a value indicating whether unknown media parameters should be skipped from processing.
            </summary>
            <value>
            <c>true</c> if media parameters should be skipped from processing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.PerformanceSettings">
            <summary>
            The performance.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PerformanceSettings.PagingIteratorPageSizeSettingName">
            <summary>The "Performance.PagingIteratorPageSize" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PerformanceSettings.ForceAspSessionIDPersistSettingName">
            <summary>The "Performance.ForceASPSessionIDPersist" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.PerformanceSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.PerformanceSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PerformanceSettings.PagingIteratorPageSize">
            <summary>
            Gets the default page size to use with the <see cref = "T:Sitecore.Common.PagingIterator`1"/>.
            </summary>
            <value>The size of the paging iterator page.</value>
            <remarks>Default value: 100</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PerformanceSettings.ForceASPSessionIDPersist">
            <summary>
            Indicates if same ASP.NET Session ID is enforced for several requests in one session (Default value: <c>true</c>).
            <para>NOTES: ASP.NET generates new sessionID on each request in case session does not have any content.</para>
            <para>Same sessionID can be enforced by putting a dummy object into session content.</para>
            <para>WARNING: Analytics requires same sessionID, thereby setting must be <c>true</c> with enabled Analytics.</para>
            </summary>
            <value>
              <c>true</c> if force session persist; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings">
            <summary>
            Defines settings for pipelines profiling functionality.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings.EnabledSettingName">
            <summary>The "Pipelines.Profiling.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings.MeasureCpuTimeSettingName">
            <summary>The "Pipelines.Profiling.MeasureCpuTime" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings.Enabled">
            <summary>
            Gets a value indicating that pipelines profiler is enabled.
            </summary>
            <remarks>
            When <c>true</c>, performance of all core pipelines is measured and available at /sitecore/admin/pipelines.aspx
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PipelinesProfilingSettings.MeasureCpuTime">
            <summary>
            Gets a value indicating that pipelines profiler should measure CPU consumption of the pipelines.
            </summary>
            <remarks>
            When <c>false</c>, CPU Time will not be measured and will not be displayed on /sitecore/admin/pipelines.aspx
            </remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.PreviewSettings">
            <summary>
            The preview.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PreviewSettings.AsAnonymousSettingName">
            <summary>The "Preview.AsAnonymous" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PreviewSettings.DefaultSiteSettingName">
            <summary>The "Preview.DefaultSite" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PreviewSettings.ResolveSiteSettingName">
            <summary>The "Preview.ResolveSite" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.PreviewSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.PreviewSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PreviewSettings.AsAnonymous">
            <summary>
            This setting specifies whether Sitecore will use the Anonymous user account when you preview an item.
            If true, Sitecore uses to the Anonymous user account when you preview an item.
            If false, Sitecore uses the current user account when you preview an item.
            Default value: true
            </summary>
            <value>True or false.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PreviewSettings.DefaultSite">
            <summary>
            Gets the default site.
            </summary>
            <value>The default site.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PreviewSettings.ResolveSite">
            <summary>
            Gets a value indicating whether resolve site.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ProfilingSettings">
            <summary>
            Defines profile options.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ProfilingSettings.XslFileSettingName">
            <summary>The "Profiling.XslFile" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ProfilingSettings.RenderFieldThresholdSettingName">
            <summary>The "Profiling.RenderFieldThreshold" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ProfilingSettings.SheerUISettingName">
            <summary>The "Profiling.SheerUI" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ProfilingSettings.SheerUIWarningThresholdSettingName">
            <summary>The "Profiling.SheerUIWarningThreshold" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ProfilingSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ProfilingSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ProfilingSettings.FormattingXslFile">
            <summary>
            Gets the formatting XSL file.
            </summary>
            <value>The formatting XSL file.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ProfilingSettings.RenderFieldThreshold">
            <summary>
            Gets the threshold value for logging long field render operations.
            </summary>
            <value>The threshold value for logging long field render operations.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ProfilingSettings.SheerUI">
            <summary>
            Gets a value indicating whether SheerUI is profiled.
            </summary>
            <value>
             <c>true</c> if SheerUI is profiled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ProfilingSettings.SheerUIWarningThreshold">
            <summary>
            Gets the threshold value for logging long requests.
            </summary>
            <value>The sheer UI warning threshold.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.PublishingSettings">
            <summary>
            The publishing.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.AutoScheduleSmartPublishSettingName">
            <summary>The "Publishing.AutoScheduleSmartPublish" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.CheckSecuritySettingName">
            <summary>The "Publishing.CheckSecurity" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.CompareRevisionsSettingName">
            <summary>The "Publishing.CompareRevisions" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.DisableDatabaseCachesSettingName">
            <summary>The "Publishing.DisableDatabaseCaches" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.ExecuteInManagedThreadPoolSettingName">
            <summary>The "Publishing.ExecuteInManagedThreadPool" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.LogIntervalSettingName">
            <summary>The "Publishing.LogInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.MaxDegreeOfParallelismSettingName">
            <summary>The "Publishing.MaxDegreeOfParallelism" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishDialogPollingIntervalSettingName">
            <summary>The "Publishing.PublishDialogPollingInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishEmptyItemsSettingName">
            <summary>The "Publishing.PublishEmptyItems" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishingInstanceSettingName">
            <summary>The "Publishing.PublishingInstance" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishingDeepScanRelatedItemsSettingName">
            <summary>The "Publishing.DeepScanRelatedItems" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.RequireTargetDeleteRightWhenCheckingSecuritySettingName">
            <summary>The "Publishing.RequireTargetDeleteRightWhenCheckingSecurity" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.StatusUpdateIntervalSettingName">
            <summary>The "Publishing.StatusUpdateInterval" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.ThreadPrioritySettingName">
            <summary>The "Publishing.ThreadPriority" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.TimeBeforeStatusExpiresSettingName">
            <summary>The "Publishing.TimeBeforeStatusExpires" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.PublishingSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.PublishingSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.AutoScheduleSmartPublish">
            <summary>
            Gets a value indicating whether to automatically schedule a smart publish when proxy definitions etc. change?
            </summary>
            <value>
             <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.CheckSecurity">
            <summary>
            Gets a value indicating whether to check security rights when publishing.
            </summary>
            <remarks>
              <para>Only read and write rights are used.</para>
              <para>Default value: false.</para>
            </remarks>
            <value><c>true</c> if security should be checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.CompareRevisions">
            <summary>
            Gets a value indicating whether publishing compares the revisions.
            </summary>
            <value>
             <c>true</c> if publishing compares the revisions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.DisableDatabaseCaches">
            <summary>
            Gets a value indicating whether to disable database cache population during publishing.
            </summary>
            <value>
             <c>true</c> if database cache population is disabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.ExecuteInManagedThreadPool">
            <summary>
            Gets a value indicating whether publishing should be executed in the managed thread pool.
            </summary>
            <value>
            <c>true</c> if publishing must be executed in the managed thread pool; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.LogInterval">
            <summary>
            Gets the log interval.
            </summary>
            <value>The log interval.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.MaxDegreeOfParallelism">
            <summary>
            Gets the max number of concurrent operations for publishing.
            </summary>
            <value> The maximum number of concurrent operations for publishing.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishDialogPollingInterval">
            <summary>
            Gets the publish dialog polling interval.
            </summary>
            <value>The publish dialog polling interval.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishEmptyItems">
            <summary>
            Gets a value indicating whether empty items (i.e. items without publishable versions) should be published.
            </summary>
            <value><c>true</c> if empty items should be published; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishingInstance">
            <summary>
            Gets the publish server instance name.
            </summary>
            <value>The publish server.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.PublishingDeepScanRelatedItems">
            <summary>
            Gets a value indicating whether deep scan should be enabled during item publishing.
            </summary>
            <value><c>true</c> if Deep Scan is enabled,; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.RequireTargetDeleteRightWhenCheckingSecurity">
            <summary>
            Gets a value indicating whether to check for delete rights on target items when publishing.
            </summary>
            <remarks>
              <para>Only used when <see cref = "P:Sitecore.Configuration.KnownSettings.PublishingSettings.CheckSecurity"/> is <c>true</c>.</para>
              <para>If set to <c>false</c> all publishing users will be able to publish deletions.</para>
              <para>Default value: true.</para>
            </remarks>
            <value><c>true</c> if delete right should be checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.StatusUpdateInterval">
            <summary>
            Gets the time between updating the status cache for running publishing jobs.
            </summary>
            <value>The update interval.</value>
            <remarks>Default value: 2 seconds.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.ThreadPriority">
            <summary>
            Gets the thread priority of publishing jobs.
            </summary>
            <value>
            The priority. Default value is ThreadPriority.BelowNormal/>
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.TimeBeforeStatusExpires">
            <summary>
            Gets the time before a cached status registration expires.
            </summary>
            <value>The time before status expires.</value>
            <remarks>Default value: 2 hours.</remarks>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery">
            <summary>
            Settings controlling publish recovery.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.EnabledSettingName">
            <summary>The "Publishing.Recovery.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.PublishManagerPerformsDumpSettingName">
            <summary>The "Publishing.Recovery.PublishManagerPerformsDump" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.PublisherPerformsDumpSettingName">
            <summary>The "Publishing.Recovery.PublisherPerformsDump" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.#ctor(Sitecore.Configuration.KnownSettings.PublishingSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery"/> struct.
            </summary>
            <param name="publishingSettings">The <see cref="T:Sitecore.Configuration.KnownSettings.PublishingSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.Enabled">
            <summary>
            Gets a value indicating whether publishing recovery is enabled.
            </summary>
            <value>
              <c>true</c> if publishing recovery is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.PublishManagerPerformsDump">
            <summary>
            Gets a value indicating whether the PublishManager triggers a recovery dump.
            </summary>
            <value>
            <c>true</c> if the PublishManager triggers a recovery dump; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.PublishingSettings.Recovery.PublisherPerformsDump">
            <summary>
            Gets a value indicating whether the Publisher triggers a recover dump.
            </summary>
            <value>
            <c>true</c> if the Publisher triggers a recovery dump; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.QuerySettings">
            <summary>
            The query.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.QuerySettings.MaxItemsSettingName">
            <summary>The "Query.MaxItems" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.QuerySettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.QuerySettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.QuerySettings.MaxItems">
            <summary>
            Gets the max items.
            </summary>
            <value>The max items.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.RenderingSettings">
            <summary>
            The rendering.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.HtmlEncodedFieldTypesSettingName">
            <summary>The "Rendering.HtmlEncodedFieldTypes" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.ImagesAsXhtmlSettingName">
            <summary>The "Rendering.ImagesAsXhtml" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.ProcessDuplicatePlaceholdersSettingName">
            <summary>The "Rendering.ProcessDuplicatePlaceholders" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.SiteResolvingSettingName">
            <summary>The "Rendering.SiteResolving" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.SiteResolvingMatchCurrentLanguageSettingName">
            <summary>The "Rendering.SiteResolvingMatchCurrentLanguage" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.SiteResolvingMatchCurrentSiteSettingName">
            <summary>The "Rendering.SiteResolvingMatchCurrentSite" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RenderingSettings.TraceUnusedRenderingsSettingName">
            <summary>The "Rendering.TraceUnusedRenderings" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.RenderingSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.RenderingSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.HtmlEncodedFieldTypes">
            <summary>
            Gets pipe-separated list of field types that should be HTML encoded when rendered by the &lt;renderField&gt; pipeline.
            </summary>
            <value>Default value: text|single-line text</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.ImagesAsXhtml">
            <summary>
            Gets a value indicating whether to render images as XHTML.
            </summary>
            <value><c>true</c> if images should be rendered as XHTML; otherwise, <c>false</c>.</value>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.ProcessDuplicatePlaceholders">
            <summary>
            Gets a value indicating whether to process duplicate placeholders.
            </summary>
            <value>
             <c>true</c> if [process duplicate placeholders]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.SiteResolving">
            <summary>
            Gets a value indicating whether resolving site information while rendering item links.
            </summary>
            <value><c>true</c> if site resolving is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.SiteResolvingMatchCurrentLanguage">
            <summary>
            Gets a value indicating whether current language is used to resolve site while rendering item links.
            </summary>
            <value>
                <c>true</c> if feature enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.SiteResolvingMatchCurrentSite">
            <summary>
            Gets a value indicating whether current site has higher priority in site resolving while rendering item links.
            </summary>
            <value>
                <c>true</c> if feature enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RenderingSettings.TraceUnusedRenderings">
            <summary>
            Gets a value indicating whether unused (non-rendered) rendering should be traced.
            <para>The functionality allows to track renderings mistakenly placed into non-existing placeholders, thus not rendered.</para>
            <para>Since HTML cache allows to skip rendering process in favor of reusing markup, false-positive warnings might be produced.</para>
            <para>Default value: <c>true</c></para>
            </summary>
            <value>
            <c>true</c> if feature enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.RequestErrorsSettings">
            <summary>
            Settings controlling behaviour when a request error condition occurs.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RequestErrorsSettings.UseServerSideRedirectSettingName">
            <summary>The "RequestErrors.UseServerSideRedirect" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.RequestErrorsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.RequestErrorsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RequestErrorsSettings.UseServerSideRedirect">
            <summary>
            Gets a value indicating whether the Sitecore uses Server.Transfer instead of Response.Redirect to move to a service page.
            </summary>
            <value>
             <c>true</c> if Sitecore should use Server.Transfer; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.RolesSettings">
            <summary>
            The roles.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RolesSettings.MaxNameLengthSettingName">
            <summary>The "Roles.MaxNameLength" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.RolesSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.RolesSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RolesSettings.MaxNameLength">
            <summary>
            Gets the length of the max name.
            </summary>
            <value>The length of the max name.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.RulesSettings">
            <summary>
            Defines the rule sets class.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RulesSettings.MaxCachedRulesSettingName">
            <summary>The "Rules.MaxCachedRules" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.RulesSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.RulesSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RulesSettings.MaxCachedRules">
            <summary>
            Gets the number of maxed cached rule sets.
            </summary>
            <value>The number of maxed cached rule sets.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers">
            <summary>
             Settings specific to the rules invoked via item event handlers.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers.SupportedDatabasesSettingName">
            <summary>The "Rules.ItemEventHandlers.SupportedDatabases" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers.RunDuringPublishingSettingName">
            <summary>The "Rules.ItemEventHandlers.RunDuringPublishing" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers.#ctor(Sitecore.Configuration.KnownSettings.RulesSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers"/> struct.
            </summary>
            <param name="rulesSettings">The <see cref="T:Sitecore.Configuration.KnownSettings.RulesSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers.SupportedDatabaseNames">
            <summary>
            Gets the value indicating which databases should support rules invoked via item event handlers.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RulesSettings.ItemEventHandlers.RunDuringPublishing">
            <summary>
            Gets the value indicating whether to run rule item event handlers during publishing.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.RuntimeSettings">
            <summary>
            The runtime.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.RuntimeSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.RuntimeSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RuntimeSettings.EffectiveMaxRequestLengthBytes">
            <summary>
            Gets the maximum request length in bytes, adjusted to account for system data being transmitted. Defined as maxRequestLength attribute of httpRuntime.
            </summary>
            <value>The max request length bytes.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.RuntimeSettings.MaxRequestLength">
            <summary>
            Gets the maximum request length. Defined as maxRequestLength attribute of httpRuntime.
            </summary>
            <value>The length of the max request.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ScriptsSettings">
            <summary>
            Defines the scripts class.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ScriptsSettings.MaxCachedScriptsSettingName">
            <summary>The "Scripts.MaxCachedScripts" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ScriptsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ScriptsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ScriptsSettings.MaxCachedScripts">
            <summary>
            Gets the max cached scripts.
            </summary>
            <value>The max cached scripts.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.SearchSettings">
            <summary>
            Settings for search results in Sitecore Client
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SearchSettings.InstantSearchMaxResultsSettingName">
            <summary>The "Search.InstantSearch.MaxResults" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SearchSettings.MaxResultsSettingName">
            <summary>The "Search.MaxResults" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SearchSettings.ClassicSearchMaxResultsSettingName">
            <summary>The "Search.ClassicSearch.MaxResults" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SearchSettings.ContentTreeSearchMaxResultsSettingName">
            <summary>The "Search.ContentTreeSearch.MaxResults" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SearchSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.SearchSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SearchSettings.InstantSearchMaxResults">
            <summary>
            Maximum number of results that can be returned by instant search
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SearchSettings.ClassicSearchMaxResults">
            <summary>
            Maximum number of results that can be returned by classic search
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SearchSettings.ContentTreeSearchMaxResults">
            <summary>
            Maximum number of results that can be returned by content tree search
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SearchSettings.SearchMaxResults">
            <summary>
            Gets the max number of the search results..
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.SerializationSettings">
            <summary> Serialization settings </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.InvalidFileNameCharsSettingName">
            <summary>The "Serialization.InvalidFileNameChars" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.SerializationFolderPathMaxLengthSettingName">
            <summary>The "Serialization.SerializationFolderPathMaxLength" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.SerializationTypeSettingName">
            <summary>The "SerializationType" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.SerializationFolderSettingName">
            <summary>The "SerializationFolder" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.MaxItemNameLengthBeforeTruncationName">
            <summary>The "Serialization.MaxItemNameLengthBeforeTruncation" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SerializationSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary> Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.SerializationSettings"/> struct. </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.InvalidFileNameChars">
            <summary> Gets the symbols to replace in item names. </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.SerializationFolderPathMaxLength">
            <summary> Gets the max length of the path to data/serialization folder. </summary>
            <value> The max length of the path to serialization folder. </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.SerializationFolder">
            <summary> Gets the serialization folder. </summary>
            <value>The serialization folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.SerializationType">
            <summary>Gets the type of the serialization.</summary>
            <value>The type of the serialization.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.MaxItemNameLengthBeforeTruncation">
            <summary>Gets the max item name length before truncation.</summary>
            <value>The max item name length before truncation.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.SecuritySettings">
            <summary> Serialization security settings instance </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.SerializationSettings.Security">
            <summary> Serialization security settings </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary> Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.SerializationSettings"/> struct. </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.RemoveOrphansSettingName">
            <summary>The "Serialization.Security.RemoveOrphans" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.DefaultPasswordSettingName">
            <summary>The "Serialization.Security.DefaultPassword" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.MinPasswordLengthSettingName">
            <summary>The "Serialization.Security.MinPasswordLength" setting name.</summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.RemoveOrphansSetting">
            <summary> Remove orphans setting </summary>
            <value>Remove or not orphans item</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.DefaultPassword">
            <summary> Default password setting </summary>
            <value>Default password for newly added use</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.SerializationSettings.Security.MinPasswordLength">
            <summary> Minimal password length setting </summary>
            <value>Minimal password length</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.SettingsExtensions">
            <summary>
            Extension methods for the <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance to quickly access the known settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Authentication(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The authentication settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.BulkInsertContext(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Incapsulate settings specific to BulkUpdateContext.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.BulkUpdateContext(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Incapsulate settings specific to BulkUpdateContext.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Authorization(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The authorization.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Caching(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The caching settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.CacheKeyIndexing(Sitecore.Configuration.KnownSettings.CachingSettings)">
            <summary>
            Settings for extended cache keys storage.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.StandardValues(Sitecore.Configuration.KnownSettings.CachingSettings)">
            <summary>
            Caching.StandardValues settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.LanguageFallbackFieldValues(Sitecore.Configuration.KnownSettings.CachingSettings)">
            <summary>
            Caching.LanguageFallbackFieldValues settings
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.ClientFeeds(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines the client feeds class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.ItemSerialization(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Item serialization settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.ContentEditor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines Content Editor options.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Core(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The core platform settings defined in Sitecore configuration files.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Counters(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The counters settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.EventQueue(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The settings for event queues.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Feeds(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The feeds.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.LanguageFallback(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Language fallback settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.HtmlEditor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The html editor.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Icons(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines the icons class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Install(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Settings for Install namespace
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.ItemCloning(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines settings for Item Cloning functionality
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Interning(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Define settings for Interning functionality to reduce both number of objects, and RAM consumed.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.ItemResolving(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Contains settings for resolving items by paths.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Jobs(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines the jobs class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Languages(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The languages.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.LinkDatabase(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Encapsulates all link database settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Links(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The links.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Login(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The login.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Media(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The media.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Resizing(Sitecore.Configuration.KnownSettings.MediaSettings)">
            <summary>
             Resizing options
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.RequestProtection(Sitecore.Configuration.KnownSettings.MediaSettings)">
            <summary>
            RequestProtection options.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.MediaResponse(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The media response.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Performance(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The performance.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.PipelinesProfiling(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines settings for pipelines profiling functionality.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Preview(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The preview settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Profiling(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines profile options.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Publishing(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The publishing settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Recovery(Sitecore.Configuration.KnownSettings.PublishingSettings)">
            <summary>
            Settings controlling publish recovery.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Query(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The query settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Rendering(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The rendering settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.RequestErrors(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Settings controlling behaviour when a request error condition occurs.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Roles(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The roles.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Rules(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines the rule sets class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.ItemEventHandlers(Sitecore.Configuration.KnownSettings.RulesSettings)">
            <summary>
             Settings specific to the rules invoked via item event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Runtime(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The runtime.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Search(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Settings for search results in Sitecore Client
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Scripts(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines the scripts class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Serialization(Sitecore.Abstractions.BaseSettings)">
            <summary>
             Serialization settings
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Statistics(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The statistics settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Tasks(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Defines the tasks class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Templates(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The templates settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Trace(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The trace settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.UI(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The UI settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Upload(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The upload.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Validators(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The validators.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.WebEdit(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The web edit.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.WordOCX(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Settings for WordOCX
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.Workbox(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Settings for the Workbox
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.WorldLingo(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The world lingo.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.SettingsExtensions.XmlControls(Sitecore.Abstractions.BaseSettings)">
            <summary>
            The xml controls.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.StatisticsSettings">
            <summary>
            The statistics.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.StatisticsSettings.CollectRenderingDataSettingName">
            <summary>The "Statistics.CollectRenderingData" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.StatisticsSettings.CleanupRenderingStatisticsIntervalSettingName">
            <summary>The "Statistics.CleanupRenderingStatisticsInterval" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.StatisticsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.StatisticsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.StatisticsSettings.CollectRenderingData">
            <summary>
            Gets a value indicating whether renderings statistics should be collected.
            </summary>
            <value><c>true</c> if renderings statistics should be collected; <c>false</c> otherwise.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.StatisticsSettings.CleanupRenderingStatisticsInterval">
            <summary>
            Gets the cleanup rendering statistics interval.
            <para>Default value: 6 hours.</para>
            </summary>
            <value>
            The cleanup rendering statistics interval.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.TasksSettings">
            <summary>
            Defines the tasks class.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.TasksSettings.EmailReminderSubjectSettingName">
            <summary>The "Tasks.EmailReminderSubject" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.TasksSettings.EmailReminderTextSettingName">
            <summary>The "Tasks.EmailReminderText" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.TasksSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.TasksSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.TasksSettings.EmailReminderSubject">
            <summary>
            Gets the subject to use for email reminders.
            </summary>
            <value>The subject text.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.TasksSettings.EmailReminderText">
            <summary>
            Gets the leading text to use for email reminders. Custom text will be appended.
            </summary>
            <value>The reminder text.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.TemplatesSettings">
            <summary>
            The templates.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.TemplatesSettings.MaxInheritanceDepthSettingName">
            <summary>The "Templates.MaxInheritanceDepth" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.TemplatesSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.TemplatesSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.TemplatesSettings.MaxInheritanceDepth">
            <summary>
            Gets the max inheritance depth.
            </summary>
            <value>The max inheritance depth.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.TraceSettings">
            <summary>
            The trace.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.TraceSettings.XslFileSettingName">
            <summary>The "Trace.XslFile" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.TraceSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.TraceSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.TraceSettings.FormattingXslFile">
            <summary>
            Gets the formatting XSL file.
            </summary>
            <value>The formatting XSL file.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.UISettings">
            <summary>
            The UI.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.UISettings.CalendarTimeOfDaySettingName">
            <summary>The "UI.CalendarTimeOfDay" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.UISettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.UISettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.UISettings.CalendarTimeOfDay">
            <summary>
            Gets the default time of day.
            </summary>
            <remarks>
            Defines the default time of day when the user user the calendar
            drop down to select a day. The drop down does not allow the
            user to set the time of day.
            </remarks>
            <value>The default time of day.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.UploadSettings">
            <summary>
            The upload.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.UploadSettings.ClassicSettingName">
            <summary>The "Upload.Classic" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.UploadSettings.SimpleUploadOverwritingSettingName">
            <summary>The "Upload.SimpleUploadOverwriting" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.UploadSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.UploadSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.UploadSettings.Classic">
            <summary>
            Gets a value indicating whether uploading runs in classic (no flash) mode.
            </summary>
            <value>
             <c>true</c> Indicates if uploading runs in classic (no flash) mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.UploadSettings.SimpleUploadOverwriting">
            <summary>
            Gets a value indicating whether the simple Upload dialog has overwriting on.
            </summary>
            <value>
             <c>true</c> if the simple Upload dialog has overwriting on; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.ValidatorsSettings">
            <summary>
            The validators.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ValidatorsSettings.AutomaticUpdateSettingName">
            <summary>The "Validators.AutomaticUpdate" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ValidatorsSettings.BlockingExpirySettingName">
            <summary>The "Validators.BlockingExpiry" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ValidatorsSettings.BlockingSleepSettingName">
            <summary>The "Validators.BlockingSleep" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ValidatorsSettings.ExpirySettingName">
            <summary>The "Validators.Expiry" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ValidatorsSettings.UpdateDelaySettingName">
            <summary>The "Validators.UpdateDelay" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.ValidatorsSettings.UpdateFrequencySettingName">
            <summary>The "Validators.UpdateFrequency" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.ValidatorsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.ValidatorsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ValidatorsSettings.AutomaticUpdate">
            <summary>
            Gets a value indicating whether validators are automatically run in the content editor.
            </summary>
            <remarks>
            Setting this to 0 disables automatic updates.
            </remarks>
            <value>
             <c>true</c> if validators are automatically run in the content editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ValidatorsSettings.BlockingExpiry">
            <summary>
            Gets the blocking expiry.
            </summary>
            <value>The blocking expiry.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ValidatorsSettings.BlockingSleep">
            <summary>
            Gets the blocking sleep.
            </summary>
            <value>The blocking sleep.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ValidatorsSettings.Expiry">
            <summary>
            Gets the expiry.
            </summary>
            <value>The expiry.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ValidatorsSettings.UpdateDelay">
            <summary>
            Gets the update delay.
            </summary>
            <value>The update delay.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.ValidatorsSettings.UpdateFrequency">
            <summary>
            Gets the update frequency.
            </summary>
            <value>The update frequency.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.WebEditSettings">
            <summary>
            The web edit.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.BundledJSFilesPathSettingName">
            <summary>The "WebEdit.BundledJSFilesPath" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.JQueryUIStylesheetSettingName">
            <summary>The "WebEdit.JQueryUIStylesheet" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.ContentEditorStylesheetSettingName">
            <summary>The "WebEdit.ContentEditorStylesheet" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.DefaultButtonPathSettingName">
            <summary>The "WebEdit.DefaultButtonPath" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.DisableAnimationsSettingName">
            <summary>The "WebEdit.DisableAnimations" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.EnableJSBundlingSettingName">
            <summary>The "WebEdit.EnableJSBundling" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.PlaceholdersEditableWithoutSettingsSettingName">
            <summary>The "WebEdit.PlaceholdersEditableWithoutSettings" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.ShowNumberOfLockedItemsOnButtonSettingName">
            <summary>The "WebEdit.ShowNumberOfLockedItemsOnButton" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.SimulatedCommandExecutionLatencySettingName">
            <summary>The "WebEdit.SimulatedCommandExecutionLatency" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.PageDailyVisitsCalculationPeriodSettingName">
            <summary>The "WebEdit.PageDailyVisitsCalculationPeriod" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.UsePopupContentEditorSettingName">
            <summary>The "WebEdit.UsePopupContentEditor" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WebEditSettings.EnableValidationSettingName">
            <summary>The "WebEdit.EnableValidation" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.WebEditSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.WebEditSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.BundledJSFilesPath">
            <summary>
            Gets the path where bundled JavaScript files are stored
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.ContentEditorStyle">
            <summary>
            Gets the content editor IFrame CSS style.
            </summary>
            <value>The content editor IFrame CSS style.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.JQueryUIStylesheet">
            <summary>
            Gets the jQuery UI stylesheet.
            </summary>
            <value>The jQuery UI stylesheet.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.ContentEditorStylesheet">
            <summary>
            Gets the content editor stylesheet.
            </summary>
            <value>The content editor stylesheet.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.DefaultButtonPath">
            <summary>
            Gets the default button path.
            </summary>
            <value>The default button path.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.DisableAnimations">
            <summary>
            Gets a value indicating whether animations should be disabled in Page Editor.
            </summary>
            <value><c>true</c> if [disable animations]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.EnableJSBundling">
            <summary>
            Gets a value indicating whether web edit specific JavaScript files should be bundled into one file.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.PlaceholdersEditableWithoutSettings">
            <summary>
            Gets a value indicating whether placeholders should be editable in the Page Editor if placeholder settings are not specified.
            </summary>
            <value>
                <c>true</c> if [are placeholders editable without settings]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.ShowNumberOfLockedItemsOnButton">
            <summary>
            Gets a value indicating whether [show number of locked items on button].
            </summary>
            <value>
             <c>true</c> if [show number of locked items on button]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.SimulatedCommandExecutionLatency">
            <summary>
            Gets the value(ms) of simulated command execution latency.
            </summary>
            <value>The simulated command execution latency.</value>
            <remarks> For testing purposes only</remarks>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.PageDailyVisitsCalculationPeriod">
            <summary>
            Gets the time period during which the average daily visits value is calculated.
            </summary>
            <value>The page daily visits calculation period.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.UsePopupContentEditor">
            <summary>
            Gets a value indicating whether WebEdit uses the popup content editor.
            </summary>
            <value>
             <c>true</c> if the WebEdit uses the popup content editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WebEditSettings.ValidationEnabled">
            <summary>
            Gets a value indicating whether [validation enabled].
            </summary>
            <value><c>true</c> if [validation enabled]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.WordOCXSettings">
            <summary>
            Settings for WordOCX
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WordOCXSettings.WebEditingHeightSettingName">
            <summary>The "WordOCX.WebEditing.Height" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WordOCXSettings.WebEditingWidthSettingName">
            <summary>The "WordOCX.WebEditing.Width" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WordOCXSettings.InlineEditingPaddingSettingName">
            <summary>The "WordField.InlineEditing.Padding" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.WordOCXSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.WordOCXSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WordOCXSettings.WebEditingHeight">
            <summary>
            Gets the height.
            </summary>
            <value>The height.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WordOCXSettings.WebEditingWidth">
            <summary>
            Gets the width.
            </summary>
            <value>The width.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WordOCXSettings.InlineEditingPadding">
            <summary>
            Gets the padding.
            </summary>
            <value>The padding.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.WorkboxSettings">
            <summary>
            Settings for the Workbox
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorkboxSettings.ItemThresholdSettingName">
            <summary>The "Workbox.StateCommandFiltering.ItemThreshold" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorkboxSettings.SingleCommentForBulkOperationSettingName">
            <summary>The "Workbox.SingleCommentForBulkOperation" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorkboxSettings.ThresholdSettingName">
            <summary>The "Workbox.SingleWorkflowStateVersionLoad.Threshold" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorkboxSettings.ShowEmptyWorkflowStateSettingName">
            <summary>The "Workbox.ShowEmptyWorkflowState" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.WorkboxSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.WorkboxSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorkboxSettings.StateCommandFilteringItemThreshold">
            <summary>
            Gets the maximum number of items allowed in a single workflow state for command filtering.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorkboxSettings.WorkBoxSingleCommentForBulkOperation">
            <summary>
            Gets whether to display single comment editor for bulk operation.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorkboxSettings.SingleWorkflowStateVersionLoadThreshold">
            <summary>
            Gets the maximum number of versions to load for single workflow state.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorkboxSettings.ShowEmptyWorkflowState">
            <summary>
            Gets whether to display none workflow state in the workbox.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.WorldLingoSettings">
            <summary>
            The world lingo.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorldLingoSettings.EnabledSettingName">
            <summary>The "WorldLingo.Enabled" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorldLingoSettings.PasswordSettingName">
            <summary>The "WorldLingo.Password" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.WorldLingoSettings.UrlSettingName">
            <summary>The "WorldLingo.Url" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.WorldLingoSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.WorldLingoSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorldLingoSettings.Enabled">
            <summary>
            Gets a value indicating whether WorldLingo is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorldLingoSettings.Password">
            <summary>
            Gets the password.
            </summary>
            <value>The password.</value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.WorldLingoSettings.Url">
            <summary>
            Gets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="T:Sitecore.Configuration.KnownSettings.XmlControlsSettings">
            <summary>
            The xml controls.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.XmlControlsSettings.ThrowExceptionSettingName">
            <summary>The "XmlControls.ThrowException" setting name.</summary>
        </member>
        <member name="F:Sitecore.Configuration.KnownSettings.XmlControlsSettings.OutputDebugFilesSettingName">
            <summary>The "XmlControls.OutputDebugFiles" setting name.</summary>
        </member>
        <member name="M:Sitecore.Configuration.KnownSettings.XmlControlsSettings.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.KnownSettings.XmlControlsSettings"/> struct.
            </summary>
            <param name="settings">The <see cref="T:Sitecore.Abstractions.BaseSettings"/> instance.</param>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.XmlControlsSettings.ThrowException">
            <summary>
            Gets a value indicating whether parsing XmlControls can throw an exception.
            </summary>
            <value>
             <c>true</c> if parsing XmlControls can throw an exception; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.KnownSettings.XmlControlsSettings.OutputDebugFiles">
            <summary>
             Gets a value indicating whether the code for compiled XmlControls will be saved as *.cs files in to debug folders.
            </summary>
            <value>
              <c>true</c> if the code for compiled XMLControls should be saved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.DefaultConfigurationLayer">
            <summary>
            Default implementation of IConfigurationLayer.
            </summary>
            <seealso cref="T:Sitecore.Configuration.IConfigurationLayer" />
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayer.fileSystemHelper">
            <summary>
            The file system helper.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayer.loadOrder">
            <summary>
            The load order.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.DefaultConfigurationLayer"/> class.
            </summary>
            <param name="name">The layer name.</param>
            <param name="includeFolder">The path to an include folder.</param>
        </member>
        <member name="T:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryType">
            <summary>
            Defines configuration unit types.
            </summary>
            <example>Folder or File.</example>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryType.Folder">
            <summary>
            The folder type.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryType.File">
            <summary>
            The file type.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.Name">
            <summary>
            Gets the configuration layer name.
            </summary>
            <value>
            The configuration layer name.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.LoadOrder">
            <summary>
            Gets the load order.
            </summary>
            <value>
            The load order.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.IncludeFolder">
            <summary>
            Gets the include folder.
            </summary>
            <value>
            The include folder.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.Enabled">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Configuration.DefaultConfigurationLayer"/> is enabled.
            </summary>
            <value>
              <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.FileHelper">
            <summary>
            Gets the file helper.
            </summary>
            <value>
            The file helper.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.GetConfigurationFiles">
            <summary>
            Gets the configuration files.
            </summary>
            <returns>A collection of paths of configuration files registered on the current configuration layer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.ScanFolderRecursively(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.ISet{System.String},System.Boolean)">
            <summary>
            Scans recursively the folder for configuration files.
            </summary>
            <param name="folder">The folder.</param>
            <param name="configFiles">The configuration files.</param>
            <param name="processedFiles">The processed files.</param>
            <param name="addToResultList">if set to <c>true</c> [add to result list].</param>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">
            </exception>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">Could not load configuration file or folder.</exception>
        </member>
        <member name="T:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo">
            <summary>
            Encapsulates information of a configuration unit in load order of a configuration layer.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo._enabled">
            <summary>
            Keeps the information whether the entry is enabled and should be considered for scanning.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.hashCode">
            <summary>
            The hash code.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>
            The path to a file or a folder.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>
            The type, whether it is a file or a folder.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.Enabled">
            <summary>
            Gets or sets a value indicating whether the rule defined by this <see cref="T:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo"/> is enabled.
            </summary>
            <value>
              <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.op_Equality(Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo,Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="left">The left operand.</param>
            <param name="right">The right operand.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.op_Inequality(Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo,Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="left">The left operand.</param>
            <param name="right">The right operand.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.Equals(Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo)">
            <summary>
            Indicates whether this instance and a specified object are equal.
            </summary>
            <returns>
            <c>true</c> if <paramref name="other"/> and this instance are the same type and represent the same value; otherwise, <c>false</c>.
            </returns>
            <param name="other">
            The other.
            </param>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.Equals(System.Object)">
            <summary>Indicates whether this instance and a specified object are equal.</summary>
            <returns>true if <paramref name="obj" /> and this instance are the same type and represent the same value; otherwise, false. </returns>
            <param name="obj">The object to compare with the current instance. </param>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryInfo.GetHashCode">
            <summary>Returns the hash code for this instance.</summary>
            <returns>A 32-bit signed integer that is the hash code for this instance.</returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Configuration.DefaultConfigurationLayerProvider">
            <summary>
            Defines the DefaultConfigurationLayerProvider type.
            </summary>
            <seealso cref="T:Sitecore.Configuration.IConfigurationLayerProvider" />
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayerProvider.SitecoreLayerName">
            <summary>
            The sitecore layer name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayerProvider.ModulesLayerName">
            <summary>
            The modules layer name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayerProvider.CustomLayerName">
            <summary>
            The custom layer name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayerProvider.EnvironmentLayerName">
            <summary>
            The environment layer name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.DefaultConfigurationLayerProvider.layers">
            <summary>
            The configuration layers.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayerProvider.CreateDefaultInstance">
            <summary>
            Creates a default pre-configured instance.
            </summary>
            <returns>A default pre-configured instance.</returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayerProvider.GetLayers">
            <summary>
            Gets the configuration layers supported on this instance.
            </summary>
            <returns>
            A collection of configuration layers.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.DefaultConfigurationLayerProvider.AddLayer(Sitecore.Configuration.DefaultConfigurationLayer)">
            <summary>
            Adds the layer.
            </summary>
            <param name="layer">The layer.</param>
        </member>
        <member name="T:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions">
            <summary>
            Extension methods for IConfigurationLayer interface.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.AppendFolderRule(Sitecore.Configuration.IConfigurationLayer,System.String)">
            <summary>
            Appends the folder with the specified name to the load order.
            </summary>
            <param name="layer">The configuration layer.</param>
            <param name="folderName">Name of the folder to append.</param>
            <returns><c>true</c> when specified entry is appended. <c>false</c> if load order either cannot be modified or already contains specified load order.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.AppendFileRule(Sitecore.Configuration.IConfigurationLayer,System.String)">
            <summary>
            Appends the file with the specified name to the load order.
            </summary>
            <param name="layer">The configuration layer.</param>
            <param name="fileName">Name of the file to append.</param>
            <returns><c>true</c> when specified entry is appended. <c>false</c> if load order either cannot be modified or already contains specified load order.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.AppendLoadOrderRule(Sitecore.Configuration.IConfigurationLayer,System.String,Sitecore.Configuration.DefaultConfigurationLayer.ConfigEntryType)">
            <summary>
            Appends the load order rule.
            </summary>
            <param name="layer">The configuration layer.</param>
            <param name="path">The path to the folder or file that should have a special order.</param>
            <param name="type">The type of the entry.</param>
            <returns><c>true</c> when specified entry is appended. <c>false</c> if load order either cannot be modified or already contains specified load order.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.GetLoadOrderRules(Sitecore.Configuration.IConfigurationLayer)">
            <summary>
            Gets the load order rules.
            </summary>
            <param name="layer">The layer.</param>
            <returns>The readonly load order rules.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.IsEnabled(Sitecore.Configuration.IConfigurationLayer)">
            <summary>
            Determines whether this instance is enabled.
            </summary>
            <param name="layer">The layer.</param>
            <returns><c>true</c> is current layer is enabled.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.DisableLayer(Sitecore.Configuration.IConfigurationLayer)">
            <summary>
            Disables the layer.
            </summary>
            <param name="layer">The layer.</param>
            <returns><c>true</c> if operation succeeded.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.EnableLayer(Sitecore.Configuration.IConfigurationLayer)">
            <summary>
            Enables the layer.
            </summary>
            <param name="layer">The layer.</param>
            <returns><c>true</c> if operation succeeded.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerExtensions.ConvertToKnownImplementation(Sitecore.Configuration.IConfigurationLayer)">
            <summary>
            Converts the given interface to a known implementation for further processing.
            </summary>
            <param name="layer">The layer.</param>
            <returns>
            The implementation converted to the known type.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerProviderExtensions">
            <summary>
            Extension methods for IConfigurationLayerProvider.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerProviderExtensions.SitecoreLayer(Sitecore.Configuration.IConfigurationLayerProvider)">
            <summary>
            Returns Sitecore layer.
            </summary>
            <param name="provider">The provider.</param>
            <returns>The Sitecore layer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerProviderExtensions.ModulesLayer(Sitecore.Configuration.IConfigurationLayerProvider)">
            <summary>
            Returns Modules layer.
            </summary>
            <param name="provider">The provider.</param>
            <returns>The Modules layer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerProviderExtensions.CustomLayer(Sitecore.Configuration.IConfigurationLayerProvider)">
            <summary>
            Returns Custom layer.
            </summary>
            <param name="provider">The provider.</param>
            <returns>The Custom layer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerProviderExtensions.EnvironmentLayer(Sitecore.Configuration.IConfigurationLayerProvider)">
            <summary>
            Returns Environment layer.
            </summary>
            <param name="provider">The provider.</param>
            <returns>The Environment layer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Layering.Extensions.ConfigurationLayerProviderExtensions.GetLayerByName(Sitecore.Configuration.IConfigurationLayerProvider,System.String)">
            <summary>
            Gets the layer with the specified name.
            </summary>
            <param name="provider">The provider.</param>
            <param name="layerName">Name of the layer.</param>
            <returns>The layer with the specified name.</returns>
        </member>
        <member name="T:Sitecore.Configuration.IConfigurationLayer">
            <summary>
            Interface to describe a configuration layer.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.IConfigurationLayer.Name">
            <summary>
            Gets the configuration layer name.
            </summary>
            <value>
            The configuration layer name.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.IConfigurationLayer.GetConfigurationFiles">
            <summary>
            Gets the configuration files.
            </summary>
            <returns>A collection of paths of configuration files registered on the current configuration layer.</returns>
        </member>
        <member name="T:Sitecore.Configuration.IConfigurationLayerProvider">
            <summary>
            Interface to describe functionality of configuration layering.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.IConfigurationLayerProvider.GetLayers">
            <summary>
            Gets the configuration layers supported on this instance.
            </summary>
            <returns>A collection of configuration layers.</returns>
        </member>
        <member name="T:Sitecore.Configuration.LayeredConfigurationFiles">
            <summary>
            Aggregates configuration file layering.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.LayeredConfigurationFiles.DefaultLayersConfigurationPath">
            <summary>
            The default layers relative configuration path
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.LayeredConfigurationFiles.providers">
            <summary>
            The providers.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationFiles.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.LayeredConfigurationFiles"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationFiles.#ctor(System.Collections.Generic.IReadOnlyCollection{Sitecore.Configuration.IConfigurationLayerProvider})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.LayeredConfigurationFiles"/> class.
            </summary>
            <param name="providers">The providers.</param>
        </member>
        <member name="P:Sitecore.Configuration.LayeredConfigurationFiles.ConfigurationLayerProviders">
            <summary>
            Gets the configuration layer providers.
            </summary>
            <value>
            The configuration layer providers.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationFiles.GetEnumerator">
            <summary>Returns an enumerator that iterates through the collection.</summary>
            <returns>A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.</returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationFiles.System#Collections#IEnumerable#GetEnumerator">
            <summary>Returns an enumerator that iterates through a collection.</summary>
            <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationFiles.GetDefaultConfigurationLayerProvider">
            <summary>
            Gets the default configuration layer provider.
            </summary>
            <returns><see cref="T:Sitecore.Configuration.IConfigurationLayerProvider"/> from configuration file.</returns>
        </member>
        <member name="T:Sitecore.Configuration.LayeredConfigurationProviderSerializer">
            <summary>
            Defines a custom serializer to read/write configuration for <see cref="T:Sitecore.Configuration.DefaultConfigurationLayerProvider"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationProviderSerializer.Deserialize(System.IO.Stream)">
            <summary>
            Deserializes the specified configuration file stream into an instance of <see cref="T:Sitecore.Configuration.IConfigurationLayerProvider"/>.
            </summary>
            <remarks>Creates <see cref="T:Sitecore.Configuration.DefaultConfigurationLayerProvider"/> instance.</remarks>
            <param name="configStream">The configuration stream that contains XML data.</param>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">Configuration is invalid.</exception>
            <returns>A deserialized instance of <see cref="T:Sitecore.Configuration.IConfigurationLayerProvider"/>, if deserialization was successful; otherwise, a <see cref="T:Sitecore.Exceptions.ConfigurationException"/> will be thrown.</returns>
        </member>
        <member name="M:Sitecore.Configuration.LayeredConfigurationProviderSerializer.Serialize(Sitecore.Configuration.IConfigurationLayerProvider,System.IO.Stream)">
            <summary>
            Serializes the specified instance of <see cref="T:Sitecore.Configuration.IConfigurationLayerProvider"/> provider into the stream.
            The <paramref name="provider"/> must be of type <see cref="T:Sitecore.Configuration.DefaultConfigurationLayerProvider"/>.
            </summary>
            <param name="provider">The provider to serialize.</param>
            <param name="stream">The stream to serialize to.</param>
            <exception cref="T:Sitecore.Exceptions.InvalidTypeException">The provider must be of DefaultConfigurationLayerProvider type.</exception>
        </member>
        <member name="T:Sitecore.Configuration.LegacyConfigurationLayerProvider">
            <summary>
            Implements legacy behavior of reading configuration.
            </summary>
            <seealso cref="T:Sitecore.Configuration.IConfigurationLayerProvider" />
        </member>
        <member name="M:Sitecore.Configuration.LegacyConfigurationLayerProvider.GetLayers">
            <summary>
            Gets the configuration layers supported on this instance.
            </summary>
            <returns>A collection of configuration layers.</returns>
        </member>
        <member name="M:Sitecore.Configuration.LegacyConfigurationLayerProvider.GetConfigurationLayer(System.String,System.String)">
            <summary>
            Gets the configuration layer.
            </summary>
            <param name="layerName">Name of the layer.</param>
            <param name="folderPath">The folder path.</param>
            <returns>An instance of <see cref="T:Sitecore.Configuration.IConfigurationLayer"/>.</returns>
        </member>
        <member name="T:Sitecore.Configuration.ObjectList">
            <summary>
            Represents an object list.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ObjectList.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ObjectList"/> class.
            </summary>
            <param name="addMethod">The add method.</param>
        </member>
        <member name="P:Sitecore.Configuration.ObjectList.AddMethod">
            <summary>
            Gets the add method.
            </summary>
            <value>The add method.</value>
        </member>
        <member name="P:Sitecore.Configuration.ObjectList.List">
            <summary>
            Gets the list.
            </summary>
            <value>The list.</value>
        </member>
        <member name="M:Sitecore.Configuration.ObjectList.Add(System.String,System.Object)">
            <summary>
            Adds the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Configuration.ProviderHelper`2">
            <summary>
            ManagerData class
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.ProviderHelper`2.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.ProviderHelper`2"/> class.
            </summary>
            <param name="configPath">The config path.</param>
        </member>
        <member name="M:Sitecore.Configuration.ProviderHelper`2.GetRootAttribute(System.String)">
            <summary>
            Gets the root attribute.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Configuration.ProviderHelper`2.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.Configuration.ProviderHelper`2.Providers">
            <summary>
            Gets all provider.
            </summary>
            <value>The providers.</value>
        </member>
        <member name="M:Sitecore.Configuration.ProviderHelper`2.ReadProviders">
            <summary>
            Reads the providers from configuration.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.ProviderHelper`2.DefaultProvider">
            <summary>
            Sets the default provider.
            </summary>
            <value>The default provider.</value>
        </member>
        <member name="T:Sitecore.Configuration.Providers.ProviderCollectionBase`1">
            <summary>
            ProviderCollectionBase class
            </summary>
            <typeparam name="TProvider">
            Provider type.
            </typeparam>
        </member>
        <member name="P:Sitecore.Configuration.Providers.ProviderCollectionBase`1.Item(System.String)">
            <summary>
            Gets the provider with the specified provider name.
            </summary>
            <value>The provider.</value>
            <param name="providerName">The provider name.</param>
        </member>
        <member name="M:Sitecore.Configuration.Providers.ProviderCollectionBase`1.System#Collections#Generic#IEnumerable{TProvider}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.RuleBasedConfigReader">
            <summary>
            ConfigReader that can read configuration basing on Role attributes.
            </summary>
            <seealso cref="T:Sitecore.Configuration.ConfigReader" />
            <summary>
            ConfigReader that can read configuration basing on Role attributes.
            </summary>
            <seealso cref="T:Sitecore.Configuration.ConfigReader" />
        </member>
        <member name="T:Sitecore.Configuration.RuleBasedConfigReader.Builder">
            <summary>
            Defines <see cref="T:Sitecore.Configuration.RuleBasedConfigReader.Builder"/> class that creates instances of <see cref="T:Sitecore.Configuration.RuleBasedConfigReader"/>
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.Builder.builtInstance">
            <summary>
            The built instance.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.RuleBasedConfigReader.Builder.BuiltInstance">
            <summary>
            Gets or sets the built instance.
            </summary>
            <value>
            The built instance.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.Builder.SetRoles(System.String[])">
            <summary>
            Sets the roles for the configuration reader that being is built by this <see cref="T:Sitecore.Configuration.RuleBasedConfigReader.Builder"/> instance.
            </summary>
            <param name="roles">The roles.</param>
            <returns>This <see cref="T:Sitecore.Configuration.RuleBasedConfigReader.Builder"/> instance to have chained calls for convenience.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.Builder.SetIncludeFiles(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Sets the include files for the configuration reader that is being built by this <see cref="T:Sitecore.Configuration.RuleBasedConfigReader.Builder"/> instance.
            </summary>
            <param name="includeFiles">The include files.</param>
            <returns>This <see cref="T:Sitecore.Configuration.RuleBasedConfigReader.Builder"/> instance to have chained calls for convenience.</returns>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.RoleRulePrefixName">
            <summary>
            The role rule attribute name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.SearchProviderRulePrefixName">
            <summary>
            The search provider rule prefix name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.EnvironmentRulePrefixName">
            <summary>
            The environment rule prefix name.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.RuleDefineSuffix">
            <summary>
            The rule define suffix.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.RuleRequireSuffix">
            <summary>
            The rule define suffix.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedConfigReader.ruleDefinitions">
            <summary>
            The rule definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.RuleBasedConfigReader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.#ctor(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.RuleBasedConfigReader"/> class.
            </summary>
            <param name="includeFiles">The include files.</param>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.RuleBasedConfigReader" /> class.
            </summary>
            <param name="includeFiles">The include files.</param>
            <param name="ruleCollection">The rule collection.</param>
        </member>
        <member name="P:Sitecore.Configuration.RuleBasedConfigReader.Rules">
            <summary>
            Gets the configuration rules.
            </summary>
            <value>
            The configuration rules.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.RuleBasedConfigReader.ConfigurationRoles">
            <summary>
            Gets or sets the configuration roles.
            </summary>
            <value>
            The configuration roles.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.NormalizeKnownRules(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Normalizes the known rules.
            </summary>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.NormalizeSearchProvider(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Normalizes the search provider.
            </summary>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.NormalizeRoles(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Normalizes the roles.
            </summary>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.NormalizeEnvironment(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Normalizes the environment rules.
            </summary>
            <param name="rules">The rules.</param>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.ExtractReaderRules(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Processes the collection with various settings and extracts rule definitions.
            </summary>
            <param name="ruleCollection">The rule collection.</param>
            <returns>Dictionary with rules.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.ValidateRoleCombination(System.String[])">
            <summary>
            Validates the role combination.
            </summary>
            <param name="roles">The roles.</param>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.GetConfiguredRules(System.String)">
            <summary>
            Gets the configured rules.
            </summary>
            <param name="ruleDefinition">The rule definition.</param>
            <returns><see cref="T:string[]"/> with names of configured rules, if any; otherwise, an empty <see cref="T:string[]"/></returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.PreprocessConfiguredRoles(System.String[])">
            <summary>
            Processes the configured roles. Depending on list of processors, some roles might gone or expanded to additional roles.
            </summary>
            <param name="roles">The roles.</param>
            <returns>New list of defined roles.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.GetConfigPatcher(System.Xml.XmlNode)">
            <summary>
            Gets the configuration patcher.
            </summary>
            <param name="element">The xml node.</param>
            <returns>
            The configuration patcher.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.GetXmlPatchHelper">
            <summary>
            Gets the XML patch helper.
            </summary>
            <returns>The XML patch helper.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.System#Configuration#IConfigurationSectionHandler#Create(System.Object,System.Object,System.Xml.XmlNode)">
            <summary>
            Create config accessor.
            </summary>
            <param name="parent">The parent object.</param>
            <param name="configContext">Configuration context object.</param>
            <param name="section">The xml section.</param>
            <returns>The created section handler object.</returns>
        </member>
        <member name="T:Sitecore.Configuration.RuleBasedConfigReader.IRoleMapper">
            <summary>
            Allows to extend role mapping.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.IRoleMapper.GetRolesForRole(System.String)">
            <summary>
            Gets the additional roles for role.
            </summary>
            <param name="role">The role.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.RuleBasedConfigReader.PublishingRoleMapper">
            <summary>
            Expands publishing role.
            </summary>
            <seealso cref="T:Sitecore.Configuration.RuleBasedConfigReader.IRoleMapper" />
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.PublishingRoleMapper.GetRolesForRole(System.String)">
            <summary>
            Gets the additional roles for publishing role.
            </summary>
            <param name="role">The role.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.RuleBasedConfigReader.NumericRoleMapper">
            <summary>
            Expands numberred role to numbered role + non-numbered one.
            </summary>
            <seealso cref="T:Sitecore.Configuration.RuleBasedConfigReader.IRoleMapper" />
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedConfigReader.NumericRoleMapper.GetRolesForRole(System.String)">
            <summary>
            Gets the additional roles for role.
            </summary>
            <param name="role">The role.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.RuleBasedXmlPatchHelper">
            <summary>
            XmlPatchHelper that can apply patches basing on configured role.
            </summary>
            <seealso cref="T:Sitecore.Xml.Patch.XmlPatchHelper" />
        </member>
        <member name="F:Sitecore.Configuration.RuleBasedXmlPatchHelper.instanceRules">
            <summary>
            The roles used for the current instance.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.#ctor(System.Collections.Generic.Dictionary{System.String,System.String[]})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.RuleBasedXmlPatchHelper" /> class.
            </summary>
            <param name="rules">The rules.</param>
        </member>
        <member name="P:Sitecore.Configuration.RuleBasedXmlPatchHelper.InstanceRules">
            <summary>
            Gets the rules that should be applied to the current instance.
            </summary>
            <value>
            The instance rules.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.GetRuleNamespace(System.String)">
            <summary>
            Gets the rule namespace.
            </summary>
            <param name="ruleName">Name of the rule.</param>
            <returns>The rule namespace.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.GetAttributesToCopy(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Gets the attributes to be copied to a merged node.
            </summary>
            <param name="element">The xml element that represents the patch node.</param>
            <param name="ns">The Xml namespace.</param>
            <returns>Attributes to be copied to the merged node.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.ShouldPatchNode(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Identifies whether the specified patch can be applied to the specified target node.
            </summary>
            <param name="target">The target node.</param>
            <param name="patch">The Xml patch node.</param>
            <param name="ns">The Xml namespace.</param>
            <returns><c>true</c> in case the specified patch node can be applied to the specified target.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.NodeMatchesConfiguredRules(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Identifies whether the specified patch node patches the required \ configured rule.
            </summary>
            <param name="node">The Xml patch node.</param>
            <returns><c>true</c> in case the specified patch node is applicable to the current rule configuration.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.MatchesConfiguredRoles(System.String,System.String[])">
            <summary>
            Verified whether the Require role statement matches the configured roles.
            </summary>
            <param name="requiredRoleStatement">The required role statement.</param>
            <param name="rules">The rules.</param>
            <returns>
              <c>true</c> in case the Require role statement defined in patch node is applicable to the configured roles.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.GetTokenizer(System.String,System.String[])">
            <summary>
            Gets the boolean logic Tokenizer.
            </summary>
            <param name="requiredRoleStatement">The required role statement.</param>
            <param name="roles">The roles.</param>
            <returns>The boolean logic Tokenizer.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.ShouldProcessPatchNode(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Defines whether specified patch node should be processed and applied.
            </summary>
            <param name="patchNode">The patch node.</param>
            <returns><c>true</c> if the patch node should be applied.</returns>
        </member>
        <member name="M:Sitecore.Configuration.RuleBasedXmlPatchHelper.IsSpecificNamespace(Sitecore.Xml.Patch.IXmlNode,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Determines whether the specified node has specific namespace.
            </summary>
            <param name="node">The xml node.</param>
            <param name="patchNamespaces">The patch namespaces.</param>
            <returns>
              <c>true</c> is the specified node has specific namespace like patch, set, etc.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.Services.Heartbeat">
            <summary>
            Defines the heartbeat class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Services.Heartbeat.ExcludeConnection">
            <summary>
            Gets the exclude connection.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings">
            <summary>
            The Settings class encapsulates the web.config file and
            provides easy access to the values therein.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.SettingsInstance">
            <summary>
            Cross-cutting concern used system wide.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.settingsLock">
            <summary>
            The settings lock.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.configurationIsSet">
            <summary>
            The configuration is set.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AccountNameValidation">
            <summary>
            Gets the default account name validation.
            </summary>
            <value>The default account name validation.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AliasesActive">
            <summary>
            Gets a value indicating whether aliases are active.
            </summary>
            <value>
            True, if aliases are active, otherwise false. Default value: true.
            </value>
            <remarks>
              <para>When Sitecore renders a page, it first tries to determine the
            current item from the path on the query string. If the path does not
            match an item, it search the alias list for matching pages. An alias
            is a simple pointer to an item in Sitecore. If a match is found, that
            page is rendered.</para>
              <para>Aliases are configured in /sitecore/system/aliases.</para>
              <para>Aliases cause a small performance loss as the alias list
            has to be searched, if the page was not found.</para>
              <para>This setting controls if the alias list search or not.</para>
              <para>The name of the web.config setting is "AliasesActive".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AllowLogoutOfAllUsers">
            <summary>
            Gets a value indicating whether the logout screen presents all users or
            just users with the same name.
            </summary>
            <value>
            True, if all users are shown, otherwise false. Default value: false.
            </value>
            <remarks>
              <para>&gt;When a user logs in, Sitecore checks if the maximum number of
            users has been reached (as specified in the license). If so, the
            logout user web page is shown allowing the user to logout a
            existing session.</para>
              <para>This flags is the user is allowed to logout only sessions with
            the same name as the user, or all other sessions. For instance if
            the flag is false, the user "Andy" may only logout other sessions
            created by the user "Andy". If the flag is true, "Andy" can also logout
            sessions created by "Bob".</para>
              <para>The name of the web.config setting is "AllowLogoutOfAllUsers".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AppendQSToUrlRendering">
            <summary>
            Gets a value indicating whether main query strings are appended to URL renderings?
            </summary>
            <value>Default value: true.</value>
            <remarks>
            If true, query strings of the main page will be
            passed on the all URL renderings on the page.
            </remarks>
            <example>
            If a layout contains a URL rendering with the URL
            <c>http://www.google.com/search.</c>, and the layout is
            triggered by the URL <c>http://localhost/home.aspx?q=sitecore.</c>,
            the URL rendering will request the URL <c>http://www.google.com/search?q=sitecore.</c>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AutomaticDataBind">
            <summary>
            Gets a value indicating whether the DataBind function is called by the
            web engine.
            </summary>
            <value>
            True, if <see cref = "M:System.Web.UI.Control.DataBind"/>
            is called, otherwise false. Default value: false.
            </value>
            <remarks>
            This settings holds the default value for the
            <see cref = "P:Sitecore.Configuration.StateContext.DataBind"/> State variable.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AutomaticLockOnSave">
            <summary>
            Gets a value indicating whether the item is automatically locked on save.
            </summary>
            <value>
             <c>true</c> if the item is automatically locked on save; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AutomaticUnlockOnSaved">
            <summary>
            Gets a value indicating whether the item is automatically unlocked on saved.
            </summary>
            <value>
             <c>true</c> if the item is automatically unlocked on saved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.CheckSecurityOnLanguages">
            <summary>
            Gets a value indicating whether security on languages should be checked.
            </summary>
            <value>Default value: false.</value>
            <remarks>
              <para>If true, the security settings on individual languages
            will be checked.</para>
              <para>This allows the administrator to hide languages from
            individual users. For instance, security may be set that
            allows a user to read English and write German.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ClientLanguage">
            <summary>
            Gets the default client language.
            </summary>
            <value>Default value: "en"</value>
            <remarks>
              <para>Determines the language of the user interface in the
            Sitecore client.</para>
              <para>This setting will be ignored if a specific client
            language has been specified for the user (in the user settings).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.CustomErrorsMode">
            <summary>
            Gets the custom errors mode.
            </summary>
            <value>The custom errors mode.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ConfigurationIsSet">
            <summary>
            Gets a value indicating whether configuration is set.
            </summary>
            <value><c>true</c> if configuration is set; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DataFolder">
            <summary>
            Gets the path to the data folder.
            </summary>
            <value>Default value: "/data"</value>
            <remarks>
              <para>The data folder is the place where data, index, audit
            and log files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DataProviderTimeout">
            <summary>
            Gets the default timeout for data provider commands.
            </summary>
            <value>Default value: 3 minutes</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DebugBorderColor">
            <summary>
            Gets the color of debug borders.
            </summary>
            <value>Default value: "red"</value>
            <remarks>
            This is the CSS color value to use when drawing borders
            around elements on the Sitecore debug page (/sitecore/debug).
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DebugBorderTag">
            <summary>
            Gets the html tag to use for debug borders (usually span or div).
            </summary>
            <value>Default value: "span"</value>
            <remarks>
            This is the html tag to use when drawing borders
            around elements on the Sitecore debug page (/sitecore/debug).
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DebugEnabled">
            <summary>
            Gets a value indicating whether ASP.NET debugging is enabled.
            </summary>
            <value><c>true</c> if debug is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DebugFolder">
            <summary>
            Gets the path to the debug folder.
            </summary>
            <value>Default value: <see cref = "P:Sitecore.Configuration.Settings.DataFolder"/></value>
            <remarks>
              <para>The debug folder is the place where debug files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultBaseTemplate">
            <summary>
            Gets the GUID of the default base templates.
            </summary>
            <value>The default base template.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultDesktop">
            <summary>
            Gets the default desktop.
            </summary>
            <value>Default value: "/sitecore/client/desktops/standard/default.aspx"</value>
            <remarks>
            Gets the path of the aspx page that defines the
            default layout (frameset) of the Sitecore client.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultFontUrl">
            <summary>
            Gets the default font URL.
            </summary>
            <remarks>Local copy of platform fonts can be found in '/layouts/offline_fonts.css' file.</remarks>
            <value>
            The default font URL.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultIcon">
            <summary>
            Gets the path to the default icon for items in the
            Sitecore client.
            </summary>
            <value>Default value: "/sitecore/client/images/document.gif"</value>
            <remarks>
              <para>Gets the path of the default image file to show next
            to items in the tree view of the Sitecore client.</para>
              <para>The image shown can be overridden by filling out the
            Icon field on an item or its template.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultItem">
            <summary>
            Gets the default item for the Sitecore client.
            </summary>
            <value>Default value: "/home"</value>
            <remarks>
            This is the path to the item that will be the selected
            when starting the Sitecore client (unless overridden by user
            settings).
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultLanguage">
            <summary>
            Gets the default language for the web site.
            </summary>
            <value>Default value: "en"</value>
            <remarks>
              <para>This is the default language of all content on the
            web site.</para>
              <para>If multiple sites are specified using the &lt;sites&gt;
            section of web.config, the current URL will be matched against
            the sites specified in that section.</para>
              <para>If a match is found, the language of that site
            definition is used. Otherwise, the value of the 'DefaultLanguage'
            setting is used.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultLayoutFile">
            <summary>
            Gets the path to the layout file to use for items
            that do not specify a layout file themselves.
            </summary>
            <value>Default value: "/default.aspx"</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultPageName">
            <summary>
            Gets the name of the default ASPX page.
            </summary>
            <value>The name of the default page.</value>
            <remarks>Default value: default.aspx</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultPublishingTargets">
            <summary>
            Gets a pipe separated list of publishing group names.
            </summary>
            <value>Default value: "||"</value>
            <remarks>
            Groups in this list will be preselected in the
            Publish and Preview dialogs.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultRegionalIsoCode">
            <summary>
            Gets the default regional ISO code.
            </summary>
            <value>The default regional ISO code.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultShellControl">
            <summary>
            Gets the default shell control.
            </summary>
            <value>Default value: "Cyclops"</value>
            <remarks>
            This specifies the default XML control to use in /sitecore/shell/default.aspx,
            if none is specified.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultSortOrder">
            <summary>
            Gets the default value of the sort order attribute.
            </summary>
            <value>Default value: 0</value>
            <remarks>
            Sort order is used for displaying items in the
            Sitecore client and for API functions that returns sorted
            sets.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultSQLTimeout">
            <summary>
            Gets the default timeout for SQL commands.
            </summary>
            <value>Default value: 5 minutes</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultTheme">
            <summary>
            Gets the default Sitecore client theme.
            </summary>
            <value>Default value: "standard"</value>
            <remarks>
            A theme is a set of colors and fonts used in the
            Sitecore client (i.e. a 'skin').
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DefaultThumbnail">
            <summary>
            Gets the path to the default thumbnail for items in the
            Sitecore client.
            </summary>
            <value>Default value: "/sitecore/client/images/document.gif"</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DumpClientPageData">
            <summary>
            Gets a value indicating whether need to Dump ClientPage data.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.DisableBrowserCaching">
            <summary>
            Gets a value indicating whether browser caching of pages should be disabled.
            </summary>
            <value>Default value: true.</value>
            <remarks>
            If true, a HTTP header value disabling browser caching
            will be written to all outgoing pages.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EmailValidation">
            <summary>
            Gets a regular expression used for e-mail validation
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EnableEventQueues">
            <summary>
            Gets a value indicating whether Sitecore sends local events to the event queue, and whether the
            local instance handles events in the queue from remote instances.
            </summary>
            <value>
            <c>true</c> if Sitecore writes local events to the event queue and handles events in the queue from remote instances;
            otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EnableSiteConfigFiles">
            <summary>
            Gets a value that indicates whether the SiteResolver pipeline processor checks for the existence of a "site.config"
            file in the physical subdirectory corresponding to the requested URL.
            </summary>
            <value>
            <c>true</c> if the SiteResolver pipeline processor checks for the existence of a "site.config" file;
            otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EnableXslDocumentFunction">
            <summary>
            Gets a value indicating whether XSLT document() support should be enabled.
            </summary>
            <remarks>
              <para>If this is not enabled, it will be an error if the XSLT file contains 'document()' references.</para>
              <para>Document support can be set for individual XSLT files by using the <see cref = "P:Sitecore.Web.UI.WebControls.XslFile.EnableDocument"/> property.</para>
              <para>Default value: true.</para>
            </remarks>
            <value><c>true</c> if document() support is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EnableXslScripts">
            <summary>
            Gets a value indicating whether XSLT script support should be enabled.
            </summary>
            <remarks>
              <para>If script support is not enabled, it will be an error if the XSLT file contains script blocks.</para>
              <para>Script support can be set for individual XSLT files by using the <see cref = "P:Sitecore.Web.UI.WebControls.XslFile.EnableScript"/> property.</para>
              <para>Default value: false.</para>
            </remarks>
            <value><c>true</c> if script support is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ErrorPage">
            <summary>
            Gets the page to redirect to, if a generic error occurs.
            </summary>
            <value>Default value: "/sitecore/service/error.aspx"</value>
            <remarks>
            If an error occurs during processing of an incoming
            request, an error message will be shown using the page
            pointed to
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.FastPublishing">
            <summary>
            Gets a value indicating whether use fast publishing.
            </summary>
            <value>
             <c>true</c> if the fast publishing is used; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.FastQueryDescendantsDisabled">
            <summary>
            Gets a value indicating whether improve performance of item creation/moving/deletion.
            Setting this to 'true' will make fast query return incorrect results when selecting items using the Ancestors/Descendants axes.
            </summary>
            <value><c>true</c> if axes info are refreshed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.GenerateThumbnails">
            <summary>
            Gets a value indicating whether thumbnails of uploaded image files
            should be generated.
            </summary>
            <value>Default value: true.</value>
            <remarks>
              <para>If true, a thumbnail will be generated each time an
            image file is uploaded.</para>
              <para>The thumbnail will be stored in the <see cref = "P:Sitecore.Configuration.Settings.MediaFolder"/>.</para>
            </remarks>
            <seealso cref = "P:Sitecore.Configuration.Settings.ThumbnailWidth"/>
            <seealso cref = "P:Sitecore.Configuration.Settings.ThumbnailHeight"/>
        </member>
        <member name="P:Sitecore.Configuration.Settings.GridPageSize">
            <summary>
            Gets the number of rows in a UI grid.
            </summary>
            <value>The number of rows in a UI grid.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HashEncryptionProvider">
            <summary>
            Gets the hash encryption provider.
            </summary>
            <value>The hash encryption provider.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HealthMonitorInterval">
            <summary>
            Gets the health monitor interval.
            </summary>
            <value>The health monitor interval (default: 10 minutes).</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HeartbeatInterval">
            <summary>
            Gets the interval between heartbeats.
            </summary>
            <value>Default value: 00:00:05 (5 seconds)</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.IgnoreUrlPrefixes">
            <summary>
            Gets a pipe separated list of URL prefixes to ignore
            when mapping friendly URLs.
            </summary>
            <value>Default value: "/sitecore|/layouts/|/images/|/trace.axd"</value>
            <remarks>
              <para>Normally, URL requests coming in are mapped to an
            item and the request is redirected to the items layout page.</para>
              <para>For example, if the item <c>/home/news.</c> has the
            layout <c>/layouts/newslist.aspx.</c>, the URL
            <c>http://localhost/home/news.aspx.</c> will be redirected
            to <c>http://localhost/layouts/newslist.aspx?path=[id of the News item]</c>.</para>
              <para>To prevent this redirection to take place for physical aspx pages,
            their prefixes can be added to <see cref = "P:Sitecore.Configuration.Settings.IgnoreUrlPrefixes"/>.</para>
              <para>For example, if an aspx page called <c>/forms/registration.aspx.</c>
            existed, the prefix <c>/forms/</c> could be added to web.config to prevent
            requests for this page to be redirected.</para>
              <para>Elements must be lowercase and non-empty.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ImageTypes">
            <summary>
            Gets a pipe separated list of image file
            types (extensions).
            </summary>
            <value>Default value: "|gif|jpg|png|"</value>
            <remarks>
              <para>List of file extension that are to be considered
            images by the Sitecore system.</para>
              <para>Used for determining if thumbnails should be
            generated when uploading files.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView">
            <summary>
            Gets a value indicating whether to include <see cref = "T:Sitecore.Data.ID"/> human-understandable name into the debug view.
            </summary>
            <value>
            <c>true</c> if should show human-understandable name during debug otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.IndexFolder">
            <summary>
            Gets the index folder.
            </summary>
            <value>The index folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.InvalidItemNameChars">
            <summary>
            Gets the invalid item name chars.
            </summary>
            <value>The invalid item name chars.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemNameValidation">
            <summary>
            Gets the item name validation.
            </summary>
            <value>The item name validation.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemNameAllowMixingReplacementCharacters">
            <summary>
            Gets a value indicating whether user is allowed to create items with names containing the both parts 'find' and 'replaceWith' from 'encodeNameReplacements' section.
            </summary>
            <value>
            <c>true</c> if user is allowed to create such items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HostNameValidationPattern">
            <summary>
            Gets the host name validation.
            </summary>
            <value>
            The host name validation.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.AllowDuplicateItemNamesOnSameLevel">
            <summary>
            Gets a value indicating whether duplicate item name on same level in the content tree is allow.
            </summary>
            <value>
            value indicating whether duplicate item name on same level in the content tree is allow.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemNotFoundUrl">
            <summary>
            Gets the URL to redirect to, if an item being linked to is not found.
            </summary>
            <value>Default value: "/sitecore/service/notfound.aspx"</value>
            <remarks>
            If a dynamic link is made for a non-existing item on the
            web site, the request is redirected to the URL pointed to
            by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.KeepLockAfterSaveForAdminUsers">
            <summary>
            Gets a value indicating whether the item is kept locked after save in Page Editor for Administrator users.
            </summary>
            <value>
             <c>true</c> if the item is kept locked on saved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LayoutFolder">
            <summary>
            Gets the path to the layout file root folder.
            </summary>
            <value>Default value: "/layouts"</value>
            <remarks>
              <para>The layout folder is the place where layout files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LayoutNotFoundUrl">
            <summary>
            Gets the URL to redirect to, if an items layout is not found.
            </summary>
            <value>Default value: "/sitecore/service/nolayout.aspx"</value>
            <remarks>
            If a request for an item with an empty or a non-existing
            layout comes in, the request is redirected to the URL pointed to
            by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LayoutPageEvent">
            <summary>
            Gets the name of page event where the layout pipeline will be run.
            </summary>
            <value>The layout page event.</value>
            <remarks>
              <para>Presently, there are three valid values: 'preInit', 'init' or 'load'.</para>
              <para>Default value is: 'preInit'.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LicenseFile">
            <summary>
            Gets the path to the license file.
            </summary>
            <value>
            Default value: <c><see cref = "M:Sitecore.IO.FileUtil.MakePath(System.String,System.String)"/>(DataFolder, "license.xml")</c>
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LinkItemNotFoundUrl">
            <summary>
            Gets the URL to redirect to, if an item is not found.
            </summary>
            <value>Default value: "/sitecore/service/notfound.aspx"</value>
            <remarks>
            If a request for a non-existing item comes in on the
            web site, the request is redirected to the url pointed to
            by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ProcessingMaxDegreeOfParallelism">
            <summary>
            Gets the maximum number of locks that can be stored in the LockSet collection that controls parallel execution.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LogFolder">
            <summary>
            Gets the path to the log folder.
            </summary>
            <value>Default value: <see cref = "P:Sitecore.Configuration.Settings.DataFolder"/></value>
            <remarks>
              <para>The log folder is the place where log files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LoginLayout">
            <summary>
            Gets the name of the layout to use for logging
            in (to extranet)
            </summary>
            <value>Default value: [an empty string]</value>
            <remarks>
              <para>If the web site is protected (see <see cref = "P:Sitecore.Configuration.Settings.ProtectedSite"/>),
            the layout specified by this setting will be shown, when an
            unauthorized person tries to view the site.</para>
              <para>If no <see cref = "P:Sitecore.Configuration.Settings.LoginLayout"/> is specified,
            the <see cref = "P:Sitecore.Configuration.Settings.ProtectedSite"/> setting will have no effect.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LoginPage">
            <summary>
            Gets the path to the page to use for logging
            in (to extranet)
            </summary>
            <value>Default value: [an empty string]</value>
            <remarks>
              <para>If the web site is protected (see <see cref = "P:Sitecore.Configuration.Settings.ProtectedSite"/>),
            the layout specified by this setting will be shown, when an
            unauthorized person tries to view the site.</para>
              <para>If no <see cref = "P:Sitecore.Configuration.Settings.LoginPage"/> is specified,
            the user will be redirected to an error page.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MailServer">
            <summary>
            Gets the mail server.
            </summary>
            <value>The mail server.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MailServerPassword">
            <summary>
            Gets the mail server password.
            </summary>
            <value>The mail server password.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MailServerPort">
            <summary>
            Gets the mail server port.
            </summary>
            <value>The mail server port.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MailServerUserName">
            <summary>
            Gets the name of the mail server user.
            </summary>
            <value>The name of the mail server user.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MailServerUseSsl">
            <summary>
            Gets a value indicating whether mail server should use SSL.
            </summary>
            <value>
              <c>true</c> if mail server use SSL otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MasterVariablesReplacer">
            <summary>
            Gets the type of a class used for replacing variables when creating a master.
            </summary>
            <value>The master variables replacer.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxCallLevel">
            <summary>
            Gets the maximum allowed depth of a recursive
            method call.
            </summary>
            <value>Default value: The current value of <see cref = "P:Sitecore.Configuration.Settings.MaxTreeDepth"/></value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxItemNameLength">
            <summary>
            Gets the maximum length of an item name.
            </summary>
            <value>Default value: 100</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxSqlBatchStatements">
            <summary>
            Gets the maximum number of statements to put in a <c>SqlBatch</c>.
            </summary>
            <value>The maximum number. Default value: 150</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxTreeDepth">
            <summary>
            Gets the maximum allowed depth of an item tree.
            </summary>
            <value>Default value: 20</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxWorkerThreads">
            <summary>
            Gets the maximum number of worker threads to use.
            </summary>
            <value>Default value: 20</value>
            <remarks>Used by the ManagedThreadPool.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.SessionExpirationThreadCount">
            <summary>
            Gets the number of threads to process the work items of the queue in case of session expiration.
            </summary>
            <value>Default value: the number of current machine processors.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MediaFolder">
            <summary>
            Gets the path to the media library root folder.
            </summary>
            <value>Default value: "/upload"</value>
            <remarks>
              <para>The media folder is the place where images, pdf's,
            and other media files are stored.</para>
              <para>The value can be a virtual or physical path.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.NoAccessUrl">
            <summary>
            Gets the URL to redirect to, if access to an item
            is denied.
            </summary>
            <value>Default value: "/sitecore/service/noaccess.aspx"</value>
            <remarks>
            If a request for an item for which the current user
            does not have read rights is detected, the request is
            redirected to the URL pointed to by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.NoLicenseUrl">
            <summary>
            Gets the URL to redirect to, if a license is missing.
            </summary>
            <value>Default value: "/sitecore/service/nolicense.aspx"</value>
            <remarks>
            If a required license is missing, page requests will
            be redirected to the URL pointed to by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.PackagePath">
            <summary>
            Gets the path where package files are located.
            </summary>
            <value>
            Default value: <c><see cref = "M:Sitecore.IO.FileUtil.MakePath(System.String,System.String)"/>(DataFolder, "packages")</c>
            </value>
            <remarks>
              <para>When installing packages, the package files must be
            located in this folder.</para>
              <para>Also, when generating new packages, the files will be
            saved in this folder.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.PageStateStore">
            <summary>
            Gets the page state store.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.PortalPrincipalResolver">
            <summary>
            Gets the portal principal resolver.
            </summary>
            <value>The portal principal resolver.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.PortalStorage">
            <summary>
            Gets the portal storage.
            </summary>
            <value>The portal storage.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ProfileItemDatabase">
            <summary>
            Gets the database where user profile items are stored.
            </summary>
            <value>The profile item database.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ProcessHistoryCount">
            <summary>
            Gets the number of process histories to show at
            startup.
            </summary>
            <value>Default value: 2</value>
            <remarks>
              <para>For diagnostic purposes, the shutdown reason for
            previous ASP.NET worker processes are shown in the Sitecore
            log file.</para>
              <para>This setting determines how many processes to look
            back (max. 100).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ProtectedSite">
            <summary>
            Gets a value indicating whether the entire site is protected (require login).
            </summary>
            <value>Default value: false.</value>
            <remarks>
              <para>If true, no page on the site can be accessed without
            logging in to the extranet security subsystem.</para>
              <para>For this to work, the setting <see cref = "P:Sitecore.Configuration.Settings.LoginLayout"/>
            <b>must.</b> also be set.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RecycleBinActive">
            <summary>
            Gets a value indicating whether recycle bin is active.
            </summary>
            <value>Default value: true.</value>
            <remarks>
              <para>If true, deleted items are moved to the recycle bin
            rather than being physically deleted.</para>
              <para>If false, items are always physically deleted.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RamBufferSize">
            <summary>
            Gets a value indicating the Ram Buffer Size for the Lucene Indexes
            </summary>
            <value>Default value: 16MB.</value>
            <remarks>
              <para>This will store X amount of MB in ram before flushing that to the file system</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxFacets">
            <summary>
            Gets a value indicating the maxium number of possible facets to return
            </summary>
            <value>Default value: 2048.</value>
            <remarks>
              <para>If you increase this it can affect performance and memory consumption</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MaxDocumentBufferSize">
            <summary>
            Gets a value indicating the Max Doc Buffer Size for the Lucene Indexes
            </summary>
            <value>Default value: 10 Documents.</value>
            <remarks>
              <para>This will store X amount of documents in ram before flushing that to the file system</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.IndexMergeFactor">
            <summary>
            Gets a value indicating the Max Doc Buffer Size for the Lucene Indexes
            </summary>
            <value>Default value: 10 Documents.</value>
            <remarks>
              <para>This will store X amount of documents in ram before flushing that to the file system</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RedirectUrlPrefixes">
            <summary>
            Gets a list of paths for which the RewritePath method should not be used for security reasons.
            For more details see the RedirectURLPrefixes setting in the web.config file.
            </summary>
            <value>List of paths.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RequireLockBeforeEditing">
            <summary>
            Gets a value indicating whether a lock is required before editing.
            </summary>
            <value>
             <c>true</c> if a lock is required before editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.SerializationFolder">
            <summary>
            Gets the serialization folder.
            </summary>
            <value>The serialization folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.SerializationPassword">
            <summary>
            Gets the password used for deserializing users.
            </summary>
            <value>The serialization password.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ServerTimeZone">
            <summary>
            Gets the server time zone that is used by the server to convert UTC time to local time.
            </summary>
            <value>
            The server time zone that is used by the server to convert UTC time to local time.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.InstanceName">
            <summary>
            Gets the name of the Sitecore server instance.
            </summary>
            <value>The name of the Sitecore server instance.</value>
            <remarks>Default value: <see cref = "M:Sitecore.MainUtil.GetMachineName"/>.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RelinkClonedSubtree">
            <summary>
            Gets a value indicating whether to relink within clone subtree.
            </summary>
            <remarks>
            Update internal links in clone subtree item to refer to new item.
            </remarks>
            <value><c>true</c> Relinks within cloned subtree after clone; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Sites">
            <summary>
            Gets the list of sites.
            </summary>
            <value>Default value: [empty list]</value>
            <remarks>
              <para>A single Sitecore database can contain multiple sites
            with different root paths and languages.</para>
              <para>This setting returns a list of <see cref = "T:Sitecore.Web.SiteInfo"/>
            objects describing the individual sites in a multi-site
            installation.</para>
              <para>The site data is collected from the &lt;sites&gt;
            section in web.config.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.SystemBlockedUrl">
            <summary>
            Gets the URL to redirect to, if the system has been blocked.
            </summary>
            <value>Default value: "/sitecore/blocked.aspx"</value>
            <remarks>
            If the system has been blocked, page requests will
            be redirected to the URL pointed to by this setting.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.TempFolderPath">
            <summary>
            Gets the temp folder path.
            </summary>
            <value>The temp folder path.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ThumbnailHeight">
            <summary>
            Gets the max height of auto-generated image thumbnails.
            </summary>
            <value>Default value: 50</value>
            <remarks>
              <para>When images are uploaded to the media library, a thumbnail
            is generated (see <see cref = "P:Sitecore.Configuration.Settings.GenerateThumbnails"/>).</para>
              <para>If zero, the <see cref = "P:Sitecore.Configuration.Settings.ThumbnailWidth"/> property decides
            the size (scaling is done proportionally).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ThumbnailsBackgroundColor">
            <summary>
            Gets the color of the thumbnails background.
            </summary>
            <value>The color of the thumbnails background.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ThumbnailWidth">
            <summary>
            Gets the maximum width of auto-generated image
            thumbnails.
            </summary>
            <value>Default value: 0</value>
            <remarks>
              <para>When images are uploaded to the media library, a thumbnail
            is generated (see <see cref = "P:Sitecore.Configuration.Settings.GenerateThumbnails"/>).</para>
              <para>If zero, the <see cref = "P:Sitecore.Configuration.Settings.ThumbnailHeight"/> property decides
            the size (scaling is done proportionally).</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.UnlockAfterCopy">
            <summary>
            Gets a value indicating whether to unlock items after copying.
            </summary>
            <remarks>
            Only the copies are unlocked. The original items stay locked.
            </remarks>
            <value><c>true</c> if items should be unlocked after copying; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.VersionFilePath">
            <summary>
            Gets the path to the version file.
            </summary>
            <value>The version file path.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ViewStateStore">
            <summary>
            Indicates if ViewState is cached in the GlobalCache in SheerUI.
            </summary>
            <value>The view state store.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Wallpaper">
            <summary>
            Gets the wallpaper.
            </summary>
            <value>The wallpaper.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WallpapersPath">
            <summary>
            Gets the wallpapers path.
            </summary>
            <value>The wallpapers path.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebStylesheet">
            <summary>
            Gets the path to the default web site stylesheet.
            </summary>
            <value>Default value: /default.css.</value>
            <remarks>
            The stylesheet pointed to by this setting is
            automatically added to all pages descending
            from <c>Sitecore.BasePage"</c>.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WelcomeTitle">
            <summary>
            Gets the welcome title to show on the login page.
            </summary>
            <value>Default value: "" (empty string)</value>
            <remarks>The title to show on the Sitecore client login page.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.XHtmlSchemaFile">
            <summary>
            Gets the XHTML schema file.
            </summary>
            <value>The XHTML schema file.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.XmlControlAspxFile">
            <summary>
            Gets the extension used for xml control files.
            </summary>
            <value>Default value: "xml"</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.XmlControlExtension">
            <summary>
            Gets the extension used for xml control files.
            </summary>
            <value>Default value: "xml"</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.BeginRequestOnPostAuthenticate">
            <summary>
            Gets a value indicating whether httpRequestBegin pipeline is handled on PostAuthenticate event.
            </summary>
            <value>
            <c>true</c> if httpRequestBegin pipeline is handled on PostAuthenticate event; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RemoveUnusedBlobsOnSave">
            <summary>
            Specifies whether unused blobs should be deleted from an item when it is saved.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RemoveUnusedBlobsOnDelete">
            <summary>
            Specifies whether unused blobs should be deleted from an item when it is saved.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ProtectExternalLinksWithBlankTarget">
            <summary>
            Specifies whether to protect the external link from security vulnerability when attribute target is blank
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LoadBalancingEnabled">
            <summary>
            Gets a value indicating whether the load-balancing feature for SSL offloading is enabled
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LoadBalancingHost">
            <summary>
            Gets a value indicating from which request header host should be taken during the SSL offloading
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LoadBalancingScheme">
            <summary>
            Gets a value indicating from which request header scheme should be taken during the SSL offloading
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LoadBalancingPort">
            <summary>
            Gets a value indicating from which request header port should be taken during the SSL offloading
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.InternalSettings">
            <summary>
            Gets or sets the internal settings <see cref="T:System.Collections.Hashtable"/>.
            </summary>
            <value>
            The internal settings <see cref="T:System.Collections.Hashtable"/> which contains values retreived from configuration.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.Settings.ConnectionStringExists(System.String)">
            <summary>
            Determines if the specified connection string exists.
            </summary>
            <param name="connectionStringName">
            Name of the connection string.
            </param>
            <returns>
            The connection string exists.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetAppSetting(System.String)">
            <summary>
            Gets named application setting.
            </summary>
            <param name="name">
            The application setting name.
            </param>
            <returns>
            The app setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetAppSetting(System.String,System.String)">
            <summary>
            Gets named application setting.
            </summary>
            <param name="name">
            The application setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The app setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetBoolSetting(System.String,System.Boolean)">
            <summary>
            Gets boolean setting.
            </summary>
            <param name="name">
            Name of the s.
            </param>
            <param name="defaultValue">
            if set to <c>true</c> this instance is default value.
            </param>
            <returns>
            The boolean setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetConnectionString(System.String)">
            <summary>
            Gets a named connection string.
            </summary>
            <param name="connectionStringName">
            Name of the connection string.
            </param>
            <returns>
            The connection string.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetDoubleSetting(System.String,System.Double)">
            <summary>
            Gets double setting.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The long setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetFileSetting(System.String)">
            <summary>
            Gets named setting contains a file path.
            </summary>
            <param name="name">
            Name of the s.
            </param>
            <returns>
            The file setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetFileSetting(System.String,System.String)">
            <summary>
            Gets named setting contains a file path.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The file setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetIntSetting(System.String,System.Int32)">
            <summary>
            Gets int setting.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The int setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetLongSetting(System.String,System.Int64)">
            <summary>
            Gets long setting.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The long setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetNumberOfSettings">
            <summary>
            Gets number of settings.
            </summary>
            <returns>
            The number of settings.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetProviderObject(System.String,System.Type)">
            <summary>
            Gets the provider object.
            </summary>
            <param name="implementationPath">
            The implementation path.
            </param>
            <param name="expectedType">
            The expected type.
            </param>
            <returns>
            The provider object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetProviderObject(System.String,System.String,System.Type)">
            <summary>
            Gets the provider object.
            </summary>
            <param name="referencePath">
            The reference path.
            </param>
            <param name="implementationPath">
            The implementation path.
            </param>
            <param name="expectedType">
            The expected type.
            </param>
            <returns>
            The provider object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetProviderObjects(System.String,System.String,System.Type)">
            <summary>
            Gets the provider objects.
            </summary>
            <param name="referencePath">
            The reference path.
            </param>
            <param name="implementationPath">
            The implementation path.
            </param>
            <param name="expectedType">
            The expected type.
            </param>
            <returns>
            The provider objects.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetSetting(System.String)">
            <summary>
            Gets named setting.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <returns>
            The setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetSetting(System.String,System.String)">
            <summary>
            Gets named setting with default.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetSystemSection``1(System.String)">
            <summary>
            Gets a system section from web.config (i.e. a section located beneath system.web).
            </summary>
            <param name="sectionName">Name of the section.</param>
            <returns>
            The system section.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetTimeSpanSetting(System.String,System.String)">
            <summary>
            Gets setting contains a time span (hh:mm:ss)
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The time span setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetTimeSpanSetting(System.String,System.TimeSpan)">
            <summary>
            Gets setting contains a time span (hh:mm:ss)
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The time span setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetTimeSpanSetting(System.String,System.TimeSpan,System.Globalization.CultureInfo)">
            <summary>
            Gets the time span setting.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <param name="cultureInfo">
            The culture info.
            </param>
            <returns>
            The time span setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.Reset">
            <summary>
            Resets this instance.
            </summary>
            <remarks>
            This will cause all configuration data to be reloaded.
            </remarks>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WriteSetting(System.String,System.String,System.Boolean)">
            <summary>Write a setting to web.config.</summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <param name="overwrite">if set to <c>true</c> this instance is overwrite.</param>
            <returns>The setting.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WriteSetting(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Write a setting to web.config.
            </summary>
            <param name="path">
            The path.
            </param>
            <param name="match">
            The match.
            </param>
            <param name="content">
            The content.
            </param>
            <param name="overwrite">
            if set to <c>true</c> this instance is overwrite.
            </param>
            <returns>
            The setting.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.AssignListProperty(System.Xml.XmlNode,System.Object,System.Reflection.PropertyInfo)">
            <summary>
            Assigns the list property.
            </summary>
            <param name="node">
            The node.
            </param>
            <param name="obj">
            The object.
            </param>
            <param name="property">
            The property.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.Settings.AssignProperties(System.Xml.XmlNode,System.Object)">
            <summary>
            Assigns the properties.
            </summary>
            <param name="node">
            The node.
            </param>
            <param name="obj">
            The object.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.Settings.AssignProperty(System.Xml.XmlNode,System.Object)">
            <summary>
            Assigns the property.
            </summary>
            <param name="node">
            The node.
            </param>
            <param name="obj">
            The object.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.Settings.AssignSimpleProperty(System.Xml.XmlNode,System.Object,System.Reflection.PropertyInfo)">
            <summary>
            Assigns the simple property.
            </summary>
            <param name="node">
            The node.
            </param>
            <param name="obj">
            The object.
            </param>
            <param name="property">
            The property.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.Settings.CreateObject(System.Xml.XmlNode,System.Object)">
            <summary>
            Creates the object.
            </summary>
            <param name="node">
            The node.
            </param>
            <param name="owner">
            The owner.
            </param>
            <returns>
            The object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.CreateReferencedObject(System.Xml.XmlNode,System.Object)">
            <summary>
            Creates the referenced object.
            </summary>
            <param name="node">
            The node.
            </param>
            <param name="owner">
            The owner.
            </param>
            <returns>
            The referenced object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetObject(System.String,System.String,System.Type,System.Object)">
            <summary>
            Gets the object.
            </summary>
            <param name="objectID">
            The object ID.
            </param>
            <param name="configPath">
            The config path.
            </param>
            <param name="expectedType">
            The expected type.
            </param>
            <param name="owner">
            The owner.
            </param>
            <returns>
            The object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetReferencePath(System.Xml.XmlNode)">
            <summary>
            Gets the reference path.
            </summary>
            <param name="node">
            The node.
            </param>
            <returns>
            The reference path.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetWebSettings">
            <summary>
            Gets the web settings.
            </summary>
            <returns>
            The web settings.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetWebSetting(System.String,System.String)">
            <summary>
            Gets the web setting.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.CheckSettingInConfig(System.String)">
            <summary>
            Checks the setting defined in configuration.
            </summary>
            <param name="settingName">The name of the setting.</param>
            <returns>true if setting defined in the configuration. Otherwise - false.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.TryGetSettingFromSwitcher(System.String,System.String@)">
            <summary>
            Tries to get setting from <see cref="T:Sitecore.Configuration.SettingsSwitcher"/>.
            </summary>
            <param name="name">The setting name.</param>
            <param name="value">The value.</param>
            <returns>Result of the operation. True if value taken from <see cref="T:Sitecore.Configuration.SettingsSwitcher"/>.</returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.GetSetting``1(System.String,``0,Sitecore.Collections.SafeDictionary{System.String,System.Nullable{``0}},System.Func{System.String,System.Nullable{``0}})">
            <summary>
            Gets the setting.
            </summary>
            <typeparam name="T">Type of the value to return</typeparam>
            <param name="name">The setting name.</param>
            <param name="defaultValue">The default setting value.</param>
            <param name="settingsCache">The settings cache.</param>
            <param name="parser">The parser. Function to return parsed value in T type from string interpretation</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Authentication">
            <summary>
            Gets the authentication.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.ClientPersistentLoginDuration">
            <summary>
            Gets the timeout in days for the client "remember me" feature.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.DefaultDomainName">
            <summary>
            Gets the name of the default domain.
            </summary>
            <value>The name of the default domain.</value>
            <remarks>Default value: <c>default</c></remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.DefaultMembershipProviderWildcard">
            <summary>
            Gets the default membership wildcard used by the providers.
            </summary>
            <value>The membership wildcard. Default value: %</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.FormsAuthenticationTimeout">
            <summary>
            Gets the forms authentication timeout.
            </summary>
            <value>
            The forms authentication timeout.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.FormsAuthenticationSlidingExpiration">
            <summary>
            Gets a value indicating whether the sliding expiration is enabled.
            </summary>
            <value>
            Value indicating whether the sliding expiration is enabled.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.SaveRawUrl">
            <summary>
            Gets a value indicating whether the original request URL is passed to the login page
            (saved in <c>'URL'</c> query string parameter).
            </summary>
            <value><c>true</c> if raw URL of original request should be passed to the login page otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.ClientSessionTimeout">
            <summary>
            Gets the timeout in minutes of an
            user session.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.TicketTimeout">
            <summary>
            Gets the timeout in minutes of an
            authentication ticket.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.VirtualMembershipWildcard">
            <summary>
            Gets the membership wildcard to use in high level code.
            </summary>
            <value>The membership wildcard. Default value: *</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authentication.ClientTicketProlongationFactor">
            <summary>
            Gets the factor of the <see cref = "P:Sitecore.Configuration.Settings.Authentication.FormsAuthenticationTimeout"/> to determine the minimum time interval that should be spend
            before next user ticket prolongation. Setting is used for sliding expiration only.
            Default value: 0.2
            </summary>
            <value>
            The <see cref = "P:Sitecore.Configuration.Settings.Authentication.FormsAuthenticationTimeout"/> factor to prolongate user ticket.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.BulkInsertContext">
            <summary>
            Incapsulate settings specific to BulkUpdateContext.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.BulkInsertContext.BulkDataFlushTimeoutInMinute">
             <summary>
             
             </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.BulkUpdateContext">
            <summary>
            Incapsulate settings specific to BulkUpdateContext.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.BulkUpdateContext.DescendantsRebuildThreshold">
            <summary>
            Gets the descendants rebuild threshold.
            <remarks>
            Under active BulkUpdateContext, table Descendants is not updated, but all operations are enqueued to be performed when leaving the BulkUpdateContext.
            The setting is used to check if number of the operations exceeds the value of the setting, then full descendants rebuild is performed;
            otherwise, the enqueued operations are executed.
            Default value: 1000.
            In order to change the setting's value, add setting "BulkUpdateContext.DescendantsRebuildThreshold" with your custom value into configuration.
            </remarks>
            </summary>
            <value>
            The descendants rebuild threshold.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Authorization">
            <summary>
            The authorization.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Authorization.InheritSecurityByDefault">
            <summary>
            Gets a value indicating whether to inherit security by default.
            </summary>
            <value>
             <c>true</c> if security is inherited by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Caching">
            <summary>
            The caching.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.AccessResultCacheSize">
            <summary>
            Gets the size of the access result cache.
            </summary>
            <value>The size of the access result cache. Default size: 40MB</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.AverageItemSize">
            <summary>
            Gets the average size of an item.
            </summary>
            <value>The average size of the item.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.BlobIDCacheSize">
            <summary>
            Gets the size of the cache that stores blob IDs.
            </summary>
            <value>The size of the cache that stores blob IDs.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheViewState">
            <summary>
            Gets a value indicating whether ViewState is cached in the GlobalCache in SheerUI.
            </summary>
            <value>
             <c>true</c> if ViewState is cached in the GlobalCache in SheerUI; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DebugEnabled">
            <summary>
            Gets a value indicating whether to output debug information that can help to identify cache issues.
            </summary>
            <value>
              <c>true</c> if cache debug is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultClientDataCacheSize">
            <summary>
            Gets the size of the default client data cache.
            </summary>
            <value>The size of the default client data cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheScavengePercentage">
            <summary>
            Gets the percentage of cache size to be scavenged in one go.
            <para>Default value: 10</para>
            </summary>
            <value>
            The default cache clearance percentage.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.FullCleanupThresholdPercentage">
            <summary>
            Gets the full cleanup threshold percentage.
            <para>Cache full clearance would be triggered in case ratio of requested space to free to cache size is higher than the setting.</para>
            <para>Default value: 50</para>
            </summary>
            <value>
            The full cleanup threshold percentage.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.TraceCacheScavenge">
            <summary>
            Gets a value indicating whether trace cache scavenge messaged should be produced.
            </summary>
            <value>
              <c>true</c> if trace cache scavenge; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultDataCacheSize">
            <summary>
            Gets the size of the default data cache.
            </summary>
            <value>The size of the default data cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultFilteredItemsCacheSize">
            <summary>
            Gets the default size of the filtered items cache.
            </summary>
            <value>The size of the filtered items cache. Default value: 0 (cache disabled)</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultHtmlCacheSize">
            <summary>
            Gets the size of the default HTML cache.
            </summary>
            <value>The size of the default HTML cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultItemCacheSize">
            <summary>
            Gets the size of the default item cache.
            </summary>
            <value>The size of the default item cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultPathCacheSize">
            <summary>
            Gets the size of the default path cache.
            </summary>
            <value>The size of the default path cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultItemPathsCacheSize">
            <summary>
            Gets the default size of the item paths cache.
            </summary>
            <value>
            The default size of the item paths cache.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultPriority">
            <summary>
            Gets the default priority.
            </summary>
            <value>The default priority.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultPropertyCacheSize">
            <summary>
            Gets the size of the default property cache.
            </summary>
            <value>The size of the default property cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.PropertyCacheEnabled">
            <remarks>Default value: 2500KB</remarks>
            <summary>
            Gets the size of the cache used by <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.
            </summary>
            <value>The size of the cache used by <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultRegistryCacheSize">
            <summary>
            Gets the size of the default registry cache.
            </summary>
            <value>The size of the default registry cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultTemplateCacheSize">
            <summary>
            Gets the size of the default template cache.
            </summary>
            <value>The size of the default template cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultViewStateCacheSize">
            <summary>
            Gets the size of the default view state cache.
            </summary>
            <value>The size of the default view state cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DefaultXslCacheSize">
            <summary>
            Gets the size of the default XSL cache.
            </summary>
            <value>The size of the default XSL cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.DisableCacheSizeLimits">
            <summary>
            Gets a value indicating whether cache size limits are disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.Enabled">
            <summary>
            Gets a value indicating whether caching is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.FastMediaCacheMapSize">
            <summary>
            Gets the size of the fast media cache map cache.
            </summary>
            <value>The size of the fast media cache map cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.HtmlLifetime">
            <summary>
            Gets the HTML timeout.
            </summary>
            <value>The HTML timeout.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.HugeCacheSize">
            <summary>
            Gets the size of a huge cache.
            </summary>
            <value>The size of a huge cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.IsUserInRoleCacheSize">
            <summary>
            Gets the size of the is in role cache.
            </summary>
            <value>The size of the is in role cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.ItemCachingEnabled">
            <summary>
            Gets a value indicating whether item caching is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.LargeCacheSize">
            <summary>
            Gets the size of a large cache.
            </summary>
            <value>The size of a large cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.LoadFactor">
            <summary>
            Gets a value indicating the default load factor to use for cached values.
            </summary>
            <remarks>
              <para>The size of all cached values are multiplied with this value before being added to the cache.</para>
              <para>Default value: 1.0.</para>
            </remarks>
            <value>The meximum load factor.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.MaxLoadFactor">
            <summary>
            Gets a value indicating the maximum load factor to use for cached values.
            </summary>
            <remarks>
              <para>The load factor might be increased up to this value during heavy memory load.</para>
              <para>Default value: 3.0.</para>
            </remarks>
            <value>The meximum load factor.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.MediumCacheSize">
            <summary>
            Gets the size of a medium cache.
            </summary>
            <value>The size of a medium cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.ScavengeInterval">
            <summary>
            Gets the scavenge interval.
            </summary>
            <value>The scavenge interval (default: 2 minutes).</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.SecurityCacheExpiration">
            <summary>
            Gets the security cache sliding expiration.
            </summary>
            <value>The security cache sliding expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.SmallCacheSize">
            <summary>
            Gets the size of a small cache.
            </summary>
            <value>The size of a small cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.TinyCacheSize">
            <summary>
            Gets the size of a tiny cache.
            </summary>
            <value>The size of a tiny cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.UserProfileCacheSize">
            <summary>
            Gets the size of the user profile cache.
            </summary>
            <value>The size of the user profile cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.VirtualUserStateIDCacheSize">
            <summary>
            Gets the size of the virtual user state ID cache.
            </summary>
            <value>
            The size of the virtual user state ID cache.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.SizeCalculationTimeThreshold">
            <summary>
            Gets the max time threshold for execution of <see cref = "M:Sitecore.Reflection.TypeUtil.CalculateSize(System.Object,System.Boolean,System.Int32)"/>.
            </summary>
            <value>The size of the paging iterator page.</value>
            <remarks>Default value: 0</remarks>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled">
            <summary>
            Settings for extended cache keys storage
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled.AccessResultCache">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the AccessResultCache.
            </summary>
            <value>
            <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled.ItemCache">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the ItemCache.
            </summary>
            <value>
              <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled.ItemPathsCache">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for the cache keys of the ItemPathsCache.
            </summary>
            <value>
              <c>true</c> if indexing Cache keys is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled.PathCache">
            <summary>
            Gets a value indicating whether the system uses extended indexed storage for cache keys of the PathCache.
            </summary>
            <remarks>Using indexed storage for PathCache keys insignificantly slows adding item paths to the PathCache.
            However, it can drastically reduce the time it takes to perform partial cache clearing of the PathCache.
            This setting is useful on large solutions where items are frequently renamed, moved, copied and deleted.
            </remarks>
            <value>
              <c>true</c> if the system uses extended indexed storage for cache keys of the PathCache; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.CacheKeyIndexingEnabled.DefaultInnerContainerCapacity">
            <summary>
            Gets the default inner container capacity for caches.
            </summary>
            <remarks>
            The value of the setting is used for creating inner containers in some caches to optimize memory consumption.
            Increasing the value increases memory consumption. It may be needed to improve performance if you process many versions and languages of the same item.
            Default value: 4.
            In order to change the value, add setting Cache.CacheKeyIndexingEnabled.DefaultInnerContainerCapacity into Sitecore.config, &lt;settings&gt; section.
            </remarks>
            <value>
            The default inner container capacity.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Caching.StandardValues">
            <summary>
            StandardValues class
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.StandardValues.AverageValueSize">
            <summary>
            Gets the average size of a standard values.
            </summary>
            <value>The average size of standard values entries.</value>
            <remarks>Default value: 100</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.StandardValues.DefaultCacheSize">
            <summary>
            Gets the default size of the standard value cache.
            </summary>
            <value>The default size of the standard value cache.</value>
            <remarks>Default value: 1MB</remarks>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Caching.LanguageFallbackFieldValues">
            <summary>
            Caching.LanguageFallbackFieldValues settings.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.LanguageFallbackFieldValues.DefaultCacheSize">
            <summary>
            Gets the default size of a Language Fallback Field Values cache.
            </summary>
            <value>The default size of a Field Language Fallback Field Values cache.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Caching.LanguageFallbackFieldValues.IsFallbackValidCacheSize">
            <summary>
            Gets the default size of a Is Fallback Valid cache.
            </summary>
            <value>The default size of a Is Fallback Valid cache.</value>
        </member>
        <member name="M:Sitecore.Configuration.Settings.Caching.GetAbsoluteSecurityCacheExpiration">
            <summary>
            Items that are older than the specified time interval (in days) will not be included in the feed.
            </summary>
            <returns>The absolute value of security cache expiration, expressed as UTC.
            <c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.Settings.ItemSerialization">
            <summary>
            Defines Item serialization settings class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemSerialization.AllowStandardValues">
            <summary>
            Gets a value indicating whether allow standard values during item serialization.
            </summary>
            <value>
            <c>true</c> if standard values are allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemSerialization.AllowDefaultValue">
            <summary>
            Gets a value indicating whether allow default values during item serialization.
            </summary>
            <value>
            <c>true</c> if default values are allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.CommerceServer">
            <summary>
            Defines settings related to the Commerce Server
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.CommerceServer.StandaloneEdition">
            <summary>
            Gets a value indicating whether current CMS instance is licensed to use Standalone Commerce Server solution only.
            </summary>
            <value>
              <c>true</c> if current CMS instance is licensed to use Standalone Commerce Server solution only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.ContentEditor">
            <summary>
            Defines Content Editor options.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.CheckHasChildrenOnTreeNodes">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> uses HasChildren when drawing tree nodes.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> uses HasChildren when drawing tree nodes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.CheckSecurityOnTreeNodes">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> checks the security on tree nodes.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> checks the security on tree nodes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.ClassicFrameEventPropagation">
            <summary>
            Gets a value indicating whether the Content Editor uses classic frame event propagation.
            </summary>
            <remarks>
            In classic propagation all item events are sent to all frames in the content editor.
            This may hurt server and client performance.
            If classic mode is not used, only events relating to items that are either selected
            in the content editor or submits thereof, are propagated.
            </remarks>
            <value>
             <c>true</c> if the Content Editor uses classic frame event propagation; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.RenderItemHelpAsHtml">
            <summary>
            Specifies whether help information defined in the Item Help section should be treated as HTML markup.
            </summary>
            <remarks>
            Setting this value to true is unsafe, because it will then be possible to inject any HTML tags (like iframe) and CSS into Sitecore
            </remarks>
            <value>
             <c>true</c> if the item help information will be cleared of JavaScript code and then rendered as is; <c>false</c> if an item help information will be encoded before it is rendered.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.DefaultSkin">
            <summary>
            Gets the default skin.
            </summary>
            <value>The default skin.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.RenderCollapsedSections">
            <summary>
            Gets a value indicating whether the content editor renders collapsed sections.
            </summary>
            <value>
             <c>true</c> if the content editor renders collapsed sections; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.ShowFieldSharingLabels">
            <summary>
            Determines whether or not the Content Editor displays field sharing labels ([shared] and [unversioned]) to users that are not Sitecore administrators.
            </summary>
            <value>
                <c>true</c> if the labels should be shown otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.ShowGutter">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> shows the gutter.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> shows the gutter; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.ShowSearchPanel">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> shows the search panel.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> shows the search panel; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.ShowItemPersonalization">
            <summary>
            Gets a value indicating whether profile presets information should be shown by default.
            </summary>
            <value>
              <c>true</c> if profile presets information should be shown by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.ShowValidatorBar">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> shows the validator bar.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> shows the validator bar; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.SortLanguages">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> sort languages.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> sort languages; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ContentEditor.UseSmartTags">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> uses the smart tags.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.ContentEditor"/> uses the smart tags; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Counters">
            <summary>
            The counters settings.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Counters.Enabled">
            <summary>
            Gets a value indicating whether performance counters are enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Counters.InstanceName">
            <summary>
            Gets a value indicating whether performance counters are enabled.
            </summary>
            <value>The name of the instance.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Counters.ResetOnStartup">
            <summary>
            Gets a value indicating whether performance counters will be reset on Sitecore startup.
            </summary>
            <value>
             <c>true</c> if performance counters will be reset on Sitecore startup; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.EventQueue">
            <summary>
            The settings for event queues.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EventQueue.Enabled">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Configuration.Settings.EventQueue"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EventQueue.PersistStampInterval">
            <summary>
            Gets maximum interval between saving the event queue's last processed event stamp.
            </summary>
            <value>The persist stamp interval.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EventQueue.PersistStampMaxAge">
            <summary>
            Gets max age of the events fetched
            </summary>
            <value>The persist stamp max age.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.EventQueue.SavedItemRemoteSerializeAllFields">
            <summary>
            Gets a value indicating whether all fields should be serialized when item:saved:remote event is generated
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Feeds">
            <summary>
            The feeds.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Feeds.ItemExpiration">
            <summary>
            Gets items that are older than the specified time interval (in days) will not be included in the feed.
            </summary>
            <value>The item expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Feeds.MaximumItemsInFeed">
            <summary>
            Gets the maximum number of items to include in the feed.
            </summary>
            <value>The maximum items in feed.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.LanguageFallback">
            <summary>
            Language fallback settings.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LanguageFallback.AllowVaryFallbackSettingsPerLanguage">
             <summary>
             If set to 'true', then values from both versioned 'Enable Language Fallback' and shared 'Enable Shared Language Fallback' checkbox fields
             on the field definition item are used to determine whether language fallback functionality should be enabled for the corresponding field.
             It allows you to have different fallback settings for the same field in different content languages.
             
             Example: when 'en-CA' tries to fallback to 'en', the checkbox field will be retrieved from the field definition item in 'en-CA',
             thus such version should exist. If retrieved value is 'false', then the 'Enable Shared Language Fallback' checkbox field is used.
             
             Note: enabling this feature has negative impact on performance.
             
             If set to 'false', only the shared 'Enable Shared Language Fallback' checkbox field on the field definition item is used to determine whether
             language fallback functionality should be enabled for the corresponding field.
             
             Default value: false.
             </summary>
             <value>
             <c>true</c> if allow vary fallback settings per language; otherwise, <c>false</c>.
             </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LanguageFallback.AllowStandardValuesForSharedLanguageFallback">
            <summary>
            If set to 'true' will allow 'Enable Shared Language Fallback' checkbox inheriting Standard Values of the base 'Template Field' template.
            In general, this allows switching the 'Enable Shared Language Fallback' setting for all field together by specifying the value on on the Standard Values 'Template Field'.
             
            Default value: false.
            </summary>
            <value>
            <c>true</c> if allow Standard Values for EnableSharedLanguageFallback; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.HtmlEditor">
            <summary>
            The html editor.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HtmlEditor.DefaultConfigurationType">
            <summary>
            Gets the type responsible for setting up the rich text editor. Can be overriden at profile level. Must inherit from Sitecore.Shell.Controls.RichTextEditor.EditorConfiguration,Sitecore.Client.
            </summary>
            <value>The default type of the configuration.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HtmlEditor.DefaultProfile">
            <summary>
            Gets the default profile.
            </summary>
            <value>The default profile.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HtmlEditor.LineBreak">
            <summary>
            Gets the line break.
            </summary>
            <value>The line break.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HtmlEditor.RemoveScripts">
            <summary>
            Gets a value indicating whether Html Editor should remove scripts.
            </summary>
            <value>
              <c>true</c> if Html Editor should remove scripts otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HtmlEditor.SupportWebControls">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.HtmlEditor"/> supports the web controls.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.HtmlEditor"/> supports the web controls; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.HtmlEditor.ValidatorServiceUrl">
            <summary>
            Gets the validator service URL.
            </summary>
            <value>The validator service URL.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Icons">
            <summary>
            Defines the icons class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Icons.CacheFolder">
            <summary>
            Gets the cache folder.
            </summary>
            <value>The cache folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Icons.UseZippedIcons">
            <summary>
            Gets a value indicating whether [use zipped icons].
            </summary>
            <value><c>true</c> if [use zipped icons]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Indexing">
            <summary>
            The indexing.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Indexing.enabled">
            <summary>
            The enabled.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Indexing.Enabled">
            <summary>
            Gets or sets a value indicating whether indexing is disable/enable during the run time.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Indexing.ServerSpecificProperties">
            <summary>
            Gets a value indicating whether to store properties specific to each server name.
            </summary>
            <value>
             <c>true</c> if server specific properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Indexing.IndexStandardTemplateFields">
            <summary>
            Gets a value indicating whether necessary to index Standard Template fields.
            </summary>
            <value>
            <c>true</c> if necessary to index Standard Template fields; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Indexing.UpdateInterval">
            <summary>
            Gets the interval between the <see cref="!:IndexingManager"/>
            checking its queue for pending actions.
            </summary>
            <value>Default value: "00:05:00" (5 minutes)</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Indexing.UpdateJobThrottle">
            <summary>
            Gets the minimum time to wait between individual index update jobs.
            </summary>
            <value>Default value: "00:00:01" (1 second)</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Indexing.DisableDatabaseCaches">
            <summary>
            Gets a value indicating whether disable database caches during indexing.
            </summary>
            <value>
            <c>true</c> if <c>true</c>database caches will be disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Install">
            <summary>
            Settings for Install namespace
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Install.HistoryFolder">
            <summary>
            Gets the history folder.
            </summary>
            <value>The history folder.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Install.RemoveTransactionFolder">
            <summary>
            Gets a value indicating whether the <see cref = "T:Sitecore.Configuration.Settings.Install"/> removes the transaction folder.
            </summary>
            <value>
             <c>true</c> if the <see cref = "T:Sitecore.Configuration.Settings.Install"/> removes the transaction folder; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Install.TransactionsRoot">
            <summary>
            Gets the transactions root.
            </summary>
            <value>The transactions root.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.ItemCloning">
            <summary>
            Defines settings for Item Cloning functionality
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemCloning.NonInheritedFields">
            <summary>
            Gets the array of field names or field IDs which should be not be inherited by clones from their source item.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemCloning.InheritWorkflowData">
            <summary>
            Gets a value indicating whether workflow data should be inherited by clones.
            </summary>
            <value>
              <c>true</c> if workflow data should be inherited by clones; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemCloning.Enabled">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Configuration.Settings.ItemCloning"/> is enabled.
            </summary>
            <value>
              <c>true</c> if item clones feature is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemCloning.ForceUpdate">
            <summary>
            Gets a value indicating whether clones should be updated automatically when the original item is changed.
            </summary>
            <value>
              <c>true</c> if clones should be updated automatically when the original item is changed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemCloning.DeleteClonesWithOriginalItem">
            <summary>
            Gets a value indicating whether cloned items should be deleted upon deletion of base item.
            </summary>
            <value>
              <c>true</c> if cloned items should be deleted when base item is deleted; otherwise, <c>true</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemCloning.ChangeTemplateForceUpdate">
            <summary>
            Specify whether clones should be updated automatically when a different template is selected for the original item.
            </summary>
            <value>
                <c>true</c> if all the clones of the original item are updated automatically; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Interning">
            <summary>
            Define settings for Interning functionality to reduce both number of objects, and RAM consumed.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Interning.Enabled">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Configuration.Settings.Interning"/> is enabled, and mechanisms to lower memory consumption are active.
            </summary>
            <value>
              <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Interning.TrackStatistics">
            <summary>
            Gets a value indicating whether track statistics for intern calls.
            </summary>
            <value>
              <c>true</c> if [track statistics]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Interning.InternKnownFieldValues">
            <summary>
            Gets a value indicating whether [intern known field values].
            </summary>
            <value>
            <c>true</c> if [intern known field values]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.ItemResolving">
            <summary>
            Contains settings for resolving items by paths.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ItemResolving.FindBestMatch">
            <summary>
            Gets a value indicating the mode in which item resolving tries to find items with names that contain the values defined in the 'find' and 'replaceWith'
            properties in the 'encodeNameReplacements' section, for example, spaces and dashes.
            </summary>
            <value>
              <c>Disabled</c> if item resolving will not try to match such items.
              <c>Enabled</c> if item resolving will try to find a matching item on each nesting level separately.
              <c>DeepScan</c> if item resolving will try to match an item by scanning the whole content tree.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Jobs">
            <summary>
            Defines the jobs class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Jobs.ExecuteInManagedThreadPool">
            <summary>
            Gets a value indicating whether the jobs should be executed in the managed thread pool.
            </summary>
            <value>
            <c>true</c> if the job must be executed in the managed thread pool; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Jobs.QueueProcessingInterval">
            <summary>
            Gets the interval between the <see cref = "T:Sitecore.Jobs.JobManager"/>
            checking its queue for pending actions.
            </summary>
            <value>Default value: "00:00:02" (2 seconds)</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Languages">
            <summary>
            The languages.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Languages.AlwaysStripLanguage">
            <summary>
            Gets a value indicating whether the StripLanguage processor in the preprocessRequest pipeline will parse and remove languages from
            the URL, even when languageEmbedding is set to "never".
            </summary>
            <value><c>true</c> if the StripLanguage processor should parse and remove languages from the URL; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Languages.AutoRemoveItemData">
            <summary>
            Gets a value indicating whether item data is automatically removed from a database when a language item is deleted.
            </summary>
            <value><c>true</c> if data should be removed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Languages.AutoRenameItemData">
            <summary>
            Gets a value indicating whether the language of item data is automatically renamed when a language item is renamed.
            </summary>
            <value><c>true</c> if data language should be renamed; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.LinkDatabase">
            <summary>
            Encapsulates all link database settings.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LinkDatabase.MaximumBatchSize">
            <summary>
            Gets maximum number of records that Compact method can process in a single iteration.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.LinkDatabase.UpdateDuringPublish">
            <summary>
            Gets whether to run incremental link database update during publishing.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Links">
            <summary>
            The links.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Links.QueryStringSeparator">
            <summary>
            Gets the string used to separate entries in generated query strings.
            </summary>
            <value>The separator.</value>
            <remarks>Default value: &amp;</remarks>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Login">
            <summary>
            The login.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.DisableChangePassword">
            <summary>
            Gets a value that indicates whether users are allowed to change their passwords on the /sitecore/login/changepassword.aspx page.
            If <c>true</c>, Sitecore disables change password functionality and hides the �Change Password� link no the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.DisablePasswordRecovery">
            <summary>
            Gets a value that indicates if users are allowed to reset their passwords on the /sitecore/login/passwordrecovery.aspx page.
            If <c>true</c>, Sitecore disables password recovery functionality and hides the �Forgot Your Password?� link on the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.DisableLicenseInfo">
            <summary>
            Gets a value that indicates if users are allowed to see the "License Information" link on the login page.
            If <c>true</c>, Sitecore hides the "License Information" link on the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.SitecoreUrl">
            <summary>
            Gets the URL to use on the login page.
            </summary>
            <value>The Sitecore SDN site.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.RememberLastLoggedInUserName">
            <summary>
            Gets a value indicating whether Sitecore will remember the last logged in user name on the login page (stored encrypted in a cookie).
            If you set this to <c>true</c>, the system sets last logged in user name on the login page.
            <para>Default: false.</para>
            </summary>
            <value>
              If <c>true</c> Sitecore will remember the last logged in user name on the login page (stored encrypted in a cookie).
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.DisableAutoComplete">
            <summary>
            Gets a value that indicates whether an autocomplete="off" attribute will be added on the login form on
            '/sitecore/login/default.aspx' page and '/sitecore/admin/login.aspx' page.
            <para>Default: true</para>
            </summary>
            <value>If <c>true</c> Sitecore login pages will not have autocomplete option.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.DisableRememberMe">
            <summary>
            Gets a value that indicates whether "Remember me" checkbox will be disabled on the
            /sitecore/login/default.aspx page.
            If <c>true</c>, Sitecore will disable "Remember me" checkbox on the login page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.BackgroundImageUrl">
            <summary>
            Gets a value that indicates the background image url used on the
            /sitecore/login/default.aspx page.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Login.PasswordRecoveryDefaultLanguage">
            <summary>
            Default language of password recovery email item.
            See core database /sitecore/system/security/password recovery/password recovery email
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Media">
            <summary>
            The media.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether server URL is included in each media link.
            </summary>
            <value>
                <c>true</c> if server URL is included; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.AlwaysAppendRevision">
            <summary>
            Gets a value indicating whether media item revision field is appended to each media link.
            </summary>
            <value>
                <c>true</c> if media item revision field is included; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.AutoSetAlt">
            <summary>
            Gets a value indicating whether the Alt field on the Image template is set automatically to the file
            path when the image is uploaded. If false, the Alt field is blank.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.BaseFolder">
            <summary>
            Gets the base folder used when storing media files.
            </summary>
            <value>The base folder.</value>
            <remarks>Default value: /App_Data/MediaFiles</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.CacheFileMediaByModifiedDate">
            <summary>
            If true, Sitecore varies media cache entries for file-based media by both
            file path and the last modification date of the media file.
            </summary>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.CacheFolder">
            <summary>
            Gets the folder under which media files are cached by the system.
            </summary>
            <value>The cache folder.</value>
            <remarks>Default value: /App_Data/MediaCache</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.CachingEnabled">
            <summary>
            Gets a value indicating whether caching of media files is enabled.
            </summary>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.DefaultImageBackgroundColor">
            <summary>
            Gets the default background color for dynamically resizing images to different aspect ratios than the originals.
            </summary>
            <remarks>
            Sitecore applies this background color only for image types that do not support transparency (image/jpeg, image/gif and image/bmp).
            When resizing any other image types (including image/png), Sitecore always applies a transparent background.
             <para>You can specify a color name (such as Black or Red) or a hex color code (such as #CE55E2).</para>
             <para>If you specify no value, Sitecore applies a black background color when resizing such images.</para>
            </remarks>
            <value>
            The color of the image background. Default value: Color.Empty.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.DefaultImageFormat">
            <summary>
            Gets the default <see cref = "T:System.Drawing.Imaging.ImageFormat"/> to use when it's not possible to deduce this from an extension.
            </summary>
            <remarks>
              <para>The value must correspond to a valid <see cref = "T:System.Drawing.Imaging.ImageFormat"/> value.</para>
              <para>If the value is not set, the <see cref = "M:Sitecore.Resources.Media.MediaConfig.GetImageFormat(System.String)"/> may return null causing image functions to fail.</para>
            </remarks>
            <value>The image format. Default value: "" (empty string).</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.DefaultMediaPrefix">
            <summary>
            Gets the default media prefix.
            </summary>
            <value>The default media prefix.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.EnableRangeRetrievalRequest">
            <summary>
            Gets a value indicating whether range retrieval requests are enabled.
            </summary>
            <value>
                <c>true</c> if range retrieval requests are enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.FileFolder">
            <summary>
            Gets the folder under which media files are stored by the system.
            </summary>
            <value>The folder.</value>
            <remarks>Default value: /App_Data/MediaFiles</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.FileSystemWatcherBufferSize">
            <summary>
            Gets the buffer size to be used by filewatchers
            </summary>
            <value>The buffer size (in bytes) to be used by filewatchers.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.IncludeExtensionsInItemNames">
            <summary>
            Gets a value indicating whether to include a file extension when generating an item name from a file name.
            </summary>
            <value><c>true</c> if extension should be included; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.InterpolationMode">
            <summary>
            Gets the interpolation mode to use when resizing images.
            </summary>
            <remarks>
            Default value: High
            </remarks>
            <value>The interpolation mode.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.MaxImageWidth">
            <summary>
            Gets the max width of the image in a Rich Text field.
            </summary>
            <value>The max width of an image in a Rich Text field.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.MaxSizeInDatabase">
            <summary>
            Gets the maximum allowed size of media intended to be stored in a database (binary blob).
            </summary>
            <value>The maximum size.</value>
            <remarks>Default value: 500MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.MaxSizeInMemory">
            <summary>
            Gets the maximum size of media to load into memory for processing (resizing etc.).
            </summary>
            <value>The maximum size.</value>
            <remarks>Default value: 40MB</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            Notice: If you specify a custom media link prefix, you must also add a corresponding entry to the <customHandlers/> section.
              <para>If the value is not set, the default media request prefix will be used (which by default is "-/media/")</para>
            </summary>
            <value>The media link prefix.</value>
            <remarks>Default value: ""</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.OpenContentEditorAfterUpload">
            <summary>
            Gets a value indicating whether the content editor must be opened after a file has been uploaded.
            </summary>
            <value>
             <c>true</c> if the content editor must be opened after a file has been uploaded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestExtension">
            <summary>
            Gets the extension to use in media request URLs.
            </summary>
            <remarks>
            If the value is not set, the Extension field of the individual media items will be used (i.e. JPG, GIF, etc.)
            </remarks>
            <value>The request extension. Default value: "" (an empty string)</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.StreamBufferSize">
            <summary>
            Gets the size of the buffer to use when streaming media to files or other targets.
            </summary>
            <value>The size of the stream buffer.</value>
            <remarks>Default value: 100000</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.StreamPartiallyCachedFiles">
            <summary>
            Gets a value indicating whether to start streaming files before they have been fully written to the cache.
            </summary>
            <value>
             <c>true</c> if the feature should be enabled; otherwise, <c>false</c>.
            </value>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.UploadAsFiles">
            <summary>
            Gets a value indicating whether media should be uploaded as files or as database blobs.
            </summary>
            <value>
             <c>true</c> if upload as files; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.UploadAsVersionableByDefault">
            <summary>
            Gets a value indicating whether media items is uploaded as versionable by default.
            </summary>
            <value>
             <c>true</c> if media items is uploaded as versionable by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.UseItemPaths">
            <summary>
            Gets a value indicating whether to use item paths for media URLs.
            </summary>
            <value><c>true</c> if item paths should be used; otherwise, <c>false</c>.</value>
            <remarks>Default value: false</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.UseLegacyResizing">
            <summary>
            Gets a value indicating whether to use legacy resizing (ie. bypass the Sitecore.ImageLib library).
            </summary>
            <remarks>
            Default value: false.
            </remarks>
            <value><c>true</c> if legacy resizing should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.WhitespaceReplacement">
            <summary>
            Gets the character to use when replacing whitespace in the names of uploaded media.
            </summary>
            <value>The extension divider.</value>
            <remarks>Default: A single space character.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.LowercaseUrls">
            <summary>
            Gets a value indicating whether lower case URLs.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.MediaLinkServerUrl">
            <summary>
            Gets the server url to use while generating media links.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Media.Resizing">
            <summary>
             Resizing options
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.Resizing.CompositingMode">
            <summary>
            Gets the compositing mode.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.Resizing.Quality">
            <summary>
            Gets the value in percentage defines default setting of quality scaled images.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.Resizing.MaxHeight">
            <summary>
             Maximum height for dynamically resized images.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.Resizing.MaxWidth">
            <summary>
             Maximum width for dynamically resized images.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.Resizing.PixelOffsetMode">
            <summary>
            Gets the pixel offset mode.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Media.RequestProtection">
            <summary>
            RequestProtection options.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Media.RequestProtection._enabled">
            <summary>
            Indicates whether Request Protection feature is enabled.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Media.RequestProtection._loggingEnabled">
            <summary>
            Determines whether Media Request Protection feature will output detailed information to the Sitecore log file.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Media.RequestProtection._removeUnknownParameters">
            <summary>
            Specifies whether unknown parameters should be removed from the media options before Sitecore processes the media request.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Media.RequestProtection._secretChecked">
            <summary>
            Indicates whether secret was already checked.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Media.RequestProtection.DefaultSharedSecret">
            <summary>
            The default shared secret.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.Settings.Media.RequestProtection.ResetRequestProtectionSettings">
            <summary>
            Resets the configuration to default values (taken from conifguration files).
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestProtection.Enabled">
            <summary>
            Gets a value indicating whether Media Request Protection feature enabled.
            </summary>
            <value>
              <c>true</c> if Media Request Protection feature enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestProtection.CacheSize">
            <summary>
            Gets the size of the image guard cache.
            </summary>
            <value>
            The size of the image guard cache.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestProtection.HashParameterName">
            <summary>
            Gets the hash parameter name in query string.
            </summary>
            <value>
            The hash parameter name in query string.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestProtection.LoggingEnabled">
            <summary>
            Gets a value indicating whether feature will output information to the Sitecore log file.
            </summary>
            <value>
            <c>true</c> if fature will output information to the Sitecore log file; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestProtection.RemoveUnknownParameters">
            <summary>
            Gets a value indicating whether unknown media parameters should be skipped from processing.
            </summary>
            <value>
            <c>true</c> if media parameters should be skipped from processing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Media.RequestProtection.SharedSecret">
            <summary>
            Gets the image guard shared secret.
            </summary>
            <value>
            The image guard shared secret.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.MediaResponse">
            <summary>
            The media response.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MediaResponse.Cacheability">
            <summary>
            Gets the <see cref = "T:System.Web.HttpCacheability"/> cacheability to use in media response headers.
            </summary>
            <value>
            The HTTP cacheability.
            </value>
            <remark>
            Default value: private.
            </remark>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MediaResponse.CacheExtensions">
            <summary>
            Gets the <see cref = "M:System.Web.HttpCachePolicy.AppendCacheExtension(System.String)">cache extension</see> to use in media response headers.
            </summary>
            <value>The cache extension.</value>
            <remarks>Default value: "".</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MediaResponse.MaxAge">
            <summary>
            Gets the <see cref = "M:System.Web.HttpCachePolicy.SetMaxAge(System.TimeSpan)">max age</see> to use in media response headers.
            </summary>
            <value>The max age. Set it to "00:00:00" to omit this header.</value>
            <remarks>Default value: "00:00:00" (<see cref = "F:System.TimeSpan.Zero"/>).</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MediaResponse.SlidingExpiration">
            <summary>
            Gets the <see cref = "M:System.Web.HttpCachePolicy.SetSlidingExpiration(System.Boolean)">sliding expiration</see> to use in media response headers.
            </summary>
            <value>The sliding expiration ("true"/"false"). Set it to "" to omit this header.</value>
            <remarks>Default value: "".</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.MediaResponse.VaryHeader">
            <summary>
            Specifies the value for the Vary HTTP header to use in media response headers.
            </summary>
            <value>
            The value for the Vary HTTP header to use in media response headers. Set it to "" to omit this header.
            </value>
            <remarks>Default value: "".</remarks>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Performance">
            <summary>
            The performance.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Performance.PagingIteratorPageSize">
            <summary>
            Gets the default page size to use with the <see cref = "T:Sitecore.Common.PagingIterator`1"/>.
            </summary>
            <value>The size of the paging iterator page.</value>
            <remarks>Default value: 100</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Performance.ForceASPSessionIDPersist">
            <summary>
            Indicates if same ASP.NET Session ID is enforced for several requests in one session (Default value: <c>true</c>).
            <para>NOTES: ASP.NET generates new sessionID on each request in case session does not have any content.</para>
            <para>Same sessionID can be enforced by putting a dummy object into session content.</para>
            <para>WARNING: Analytics requires same sessionID, thereby setting must be <c>true</c> with enabled Analytics.</para>
            </summary>
            <value>
              <c>true</c> if force session persist; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Pipelines">
            <summary>
            Defines settings for Pipelines functionality
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Pipelines.Profiling">
            <summary>
            Defines settings for pipelines profiling functionality.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Pipelines.Profiling.Enabled">
            <summary>
            Gets a value indicating that pipelines profiler is enabled.
            </summary>
            <remarks>
            When <c>true</c>, performance of all core pipelines is measured and available at /sitecore/admin/pipelines.aspx
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Pipelines.Profiling.MeasureCpuTime">
            <summary>
            Gets a value indicating that pipelines profiler should measure CPU consumption of the pipelines.
            </summary>
            <remarks>
            When <c>false</c>, CPU Time will not be measured and will not be displayed on /sitecore/admin/pipelines.aspx
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Pipelines.ForceASPSessionIDPersist">
            <summary>
            Returns Performance.ForceASPSessionIDPersist setting value.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Preview">
            <summary>
            The preview.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Preview.AsAnonymous">
            <summary>
            This setting specifies whether Sitecore will use the Anonymous user account when you preview an item.
            If true, Sitecore uses to the Anonymous user account when you preview an item.
            If false, Sitecore uses the current user account when you preview an item.
            Default value: true
            </summary>
            <value>True or false.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Preview.DefaultSite">
            <summary>
            Gets the default site.
            </summary>
            <value>The default site.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Preview.Enabled">
            <summary>
            Gets a value indicating whether Preview feature is enabled.
            </summary>
            <value>
              <c>true</c> if Preview feature is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Preview.ResolveSite">
            <summary>
            Gets a value indicating whether resolve site.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Profiling">
            <summary>
            Defines profile options.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Profiling.FormattingXslFile">
            <summary>
            Gets the formatting XSL file.
            </summary>
            <value>The formatting XSL file.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Profiling.RenderFieldThreshold">
            <summary>
            Gets the threshold value for logging long field render operations.
            </summary>
            <value>The threshold value for logging long field render operations.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Profiling.SheerUI">
            <summary>
            Gets a value indicating whether SheerUI is profiled.
            </summary>
            <value>
             <c>true</c> if SheerUI is profiled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Profiling.SheerUIWarningThreshold">
            <summary>
            Gets the threshold value for logging long requests.
            </summary>
            <value>The sheer UI warning threshold.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Publishing">
            <summary>
            The publishing.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.AutoScheduleSmartPublish">
            <summary>
            Gets a value indicating whether to automatically schedule a smart publish when proxy definitions etc. change?
            </summary>
            <value>
             <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.CheckSecurity">
            <summary>
            Gets a value indicating whether to check security rights when publishing.
            </summary>
            <remarks>
              <para>Only read and write rights are used.</para>
              <para>Default value: false.</para>
            </remarks>
            <value><c>true</c> if security should be checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.CompareRevisions">
            <summary>
            Gets a value indicating whether publishing compares the revisions.
            </summary>
            <value>
             <c>true</c> if publishing compares the revisions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.DisableDatabaseCaches">
            <summary>
            Gets a value indicating whether to disable database cache population during publishing.
            </summary>
            <value>
             <c>true</c> if database cache population is disabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.Enabled">
            <summary>
            Gets a value indicating whether publishing feature enabled.
            </summary>
            <value>
              <c>true</c> if publishing feature enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.ExecuteInManagedThreadPool">
            <summary>
            Gets a value indicating whether publishing should be executed in the managed thread pool.
            </summary>
            <value>
            <c>true</c> if publishing must be executed in the managed thread pool; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.LogInterval">
            <summary>
            Gets the log interval.
            </summary>
            <value>The log interval.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.MaxDegreeOfParallelism">
            <summary>
            Gets the max number of concurrent operations for publishing.
            </summary>
            <value> The maximum number of concurrent operations for publishing.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.PublishDialogPollingInterval">
            <summary>
            Gets the publish dialog polling interval.
            </summary>
            <value>The publish dialog polling interval.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.PublishEmptyItems">
            <summary>
            Gets a value indicating whether empty items (i.e. items without publishable versions) should be published.
            </summary>
            <value><c>true</c> if empty items should be published; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.PublishingInstance">
            <summary>
            Gets the publish server instance name.
            </summary>
            <value>The publish server.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.PublishingDeepScanRelatedItems">
            <summary>
            Gets the publishing deep scan settings.
            </summary>
            <value>The deep scan.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.RequireTargetDeleteRightWhenCheckingSecurity">
            <summary>
            Gets a value indicating whether to check for delete rights on target items when publishing.
            </summary>
            <remarks>
              <para>Only used when <see cref = "P:Sitecore.Configuration.Settings.Publishing.CheckSecurity"/> is <c>true</c>.</para>
              <para>If set to <c>false</c> all publishing users will be able to publish deletions.</para>
              <para>Default value: true.</para>
            </remarks>
            <value><c>true</c> if delete right should be checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.StatusUpdateInterval">
            <summary>
            Gets the time between updating the status cache for running publishing jobs.
            </summary>
            <value>The update interval.</value>
            <remarks>Default value: 2 seconds.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.ThreadPriority">
            <summary>
            Gets the thread priority of publishing jobs.
            </summary>
            <value>
            The priority. Default value is ThreadPriority.BelowNormal/>
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.TimeBeforeStatusExpires">
            <summary>
            Gets the time before a cached status registration expires.
            </summary>
            <value>The time before status expires.</value>
            <remarks>Default value: 2 hours.</remarks>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Publishing.Recovery">
            <summary>
            Settings controlling publish recovery.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.Recovery.Enabled">
            <summary>
            Gets a value indicating whether publishing recovery is enabled.
            </summary>
            <value>
              <c>true</c> if publishing recovery is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.Recovery.PublishManagerPerformsDump">
            <summary>
            Gets a value indicating whether the PublishManager triggers a recovery dump.
            </summary>
            <value>
            <c>true</c> if the PublishManager triggers a recovery dump; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Publishing.Recovery.PublisherPerformsDump">
            <summary>
            Gets a value indicating whether the Publisher triggers a recover dump.
            </summary>
            <value>
            <c>true</c> if the Publisher triggers a recovery dump; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Query">
            <summary>
            The query.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Query.MaxItems">
            <summary>
            Gets the max items.
            </summary>
            <value>The max items.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Rendering">
            <summary>
            The rendering.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Rendering.Lock">
            <summary>
            The lock.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Rendering.typesThatShouldNotBeExpanded">
            <summary>
            The types that should not be expanded.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.HtmlEncodedFieldTypes">
            <summary>
            Gets pipe-separated list of field types that should be HTML encoded when rendered by the &lt;renderField&gt; pipeline.
            </summary>
            <value>Default value: text|single-line text</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.ImagesAsXhtml">
            <summary>
            Gets a value indicating whether to render images as XHTML.
            </summary>
            <value><c>true</c> if images should be rendered as XHTML; otherwise, <c>false</c>.</value>
            <remarks>Default value: true</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.ProcessDuplicatePlaceholders">
            <summary>
            Gets a value indicating whether to process duplicate placeholders.
            </summary>
            <value>
             <c>true</c> if [process duplicate placeholders]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.RenderingEngineEnabled">
            <summary>
            Gets a value indicating whether Rendering engine is enabled.
            </summary>
            <value>
              <c>true</c> Rendering engine is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.SiteResolving">
            <summary>
            Gets a value indicating whether resolving site information while rendering item links.
            </summary>
            <value><c>true</c> if site resolving is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.SiteResolvingMatchCurrentLanguage">
            <summary>
            Gets a value indicating whether current language is used to resolve site while rendering item links.
            </summary>
            <value>
                <c>true</c> if feature enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.SiteResolvingMatchCurrentSite">
            <summary>
            Gets a value indicating whether current site has higher priority in site resolving while rendering item links.
            </summary>
            <value>
                <c>true</c> if feature enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.TraceUnusedRenderings">
            <summary>
            Gets a value indicating whether unused (non-rendered) rendering should be traced.
            <para>The functionality allows to track renderings mistakenly placed into non-existing placeholders, thus not rendered.</para>
            <para>Since HTML cache allows to skip rendering process in favor of reusing markup, false-positive warnings might be produced.</para>
            <para>Default value: <c>true</c></para>
            </summary>
            <value>
            <c>true</c> if feature enabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rendering.TypesThatShouldNotBeExpanded">
            <summary>
            Gets a <see cref = "T:Sitecore.Collections.Set`1"/> of the types that should not be expanded during page building.
            </summary>
            <value>The types that should not be expanded.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.RequestErrors">
            <summary>
            Settings controlling behaviour when a request error condition occurs.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.RequestErrors.UseServerSideRedirect">
            <summary>
            Gets a value indicating whether the Sitecore uses Server.Transfer instead of Response.Redirect to move to a service page.
            </summary>
            <value>
             <c>true</c> if Sitecore should use Server.Transfer; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Roles">
            <summary>
            The roles.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Roles.MaxNameLength">
            <summary>
            Gets the length of the max name.
            </summary>
            <value>The length of the max name.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Rules">
            <summary>
            Defines the rule sets class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rules.MaxCachedRules">
            <summary>
            Gets the number of maxed cached rule sets.
            </summary>
            <value>The number of maxed cached rule sets.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Rules.ItemEventHandlers">
            <summary>
             Settings specific to the rules invoked via item event handlers.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.Rules.ItemEventHandlers.SupportedDatabaseNames">
            <summary>
            The set of supported database names for the rules invoked via item event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.Settings.Rules.ItemEventHandlers.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Configuration.Settings.Rules.ItemEventHandlers" /> class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Rules.ItemEventHandlers.RunDuringPublishing">
            <summary>
            Gets the value indicating whether to run rule item event handlers during publishing.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.Settings.Rules.ItemEventHandlers.RulesSupported(Sitecore.Data.Database)">
            <summary>
            Returns <c>true</c> if the rules are supported for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns><c>true</c> if the rules are supported for the specified database.</returns>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Runtime">
            <summary>
            The runtime.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Runtime.EffectiveMaxRequestLengthBytes">
            <summary>
            Gets the maximum request length in bytes, adjusted to account for system data being transmitted. Defined as maxRequestLength attribute of httpRuntime.
            </summary>
            <value>The max request length bytes.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Runtime.MaxRequestLength">
            <summary>
            Gets the maximum request length. Defined as maxRequestLength attribute of httpRuntime.
            </summary>
            <value>The length of the max request.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Search">
            <summary>
            Settings for search results in Sitecore Client
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Search.SearchMaxResults">
            <summary>
            Gets the max length of the path to data/serialization folder.
            </summary>
            <value>
            The max length of the path to serialization folder.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Search.UseLegacySearchEngine">
            <summary>
            Gets a value indicating whether the classic search functionality in Sitecore should use the legacy Sitecore.Search indexes.
            The classic search functionality is initiated from the search field above the content tree, the quick search field in the task bar, and the Search application.
            If false, the search functionality uses the Sitecore.ContentSearch search indexes.
            If true, the search functionality uses the legacy Sitecore.Search search indexes.
            Important change:
            [Search.UseLegacySearchEngine] has been removed as a part of removing the legacy search. Still use this property to make sure application
            does not break because of higher matrix of usages
            </summary>
            <value>
              <c>true</c> if legacy search engine should be used; otherwise, <c>false</c>.
            </value>
            <remarks>Default value: true</remarks>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Search.ClassicSearch">
            <summary>
            Settings for search results in classic search
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Search.ClassicSearch.MaxResults">
            <summary>
            Maximum number of results that can be returned by classic search
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Search.ContentTreeSearch">
            <summary>
            Settings for search results in content tree search
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Search.ContentTreeSearch.MaxResults">
            <summary>
            Maximum number of results that can be returned by content tree search
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Search.InstantSearch">
            <summary>
            Settings for search results in instant search
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Search.InstantSearch.MaxResults">
            <summary>
            Maximum number of results that can be returned by instant search
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Scripts">
            <summary>
            Defines the scripts class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Scripts.MaxCachedScripts">
            <summary>
            Gets the max cached scripts.
            </summary>
            <value>The max cached scripts.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Serialization">
            <summary>
             Serialization settings
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Serialization.InvalidFileNameChars">
            <summary>
            Gets the symbols to replace in item names.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Serialization.SerializationFolderPathMaxLength">
            <summary>
            Gets the max length of the path to data/serialization folder.
            </summary>
            <value>
            The max length of the path to serialization folder.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Security">
            <summary>
            Defines Security settings class
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Security.ShareAuthenticationTicket">
            <summary>
            Gets a value indicating whether share authentication ticket.
            </summary>
            <value>
            if <c>true</c> Ticket manager will share authentication tickets between browsers; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Statistics">
            <summary>
            The statistics.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Statistics.CollectRenderingData">
            <summary>
            Gets a value indicating whether renderings statistics should be collected.
            </summary>
            <value><c>true</c> if renderings statistics should be collected; <c>false</c> otherwise.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Statistics.CleanupRenderingStatisticsInterval">
            <summary>
            Gets the cleanup rendering statistics interval.
            <para>Default value: 6 hours.</para>
            </summary>
            <value>
            The cleanup rendering statistics interval.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.ClientFeeds">
            <summary>
            Defines the client feeds class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ClientFeeds.Enabled">
            <summary>
            Gets a value indicating whether Client Feeds are enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ClientFeeds.ItemExpiration">
            <summary>
            Gets items that are older than the specified time interval (in days) will not be included in the feed.
            </summary>
            <value>The item expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.ClientFeeds.MaximumItemsInFeed">
            <summary>
            Gets the maximum number of items to include in the feed.
            </summary>
            <value>The maximum items in feed.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Tasks">
            <summary>
            Defines the tasks class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Tasks.EmailReminderSubject">
            <summary>
            Gets the subject to use for email reminders.
            </summary>
            <value>The subject text.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Tasks.EmailReminderText">
            <summary>
            Gets the leading text to use for email reminders. Custom text will be appended.
            </summary>
            <value>The reminder text.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Templates">
            <summary>
            The templates.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Templates.MaxInheritanceDepth">
            <summary>
            Gets the max inheritance depth.
            </summary>
            <value>The max inheritance depth.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Trace">
            <summary>
            The trace.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Trace.FormattingXslFile">
            <summary>
            Gets the formatting XSL file.
            </summary>
            <value>The formatting XSL file.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.UI">
            <summary>
            The UI.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.UI.CalendarTimeOfDay">
            <summary>
            Gets the default time of day.
            </summary>
            <remarks>
            Defines the default time of day when the user user the calendar
            drop down to select a day. The drop down does not allow the
            user to set the time of day.
            </remarks>
            <value>The default time of day.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.UnitTests">
            <summary>
            The unit tests.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.UnitTests.Host">
            <summary>
            Gets the host.
            </summary>
            <value>The host name.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.UnitTests.Password">
            <summary>
            Gets the password.
            </summary>
            <value>The password.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.UnitTests.UserName">
            <summary>
            Gets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Upload">
            <summary>
            The upload.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Upload.Classic">
            <summary>
            Gets a value indicating whether uploading runs in classic (no flash) mode.
            </summary>
            <value>
             <c>true</c> Indicates if uploading runs in classic (no flash) mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Upload.MaximumDatabaseUploadSize">
            <summary>
            Gets the maximum file size that can be uploaded to database.
            </summary>
            <value>The size of the max file.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Upload.SimpleUploadOverwriting">
            <summary>
            Gets a value indicating whether the simple Upload dialog has overwriting on.
            </summary>
            <value>
             <c>true</c> if the simple Upload dialog has overwriting on; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Validators">
            <summary>
            The validators.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Validators.AutomaticUpdate">
            <summary>
            Gets a value indicating whether validators are automatically run in the content editor.
            </summary>
            <remarks>
            Setting this to 0 disables automatic updates.
            </remarks>
            <value>
             <c>true</c> if validators are automatically run in the content editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Validators.BlockingExpiry">
            <summary>
            Gets the blocking expiry.
            </summary>
            <value>The blocking expiry.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Validators.BlockingSleep">
            <summary>
            Gets the blocking sleep.
            </summary>
            <value>The blocking sleep.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Validators.Expiry">
            <summary>
            Gets the expiry.
            </summary>
            <value>The expiry.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Validators.UpdateDelay">
            <summary>
            Gets the update delay.
            </summary>
            <value>The update delay.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Validators.UpdateFrequency">
            <summary>
            Gets the update frequency.
            </summary>
            <value>The update frequency.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.WebConfig">
            <summary>
            WebConfig class
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.WebConfig.Lock">
            <summary>
            The lock.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.Settings.WebConfig.webConfig">
            <summary>
            The web config.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.GetNodeAttribute(System.String,System.String)">
            <summary>
            Gets the value of an attribute of the node specified by <c>XPath</c>.
            </summary>
            <param name="xpath">
            The XPath.
            </param>
            <param name="attributeName">
            Name of the attribute.
            </param>
            <returns>
            The get node attribute.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.GetNodeValue(System.String)">
            <summary>
            Gets the value of the node specified by <c>XPath</c>.
            </summary>
            <param name="xpath">
            The XPath.
            </param>
            <returns>
            The get node value.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.GetWebConfig">
            <summary>
            Gets web.config as an <see cref="T:System.Xml.XmlDocument"/>.
            </summary>
            <returns>
            The web config.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.NodeExists(System.String)">
            <summary>
            Determines if a node satisfying the specified XPath exists in web.config.
            </summary>
            <param name="xpath">
            The XPath.
            </param>
            <returns>
            The node exists.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.ExpandStandardIncludeFile(System.String,System.Xml.XmlNode)">
            <summary>
            Expands the standard include file.
            </summary>
            <param name="fileName">
            Name of the file.
            </param>
            <param name="targetNode">
            The target node.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.ExpandStandardIncludeFiles(System.Xml.XmlDocument)">
            <summary>
            Expands the standard include files.
            </summary>
            <param name="document">
            The document.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.Settings.WebConfig.GetNode(System.String)">
            <summary>
            Gets the node specified by <c>XPath</c>.
            </summary>
            <param name="xpath">
            The XPath.
            </param>
            <returns>
            The node.
            </returns>
        </member>
        <member name="T:Sitecore.Configuration.Settings.WebEdit">
            <summary>
            The web edit.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.BundledJSFilesPath">
            <summary>
            Gets the path where bundled JavaScript files are stored
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.Classic">
            <summary>
            Gets a value indicating whether this <see cref = "T:Sitecore.Configuration.Settings.WebEdit"/> is classic.
            </summary>
            <value><c>true</c> if classic; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.ContentEditorStyle">
            <summary>
            Gets the content editor IFrame CSS style.
            </summary>
            <value>The content editor IFrame CSS style.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.JQueryUIStylesheet">
            <summary>
            Gets the jQuery UI stylesheet.
            </summary>
            <value>The jQuery UI stylesheet.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.ContentEditorStylesheet">
            <summary>
            Gets the content editor stylesheet.
            </summary>
            <value>The content editor stylesheet.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.CssClass">
            <summary>
            Gets the CSS class.
            </summary>
            <value>The CSS class.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.DefaultButtonPath">
            <summary>
            Gets the default button path.
            </summary>
            <value>The default button path.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.Enabled">
            <summary>
            Gets a value indicating whether WebEdit feature is enabled.
            </summary>
            <value>
              <c>true</c> if WebEdit feature is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.DisabledCssClass">
            <summary>
            Gets the disabled CSS class.
            </summary>
            <value>The disabled CSS class.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.DisableAnimations">
            <summary>
            Gets a value indicating whether animations should be disabled in Page Editor.
            </summary>
            <value><c>true</c> if [disable animations]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.DisabledDot">
            <summary>
            Gets the disabled dot.
            </summary>
            <value>The disabled dot.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.DrawContentDotsByDefault">
            <summary>
            Gets a value indicating whether WebEdit draws the content dots by default.
            </summary>
            <value>
             <c>true</c> if the WebEdit draws the content dots by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.EnabledDot">
            <summary>
            Gets the enabled dot.
            </summary>
            <value>The enabled dot.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.EnableJSBundling">
            <summary>
            Gets a value indicating whether web edit specific JavaScript files should be bundled into one file.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.HSpace">
            <summary>
            Gets the horizontal space.
            </summary>
            <value>The horizontal space.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.PlaceholdersEditableWithoutSettings">
            <summary>
            Gets a value indicating whether placeholders should be editable in the Page Editor if placeholder settings are not specified.
            </summary>
            <value>
                <c>true</c> if [are placeholders editable without settings]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.ShowNumberOfLockedItemsOnButton">
            <summary>
            Gets a value indicating whether [show number of locked items on button].
            </summary>
            <value>
             <c>true</c> if [show number of locked items on button]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.SimulatedCommandExecutionLatency">
            <summary>
            Gets the value(ms) of simulated command execution latency.
            </summary>
            <value>The simulated command execution latency.</value>
            <remarks> For testing purposes only</remarks>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.SpaceCssClass">
            <summary>
            Gets the spacer CSS class.
            </summary>
            <value>The spacer CSS class.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.PageDailyVisitsCacheExpiration">
            <summary>
            Gets the page daily visits cache expiration.
            </summary>
            <value>The page daily visits cache expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.PageDailyVisitsCalculationPeriod">
            <summary>
            Gets the time period during which the average daily visits value is calculated.
            </summary>
            <value>The page daily visits calculation period.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.TestStatisticsCacheExpiration">
            <summary>
            Gets the test statistics cache expiration.
            </summary>
            <value>The test statistics cache expiration.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.UsePopupContentEditor">
            <summary>
            Gets a value indicating whether WebEdit uses the popup content editor.
            </summary>
            <value>
             <c>true</c> if the WebEdit uses the popup content editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.ValidationEnabled">
            <summary>
            Gets a value indicating whether [validation enabled].
            </summary>
            <value><c>true</c> if [validation enabled]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WebEdit.VSpace">
            <summary>
            Gets the vertical space.
            </summary>
            <value>The vertical space.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.WordOCX">
            <summary>
            Settings for WordOCX
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WordOCX.Height">
            <summary>
            Gets the height.
            </summary>
            <value>The height.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WordOCX.Width">
            <summary>
            Gets the width.
            </summary>
            <value>The width.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WordOCX.Padding">
            <summary>
            Gets the padding.
            </summary>
            <value>The padding.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Workbox">
            <summary>
            Settings for the Workbox
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Workbox.StateCommandFilteringItemThreshold">
            <summary>
            Gets the maximum number of items allowed in a single workflow state for command filtering.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Workbox.WorkBoxSingleCommentForBulkOperation">
            <summary>
            Gets whether to display single comment editor for bulk operation.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Workbox.SingleWorkflowStateVersionLoadThreshold">
            <summary>
            Gets the maximum number of versions to load for single workflow state.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Workbox.ShowEmptyWorkflowState">
            <summary>
            Gets whether to display none workflow state in the workbox.
            </summary>
        </member>
        <member name="T:Sitecore.Configuration.Settings.Workflows">
            <summary>
            Defines Workflow feature related settings.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.Workflows.Enabled">
            <summary>
            Gets a value indicating whether Workflow feature is enabled.
            </summary>
            <value>
              <c>true</c> if Workflow feature is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.WorldLingo">
            <summary>
            The world lingo.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WorldLingo.Enabled">
            <summary>
            Gets a value indicating whether WorldLingo is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WorldLingo.Password">
            <summary>
            Gets the password.
            </summary>
            <value>The password.</value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.WorldLingo.Url">
            <summary>
            Gets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="T:Sitecore.Configuration.Settings.XmlControls">
            <summary>
            The xml controls.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.Settings.XmlControls.ThrowException">
            <summary>
            Gets a value indicating whether parsing XmlControls can throw an exception.
            </summary>
            <value>
             <c>true</c> if parsing XmlControls can throw an exception; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.Settings.XmlControls.OutputDebugFiles">
            <summary>
             Gets a value indicating whether the code for compiled XmlControls will be saved as *.cs files in to debug folders.
            </summary>
            <value>
              <c>true</c> if the code for compiled XMLControls should be saved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.SettingsSwitcher">
            <summary>
            Class for switching <c>Sitecore</c> settings.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.SettingsSwitcher.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.SettingsSwitcher"/> class.
            </summary>
            <param name="name">The setting name.</param>
            <param name="value">The setting value.</param>
        </member>
        <member name="P:Sitecore.Configuration.SettingsSwitcher.Enabled">
            <summary>
            Gets a value indicating whether <see cref="T:Sitecore.Configuration.SettingsSwitcher"/> is enabled.
            </summary>
            <value>
              <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.SettingsSwitcher.TryGetSettingValue(System.String,System.String@)">
            <summary>
            Tries to get switched setting value.
            </summary>
            <param name="name">The setting name.</param>
            <param name="value">The setting value.</param>
            <returns>Boolean value indicating whether method returned switched setting value.</returns>
        </member>
        <member name="M:Sitecore.Configuration.SettingsSwitcher.OnDisposed(System.Object,System.EventArgs)">
            <summary>
            Called when disposed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Configuration.SitecoreRole">
            <summary>
              Sitecore Configuration Role.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.SitecoreRole.ContentDeliveryRole">
            <summary>
              The content delivery role.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.SitecoreRole.ContentManagementRole">
            <summary>
              The content management role.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.SitecoreRole.ProcessingRole">
            <summary>
              The processing role.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.SitecoreRole.ReportingRole">
            <summary>
              The reporting role.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.SitecoreRole.StandaloneRole">
            <summary>
              The standalone role.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.SitecoreRole.name">
            <summary>
              The role name.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.#ctor(System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Configuration.SitecoreRole" /> class.
            </summary>
            <param name="roleName">Name of the role.</param>
        </member>
        <member name="P:Sitecore.Configuration.SitecoreRole.ContentDelivery">
            <summary>
              Gets the content delivery Sitecore configuration role.
            </summary>
            <value>
              The content delivery.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.SitecoreRole.ContentManagement">
            <summary>
              Gets the content management Sitecore configuration role.
            </summary>
            <value>
              The content management.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.SitecoreRole.Processing">
            <summary>
              Gets the processing Sitecore configuration role.
            </summary>
            <value>
              The processing.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.SitecoreRole.Reporting">
            <summary>
              Gets the reporting Sitecore configuration role.
            </summary>
            <value>
              The reporting.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.SitecoreRole.Standalone">
            <summary>
              Gets the Standalone Sitecore configuration role.
            </summary>
            <value>
              The standalone configuration role.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.SitecoreRole.Name">
            <summary>
              Gets the role name.
            </summary>
            <value>
              The role name.
            </value>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.op_Equality(Sitecore.Configuration.SitecoreRole,Sitecore.Configuration.SitecoreRole)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="left">The left operand.</param>
            <param name="right">The right operand.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.op_Inequality(Sitecore.Configuration.SitecoreRole,Sitecore.Configuration.SitecoreRole)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="left">The left operand.</param>
            <param name="right">The right operand.</param>
            <returns>
            The result of the operator.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.ToString">
            <summary>Returns a string that represents the current object.</summary>
            <returns>A string that represents the current object.</returns>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.Equals(System.Object)">
            <summary>Determines whether the specified object is equal to the current object.</summary>
            <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
            <param name="obj">The object to compare with the current object. </param>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.GetHashCode">
            <summary>Serves as the default hash function. </summary>
            <returns>A hash code for the current object.</returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Configuration.SitecoreRole.Equals(Sitecore.Configuration.SitecoreRole)">
            <summary>
            Determines whether the specified object is equal to the current object.
            </summary>
            <returns>
            <c>true</c> if the specified object is equal to the current object; otherwise, false.
            </returns>
            <param name="other">
            The other.
            </param>
        </member>
        <member name="T:Sitecore.Configuration.State">
             <summary>
             <para>Sitecore maintains a state about the current webpage
             (in the <see cref="P:Sitecore.Context.Items"/> collection) and about the current
             session (in the <see cref="P:System.Web.HttpContext.Session"/> collection).</para>
             <para>Typical information include the current user, the current web item,
             the current master item, the current layout etc.</para>
             <para>The State class encapsulates both the Items and Session collections.
             </para>
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.State.ActivePublishDate">
            <summary>
            Gets the active publish date.
            </summary>
            <value>The active publish date.</value>
        </member>
        <member name="P:Sitecore.Configuration.State.ActivePublishGroups">
            <summary>
            Gets the active publish groups.
            </summary>
            <value>The active publish groups.</value>
        </member>
        <member name="P:Sitecore.Configuration.State.AddRenderings">
            <summary>
            Gets an array list of renderings to add to the default
            list of renderings.
            </summary>
            <value>An array list of renderingings.</value>
            <remarks><para>As the web engine renders a page, it builds a list of
            renderings to add to the page. Normally the renderings are fetched
            from the current item, but the AddRenderings State variable allows
            additional renderings to be rendered on the page.</para>
                <para>Usually this is used in global.aspx to programatically add
            new renderings to a page based on certain conditions.</para>
                <para>The list consists of either IDs or names of renderings.</para>
                <para>The scope of the value is page and it is stored in the Items variable "SC_ADD_RENDERINGS".</para>
            </remarks>
            <example>
            The following code add the SpotBox rendering to the page, and removes the Document
            rendering, id the user is logged into the extranet.
            <code>
            public PersonalizePage() {
            if (ExtranetSecurity.IsLoggedIn) {
            State.AddRenderings.Add("SpotBox");
            State.RemoveRenderings.Add("Document");
            }
            }
            </code>
                <seealso cref="P:Sitecore.Configuration.State.RemoveRenderings"/>
                <seealso cref="P:Sitecore.Configuration.State.DisableDefaultRenderings"/>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.ClientLanguage">
            <summary>
            Gets or sets the ISO language code the the current client language.
            </summary>
            <value>The current client language ISO code.</value>
            <remarks>
                <para>The client language is the language that the Sitecore client is presented in.
            For instance if the client language is "da" the client will present all menus, toolbars etc.
            in the Danish language.</para>
                <para>The client language code is usually set when the user logs in.
            The language code for a user is specified in the Client Language field on the __User template.</para>
                <para>If the language code is changed, the Sitecore client must be reloaded
            in order to retrieve the new language from the server.</para>
                <para>The scope of the value is session and it is stored in the Session variable "SC_CLIENT_LANGUAGE".</para>
            </remarks>
            <example>
            The following example checks the client language to provide the correct text.
            <code>
            public string GetWelcomeText() {
            if (State.ClientLanguage == "da") {
            return "Velkommen";
            }
            return "Welcome";
            }
            </code>
                <seealso cref="P:Sitecore.Configuration.State.Language"/>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.CommitDisabled">
            <summary>
            Option to disable commits on items.
            </summary>
            <value>
                <c>true</c> if commits are disabled; otherwise, <c>false</c>.
            </value>
            <remarks>
            The scope of the value is thread and it is stored in
            the thread variable "SC_COMMIT_DISABLED".
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.ContentDatabase">
            <summary>
            Gets or sets the content database.
            </summary>
            <value>The content database.</value>
        </member>
        <member name="P:Sitecore.Configuration.State.CustomLayout">
            <summary>
            Gets or sets the ID or name of a custom layout to use
            for the current page request.
            </summary>
            <value>The ID or name of the custom layout.</value>
            <remarks>
                <para>The default layout can be overridden by setting the custom layout
            before the web engine starts (typically in Page_Init or a page handler).
            This can be used to build the layout programatically in conjunction
            with <see cref="P:Sitecore.Configuration.State.AddRenderings"/> and <see cref="P:Sitecore.Configuration.State.RemoveRenderings"/>.</para>
                <para>The scope of the value is page and it is stored in the Items
            variable "SC_CUSTOM_LAYOUT".</para>
            </remarks>
            <example>
            The following example builds a special layout if the user is a special user.
            <code>
            public void BuildVIPLayout(string user) {
            if (user == "VIP") {
            State.CustomLayout = "VIP layout";
            State.AddRenderings.Add("VIPRendering");
            }
            void Page_Init() {
            BuildVIPLayout(myUser);
            }
            }
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.DebugMode">
            <summary>
            Gets or sets a boolean that indicates if Sitecore is in debug mode.
            </summary>
            <value>True, if Sitecore is in debug mode, otherwise false.</value>
            <remarks>
                <para>DebugMode is the global controller of all debug activities. It controls such tools
            as Profiling, Trace, Rendering Borders and Rendering Info. Only if DebugMode is true
            will these tools be available.</para>
                <para>The DebugMode flag also adds further information on the Debug tab in the content area.</para>
                <para>The DebugMode flag can be enabled by specifying the "sc_debug=1" argument
            on the query string. To disable it, specify "sc_debug=0".
            </para>
                <para>The scope of the value is sesion and it is stored in the Session variable "SC_DEBUGMODE".</para>
                <seealso cref="P:Sitecore.Configuration.State.DrawRenderingBorders"/>
                <seealso cref="P:Sitecore.Configuration.State.Profiling"/>
                <seealso cref="P:Sitecore.Configuration.State.ShowRenderingInfo"/>
                <seealso cref="P:Sitecore.Configuration.State.Tracing"/>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Desktop">
            <summary>
            Gets or sets the path of the client desktop webpage.
            </summary>
            <value>The path to the webpage that specifies the Sitecore client.</value>
            <remarks>
                <para>A desktop is the basic webpage that contains a Sitecore client.
            Sitecore only provides one desktop, but customers or partners may implement
            other desktops.</para>
                <para>The desktop is initialized during user login. When the login procedure
            has completed, the browser is redirected to the desktop webpage.</para>
                <para>The desktop for a specific user is specified in the Desktop field on
            the __User template. This is a lookup field pointing to
            "/sitecore/system/Desktops and Themes/Desktops".</para>
                <para>If the user item does not specify a desktop, the value from
            <see cref="P:Sitecore.Configuration.Settings.DefaultDesktop"/> is used.</para>
                <para>The scope of the value is session and it is stored in the Session variable "SC_DESKTOP".</para>
                <seealso cref="P:Sitecore.Configuration.State.Theme"/>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.DisableDefaultRenderings">
            <summary>
            Gets or sets a boolean that indicates if the default renderings are disabled or not.
            </summary>
            <value>True, if default renderings are disabled, otherwise false.</value>
            <remarks>
                <para>Default renderings are the renderings, specified as part of the current layout.
            For instance the Home layout may have a Document rendering.</para>
                <para>When builing a programatic layout using <see cref="P:Sitecore.Configuration.State.AddRenderings"/> and
            <see cref="P:Sitecore.Configuration.State.RemoveRenderings"/>, it is possible to disable any renderings that
            the layout specifies.</para>
                <para>The scope of the value is page and it stored in the Items variable "SC_DISABLE_DEFAULT_RENDERINGS".</para>
            </remarks>
            <example>
            The following example builds a special layout if the user is a VIP.
            <code>
            public void BuildVIPLayout(string user) {
            if (user == "VIP") {
            State.DisableDefaultRenderings = true;
            State.AddRenderings.Add("VIPRendering");
            }
            }
            </code>
                <seealso cref="P:Sitecore.Configuration.State.AddRenderings"/>
                <seealso cref="P:Sitecore.Configuration.State.RemoveRenderings"/>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.DisableItemChangeRegistering">
            <summary>
            Gets or sets a boolean that indicates of item changes are registered.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Configuration.State"/> disables the item change registering; otherwise, <c>false</c>.
            </value>
            <remarks>
            The scope of the value is thread and it is stored in
            the thread variable "SC_COMMIT_DISABLED".
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.DispatchEvents">
            <summary>
            Gets or sets a boolean that indicates if events are dispatched.
            </summary>
            <value>True, if events are dispatched, otherwise false.</value>
            <remarks>
                <para>The event dispatcher is the event handling mechanism in Sitecore. Certain actions
            raise events, for instance saving an item, publishing, tracing and exception handling.</para>
                <para>This flag can be used to disable event handling on the current web page.</para>
                <para>The scope of the value is page and it is stored in the Items variable "SC_DISPATCH_EVENTS".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.DrawRenderingBorders">
            <summary>
            Get or sets a boolean that indicates if borders are drawn around renderings.
            </summary>
            <value>
            True, if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true and borders are drawn, otherwise false.
            </value>
            <remarks>
                <para>When the web engine is running in debug mode, it can drawn borders around
            each rendering. This makes it easy for the developer to identify individual renderings.</para>
                <para>This flag requires that <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true.</para>
                <para>The scope of the value is session and it stored in the Session variable "SC_DRAW_RENDERING_BORDERS".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.ExtensionObjects">
            <summary>
            Gets the hash list of XSL extention objects.
            </summary>
            <value>A hash list of extention objects.</value>
            <remarks>
                <para>An XSL extention is an object that is accessible from within XSL
            transformations. For instance the XslHelper object, which implements the
            "sc:fld" function.</para>
                <para>The developer may make more extention objects available on a per page basis.
            It such case the new extention object can be added to this list.</para>
                <para>The scope of this list is page only. To add extention objects globally,
            use the xslExtentions section ion the web.config.</para>
                <para>The ExtensionObjects is usually used in global.aspx.</para>
                <para>The scope of the value is page and it is stored in the Items variable "SC_EXPAND_LINKED_DATABASES".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Form">
            <summary>
            Gets or sets the current form collection from web page.
            </summary>
            <value>The form collection from the current web page.</value>
            <remarks><para>The Sitecore request handler (HttpModule) overrides the current
            form collection in order to find the correct layout for the page. The normal
            form collection (<see cref="P:System.Web.HttpRequest.Form"/>) is therefore not valid.
            However Sitecore stores the original form collection in this variable before
            overwriting it.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Language">
            <summary>
            Get or sets the current language code.
            </summary>
            <value>The current language code.</value>
            <remarks>
                <para>The current language specifies which pieces of content, Sitecore
            fetches by default. For instance if the language code is "da" (Danish),
            Sitecore will by default fetch contents that have the code "da".</para>
                <para>The code is just an identifier, but usually it is an ISO language code, e.g. "en", "en-us", "da", "ge" etc.</para>
                <para>This State variable does not change the language of the Sitecore client.</para>
            </remarks>
            <example>
            The following example changes the language to german.
            <code>
            string english = version.GetFieldValue("Text"); // english text
            State.Language = "ge";
            string german = version.GetFieldValue("Text"); // german text
            </code>
                <seealso cref="P:Sitecore.Configuration.State.ClientLanguage"/>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.LastError">
            <summary>
            Gets a hash list of sections containing the last errors.
            </summary>
            <value>A hash list of of errors.</value>
            <remarks>
            It is possible to log errors using this State variable. The key of the error
            identifies the type of error, e.g. "Extranet".
            </remarks>
            <example>
            The following example adds an error and retrieves it again.
            <code>
            State.LastError.Add("Extranet", "Unknown user or password");
            string error = State.LastError["Extranet"];
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.MasterItem">
            <summary>
            Gets or sets the current master item.
            </summary>
            <value>The current <see cref="T:Sitecore.Data.Items.Item"/> object.</value>
            <remarks>
                <para>The current master item is used in the Sitecore client. It points
            to the current loaded item in the content area and is set when the
            content area page loads.</para>
                <para>The scope of the value is page and it is stored the Items variable "SC_CURRENT_MASTER_ITEM".</para>
            </remarks>
            <example>
            The following example processes the children of the current master item.
            <code>
            public void IterateChildren() {
            if (State.MasterItem != null) {
            SortedList list = State.MasterItem.GetChildrenSorted();
            for(int n = 0; n &lt; list.count; n++) {
            IMasterItem2 child = list.GetByIndex(n) as IMasterItem2;
            ProcessChild(child);
            }
            }
            }
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.PreviewDate">
            <summary>
            Gets or sets the current date/time of a preview.
            </summary>
            <value>The date/time of the preview.</value>
            <remarks>
                <para>When a preview is generated, it reflects the web site at a certain
            date and time. This date and time is specified in this State variable.</para>
                <seealso cref="P:Sitecore.Configuration.State.PreviewGroups"/>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.PreviewGroups">
            <summary>
            Gets or sets the current publishing groups of a preview.
            </summary>
            <value>The publishing groups of the preview.</value>
            <remarks>
            When a preview is generated, it publishes certain publishing groups.
            These groups are specified in this State variable.
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Previewing">
            <summary>
            Gets a value indicating whether the system is previewing.
            </summary>
            <value>
                <c>true</c> if the system is previewing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.State.Profiling">
            <summary>
            Gets or sets a boolean that indicates if profiling data are generated.
            </summary>
            <value>
            True, if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true and profiling is enabled, otherwise false.
            </value>
            <remarks>
                <para>When profiling the web engine times each rendering. This information is available
            on the Sitecore debug pages "http://www.mysite.net/sitecore/debug".</para>
                <para>Profiling can only be enabled if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true.</para>
                <para>The scope of the value is session and it is stored in the Session variable "SC_PROFILING".</para>
                <seealso cref="P:Sitecore.Configuration.State.Tracing"/>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.RemoveRenderings">
            <summary>
            Gets a has array list of renderings that should be removed from the list of default renderings.
            </summary>
            <value>An array list of rendering names or IDs.</value>
            <remarks>
                <para>Default renderings are the renderings specified as part of the current layout.
            For instance the Home layout may have a Document rendering.</para>
                <para>When builing a programatic layout using <see cref="P:Sitecore.Configuration.State.AddRenderings"/> and
            <see cref="P:Sitecore.Configuration.State.DisableDefaultRenderings"/>, it is possible to remove default renderings.</para>
            </remarks>
            <example>
            The following code adds the SpotBox rendering to the page, and removes the Document
            rendering, if the user is logged into the extranet.
            <code>
            public PersonalizePage() {
            if (ExtranetSecurity.IsLoggedIn) {
            State.AddRenderings.Add("SpotBox");
            State.RemoveRenderings.Add("Document");
            }
            }
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Configuration.State.ResetAfterWebView">
            <summary>
            Gets or sets a boolean that indicates if the web editing state should be reset after web view.
            </summary>
            <value>True, if it should be reset, otherwise false.</value>
            <remarks>This is for internal use only.</remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.ShowEditDots">
            <summary>
            Gets or sets a boolean that indicates if dots (and panel) are shown in preview and web edit mode.
            </summary>
            <value>True, if dots are shown, otherwise false.</value>
            <remarks>
                <para>Dots are the small markers that an editor clicks on in preview or web edit mode
            to edit the content.</para>
                <para>The dots can be turned off. For example this is done in the Web view
            pane in the Sitecore client.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.ShowRenderingInfo">
            <summary>
            Gets or sets a boolean that indicates if rendering info is available.
            </summary>
            <value>
            True, if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true and rendering info should be available, otherwise false.
            </value>
            <remarks>
                <para>The web engine can render information about each rendering on the web page.
            That makes it easy for a developer to identify the individual renderings and their
            parameters.</para>
                <para>Rendering information can only be enabled if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true.</para>
                <para>The scope of the value is session and it is stored in the Session variable "SC_SHOW_RENDERING_INFO".</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Theme">
            <summary>
            Gets or sets the current theme.
            </summary>
            <value>The name of the current theme.</value>
            <remarks>
                <para>A theme is the appearance of the Sitecore client. Themes control
            the stylesheet and images used in the client.</para>
                <para>The theme is initialized during user login.</para>
                <para>The desktop for a specific user is specified in the Theme field on
            the __User template. This is a lookup field pointing to
            "/sitecore/system/Desktops and Themes/Themes".</para>
                <para>If the user item does not specify a theme, the value from
            <see cref="P:Sitecore.Configuration.Settings.DefaultTheme"/> is used.</para>
                <para>The scope of the value is session and it is stored in the Session variable "SC_THEME".</para>
                <seealso cref="P:Sitecore.Configuration.State.Desktop"/>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Tracing">
            <summary>
            Gets or sets a boolean that indicates if tracing data is collected.
            </summary>
            <value>
            True, if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true and tracing is enabled, otherwise false.
            </value>
            <remarks>
                <para>When tracing the web engine collects information about the rendering process.
            This information is available on the Sitecore debug pages "http://www.mysite.net/sitecore/debug".</para>
                <para>Tracing can only be enabled if <see cref="P:Sitecore.Configuration.State.DebugMode"/> is true.</para>
                <para>The scope of the value is session and it is stored in the Session variable "SC_TRACING".</para>
                <seealso cref="P:Sitecore.Configuration.State.Profiling"/>
            </remarks>
        </member>
        <member name="P:Sitecore.Configuration.State.Translating">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Configuration.State"/> is translating.
            </summary>
            <value><c>true</c> if translating; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Configuration.State.WebEditing">
            <summary>
            Gets a value indicating whether the system is web editing.
            </summary>
            <value>
                <c>true</c> if the system is web editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.State.Client">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Configuration.State.Client.UsesBrowserWindowsQueryParameterName">
            <summary>"sc_bw"</summary>
        </member>
        <member name="P:Sitecore.Configuration.State.Client.IsFullscreen">
            <summary>
            Gets or sets a value indicating whether this session is fullscreen.
            </summary>
            <value>
                <c>true</c> if this session is fullscreen; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.State.Client.UsesBrowserWindows">
            <summary>
            Gets or sets a value indicating whether the session uses browser windows.
            </summary>
            <value>
                <c>true</c> if the session uses browser windows; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Configuration.State.Client.NoDesktop">
            <summary>
            Gets or sets a value indicating whether the browser shows the the desktop.
            </summary>
            <value>
                <c>true</c> if the browser shows the the desktop; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.State.HttpRuntime">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Configuration.State.HttpRuntime.AppDomainAppPath">
            <summary>
            Gets or sets the application domain application path.
            </summary>
            <value>The application domain application path.</value>
        </member>
        <member name="T:Sitecore.Configuration.State.Request">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Configuration.State.Request.ContentType">
            <summary>
            Gets or sets a value indicating whether this session is fullscreen.
            </summary>
            <value>
                <c>true</c> if this session is fullscreen; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.State.Sites">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Configuration.State.Sites.IsSiteResolved">
            <summary>
            Gets or sets a value indicating whether the current site has been resolved.
            </summary>
            <value>
                <c>true</c> if the current site has been resolved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Configuration.State.PageDesigner">
            <summary>
            PageDesigner state
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.State.PageDesigner.CurrentDevice">
            <summary>
            Gets or sets the current device.
            </summary>
            <value>The current device.</value>
        </member>
        <member name="M:Sitecore.Configuration.State.GetCustom(System.String)">
            <summary>
            Gets a custom State variable.
            </summary>
            <param name="name">The name of the State variable.</param>
            <returns>The value of the State variable.</returns>
            <remarks>A custom state variable is stored in the Session object
            under the name "SC_CUSTOM_" + <paramref name="name"/>.
            <seealso cref="M:Sitecore.Configuration.State.SetCustom(System.String,System.Object)"/>
            </remarks>
        </member>
        <member name="M:Sitecore.Configuration.State.SetCustom(System.String,System.Object)">
            <summary>
            Sets a custom State variable.
            </summary>
            <param name="name">The name of the State variable.</param>
            <param name="value">The value of the State variable.</param>
            <remarks>A custom state variable is stored in the Session object
            under the name "SC_CUSTOM_" + <paramref name="name"/>.
            <seealso cref="M:Sitecore.Configuration.State.GetCustom(System.String)"/>
            </remarks>
        </member>
        <member name="M:Sitecore.Configuration.State.RemoveCustom(System.String)">
            <summary>
            Removes a custom State variable.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Configuration.State.SetActivePublish(System.DateTime,System.String)">
            <summary>
            Set active publishing info.
            </summary>
            <param name="publishDate">The publish date.</param>
            <param name="groups">The groups.</param>
        </member>
        <member name="M:Sitecore.Configuration.State.GetThreadBool(System.String)">
            <summary>
            Get thread state value.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
            <remarks>Default value is <c>false</c></remarks>
        </member>
        <member name="M:Sitecore.Configuration.State.SetThreadBool(System.String,System.Boolean)">
            <summary>
            Store thread state value.
            </summary>
            <param name="name">The name.</param>
            <param name="value">if set to <c>true</c> this instance is _value.</param>
        </member>
        <member name="M:Sitecore.Configuration.State.GetThreadStateKey(System.String)">
            <summary>
            The thread state key.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Configuration.StateContext">
            <summary>
            Represents the state context.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.StateContext.DataBind">
            <summary>
            Gets or sets a boolean that indicates if the <see cref="M:System.Web.UI.Control.DataBind"/> method
            should be called for current page.
            </summary>
            <value>
            True, if <see cref="M:System.Web.UI.Control.DataBind"/> should be called, otherwise false.
            </value>
            <remarks>
                <para>This flag indicates if the <see cref="M:System.Web.UI.Control.DataBind"/> method should be called
            by the web engine.</para>
                <para>The default value is controlled by <see cref="P:Sitecore.Configuration.Settings.AutomaticDataBind"/>.</para>
                <para>The scope of the value is page and it is stored in the Items variable "SC_DATA_BIND".</para>
            </remarks>
        </member>
        <member name="T:Sitecore.Configuration.XmlConfigFile">
            <summary>
            XmlConfigFile
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigFile.LoadFromFile(System.String)">
            <summary>
            Loads a configuration file from a file.
            </summary>
            <param name="filePath">The file path.</param>
            <returns></returns>
            <exception cref="T:System.NotImplementedException"><c>NotImplementedException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigFile.CreateObjects(System.String)">
            <summary>
            Creates all objects matching <c>xpath</c>.
            </summary>
            <param name="xpath">The xpath.</param>
            <returns></returns>
            <exception cref="T:System.NotImplementedException"><c>NotImplementedException</c>.</exception>
        </member>
        <member name="T:Sitecore.Configuration.XmlConfigRecord">
            <summary>
            XmlConfigRecord class
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.#ctor(System.Xml.XmlNode,Sitecore.Configuration.ConfigStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.XmlConfigRecord"/> class.
            </summary>
            <param name="node">The node.</param>
            <param name="store">The store.</param>
        </member>
        <member name="P:Sitecore.Configuration.XmlConfigRecord.Attributes">
            <summary>
            Gets the attributes.
            </summary>
            <value>The attributes.</value>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.AddRecord(System.String)">
            <summary>
            Adds the record.
            </summary>
            <param name="recordName">Name of the record.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.CreateObject``1">
            <summary>
            Creates the object represented by the record.
            </summary>
            <typeparam name="T"></typeparam>
            <returns></returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"></exception>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.GetChildRecord(System.String)">
            <summary>
            Gets a child record with the specified name.
            </summary>
            <param name="recordName">Name of the record.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.GetChildRecords">
            <summary>
            Gets all child records.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.GetChildRecords(System.String)">
            <summary>
            Gets all child records with the specified name.
            </summary>
            <param name="recordName">Name of the record.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.GetNamedChildRecord(System.String,System.String)">
            <summary>
            Gets a named child record.
            </summary>
            <param name="recordName">Name of the record.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.GetValue">
            <summary>
            Gets the textual value of the record.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.Remove">
            <summary>
            Removes the record from the <see cref="P:Sitecore.Configuration.ConfigRecord.ConfigStore">config store</see>.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.SetAttribute(System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.ApplyDefaults(System.Xml.XmlNode)">
            <summary>
            Applies the defaults.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.ConvertAttributesToElements(System.Xml.XmlNode)">
            <summary>
            Converts the attributes to elements.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.CopyDefaultAttributes(Sitecore.Configuration.ConfigRecord,System.Xml.XmlNode)">
            <summary>
            Copies the default attributes.
            </summary>
            <param name="record">The record.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.CopyDefaultElements(Sitecore.Configuration.ConfigRecord,System.Xml.XmlNode)">
            <summary>
            Copies the default elements.
            </summary>
            <param name="record">The record.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.CopyDefaultTree(Sitecore.Configuration.ConfigRecord,System.Xml.XmlNode)">
            <summary>
            Copies the default tree.
            </summary>
            <param name="record">The record.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.GetObjectNode">
            <summary>
            Gets the object node for the record.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.NormalizeSystemAttributes(System.Xml.XmlNode)">
            <summary>
            Normalizes the system attributes.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigRecord.SetupFactoryArguments(System.Xml.XmlNode)">
            <summary>
            Sets up the factory arguments.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Configuration.XmlConfigStore">
            <summary>
            XmlConfigStore class
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.ActiveStores">
            <summary>
            The _active stores.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.Lock">
            <summary>
            Lock object.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.document">
            <summary>
            The document.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.filePath">
            <summary>
            The _file path.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.watcher">
            <summary>
            The watcher.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.reloadAlarm">
            <summary>
            Tracks deferred reloading of configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Configuration.XmlConfigStore.nextReload">
            <summary>
            Specifies when the next deferred reload should occur. A value of DateTime.MaxValue enables idle state.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.XmlConfigStore"/> class.
            </summary>
            <param name="rootElementName">
            The root Element Name.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:Sitecore.Configuration.XmlConfigStore"/> class from being created.
            Initializes a new instance of the <see cref="T:Sitecore.Configuration.XmlConfigStore"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Configuration.XmlConfigStore.FilePath">
            <summary>
            Gets the file path.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Configuration.XmlConfigStore.RootRecord">
            <summary>
            Gets the root record.
            </summary>
            <value>The root record.</value>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.LoadFromFile(System.String)">
            <summary>
            Loads from file.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <returns>XmlConfigStore object.
            </returns>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.LoadFromXml(System.Xml.XmlDocument)">
            <summary>
            Loads the config store from an XML document.
            </summary>
            <param name="document">
            The document.
            </param>
            <returns>XmlConfigStore object.
            </returns>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">Configuration document is missing a root element.</exception>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.CommitChanges">
            <summary>
            Commits the changes.
            </summary>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException">No FilePath have been specified in XmlConfigStore.</exception>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.SaveToFile(System.String)">
            <summary>
            Saves to file.
            </summary>
            <param name="fileToSave">
            The file path.
            </param>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.HandleConfigChanged">
            <summary>
            Notifies that the configuration file has been changed.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.HandleConfigDeleted">
            <summary>
            Notifies that the configuration file has been changed.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.Reload">
            <summary>
            Reloads this instance.
            </summary>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.EnqueueReload">
            <summary>
            Queues the reloading of configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.InternalLoad">
            <summary>
            Performs the actual loading of the configuration file.
            </summary>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"><c>ConfigurationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Configuration.XmlConfigStore.RecreateWatcher">
            <summary>
            Recreates the file system watcher for the configuration file.
            </summary>
        </member>
        <member name="T:Sitecore.CachePrefix">
            ===============================================================
             <summary>Implements a static class for holding string prefixes for
             cache operations.</summary>
             <remarks>The class does not contain any functionality, but serves as
             a placeholder for a number of string values.</remarks>
            ===============================================================
        </member>
        <member name="F:Sitecore.CachePrefix.Base">
            <summary>The base Sitecore cache prefix.</summary>
            <remarks>Other cache prefixes starts with this base prefix.</remarks>
        </member>
        <member name="F:Sitecore.CachePrefix.ClientData">
            <summary>The cache prefix for client data.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.CoreItem">
            <summary>the cache prefix for core items.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.DatabaseCache">
            <summary>The cache prefix for database objects.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.DomainUser">
            <summary>The cache prefix for domain users.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.DomainUserData">
            <summary>The cache prefix for domain user data.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.Html">
            <summary>The cache prefix for HTML operations.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.IndexCache">
            <summary>The cache prefix for index objects.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.ItemDefinition">
            <summary>the cache prefix for item definitions.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.ItemVersion">
            <summary>the cache prefix for item versions.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.RenderingList">
            <summary>The cache prefix for rendering lists.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.SubDatabases">
            <summary>The cache prefix for subdatabase objects.</summary>
        </member>
        <member name="F:Sitecore.CachePrefix.Xsl">
            <summary>the cache prefix for XSL files.</summary>
        </member>
        <member name="T:Sitecore.Constants">
            ===============================================================
             <summary>Implements a static class for holding miscellaneous
             constantvalues.</summary>
            ===============================================================
        </member>
        <member name="F:Sitecore.Constants.AnonymousUserName">
            <summary>Name of the 'anonymous' user.</summary>
        </member>
        <member name="F:Sitecore.Constants.AshxExtension">
            <summary>ASHX extension.</summary>
        </member>
        <member name="F:Sitecore.Constants.AspxExtension">
            <summary>ASPX extension.</summary>
        </member>
        <member name="F:Sitecore.Constants.CONTENT_EDITOR_SKIN_NAMESPACE_URI">
            <summary>URI of the Content Editor skin namespace</summary>
        </member>
        <member name="F:Sitecore.Constants.ContentPath">
            <summary>Path to the content.</summary>
        </member>
        <member name="F:Sitecore.Constants.CoreDatabaseName">
            <summary>Name of the 'core' database.</summary>
        </member>
        <member name="F:Sitecore.Constants.SecurityConnectionString">
            <summary>Name of the 'security' connection string.</summary>
        </member>
        <member name="F:Sitecore.Constants.CreatorOwnerRoleName">
            <summary>Name of the owner/creator role.</summary>
        </member>
        <member name="F:Sitecore.Constants.DefaultArchiveName">
            <summary>Name of the default archive for a database.</summary>
        </member>
        <member name="F:Sitecore.Constants.DefaultAspNetSessionIdCookieName">
            <summary>Default name of the ASP.NET session id cookie.</summary>
        </member>
        <member name="F:Sitecore.Constants.DefaultCulture">
            <summary>Name of the default culture.</summary>
        </member>
        <member name="F:Sitecore.Constants.DefaultImageNotFoundPath">
            <summary>
            The default path to not found image.
            </summary>
        </member>
        <member name="F:Sitecore.Constants.EmailRegExp">
            <summary> RegExp string for email validation.</summary>
        </member>
        <member name="F:Sitecore.Constants.EveryoneRoleName">
            <summary>Name of the 'everyone' role.</summary>
        </member>
        <member name="F:Sitecore.Constants.FeedRequestPrefixV2">
            <summary>Prefix of feed request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.FinalCountForRulesExecutionPreview">
            <summary>Final count for rules execution preview.</summary>
        </member>
        <member name="F:Sitecore.Constants.GuidLength">
            <summary>Length of a GUID.</summary>
        </member>
        <member name="F:Sitecore.Constants.HttpRequestAbortedKey">
            <summary>Items key for aborted http requests.</summary>
        </member>
        <member name="F:Sitecore.Constants.IconRequestPrefixV2">
            <summary>Prefix of icon request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.TempRequestPrefixV2">
            <summary>Prefix of temp request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoDateLength">
            <summary>Length of an iso date.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoDateUtcLength">
            <summary>Length of a UTC iso date.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoDateTimeLength">
            <summary>Length of an iso datetime.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoDateTimeUtcLength">
            <summary>Length of a UTC iso datetime.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoDateTimeUtcMarker">
            <summary>UTC marker of an iso datetime.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoTimeLength">
            <summary>Length of an iso time.</summary>
        </member>
        <member name="F:Sitecore.Constants.IsoTimeUtcLength">
            <summary>Length of a UTC iso time.</summary>
        </member>
        <member name="F:Sitecore.Constants.LinkPrefix">
            <summary>Prefix of links.</summary>
        </member>
        <member name="F:Sitecore.Constants.LinkTerminator">
            <summary>Terminator of links</summary>
        </member>
        <member name="F:Sitecore.Constants.MaxItemLevel">
            <summary>Maximum length of an item name.</summary>
        </member>
        <member name="F:Sitecore.Constants.MediaLibraryPath">
            <summary>Path to the media library.</summary>
        </member>
        <member name="F:Sitecore.Constants.MediaRequestPrefix">
            <summary>Prefix of media request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.MinimalPageEditorRoleName">
            <summary>
            Defines name of the Minimal Page Editor role.
            </summary>
        </member>
        <member name="F:Sitecore.Constants.ModulesShellSiteName">
            <summary>Name of the 'modules_shell' site.</summary>
        </member>
        <member name="F:Sitecore.Constants.PlaceholderSettingsPath">
            <summary>The placeholder settings root path.</summary>
        </member>
        <member name="F:Sitecore.Constants.PreviewDateCookieName">
            <summary>Name of the Preview Date Cookie.</summary>
        </member>
        <member name="F:Sitecore.Constants.PreviewShellUserCookieName">
            <summary>Name of the Preview Shell User Cookie.</summary>
        </member>
        <member name="F:Sitecore.Constants.PublishingSiteName">
            <summary>Name of the site used when publishing.</summary>
        </member>
        <member name="F:Sitecore.Constants.PublishJobName">
            <summary>Name of the publishing job.</summary>
        </member>
        <member name="F:Sitecore.Constants.PublishReplacerName">
            <summary>Name of the 'publish' replacer.</summary>
        </member>
        <member name="F:Sitecore.Constants.RTEUserCookieName">
            <summary>Name of the RTE Shell User Cookie.</summary>
        </member>
        <member name="F:Sitecore.Constants.RecycleBinArchiveName">
            <summary>Name of the 'recyclebin' archive for a database.</summary>
        </member>
        <member name="F:Sitecore.Constants.RequiredDatabaseVersion">
            <summary>The currently required database version.</summary>
        </member>
        <member name="F:Sitecore.Constants.RestRequestPrefix">
            <summary>Prefix of Rest request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.ShellSiteName">
            <summary>Name of the 'shell' site.</summary>
        </member>
        <member name="F:Sitecore.Constants.AdminSiteName">
            <summary>Name of the 'admin' site.</summary>
        </member>
        <member name="F:Sitecore.Constants.ShortGuidLength">
            <summary>Length of a short GUID.</summary>
        </member>
        <member name="F:Sitecore.Constants.ShortIdLength">
            <summary>Length of a <see cref="T:Sitecore.Data.ShortID"/>.</summary>
        </member>
        <member name="F:Sitecore.Constants.SitecoreDictionaryRootPath">
            <summary>
            Default dictionary root path: '/sitecore/system/Dictionary'
            </summary>
        </member>
        <member name="F:Sitecore.Constants.SitecorePipelinesOnKey">
            <summary>Key name in Items collection of Context.Items </summary>
        </member>
        <member name="F:Sitecore.Constants.SitecorePath">
            <summary>Path to the root of the tree.</summary>
        </member>
        <member name="F:Sitecore.Constants.SitecoreShellPath">
            <summary>Path to the shell.</summary>
        </member>
        <member name="F:Sitecore.Constants.SitecoreUserProfilePath">
            <summary>
            The Path to Sitecore folder with User profile items.
            <remarks>User profile item defines a set of fields that can be stored as user properties.</remarks>
            </summary>
        </member>
        <member name="F:Sitecore.Constants.SitecoreClientUsersRole">
            <summary>Name of the Sitecore Client Users role</summary>
        </member>
        <member name="F:Sitecore.Constants.SpellCheckDictionaryFolder">
            <summary>
            Spell check dictionary folder
            </summary>
        </member>
        <member name="F:Sitecore.Constants.StandardValuesItemName">
            <summary>The name of the standard values item.</summary>
        </member>
        <member name="F:Sitecore.Constants.XamlRequestPrefixV2">
            <summary>Prefix of Xaml request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.LaunchPadId">
            <summary>
            The launchpad identifier.
            </summary>
        </member>
        <member name="F:Sitecore.Constants.RemoveUnusedBlobsOnSave">
            <summary>
            Setting which specifies whether unused blobs should be deleted from an item when it is saved.
            </summary>
        </member>
        <member name="F:Sitecore.Constants.FeedRequestPrefix">
            <summary>Prefix of feed request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.IconRequestPrefix">
            <summary>Prefix of icon request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.TempRequestPrefix">
            <summary>Prefix of temp request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.XamlRequestPrefix">
            <summary>Prefix of Xaml request URLs.</summary>
        </member>
        <member name="F:Sitecore.Constants.NullDate">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Constants.RemoveUnusedBlobsOnDelete">
            <summary>
            Setting which specifies whether unused blobs should be deleted from an item when it is deleted.
            </summary>
        </member>
        <member name="T:Sitecore.Context">
            <summary>
            Context class
            </summary>
            <summary>
            Represents the current state for this request.
            </summary>
            <remarks>
                <para>The Context object holds information about the current state such as current
                database, current language, current domain etc.</para>
                <para>Many of these properties are resolved in the <c>HttpRequest</c> pipeline which
                determines the current site. The site usually specifies the current database,
                language and domain.</para>
                <para>The current item is also resolved in the <c>HttpRequest</c> pipeline.</para>
            </remarks>
            <summary>
            Represents the current state for this request.
            </summary>
            <remarks>
                <para>The Context object holds information about the current state such as current
                database, current language, current domain etc.</para>
                <para>Many of these properties are resolved in the <c>HttpRequest</c> pipeline which
                determines the current site. The site usually specifies the current database,
                language and domain.</para>
                <para>The current item is also resolved in the <c>HttpRequest</c> pipeline.</para>
            </remarks>
            <summary>
            Represents the current state for this request.
            </summary>
            <remarks>
            <para>
            The Context object holds information about the current state such as current
                database, current language, current domain etc.
            </para>
            <para>
            Many of these properties are resolved in the <c>HttpRequest</c> pipeline which
                determines the current site. The site usually specifies the current database,
                language and domain.
            </para>
            <para>
            The current item is also resolved in the <c>HttpRequest</c> pipeline.
            </para>
            </remarks>
        </member>
        <member name="T:Sitecore.Context.ContextData">
            <summary>
            Represents the context data.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.access">
            <summary>
            The Access context.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.diagnostics">
            <summary>
            The Diagnostics context.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.requestId">
            <summary>
            The Request ID.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.security">
            <summary>
            The Security context.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.workflow">
            <summary>
            The Workflow context.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.rawUrl">
            <summary>
            The Raw URL.
            </summary>
        </member>
        <member name="F:Sitecore.Context.ContextData.site">
            <summary>
            The Site context.
            </summary>
        </member>
        <member name="M:Sitecore.Context.ContextData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Context.ContextData"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Context.ContextData.Access">
            <summary>
            Gets the access.
            </summary>
            <value>The access.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Device">
            <summary>
            Gets or sets the device.
            </summary>
            <value>The device.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Diagnostics">
            <summary>
            Gets the diagnostics.
            </summary>
            <value>The diagnostics.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Domain">
            <summary>
            Gets the domain.
            </summary>
            <value>The domain.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.FilePathLanguage">
            <summary>
            Gets or sets the language that was embedded in the file path of the current request.
            </summary>
            <value>The language (might be null, if no language was embedded or the parser has not been run).</value>
            <remarks>The language is parsed out by the <see cref="T:Sitecore.Pipelines.PreprocessRequest.StripLanguage"/> processor.</remarks>
        </member>
        <member name="P:Sitecore.Context.ContextData.IsAdministrator">
            <summary>
            Gets a value indicating whether if the current user is an administrator.
            </summary>
            <value>
              <c>true</c> if the current user is administrator; otherwise, <c>false</c>.
            </value>
            <remarks>If this property is set, all privileges are granted.</remarks>
        </member>
        <member name="P:Sitecore.Context.ContextData.RawUrl">
            <summary>
            Gets or sets the raw URL.
            </summary>
            <value>The raw URL.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.RequestID">
            <summary>
            Gets the request ID.
            </summary>
            <value>The request ID.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Security">
            <summary>
            Gets the security.
            </summary>
            <value>The security.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Site">
            <summary>
            Gets or sets the site.
            </summary>
            <value>The site object.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.User">
            <summary>
            Gets or sets the user.
            </summary>
            <value>The user object.</value>
        </member>
        <member name="P:Sitecore.Context.ContextData.Workflow">
            <summary>
            Gets the workflow.
            </summary>
            <value>The workflow.</value>
        </member>
        <member name="F:Sitecore.Context._state">
            <summary>
            The state context
            </summary>
        </member>
        <member name="F:Sitecore.Context._items">
            <summary>
            The context items collection.
            </summary>
        </member>
        <member name="M:Sitecore.Context.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Context"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Context.Access">
            <summary>
            Provides access to the Security/Workflow framework.
            </summary>
            <value>The access.</value>
        </member>
        <member name="P:Sitecore.Context.ClientData">
            <summary>
            Gets the client data.
            </summary>
            <value>The client data.</value>
        </member>
        <member name="P:Sitecore.Context.HttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <value>
            The HTTP context.
            </value>
        </member>
        <member name="P:Sitecore.Context.ClientPage">
            <summary>
            Gets the current Sheer client page object.
            </summary>
            <value>The client page.</value>
            <remarks>
              <para>If the current page does not inherit from the
            <c>Sitecore.Web.UI.Sheer.ClientPage</c> class, this property is null.</para>
              <para>The <c>ClientPage</c> property provides access to the Sheer framework.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Context.ContentDatabase">
            <summary>
            Gets the current content database.
            </summary>
            <value>The content database.</value>
            <remarks>
              <para>This property specifies which database is being edited by the client. Usually
            this is the Master database.</para>
              <para>Normally this property is only accessed from within the client.</para>
              <para>The value is specified in the Sites section in the web.config.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Context.ContentLanguage">
            <summary>
            Gets the language used by the client to display content.
            </summary>
            <value>The content language.</value>
            <remarks>
                <para>This property specifies the language which the client displays content in by
            default.</para>
                <para>Normally this property is only accessed from within the client.</para>
                <para>The value is specified in the Sites section in the web.config.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Context.Culture">
            <summary>
            Gets a <see cref="T:System.Globalization.CultureInfo"/> object that represents the current language.
            </summary>
            <value>The culture.</value>
        </member>
        <member name="P:Sitecore.Context.Data">
            <summary>
            Gets or sets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="P:Sitecore.Context.Database">
            <summary>
            Gets the current database.
            </summary>
            <value>The database.</value>
            <remarks>
                <para>This property returns the current database. For websites this is usually the
            Web database. In the client, this is the Core database.</para>
                <para>The property is resolved in the <c>HttpRequest</c> pipeline and is obtained from the
            Sites section in the web.config.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Context.Device">
            <summary>
            Gets the current layout device.
            </summary>
            <value>The device.</value>
            <remarks>
            The device is resolved in the <c>HttpRequest</c> pipeline by analyzing the incoming
            request and the items in /sitecore/layout/devices. The best match is selected as the
            current device.
            </remarks>
        </member>
        <member name="P:Sitecore.Context.Diagnostics">
            <summary>
            Provides access to the Diagnostics framework.
            </summary>
            <value>The diagnostics.</value>
        </member>
        <member name="P:Sitecore.Context.Domain">
            <summary>
            Gets the current security domain.
            </summary>
            <value>The domain.</value>
            <remarks>
            This property is resolved in the <c>HttpRequest</c> pipeline. The value is specified in
            the Sites section in the web.config.
            </remarks>
        </member>
        <member name="P:Sitecore.Context.IsAdministrator">
            <summary>
            Gets a value that indicates if the current user is an administrator.
            </summary>
            <value>
                <c>true</c> if this instance is administrator; otherwise, <c>false</c>.
            </value>
            <remarks>If this property is set, all privileges are granted.</remarks>
        </member>
        <member name="P:Sitecore.Context.IsBackgroundThread">
            <summary>
            Gets a boolean that indicates if the current thread is a background thread.
            </summary>
            <value>
            True, if the current thread is a background thread, otherwise false.
            </value>
            <remarks><para>Sitecore may handle requests that are not part of a web request. Such
            requests are considered background or worker threads. An example is the scheduler which
            uses the API to perform certain tasks. When the scheduler executes, it does not run as a
            web request.</para>
                <para>A developer may use this flag to take certain actions when the current thread is
            a background thread.</para>
                <para>A background thread is defined by the current <c>HttpContext</c> is null:
            <code>HttpContext.Current == null</code>
                </para>
            </remarks>
        </member>
        <member name="P:Sitecore.Context.IsLoggedIn">
            <summary>
            Gets a value indicating whether a context user is authenticated.
            </summary>
            <value>
                <c>true</c> if current user is authenticated; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.IsUnitTesting">
            <summary>
            Reserved - for internal use
            </summary>
        </member>
        <member name="P:Sitecore.Context.SkipSecurityInUnitTests">
            <summary>
            Reserved - for internal use
            </summary>
        </member>
        <member name="P:Sitecore.Context.Item">
            <summary>
            Gets or sets the current item.
            </summary>
            <value>
            The <see cref="P:Sitecore.Context.Item"/> identified by the "path" query string parameter,
            or null if the item was not found.
            </value>
            <remarks>
                <para>The current item is the context item from which the web page is rendered.
            For instance if the current item points to the Home item, the web engine will
            render the layout associated with the Home item.</para>
                <para>The current web item is by default obtained by parsing the Path
            argument on the request query string.</para>
                <para>The scope of the value is page and it is stored in the Items variable <c>sc_CurrentItem</c>.</para>
            </remarks>
            <example>
            The following example redirects the page, if the current item has a specific name.
            <code lang="CS">
            public void Redirect(string name, string url) {
            Item item = State.CurrentItem;
            if (item.Name == name) {
            Response.Redirect(url);
            }
            }
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Context.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Context.Job">
            <summary>
            Gets the current job.
            </summary>
            <value>The job.</value>
            <remarks>If a background job is running, this property points to it.</remarks>
        </member>
        <member name="P:Sitecore.Context.Language">
            <summary>
            Gets the current language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Context.Notifications">
            <summary>
            Provides access to the Notification framework.
            </summary>
            <value>The notifications.</value>
        </member>
        <member name="P:Sitecore.Context.Page">
            <summary>
            Provides access to the current ASP.NET Page object.
            </summary>
            <value>The page.</value>
        </member>
        <member name="P:Sitecore.Context.RawUrl">
            <summary>
            Gets a normalized copy of the raw URL of the current request.
            </summary>
            <value>The raw URL.</value>
            <seealso cref="M:Sitecore.Web.WebUtil.NormalizeUrl(System.String)"/>
        </member>
        <member name="P:Sitecore.Context.Request">
            <summary>
            Provides access to the current ASP.NET <see cref="T:System.Web.HttpRequest"/> object.
            </summary>
            <value>The request.</value>
        </member>
        <member name="P:Sitecore.Context.RequestID">
            <summary>
            Gets the request ID.
            </summary>
            <value>The request ID.</value>
        </member>
        <member name="P:Sitecore.Context.Resources">
            <summary>
            Provides access to the Resource framework.
            </summary>
            <value>The resources.</value>
        </member>
        <member name="P:Sitecore.Context.Security">
            <summary>
            Provides access to the Security framework.
            </summary>
            <value>The security.</value>
        </member>
        <member name="P:Sitecore.Context.Site">
            <summary>
            Represents the current site.
            </summary>
            <value>The site.</value>
            <remarks>
                <para>The Site object contains information about the current site, e.g. database,
            language and domain.</para>
                <para>A site is configured in the Sites section in web.config.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Context.State">
            <summary>
            Gets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.Context.Task">
            <summary>
            Gets current task (if any).
            </summary>
            <value>The task (or <c>null</c>).</value>
        </member>
        <member name="P:Sitecore.Context.User">
            <summary>
            Gets the current user.
            </summary>
            <value>The user.</value>
            <remarks>
            The current user is either the logged in user, a user that has been switched to
            or the Anonymous user, if no other user has been specified.
            </remarks>
        </member>
        <member name="P:Sitecore.Context.Workflow">
            <summary>
            Provides access to the current workflow framework.
            </summary>
            <value>The workflow.</value>
        </member>
        <member name="P:Sitecore.Context.ConfigurationRules">
            <summary>
            Provides access to the current configuration rules.
            </summary>
        </member>
        <member name="P:Sitecore.Context.PreviewSiteName">
            <summary>
            The name of the preview site.
            </summary>
        </member>
        <member name="M:Sitecore.Context.GetDeviceName">
            <summary>
            Gets the name of the current device.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Context.GetSiteName">
            <summary>
            Gets the name of the current site.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Context.GetTaskStack">
            <summary>
            Gets the task stack.
            </summary>
            <returns>The task stack.</returns>
        </member>
        <member name="M:Sitecore.Context.GetUserName">
            <summary>
            Gets the name of the current user.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Context.Logout">
            <summary>
            Logs the current user out.
            </summary>
        </member>
        <member name="M:Sitecore.Context.SetActiveSite(System.String)">
            <summary>
            Sets the active site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <remarks>
                <para>The current site is normally determined by the <see cref="T:System.Web.HttpRequest"/> module. However if
            the API is instantiated outside a Http request, it is possible to specify the
            current site using this methods.</para>
                <para>This method is rarely used and should be used with caution.</para>
                <para>Situations where this method can be used are: an event from a <c>FileWatcher</c>
            object or a background thread.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Context.SetLanguage(Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Sets the current language for current request, and can persist it for <see cref="P:Sitecore.Context.Site"/> via session cookie.
            </summary>
            <param name="language">The language to be set.</param>
            <param name="persistent">if set to <c>true</c>, the value will be persisted (via session cookie).</param>
        </member>
        <member name="M:Sitecore.Context.SetLanguage(Sitecore.Globalization.Language,System.Boolean,Sitecore.Sites.SiteContext,System.Nullable{System.DateTime})">
            <summary>
            Sets the current language for current request, and can persist it for given site for specified duration via cookie.
            </summary>
            <param name="language">The language to be set.</param>
            <param name="persistent">if set to <c>true</c> persistent via cookie.</param>
            <param name="expiryDate">The cookie expiry date. <c>null</c> for making cookie as 'session'.</param>
            <param name="site">The site to have language set.</param>
        </member>
        <member name="M:Sitecore.Context.SetTraceBuffer(System.Text.StringBuilder)">
            <summary>
            Sets the active trace buffer.
            </summary>
            <param name="buffer">The buffer.</param>
        </member>
        <member name="M:Sitecore.Context.Trace(System.String,System.Object[])">
            <summary>
            Traces the specified message to the active <see cref="M:Sitecore.Context.SetTraceBuffer(System.Text.StringBuilder)">trace buffer</see>.
            </summary>
            <param name="message">The message.</param>
            <param name="parameters">The parameters (if the message is a <see cref="M:System.String.Format(System.String,System.Object[])">format string</see>).</param>
        </member>
        <member name="M:Sitecore.Context.GetClientData">
            <summary>
            Gets the client data.
            </summary>
            <returns>The ClientDataStore.</returns>
        </member>
        <member name="M:Sitecore.Context.ConfigureHttpRuntime">
            <summary>
            Configures the HTTP runtime.
            </summary>
        </member>
        <member name="M:Sitecore.Context.GetTraceBuffer">
            <summary>
            Gets the active trace buffer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Context.SetAppDomainAppPath">
            <summary>
            Sets the <c>AppDomain</c> <c>AppPath</c>.
            </summary>
        </member>
        <member name="T:Sitecore.Context.Constants">
            <summary>
            The Context Constants.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.CLIENTPAGEKEY">
            <summary>
            The key that is used to get or set ClientPage data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.CONTENTDATABASEKEY">
            <summary>
            The key that is used to get or set ContentDatabase data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.CURRENTITEMKEY">
            <summary>
            The key that is used to get or set CurrentItem data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.CURRENTJOBKEY">
            <summary>
            The key that is used to get or set CurrentJob data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.LANGUAGEKEY">
            <summary>
            The key that is used to get or set Language data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.TASKSTACKKEY">
            <summary>
            The key that is used to get or set TaskContextStack data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.CONTEXTDATAKEY">
            <summary>
            The key that is used to get or set Context Data data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.ISUNITTESTINGKEY">
            <summary>
            The key that is used to get or set IsUnitTesting data from the Context.Items.
            </summary>
        </member>
        <member name="F:Sitecore.Context.Constants.SKIPSECURITYINUNITTESTSKEY">
            <summary>
            The key that is used to get or set SkipSecurityInUnitTests data from the Context.Items.
            </summary>
        </member>
        <member name="T:Sitecore.Context.PageDesigner">
            <summary>
            Represents the Page Designer.
            </summary>
        </member>
        <member name="P:Sitecore.Context.PageDesigner.IsDesigning">
            <summary>
            Gets a value indicating whether this instance is designing.
            </summary>
            <value>
                <c>true</c> if this instance is designing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageDesigner.IsLayouting">
            <summary>
            Gets a value indicating whether this instance is layouting.
            </summary>
            <value>
                <c>true</c> if this instance is layouting; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageDesigner.IsLayoutViewing">
            <summary>
            Gets a value indicating whether this instance is viewing.
            </summary>
            <value>
                <c>true</c> if this instance is viewing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageDesigner.LayoutHandle">
            <summary>
            Gets the handle.
            </summary>
            <value>The handle.</value>
        </member>
        <member name="P:Sitecore.Context.PageDesigner.PageDesignerHandle">
            <summary>
            Gets the handle.
            </summary>
            <value>The handle.</value>
        </member>
        <member name="T:Sitecore.Context.PageMode">
            <summary>
            Retrieves information about the current page mode.
            </summary>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsDebugging">
            <summary>
            Gets a value indicating whether this instance is debugging.
            </summary>
            <value>
                <c>true</c> if this instance is debugging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsExperienceEditor">
            <summary>
            Gets a value indicating whether this instance is experience editor.
            </summary>
            <value>
                <c>true</c> if this instance is experience editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsExperienceEditorEditing">
            <summary>
            Gets a value indicating whether this instance is experience editor editing.
            </summary>
            <value>
                <c>true</c> if this instance is experience editor editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsNormal">
            <summary>
            Gets a value indicating whether the page mode is normal.
            </summary>
            <value><c>true</c> if the page mode is normal; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsPreview">
            <summary>
            Gets a value indicating whether this instance is preview.
            </summary>
            <value>
                <c>true</c> if this instance is preview; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsSimulatedDevicePreviewing">
            <summary>
            Gets a value indicating whether this instance is device previewing.
            </summary>
            <value>
            <c>true</c> if this instance is device previewing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Context.PageMode.IsProfiling">
            <summary>
            Gets a value indicating whether this instance is profiling.
            </summary>
            <value>
                <c>true</c> if this instance is profiling; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.ContextBase">
            <summary>
            Represents the Sitecore current state for this request.
            <para>Wraps calls to <see cref="T:Sitecore.Context"/>.</para>
            </summary>
        </member>
        <member name="P:Sitecore.ContextBase.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="T:Sitecore.ContractAnnotationAttribute">
            <summary>
            Describes dependency between method input and output.
            </summary>
            <syntax>
            <p>Function Definition Table syntax:</p>
            <list>
            <item>FDT ::= FDTRow [;FDTRow]*</item>
            <item>FDTRow ::= Input =&gt; Output | Output &lt;= Input</item>
            <item>Input ::= ParameterName: Value [, Input]*</item>
            <item>Output ::= [ParameterName: Value]* {halt|stop|void|nothing|Value}</item>
            <item>Value ::= true | false | null | notnull | canbenull</item>
            </list>
            If method has single input parameter, it's name could be omitted.<br/>
            Using <c>halt</c> (or <c>void</c>/<c>nothing</c>, which is the same) for method output
            means that the methos doesn't return normally (throws or terminates the process).<br/>
            Value <c>canbenull</c> is only applicable for output parameters.<br/>
            You can use multiple <c>[ContractAnnotation]</c> for each FDT row, or use single attribute
            with rows separated by semicolon. There is no notion of order rows, all rows are checked
            for applicability and applied per each program state tracked by R# analysis.<br/>
            </syntax>
            <examples><list>
            <item><code>
            [ContractAnnotation("=&gt; halt")]
            public void TerminationMethod()
            </code></item>
            <item><code>
            [ContractAnnotation("halt &lt;= condition: false")]
            public void Assert(bool condition, string text) // regular assertion method
            </code></item>
            <item><code>
            [ContractAnnotation("s:null =&gt; true")]
            public bool IsNullOrEmpty(string s) // string.IsNullOrEmpty()
            </code></item>
            <item><code>
            // A method that returns null if the parameter is null,
            // and not null if the parameter is not null
            [ContractAnnotation("null =&gt; null; notnull =&gt; notnull")]
            public object Transform(object data)
            </code></item>
            <item><code>
            [ContractAnnotation("=&gt; true, result: notnull; =&gt; false, result: null")]
            public bool TryParse(string s, out Person result)
            </code></item>
            </list></examples>
        </member>
        <member name="T:Sitecore.Convert">
            <summary>
            Provides conversion utility functions for a number of types.
            </summary>
        </member>
        <member name="M:Sitecore.Convert.Base64ToHashtable(System.String)">
            <summary>
            Converts a Base64 encoded string to a Hashtable.
            </summary>
            <param name="data">The data.</param>
            <returns>The to hashtable.</returns>
        </member>
        <member name="M:Sitecore.Convert.Base64ToObject(System.String)">
            <summary>
            Converts a Base64 encoded string to an object.
            </summary>
            <param name="data">The data.</param>
            <returns>The to object.</returns>
        </member>
        <member name="M:Sitecore.Convert.HashtableToBase64(System.Collections.Hashtable)">
            <summary>
            Converts a Hashtable to a Base64 encoded string.
            </summary>
            <param name="data">The data.</param>
            <returns>The to base64.</returns>
        </member>
        <member name="M:Sitecore.Convert.ObjectToBase64(System.Object)">
            <summary>
            Converters an object to a Base64 encoded string.
            </summary>
            <param name="data">The data.</param>
            <returns>The to base64.</returns>
        </member>
        <member name="T:Sitecore.Data.AliasResolver">
            <summary>Resolves an alias.</summary>
            <remarks>
                <para>An alias is a URL that points to another location in the content tree. For
                instance the URL "/campaign" can be setup to point to
                "/sitecore/content/Home/Campaigns/2005/Super Offers".</para>
                <para>Aliases are configures in /sitecore/system/Aliases</para>
                <para>An alias resolver is attach to a database and is access through the
                <see cref="P:Sitecore.Data.Database.Aliases">Sitecore.Data.Database.Aliases</see> property.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.AliasResolver.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.AliasResolver"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.AliasResolver.Item(System.String)">
            <summary>
            Gets a <see cref="T:Sitecore.Data.Fields.LinkField"/> form a specified alias.
            </summary>
        </member>
        <member name="M:Sitecore.Data.AliasResolver.Exists(System.String)">
            <summary>
            Determines if an alias point to a valid item.
            </summary>
            <param name="alias">Alias.</param>
            <returns>The exists.</returns>
        </member>
        <member name="M:Sitecore.Data.AliasResolver.GetTargetID(System.String)">
            <summary>
            Gets the target ID.
            </summary>
            <param name="alias">Alias.</param>
            <returns>The target ID.</returns>
        </member>
        <member name="M:Sitecore.Data.AliasResolver.GetTargetUrl(System.String)">
            <summary>
            Gets the target URL.
            </summary>
            <param name="alias">Alias.</param>
            <returns>The target URL.</returns>
        </member>
        <member name="T:Sitecore.Data.Appearance">
            <summary>
            Defines the appearance properties.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Appearance.#ctor">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Appearance"/> instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Appearance.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Appearance"/> instance.
            </summary>
            <param name="displayName">The display name.</param>
        </member>
        <member name="P:Sitecore.Data.Appearance.DisplayName">
            <summary>
            Gets or sets the display name.
            </summary>
            <value>The name of the display.</value>
            <remarks>If the display name field is blank, the item name is used.</remarks>
        </member>
        <member name="P:Sitecore.Data.Appearance.HelpLink">
            <summary>
            Gets or sets the help link.
            </summary>
            <value>The help link.</value>
        </member>
        <member name="P:Sitecore.Data.Appearance.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Data.Appearance.LongDescription">
            <summary>
            Gets or sets the long description.
            </summary>
            <value>The long description.</value>
        </member>
        <member name="P:Sitecore.Data.Appearance.ShortDescription">
            <summary>
            Gets or sets the short description.
            </summary>
            <value>The short description.</value>
        </member>
        <member name="P:Sitecore.Data.Appearance.Style">
            <summary>
            Gets or sets the CSS style.
            </summary>
            <value>The CSS style.</value>
            <remarks>
                <para>The CSS style is primarly used in the Content Tree where the style is applied
                to tree node. For instance all top sections (content, media library, templates
                etc.) have the style "color:green" which makes the nodes appear green.</para>
            </remarks>
            <isnew/>
        </member>
        <member name="T:Sitecore.Data.Archiving.Archive">
            <summary>
              Provides functionality to archive an item.
            </summary>
            <remarks>
              When archiving an item, the item is moved to the Archive database.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.#ctor(System.String)">
            <summary>
              Creates a new <see cref="T:Sitecore.Data.Archiving.Archive" /> instance.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="P:Sitecore.Data.Archiving.Archive.Name">
            <summary>
              Gets the name of the archive.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.ArchiveItem(Sitecore.Data.Items.Item)">
            <summary>
              Archives an item.
            </summary>
            <param name="item">Item.</param>
            <returns>The archival id.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.ArchiveVersion(Sitecore.Data.Items.Item)">
            <summary>
              Archives an item version.
            </summary>
            <param name="item">Item version.</param>
            <returns>The archival id.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetArchivalId(Sitecore.Data.ID)">
            <summary>
              Gets the archival id associated with an item.
            </summary>
            <param name="itemId">The item id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetEntries(System.Int32,System.Int32)">
            <summary>
              Gets a list of entries.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetEntries(Sitecore.Data.ID)">
            <summary>
              Gets a list of entries.
            </summary>
            <param name="archivalId">The archival Id.</param>
            <returns>List of entries.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetEntriesForUser(Sitecore.Security.Accounts.User,System.Int32,System.Int32)">
            <summary>
              Gets a list of entries owned by the specified user.
            </summary>
            <remarks>If the current user is an administrator, all entries are returned.</remarks>
            <param name="user">The user.</param>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetEntryCount">
            <summary>
              Gets the number of entries currently in the archive.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetEntryCountForUser(Sitecore.Security.Accounts.User)">
            <summary>
              Gets the entry count for current user.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetVersions(Sitecore.Data.ID)">
            <summary>
              Gets the versions for archived item.
            </summary>
            <param name="itemId">The item Id.</param>
            <returns>ArchivedItemVersionList object.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetVersions(System.Guid)">
            <summary>
              Gets the versions for archived item.
            </summary>
            <param name="archivalId">
              The archival Id.
            </param>
            <returns>
              ArchivedItemVersionList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.GetVersions(System.Guid,Sitecore.Security.Accounts.User)">
            <summary>
              Gets the versions for archived item.
            </summary>
            <param name="archivalId">The item Id.</param>
            <param name="user">The user.</param>
            <returns>
              ArchivedItemVersionList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RemoveEntries">
            <summary>
              Removes all entries from the archive.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RemoveEntries(Sitecore.Data.ID)">
            <summary>
              Removes the entries.
            </summary>
            <param name="archivalId">The archival id.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RemoveEntries(Sitecore.Data.ID,Sitecore.Data.Archiving.ArchivedItemVersionList)">
            <summary>
              Removes all entries from the archive.
            </summary>
            <param name="archivalId">The archival id.</param>
            <param name="versions">The versions.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RemoveEntries(Sitecore.Security.Accounts.User)">
            <summary>
              Removes entries created by some user
            </summary>
            <param name="user">User object.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RemoveVersion(System.Guid)">
            <summary>
              Removes version from archive.
            </summary>
            <param name="versionId">Version id.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RestoreItem(System.Guid)">
            <summary>
              Restores an item.
            </summary>
            <param name="archivalId">The archival id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RestoreItem(System.Guid,Sitecore.Data.Archiving.ArchivedItemVersionList)">
            <summary>
              Restores an item.
            </summary>
            <param name="archivalId">The archival id.</param>
            <param name="versions">Versions list.</param>
            <returns>
              <c>true</c> if Item was restored, <c>false</c> otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.RestoreVersion(System.Guid)">
            <summary>
              Restores the version.
            </summary>
            <param name="versionId">The version Id.</param>
            <returns>
              <c>true</c> if item was restored, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.IncludeOnlyArchivedBy(Sitecore.Security.Accounts.User)">
            <summary>
            Decides if <paramref name="user"/> should see only archived by himself, or all items as a result of the request.
            <para><see cref="F:Sitecore.SecurityModel.Policy.WellKnown.RecycleBinCanSeeAllItems"/> should be explicitly allowed to get 'see all items' permission, or user should be an admin.</para>
            </summary>
            <param name="user">The user to get a list of archived items.</param>
            <returns>
            <c>true</c> if <see cref="F:Sitecore.SecurityModel.Policy.WellKnown.RecycleBinCanSeeAllItems"/> is not allowed for user;
            <c>false</c> if <paramref name="user"/> is admin, or policy allows to see all items in recycle bin.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.NotifyItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
              Notifies the item deleted.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.NotifyItemDeleting(Sitecore.Data.Items.Item,System.Boolean@)">
            <summary>
              Notifies the item deleting.
            </summary>
            <param name="item">The item.</param>
            <param name="canceled">if set to <c>true</c> this event is <paramref name="canceled" />.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.Archive.NotifyVersionDeleted(Sitecore.Data.Items.Item)">
            <summary>
              Notifies the item deleted.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchivedItemVersionList">
            <summary>
            A list of archived item versions (<see cref="T:Sitecore.Data.Archiving.ArchiveItemVersion"/> class).
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchivedItemVersionList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.Archiving.ArchiveItemVersion})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.ArchivedItemVersionList"/> class.
            </summary>
            <param name="versions">
            The versions.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchivedItemVersionList.#ctor">
            <summary>
              Initializes a new instance of the <see cref = "T:Sitecore.Data.Archiving.ArchivedItemVersionList" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchivedItemVersionList.Deserialize(System.String)">
            <summary>
            Deserializes the specified serialization string.
            </summary>
            <param name="serializationString">
            The serialization string.
            </param>
            <returns>
            ArchivedItemVersionList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchivedItemVersionList.GetLanguages">
            <summary>
            The get languages.
            </summary>
            <returns>
            Languages collection.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchivedItemVersionList.GetVersions">
            <summary>
            Gets the versions.
            </summary>
            <returns>
            Versions of passed type.
            </returns>
            <exception cref="T:System.ArgumentOutOfRangeException">
            <c>sharingType</c> is out of range.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchivedItemVersionList.Serialize">
            <summary>
            Serializes this instance.
            </summary>
            <returns>
            String representation of object.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveEntry">
            <summary>
            ArchiveEntry
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveEntry.#ctor(System.Guid,Sitecore.Data.ID,Sitecore.Data.ID,System.String,System.String,System.DateTime,System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.ArchiveEntry"/> class.
            </summary>
            <param name="archivalId">The archival id.</param>
            <param name="itemId">The item id.</param>
            <param name="parentId">The parent id.</param>
            <param name="name">The name.</param>
            <param name="originalLocation">The original location.</param>
            <param name="archiveDate">The archive date.</param>
            <param name="archivedBy">The archived by.</param>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ArchivalId">
            <summary>
            Gets the archival id.
            </summary>
            <value>The archival id.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ArchiveDate">
            <summary>
            Gets the archive date in UTC time.
            </summary>
            <value>The archive date.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ArchiveLocalDate">
            <summary>
            Gets the archive local date in local time.
            </summary>
            <value>The archive local date.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ArchivedBy">
            <summary>
            Gets the archived by.
            </summary>
            <value>The archived by.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ArchiveName">
            <summary>
            Gets the name of the archive.
            </summary>
            <value>The name of the archive.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.OriginalLocation">
            <summary>
            Gets the original location.
            </summary>
            <value>The original location.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveEntry.ParentId">
            <summary>
            Gets the parent id.
            </summary>
            <value>The parent id.</value>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveEntryList">
            <summary>
            ArchiveEntry list.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveEntryList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.Archiving.ArchiveEntry})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.ArchiveEntryList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveEntryList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.ArchiveEntryList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveItemCompletedEvent">
            <summary>
            Defines the archive item completed event class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveItemVersion">
            <summary>
            Carries archived item details (<see cref="P:Sitecore.Data.Archiving.ArchiveItemVersion.ItemId"/>, <see cref="P:Sitecore.Data.Archiving.ArchiveItemVersion.Version"/>, and <see cref="P:Sitecore.Data.Archiving.ArchiveItemVersion.Language"/>).
            <para>Carries when (<see cref="P:Sitecore.Data.Archiving.ArchiveItemVersion.Date"/>) and who (<see cref="P:Sitecore.Data.Archiving.ArchiveItemVersion.By"/>) arhived this version.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.ArchiveItemVersion.date">
            <summary>
            The Deletion date.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.ArchivalId">
            <summary>
             Gets or sets Archival Id
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.By">
            <summary>
              Gets or sets user name who deleted version
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.Date">
            <summary>
            Gets or sets the Deletion date.
            </summary>
            <value>
            The Deletion date.
            </value>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.ItemId">
            <summary>
              Gets or sets the Item id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.Language">
            <summary>
              Gets or sets language.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.Version">
            <summary>
              Gets or sets Version.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveItemVersion.VersionId">
            <summary>
              Gets or sets VersionId.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveManager">
            <summary>
            ArchiveManager
            </summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.ArchiveManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.ArchiveManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveManager.GetArchive(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an archive by name from the specifoed database.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveManager.GetArchiveCount(Sitecore.Data.Database)">
            <summary>
            Gets the archive count for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveManager.GetArchives(Sitecore.Data.Database)">
            <summary>
            Gets all the archives of the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveProvider">
            <summary>
            ArchiveProvider
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveProvider.MatchDatabaseNames">
            <summary>
            Gets the match databases.
            </summary>
            <value>The match databases.</value>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"/> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveProvider.GetArchive(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an archive by name from the specifoed database.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveProvider.GetArchiveCount(Sitecore.Data.Database)">
            <summary>
            Gets the archive count for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveProvider.GetArchives(Sitecore.Data.Database)">
            <summary>
            Gets all the archives of the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveProviderCollection">
            <summary>
            ArchiveProviderCollection
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Archiving.ArchiveProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Data.Archiving.ArchiveVersionCompletedEvent">
            <summary>
            Archive Version completed Event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.ArchiveVersionCompletedEvent.#ctor(Sitecore.Data.ID,System.String,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.ArchiveVersionCompletedEvent"/> class.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveVersionCompletedEvent.ItemId">
            <summary>
            Gets or sets ItemId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveVersionCompletedEvent.Language">
            <summary>
            Gets or sets Language.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.ArchiveVersionCompletedEvent.Version">
            <summary>
            Gets or sets Version.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Archiving.DataArchives">
            <summary>
            Represents the archives that are attached to a database.
            </summary>
            <remarks>
            The archives are normally access through the
            <see cref="P:Sitecore.Data.Database.Archives"/> property.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Archiving.DataArchives.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.DataArchives"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.DataArchives.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Archiving.Archive"/> with the specified name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.DataArchives.Count">
            <summary>
            Gets the number of archives.
            </summary>
            <value>The count.</value>
        </member>
        <member name="T:Sitecore.Data.Archiving.DefaultArchiveManager">
            <summary>The default archive manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.DefaultArchiveManager.providerHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.DefaultArchiveManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Data.Archiving.ArchiveProvider,Sitecore.Data.Archiving.ArchiveProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.DefaultArchiveManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Data.Archiving.DefaultArchiveManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Data.Archiving.DefaultArchiveManager.GetArchive(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an archive by name from the specified database.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
            <returns>The archive.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.DefaultArchiveManager.GetArchiveCount(Sitecore.Data.Database)">
            <summary>
            Gets the archive count for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The archive count.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.DefaultArchiveManager.GetArchives(Sitecore.Data.Database)">
            <summary>
            Gets all the archives of the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The archives.</returns>
        </member>
        <member name="T:Sitecore.Data.Archiving.RestoreItemCompletedEvent">
            <summary>
            Defines the restore item completed event class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.RestoreItemCompletedEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.RestoreItemCompletedEvent"/> class.
            </summary>
            <param name="item">
            The item to be restored.
            </param>
            <param name="parentID">
            The parent ID.
            </param>
        </member>
        <member name="P:Sitecore.Data.Archiving.RestoreItemCompletedEvent.DatabaseName">
            <summary>
            Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.RestoreItemCompletedEvent.ParentId">
            <summary>
            Gets or sets ParentId.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Archiving.RestoreVersionCompletedEvent">
            <summary>
            Restore Version Completed Event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.RestoreVersionCompletedEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.RestoreVersionCompletedEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="parentId">
            The parent id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
        </member>
        <member name="P:Sitecore.Data.Archiving.RestoreVersionCompletedEvent.DatabaseName">
            <summary>
              Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.Archiving.RestoreVersionCompletedEvent.Language">
            <summary>
              Gets or sets Language.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.RestoreVersionCompletedEvent.ParentId">
            <summary>
              Gets or sets ParentId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Archiving.RestoreVersionCompletedEvent.Version">
            <summary>
              Gets or sets Version.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Archiving.SqlArchive">
            <summary>
            Sql Archive class.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.SqlArchive._dataApi">
            <summary>
              data API
            </summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.SqlArchive._database">
            <summary>
              Database
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.#ctor(System.String,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.SqlArchive"/> class.
            </summary>
            <param name="name">
            Archive Name.
            </param>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="P:Sitecore.Data.Archiving.SqlArchive.Api">
            <summary>
              Gets the Server Data API.
            </summary>
            <value>The Server Data API.</value>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveItem(Sitecore.Data.Items.Item)">
            <summary>
            Archives the item.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            Archive ID
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Archives the version.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>Archive ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetArchivalId(Sitecore.Data.ID)">
            <summary>
            Gets the archival id associated with an item.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The archivek ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntries(System.Int32,System.Int32)">
            <summary>
            Gets a list of entries.
            </summary>
            <param name="pageIndex">
            Index of the page.
            </param>
            <param name="pageSize">
            Size of the page.
            </param>
            <returns>
            Archive entries.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntries(Sitecore.Data.ID)">
            <summary>
            Gets a list of entries.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <returns>
            List of entries.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntriesForUser(Sitecore.Security.Accounts.User,System.Int32,System.Int32)">
            <summary>
            Gets a list of entries owned by the specified user.
            </summary>
            <param name="user">
            The user.
            </param>
            <param name="pageIndex">
            Index of the page.
            </param>
            <param name="pageSize">
            Size of the page.
            </param>
            <returns>Get archive entries for user.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntryCount">
            <summary>
            Gets the number of entries currently in the archive.
            </summary>
            <returns>
            The get entry count.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntryCountForUser(Sitecore.Security.Accounts.User)">
            <summary>
            Gets the entry count for current user.
            </summary>
            <param name="user">The user.
            </param>
            <returns>
            The get entry count for user.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetVersions(Sitecore.Data.ID)">
            <summary>
            Gets the versions for archived item.
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <returns>
            ArchivedItemVersionList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetVersions(System.Guid,Sitecore.Security.Accounts.User)">
            <summary>
            Gets the versions for archived item.
            </summary>
            <param name="archivalId">The item Id.</param>
            <param name="user">The user.</param>
            <returns>
            ArchivedItemVersionList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RemoveEntries">
            <summary>
            Remove all entries from the current archive.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RemoveEntries(Sitecore.Security.Accounts.User)">
            <summary>
            Removes entries created by some user
            </summary>
            <param name="user">The user.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RemoveEntries(Sitecore.Data.ID)">
            <summary>
            Removes the entries.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RemoveVersion(System.Guid)">
            <summary>
            Removes version from archive.
            </summary>
            <param name="versionId">
            The version id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreItem(System.Guid)">
            <summary>
            Restores an item.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
            <returns>
            The restore item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreVersion(System.Guid)">
            <summary>
            Restores the version.
            </summary>
            <param name="versionId">
            The version Id.
            </param>
            <returns>
            <c>true</c> if item was restored, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.CreateDataApi">
            <summary>
            Initializes the data API.
            </summary>
            <returns>
            The data api.
            </returns>
            <exception cref="T:System.InvalidOperationException">
            SqlArchive can only be used for databases with a valid ConnectionStringName
            </exception>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntries(Sitecore.Security.Accounts.User,System.Int32,System.Int32,Sitecore.Data.ID)">
            <summary>
            Gets the entries.
            </summary>
            <param name="user">
            The user.
            </param>
            <param name="pageIndex">
            Index of the page.
            </param>
            <param name="pageSize">
            Size of the page.
            </param>
            <param name="archivalId">
            The archival id.
            </param>
            <returns>Archived Entries.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntries(System.String,System.Object[])">
            <summary>
            Gets the entries.
            </summary>
            <param name="sql">
            The sql.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            Set of archive entries.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetEntryCount(Sitecore.Security.Accounts.User)">
            <summary>
            The get entry count.
            </summary>
            <param name="user">
            The user.
            </param>
            <returns>
            Entries count.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.OnArchiveItemCompleted">
            <summary>
            Called when the archive item has completed.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.OnArchiveVersionCompleted(Sitecore.Data.Items.Item)">
            <summary>
            Called when the restore version has completed.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.OnRestoreItemCompleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Called when the restore item has completed.
            </summary>
            <param name="item">
            The item to be restored.
            </param>
            <param name="parentId">
            The parent id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.OnRestoreVersionCompleted(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String,System.Int32)">
            <summary>
            Called when the restore version has completed.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveData(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Archives the data.
            </summary>
            <param name="item">The item.</param>
            <param name="archivalId">The archival id.</param>
            <returns>
            The archive data.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveFieldData(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Archives the versioned field data.
            </summary>
            <param name="item">
            The item to be archived.
            </param>
            <param name="archivalId">
            The archival id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveIsEmpty(System.Guid)">
            <summary>
            Archives the is empty.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
            <returns>
            <c>true</c> if archive is empty.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveItemData(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Archives the item data.
            </summary>
            <param name="item">The item to be archived.</param>
            <param name="archivalId">The archival id.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveSharedFields(Sitecore.Data.ID,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Archives the shared fields.
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <param name="archivalId">
            The archival id.
            </param>
            <param name="performUnregister">
            The perform Unregister.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveUnversionedFields(Sitecore.Data.ID,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Archives the unversioned fields.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="archivalId">
            The archival id.
            </param>
            <param name="performUnregister">
            if set to <c>true</c> [perform unregister].
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveUnversionedFields(Sitecore.Data.ID,Sitecore.Data.ID,System.String)">
            <summary>
            Archives the unversioned fileds.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="archivalId">
            The archival id.
            </param>
            <param name="language">
            The language.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveVersionedFields(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Archives the versioned fields.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="archivalId">The archival id.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ArchiveVersionedFields(Sitecore.Data.ID,Sitecore.Data.ID,System.String,System.Int32)">
            <summary>
            Archives the versioned fields.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="archivalId">The archival id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.CreateRestorePath(System.String,Sitecore.Data.ID)">
            <summary>
            The create restore path.
            </summary>
            <param name="path">The path.</param>
            <param name="targetId">The target id.</param>
            <returns>The last child in the created chain.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.CreateRestoreTarget(System.Guid,Sitecore.Data.ID,System.String)">
            <summary>
            Creates the restore target. Two scenarios are possible here. If we
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="targetId">
            The target id.
            </param>
            <param name="originalLocation">
            The original location.
            </param>
            <returns>
            The create restore target.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.DoArchiveItems(System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item},Sitecore.Data.ID)">
            <summary>
            Archives a set of items.
            </summary>
            <param name="items">The items.</param>
            <param name="archivalId">The archival id.</param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.DoArchiveVersion(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Executes the archive version event.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="archivalId">
            The archival id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.DoRestoreItem(System.Guid,Sitecore.Data.ID,Sitecore.Data.Archiving.ArchivedItemVersionList)">
            <summary>
            Executes the restore item event.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <param name="versions">
            The versions.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.EnsureRestoreTarget(System.Guid)">
            <summary>
            Ensures the restore target.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
            <returns>
            The ensure restore target.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetArchival(Sitecore.Data.Items.Item,Sitecore.Data.ID@)">
            <summary>
            Gets or registers new archival. All deleted versions should be stored under the same archive.
            </summary>
            <param name="item">
            The item to be archived.
            </param>
            <param name="id">
            Archive id.
            </param>
            <returns>
            <c>true</c> if new archive was created, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetArchiveItems(Sitecore.Data.ID)">
            <summary>
            Gets the archive items.
            </summary>
            <param name="archivalId">The archival id.</param>
            <returns>
            List of Items that are stored in Archive.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetArchivedItemInfo(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            The get archived item info.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="name">The name.</param>
            <param name="templateId">The template id.</param>
            <param name="branchId">The branch id.</param>
            <param name="parentItemId">The parent item id.</param>
            <param name="created">The item created date.</param>
            <returns>Archived Item Information.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetItemInformation(System.Guid,Sitecore.Data.ID)">
            <summary>
            Gets the item information.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            ArchivedItemInfo object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetVersion(System.Guid)">
            <summary>
            Gets the version.
            </summary>
            <param name="versionId">
            The version id.
            </param>
            <returns>
            Archive version information.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetVersionsInternal(System.Guid,Sitecore.Data.ID,Sitecore.Security.Accounts.User)">
            <summary>
            Gets the versions.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <param name="user">
            The user.
            </param>
            <returns>
            Versions including shared, unversioned, versioned for item in archive.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.ItemExists(Sitecore.Data.ID)">
            <summary>
            Checks if item about to restore already exists.
            </summary>
            <param name="itemId">
            Id of Item to be restored.
            </param>
            <returns>
            <c>true</c> if Item exists <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.LanguageExists(Sitecore.Data.ID,System.String)">
            <summary>
            Languages the exists.
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            The language exists.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.MaterializeVersion(Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Materializes the version.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <returns>
            ArchiveItemVersion object constructed.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RemoveItem(System.Guid,Sitecore.Data.ID)">
            <summary>
            Removes all entries from the archive.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RemoveVersionInternal(System.Guid)">
            <summary>
            Removes the version.
            </summary>
            <param name="versionId">
            The version id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreFieldData(System.Guid,Sitecore.Data.ID,Sitecore.Data.Archiving.ArchivedItemVersionList)">
            <summary>
            Restores the field data.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            Id of item to restore.
            </param>
            <param name="versions">
            The archived item version list.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreItem(System.Guid,Sitecore.Data.ID,Sitecore.Data.Archiving.ArchivedItemVersionList)">
            <summary>
            Restores an item.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <param name="versions">
            Versions list.
            </param>
            <returns>
            The restore item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreItemData(System.Guid,Sitecore.Data.ID)">
            <summary>
            Restores the item data.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreItemData(System.Guid,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Restores the item data.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <param name="parentId">
            The parent Id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreSharedFields(System.Guid,Sitecore.Data.ID)">
            <summary>
            Checks if item about to restore already exists.
            </summary>
            <param name="archivalId">
            The archival Id.
            </param>
            <param name="itemId">
            Item id to be restored.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreUnversionedFields(Sitecore.Data.ID,System.String)">
            <summary>
            Restores the unversioned fields.
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <param name="language">
            The language.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.RestoreVersionedFields(System.Guid,System.Int32)">
            <summary>
            Restores the versioned fields.
            </summary>
            <param name="versionId">
            The version Id.
            </param>
            <param name="restoreAsVersion">
            The restore As Version.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.SharedFieldsExist(Sitecore.Data.ID)">
            <summary>
            Shareds the fields exist.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The shared fields exist.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.UnregisterArchive(System.Guid)">
            <summary>
            Unregisters the archive.
            </summary>
            <param name="archivalId">
            The archival id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.UnregisterSharedFields(Sitecore.Data.ID)">
            <summary>
            Unregisters the shared fields.
            </summary>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.UnregisterUnversionedFields(Sitecore.Data.ID)">
            <summary>
            Unregisters the unversioned fields.
            </summary>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.UpdateArchiveInformation(Sitecore.Data.Items.Item)">
            <summary>
            Updates the archive information. For the cases when when some version was deleted first, then item moved/renamed
              and deleted after all. So data in Archive table become stale. When restore will be performed item should
              be restored to the latest location and with the latest name it had.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetAvailableVersion(Sitecore.Data.ID,System.String,System.Int32)">
            <summary>
            The version exists.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <returns>
            <c>true</c> if the version exists.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchive.GetInt(System.String,System.Object[],System.Int32)">
            <summary>
            Gets the int.
            </summary>
            <param name="sql">
            The SQL statement.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The get int.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Archiving.SqlArchiveProvider">
            <summary>
            SqlArchiveProvider
            </summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchiveProvider.GetArchive(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an archive by name from the specified database.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchiveProvider.GetArchiveCount(Sitecore.Data.Database)">
            <summary>
            Gets the archive count for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchiveProvider.GetArchives(Sitecore.Data.Database)">
            <summary>
            Gets all the archives of the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SqlArchiveProvider.GetArchive(System.Xml.XmlNode,Sitecore.Data.Database)">
            <summary>
            Gets the archive.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Archiving.SwitchingArchiveManager">
            <summary>The switching archive manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.SwitchingArchiveManager.providers">
            <summary>The providers.</summary>
        </member>
        <member name="F:Sitecore.Data.Archiving.SwitchingArchiveManager.mapping">
            <summary>The mapping.</summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.SwitchingArchiveManager.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Archiving.SwitchingArchiveManager"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Archiving.SwitchingArchiveManager.GetArchive(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an archive by name from the specified database.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="database">The database.</param>
            <returns>The archive.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SwitchingArchiveManager.GetArchiveCount(Sitecore.Data.Database)">
            <summary>
            Gets the archive count for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The archive count.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SwitchingArchiveManager.GetArchives(Sitecore.Data.Database)">
            <summary>
            Gets all the archives of the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The archives.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SwitchingArchiveManager.FindToCall``1(Sitecore.Data.Database,System.Func{Sitecore.Data.Archiving.ArchiveProvider,``0})">
            <summary>Find a provider and pass it to function.</summary>
            <param name="database">The database.</param>
            <param name="func">The function to call.</param>
            <typeparam name="T">The return type.</typeparam>
            <returns>The result of <paramref name="func"/> or <c>null</c> if provider is not found.</returns>
        </member>
        <member name="M:Sitecore.Data.Archiving.SwitchingArchiveManager.InitializeMapping">
            <summary>
            Initializes the mapping.
            </summary>
            <exception cref="T:Sitecore.Exceptions.ProviderConfigurationException"><c>ProviderConfigurationException</c>.</exception>
        </member>
        <member name="T:Sitecore.Data.BranchId">
            <summary>
            Represents a master ID.
            </summary>
        </member>
        <member name="M:Sitecore.Data.BranchId.#ctor(Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.BranchId"/> class.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="P:Sitecore.Data.BranchId.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="M:Sitecore.Data.BranchId.ToString">
            <summary>
            Returns the ID as a string.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> containing the ID.
            </returns>
        </member>
        <member name="T:Sitecore.Data.BranchRecords">
            <summary>Represents the masters that are defined in a specified database.</summary>
            <remarks><para>Masters are configured in /sitecore/masters.</para>
            <para>The masters are normally access through the
            <see cref="P:Sitecore.Data.Database.Branches"/> property.</para></remarks>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.BranchRecords"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.BranchRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.BranchItem"/> with the specified id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.BranchRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.BranchItem"/> with the specified id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.BranchRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.BranchItem"/> with the specified id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.BranchRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.BranchItem"/> with the specified name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.BranchRecords.Item(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.BranchItem"/> with the specified name.
            </summary>
            <value></value>
            <contract />
        </member>
        <member name="P:Sitecore.Data.BranchRecords.Item(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.BranchItem"/> with the specified name.
            </summary>
            <contract />
        </member>
        <member name="M:Sitecore.Data.BranchRecords.CreateMaster(System.String,Sitecore.Data.Items.TemplateItem)">
            <summary>
            Creates a new master.
            </summary>
            <param name="name">Name.</param>
            <param name="template">Template.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="name" condition="not null" />
              <requires name="template" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMaster(Sitecore.Data.ID)">
            <summary>
            Gets a master.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="itemID" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMaster(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets a master.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="itemID" condition="not null" />
              <requires name="language" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMaster(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a master.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="itemID" condition="not null" />
              <requires name="language" condition="not null" />
              <requires name="version" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMaster(System.String)">
            <summary>
            Gets a master.
            </summary>
            <param name="itemPath">Item path.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="itemPath" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMaster(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets a master.
            </summary>
            <param name="itemPath">Item path.</param>
            <param name="language">Language.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="itemPath" condition="not null" />
              <requires name="language" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMaster(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a master.
            </summary>
            <param name="masterName">Item path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <returns>The master.</returns>
            <contract>
              <requires name="masterName" condition="not null" />
              <requires name="language" condition="not null" />
              <requires name="version" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMasterFromFullName(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a master from its full name.
            </summary>
            <param name="fullName">The full name.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The master from full name.</returns>
            <contract>
                <requires name="fullName" condition="not null"/>
                <requires name="language" condition="not null"/>
                <requires name="version" condition="not null"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMasterFromName(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a master from its name.
            </summary>
            <param name="name">The name.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The master from name.</returns>
            <contract>
                <requires name="name" condition="not null"/>
                <requires name="language" condition="not null"/>
                <requires name="version" condition="not null"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMasterFromName(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Gets a master from its name.
            </summary>
            <param name="name">The name.</param>
            <param name="root">The root of the subtree to search.</param>
            <returns>The master from name.</returns>
            <contract>
                <requires name="name" condition="not null"/>
                <requires name="root" condition="not null"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.BranchRecords.GetMasterFromPath(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a master from its path.
            </summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The master from path.</returns>
            <contract>
                <requires name="path" condition="not null"/>
                <requires name="language" condition="not null"/>
                <requires name="version" condition="not null"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="T:Sitecore.Data.BulkUpdateContext">
            <summary>
            BatchUpdateContext class
            </summary>
        </member>
        <member name="F:Sitecore.Data.BulkUpdateContext._onLeave">
            <summary>
            Actions to be done while leaving context
            </summary>
        </member>
        <member name="M:Sitecore.Data.BulkUpdateContext.#ctor">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="E:Sitecore.Data.BulkUpdateContext.OnLeave">
            <summary>
            Occurs when leaving context.
            </summary>
        </member>
        <member name="P:Sitecore.Data.BulkUpdateContext.IsActive">
            <summary>
            Gets a value indicating whether a batch update is in progress.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.BulkUpdateContext.Dispose">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.CacheWriteDisabler">
            <summary>
            Disables caches for given thread to be write.
            </summary>
        </member>
        <member name="M:Sitecore.Data.CacheWriteDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.CacheWriteDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Clones.ChildCreatedNotification">
            <summary>
            Defines the child created notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.ChildCreatedNotification.ChildId">
            <summary>
            Gets or sets the child id.
            </summary>
            <value>The child id.</value>
        </member>
        <member name="M:Sitecore.Data.Clones.ChildCreatedNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">
            The Sitecore item to accept the notification for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.ChildCreatedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <param name="item">
            The Sitecore item to register warning for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.ChildCreatedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.FieldChangedNotification">
            <summary>
            Defines the field changed notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.FieldChangedNotification.FieldID">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Data.Clones.FieldChangedNotification.NewValue">
            <summary>
            Gets or sets the new value.
            </summary>
            <value>The new value.</value>
        </member>
        <member name="P:Sitecore.Data.Clones.FieldChangedNotification.OldValue">
            <summary>
            Gets or sets the old value.
            </summary>
            <value>The old value.</value>
        </member>
        <member name="P:Sitecore.Data.Clones.FieldChangedNotification.VersionUri">
            <summary>
            Gets or sets the version URI.
            </summary>
            <value>The version URI.</value>
        </member>
        <member name="M:Sitecore.Data.Clones.FieldChangedNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">
            The Sitecore item to accept the notification.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.FieldChangedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <param name="item">
            The Sitecore item to register a worning for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.FieldChangedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.FirstVersionAddedNotification">
            <summary>
            The first version added notification.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Clones.FirstVersionAddedNotification.Key">
            <summary>
            The key of class <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions"/> that is used in notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.FirstVersionAddedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register a worning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.FirstVersionAddedNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">The Sitecore item to accept the Notification for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.FirstVersionAddedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemMovedChildCreatedNotification">
            <summary>
            Defines the child item moved notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedChildCreatedNotification.ChildId">
            <summary>
            Gets or sets the child id.
            </summary>
            <value>
            The child id.
            </value>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildCreatedNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">The Sitecore item to accept the notification.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildCreatedNotification.Reject(Sitecore.Data.Items.Item)">
            <summary>
            Rejects the specified item.
            </summary>
            <param name="item">The Sitecore item to reject the notification for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildCreatedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register warning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildCreatedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildCreatedNotification.RemoveItemMovedNotification(Sitecore.Data.Clones.NotificationProvider,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Called when the remove is item moved.
            </summary>
            <param name="notificationProvider">The notification provider.</param>
            <param name="child">The child.</param>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemMovedChildRemovedNotification">
            <summary>
            Defines the item moved child removed notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedChildRemovedNotification.ChildId">
            <summary>
            Gets or sets the chuild id.
            </summary>
            <value>
            The chuild id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedChildRemovedNotification.OriginalItemId">
            <summary>
            Gets or sets the original item id.
            </summary>
            <value>
            The original item id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedChildRemovedNotification.MovedOutCloneTree">
            <summary>
            Gets or sets a value indicating whether [moved out clone tree].
            </summary>
            <value>
              <c>true</c> if [moved out clone tree]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildRemovedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register warning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedChildRemovedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemMovedNotification">
            <summary>
            Defines the item moved notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedNotification.ParentId">
            <summary>
            Gets or sets the child id.
            </summary>
            <value>
            The child id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedNotification.OriginalItemId">
            <summary>
            Gets or sets the original item id.
            </summary>
            <value>
            The original item id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedNotification.MovedOutCloneTree">
            <summary>
            Gets or sets a value indicating whether [moved out the tree].
            </summary>
            <value>
              <c>true</c> if [moved out the tree]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedNotification.SourceParentId">
            <summary>
            Gets or sets the source parent id.
            </summary>
            <value>
            The source parent id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemMovedNotification.InitialParentID">
            <summary>
            Gets or sets the initial parent.
            </summary>
            <value>
            The initial parent.
            </value>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">The Sitecore item to accept the notification.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register warning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.Reject(Sitecore.Data.Items.Item)">
            <summary>
            Rejects the specified item.
            </summary>
            <param name="item">The Sitecore item to reject the notification for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.Dismiss(Sitecore.Data.Items.Item)">
            <summary>
            Dismiss the notification
            </summary>
            <param name="item">The Sitecore item to dismiss the notification for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.UncloneItem(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Unclones the item.
            </summary>
            <param name="item">The item.</param>
            <param name="processChildren">if set to <c>true</c> [process children].</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.GetNewParent">
            <summary>
            Gets the new parent.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemMovedNotification.RemoveChildCreatedNotifications(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Clones.NotificationProvider)">
            <summary>
            Removes the ItemMovedChildCreatedNotification instances.
            </summary>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
            <param name="notificationProvider">The notification provider.</param>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemSourceUriProviders.ISourceUriProvider">
            <summary>
            Provides and validates values for item <see cref="F:Sitecore.FieldIDs.Source"/> field to enable <see cref="T:Sitecore.Configuration.Settings.ItemCloning"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ISourceUriProvider.GetItemUriFromSourceItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the clone target <see cref="T:Sitecore.Data.ItemUri"/> from current item.
            </summary>
            <param name="item">The item from which clone source should be extracted.</param>
            <returns><value>null</value> if item is not a clone, or could not parse itemUri.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ISourceUriProvider.IsValidSourceFieldValue(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether provided candidateUri (in <see cref="T:Sitecore.Data.ItemUri"/> format) can be set as item source.
            <para>A sanitary check for recursion is performed here.</para>
            </summary>
            <param name="item">The item to have clone source set.</param>
            <param name="candidateUri">The candidateUri in <see cref="T:Sitecore.Data.ItemUri"/> format.</param>
            <returns><c>true</c>if candidateUri can be set as a clone source for the item;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider">
            <summary>
            Provides and validates <see cref="T:Sitecore.Data.Items.Item"/> source for <see cref="T:Sitecore.Configuration.Settings.ItemCloning"/> functionality.
            <para>Must prevent recursions in cloning chain, and extract clone source from provided <see cref="T:Sitecore.Data.Items.Item"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.Log">
            <summary>
            The log.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.ItemManager">
            <summary>
            The item manager.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider" /> class.
            </summary>
            <param name="itemManager">The item manager.</param>
            <param name="log">The log.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.GetItemUriFromSourceItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the clone target <see cref="T:Sitecore.Data.ItemUri" /> from current item.
            </summary>
            <param name="item">The item from which clone source should be extracted.</param>
            <returns>
              <value>null</value> if item is not a clone, or could not parse itemUri; value otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.IsValidSourceFieldValue(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether provided candidateUri has correct data inside, and will not cause recursion if set as item source.
            </summary>
            <param name="item">The item to have item cloning source set.</param>
            <param name="candidateUri">The candidateUri in <see cref="T:Sitecore.Data.ItemUri"/> format to act as clone source.</param>
            <returns><c>true</c>if candidateUri can be set as a clone source for the item;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.IsValidIfSourceNotFound(Sitecore.Data.Items.Item,Sitecore.Data.ItemUri)">
            <summary>
            Determines whether an item has 'eligible' clone source even though could not be fetched by <see cref="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.GetCloneSourceItem(Sitecore.Data.Database,Sitecore.Data.ItemUri)"/>.
            </summary>
            <param name="candidateItem">An item whose clone source could not be fetched.</param>
            <param name="candidateItemSourceUri">The candidate source URI.</param>
            <returns><c>false</c> if having not-existing 'source' in inheritance chain is not acceptable;<c>true</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.ReactOnCyclicDependency(Sitecore.Data.Items.Item,System.Collections.Generic.HashSet{Sitecore.Data.ID},Sitecore.Data.ItemUri)">
            <summary>
            Reacts the on cyclic dependency detected in clone inheritance chain.
            </summary>
            <param name="item">The item for which a cyclic dependency was detected.</param>
            <param name="cloneIDSources">The clone identifier sources.</param>
            <param name="candidateSourceUri">The candidate source URI.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.GetCloneSourceItem(Sitecore.Data.Database,Sitecore.Data.ItemUri)">
            <summary>
            Gets the clone source item specified in ItemUri.
            </summary>
            <param name="database">A constructed database to fetch item from.</param>
            <param name="candidateSourceUri">The candidate source URI to load item.</param>
            <returns><c>null</c> if could not fetch item by uri; matching item otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.ItemSourceUriProvider.IsValidSourceFieldValue(Sitecore.Data.Items.Item,Sitecore.Data.ItemUri)">
            <summary>
            Determines whether provided <see cref="T:Sitecore.Data.ItemUri"/> has correct data inside, and will not cause recursion if set as item source.
            </summary>
            <param name="item">The item to have 'cloning source' set.</param>
            <param name="candidateSourceUri">The candidate source URI.</param>
            <returns><c>true</c>if candidateSourceUri can be set as a clone source for the item;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemSourceUriProviders.NoValidationItemSourceUriProvider">
            <summary>
            Provides <see cref="T:Sitecore.Data.Items.Item"/> source for <see cref="T:Sitecore.Configuration.Settings.ItemCloning"/> functionality.
            <para>Returns always <c>true</c> for validations.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.NoValidationItemSourceUriProvider.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Clones.ItemSourceUriProviders.NoValidationItemSourceUriProvider"/> class.
            </summary>
            <param name="itemManager">The item manager.</param>
            <param name="log">The log.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemSourceUriProviders.NoValidationItemSourceUriProvider.IsValidSourceFieldValue(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether provided candidateUri has correct data inside, and will not cause recursion if set as item source.
            </summary>
            <param name="item">The item to have item cloning source set.</param>
            <param name="candidateUri">The candidateUri in <see cref="T:Sitecore.Data.ItemUri" /> format to act as clone source.</param>
            <returns>
              <c>true</c>if candidateUri can be set as a clone source for the item;<c>false</c> otherwise.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemTreeMovedNotification">
            <summary>
            Defines the item tree moved notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemTreeMovedNotification.AncestorId">
            <summary>
            Gets or sets the ancestor id.
            </summary>
            <value>
            The ancestor id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.ItemTreeMovedNotification.OriginalItemId">
            <summary>
            Gets or sets the original item id.
            </summary>
            <value>
            The original item id.
            </value>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemTreeMovedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register warning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemTreeMovedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.ItemVersionNotification">
            <summary>
            The item version notification.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemVersionNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register a worning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemVersionNotification.Reject(Sitecore.Data.Items.Item)">
            <summary>
            Rejects the specified item.
            </summary>
            <param name="item">The Sitecore item to reject the notification for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemVersionNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">The Sitecore item to accept the Notification for.</param>
            <exception cref="T:System.NotImplementedException"><c>NotImplementedException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.Clones.ItemVersionNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.MemoryNotificationProvider">
            <summary>
            The Notification Database that stores all data in static list.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Clones.MemoryNotificationProvider.Notifications">
            <summary>
            The notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.AddNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            Adds notification.
            </summary>
            <param name="notification">The notification.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.GetNotification(Sitecore.Data.ID)">
            <summary>
            Gets notification by ID.
            </summary>
            <param name="id">The Notification ID</param>
            <returns>The Notification.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.GetNotifications(Sitecore.Data.Items.Item)">
            <summary>
            The get notifications.
            </summary>
            <param name="clone">The Sitecore Item to get notifications for.</param>
            <returns>The list of Notifications for the item.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.GetNotifications(Sitecore.Data.ItemUri)">
            <summary>
            Gets the notifications.
            </summary>
            <param name="itemUri">The item URI.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.GetNotifications(System.Type)">
            <summary>
            Gets the notifications.
            </summary>
            <param name="notificationType">Type of the notification.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.GetNotifications">
            <summary>
            Gets all notifications.
            </summary>
            <returns>
            The list of all registered Notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.RemoveNotification(Sitecore.Data.ID)">
            <summary>
            Removes the notification with specified ID.
            </summary>
            <param name="id">The notification id.</param>
            <returns>
              <c>true</c> if specification with specified ID has been found and removed.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.Cleanup">
            <summary>
            Removes obsolete notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.MemoryNotificationProvider.UriMatches(Sitecore.Data.ItemUri,Sitecore.Data.ItemUri)">
            <summary>
            Determines whether Item URI matches the notification item URI.
            </summary>
            <param name="notificationUri">The Notification item URI.</param>
            <param name="itemUri">The Sitecore Item URI to match.</param>
            <returns><c>true</c> when item URI matches the notification URI.</returns>
        </member>
        <member name="T:Sitecore.Data.Clones.Notification">
            <summary>
            Defines the notification class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Clones.Notification"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Data.Clones.FieldChangedNotification"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.Notification.ID">
            <summary>
            Gets or sets the notification ID.
            </summary>
            <value>The notification ID.</value>
        </member>
        <member name="P:Sitecore.Data.Clones.Notification.Processed">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Clones.Notification"/> is processed.
            </summary>
            <value><c>true</c> if processed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Clones.Notification.Uri">
            <summary>
            Gets or sets the URI.
            </summary>
            <value>The notification item URI to apply to.</value>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">
            The Sitecore item to accept the notification.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <param name="item">
            The Sitecore item to register warning for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.Reject(Sitecore.Data.Items.Item)">
            <summary>
            Rejects the specified item.
            </summary>
            <param name="item">
            The Sitecore item to reject the notification for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.Dismiss(Sitecore.Data.Items.Item)">
            <summary>
            Dismiss the notification
            </summary>
            <param name="item">The Sitecore item to dismiss the notification for</param>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.Remove">
            <summary>
            Removes current notification from database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.Notification.IsItemChangingAllowed(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether item changing is allowed.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if item changing is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Clones.NotificationProvider">
            <summary>
            Defines the notifications database class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.AddNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            Adds notification.
            </summary>
            <param name="notification">The notification.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.GetNotification(Sitecore.Data.ID)">
            <summary>
            Gets notification by ID.
            </summary>
            <param name="id">
            The Notification ID
            </param>
            <returns>
            The Notification.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.GetNotifications(Sitecore.Data.Items.Item)">
            <summary>
            The get notifications.
            </summary>
            <param name="clone">The Sitecore Item to get notifications for.</param>
            <returns>The list of Notifications for the item.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.GetNotifications(Sitecore.Data.ItemUri)">
            <summary>
            Gets the notifications.
            </summary>
            <param name="itemUri">The item URI.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.GetNotifications(System.Type)">
            <summary>
            Gets the notifications.
            </summary>
            <param name="notificationType">Type of the notification.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.GetNotifications">
            <summary>
            Gets all notifications.
            </summary>
            <returns>The list of all registered Notifications.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.RemoveNotification(Sitecore.Data.ID)">
            <summary>
            Removes the notification with specified ID.
            </summary>
            <param name="id">
            The notification id.
            </param>
            <returns>
            <c>true</c> if specification with specified ID has been found and removed.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.RemoveNotifications(Sitecore.Data.Items.Item)">
            <summary>
            Removes the notifications for the specified item.
            </summary>
            <param name="item">The item to remove notifications for.</param>
            <returns>The number of removed notifications.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.Cleanup">
            <summary>
            Removes obsolete notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.HasNotificationOwner(Sitecore.Data.Clones.Notification)">
            <summary>
            Determines whether the notification has an owner item.
            </summary>
            <param name="notification">The notification.</param>
            <returns>
              <c>true</c> if the notification has an owner item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.IsOrphanVersionNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            Checks whether the notification is a notification for removed version.
            </summary>
            <param name="notification">The notification.</param>
            <returns><c>true</c> if the specifid notification is orphan.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.IsOrphanChildNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            Checks whether the specified notification is referred to missed item.
            </summary>
            <param name="notification">The notification.</param>
            <returns><c>true</c> when target item does not exist.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.ProcessNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            Precesses the specified notification and removes it if it is orphan.
            </summary>
            <param name="notification">The notification.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.ProcessNotifications">
            <summary>
            Processes all remaining notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.NotificationProvider.IsOrphanItemMovedNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            Called when the is is orphan ItemMovedNotification.
            </summary>
            <param name="notification">The notification.</param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification.NewTemplateID">
            <summary>
            Gets or sets the new template ID.
            </summary>
            <value>
            The new template ID.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification.OldTemplateID">
            <summary>
            Gets or sets the old template ID.
            </summary>
            <value>
            The old template ID.
            </value>
        </member>
        <member name="P:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification.OriginalItemUri">
            <summary>
            Gets or sets the original item URI.
            </summary>
            <value>
            The original item URI.
            </value>
        </member>
        <member name="M:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>
            The empty Notification instance.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The Sitecore item to register warning for.</param>
        </member>
        <member name="M:Sitecore.Data.Clones.OriginalItemChangedTemplateNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">The Sitecore item to accept the notification.</param>
        </member>
        <member name="T:Sitecore.Data.Clones.VersionAddedNotification">
            <summary>
            Defines the version added notification class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Clones.VersionAddedNotification.VersionUri">
            <summary>
            Gets or sets the version URI.
            </summary>
            <value>The version URI.</value>
        </member>
        <member name="P:Sitecore.Data.Clones.VersionAddedNotification.ForceAccept">
            <summary>
            Gets or sets a value indicating whether acception of the changes was forced.
            It means that the changes are automatically accepted without user involvement.
            So, for example, UI reload isn't needed.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Clones.VersionAddedNotification.Accept(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="item">
            The Sitecore item to accept the Notification for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.VersionAddedNotification.RegisterWarnings(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs,Sitecore.Data.Items.Item)">
            <summary>
            Registers the warnings.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <param name="item">
            The Sitecore item to register a warnings for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Clones.VersionAddedNotification.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The empty Notification instance.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.VersionAddedNotification.SendMessage(System.Object,System.String)">
            <summary>
            Sends the message.
            </summary>
            <param name="sender">The sender.</param>
            <param name="message">The message.</param>
            <returns>Object that represents the message.</returns>
        </member>
        <member name="M:Sitecore.Data.Clones.VersionAddedNotification.PrepareNotification(Sitecore.Data.Items.Item)">
            <summary>
            Accepts the specified item.
            </summary>
            <param name="newVersion">new item version</param>
        </member>
        <member name="M:Sitecore.Data.Clones.VersionAddedNotification.EnsureLatestVersion(Sitecore.Data.Items.Item)">
            <summary>
            Ensures the latest version.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Comparers.Comparer">
            <summary>
            Compares two items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.Comparer.Compare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <returns>
            Value Condition Less than zero if x is less than y. Zero if x equals y. Greater than zero if x is greater than y.
            </returns>
            <param name="item1">The first object to compare.</param>
            <param name="item2">The second object to compare.</param>
        </member>
        <member name="M:Sitecore.Data.Comparers.Comparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.Comparer.DoCompareSortorder(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Int32@)">
            <summary>
            Compares the sortorder of two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.ComparerFactory">
            <summary>
            Creates Comparer objects.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Comparers.ComparerFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.ComparerFactory.GetComparer(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the comparer.
            </summary>
            <param name="sortingId">The sorting ID.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ComparerFactory.GetComparer(Sitecore.Data.Items.Item)">
            <summary>
            Gets the comparer.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.CreatedComparer">
            <summary>
            Compares two items using the created fields.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.CreatedComparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.CreatedComparer.GetCreationDate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the creation date.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Comparers.CreatedComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.CreatedComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.DefaultComparer">
            <summary>
            Default comparing between items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparer.CompareNames(System.String,System.String)">
            <summary>
            Compares the specified names.
            </summary>
            <param name="name1">The name1.</param>
            <param name="name2">The name2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.DefaultComparerFactory">
            <summary>
            Creates <see cref="T:System.Collections.Generic.IComparer`1"/> via following reference specified in <see cref="F:Sitecore.FieldIDs.SubitemsSorting"/> item field.
            <para>Performing fallback to <see cref="T:Sitecore.Data.Comparers.ItemComparer"/> that uses item sort order field.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Comparers.DefaultComparerFactory.sortings">
            <summary>
            The sortings.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Comparers.DefaultComparerFactory.defaultComparer">
            <summary>
            The default comparer.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Comparers.DefaultComparerFactory.log">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparerFactory.#ctor(Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Comparers.DefaultComparerFactory"/> class.
            </summary>
            <param name="log">The logger.</param>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparerFactory.GetComparer(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the comparer.
            </summary>
            <param name="sortingId">The sorting ID.</param>
            <param name="database">The database.</param>
            <returns>The comparer.</returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparerFactory.GetComparer(Sitecore.Data.Items.Item)">
            <summary>
            Gets the comparer.
            </summary>
            <param name="item">The item.</param>
            <returns>The comparer.</returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DefaultComparerFactory.GetCacheKey(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a cache key.
            </summary>
            <param name="sortingId">The sorting id.</param>
            <param name="database">The database.</param>
            <returns>The cache key.</returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.DisplayNameComparer">
            <summary>
            Compares the displaynames between two items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.DisplayNameComparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DisplayNameComparer.CompareLogical(System.String,System.String)">
            <summary>
            Compares names logically.
            </summary>
            <param name="name1">The name1.</param>
            <param name="name2">The name2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DisplayNameComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.DisplayNameComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.ExtractedKeysComparer">
            <summary>
             Basic implementation of <see cref="T:Sitecore.Data.Comparers.IExtractedKeysComparer"/>
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.ExtractedKeysComparer.Compare(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value
            Condition
            Less than zero
            <paramref name="x"/> is less than <paramref name="y"/>.
            Zero
            <paramref name="x"/> equals <paramref name="y"/>.
            Greater than zero
            <paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ExtractedKeysComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ExtractedKeysComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ExtractedKeysComparer.CompareSortorder(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares sortorder.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.IDComparer">
            <summary>
            Compares two items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.IDComparer.Compare(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Compares the specified items.
            </summary>
            <param name="id1">Item1.</param>
            <param name="id2">Item2.</param>
            <returns></returns>
            <contract>
              <requires name="item1" condition="none" />
              <requires name="item2" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Comparers.IDComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
             
            <returns>
            Value Condition Less than zero <paramref name="x" /> is less than <paramref name="y" />. Zero <paramref name="x" /> equals <paramref name="y" />. Greater than zero <paramref name="x" /> is greater than <paramref name="y" />.
            </returns>
             
            <param name="x">The first object to compare. </param>
            <param name="y">The second object to compare. </param>
            <exception cref="T:System.ArgumentException">Neither <paramref name="x" /> nor <paramref name="y" /> implements the <see cref="T:System.IComparable" /> interface.-or- <paramref name="x" /> and <paramref name="y" /> are of different types and neither one can handle comparisons with the other. </exception><filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Data.Comparers.IExtractedKeysComparer">
            <summary>
            Interface for optimized sorting items
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.IExtractedKeysComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.IKey">
            <summary>
             Interface for Key object
            </summary>
        </member>
        <member name="P:Sitecore.Data.Comparers.IKey.Key">
            <summary>
             The key of current instance
            </summary>
        </member>
        <member name="P:Sitecore.Data.Comparers.IKey.Sortorder">
            <summary>
            Gets the sortorder.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Comparers.IKey.Item">
            <summary>
             Current item
            </summary>
        </member>
        <member name="T:Sitecore.Data.Comparers.ItemComparer">
            <summary>
            Compares two items using <see cref="F:Sitecore.FieldIDs.Sortorder"/>, then by name.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.ItemComparer.Compare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares the specified items.
            </summary>
            <param name="item1">Item1.</param>
            <param name="item2">Item2.</param>
            <returns></returns>
            <contract>
              <requires name="item1" condition="none" />
              <requires name="item2" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Comparers.ItemComparer.CompareItems(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Compares the items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <param name="sort1">The sort1.</param>
            <param name="sort2">The sort2.</param>
            <param name="name1">The name1.</param>
            <param name="name2">The name2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ItemComparer.Compare(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value
            Condition
            Less than zero
            <paramref name="x"/> is less than <paramref name="y"/>.
            Zero
            <paramref name="x"/> equals <paramref name="y"/>.
            Greater than zero
            <paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ItemComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.ItemIdComparer">
            <summary>
            Compares items using IDs.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.ItemIdComparer.Equals(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified objects are equal.
            </summary>
            <param name="x">The first item.</param>
            <param name="y">The second item.</param>
            <returns>The comparison result.</returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ItemIdComparer.GetHashCode(Sitecore.Data.Items.Item)">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <param name="obj">The object.</param>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.KeyObj">
            <summary>
             Implementation of <see cref="T:Sitecore.Data.Comparers.IKey"/>
            </summary>
        </member>
        <member name="P:Sitecore.Data.Comparers.KeyObj.Key">
            <summary>
            The key of current instance
            </summary>
        </member>
        <member name="P:Sitecore.Data.Comparers.KeyObj.Sortorder">
            <summary>
            Gets the sortorder.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Comparers.KeyObj.Item">
            <summary>
            Current item
            </summary>
        </member>
        <member name="T:Sitecore.Data.Comparers.LogicalComparer">
            <summary>
            Compares two items using the StrCmpLogicalW Windows API method.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.LogicalComparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.LogicalComparer.CompareNames(System.String,System.String)">
            <summary>
            Compares the names.
            </summary>
            <param name="name1">The name1.</param>
            <param name="name2">The name2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.LogicalComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.LogicalComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.ReverseComparer">
            <summary>
            Compares two items and reverses the result.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.CompareNames(System.String,System.String)">
            <summary>
            Compares the names.
            </summary>
            <param name="name1">The name1.</param>
            <param name="name2">The name2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.DoCompareSortorder(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Int32@)">
            <summary>
            Compares the sortorder of two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.CompareSortorder(System.Int32,System.Int32,System.Int32@)">
            <summary>
            Compares the sortorder.
            </summary>
            <param name="sort1">The sort1.</param>
            <param name="sort2">The sort2.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.CompareSortorder(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares sortorder.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.ReverseComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Comparers.UpdatedComparer">
            <summary>
            Compares two items using the updated fields.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Comparers.UpdatedComparer.DoCompare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items.
            </summary>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.UpdatedComparer.ExtractKey(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the key object from the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Comparers.UpdatedComparer.CompareKeys(Sitecore.Data.Comparers.IKey,Sitecore.Data.Comparers.IKey)">
            <summary>
            Compares the keys.
            </summary>
            <param name="key1">The key1.</param>
            <param name="key2">The key2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Converters.JsonIdConverter">
            <summary>
              Converts <see cref="T:Sitecore.Data.ID" /> to JSON and back.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Converters.JsonIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
              Writes the JSON representation of the object.
            </summary>
            <param name="writer">
              The <see cref="T:Newtonsoft.Json.JsonWriter" /> to write to.
            </param>
            <param name="value">
              The value to be converted.
            </param>
            <param name="serializer">
              The calling serializer.
            </param>
        </member>
        <member name="M:Sitecore.Data.Converters.JsonIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
              Reads the JSON representation of the object.
            </summary>
            <param name="reader">
              The <see cref="T:Newtonsoft.Json.JsonReader" /> to read from.
            </param>
            <param name="objectType">
              Type of the object.
            </param>
            <param name="existingValue">
              The existing value of the object being read.
            </param>
            <param name="serializer">
              The calling serializer.
            </param>
            <returns>
              The object value.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Converters.JsonIdConverter.CanConvert(System.Type)">
            <summary>
              Determines whether this instance can convert the specified object type.
            </summary>
            <param name="objectType">
              Type of the object.
            </param>
            <returns>
              <c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Database">
            <summary>Represents a database.</summary>
            <remarks>
              <para>To create a database object use the <c>Factory.GetDatabase</c> method.</para>
              <para>The database object provides access to items, aliases, templates etc.</para>
              <para>Databases are configured in the web.config.</para>
            </remarks>
            <summary>Represents a database.</summary>
            <remarks>
                <para>To create a database object use the <c>Factory.GetDatabase</c> method.</para>
                <para>The database object provides access to items, aliases, templates etc.</para>
                <para>Databases are configured in the web.config.</para>
            </remarks>
        </member>
        <member name="E:Sitecore.Data.Database.InstanceCreated">
            <summary>The instance created.</summary>
        </member>
        <member name="E:Sitecore.Data.Database.Constructed">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.Database.Aliases">
            <summary>
            Gets the alias resolver object.
            </summary>
            <value>The aliases.</value>
        </member>
        <member name="P:Sitecore.Data.Database.ArchiveNames">
            <summary>
            Provides access to the names of the Archives associated with the database.
            </summary>
            <value>The archives.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Archives">
            <summary>
            Provides access to the Archives associated with the database.
            </summary>
            <value>The archives.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Caches">
            <summary>
            Gets the caches.
            </summary>
            <value>The caches.</value>
        </member>
        <member name="P:Sitecore.Data.Database.ConnectionStringName">
            <summary>
            Gets or sets the name of the connection string used by archives etc..
            </summary>
            <value>The name of the connection string.</value>
        </member>
        <member name="P:Sitecore.Data.Database.DataManager">
            <summary>
            Gets the database manager object that provides low-level access to a
            DataSource.
            </summary>
            <value>The data manager.</value>
            <remarks>The DataManager object provides a low-level access to a DataSource.</remarks>
        </member>
        <member name="P:Sitecore.Data.Database.Engines">
            <summary>
            Gets the engines.
            </summary>
            <value>The engines.</value>
        </member>
        <member name="P:Sitecore.Data.Database.HasContentItem">
            <summary>
            Gets a value that indicates is the /sitecore/content item is present.
            </summary>
            <value>
              <c>true</c> if this instance has content item; otherwise, <c>false</c>.
            </value>
            <remarks>
            Some database does not contain the /sitecore/content item which indicates that
            this is a special database. The Security and Extranet databases are examples of
            this.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Database.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Items">
            <summary>
            Provides access to the items in the database.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Languages">
            <summary>
            Provides access to the languages in the database.
            </summary>
            <value>The languages.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Branches">
            <summary>
            Provides access to the branches in the database.
            </summary>
            <value>The branches.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Name">
            <summary>
            Gets the name of the database.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Properties">
            <summary>
            Provides access to the database properties.
            </summary>
            <value>The properties.</value>
            <remarks>
              <para>Database properties are meta data that describe the database, e.g. the
            version number of the database.</para>
              <para>Properties can freely be added to the database.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Database.PropertyStore">
            <summary>
            Gets or sets the <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Protected">
            <summary>
            Gets or sets a value indicating whether this database should be protected.
            </summary>
            <remarks>
              <para>This property might be used by client applications to limit access to certain databases.</para>
              <para>For instance, a protected database can not be used as a content database unless the current user is an administrator.</para>
            </remarks>
            <value>
              <c>true</c> if this database should be protected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Database.PublishVirtualItems">
            <summary>
            Gets or sets a value that indicates whether virtual items will be published.
            </summary>
            <remarks>
              <para>When this setting is <c>false</c>, only the proxy definitions will be published. Therefore proxy support
              must be enabled on the web database.</para>
              <para>When <c>true</c>, virtual items will be published as if they were real items. Therefore, proxy support should
              not be enabled on the web site.</para>
              <para>The default value is <c>false</c>, meaning that only proxy definitions are published.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Database.ReadOnly">
            <summary>
            Gets or sets a value that indicates if the database is read-only.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Data.Database"/> is read-only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Database.RemoteEvents">
            <summary>
            Gets or sets the remote events.
            </summary>
            <value>The remote events.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Resources">
            <summary>
            Gets the resources.
            </summary>
            <value>The resources.</value>
        </member>
        <member name="P:Sitecore.Data.Database.SecurityEnabled">
            <summary>
            Gets a value that indicates if security is enforced when accessing items.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Data.Database"/> has security enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Database.SitecoreItem">
            <summary>
            Gets the sitecore item.
            </summary>
            <value>The sitecore item.</value>
        </member>
        <member name="P:Sitecore.Data.Database.Templates">
            <summary>
            Provides access to the Templates in the database.
            </summary>
            <value>The templates.</value>
        </member>
        <member name="P:Sitecore.Data.Database.WorkflowProvider">
            <summary>
            Gets the workflow associated with the database.
            </summary>
            <value>The workflow provider.</value>
        </member>
        <member name="P:Sitecore.Data.Database.NotificationProvider">
            <summary>
            Gets or sets the notification provider.
            </summary>
            <value>The notification provider.</value>
        </member>
        <member name="P:Sitecore.Data.Database.DataProviders">
            <summary>
            Gets the data providers.
            </summary>
            <value>The data providers.</value>
        </member>
        <member name="M:Sitecore.Data.Database.CleanupDatabase">
            <summary>
            Cleans up the database. Note: Make sure that the database has been backed up before calling this method. It may delete a lot of data.
            </summary>
            <remarks>
              <para>Typically, a cleanup operation will remove data in invalid languages and items in orphaned trees.</para>
              <para>Specific operations depends on the actual <see cref="T:Sitecore.Data.DataProviders.DataProvider">data provider</see> implementation.</para>
            </remarks>
            <returns><c>true</c> if cleanup was performed; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.CreateItemPath(System.String)">
            <summary>
            Creates a path of items.
            </summary>
            <param name="path">Path that must exist in the database.</param>
            <returns>
            The item corresponding to the last element in the path, e.g. the "deepest"
            item.
            </returns>
            <remarks>
              <para>Use this method to ensure that a specific path of
            items exist in the database.</para>
              <para>For each element in the path it is checked if an
            item matching the element exists. If it does not, a new
            item is created with the proper name.</para>
              <para>The new items are created from the <c>__Node</c>
            template.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Database.CreateItemPath(System.String,Sitecore.Data.Items.TemplateItem)">
            <summary>
            Creates a path of items.
            </summary>
            <param name="path">Path that must exist in the database.</param>
            <param name="template">Name or ID of template to use when
            creating new items.</param>
            <returns>
            The item corresponding to the last element in the path. E.g. the "deepest"
            item.
            </returns>
            <remarks>
              <para>Use this method to ensure that a specific path of
            items exist in the database.</para>
              <para>For each element in the path it is checked if an
            item matching the element exists. If it does not, a new
            item is created with the proper name.</para>
              <para>The new items are created from the template
            specified in <paramref name="template"/></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Database.CreateItemPath(System.String,Sitecore.Data.Items.TemplateItem,Sitecore.Data.Items.TemplateItem)">
            <summary>
            Creates a path of items.
            </summary>
            <param name="path">Path that must exist in the database</param>
            <param name="folderTemplate">Name or ID of template to use when
            creating folder items (all items except last).</param>
            <param name="itemTemplate">Name or ID of template to use when
            creating final item in path.</param>
            <returns>
            The item corresponding to the last element in the
            path. I.e. the "deepest" item.
            </returns>
            <remarks>
              <para>Use this method to ensure that a specific path of
            items exist in the database.</para>
              <para>For each element in the path it is checked if an
            item matching the element exists. If it does not, a new
            item is created with the proper name.</para>
              <para>The new items are created from the template
            specified in <paramref name="itemTemplate"/></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Database.GetDatabase(System.String)">
            <summary>
            Connects to the specified database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetDataProviders">
            <summary>
            Gets the data providers.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetDataSize(System.Int32,System.Int32)">
            <summary>
            Gets the size of the data contained in the database.
            </summary>
            <param name="minEntitySize">Minimum size of an entity.</param>
            <param name="maxEntitySize">Maximum size of an entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetDictionaryEntryCount">
            <summary>
            Gets the number of dictionary entries stored in the database.
            </summary>
            <returns>The number of dictionary entries stored in the database.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetTotalDictionaryEntryCount">
            <summary>
            Gets the total number of dictionary entries in all databases.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetDataSizes(System.Int32,System.Int32)">
            <summary>
            Gets the data sizes of all databases.
            </summary>
            <param name="minEntitySize">Minimum size of an entity.</param>
            <param name="maxEntitySize">Maximum size of an entity.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(Sitecore.Data.ID)">
            <summary>
            Gets an item from a path.
            </summary>
            <param name="itemId">The item id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets an item from a path.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets an item from a path.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(System.String)">
            <summary>
            Gets an item from a path.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets an item from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets an item from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(Sitecore.Data.DataUri)">
            <summary>
            Gets the item.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(Sitecore.Data.ItemUri)">
            <summary>
            Gets an item from an Item URI.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetItem(Sitecore.Data.ItemUri,System.Boolean)">
            <summary>
            Gets the item.
            </summary>
            <param name="uri">The URI.</param>
            <param name="assertDatabase">if set to <c>true</c> then asserts if database exists.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetLanguages">
            <summary>
            Gets the languages defined in the database.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetRootItem">
            <summary>
            Gets the root item of the database.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetRootItem(Sitecore.Globalization.Language)">
            <summary>
            Gets the root item of a database.
            </summary>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetTemplate(Sitecore.Data.ID)">
            <summary>
            Gets the template.
            </summary>
            <param name="templateId">The template id.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetTemplate(System.String)">
            <summary>
            Gets the template.
            </summary>
            <param name="fullName">The full name.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.GetTotalDataSize(System.Int32,System.Int32)">
            <summary>
            Gets the total size of the data.
            </summary>
            <param name="minEntitySize">Minimum size of an entity.</param>
            <param name="maxEntitySize">Maximum size of an entity.</param>
            <returns>The total data size.</returns>
        </member>
        <member name="M:Sitecore.Data.Database.SelectItems(System.String)">
            <summary>
            Performs a Sitecore Xpath query in the database.
            </summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.SelectItemsUsingXPath(System.String)">
            <summary>
            Selects the items using Xpath.
            </summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.SelectSingleItem(System.String)">
            <summary>
            Performs a Sitecore Xpath query in the database.
            </summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.SelectSingleItemUsingXPath(System.String)">
            <summary>
            Selects the single item using Xpath.
            </summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.ToString">
            <summary>
            Gets the name of the database.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Database.Sitecore#Configuration#IConstructable#Constructed(System.Xml.XmlNode)">
            <summary>
            Called after object construction by the <see cref="T:Sitecore.Configuration.Factory"/> has been finished.
            </summary>
            <param name="configuration">The configuration.</param>
        </member>
        <member name="M:Sitecore.Data.Database.OnConstructed(System.Xml.XmlNode)">
            <summary>Called when database object has been constructed by the factory.</summary>
            <param name="configuration">The configuration.</param>
        </member>
        <member name="T:Sitecore.Data.Database.DataRecords">
            <summary>
            Items records
            </summary>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Database.DataRecords"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.#ctor(Sitecore.Data.Database,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Database.DataRecords"/> class.
            </summary>
            <param name="database">The database.</param>
            <param name="basePath">The base path.</param>
        </member>
        <member name="P:Sitecore.Data.Database.DataRecords.BasePath">
            <summary>
            Gets the base path.
            </summary>
            <value>The base path.</value>
        </member>
        <member name="P:Sitecore.Data.Database.DataRecords.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.Exists(Sitecore.Data.ID)">
            <summary>
            Gets a value that indicates if the item ID exists in the database.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.Exists(Sitecore.Data.DataUri)">
            <summary>
            Gets a value that indicates if the data URI exists in the database.
            </summary>
            <param name="itemUri">The item URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.GetUniquePath(System.String)">
            <summary>
            Gets a unique path of an item in the database.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
            <remarks>A unique path is a path consisting of item IDs.</remarks>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(Sitecore.Data.ID)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Database.DataRecords.DoGetItem(Sitecore.Data.DataUri)">
            <summary>
            Gets the item.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DatabaseCacheDisabler">
            <summary>
            Disables database caches for given thread.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DatabaseCacheDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DatabaseCacheDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DatabaseCaches">
            <summary>
            Stores caches for a database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DatabaseCaches.isFallbackValidCache">
            <summary>
            The flag that is used to determine whether fallback cache is valid.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DatabaseCaches.fallbackFieldValuesCache">
            <summary>
            The fallback field values cache
            </summary>
        </member>
        <member name="M:Sitecore.Data.DatabaseCaches.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DatabaseProperties"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.DataCache">
            <summary>
            Gets the data cache.
            </summary>
            <value>The data cache.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.ItemCache">
            <summary>
            Gets the item cache.
            </summary>
            <value>The item cache.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.IsFallbackValidCache">
            <summary>
            Gets the item cache.
            </summary>
            <value>The item cache.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.PathCache">
            <summary>
            Gets the path cache.
            </summary>
            <value>The path cache.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.ItemPathsCache">
            <summary>
            Gets the item paths cache.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.StandardValuesCache">
            <summary>
            Gets the standard values cache.
            </summary>
            <value>The standard values cache.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseCaches.FallbackFieldValuesCache">
            <summary>
            Gets the language fallback field values cache.
            </summary>
            <value>
            The language fallback field values cache.
            </value>
        </member>
        <member name="M:Sitecore.Data.DatabaseCaches.GetCacheSize(System.String,System.Int64)">
            <summary>
            Gets the size of the cache.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultSize">Size of the default.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DatabaseCaches.GetCacheSize(System.String)">
            <summary>
            Gets the size of the cache.
            </summary>
            <param name="configPath">The config path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DatabaseCaches.Initialize">
            <summary>
            Initializes caching layer.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DatabaseEngines">
            <summary>
            Carries data, history, template ane workflow engines.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DatabaseEngines.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DatabaseEngines"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.DatabaseEngines.DataEngine">
            <summary>
            Gets the data engine.
            </summary>
            <value>The data engine.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseEngines.HistoryEngine">
            <summary>
            Gets the history engine.
            </summary>
            <value>The history engine.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseEngines.TemplateEngine">
            <summary>
            Gets the template engine.
            </summary>
            <value>The template engine.</value>
        </member>
        <member name="P:Sitecore.Data.DatabaseEngines.WorkflowEngine">
            <summary>
            Gets the workflow engine.
            </summary>
            <value>The workflow engine.</value>
        </member>
        <member name="T:Sitecore.Data.DatabaseProperties">
            <summary>
            Stores custom properties for a database.
            </summary>
            <remarks>The database properties allows the developer to attach meta data
            to a database. For instance the database version is a database property.</remarks>
        </member>
        <member name="M:Sitecore.Data.DatabaseProperties.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DatabaseProperties"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.DatabaseProperties.Version">
            <summary>
            Gets the version of the database.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Data.DatabaseProperties.GetLastPublishDate(Sitecore.Data.Database,Sitecore.Globalization.Language)">
            <summary>
            Gets the last publish date.
            </summary>
            <param name="target">Target.</param>
            <param name="language">Language.</param>
            <returns>The last publish date.</returns>
        </member>
        <member name="M:Sitecore.Data.DatabaseProperties.SetLastPublishDate(Sitecore.Data.Database,Sitecore.Globalization.Language,System.DateTime)">
            <summary>
            Sets the last publish date.
            </summary>
            <param name="target">Target.</param>
            <param name="language">Language.</param>
            <param name="date">Date.</param>
            <remarks>This property is automatically updated for each publish.</remarks>
        </member>
        <member name="M:Sitecore.Data.DatabaseProperties.GetSmartPublishRequired(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets a value indicating if smart publish is required.
            </summary>
            <param name="targetName">Name of the target database.</param>
            <param name="language">Language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DatabaseProperties.SetSmartPublishRequired(System.String,Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Sets a value indicating if smart publish is required.
            </summary>
            <param name="targetName">Name of the target database.</param>
            <param name="language">Language.</param>
            <param name="required">if set to <c>true</c> smart publish is required.</param>
        </member>
        <member name="T:Sitecore.Data.DatabaseSwitcher">
            <summary>
            Switches to another database temporarily.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DatabaseSwitcher.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DatabaseSwitcher"/> class.
            </summary>
            <param name="database">The database to switch to.</param>
        </member>
        <member name="M:Sitecore.Data.DatabaseSwitcher.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Databases.CustomDatabase">
            <summary>
            Defines the basic functionality of a custom database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Databases.CustomDatabase.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Databases.CustomDatabase"/> instance.
            </summary>
            <param name="innerDatabase">Inner database.</param>
        </member>
        <member name="P:Sitecore.Data.Databases.CustomDatabase.InnerDatabase">
            <summary>
            Gets the inner database.
            </summary>
            <value>The inner database.</value>
        </member>
        <member name="P:Sitecore.Data.Databases.CustomDatabase.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Data.Databases.CustomDatabase.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Databases.CustomDatabase.SelectItems(System.String)">
            <summary>
            Performs an Sitecore XPath query against the database.
            </summary>
            <param name="query">The query.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Databases.CustomDatabase.SelectSingleItem(System.String)">
            <summary>
            Performs an Sitecore XPath query against the database.
            </summary>
            <param name="query">The query.</param>
            <returns>The single item.</returns>
        </member>
        <member name="T:Sitecore.Data.Databases.DatabaseHelper">
            <summary>
            Helper class for <see cref="T:Sitecore.Data.Database"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Databases.DatabaseHelper.GetItemByPathOrId(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the item, but before invoking <see cref="T:Sitecore.Data.Database"/> method try to convert string value to <see cref="T:Sitecore.Data.ID"/>
             and if it is possible take item by ID otherwise by its path.
            </summary>
            <param name="database">The database.</param>
            <param name="value">The value, it can be string representation of ID or path to item.</param>
            <returns><c> <see cref="T:Sitecore.Data.Items.Item"/> </c> if value is not null and exist in database; otherwise <c>null</c>.</returns>
        </member>
        <member name="T:Sitecore.Data.Databases.DomainDatabase">
            <summary>
            Encapsulates a security base database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Databases.DomainDatabase.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Databases.DomainDatabase"/> instance.
            </summary>
            <param name="innerDatabase">Inner database.</param>
        </member>
        <member name="M:Sitecore.Data.Databases.DomainDatabase.op_Implicit(Sitecore.Data.Database)~Sitecore.Data.Databases.DomainDatabase">
            <summary>
            Implicit operators the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Databases.DomainDatabase.GetRoleNames">
            <summary>
            Gets the role names defined in the database.
            </summary>
            <returns>The role names.</returns>
        </member>
        <member name="T:Sitecore.Data.DataManager">
            <summary>
            Represents the data manager.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataManager.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataManager"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.DataManager.#ctor(Sitecore.Data.Database,Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataManager" /> class.
            </summary>
            <param name="database">The database.</param>
            <param name="eventManager">The event manager.</param>
            <param name="cacheManager">The cache manager.</param>
        </member>
        <member name="P:Sitecore.Data.DataManager.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.DataManager.DataEngine">
            <summary>
            Gets the data engine.
            </summary>
            <value>The data engine.</value>
        </member>
        <member name="P:Sitecore.Data.DataManager.DataSource">
            <summary>
            Gets the <see cref="P:Sitecore.Data.DataManager.DataSource">DataSource</see>
            associated with this DataManager instance.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="M:Sitecore.Data.DataManager.CleanupPublishQueue(System.DateTime)">
            <summary>
            Cleanups the publish queue.
            </summary>
            <param name="to">To.</param>
            <returns>The publish queue.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.GetItemsInWorkflowState(Sitecore.Workflows.WorkflowInfo)">
            <summary>
            Gets the state of the items in workflow.
            </summary>
            <param name="info">The info.</param>
            <returns>The <see cref="T:Sitecore.Data.DataUri"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.GetWorkflowInfo(Sitecore.Data.Items.Item)">
            <summary>
            Gets the workflow info.
            </summary>
            <param name="item">The item.</param>
            <returns>The workflow info.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.SetWorkflowInfo(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowInfo)">
            <summary>
            Sets the workflow info.
            </summary>
            <param name="item">The item.</param>
            <param name="info">The info.</param>
            <returns>The workflow info.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.GetProperty(System.String)">
            <summary>
            Gets the property.
            </summary>
            <param name="name">The name.</param>
            <returns>The property.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.GetPropertyKeys(System.String)">
            <summary>
            Gets the property.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The property.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.RemoveProperty(System.String,System.Boolean)">
            <summary>
            Removes the property.
            </summary>
            <param name="name">The name.</param>
            <param name="isPrefix">if set to <c>true</c> this instance is is prefix.</param>
            <returns>The property.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.SetProperty(System.String,System.String)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns>The property.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.SelectItems(System.String)">
            <summary>
            Selects the items.
            </summary>
            <param name="query">The query.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.SelectItems(System.String,System.Boolean@)">
            <summary>
            Selects the items.
            </summary>
            <param name="query">The query.</param>
            <param name="processed">If set to <c>true</c> the query was processed.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.SelectSingleItem(System.String,System.Boolean@)">
            <summary>
            Selects the single item.
            </summary>
            <param name="query">The query.</param>
            <param name="processed">If set to <c>true</c> the query was processed.</param>
            <returns>The single item.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.Sitecore#Data#Query#IQueryable#GetChildIDs(Sitecore.Data.ID)">
            <summary>
            Gets the IDs of child nodes.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The child I ds.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.Sitecore#Data#Query#IQueryable#GetFieldValue(Sitecore.Data.ID,System.String)">
            <summary>
            Gets a field value.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>The field value.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.Sitecore#Data#Query#IQueryable#GetName(Sitecore.Data.ID)">
            <summary>
            Gets the name of a node.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.Sitecore#Data#Query#IQueryable#GetQueryContextItem(Sitecore.Data.ID)">
            <summary>
            Gets the current query context item.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The query context item.</returns>
        </member>
        <member name="M:Sitecore.Data.DataManager.Sitecore#Data#Query#IQueryable#GetParentID(Sitecore.Data.ID)">
            <summary>
            Gets the parent ID of a node.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The parent ID.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Bulk.BulkDataHandler">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Bulk.BulkDataHandler.Running">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.BulkDataHandler.FlushCallback">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Bulk.BulkDataHandler.#ctor(System.Action,Sitecore.Abstractions.BaseEventManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Constructor
            </summary>
            <param name="flushCallback">The flush callback.</param>
            <param name="eventManager">The event manager.</param>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.BulkDataHandler.EventManager">
            <summary>
            Gets the event manager.
            </summary>
            <value>
            The event manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.BulkDataHandler.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Bulk.BulkDataHandler.Finalize">
            <summary>
            Destructor
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel">
            <summary>
            PublishQueueDataModel
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.#ctor(Sitecore.Data.ID,System.String,System.String,System.Int32,System.DateTime)">
            <summary>
             
            </summary>
            <param name="itemId"></param>
            <param name="language"></param>
            <param name="version"></param>
            <param name="action"></param>
            <param name="date"></param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.#ctor(Sitecore.Data.ID,System.String,System.Int32,System.DateTime)">
            <summary>
             
            </summary>
            <param name="itemId"></param>
            <param name="action"></param>
            <param name="version"></param>
            <param name="date"></param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.ItemID">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.Language">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.Version">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.Action">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel.Date">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.CacheOptions">
            <summary>
            Represents a set of cache options.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.CacheOptions.DisableAll">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Data.DataProviders.CacheOptions"/> disables all.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.DataProviders.CacheOptions"/> disables all; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.CallContext">
            <summary>
            Represents a call context.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.CallContext.#ctor(Sitecore.Data.DataManager,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.CallContext"/> class.
            </summary>
            <param name="manager">The manager.</param>
            <param name="providerCount">The provider count.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.CallContext.Aborted">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.DataProviders.CallContext"/> is aborted.
            </summary>
            <value><c>true</c> if aborted; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.CallContext.CurrentResult">
            <summary>
            Gets or sets the current result.
            </summary>
            <value>The current result.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.CallContext.DataManager">
            <summary>
            Gets the data manager.
            </summary>
            <value>The data manager.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.CallContext.Index">
            <summary>
            Gets the index.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.CallContext.ProviderCount">
            <summary>
            Gets the provider count.
            </summary>
            <value>The provider count.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.CallContext.Abort">
            <summary>
            Aborts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.CallContext.SetNextIndex(System.Int32)">
            <summary>
            Sets the index of the next.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.DatabaseViewStateStore">
            ==========================================================================
             <summary>Serializes ViewState using the ClientContext.DataStore object.</summary>
            ==========================================================================
        </member>
        <member name="M:Sitecore.Data.DataProviders.DatabaseViewStateStore.Load(System.String)">
            <summary>
            Loads viewstate data by the the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns>The loaded data.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DatabaseViewStateStore.Remove(System.String)">
            <summary>
            Removes data that has the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DatabaseViewStateStore.Save(System.String,System.String)">
            <summary>
            Saves the viewstate data.
            </summary>
            <param name="key">The key.</param>
            <param name="viewstate">The viewstate.</param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.DataProvider">
            <summary>
            DataProvider
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Data.DataProviders.DataProvider"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.DataProvider.CacheOptions">
            <summary>
            Gets the cache options.
            </summary>
            <value>The cache options.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.DataProvider.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Creates a item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="parent">The parent.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemDefinition,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Creates a item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="parent">The parent.</param>
            <param name="created">The created.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.AddVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Adds a version to an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="baseVersion">The base version.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.BlobStreamExists(System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The context.</param>
            <returns>
                <c>true</c> if the specified item definition has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetBlobStream(System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The call context.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemDefinition(Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the definition of an item.
            </summary>
            <param name="itemId">The item ID.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemFields(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the fields of a specific item version.
            </summary>
            <param name="itemDefinition">The item.</param>
            <param name="versionUri">The version URI.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemVersions(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a list of the available versions of an item.
            </summary>
            <param name="itemDefinition">The item.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SaveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.Items.ItemChanges,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Saves an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="changes">The changes.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The call context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.DeleteItem(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Deletes an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveBlobStream(System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The context.</param>
            <returns><c>true</c> if command processed, otherwise <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes versions from an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="language">The language.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes versions from an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="language">The language.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetChildIDs(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the child ids of an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetParentID(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the parent ID of an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetRootID(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the root ID.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.HasChildren(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Determines whether the specified item definition has children.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="context">The context.</param>
            <returns>
                <c>true</c> if the specified item definition has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CopyItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,System.String,Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Copies an item.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyID">The copy ID.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.MoveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Moves an item (ie. changes its parent).
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="destination">The destination.</param>
            <param name="context">The call context.</param>
            <returns>
                <c>True</c> if the item was moved by the provider, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetLanguages(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a list of all the language that have been defined
            in the database.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes a language and all the data using the language
            from the database.
            </summary>
            <param name="language">The language.</param>
            <param name="context">The context.</param>
            <remarks>Proceeed with caution.</remarks>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RenameLanguageData(System.String,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Renames a language binding.
            </summary>
            <param name="fromLanguage">Rename from this language name.</param>
            <param name="toLanguage">Rename to this language name.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Changes the type of field sharing for a single field.
            </summary>
            <param name="fieldDefinition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.ChangeTemplate(Sitecore.Data.ItemDefinition,Sitecore.Data.Templates.TemplateChangeList,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Changes the template of an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="changes">The changes.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetTemplateItemIds(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the template item ids.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetTemplates(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the templates.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.ResolvePath(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Resolves the path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="itemID">The item identifier.</param>
            <param name="language">The language.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CleanupPublishQueue(System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Cleans up the publish queue.
            </summary>
            <param name="to">To.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetPublishQueue(System.DateTime,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetPublishQueueEntries(System.DateTime,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the publish queue entries.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemsInWorkflowState(Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets all items that are in a specific workflow state.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetWorkflowInfo(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the workflow info form an item.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SetWorkflowInfo(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Sets the workflow info for an item.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SelectIDs(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Selects a set of ids.
            </summary>
            <param name="query">The query.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SelectSingleID(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Selects a single ID.
            </summary>
            <param name="query">The query.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetProperty(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a property.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetPropertyKeys(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a list of property keys matching a specific prefix.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveProperty(System.String,System.Boolean,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes a property.
            </summary>
            <param name="name">The name.</param>
            <param name="isPrefix">if set to <c>true</c> this instance is is prefix.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SetProperty(System.String,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Sets a property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CleanupDatabase(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Cleans up the database.
            </summary>
            <remarks>
              <para>Typically, a cleanup operation will remove data in invalid languages and items in orphaned trees.</para>
              <para>Specific operations depends on the actual <see cref="T:Sitecore.Data.DataProviders.DataProvider">data provider</see> implementation.</para>
            </remarks>
            <returns><c>true</c> if cleanup was performed; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetDataSize(System.Int32,System.Int32)">
            <summary>
            Gets the size of the data managed by the provider.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetDictionaryEntryCount">
            <summary>
            Gets the number of dictionary entries.
            </summary>
            <returns>The number of dictionary entries.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetEventQueue">
            <summary>
            Gets the event queue driver.
            </summary>
            <returns>The event queue driver.</returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.DataProvider.Disable">
            <summary>
            Disables a method.
            </summary>
            <value>The disable.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.DataProvider.DisableGroup">
            <summary>
            Disables a group.
            </summary>
            <value>The disable group.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.DataProvider.Enable">
            <summary>
            Enables a method.
            </summary>
            <value>The enable.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.DataProvider.EnableGroup">
            <summary>
            Enables a group.
            </summary>
            <value>The enable group.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.DisableMethod(System.String)">
            <summary>
            Disables a method.
            </summary>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.EnableMethod(System.String)">
            <summary>
            Enables a method.
            </summary>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.IsEnabled(System.String)">
            <summary>
            Determines whether the specified method is enabled.
            </summary>
            <param name="methodName">Name of the method.</param>
            <returns>
                <c>true</c> if the specified method name is enabled; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetBlobStream(System.Guid,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The call context.</param>
            <param name="providers">The providers.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemDefinition(Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the item definition.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemFields(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the item fields.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemVersions(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the item versions.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetChildIDs(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the child ids.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetParentID(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the parent ID.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetRootID(Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the root ID.
            </summary>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.BlobStreamExists(System.Guid,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.HasChildren(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemDefinition,System.DateTime,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Creates the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="parent">The parent.</param>
            <param name="created">The created.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.AddVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Adds the version.
            </summary>
            <param name="item">The item.</param>
            <param name="baseVersion">The base version.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.DeleteItem(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Deletes the item.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Removes the version.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Removes the versions.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SaveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.Items.ItemChanges,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Saves the item.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="context">The call context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CopyItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,System.String,Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Copies the item.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyID">The copy ID.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.MoveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Moves the item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetLanguages(Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the languages.
            </summary>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Removes the language data.
            </summary>
            <param name="language">The language.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RenameLanguageData(System.String,System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Renames a language binding.
            </summary>
            <param name="fromLanguage">Rename from this language name.</param>
            <param name="toLanguage">Rename to this language name.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Changes the type of field sharing for a single field.
            </summary>
            <param name="fieldDefinition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.ChangeTemplate(Sitecore.Data.ItemDefinition,Sitecore.Data.Templates.TemplateChangeList,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Changes the template.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetTemplateItemIds(Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the template item ids.
            </summary>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetTemplates(Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the templates.
            </summary>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.ResolvePath(System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Resolves the path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="language"></param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CleanupPublishQueue(System.DateTime,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Cleanups the publish queue.
            </summary>
            <param name="to">To.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetPublishQueue(System.DateTime,System.DateTime,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetPublishQueueEntries(System.DateTime,System.DateTime,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the publish queue entries.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetItemsInWorkflowState(Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the state of the items in workflow.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetWorkflowInfo(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the workflow info.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SetWorkflowInfo(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Sets the workflow info.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SelectIDs(System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Selects the ids.
            </summary>
            <param name="query">The query.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SelectSingleID(System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Selects the single ID.
            </summary>
            <param name="query">The query.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetProperty(System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetPropertyKeys(System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Gets a list of property keys matching a specific prefix.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveProperty(System.String,System.Boolean,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Removes the property.
            </summary>
            <param name="name">The name.</param>
            <param name="isPrefix">if set to <c>true</c> this instance is is prefix.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.SetProperty(System.String,System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.CleanupDatabase(Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Cleans up the database.
            </summary>
            <remarks>
              <para>Typically, a cleanup operation will remove data in invalid languages and items in orphaned trees.</para>
              <para>Specific operations depends on the actual <see cref="T:Sitecore.Data.DataProviders.DataProvider">data provider</see> implementation.</para>
            </remarks>
            <returns><c>true</c> if cleanup was performed; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateCaching(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.DataProvider)">
            <summary>
            Updates the caching.
            </summary>
            <param name="definition">The definition.</param>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetBool(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the bool.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(System.Boolean,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">if set to <c>true</c> this instance is result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Data.DataUri[],Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Data.FieldList,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Collections.IdCollection,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Collections.IDList,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(System.Int32,System.Int32,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="minValue">The min value.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext``1(System.Collections.Generic.List{``0},Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Collections.LanguageCollection,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Data.Templates.TemplateCollection,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Collections.VersionUriList,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.UpdateContext(Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Updates the context.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetGroupMembers(System.String)">
            <summary>
            Gets the group members.
            </summary>
            <param name="groupName">Name of the group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.GetMethodGroups">
            <summary>
            Gets the method groups.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.DataProvider.RemoveBlobStream(System.Guid,Sitecore.Data.DataProviders.CallContext,Sitecore.Collections.DataProviderCollection)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="context">The context.</param>
            <param name="providers">The providers.</param>
            <returns><c>true</c> if command processed, otherwise <c>false</c></returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.FileSystemDataProvider">
            <summary>
            Represents a file system data provider.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.FileID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.FilePathID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.FileSizeID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.FileModifiedID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.FolderID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.FolderPathID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.FileSystemDataProvider.DataFolderName">
            <summary>
            Data folder
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.FileSystemDataProvider.IncludeRelocatedFolders">
            <summary>
            Gets or sets a value indicating whether relocated folders will be included.
            </summary>
            <value>
                <c>true</c> if include relocated folders are included; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetItemDefinition(Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the definition of an item.
            </summary>
            <param name="itemId">The item ID.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetItemFields(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the item fields.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <returns>The item fields.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.SetIcon(System.String,Sitecore.Data.FieldList)">
            <summary>
            Sets icon field.
            </summary>
            <param name="path">
            The path.
            </param>
            <param name="fields">
            The fields.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.FileSystemDataProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetChildIDs(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the child ids of an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetParentID(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the parent ID of an item.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetRootID">
            <summary>
            Gets the root ID.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetRootID(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the root ID.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetChildIDs(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Gets the child I ds.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="forseIncludeRelocated">if set to <c>true</c> [forse include relocated].</param>
            <returns>The child I ds.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetTemplates(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the templates.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.ResolvePath(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Resolves the path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.BuildTemplates">
            <summary>
            Builds the templates.
            </summary>
            <returns>The templates.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.AddPath(Sitecore.Data.ID,System.String)">
            <summary>
            Adds the path.
            </summary>
            <param name="parentID">Parent ID</param>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetPath(Sitecore.Data.ID)">
            <summary>
            Gets the path.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.ReplaceGuids(System.String)">
            <summary>
            Replaces the guids.
            </summary>
            <param name="path">The path.</param>
            <returns>The guids.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetFolderEntries(Sitecore.Data.ID,System.String)">
            <summary>
            Gets the folder entries.
            </summary>
            <param name="parentId">Parent id</param>
            <param name="parentPath">The path.</param>
            <returns>The folder entries.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.GetItemName(System.String)">
            <summary>
            Gets the name of the item.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.FileSystemDataProvider.ResolvePath(Sitecore.Data.ID,System.String,System.Boolean)">
            <summary>
            Resolves the path.
            </summary>
            <param name="parentId">Parent ID</param>
            <param name="path">The path.</param>
            <param name="includeSystem">Defines whether function can return ID of special folder
            (like $dataFoler) </param>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.HelloWorldProvider">
            <summary>
            Test class
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.HelloWorldProvider.GetItemDefinition(Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the item definition.
            </summary>
            <param name="itemId">The item ID.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.HelloWorldProvider.GetItemFields(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the item fields.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.HelloWorldProvider.GetTemplates(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the templates.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.IRetryable">
            <summary>
            The i reiterator.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.IRetryable.Interval">
            <summary>
            Gets the interval.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.IRetryable.RepeatNumber">
            <summary>
            Gets the repeat number.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.IRetryable.Execute``1(System.Func{``0})">
            <summary>
            Executes the specified action.
            </summary>
            <typeparam name="T">Return type.</typeparam>
            <param name="action">The action.</param>
            <returns>T object.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.IRetryable.Execute``1(System.Func{``0},System.Action)">
            <summary>
            Executes the specified action.
            </summary>
            <typeparam name="T">
            Return type.
            </typeparam>
            <param name="action">
            The action.
            </param>
            <param name="recover">
            The recover.
            </param>
            <returns>
            T object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.IRetryable.ExecuteNoResult(System.Action)">
            <summary>
            Executes the no result.
            </summary>
            <param name="action">The action.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.IRetryable.ExecuteNoResult(System.Action,System.Action)">
            <summary>
            Executes the no result.
            </summary>
            <param name="action">
            The action.
            </param>
            <param name="recover">
            The recover.
            </param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.NullRetryer">
            <summary>
            The null re-iterator. State-less object.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.NullRetryer.Interval">
            <summary>
            Gets the retry interval.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.NullRetryer.RepeatNumber">
            <summary>
            Gets the number of times to repeat operation.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.NullRetryer.Execute``1(System.Func{``0})">
            <summary>
            Executes the specified action.
            </summary>
            <typeparam name="T">Return type.</typeparam>
            <param name="action">The action.</param>
            <returns>
            T object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.NullRetryer.Execute``1(System.Func{``0},System.Action)">
            <summary>
            Executes the specified <paramref name="action"/>; uses <paramref name="recover"/> in case exception takes place during operation execution.
            </summary>
            <typeparam name="T">Return type.</typeparam>
            <param name="action">The action to be performed.</param>
            <param name="recover">The recover.</param>
            <returns>
            T object.
            </returns>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.NullRetryer.ExecuteNoResult(System.Action)">
            <summary>
            Executes the no result.
            </summary>
            <param name="action">
            The action.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.NullRetryer.ExecuteNoResult(System.Action,System.Action)">
            <summary>
            Executes the no result.
            </summary>
            <param name="action">The action.</param>
            <param name="recover">The recover.</param>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="T:Sitecore.Data.DataProviders.PrefetchData">
            <summary>
            Pre-fetch data container.
            <para>Carries specific <see cref="P:Sitecore.Data.DataProviders.PrefetchData.ItemDefinition"/> with all fields in all languages.</para>
            <para>Carries item <see cref="P:Sitecore.Data.DataProviders.PrefetchData.ParentId"/>, children IDs.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.PrefetchData.carriedStateSize">
            <summary>
            The size in bytes of data carried by instance.
            <para>Counts size of fieldIDs, field text values, and text keys under which fieldLists are stored in <see cref="F:Sitecore.Data.DataProviders.PrefetchData._fieldLists"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.PrefetchData._baseCacheSize">
            <summary>
            The size of PrefetchData in bytes class instance in bytes: <see cref="T:System.Object"/> itself, 5 pointers, and one <see cref="T:System.Int64"/>.
            <para>Size of object itself.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.PrefetchData._fieldIDsToIntern">
            <summary>
            The collection of known fields, whose values should be interned.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.PrefetchData.InterningEnabledFlag">
            <summary>
            The interning enabled flag - copy of <see cref="P:Sitecore.Configuration.Settings.Interning.Enabled"/> for performance concerns.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.PrefetchData.InternKnownFieldsFlag">
            <summary>
            The interning enabled flag - copy of <see cref="P:Sitecore.Configuration.Settings.Interning.InternKnownFieldValues"/> for performance concerns.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.#cctor">
            <summary>
            Initializes static fields of the <see cref="T:Sitecore.Data.DataProviders.PrefetchData"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.#ctor(Sitecore.Data.ItemDefinition,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.PrefetchData"/> class.
            </summary>
            <param name="itemDefinition">The item definition.</param>
            <param name="parentId">The parent id.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.PrefetchData.ItemDefinition">
            <summary>
            Gets or sets the item definition.
            </summary>
            <value>The item definition.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.PrefetchData.ParentId">
            <summary>
            Gets or sets the parent id.
            </summary>
            <value>The parent id.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddChildId(Sitecore.Data.ID)">
            <summary>
            Adds the child id.
            </summary>
            <param name="childId">The child id.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetChildIds">
            <summary>
            Gets the child ids.
            </summary>
            <value>The child ids.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddFieldList(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Adds a field list.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddFieldList(System.String)">
            <summary>
            Adds a field list.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetFieldList(System.String,System.Int32)">
            <summary>
            Gets a field list.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetFieldList(System.String,System.Int32,System.Boolean)">
            <summary>
            Gets a field list.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="force">If set to <c>true</c> create the list if it does not exist.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetSharedFields">
            <summary>
            Gets the shared fields.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.InitializeFieldLists(Sitecore.Collections.LanguageCollection)">
            <summary>
            Initializes the field lists with languages defined in system.
            </summary>
            <param name="languages">The languages.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddField(System.String,System.Int32,Sitecore.Data.ID,System.String)">
            <summary>
            Adds a field.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="fieldId">The field id.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddSharedField(Sitecore.Data.ID,System.String)">
            <summary>
            Adds a shared field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddUnversionedField(System.String,Sitecore.Data.ID,System.String)">
            <summary>
            Adds an unversioned field.
            </summary>
            <param name="language">The language.</param>
            <param name="fieldId">The field id.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddVersionedField(System.String,System.Int32,Sitecore.Data.ID,System.String)">
            <summary>
            Adds a versioned field.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="fieldId">The field id.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.AddVersionUri(System.String,System.Int32)">
            <summary>
            Adds a version URI.
            </summary>
            <param name="languageName">Name of the language.</param>
            <param name="versionNumber">The version number.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetVersionUris">
            <summary>
            Gets the version uris.
            </summary>
            <value>The version uris.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetDataLength">
            <summary>
            Gets the number of bytes an instance consumes in memory to be kept.
            <para>Takes into account object size itself, as well as all unique-kept references.</para>
            </summary>
            <returns>Non-negative number of bytes instance consumes in memory.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetFieldListKey(System.String)">
            <summary>
            Gets the field list key.
            </summary>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PrefetchData.GetFieldListKey(System.String,System.Int32)">
            <summary>
            Gets the field list key.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.PropertyStore">
            <summary>
            Defines the basic methods of a property store.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.PropertyStore.GetString(System.String,System.String,System.String)">
            <summary>
            Gets the string.
            </summary>
            <param name="key">The key.</param>
            <param name="keyField">The key field.</param>
            <param name="valueField">The value field.</param>
            <returns>The string.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Retryer">
            <summary>
            The reiterator.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Retryer.interval">
            <summary>
            The interval.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Retryer.repeatNumber">
            <summary>
            The repeat number.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Retryer.extendedLog">
            <summary>
            <c>true</c> if full exception should be logged.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Retryer"/> class.
            </summary>
            <param name="repeatNumber">The repeat number.</param>
            <param name="interval">The interval.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Retryer"/> class.
            </summary>
            <param name="repeatNumber">The repeat number.</param>
            <param name="interval">The interval.</param>
            <param name="extendedLog">The extended Log.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.#ctor(System.TimeSpan,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Retryer"/> class.
            </summary>
            <param name="interval">
            The interval.
            </param>
            <param name="repeatNumber">
            The repeat number.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.#ctor(System.TimeSpan,System.Int32,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Retryer"/> class.
            </summary>
            <param name="interval">
            The interval.
            </param>
            <param name="repeatNumber">
            The repeat number.
            </param>
            <param name="extendedLog">
            The extended Log.
            </param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Retryer.Interval">
            <summary>
            Gets Interval.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Retryer.RepeatNumber">
            <summary>
            Gets RepeatNumber.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.Execute``1(System.Func{``0})">
            <summary>
            Executes the specified action.
            </summary>
            <typeparam name="T">Return type.</typeparam>
            <param name="action">The action.</param>
            <returns>
            T object.
            </returns>
            <exception cref="T:System.Exception">
              <c>Exception happened in the context</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.Execute``1(System.Func{``0},System.Action)">
            <summary>
            Executes the specified action.
            </summary>
            <typeparam name="T">Return type.</typeparam>
            <param name="action">The action.</param>
            <param name="recover">The recover.</param>
            <returns>
            T object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.ExecuteNoResult(System.Action)">
            <summary>
            Executes the no result.
            </summary>
            <param name="action">The action.</param>
            <exception cref="T:System.Exception">
            <c>Exception</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Retryer.ExecuteNoResult(System.Action,System.Action)">
            <summary>
            Executes the no result.
            </summary>
            <param name="action">The action.</param>
            <param name="recover">The recover.</param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.RetryerDisabler">
            <summary>
            The retryer disabler.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.RetryerDisabler.#ctor(Sitecore.Data.DataProviders.IRetryable)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.RetryerDisabler"/> class.
            </summary>
            <param name="reiterator">The reiterator.</param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.RetryerRequiredException">
            <summary>
            RetryerRequiredException. Thrown when operation is execuded without Retryer in context.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.RetryerRequiredException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.RetryerRequiredException"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.SqlServer.FieldData">
            <summary>
            Represents field related data obtained from data provider.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.FieldData.#ctor(Sitecore.Data.ID,Sitecore.Data.ID,System.Int32,System.String,System.String,System.Int32)">
            <summary>
            Initialize a new instance of the <see cref="T:Sitecore.Data.DataProviders.SqlServer.FieldData"/> class.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="fieldId">The field id.</param>
            <param name="version">The version.</param>
            <param name="language">The language.</param>
            <param name="fieldValue">The field value.</param>
            <param name="order">The order.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.FieldData.ItemId">
            <summary>
            The item id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.FieldData.FieldId">
            <summary>
            The field id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.FieldData.Version">
            <summary>
            The version.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.FieldData.Language">
            <summary>
            The language.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.FieldData.FieldValue">
            <summary>
            The field value.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.FieldData.Order">
            <summary>
            The order.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns">
            <summary>
            Represents mappings between columns in SQL field view, and Sitecore entities.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns.ItemId">
            <summary>
            The Id of item field belongs to.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns.Version">
            <summary>
            The field version.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns.Language">
            <summary>
            The field lanuage
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns.Value">
            <summary>
            The field value.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns.FieldId">
            <summary>
            The Id of the field being read.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.SqlServer.FieldViewColumns.Order">
            <summary>
            The order of the field while populating prefetch cache.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.SqlServer.SqlServerHelper">
            <summary>
            SqlServerHelper class
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerHelper.GetInt(System.Data.SqlClient.SqlDataReader,System.Int32)">
            <summary>
            Gets an <see cref="T:System.Int32"/> value from a reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="columnIndex">Index of the column.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerHelper.GetLong(System.Data.SqlClient.SqlDataReader,System.Int32)">
            <summary>
            Gets a <see cref="T:System.Int64"/> value from a reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="columnIndex">Index of the column.</param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider">
            <summary>
            The MS SQL server notification database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider"/> class.
            </summary>
            <param name="connectionStringName">The connection string name.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider"/> class.
            </summary>
            <param name="api">
            The Data API.
            </param>
            <param name="databaseName">
            Name of the database.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.GetNotification(Sitecore.Data.ID)">
            <summary>
            Gets notification from database by notification ID.
            </summary>
            <param name="id">
            The notification id.
            </param>
            <returns>
            The Notification object by Id.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.GetNotifications(Sitecore.Data.ItemUri)">
            <summary>
            Gets the notifications related to the item specified by the ItemURI.
            </summary>
            <param name="itemUri">The item URI.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.GetNotifications(System.Type)">
            <summary>
            Gets all notifications of the specified type from database.
            </summary>
            <param name="notificationType">Type of the notification.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.GetNotifications">
            <summary>
            Gets all notifications.
            </summary>
            <returns>
            The list of all registered Notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerNotificationProvider.Cleanup">
            <summary>
            Removes obsolete notifications.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.SqlServer.SqlServerStream">
            <summary>
            SqlServerStream class
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.#ctor(System.Data.SqlClient.SqlDataReader,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.SqlServer.SqlServerStream"/> class.
            </summary>
            <param name="reader">The reader.</param>
            <param name="length">The length of the data in the stream.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.CanRead">
            <summary>
            When overridden in a derived class, gets a value indicating whether the current stream supports reading.
            </summary>
             
            <returns>
            true if the stream supports reading; otherwise, false.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.CanSeek">
            <summary>
            When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
            </summary>
             
            <returns>
            true if the stream supports seeking; otherwise, false.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.CanWrite">
            <summary>
            When overridden in a derived class, gets a value indicating whether the current stream supports writing.
            </summary>
             
            <returns>
            true if the stream supports writing; otherwise, false.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Length">
            <summary>
            When overridden in a derived class, gets the length in bytes of the stream.
            </summary>
             
            <returns>
            A long value representing the length of the stream in bytes.
            </returns>
             
            <exception cref="T:System.NotSupportedException">A class derived from Stream does not support seeking. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception><filterpriority>1</filterpriority>
        </member>
        <member name="P:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Position">
            <summary>
            When overridden in a derived class, gets or sets the position within the current stream.
            </summary>
             
            <returns>
            The current position within the stream.
            </returns>
             
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support seeking. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception><filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Close">
            <summary>
            Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
            </summary>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Flush">
            <summary>
            When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
            </summary>
             
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
            </summary>
             
            <returns>
            The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
            </returns>
             
            <param name="buffer">An array of bytes. When this method returns, the buffer contains the specified byte array with the values between <paramref name="offset" /> and (<paramref name="offset" /> + <paramref name="count" /> - 1) replaced by the bytes read from the current source. </param>
            <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin storing the data read from the current stream. </param>
            <param name="count">The maximum number of bytes to be read from the current stream. </param>
            <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is larger than the buffer length. </exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="buffer" /> is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset" /> or <paramref name="count" /> is negative. </exception>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support reading. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception><filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            When overridden in a derived class, sets the position within the current stream.
            </summary>
             
            <returns>
            The new position within the current stream.
            </returns>
             
            <param name="offset">A byte offset relative to the <paramref name="origin" /> parameter. </param>
            <param name="origin">A value of type <see cref="T:System.IO.SeekOrigin" /> indicating the reference point used to obtain the new position. </param>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the stream is constructed from a pipe or console output. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception><filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.SetLength(System.Int64)">
            <summary>
            When overridden in a derived class, sets the length of the current stream.
            </summary>
             
            <param name="value">The desired length of the current stream in bytes. </param>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
            </summary>
             
            <param name="buffer">An array of bytes. This method copies <paramref name="count" /> bytes from <paramref name="buffer" /> to the current 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 number of bytes to be written to the current stream. </param>
            <exception cref="T:System.ArgumentException">The sum of <paramref name="offset" /> and <paramref name="count" /> is greater than the buffer length. </exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="buffer" /> is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="offset" /> or <paramref name="count" /> is negative. </exception>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support writing. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception><filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Data.DataProviders.SqlServer.SqlServerStream.LoadNextChunk">
            <summary>
            Loads the next chunk of the blob.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.ConnectionInfo`2">
            <summary>
            Represents a connection info.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.ConnectionInfo`2.#ctor(`0)">
            <summary>
            Initializes a new instance of the ConnectionInfo class.
            </summary>
            <param name="connection">The connection.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.ConnectionInfo`2.#ctor(`1)">
            <summary>
            Initializes a new instance of the ConnectionInfo class.
            </summary>
            <param name="transaction">The transaction.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.ConnectionInfo`2.Connection">
            <summary>
            Gets the connection.
            </summary>
            <value>The connection.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.ConnectionInfo`2.Transaction">
            <summary>
            Gets the transaction.
            </summary>
            <value>The transaction.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.DataProviderCommand">
            <summary>
            Base command class for SQL based data providers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderCommand.#ctor(System.Data.IDbCommand,System.Boolean)">
            <summary>
            Constructs an instance of DataProviderCommand
            </summary>
            <param name="command">The command.</param>
            <param name="openConnection">if set to <c>true</c> this instance is open connection.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderCommand.#ctor(System.Data.IDbCommand,Sitecore.Data.DataProviders.Sql.DataProviderTransaction,System.Boolean)">
            <summary>
            Constructs an instance of DataProviderCommand
            </summary>
            <param name="command">The command.</param>
            <param name="transaction">The transaction.</param>
            <param name="openConnection">if set to <c>true</c> this instance is open connection.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteNonQuery">
            <summary>
            Executes the non query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteReader">
            <summary>
            Executes the reader.
            </summary>
            <returns>The reader.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderCommand.ExecuteNoResult">
            <summary>
            Executes with no result.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderCommand.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.DataProviderReader">
            <summary>
            Base reader class for SQL based data providers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderReader.#ctor(Sitecore.Data.DataProviders.Sql.DataProviderCommand)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderReader"/> class.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DataProviderReader.InnerReader">
            <summary>
            Gets a reference to the embedded
            <see cref="T:System.Data.IDataReader">reader</see>.
            </summary>
            <value>The inner reader.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderReader.Read">
            <summary>
            Reads this instance.
            </summary>
            <returns>The read.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderReader.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.DataProviderTransaction">
            <summary>
            Base transaction class for SQL based data providers.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.CONTEXT_KEY">
            <summary>
            The contex t_ key.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.DefaultMaxCommandsPerBatch">
            <summary>
            The default maximum count of commands that can be appended to the batch.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.batch">
            <summary>
            The provider for batching commands.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.connection">
            <summary>
            The _connection.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.key">
            <summary>
            The key of this transaction in thread-local transaction dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.transaction">
            <summary>
            The inner IDbTransaction instance.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.disposed">
            <summary>
            The flag that the transaction has been disposed.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.succeded">
            <summary>
            The m_succeded.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.#ctor(System.Data.IDbConnection,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderTransaction"/> class.
            Constructs an instance of DataProviderTransactionScope
            </summary>
            <param name="connection">
            The connection.
            </param>
            <param name="key">
            The key of the transaction in the current thread's transaction dictionary.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.#ctor(System.Data.IDbConnection,System.String,Sitecore.Data.DataProviders.Sql.SqlCommandBatch)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderTransaction" /> class.
            Constructs an instance of DataProviderTransactionScope
            </summary>
            <param name="connection">The connection.</param>
            <param name="key">The key of the transaction in the current thread's transaction dictionary.</param>
            <param name="batch">The batch.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.#ctor(System.Data.IDbConnection,System.String,Sitecore.Data.DataProviders.Sql.SqlCommandBatch,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderTransaction"/> class.
            Constructs an instance of DataProviderTransactionScope.
            </summary>
            <param name="connection">
            The connection.
            </param>
            <param name="key">
            The key of the transaction in the current thread's transaction dictionary.
            </param>
            <param name="batch">
            The implementation of SQL batch to use.
            </param>
            <param name="maxCommandsPerBatch">
            The maximum count of commands that can be appended to the batch.
            </param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.MaxCommandsPerBatch">
            <summary>
            Gets the maximum count of commands that can be appended to the batch.
            </summary>
            <value>
            The maximum count of commands that can be appended to the batch.
            </value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.Transaction">
            <summary>
            Gets the transaction.
            </summary>
            <value>The transaction.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.AppendCommand(System.Data.IDbCommand)">
            <summary>
            Appends command to transaction batch.
            </summary>
            <param name="command">
            The command.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.Complete">
            <summary>
            Completes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.Flush">
            <summary>
            Commits the batch.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.GetCurrentDataProviderTransaction(System.String)">
            <summary>
            Gets the current data provider transaction.
            </summary>
            <param name="key">
            The key.
            </param>
            <returns>
            The current data provider transaction.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.GetCurrentTransaction(System.String)">
            <summary>
            Gets the current transaction context.
            </summary>
            <param name="key">
            The connection string.
            </param>
            <returns>
            The current transaction.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.PopTransaction">
            <summary>
            Pops the transaction.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DataProviderTransaction.PushTransaction">
            <summary>
            Pushes the transaction.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DescendantsItemCreated.ItemId">
            <summary>
            Gets the item identifier.
            </summary>
            <value>
            The item identifier.
            </value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DescendantsItemCreated.ParentId">
            <summary>
            Gets the parent identifier.
            </summary>
            <value>
            The parent identifier.
            </value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DescendantsItemCreated.Action">
            <summary>
            Gets the action.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DescendantsItemCreated.#ctor(Sitecore.Data.ID,Sitecore.Data.ID,System.Action{Sitecore.Data.ID,Sitecore.Data.ID})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.DescendantsItemCreated"/> class.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="parentId">The parent identifier.</param>
            <param name="action">The action.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DescendantsItemCreated.Proceed">
            <summary>
            Proceeds the delayed action.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DescendantsItemDeleted.ItemId">
            <summary>
            Gets the item identifier.
            </summary>
            <value>
            The item identifier.
            </value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.DescendantsItemDeleted.Action">
            <summary>
            Gets the action.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DescendantsItemDeleted.#ctor(Sitecore.Data.ID,System.Action{Sitecore.Data.ID})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.DescendantsItemDeleted" /> class.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="action">The action.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.DescendantsItemDeleted.Proceed">
            <summary>
            Proceeds the delayed action.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.SqlServerQueryToSqlTranslator">
            <summary>
            Implementation Query Translator for MS SQL Server.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.SqlServerQueryToSqlTranslator.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.SqlServerQueryToSqlTranslator"/> class.
            </summary>
            <param name="api">The API.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.SqlServerQueryToSqlTranslator.AddInitialStatement(System.Text.StringBuilder)">
            <summary>
            Adds the initial statement.
            </summary>
            <param name="builder">The builder.</param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslatorFactory">
            <summary>
              Simple factory of objects translating Query opcodes to SQL
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslatorFactory.Register(System.Type,Sitecore.Data.DataProviders.Sql.FastQuery.IOpcodeTranslator)">
            <summary>
            Registers the specified type.
            </summary>
            <param name="type">The type.</param>
            <param name="translator">The translator.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslatorFactory.Remove(System.Type)">
            <summary>
            Removes the specified type.
            </summary>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslatorFactory.GetTranslator(Sitecore.Data.Query.Opcode)">
            <summary>
            Gets the translator for the opcode
            </summary>
            <param name="opcode">The opcode.</param>
            <returns>The translator.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.BooleanValueTranslator">
            <summary>
              Translator for Boolean values
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BooleanValueTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BooleanValueTranslator.GetFalseExpression">
            <summary>
            Gets the false expression.
            </summary>
            <returns>The false expression.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BooleanValueTranslator.GetTrueExpression">
            <summary>
            Gets the true expression.
            </summary>
            <returns>The true expression.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.ComparisonOperatorTranslator">
            <summary>
              Translates comparison operators (=, !=, >=, &lt;=) into SQL predicates
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ComparisonOperatorTranslator.#ctor(Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.ComparisonOperatorTranslator"/> class.
            </summary>
            <param name="traits">The traits.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ComparisonOperatorTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ComparisonOperatorTranslator.PrepareLeft(System.String)">
            <summary>
            Prepares the left side of the relation.
            </summary>
            <param name="left">The left.</param>
            <returns>The left.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ComparisonOperatorTranslator.PrepareRight(System.String)">
            <summary>
            Prepares the right side of the relation.
            </summary>
            <param name="right">The right.</param>
            <returns>The right.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.IDFieldInfo">
            <summary>
              IFieldInfo implementation for field references by ID
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.IDFieldInfo.#ctor(Sitecore.Data.ID,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IDFieldInfo"/> class.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.IDFieldInfo.Alias">
            <summary>
            Gets the alias/name of the table/view holding the field value. The view will have VALUE column.
            </summary>
            <value>The alias.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.IFieldInfo">
            <summary>
              Carries additional info for a field in the translation context
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.IFieldInfo.Alias">
            <summary>
            Gets the alias/name of the table/view holding the field value. The view will have VALUE column.
            </summary>
            <value>The alias.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.NameFieldInfo">
            <summary>
              IFieldInfo for field references by name
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.NameFieldInfo.#ctor(System.String,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.NameFieldInfo"/> class.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.NameFieldInfo.Alias">
            <summary>
            Gets the alias/name of the table/view holding the field value. The view will have VALUE column.
            </summary>
            <value>The alias.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator">
            <summary>
              Translates item field reference in query to SQL.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.RenderAttribute(System.String,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Renders the attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <param name="context">The context.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.RenderFieldByGuid(Sitecore.Data.ID,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Renders the field by GUID.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="context">The context.</param>
            <returns>The field by GUID.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.RenderFieldByName(System.String,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Renders field by name.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="context">The context.</param>
            <returns>The field by name.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.RenderField(Sitecore.Data.DataProviders.Sql.FastQuery.IFieldInfo,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Renders the field from field info.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.EnsureNotNull(System.String)">
            <summary>
            Transforms expression to ensure it does not return NULL
            </summary>
            <param name="expression">The expression.</param>
            <returns>The not null.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.FieldTranslator.MakeSimpleString(System.String)">
            <summary>
            Changes the expression so it returns a simple string value to allow comparison operators other than LIKE or equality.
            </summary>
            <param name="expression">The expression.</param>
            <returns>Transformed expression.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOpcodeTranslator">
            <summary>
              Interface for Query opcode translators.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.IOpcodeTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOpcodeTranslatorFactory">
            <summary>
              Interface for a factory of objects performing translation of Query staements into SQL statements.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.IOpcodeTranslatorFactory.GetTranslator(Sitecore.Data.Query.Opcode)">
            <summary>
            Gets the translator for specific opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <returns>The translator.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.LiteralOpcodeTranslator">
            <summary>
              Translates string literal to SQL.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LiteralOpcodeTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LiteralOpcodeTranslator.RenderTemplateReference(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext,Sitecore.Data.Query.Literal)">
            <summary>
            Renders the template reference.
            </summary>
            <param name="context">The context.</param>
            <param name="literal">The literal.</param>
            <returns>The template reference.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LiteralOpcodeTranslator.GetTemplates(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Gets the templates.
            </summary>
            <param name="context">The context.</param>
            <returns>The templates.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.LogicalOperatorTranslator">
            <summary>
            Translates logical operator (OR | AND) to SQL.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LogicalOperatorTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.NumberValueTranslator">
            <summary>
              Converts number to SQL
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.NumberValueTranslator.Translate(Sitecore.Data.Query.Opcode,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Translates the specified opcode.
            </summary>
            <param name="opcode">The opcode.</param>
            <param name="context">The context.</param>
            <returns>The translate.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.EqualsOperatorTraits">
            <summary>
              Traits description for '==' and '!=' operators
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.FastQuery.EqualsOperatorTraits._equals">
            <summary>
              Whether class describes '==' or '!=' operator
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.EqualsOperatorTraits.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.EqualsOperatorTraits"/> class.
            </summary>
            <param name="equals">if set to <c>true</c> this instance is equals.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.EqualsOperatorTraits.NeedsSimpleValues">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits"/> needss the simple values.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits"/> needss the simple values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.EqualsOperatorTraits.GetOperatorString(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Gets the operator string.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator string.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits">
            <summary>
              Describes features of eachs operator
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits.NeedsSimpleValues">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits"/> needss the simple values.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits"/> needss the simple values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits.GetOperatorString(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Gets the operator string.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator string.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.RelationOperatorTraits">
            <summary>
              Description for comparison operators other that '==' and '!=';
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.RelationOperatorTraits.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.RelationOperatorTraits"/> class.
            </summary>
            <param name="operatorString">The operator string.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.RelationOperatorTraits.NeedsSimpleValues">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits"/> needss the simple values.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.IOperatorTraits"/> needss the simple values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.RelationOperatorTraits.GetOperatorString(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext,Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Gets the operator string.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator string.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList">
            <summary>
              Passes SQL parameters from translator to the caller.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList.AddParameter(System.Object)">
            <summary>
            Adds the parameter.
            </summary>
            <param name="value">The value.</param>
            <returns>The parameter.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList.ToArray">
            <summary>
            Converts the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList"/> to an array of objects.
            </summary>
            <returns>The array of parameters suitable for SqlDataApi.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator">
            <summary>
            Summary description for QueryToSqlTranslator.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator._factory">
            <summary>
              Factory of translator objects
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator._api">
            <summary>
              Database-specific SQL Api
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator"/> class.
            </summary>
            <param name="api">The API.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.TranslateQuery(System.String,Sitecore.Data.DataProviders.CallContext,Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList)">
            <summary>
            Translates the query.
            </summary>
            <param name="query">The query.</param>
            <param name="callContext">The call context.</param>
            <param name="parameters">The parameters.</param>
            <returns>The query.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddConditionJoint(System.Boolean,System.Text.StringBuilder)">
            <summary>
            Adds the condition joint.
            </summary>
            <param name="whereAppended">if set to <c>true</c> this instance is where appended.</param>
            <param name="builder">The builder.</param>
            <returns>The condition joint.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddRootItemFilter(Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList,System.Text.StringBuilder)">
            <summary>
            Adds the root item filter.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddNameFilter(System.String,System.Text.StringBuilder)">
            <summary>
            Adds the name filter.
            </summary>
            <param name="name">The name.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddExtraJoins(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext,System.Text.StringBuilder)">
            <summary>
            Adds the extra joins.
            </summary>
            <param name="context">The context.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddNestedQuery(Sitecore.Data.Query.Step,System.String,System.Text.StringBuilder)">
            <summary>
            Adds the nested query.
            </summary>
            <param name="step">The step.</param>
            <param name="sql">The SQL.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddFieldJoins(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext,System.Text.StringBuilder)">
            <summary>
            Adds the field joins.
            </summary>
            <param name="context">The context.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddInitialStatement(System.Text.StringBuilder)">
            <summary>
            Adds the initial statement.
            </summary>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.AddName(System.Text.StringBuilder,System.Object)">
            <summary>
            Adds the name to the query.
            </summary>
            <param name="builder">The builder.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.GetName(Sitecore.Data.Query.Step)">
            <summary>
            Gets the name.
            </summary>
            <param name="step">The step.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator.GetPredicate(Sitecore.Data.Query.Step)">
            <summary>
            Gets the predicate.
            </summary>
            <param name="step">The step.</param>
            <returns>The predicate.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext">
            <summary>
              Defines context for Query opcode to SQL translation operation.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.#ctor(Sitecore.Data.DataProviders.Sql.FastQuery.IOpcodeTranslatorFactory,Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Data.Database,Sitecore.Data.DataProviders.Sql.FastQuery.ParametersList)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="api">The API.</param>
            <param name="database">The database.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.GetNextAlias(System.String)">
            <summary>
            Gets the next alias.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The next alias.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.AddTable(System.String)">
            <summary>
            Adds the table.
            </summary>
            <param name="tableName">Name of the table.</param>
            <returns>The table.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.AddSubquery(System.String,System.String)">
            <summary>
            Adds the subquery.
            </summary>
            <param name="query">The query.</param>
            <param name="tableName">Name of the table.</param>
            <returns>The subquery.</returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.Tables">
            <summary>
            Gets the tables.
            </summary>
            <value>The tables.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>The factory.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.LocalData">
            <summary>
            Gets the local data.
            </summary>
            <value>The local data.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.SqlApi">
            <summary>
            Gets the SQL API.
            </summary>
            <value>The SQL API.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.Database">
            <summary>
            Gets the database for which translation is performed.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.Parameters">
            <summary>
            Gets the parameters manager for the SQL query.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.BasicTranslationContext.ParentContext">
            <summary>
            Gets the parent context.
            </summary>
            <value>The parent context.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext">
            <summary>
              Defines context for Query to SQL translation operation.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.GetNextAlias(System.String)">
            <summary>
            Gets the next alias.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The next alias.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.AddTable(System.String)">
            <summary>
            Adds the table.
            </summary>
            <param name="tableName">Name of the table.</param>
            <returns>The table.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.AddSubquery(System.String,System.String)">
            <summary>
            Adds the subquery.
            </summary>
            <param name="query">The query.</param>
            <param name="tableName">Name of the table.</param>
            <returns>The subquery.</returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.Tables">
            <summary>
            Gets the tables and their aliases.
            </summary>
            <value>The tables.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.Fields">
            <summary>
            Gets the fields and their extra information.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>The factory.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.Data">
            <summary>
            Custom data dictionary (global).
            </summary>
            <value>The data.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.LocalData">
            <summary>
            Local data dictionary.
            </summary>
            <value>The local data.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.SqlApi">
            <summary>
            Gets the SQL API.
            </summary>
            <value>The SQL API.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.Database">
            <summary>
            Gets the database for which translation is performed.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.Parameters">
            <summary>
            Gets the parameters manager for the SQL query.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext.ParentContext">
            <summary>
            Gets the parent context.
            </summary>
            <value>The parent context.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext">
            <summary>
              ITranlationContext implementation with isolated LocalData property.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.#ctor(Sitecore.Data.DataProviders.Sql.FastQuery.ITranslationContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext"/> class.
            </summary>
            <param name="baseContext">The base context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.GetNextAlias(System.String)">
            <summary>
            Gets the next alias.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The next alias.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.AddTable(System.String)">
            <summary>
            Adds the table.
            </summary>
            <param name="tableName">Name of the table.</param>
            <returns>The table.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.AddSubquery(System.String,System.String)">
            <summary>
            Adds the subquery.
            </summary>
            <param name="query">The query.</param>
            <param name="tableName">Name of the table.</param>
            <returns>The subquery.</returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.Tables">
            <summary>
            Gets the tables.
            </summary>
            <value>The tables.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>The factory.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.LocalData">
            <summary>
            Gets the local data.
            </summary>
            <value>The local data.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.SqlApi">
            <summary>
            Gets the SQL API.
            </summary>
            <value>The SQL API.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.Database">
            <summary>
            Gets the database for which translation is performed.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.Parameters">
            <summary>
            Gets the parameters manager for the SQL query.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.FastQuery.LocalTranslationContext.ParentContext">
            <summary>
            Gets the parent context.
            </summary>
            <value>The parent context.</value>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.IDelayedAction">
            <summary>
            Describes an action delayed due to BulkUpdateContext.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.IDelayedAction.Proceed">
            <summary>
            Proceeds the delayed action.
            </summary>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlCommandBatch">
            <summary>
            Defines the SQL batch class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlCommandBatch.AddCommand(System.Data.IDbCommand)">
            <summary>
            Adds the command.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlCommandBatch.Translate">
            <summary>
            Translates this batch into a command
            </summary>
            <returns>The IDbCommand to execute.</returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlCommandBatch.Count">
            <summary>
            Gets the count of commands in the batch.
            </summary>
            <value>The count.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlCommandBatch.TranslateToCommands">
            <summary>
            Translates this batch into commands.
            </summary>
            <returns>The collection of commands to execute.</returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlDataApi">
            <summary>
            Base class for SQL based data APIs.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataApi.commandTimeout">
            <summary>
            The command timeout.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.CommandTimeout">
            <summary>
            Gets or sets the command timeout.
            </summary>
            <value>The command timeout.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.ConnectionString">
            <summary>
            Gets or sets the connection string for this connection.
            </summary>
            <value>The connection string.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.EmptyStringLiteral">
            <summary>
            Gets the empty literal.
            </summary>
            <value>The empty literal.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.Identifier">
            <summary>
            Gets an identifier for the data API.
            </summary>
            <value>For SQL Server: The connection string.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.NamePostfix">
            <summary>Gets the postfix used for encapsulating table
            and column names in SQL statements.</summary>
            <remarks>For example, SQL Server will use: <c>]</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.NamePrefix">
            <summary>Gets the prefix used for encapsulating table
            and column names in SQL statements.</summary>
            <remarks>For example, SQL Server will use: <c>[</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.NewGuidFunc">
            <summary>Gets the function which generates a new GUID.</summary>
            <remarks>For example, SQL Server will use: <c>newid()</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.ParameterPostfix">
            <summary>Gets the postfix used for encapsulating
            parameter names in SQL statements.</summary>
            <remarks>For example, SQL Server will use: <see cref="F:System.String.Empty"/>.</remarks>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.ParameterPrefix">
            <summary>Gets the prefix used for encapsulating
            parameter names in SQL statements.</summary>
            <remarks>For example, SQL Server will use: <c>@</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.Quote">
            <summary>Gets the character used for encapsulating
            a string value in SQL statements.</summary>
            <remarks>For example, SQL Server will use: '.</remarks>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataApi.Wildcard">
            <summary>Gets the character used for wildcard queries in SQL statements.</summary>
            <remarks>For example, SQL Server will use: %.</remarks>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.ExecuteNoResult(System.String,System.Object[])">
            <summary>
            Executes the no result.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateCommand(System.String,System.Object[])">
            <summary>
            Factory method for creating a new command object.
            </summary>
            <param name="sql">The SQL to execute.</param>
            <param name="parameters">The values of any parameters embedded in the SQL. These should be on the form {"name1", value1, "name2", value2}.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateObjectReader``1(System.String,System.Object[],System.Func{System.Data.IDataReader,``0})">
            <summary>
            Creates the object reader.
            </summary>
            <typeparam name="T">
            The generic type.
            </typeparam>
            <param name="sql">
            The SQL statement to execute.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="materializer">
            The materializer.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateObjectReader``1(System.String,System.Object[],System.Func{Sitecore.Data.DataProviders.Sql.DataProviderReader,``0})">
            <summary>
            Creates the object reader.
            </summary>
            <typeparam name="T">
            The generic type.
            </typeparam>
            <param name="sql">
            The SQL statement to execute.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="materializer">
            The materializer.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateReader(System.String,System.Object[])">
            <summary>
            Factory method for creating an instance of a <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderReader"/>
            </summary>
            <param name="sql">
            The SQL that will be executed to obtain the reader.
            </param>
            <param name="parameters">
            The parameters for the SQl command.
            </param>
            <returns>
            A reader that can be used to traverse the result set.
            </returns>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateBatch">
            <summary>
            Creates the sql command batch batch.
            </summary>
            <returns>The batch.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateTransaction">
            <summary>
            Factory method for creating an instance of a <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderTransaction"/>
            </summary>
            <returns>
            A transaction object.
            </returns>
            <exception cref="T:Sitecore.Data.DataProviders.RetryerRequiredException"><c>RetryerRequiredException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateTransaction(System.Int32)">
            <summary>
            Factory method for creating an instance of a <see cref="T:Sitecore.Data.DataProviders.Sql.DataProviderTransaction"/>
            </summary>
            <param name="maxCommandsPerBatch">
            The maximum count of commands that can be appended to the batch.
            </param>
            <returns>
            A transaction object.
            </returns>
            <exception cref="T:Sitecore.Data.DataProviders.RetryerRequiredException">
            <c>RetryerRequiredException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.Execute(System.String,System.Object[])">
            <summary>
            Executes the specified SQL.
            </summary>
            <param name="sql">
            The SQL statement to execute.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The execute.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.Format(System.String)">
            <summary>
            Formats the specified SQL.
            </summary>
            <param name="sql">
            The SQL statement to format.
            </param>
            <returns>
            The format.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.FormatRawID(Sitecore.Data.ID)">
            <summary>
            Formats ID to be used in raw SQL queries (e.g. itemID in 'select * from items where id = :itemID')
            </summary>
            <param name="id">
            The id to format.
            </param>
            <returns>
            The raw ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetDateTime(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a date/time value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to a <see cref="T:System.DateTime"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetGuid(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an id value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to a <see cref="T:System.Guid"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetId(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an id value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to an <see cref="T:Sitecore.Data.ID"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetInt(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an int32 value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to an <see cref="T:System.Int32"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetBoolean(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets the boolean.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The boolean value.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetInt32(System.String,System.Int32,System.Object[])">
            <summary>
            Gets an integer result from an SQL query.
            </summary>
            <param name="sql">
            A string containing an SQL statement.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The result of the query as an integer.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetLanguage(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a language value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to a <see cref="T:Sitecore.Globalization.Language"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetLong(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an int64 value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to an <see cref="T:System.Int32"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetString(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a string value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to a <see cref="T:System.String"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetStringList(System.String,System.Object[])">
            <summary>
            Gets a list of string values from a database.
            </summary>
            <param name="sql">
            The SQL statement to execute.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            List of strings
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetStringSet(System.String,System.Object[])">
            <summary>
            Gets a list of string values from a database.
            </summary>
            <param name="sql">
            The SQL statement to execute.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            Set of strings
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetVersion(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a version value from a specified column.
            </summary>
            <param name="columnIndex">
            Index of the column.
            </param>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The column value cast to a <see cref="T:Sitecore.Data.Version"/>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.GetBytes(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets the bytes.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.IsNull(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Returns <c>true</c> if the column specified by the column ordinal parameter is null.
            </summary>
            <param name="columIndex">Column index.</param>
            <param name="reader">Data reader.</param>
            <returns>
              <c>true</c> if the specified colum index is null; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.Safe(System.String)">
            <summary>
            Escapes a string for use in SQL statements.
            </summary>
            <param name="text">
            A string to escape.
            </param>
            <returns>
            The escaped string.
            </returns>
            <remarks>
            The base version of the method simply replaces a single quote
            with two single quotes, but individual implementations may override
            this behaviour.
            </remarks>
            <example>
            <code>
            string parameter = Safe("Andy's"); // "Andy''s"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateConnection">
            <summary>
            Creates a physical database connection.
            </summary>
            <returns>
            A connection to the database. Note that the connection will not be open.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataApi.CreateParameter(System.String,System.Object)">
            <summary>
            Creates a parameter for use in a <see cref="T:System.Data.IDbCommand">command</see>.
            </summary>
            <param name="name">
            The name of the parameter.
            </param>
            <param name="value">
            The value of the parameter.
            </param>
            <returns>
            <para>
            A parameter object in which the <see cref="T:System.Data.DbType"/> of the value has been set and where the parameter value has been
              mapped to the native value expected by the database.
            </para>
            <para>
            For instance, if <c>value</c> is an <see cref="T:Sitecore.Data.ID"/>,
              the parameter value might be a <see cref="T:System.Guid"/> representing the same value.
            </para>
            </returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlDataProvider">
            <summary>
            Base class for SQL based data providers.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SharedFieldsTableName">
            <summary>"SharedFields"</summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.UnversionedFieldsTableName">
            <summary>"UnversionedFields"</summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.VersionedFieldsTableName">
            <summary>"VersionedFields"</summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.DescendantsLock">
            <summary>
            Used for syncronization of access to [Descendants] table
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PrefetchCacheLock">
            <summary>
            The _prefetch cache lock.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.itemInnerCacheKey">
            <summary>
            The item inner cache key
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.api">
            <summary>
            The sql data api.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.lock">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.lockSet">
            <summary>
            The lock set.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchCacheLock">
            <summary>
            The lock set for prefetch Cache
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchLock">
            <summary>
            The _prefetch lock.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchSpecifications">
            <summary>
            The _prefetch specifications.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchStatistics">
            <summary>
            The _prefetch statistics.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.eventHandlersInitialized">
            <summary>
            The _event handlers initialized.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.initialDataPrefetched">
            <summary>
            The _initial data prefetched.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.logPrefetchStatistics">
            <summary>
            The _log prefetch statistics.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.name">
            <summary>
            The provider name.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchCache">
            <summary>
            The prefetch cache.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchCacheSize">
            <summary>
            The prefetch cache size.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchChildLimit">
            <summary>
            The prefetch child limit.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.prefetchChildrenByIdLimit">
            <summary>
            Maximum number of children to be requested by list of their IDs. Otherwise all children are requested by parent ID.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.translator">
            <summary>
            The translator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.SqlDataProvider"/> class.
            </summary>
            <param name="api">
            The data API.
            </param>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlDataProvider.UpdateFieldValueDelegate">
            <summary>
            Delegate to update field values
            </summary>
            <param name="value">
            value of a field
            </param>
            <returns>
            New value for the field
            </returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The provider name.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Api">
            <summary>
            Gets the data API to the physical database.
            </summary>
            <value>The data API.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.DescendantsDelayedActions">
            <summary>
            Gets the descendants delayed actions.
            </summary>
            <value>
            The descendants delayed actions.
            </value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.DescendantsShouldBeUpdated">
            <summary>
            Gets or sets a value indicating whether Descendants table should be updated
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Languages">
            <summary>
            Gets or sets languages
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PrefetchCache">
            <summary>
            Gets the prefetch cache.
            </summary>
            <value>The prefetch cache.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PropertyCache">
            <summary>
            Gets the property cache.
            </summary>
            <value>The property cache.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RebuildThread">
            <summary>
            Gets or sets a value indicating rebuilding thread
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SkipDescendantsUpdate">
            <summary>
            Gets a value indicating whether Descendantsd table should be updated.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Translator">
            <summary>
            Gets the Sitecore Query to SQL translator.
            </summary>
            <value>An intstance of <see cref="T:Sitecore.Data.DataProviders.Sql.FastQuery.QueryToSqlTranslator"/> class.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="action">
            The action.
            </param>
            <param name="date">
            The modfication date.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The add to publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="action">The action.</param>
            <param name="date">The modfication date.</param>
            <param name="language">The language.</param>
            <param name="context">The context.</param>
            <returns>
            The add to publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Adds a version to an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="baseVersion">
            The base version.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The add version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Changes the type of field sharing for a single field.
            </summary>
            <param name="fieldDefinition">
            The field definition.
            </param>
            <param name="sharing">
            The new sharing type.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The change field sharing.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeTemplate(Sitecore.Data.ItemDefinition,Sitecore.Data.Templates.TemplateChangeList,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Changes the template.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="changeList">
            The change list.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The change template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupDatabase(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Cleanups the database.
            </summary>
            <param name="context">
            The context.
            </param>
            <remarks>
            <para>
            Typically, a cleanup operation will remove data in invalid languages and items in orphaned trees.
            </para>
            <para>
            Specific operations depends on the actual <see cref="T:Sitecore.Data.DataProviders.DataProvider">data provider</see> implementation.
            </para>
            </remarks>
            <returns>
            <c>true</c> if cleanup was performed; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupPublishQueue(System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Cleans up the publish queue.
            </summary>
            <param name="to">
            Date to perform cleanup to.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The cleanup publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CopyItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,System.String,Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Copies an item.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="destination">
            The destination.
            </param>
            <param name="copyName">
            Name of the copy.
            </param>
            <param name="copyID">
            The copy ID.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The copy item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Creates a item.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="itemName">
            Name of the item.
            </param>
            <param name="templateID">
            The template ID.
            </param>
            <param name="parent">
            The parent.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The create item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemDefinition,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Creates a item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="parent">The parent.</param>
            <param name="created">The created.</param>
            <param name="context">The context.</param>
            <returns>
            The create item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.DeleteItem(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Deletes an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The delete item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetChildIDs(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the child ids of an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>List of child id.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetDataSize(System.Int32,System.Int32)">
            <summary>
            Gets the size of the data managed by the provider.
            </summary>
            <param name="minEntitySize">
            The min Entity Size.
            </param>
            <param name="maxEntitySize">
            The max Entity Size.
            </param>
            <returns>
            The get data size.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetDictionaryEntryCount">
            <summary>
            Gets the number of dictionary entries.
            </summary>
            <returns>
            The number of dictionary entries.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetEventQueue">
            <summary>
            Gets the event queue driver.
            </summary>
            <returns>The event queue driver.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetItemDefinition(Sitecore.Data.ID,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the definition of an item.
            </summary>
            <param name="itemId">
            The item ID.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>ItemDefinition object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetItemFields(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the fields of a specific item version.
            </summary>
            <param name="itemDefinition">
            The item to get fields for.
            </param>
            <param name="versionUri">
            The version URI.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>Item fields list
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetItemsInWorkflowState(Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets all items that are in a specific workflow state.
            </summary>
            <param name="info">
            The workflow info.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>Arrray of items that are in requested workflow state.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetItemVersions(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a list of the available versions of an item.
            </summary>
            <param name="itemDefinition">
            The item to get versions for.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>Item version list.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLanguages">
            <summary>
            Gets a list of all the language that have been defined
            in the database.
            </summary>
            <returns>LanguageCollection object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLanguages(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a list of all the language that have been defined
            in the database.
            </summary>
            <param name="context">CallContext object.
            </param>
            <returns>LanguageCollection object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetParentID(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the parent ID of an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>Parent ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetProperty(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a property.
            </summary>
            <param name="propertyName">
            The property propertyName.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The get property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPropertyKeys(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets a list of property keys matching a specific prefix.
            </summary>
            <param name="prefix">
            The prefix.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>List of property keys.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPublishQueue(System.DateTime,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">
            From date condition.
            </param>
            <param name="to">
            To date condition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>List of Item ID that are in publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPublishQueueEntries(System.DateTime,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the publish entries.
            </summary>
            <param name="from">
            From date condition.
            </param>
            <param name="to">
            To date condition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>List of Item ID that are in publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetRootID(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the root ID.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>Root ID from predefined constants.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetSharingType(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Gets the type of the sharing.
            </summary>
            <param name="templateField">
            The template of the field.
            </param>
            <returns>Shareing type for template field.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetTemplateItemIds(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the template item id.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>Collection of Template ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.HasChildren(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Determines whether the specified item definition has children.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            <c>true</c> if the specified item definition has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.MoveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Moves an item (ie. changes its parent).
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="destination">
            The destination.
            </param>
            <param name="context">
            The call context.
            </param>
            <returns>
            <c>True</c> if the item was moved by the provider, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveBlobStream(System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes BLOB from database by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes a language and all the data using the language
            from the database.
            </summary>
            <param name="language">
            The language.
            </param>
            <param name="context">
            The context.
            </param>
            <remarks>
            Proceeed with caution.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveProperty(System.String,System.Boolean,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes a property.
            </summary>
            <param name="propertyName">
            The property name.
            </param>
            <param name="isPrefix">
            if set to <c>true</c> this instance is is prefix.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The remove property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="version">
            The version.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The remove version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes versions from an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="removeSharedData">
            If set to <c>true</c> shared data is removed.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The remove versions.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RenameLanguageData(System.String,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Renames a language binding.
            </summary>
            <param name="fromLanguage">
            Rename from this language name.
            </param>
            <param name="toLanguage">
            Rename to this language name.
            </param>
            <param name="context">
            The call context.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ResolvePath(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Resolves item ID by the path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="context">The context.</param>
            <returns>ID of the item.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SaveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.Items.ItemChanges,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Saves an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="changes">
            The changes.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The save item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SelectIDs(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Selects a set of ids.
            </summary>
            <param name="query">
            The query.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>IDList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SelectSingleID(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Selects a single ID.
            </summary>
            <param name="query">
            The query.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>Single ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SetProperty(System.String,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Sets a property.
            </summary>
            <param name="parameterName">
            The property name.
            </param>
            <param name="value">
            The property value.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The set property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.UpdateFieldValues(Sitecore.Data.ID,Sitecore.Data.DataProviders.Sql.SqlDataProvider.UpdateFieldValueDelegate,System.Boolean)">
            <summary>
            Updates field values.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="updateFunction">
            The update function.
            </param>
            <param name="skipEmpty">
            if set to <c>true</c> empty fields will be skipped.
            </param>
            <returns>
            The update field values.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveRelatedBlobs(Sitecore.Data.Items.Item,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes blobs related to the item.
            </summary>
            <param name="item"></param>
            <param name="context"></param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddPrefetch(System.Xml.XmlNode)">
            <summary>
            Adds a prefetch option.
            </summary>
            <param name="configNode">
            The config node.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupBlobs(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes unused blob fields
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupFields(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes all field data for non-existing items.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupInvalidLanguageData">
            <summary>
            Removes all invalid language data (ie. data for which the language does not exist).
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupCyclicDependences">
            <summary>
            Cleanups the cyclic dependences. The items couldn't be removed by CleanupOrphans because always have a parent but is not participated in item tree.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupOrphans">
            <summary>
            Removes orphaned items from the database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupOrphanFields(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Cleanups the orphan fields.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CleanupTemplateFields(System.String[],Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Cleanups the template fields.
            </summary>
            <param name="tables">
            The tables.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CreateSqlTranslator">
            <summary>
            Creates the SQL translator.
            </summary>
            <returns>
            The SQL translator.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Descendants_ItemCreated(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Performs changes to 'Descendants' table after item creation.
            </summary>
            <param name="parentId">
            The parent item id.
            </param>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Descendants_ItemDeleted(Sitecore.Data.ID)">
            <summary>
            Performs changes to 'Descendants' table after item deleting.
            </summary>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.DoInitializeEvents">
            <summary>
            Performs the actual event initialization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.Exists(System.String,System.Object[])">
            <summary>
            Check if data satisfying the specified SQL exists.
            </summary>
            <param name="sql">
            The SQL query.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            True, if data is found, false otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetChildIdsByName(System.String,Sitecore.Data.ID)">
            <summary>
            Selects children of the parent item by name.
            Usually result contains only one ID, since it is not recommended to have items with the same name under the same parent.
            </summary>
            <param name="childName">Name of the child.</param>
            <param name="parentId">The parent id.</param>
            <returns>List of children IDs.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetChildIDsByNameSql(System.String)">
            <summary>
            Gets SQL for selecting child IDs by name.
            </summary>
            <param name="columnName">Name of the Item Name column.</param>
            <returns>SQL string suited for the current provider.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetFieldSharingConverter">
            <summary>
            Gets a <see cref="T:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter"/>.
            </summary>
            <returns>FieldSharingConverter object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetFieldValue(System.String,System.Guid)">
            <summary>
            Gets the field value.
            </summary>
            <param name="tableName">
            Name of the table.
            </param>
            <param name="entryId">
            The entry id.
            </param>
            <returns>
            The get field value.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetIdEnumerator(System.String,System.String,System.String)">
            <summary>
            Gets all id values.
            </summary>
            <param name="tableName">
            Name of the table.
            </param>
            <param name="idFieldName">
            Name of the id field.
            </param>
            <param name="condition">
            The condition to be put to the 'where' section.
            </param>
            <returns>IEnumerable object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetItemKeyColumnName">
            <summary>
            Gets the name of the 'item name' column.
            </summary>
            <returns>
            The get item key column name.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLock(System.Object)">
            <summary>
            Gets a lock.
            </summary>
            <param name="value">
            The value to get a lock for.
            </param>
            <returns>
            The get lock.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPrefetchDataFromCache(Sitecore.Data.ID)">
            <summary>
            Gets the prefetch data from cache.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>PrefetchData object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPropertyCore(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the property core.
            </summary>
            <param name="propertyName">
            The property name.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The get property core.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetResolverSql(System.String)">
            <summary>
            Gets the resolver SQL.
            </summary>
            <param name="path">
            The path to resolve.
            </param>
            <returns>
            The get resolver sql.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetResolverSql(System.String,System.Object[]@)">
            <summary>
            Gets the resolver SQL.
            </summary>
            <param name="path">
            The path to resolve.
            </param>
            <param name="queryparams">
            The query parameters
            </param>
            <returns>
            The get resolver sql.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetVersions">
            <summary>
            Gets a list of all versions that have been defined in the entire database.
            </summary>
            <returns>List of versions.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.LoadChildIds(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Loads the child ids.
            </summary>
            <param name="condition">
            The condition.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="prefetchData">
            The working set.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLoadInitialItemDefinitionsSql(System.String)">
            <summary>
            Gets an SQL to load initial item definitions.
            </summary>
            <param name="sql">SQL-fragment.</param>
            <returns>Initial item definitions SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLoadChildItemsDefinitionsSql">
            <summary>
            Returns an SQL to load child items definitions.
            </summary>
            <returns>Child items definitions SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLoadItemDefinitionsSql">
            <summary>
            Returns an SQL to load item definitions.
            </summary>
            <returns>Item definitions SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ExecuteLoadItemDefinitionsSql(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Executes item definitions SQL.
            </summary>
            <param name="sql"></param>
            <param name="parameters"></param>
            <param name="prefetchData"></param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.LoadItemFields(System.String,System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Loads the item fields.
            </summary>
            <param name="itemCondition">
            The item condition.
            </param>
            <param name="fieldCondition">
            The field condition.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="prefetchData">
            The working set.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.LoadLanguages">
            <summary>
            Loads the list of languages from the database.
            </summary>
            <returns>LanguageCollection object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.QueryFast(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Executes fast query.
            </summary>
            <param name="query">
            The query.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            List of IDs.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RebuildDescendants">
            <summary>
            Rebuilds the descendants table.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveFields(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Removes the fields.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemovePrefetchDataFromCache(Sitecore.Data.ID)">
            <summary>
            Removes prefetch data from the cache.
            </summary>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemovePropertyCore(System.String,System.Boolean,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes the property core.
            </summary>
            <param name="propertyName">
            The property name.
            </param>
            <param name="isPrefix">
            if set to <c>true</c> this instance is is prefix.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The remove property core.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ResolveNames(System.String)">
            <summary>
            Resolves the names.
            </summary>
            <param name="itemName">
            Name of the item.
            </param>
            <returns>IDList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SetFieldValue(System.String,System.Guid,System.String)">
            <summary>
            Sets the field value.
            </summary>
            <param name="tableName">
            Name of the table.
            </param>
            <param name="entryId">
            The entry id.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.SetPropertyCore(System.String,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Sets the property core.
            </summary>
            <param name="propertyName">
            The property name.
            </param>
            <param name="value">
            The value.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The set property core.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.StartRebuildDescendants">
            <summary>
            Starts the rebuild descendants.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.WriteSharedField(Sitecore.Data.ID,Sitecore.Data.Items.FieldChange,System.DateTime,System.Boolean)">
            <summary>
            Writes the shared field.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="change">
            The change.
            </param>
            <param name="now">
            The current date.
            </param>
            <param name="fieldsAreEmpty">
            if set to <c>true</c> fields are empty.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.WriteUnversionedField(Sitecore.Data.ID,Sitecore.Data.Items.FieldChange,System.DateTime,System.Boolean)">
            <summary>
            Writes the unversioned field.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="change">
            The change.
            </param>
            <param name="now">
            The current date.
            </param>
            <param name="fieldsAreEmpty">
            if set to <c>true</c> fields are empty.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.WriteVersionedField(Sitecore.Data.ID,Sitecore.Data.Items.FieldChange,System.DateTime,System.Boolean)">
            <summary>
            Writes the versioned field.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="change">
            The change.
            </param>
            <param name="now">
            The current date.
            </param>
            <param name="fieldsAreEmpty">
            if set to <c>true</c> fields are empty.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetCheckIfBlobShouldBeDeletedSql">
            <summary>
            Gets the SQL which checks if BLOB should be deleted.
            </summary>
            <returns>
            SQL which checks if BLOB should be deleted.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.LoadInitialItemDefinitions(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Load intial prefetch data
            </summary>
            <param name="condition">condition</param>
            <param name="parameters">parameters</param>
            <param name="prefetchData">prefetch data</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPrefetchSpecifications">
            <summary>
            Gets the prefetch conditions.
            </summary>
            <returns>Prefetched conditions.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPrefetchSpecifications(System.Collections.ObjectModel.Collection{Sitecore.Collections.Pair{System.String,Sitecore.Data.ID}})">
            <summary>
            Gets the prefetch conditions.
            </summary>
            <param name="specifications">The specifications.</param>
            <returns>
            Prefetched conditions.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddPrefetchCondition(System.String,System.Object,System.Int32,System.Text.StringBuilder,System.Collections.ArrayList)">
            <summary>
            Adds the prefetch condition.
            </summary>
            <param name="columnName">Name of the column.</param>
            <param name="columnValue">The column value.</param>
            <param name="parameterIndex">Index of the parameter.</param>
            <param name="builder">The builder.</param>
            <param name="parameterList">The parameter list.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PopulateInnerCache(Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData)">
            <summary>
            Populates the inner cache.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetInnerCache(Sitecore.Data.ID)">
            <summary>
            Gets the inner cache.
            </summary>
            <param name="itemId">The item identifier.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.InvalidateInnerCache(Sitecore.Data.ID)">
            <summary>
            Invalidates the inner cache.
            </summary>
            <param name="itemId">The item identifier.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ClearInnerCache">
            <summary>
            Clears the inner cache.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddBlankVersion(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language)">
            <summary>
            Adds a new, blank version to an item.
            </summary>
            <param name="item">
            The item to add blank version to.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            The add blank version.
            </returns>
            <remarks>
            Must be inside a <c>m_modifyVersionsLock</c> lock
            when calling.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.AddPrefetchDataToCache(Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData)">
            <summary>
            Adds the pre-fetch data to the cache.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="data">
            The pre-fetched data.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CheckIfBlobShouldBeDeleted(Sitecore.Data.Items.FieldChange)">
            <summary>
            Checks if BLOB should be deleted.
            </summary>
            <param name="change">The change.</param>
            <returns>
            true is the BLOB should be deleted, otherwise false
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CheckIfBlobShouldBeDeleted(Sitecore.Data.Fields.Field)">
            <summary>
            Checks if BLOB should be deleted.
            </summary>
            <param name="field">The field.</param>
            <returns>
            true is the BLOB should be deleted, otherwise false
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeTemplate_ChangeFieldID(Sitecore.Data.Templates.TemplateChangeList.TemplateChange,Sitecore.Data.ID)">
            <summary>
            Changes a template field.
            </summary>
            <param name="change">
            The change.
            </param>
            <param name="itemId">
            The item ID.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeTemplate_ChangeFieldSharing(Sitecore.Data.Templates.TemplateChangeList.TemplateChange,Sitecore.Data.ID)">
            <summary>
            Moves field data between tables according to field sharing changes.
            </summary>
            <param name="change">
            The change.
            </param>
            <param name="itemID">
            The Item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeTemplate_ChangeFieldValues(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Changes templates for field.
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <param name="oldFieldId">
            The old Field Id.
            </param>
            <param name="newFieldId">
            The new Field Id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeTemplate_ChangeTemplateID(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Changes the template ID.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="templateID">
            The template ID.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ChangeTemplate_DeleteFieldID(Sitecore.Data.Templates.TemplateChangeList.TemplateChange,Sitecore.Data.ID)">
            <summary>
            Delete the template field.
            </summary>
            <param name="change">
            The change.
            </param>
            <param name="itemId">
            The item ID.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ClearLanguageCache(Sitecore.Data.ID)">
            <summary>
            Clears the language cache, if the template id is a language.
            </summary>
            <param name="templateId">
            The template id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ClearPrefetchCache">
            <summary>
            Clears the prefetch cache.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.CopyVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri)">
            <summary>
            Copies an existing version.
            </summary>
            <param name="item">
            The item to copy version for.
            </param>
            <param name="baseVersion">
            The base version.
            </param>
            <returns>
            The copy version.
            </returns>
            <remarks>
            Must be inside a <c>m_modifyVersionsLock</c> lock
            when calling.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.EnsureInitialPrefetch">
            <summary>
            Ensures that initial prefetch has been performed.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetChildIDsDirectlyFromDatabase(Sitecore.Data.ItemDefinition)">
            <summary>
            Gets the child ids directly from the database.
            </summary>
            <param name="itemDefinition">
            The item Definition.
            </param>
            <returns>Child list.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetInvalidLanguages">
            <summary>
            Gets the invalid languages.
            </summary>
            <returns>
            The invalid languages.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetContentLanguages">
            <summary>
            Get content languages
            </summary>
            <returns>
            Returns list of language names and IDs.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetLatestVersion(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language)">
            <summary>
            Gets the latest version number for a specific language.
            </summary>
            <param name="item">
            The item to get latest version for.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            The get latest version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetPrefetchData(Sitecore.Data.ID)">
            <summary>
            Gets the prefetch data.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>Prefetched data.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.GetSharingType(Sitecore.Data.Items.FieldChange)">
            <summary>
            Gets the type of the sharing.
            </summary>
            <param name="change">
            The change.
            </param>
            <returns>Sharing type.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.InitializeEvents">
            <summary>
            Initializes the events.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ItemExists(Sitecore.Data.ID)">
            <summary>
            Checks if a given item exists.
            </summary>
            <param name="itemId">
            The item ID.
            </param>
            <returns>
            The item exists.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.OnItemCreated(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Called when the item has been created.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="destinationId">
            The destination id.
            </param>
            <param name="templateId">
            The template id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.OnItemDeleted(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Called when the item has deleted.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="parentId">
            The parent id.
            </param>
            <param name="templateId">
            Template id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.OnItemMoved(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Called when the item has moved.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="destinationId">
            The destination id.
            </param>
            <param name="sourceId">
            The source id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.OnItemSaved(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
              Clears caches when an item is saved.
            </summary>
            <param name="itemId">
            ID of the item
            </param>
            <param name="templateId">
            Template ID of the item.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PrefetchAllChildren(Sitecore.Data.ID)">
            <summary>
            Prefetches all item children.
            </summary>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PrefetchItem(Sitecore.Data.ID)">
            <summary>
            Prefetches a single item.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The prefetch item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.PrefetchItems(Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData},System.String,System.String,System.String,System.Object[])">
            <summary>
            Prefetches a set of items.
            </summary>
            <param name="prefetchData">
            The prefetch data.
            </param>
            <param name="itemCondition">
            The item condition.
            </param>
            <param name="fieldCondition">
            The field condition.
            </param>
            <param name="childCondition">
            The child condition.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>Dictionary with prefetched data.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ResolvePathRec(System.String[],Sitecore.Caching.PathCache,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Resolves the path recursively.
            </summary>
            <param name="path">The path.</param>
            <param name="cache">The cache.</param>
            <param name="context">The context.</param>
            <returns>ID of the item, which is the best candidate, if it has been found; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.QueryAny(System.String)">
            <summary>
            Queries any.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>IDList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.QueryPath(System.String)">
            <summary>
            Queries the path.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>IDList object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.QuerySingleFast(System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Executes fast query and returns.
            </summary>
            <param name="query">
            The query.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The single fast.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveAllVersions(Sitecore.Data.ItemDefinition)">
            <summary>
            Removes all versions.
            </summary>
            <param name="item">
            The item to remove all versions from.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveOldBlobs(Sitecore.Data.Items.ItemChanges,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes the old blobs.
            </summary>
            <param name="changes">The changes.</param>
            <param name="context">The call context</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveField(Sitecore.Data.ID,Sitecore.Data.Items.FieldChange)">
            <summary>
            Removes the field.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="change">
            The change.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveLanguageData(System.String)">
            <summary>
            Removes the language data.
            </summary>
            <param name="languageName">
            Name of the language.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.RemoveLanguageVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Removes the language versions.
            </summary>
            <param name="item">
            The item to remove language version from.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="removeSharedData">
            If set to <c>true</c> shared data is removed.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ResolvePaths(System.String)">
            <summary>
            Resolves the paths.
            </summary>
            <param name="itemPath">
            The item path.
            </param>
            <returns>IDList object
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.ShowPrefetchStats">
            <summary>
            Logs the current prefetch stats.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.UpdateItemDefinition(Sitecore.Data.ItemDefinition,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Updates the item definition.
            </summary>
            <param name="item">
            The item to update.
            </param>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.UpdateItemFields(Sitecore.Data.ID,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Updates the item fields.
            </summary>
            <param name="itemId">
            The item to update.
            </param>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.VersionExists(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri)">
            <summary>
            Checks if a given version exists.
            </summary>
            <param name="item">
            The item to check.
            </param>
            <param name="versionUri">
            The version URI.
            </param>
            <returns>
            The version exists.
            </returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter">
            <summary>
            FieldSharingConverter object.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.owner">
            <summary>
            The owner.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter"/> class.
            </summary>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.ChangeShareType(Sitecore.Data.ID,Sitecore.Data.Templates.DefaultFieldSharing.SharingType,Sitecore.Data.Templates.DefaultFieldSharing.SharingType)">
            <summary>
            Changes type of the field sharing.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="sourceType">
            Source type
            </param>
            <param name="targetType">
            Target type
            </param>
            <returns>
            The change share type.
            </returns>
            <exception cref="T:System.InvalidOperationException">Unknown sharing type.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeShared(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Makes field shared.
            </summary>
            <param name="fieldDefinition">
            The field definition.
            </param>
            <returns>
            The make shared.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeShared(Sitecore.Data.ID,Sitecore.Data.Templates.DefaultFieldSharing.SharingType)">
            <summary>
            Makes the field shared.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="sharingType">
            The sharing type
            </param>
            <returns>
            The make shared.
            </returns>
            <exception cref="T:System.InvalidOperationException">Unknown sharing type.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeUnversioned(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Makes the field unversioned.
            </summary>
            <param name="fieldDefinition">
            The field definition.
            </param>
            <returns>
            The make unversioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeUnversioned(Sitecore.Data.ID,Sitecore.Data.Templates.DefaultFieldSharing.SharingType)">
            <summary>
            Makes the field unversioned.
            </summary>
            <param name="fieldId">
            The field id
            </param>
            <param name="sharingType">
            The sharing type
            </param>
            <returns>
            The make unversioned.
            </returns>
            <exception cref="T:System.InvalidOperationException">Unknown sharing type.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeVersioned(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Makes the field versioned.
            </summary>
            <param name="fieldDefinition">
            The field definition.
            </param>
            <returns>
            The make versioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeVersioned(Sitecore.Data.ID,Sitecore.Data.Templates.DefaultFieldSharing.SharingType)">
            <summary>
            Makes the field versioned.
            </summary>
            <param name="fieldId">
            The field id
            </param>
            <param name="sharingType">
            The sharing type
            </param>
            <returns>
            The make versioned.
            </returns>
            <exception cref="T:System.InvalidOperationException">Unknown sharing type.</exception>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveFieldData(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateField,Sitecore.Data.ID)">
            <summary>
             Changes field sharing.
            </summary>
            <param name="sourceField">
            The source field.
            </param>
            <param name="targetField">
            The field.
            </param>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
                <c>true</c> is data has been modified, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.DeleteSharedFields(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Deletes the shared field values by id.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.DeleteUnversionedFields(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Deletes the unversioned field values by id.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.DeleteVersionedFields(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Deletes the versioned field values by id.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item ID.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeSharedFromUnversioned(Sitecore.Data.ID)">
            <summary>
            Converts the field from unversioned to shared.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <returns>
            The make shared from unversioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeSharedFromVersioned(Sitecore.Data.ID)">
            <summary>
            Converts the field from versioned to shared.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <returns>
            The make shared from versioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeUnversionedFromShared(Sitecore.Data.ID)">
            <summary>
            Converts the field from shared to unversioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <returns>
            The make unversioned from shared.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeUnversionedFromVersioned(Sitecore.Data.ID)">
            <summary>
            Converts the field from versioned to unversioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <returns>
            The make unversioned from versioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeVersionedFromShared(Sitecore.Data.ID)">
            <summary>
            Converts the field from shared to versioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <returns>
            The make versioned from shared.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MakeVersionedFromUnversioned(Sitecore.Data.ID)">
            <summary>
            Converts the field from unversioned to versioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <returns>
            The make versioned from unversioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveDataToSharedFromUnversioned(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Moves the data to shared from unversioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The move data to shared from unversioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveDataToSharedFromVersioned(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Moves the data to shared from versioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The data to shared from versioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveDataToUnversionedFromShared(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Converts the field from shared to unversioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The move data to unversioned from shared.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveDataToUnversionedFromVersioned(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Converts the field from versioned to unversioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The move data to unversioned from versioned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveDataToVersionedFromShared(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Converts the field from shared to versioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The move data to versioned from shared.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlDataProvider.FieldSharingConverter.MoveDataToVersionedFromUnversioned(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Moves the data to versioned from unversioned.
            </summary>
            <param name="fieldId">
            The field id.
            </param>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The data to versioned from unversioned.
            </returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider">
            <summary>
            Defines notification provider type common for SQL RDBMS.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.dataApi">
            <summary>
            The database connection string.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.databaseName">
            <summary>
            The name of database provider refers to.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider"/> class.
            </summary>
            <param name="connectionStringName">
            The connection string name.
            </param>
            <param name="databaseName">
            Name of the database.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider"/> class.
            </summary>
            <param name="api">
            The Data API.
            </param>
            <param name="databaseName">
            Name of the database.
            </param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.DataApi">
            <summary>
            Gets the data API.
            </summary>
            <value>The data API.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.DatabaseName">
            <summary>
            Gets the name of the database the provider refers to.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.Serializer">
            <summary>
            Gets or sets the serializer.
            </summary>
            <value>The serializer.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.AddNotification(Sitecore.Data.Clones.Notification)">
            <summary>
            The add notification.
            </summary>
            <param name="notification">
            The notification.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.GetNotification(Sitecore.Data.ID)">
            <summary>
            Gets notification from database by notification ID.
            </summary>
            <param name="id">
            The notification id.
            </param>
            <returns>
            The Notification object by Id.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.GetNotifications(Sitecore.Data.Items.Item)">
            <summary>
            Gets notifications for the item.
            </summary>
            <param name="clone">
            The Sitecore item.
            </param>
            <returns>
            The notifications for the specified item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.GetNotifications(Sitecore.Data.ItemUri)">
            <summary>
            Gets the notifications related to the item specified by the ItemURI.
            </summary>
            <param name="itemUri">The item URI.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.GetNotifications(System.Type)">
            <summary>
            Gets all notifications of the specified type from database.
            </summary>
            <param name="notificationType">Type of the notification.</param>
            <returns>
            The notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.GetNotifications">
            <summary>
            Gets all notifications.
            </summary>
            <returns>
            The list of all registered Notifications.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.RemoveNotification(Sitecore.Data.ID)">
            <summary>
            The remove notification.
            </summary>
            <param name="id">
            The notification id.
            </param>
            <returns>
            <c>true</c> if notification with specified id has been removed.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.Cleanup">
            <summary>
            Removes obsolete notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlNotificationProvider.CreateNotification(Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            The create the notification from table row.
            </summary>
            <param name="reader">
            The data reader.
            </param>
            <returns>
            The saved Notification object.
            </returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.Sql.SqlStatement">
            <summary>
            SqlStatement
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlStatement.From">
            <summary>
            Gets or sets the FROM part.
            </summary>
            <value>From.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlStatement.OrderBy">
            <summary>
            Gets the order by.
            </summary>
            <value>The order by.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlStatement.Select">
            <summary>
            Gets or sets the SELECT part.
            </summary>
            <value>The select.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlStatement.Sql">
            <summary>
            Gets the SQL.
            </summary>
            <value>The SQL.</value>
        </member>
        <member name="P:Sitecore.Data.DataProviders.Sql.SqlStatement.Where">
            <summary>
            Gets or sets the where.
            </summary>
            <value>The where.</value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlStatement.AddParameter(System.String,System.Object)">
            <summary>
            Adds a parameter.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlStatement.AddParameters(System.Collections.IEnumerable)">
            <summary>
            Adds the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.Sql.SqlStatement.GetParameters">
            <summary>
            Gets the parameters.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.TemplateFileResolver">
            <summary>
            Represents a template file resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TemplateFileResolver.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataProviders.TemplateFileResolver"/> instance.
            </summary>
            <param name="templateFile">Template file.</param>
        </member>
        <member name="P:Sitecore.Data.DataProviders.TemplateFileResolver.AbortChain">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Data.DataProviders.TemplateFileResolver"/> aborts the chain.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.DataProviders.TemplateFileResolver"/> aborts the chain; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TemplateFileResolver.GetTemplates(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the templates.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DataProviders.TransientRetryer">
            <summary>
                Transient retryer
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.#ctor(System.String)">
            <summary>
                Constructor
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.#ctor(Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy,System.String)">
            <summary>
                Constructor
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.TransientRetryer.Interval">
            <summary>
                Interval
            </summary>
        </member>
        <member name="P:Sitecore.Data.DataProviders.TransientRetryer.RepeatNumber">
            <summary>
                RepeatNumber
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.Execute``1(System.Func{``0})">
            <summary>
                Execute
            </summary>
            <typeparam name="T"></typeparam>
            <param name="action"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.Execute``1(System.Func{``0},System.Action)">
            <summary>
                Execute
            </summary>
            <typeparam name="T"></typeparam>
            <param name="action"></param>
            <param name="recover"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.ExecuteNoResult(System.Action)">
            <summary>
                ExecuteNoResult
            </summary>
            <param name="action"></param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.ExecuteNoResult(System.Action,System.Action)">
            <summary>
                ExecuteNoResult
            </summary>
            <param name="action"></param>
            <param name="recover"></param>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.GetConfiguredRetryPolicy">
            <summary>
            Returns RetryPolicy based on RetryPolicyConfiguration
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataProviders.TransientRetryer.GetDefaultRetryPolicy">
            <summary>
            Returns default RetryPolicy
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Sql.SqlBatch">
            ===========================================================================
             <summary>Contructs and executes a series of SQL statements.</summary>
            ===========================================================================
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.#ctor(System.Boolean)">
            ---------------------------------------------------------------
             <summary>
             Creates a new <see cref="T:Sitecore.Data.Sql.SqlBatch"/> instance.
             </summary>
             <param name="useTransaction">Use transaction.</param>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBatch.IsEmpty">
            ---------------------------------------------------------------
             <summary>
             Gets a value indicating whether this instance is empty.
             </summary>
             <value>
                 <c>true</c> if this instance is empty; otherwise, <c>false</c>.
             </value>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBatch.Parameters">
            ---------------------------------------------------------------
             <summary>
             Gets the parameters.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBatch.Text">
            ---------------------------------------------------------------
             <summary>
             Gets the SQL text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBatch.Timeout">
            ---------------------------------------------------------------
             <summary>
             Gets or sets the timeout.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBatch.UseTransaction">
            ---------------------------------------------------------------
             <summary>
             Gets a value indicating whether to use transactions.
             </summary>
             <value>
                 <c>true</c> if to use transactions; otherwise, <c>false</c>.
             </value>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddBreak">
            ---------------------------------------------------------------
             <summary>
             Adds a line break to the text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddIndent">
            ---------------------------------------------------------------
             <summary>
             Adds an indentation.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddArgument(System.String,System.Object,System.Boolean)">
            ---------------------------------------------------------------
             <summary>
             Adds an argument.
             </summary>
             <param name="name">Name.</param>
             <param name="value">Value.</param>
             <param name="sharedName">Name of the shared.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddParameter(System.String,System.Object)">
            ---------------------------------------------------------------
             <summary>
             Adds a parameter.
             </summary>
             <param name="name">Name.</param>
             <param name="value">Value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddParameter(System.String,System.Object,System.Boolean)">
            ---------------------------------------------------------------
             <summary>
             Adds a parameter.
             </summary>
             <param name="name">Name.</param>
             <param name="value">Value.</param>
             <param name="sharedName">Name of the shared.</param>
             <returns></returns>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddSql(System.String)">
            ---------------------------------------------------------------
             <summary>
             Adds an SQL string.
             </summary>
             <param name="sql">SQL.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddVariable(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>
             Adds a variable.
             </summary>
             <param name="variable">Variable.</param>
             <param name="type">Type.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.AddVariableParameter(System.String)">
            ---------------------------------------------------------------
             <summary>
             Adds a variable parameter.
             </summary>
             <param name="variable">Variable.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.EndFunctionCall">
            ---------------------------------------------------------------
             <summary>
             Ends a function call.
             </summary>
             <remarks><seealso cref="M:Sitecore.Data.Sql.SqlBatch.EndFunctionCall"/></remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.EndIf">
            ---------------------------------------------------------------
             <summary>
             Ends an if statement.
             </summary>
             <remarks><seealso cref="M:Sitecore.Data.Sql.SqlBatch.StartIf(System.String)"/></remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.EndProcedureCall">
            ---------------------------------------------------------------
             <summary>
             Ends a procedure call.
             </summary>
             <remarks><seealso cref="M:Sitecore.Data.Sql.SqlBatch.StartProcedureCall(System.String)"/></remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.Execute(System.String)">
            ---------------------------------------------------------------
             <summary>
             Executes the SQL batch.
             </summary>
             <param name="connectionString">Connection string.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.StartFunctionCall(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>
             Starts a function call.
             </summary>
             <param name="functionName">Name of the function.</param>
             <param name="targetVariable">Target variable.</param>
             <remarks><seealso cref="M:Sitecore.Data.Sql.SqlBatch.EndFunctionCall"/></remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.StartIf(System.String)">
            ---------------------------------------------------------------
             <summary>
             Starts an if statment.
             </summary>
             <param name="condition">Condition.</param>
             <remarks><seealso cref="M:Sitecore.Data.Sql.SqlBatch.EndIf"/></remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBatch.StartProcedureCall(System.String)">
            ---------------------------------------------------------------
             <summary>
             Starts a procedure call.
             </summary>
             <param name="procedureName">Name of the procedure.</param>
             <remarks><seealso cref="M:Sitecore.Data.Sql.SqlBatch.EndProcedureCall"/></remarks>
            ---------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.Sql.SqlStatementType">
            ===============================================================
             <summary>
             Defines SQL statement types.
             <seealso cref="T:Sitecore.Data.Sql.SqlBuilder"/>
             </summary>
            ===============================================================
        </member>
        <member name="F:Sitecore.Data.Sql.SqlStatementType.Delete">
            <summary>Defines a Delete statement.</summary>
        </member>
        <member name="F:Sitecore.Data.Sql.SqlStatementType.Insert">
            <summary>Defines an Insert statement.</summary>
        </member>
        <member name="F:Sitecore.Data.Sql.SqlStatementType.StoredProcedure">
            <summary>Defines a Stored Procedure.</summary>
        </member>
        <member name="F:Sitecore.Data.Sql.SqlStatementType.UDF">
            <summary>Defines a User Defined Function.</summary>
        </member>
        <member name="F:Sitecore.Data.Sql.SqlStatementType.Update">
            <summary>Defines an Update statement.</summary>
        </member>
        <member name="T:Sitecore.Data.Sql.SqlBuilder">
            ===============================================================
             <summary>Implements a utility class for handling and executing SQL statements.</summary>
             <remarks>
             <para>The class is aimed at SQL Servers and uses the native .NET driver for optimal
             performance. This class will not work with other databases.</para>
             <para>Normally only the AddParameter, AddWhereClause and Execute methods are called.
             The other methods function as utility methods for these methods.</para>
             </remarks>
             <example>
             The following code deletes the company "Alfreds Futterkiste" from the Customers table.
             <code>
               SqlBuilder builder = new SqlBuilder("Customers", SqlStatementType.Delete);
               builder.AddWhereClause("CompanyName='Alfreds Futterkiste'");
               builder.Execute(myConnectionString);
             </code>
             <remarks>
             <seealso cref="T:Sitecore.DateUtil"/>
             <seealso cref="T:Sitecore.IO.FileUtil"/>
             <seealso cref="T:Sitecore.Web.HtmlUtil"/>
             <seealso cref="T:Sitecore.Data.Sql.SqlUtil"/>
             <seealso cref="T:Sitecore.StringUtil"/>
             <seealso cref="T:Sitecore.Web.WebUtil"/>
             <seealso cref="T:Sitecore.Xml.XmlUtil"/>
             </remarks>
             </example>
            ===============================================================
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.#ctor(System.String,Sitecore.Data.Sql.SqlStatementType)">
            ---------------------------------------------------------------
             <summary>Constructs new instance of the SqlBuilder class from a table name and a statement type.</summary>
             <param name="objectName">Name of table.</param>
             <param name="type">Statement type.</param>
             <example>
             The following code deletes the company "Alfreds Futterkiste" from the Customers table.
             <code>
               SqlBuilder builder = new SqlBuilder("Customers", SqlStatementType.Delete);
               builder.AddWhereClause("CompanyName='Alfreds Futterkiste'");
               builder.Execute(myConnectionString);
             </code>
             <seealso cref="T:Sitecore.Data.Sql.SqlStatementType"/>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.#ctor(System.String,Sitecore.Data.Sql.SqlStatementType,System.TimeSpan)">
            ---------------------------------------------------------------
             <summary>Constructs new instance of the SqlBuilder class from a table name and a statement type.</summary>
             <param name="objectName">Name of table.</param>
             <param name="type">Statement type.</param>
             <param name="timeout">Command timeout of the SQL call.</param>
             <example>
             The following code deletes the company "Alfreds Futterkiste" from the Customers table.
             <code>
               SqlBuilder builder = new SqlBuilder("Customers", SqlStatementType.Delete);
               builder.AddWhereClause("CompanyName='Alfreds Futterkiste'");
               builder.Execute(myConnectionString);
             </code>
             <seealso cref="T:Sitecore.Data.Sql.SqlStatementType"/>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBuilder.StatementType">
            ---------------------------------------------------------------
             <summary>
             Gets the statement type.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.Sql.SqlBuilder.Timeout">
            ---------------------------------------------------------------
             <summary>
             Gets or sets the timeout.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddParameter(System.String,System.DateTime)">
            ---------------------------------------------------------------
             <summary>
             Adds a parameter.
             </summary>
             <param name="parameterName">Name of the parameter.</param>
             <param name="parameterValue">Parameter value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddParameter(System.String,Sitecore.Data.ID)">
            ---------------------------------------------------------------
             <summary>
             Adds a parameter.
             </summary>
             <param name="parameterName">Name of the parameter.</param>
             <param name="parameterValue">Parameter value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddParameter(System.String,Sitecore.Globalization.Language)">
            ---------------------------------------------------------------
             <summary>
             Adds a parameter.
             </summary>
             <param name="parameterName">Name of the parameter.</param>
             <param name="parameterValue">Parameter value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddParameter(System.String,Sitecore.Data.Version)">
            ---------------------------------------------------------------
             <summary>
             Adds a parameter.
             </summary>
             <param name="parameterName">Name of the parameter.</param>
             <param name="parameterValue">Parameter value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddParameter(System.String,System.Object)">
            ---------------------------------------------------------------
             <summary>Adds a parameter to the parameters list.</summary>
             <param name="parameterName">A string containing the parameter name.</param>
             <param name="parameterValue">An object.</param>
             <remarks>The parameter is added to the internal parameters list.</remarks>
             <example>
             <code>
               SqlBuilder builder = new SqlBuilder("Customers", SqlStatementType.StoredProcedure);
               builder.AddParameter("name", "Alfreds Futterkiste");
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddVarRef(System.String)">
            ---------------------------------------------------------------
             <summary>
             Adds the variable reference.
             </summary>
             <param name="variableName">Name of the variable.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.AddWhereClause(System.String)">
            ---------------------------------------------------------------
             <summary>Adds a "where" clause as a string.</summary>
             <param name="whereClause">The SQL where clase excluding the "where" keyword.</param>
             <remarks>The "where" keyword is automatically added if the where clause is not blank.</remarks>
             <example>
             <code>
               SqlBuilder builder = new SqlBuilder("Customers", SqlStatementType.Delete);
               builder.AddWhereClause("name='Alfreds Futterkiste' and address='Elmstreet');
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateCommand(System.String)">
            ---------------------------------------------------------------
             <summary>Creates an SQL command object from a connection object.</summary>
             <param name="connection">An SQL connection string.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
               <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
               <para>Important: Remember to close the connection after using
               the returned command object (cmd). Use cmd.Connection.Close().</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateCommand(System.Data.SqlClient.SqlConnection)">
            ---------------------------------------------------------------
             <summary>Creates an SQL command object from a connection object.</summary>
             <param name="connection">An SQL connection object.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
             <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">
            ---------------------------------------------------------------
             <summary>Executes current SQL command.</summary>
             <param name="connection">A connection string.</param>
             <remarks>The result of the command is discarded.</remarks>
             <example>
             The following code deletes the company "Alfreds Futterkiste" from the Customers table.
             <code>
               SqlBuilder builder = new SqlBuilder("Customers", SqlStatementType.Delete);
               builder.AddWhereClause("CompanyName='Alfreds Futterkiste'");
               builder.Execute(myConnectionString);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.ExecuteScalar(System.String)">
            ---------------------------------------------------------------
             <summary>
             <summary>Executes current SQL command.</summary>
             </summary>
             <param name="connection">Connection.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.ExecuteReader(System.String)">
            ---------------------------------------------------------------
             <summary>Executes current SQL command and returns a reader.</summary>
             <param name="connection">A connection string.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetStringArray(System.String)">
            ---------------------------------------------------------------
             <summary>Get a string array of results.</summary>
             <param name="connection">A connection string.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetCommandText">
            ---------------------------------------------------------------
             <summary>
             Gets the command text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetDeleteCommandText">
            ---------------------------------------------------------------
             <summary>
             Gets the delete command text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetInsertCommandText">
            <summary>
            Gets the insert command text.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetStoredProcedureCommandText">
            ---------------------------------------------------------------
             <summary>
             Gets the stored procedure command text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetUDFCommandText">
            ---------------------------------------------------------------
             <summary>
             Gets the UDF command text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.GetUpdateCommandText">
            ---------------------------------------------------------------
             <summary>
             Gets the update command text.
             </summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateDeleteCommand(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Creates an SQL Delete command object.</summary>
             <param name="cmd">An SQL command object.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
             <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateInsertCommand(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Creates an SQL Insert command object.</summary>
             <param name="cmd">An SQL command object.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
             <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateStoredProcedureCommand(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Creates a Stored Procedure command object.</summary>
             <param name="cmd">An SQL command object.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
             <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateUDFCommand(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Creates a User Defined Function command object.</summary>
             <param name="cmd">An SQL command object.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
             <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlBuilder.CreateUpdateCommand(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Creates an Update command object.</summary>
             <param name="cmd">An SQL command object.</param>
             <returns>The created SQL command object.</returns>
             <remarks>
             <para>This method is called by the <see cref="M:Sitecore.Data.Sql.SqlBuilder.Execute(System.String)">Execute</see> method. It is rarely used seperately.</para>
             </remarks>
            ---------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.Sql.SqlUtil">
            ===============================================================
             <summary>Implements a utility class for handling and executing SQL statements.</summary>
             <remarks>
             <seealso cref="T:Sitecore.DateUtil"/>
             <seealso cref="T:Sitecore.Data.Sql.SqlUtil"/>
             <seealso cref="T:Sitecore.StringUtil"/>
             </remarks>
            ===============================================================
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.AddParameters(System.Data.SqlClient.SqlCommand,System.Object[])">
            <summary>
            Adds the parameters.
            </summary>
            <param name="cmd">CMD.</param>
            <param name="parameters">Parameters.</param>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.CreateCommand(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Gets a SQL command object from a SQL statement string and a connection string.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <returns>The created SQL command object.</returns>
             <example>
             <code>
               SqlCommand cmd = SqlUtil.CreateCommand("select * from Customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.CreateCommand(System.String,System.String,System.TimeSpan)">
            ---------------------------------------------------------------
             <summary>Gets a SQL command object from a SQL statement string and a connection string.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <param name="timeout">Time before the command times out.</param>
             <returns>The created SQL command object.</returns>
             <example>
             <code>
               SqlCommand cmd = SqlUtil.CreateCommand("select * from Customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.Delete(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Deletes all data form a table.</summary>
             <param name="table">Name of table.</param>
             <param name="connection">A SQL Server connection string.</param>
             <example>
             <code>
               SqlUtil.Delete("customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecCommand(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Executes an SQL command statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <remarks>The SQL command statement can be an Insert, Delete or Update statement.
             The result from the command is discarded.</remarks>
             <example>
             <code>
               SqlUtil.ExecCommand("delete * from customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecCommand(System.String,System.String,System.TimeSpan)">
            ---------------------------------------------------------------
             <summary>Executes an SQL command statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <param name="timeout">Command timeout</param>
             <remarks>The SQL command statement can be an Insert, Delete or Update statement.
             The result from the command is discarded.</remarks>
             <example>
             <code>
               SqlUtil.ExecCommand("delete * from customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecCommand(System.String,System.Object[],System.String)">
            ---------------------------------------------------------------
             <summary>Executes an SQL command statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <param name="parameters"></param>
             <remarks>The SQL command statement can be an Insert, Delete or Update statement.
             The result from the command is discarded.</remarks>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecCommand(System.String,System.Object[],System.String,System.TimeSpan)">
            ---------------------------------------------------------------
             <summary>Executes an SQL command statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <param name="timeout">Time before the command times out.</param>
             <param name="parameters"></param>
             <remarks>The SQL command statement can be an Insert, Delete or Update statement.
             The result from the command is discarded.</remarks>
             <example>
             <code>
               SqlUtil.ExecCommand("delete * from customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExtractConnnectionValue(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Extracts a value from a connection string.</summary>
             <param name="name">Name of the value to extract.</param>
             <param name="connection">A connection string.</param>
             <returns>The value of the named parameter. If not found, blank is returned.</returns>
             <example>
             <code>
               string connectionString = "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30";
               string userID = SqlUtil.ExtractConnnectionValue("user id"); // guest
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetArray(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetArray(System.String,System.Object[],System.String)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <param name="parameters"></param>
             <returns>An array of results from the query.</returns>
             <example>
             <code>
               ArrayList result = SqlUtil.GetArray("select CompanyName from Customers",
                 "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30");
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetArray(System.Data.SqlClient.SqlCommand,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetCount(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets a row count.</summary>
             <param name="builder">Builder</param>
             <param name="connection">A connection string.</param>
             <returns>The number of rows in the table.</returns>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetCount(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Gets a row count for a table.</summary>
             <param name="tableName">Name of the table.</param>
             <param name="connection">A connection string.</param>
             <returns>The number of rows in the table.</returns>
             <example>
             <code>
               int count = SqlUtil.GetCount("customers", "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30");
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetCount(System.String,System.String,System.Object[],System.String)">
            ---------------------------------------------------------------
             <summary>Gets a row count for a table.</summary>
             <param name="tableName">Name of the table.</param>
             <param name="condition">An SQL where clause.</param>
             <param name="connection">A connection string.</param>
             <param name="parameters"></param>
             <returns>The number of rows in the table.</returns>
             <remarks>The condition is specified without the "where" keyword.</remarks>
             <example>
             <code>
               int count = SqlUtil.GetCount("customers", "Country='Germany'", "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30");
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetDataSet(System.String,System.String,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>Gets a Dataset object from an SQL statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A connection string.</param>
             <param name="startIndex">Starting position for the Dataset object.</param>
             <param name="maxCount">Max number of rows.</param>
             <returns>The created Dataset object.</returns>
             <example>
             The following example gets the first 100 customers from the Customers table.
             <code>
               Dataset dataset = SqlUtil.GetDataset("select * from customers",
                 "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30",
                 0, 100);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetFullTextSearchSql(System.String,System.String,System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Gets an SQL statement for use with a full-text query.</summary>
             <param name="search">A List of words to search for (separated by spaces).</param>
             <param name="table">Name of a table to search.</param>
             <param name="displayFields">A comma separated list of fields to return.</param>
             <param name="searchFields">A comma separated list of fields to search in.</param>
             <returns>An SQL statement that can be executed.</returns>
             <remarks>Searches are performed in Google style, ie. all words
             in search term must be present in result. The search is
             performed against all fields in the full-text index.
             </remarks>
             <example>
             <code>
               string sql = SqlUtil.GetFullTextSearchSql("helmet", "products", "description", "description");
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetItemID(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>
             Gets an item ID.
             </summary>
             <param name="sql">SQL.</param>
             <param name="connection">Connection.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetItemID(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>
             Gets an item ID.
             </summary>
             <param name="builder">Builder.</param>
             <param name="connection">Connection.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetItemID(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>
             Gets the item ID.
             </summary>
             <param name="cmd">CMD.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetHashtable(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Gets results from an SQL statement as a hashtable.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetHashtable(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets results from an SQL statement as a hashtable.</summary>
             <param name="builder">A SQL builder.</param>
             <param name="connection">A SQL Server connection string.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetHashtable(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Gets results from an SQL statement as a hashtable.</summary>
             <param name="cmd">A SQL command.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetHashtable(System.Data.SqlClient.SqlDataReader)">
            ---------------------------------------------------------------
             <summary>Gets results from an SQL statement as a hashtable.</summary>
             <param name="reader">A reader.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetID(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets a result string from an SQL builder.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetIDArray(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetIDArray(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetIDArray(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetInt32(System.String,System.Object[],System.String,System.Int32)">
            <summary>
            Gets an integer result from an SQL query.
            </summary>
            <param name="sql">A string containing an SQL statement.</param>
            <param name="parameters">The parameters.</param>
            <param name="connectionString">A SQL Server connection string.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The result of the query as an integer.</returns>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetString(System.String,System.String)">
            <summary>Gets a result string from an SQL query.</summary>
            <param name="sql">A string containing an SQL statement.</param>
            <param name="connection">A SQL Server connection string.</param>
            <returns>The result of the query as a string.</returns>
            <example>
            <code>
              string result = SqlUtil.GetString("select CompanyName from Customers where CustomerName='Alfreds Futterkiste'",
                "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetString(System.String,System.String,System.Object[])">
            <summary>
            Gets a string.
            </summary>
            <param name="sql">SQL.</param>
            <param name="connection">Connection.</param>
            <param name="parameters">Parameters.</param>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetString(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets a result string from an SQL builder.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetString(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Gets a result string from an SQL command.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringArray(System.String,System.String)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connection">A SQL Server connection string.</param>
             <returns>An array of results from the query.</returns>
             <example>
             <code>
               ArrayList result = SqlUtil.GetStringArray("select CompanyName from Customers",
                 "data source=myserver;user id=guest;password=;initial catalog=northwind;Connect Timeout=30");
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringArray(System.String,System.String,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringArray(Sitecore.Data.Sql.SqlBuilder,System.String)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringArray(Sitecore.Data.Sql.SqlBuilder,System.String,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringArray(System.Data.SqlClient.SqlCommand)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringArray(System.Data.SqlClient.SqlCommand,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>Gets an array of results from an SQL statement.</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringList(System.String,System.Object[],System.String)">
            <summary>
            Gets a list of string values from a database.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="parameters">The parameters.</param>
            <param name="connectionString">The connection string.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.GetStringSet(System.String,System.Object[],System.String)">
            <summary>
            Gets a list of string values from a database.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="parameters">The parameters.</param>
            <param name="connectionString">The connection string.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.MapType(System.Object)">
            ---------------------------------------------------------------
             <summary>Maps the type.</summary>
             <param name="value">Value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.MapValue(System.Object)">
            ---------------------------------------------------------------
             <summary>Maps the value.</summary>
             <param name="value">Value.</param>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ObfuscatePassword(System.String)">
            -------------------------------------------------------------
             <summary>Obfuscates the password part of a connection string.</summary>
            -------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.Safe(System.DateTime)">
            <summary>
            Gets a date.
            </summary>
            <param name="date">Date.</param>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.Safe(System.String)">
            ---------------------------------------------------------------
             <summary>Escapes a string for use in SQL statements.</summary>
             <param name="text">A string.</param>
             <returns>The escaped string.</returns>
             <remarks>This function replaces a single quote with two single quotes.</remarks>
             <example>
             <code>
               string parameter = SqlUtil.Safe("Andy's"); // "Andy''s"
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.StripPasswords(System.String)">
            <summary>
            Removes the passwords from connection string.
            </summary>
            <param name="connectionString">The connection string.</param>
            <returns>The connection string with password removed.</returns>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.Execute(System.String,System.Object[],System.String)">
            ---------------------------------------------------------------
             <summary>Executes an SQL command statement.</summary>
             <param name="sql">A string containing an SQL statement.</param>
             <param name="connectionString">A SQL Server connection string.</param>
             <param name="parameters"></param>
             <remarks>The SQL command statement can be an Insert, Delete or Update statement.
             The result from the command is discarded.</remarks>
             <example>
             <code>
               SqlUtil.ExecCommand("delete * from customers", myConnection);
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecuteNonQuery(System.Data.SqlClient.SqlCommand)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecuteReader(System.String,System.Object[],System.String)">
            <summary>
            Opens a reader using the specified SQL.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="parameters">The parameters.</param>
            <param name="connectionString">A valid SQL Server connection string.</param>
            <returns></returns>
            <remarks>
            The reader is opened with the <see cref="F:System.Data.CommandBehavior.CloseConnection"/> option, making it simple to use in using(...) scenarios.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecuteReader(System.Data.SqlClient.SqlCommand)">
            <summary>
            Executes a reader on a command.
            </summary>
            <remarks>
              The reader is opened with the <see cref="F:System.Data.CommandBehavior.CloseConnection"/> option, making it simple to use in using(...) scenarios.
            </remarks>
            <param name="cmd">The CMD.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Sql.SqlUtil.ExecuteScalar(System.Data.SqlClient.SqlCommand)">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerApi">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.#ctor(System.String)">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerApi.CommandTimeout">
            ------------------------------------------------------------------------
             <summary>Gets the timeout used when issuing SQL Server commands.</summary>
            ------------------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.CreateCommand(System.String,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.CreateReader(System.String,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.CreateTransactionScope">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.Execute(System.String,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.Exists(System.String,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetCount(System.String,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetDateTime(System.Object)">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetID(System.Object)">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetInt32(System.Object)">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetString(System.Object)">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetTopValues(System.String,System.Int32,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetValues(System.String,System.Object[])">
            ---------------------------------------------------------------
             <summary></summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.Safe(System.String)">
            ---------------------------------------------------------------
             <summary>Escapes a string for use in SQL statements.</summary>
             <param name="text">A string.</param>
             <returns>The escaped string.</returns>
             <remarks>This function replaces a single quote with two single quotes.</remarks>
             <example>
             <code>
               string parameter = SqlUtil.Safe("Andy's"); // "Andy''s"
             </code>
             </example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.GetConnection">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerApi.LogError(System.Exception,System.String,System.Object[])">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase">
            <summary>
            Represents a SQL Server link database that works with batches.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase.#ctor(Sitecore.Links.SqlLinksQueryFactory,Sitecore.Links.SqlBatchLinksOperationWorker,Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase"/>
            </summary>
            <param name="queryFactory">The query factory.</param>
            <param name="worker">The worker.</param>
            <param name="dataApi">Data API.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase.Rebuild(Sitecore.Data.Database)">
            <summary>
            Rebuilds the specified database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase.ClearLinksTable(System.String)">
            <summary>
            Removes all links from Links table.
            </summary>
            <param name="databaseName">The database name.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase.UpdateLinks(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Sets <paramref name="links"/> as all links coming from/(generated by) <paramref name="item"/>.
            <para>In other words - all the links that given item has.</para>
            </summary>
            <param name="item"> The Sitecore item. </param>
            <param name="links"> All item links for given item.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase.CreateInsertLinksQuery(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink)">
            <summary>
            Add insert query with query parameters as a batch to the worker.
            </summary>
            <param name="item">Sitecore item.</param>
            <param name="link">Item links.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBatchLinkDatabase.RebuildItem(Sitecore.Data.Items.Item)">
            <summary>
            Rebuilds the item with children, recursively.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerBulkDataProvider">
            <summary>
            SqlServerBulkDataProvider to send data as a bulk/chunk
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.#ctor(System.String,Sitecore.Abstractions.BaseEventManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerBulkDataProvider"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="eventManager">The event manager.</param>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.PublishQueueBulkDataHandler">
            <summary>
            The bulk data handler for public queue.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.PublishQueue">
            <summary>
            Collection of queue data to be processed
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,System.String,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            AddToPublishQueue
            </summary>
            <param name="itemID"></param>
            <param name="action"></param>
            <param name="date"></param>
            <param name="language"></param>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            AddToPublishQueue
            </summary>
            <param name="itemID"></param>
            <param name="action"></param>
            <param name="date"></param>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.GetQueueData">
            <summary>
             
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.PrepareTable(System.Collections.Generic.IEnumerable{Sitecore.Data.DataProviders.Bulk.Models.PublishQueueDataModel})">
            <summary>
             
            </summary>
            <param name="models"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.AddBulkPublishQueue(System.Data.DataTable)">
            <summary>
             
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerBulkDataProvider.FlushPublishQueue">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerClientDataStore">
            <summary>
            SqlServerClientDataStore
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerClientDataStore._api">
            <summary>
            The Server API
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerClientDataStore"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="objectLifetime">The object lifetime.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerClientDataStore"/> class.
            </summary>
            <param name="api">The API.</param>
            <param name="objectLifetime">The object lifetime.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.#ctor(System.String,System.String,Sitecore.Eventing.IEventQueue,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerClientDataStore"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="objectLifetime">The object lifetime.</param>
            <param name="queue">The instance of <see cref="T:Sitecore.Eventing.IEventQueue"/> used to queue remote events.</param>
            <param name="eventManager">The instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> used to queue local events.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="connectionString"/>, <paramref name="objectLifetime"/>, <paramref name="queue"/> or <paramref name="eventManager"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,System.String,Sitecore.Eventing.IEventQueue,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerClientDataStore"/> class.
            </summary>
            <param name="api">The API.</param>
            <param name="objectLifetime">The object lifetime.</param>
            <param name="queue">The instance of <see cref="T:Sitecore.Eventing.IEventQueue"/> used to queue remote events.</param>
            <param name="eventManager">The instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> used to queue local events.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="api"/>, <paramref name="objectLifetime"/>, <paramref name="queue"/> or <paramref name="eventManager"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.CompactData">
            <summary>
            Compacts the data.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.GetSize(System.Collections.Hashtable)">
            <summary>
            Gets the size of newly returned data.
            </summary>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.LoadData(System.String)">
            <summary>
            Loads the data.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.RemoveAllData">
            <summary>
            Removes all Client data.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.RemoveData(System.String)">
            <summary>
            Removes the data.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.SaveData(System.String,System.String)">
            <summary>
            Saves the data.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.TouchData(System.String)">
            <summary>
            Touches the data represented by <c>key</c>.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.Exists(System.String)">
            <summary>
            Check if data satisfying the specified SQL exists.
            </summary>
            <returns>True, if data is found, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerClientDataStore.ParseTimeSpan(System.String)">
            <summary>
            Parses the time span.
            </summary>
            <param name="objectLifetime">The object lifetime.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerCommand">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerCommand.#ctor(System.Data.SqlClient.SqlCommand,System.Boolean)">
            ---------------------------------------------------------------
             <summary>Constructs an instance of SqlServerCommand</summary>
            ---------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerCommandBatch">
            <summary>Defines the SQL server command batch class.</summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerCommandBatch.SqlParameters">
            <summary>
            Regular expression to search for SQL Server parameter references in SQL statements.
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerCommandBatch.commands">
            <summary>A list of commands in the batch.</summary>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerCommandBatch.Count">
            <summary>
            Gets the count of commands in the batch so far.
            </summary>
            <value>The number of commands in the batch.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerCommandBatch.MaxParametersPerCommand">
            <summary>
            Gets the maximum count of parameters that can be passed to the command, according to maximum capacity specifications for SQL Server <see href="http://msdn.microsoft.com/en-us/library/ms143432%28v=sql.100%29.aspx"></see>.
            </summary>
            <value>
            The maximum count of parameters that can be passed to the command.
            </value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerCommandBatch.ParameterPrefix">
            <summary>
            Gets the parameter prefix.
            </summary>
            <value>The parameter prefix.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerCommandBatch.ParameterLookup">
            <summary>
            Gets the parameter lookup regular expression.
            </summary>
            <value>The parameter lookup.</value>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerCommandBatch.AddCommand(System.Data.IDbCommand)">
            <summary>Adds the command.</summary>
            <param name="command">The command.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerCommandBatch.Translate">
            <summary>Translates this batch into a command</summary>
            <returns>The IDbCommand to execute.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerCommandBatch.TranslateToCommands">
            <summary>
            Translates this batch into commands
            </summary>
            <returns>
            The collection of commands to execute.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerCommandBatch.Preprocess(System.String,System.Collections.Generic.Dictionary{System.String,System.Data.IDataParameter})">
            <summary>Replaces the parameters in a specific SQL statement.</summary>
            <param name="sourceStatement">The source statement.</param>
            <param name="parametersHash">The parameters hash.</param>
            <returns>The parameters.</returns>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerConnectionInfo">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerConnectionInfo.#ctor(System.Data.SqlClient.SqlConnection)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerConnectionInfo.#ctor(System.Data.SqlClient.SqlTransaction)">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerConnectionInfo.Connection">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerConnectionInfo.Transaction">
            -------------------------------------------------------------
             <summary></summary>
            -------------------------------------------------------------
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerDataApi">
            <summary>
            Class implementing the SQL Server data API.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerDataApi"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerDataApi"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.ConnectionString">
            <summary>
            Gets the connection string.
            </summary>
            <value>The connection string.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.Identifier">
            <summary>
            Gets an identifier for the data API.
            </summary>
            <value>For SQL Server: The connection string.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.NamePostfix">
            <summary>
            Gets the postfix used for encapsulating table
            and column names in SQL statements.
            </summary>
            <value>For SQL Server: <c>]</c>.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.NamePrefix">
            <summary>
            Gets the prefix used for encapsulating table
            and column names in SQL statements.
            </summary>
            <value>For SQL Server: <c>[</c>.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.NewGuidFunc">
            <summary>
            Gets the function which generates a new GUID.
            </summary>
            <value>For SQL Server: <c>newid()</c>.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.ParameterPostfix">
            <summary>
            Gets the postfix used for encapsulating
            parameter names in SQL statements.
            </summary>
            <value>For SQL Server: <see cref="F:System.String.Empty"/>.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.ParameterPrefix">
            <summary>
            Gets the prefix used for encapsulating
            parameter names in SQL statements.
            </summary>
            <value>For SQL Server: <c>@</c>.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.Quote">
            <summary>
            Gets the character used for encapsulating
            a string value in SQL statements.
            </summary>
            <value></value>
            <remarks>For example, SQL Server will use: ', and so will Firebird.</remarks>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataApi.Wildcard">
            <summary>Gets the character used for wildcard queries in SQL statements.</summary>
            <remarks>For example, SQL Server will use: %.</remarks>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.CreateBatch">
            <summary>
            Creates the sql command batch batch.
            </summary>
            <returns>The batch.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetDateTime(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a date/time value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to a <see cref="T:System.DateTime"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetGuid(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an id value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to a <see cref="T:System.Guid"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetId(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an id value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to an <see cref="T:Sitecore.Data.ID"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetInt(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an int32 value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to an <see cref="T:System.Int32"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetLanguage(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a language value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to a <see cref="T:Sitecore.Globalization.Language"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetLong(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets an int64 value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to an <see cref="T:System.Int32"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetString(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a string value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to a <see cref="T:System.String"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetVersion(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets a version value from a specified column.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns>The column value cast to a <see cref="T:System.Version"/></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetBytes(System.Int32,Sitecore.Data.DataProviders.Sql.DataProviderReader)">
            <summary>
            Gets the bytes.
            </summary>
            <param name="columnIndex">Index of the column.</param>
            <param name="reader">The reader.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.CreateConnection">
            <summary>
            Creates a physical database connection.
            </summary>
            <returns>A connection object. Note that the connection is only created, not opened.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.CreateParameter(System.String,System.Object)">
            <summary>
            Creates a parameter for use in a <see cref="T:System.Data.IDbCommand">command</see>.
            </summary>
            <param name="name">The name of the parameter.</param>
            <param name="value">The value of the parameter.</param>
            <returns>
              <para>A parameter object in which the <see cref="T:System.Data.DbType"/> of the value has been set and where the parameter value has been
              mapped to the native value expected by the database.</para>
              <para>For instance, if <c>value</c> is an <see cref="T:Sitecore.Data.ID"/>,
              the parameter value might be a <see cref="T:System.Guid"/> representing the same value.</para>
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetGuid(System.String,System.Object[],System.Guid)">
            <summary>
            Gets a guid value from the database.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="parameters">The parameters.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.GetInt(System.String,System.Object[],System.Int32)">
            <summary>
            Gets an integer value from the database.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="parameters">The parameters.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataApi.MapFileNames(System.String)">
            <summary>
            Maps the file names embedded in a connection string.
            </summary>
            <param name="connectionString">The connection string.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerDataProvider">
            <summary>
            SQL Server based data provider.
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerDataProvider.blobSetLocks">
            <summary>
            The _blob set locks.
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerDataProvider.commandTimeout">
            <summary>
            The Sql command timeout.
            </summary>
            TODO: should be removed when we change blob related method to use SqlDataApi.
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerDataProvider"/> class.
            </summary>
            <param name="connectionString">
            The connection string.
            </param>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataProvider.BlobChunkSize">
            <summary>
            Gets the size of the individual chunks making up a BLOB.
            </summary>
            <value>The size of the BLOB chunk.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataProvider.CommandTimeout">
            <summary>
            Gets or sets the command timeout.
            </summary>
            <value>The command timeout.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerDataProvider.ConnectionString">
            <summary>
            Gets the connection string.
            </summary>
            <value>The connection string.</value>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.BlobStreamExists(System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            <c>true</c> if the specified item definition has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.DeleteItem(Sitecore.Data.ItemDefinition,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Deletes an item.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The delete item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetBlobStream(System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <param name="context">
            The call context.
            </param>
            <returns>
            The stream.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetItemsInWorkflowState(Sitecore.Workflows.WorkflowInfo,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Gets all items that are in a specific workflow state taking into account SQL Server engine specific:
            <para>The query executed with NoLock statement, since results would be re-tested by GetItem further on.</para>
            <para><see cref="F:Sitecore.FieldIDs.WorkflowState"/> is set not as param to enable SQL Filtered indexes.</para>
            </summary>
            <param name="info">The workflow info.</param>
            <param name="context">The context.</param>
            <returns>
            Arrray of items that are in requested workflow state.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="blobId">
            The BLOB id.
            </param>
            <param name="context">
            The call context.
            </param>
            <returns>
            The set blob stream.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetEventQueue">
            <summary>
            Gets the event queue driver.
            </summary>
            <returns>
            The event queue driver.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.CleanupBlobs(Sitecore.Data.DataProviders.CallContext)">
            <summary>
            Removes unused blob fields
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.CleanupCyclicDependences">
            <summary>
            Cleanups the cyclic dependences. The items couldn't be removed by CleanupOrphans because always have a parent but is not participated in item tree.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.CreateSqlTranslator">
            <summary>
            Creates the SQL translator.
            </summary>
            <returns>
            The SQL translator.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.LoadChildIds(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Loads the child ids.
            </summary>
            <param name="condition">
            The condition.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="prefetchData">
            The working set.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetLoadInitialItemDefinitionsSql(System.String)">
            <summary>
            Gets an SQL to load initial item definitions.
            </summary>
            <param name="sql">SQL-fragment.</param>
            <returns>Initial item definitions SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetLoadChildItemsDefinitionsSql">
            <summary>
            Returns an SQL to load child items definitions.
            </summary>
            <returns>Child items definitions SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetLoadItemDefinitionsSql">
            <summary>
            Returns an SQL to load single item definitions.
            </summary>
            <returns>Item definitions SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetPreloadItemDefinitionSql(System.String)">
            <summary>
            Gets an SQL query to load initial item definitions.
            </summary>
            <param name="sql">SQL-fragment defined criteria</param>
            <returns>Initial item definitions SQL statement</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetPreloadChildrenDefinitionSql(System.String)">
            <summary>
            Gets an SQL query to load initial children definitions.
            </summary>
            <param name="sql">SQL-fragment defined criteria</param>
            <returns>Initial children definitions SQL statement</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetPreloadFieldDefinitionSql(System.String)">
            <summary>
            Gets an SQL query to load initial fields definitions.
            </summary>
            <param name="sql">SQL-fragment defined criteria</param>
            <returns>Initial fields definitions SQL statement</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.LoadInitialItemDefinitions(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Load intial prefetch data
            </summary>
            <param name="condition">condition</param>
            <param name="parameters">parameters</param>
            <param name="prefetchData">prefetch data</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.ExecutePreLoadItemDefinitionSql(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Executes intial loading of item definitions
            </summary>
            <param name="sql">sql query</param>
            <param name="parameters">parameters</param>
            <param name="prefetchData">prefetch data</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.ExecutePreLoadChildrenDefinitionSql(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Executes intial loading of children definitions
            </summary>
            <param name="sql">sql query</param>
            <param name="parameters">parameters</param>
            <param name="prefetchData">prefetch data</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.ExecutePreLoadFieldsDefinitionSql(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Executes intial loading of fields definitions
            </summary>
            <param name="sql">sql query</param>
            <param name="parameters">parameters</param>
            <param name="prefetchData">prefetch data</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.ExecuteLoadItemDefinitionsSql(System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Executes item definitions SQL.
            </summary>
            <param name="sql"></param>
            <param name="parameters"></param>
            <param name="prefetchData"></param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.LoadItemFields(System.String,System.String,System.Object[],Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,Sitecore.Data.DataProviders.PrefetchData})">
            <summary>
            Loads the item fields.
            </summary>
            <param name="itemCondition">
            The item condition.
            </param>
            <param name="fieldCondition">
            The field condition.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="prefetchData">
            The working set.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.RebuildDescendants">
            <summary>
            Rebuilds the descendants table.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.RemoveFields(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Removes the fields.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetCheckIfBlobShouldBeDeletedSql">
            <summary>
            Gets the SQL which checks if BLOB should be deleted.
            </summary>
            <returns>
            SQL which checks if BLOB should be deleted.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.GetBlobSize(System.Guid)">
            <summary>
            Gets the size of a BLOB.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <returns>
            The get blob size.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.OpenBlobStream(System.Guid,System.Int64)">
            <summary>
            Opens the BLOB stream.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <param name="blobSize">
            Size of the BLOB.
            </param>
            <returns>Stream object.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerDataProvider.OpenConnection">
            <summary>
            Opens a connection to the database.
            </summary>
            <returns>SqlConnection object.
            </returns>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerHistoryStorage">
            <summary>
            SqlServerHistoryStorage
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerHistoryStorage._api">
            <summary>
            Data API
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStorage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerHistoryStorage"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStorage.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerHistoryStorage"/> class.
            </summary>
            <param name="api">The API.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStorage.AddEntry(Sitecore.Data.Engines.HistoryEntry)">
            <summary>
            Adds an entry to the database.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStorage.Cleanup">
            <summary>
            Removes outdated entries from storage.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStorage.GetHistory(System.DateTime,System.DateTime)">
            <summary>
            Gets the history for the database in a specified interval.
            </summary>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history entries for the period.</returns>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerHistoryStore">
            <summary>
            SqlServerHistoryStore
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerHistoryStore._api">
            <summary>
            Data API
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStore.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerHistoryStore"/> class.
            </summary>
            <param name="connectionString">The connection string.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStore.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerHistoryStore"/> class.
            </summary>
            <param name="api">The API.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStore.AddHistory(Sitecore.Data.Items.Item,System.String,System.String,System.String)">
            <summary>
            Adds the history.
            </summary>
            <param name="item">The item.</param>
            <param name="oldState">The old state.</param>
            <param name="newState">The new state.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStore.AddHistory(Sitecore.Data.Items.Item,System.String,System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Adds the history.
            </summary>
            <param name="item">The item.</param>
            <param name="oldState">The old state.</param>
            <param name="newState">The new state.</param>
            <param name="commentFields">The comments for this transition.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStore.ClearHistory(Sitecore.Data.Items.Item)">
            <summary>
            Clears the history.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerHistoryStore.GetHistory(Sitecore.Data.Items.Item)">
            <summary>
            Gets the history of the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>The history.</returns>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerIDTable">
            <summary>
            The IDTable SqlServer provider
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerIDTable.api">
            <summary>
            The Data API
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerIDTable.cache">
            <summary>
            The IDTable cache.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerIDTable"/> class.
            </summary>
            <param name="connectionString">
            The connection string.
            </param>
            <param name="cacheSize">
            Size of the cache.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerIDTable"/> class.
            </summary>
            <param name="api">
            The Data API.
            </param>
            <param name="cacheSize">
            Size of the cache.
            </param>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerIDTable.Api">
            <summary>
            Gets the Data API.
            </summary>
            <value>The Data API.</value>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerIDTable.Cache">
            <summary>
            Gets the IDTable cache.
            </summary>
            <value>The IDTable cache.</value>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.Add(Sitecore.Data.IDTables.IDTableEntry)">
            <summary>
            Adds the specified IDTable entry.
            </summary>
            <param name="entry">
            The IDTable entry.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.GetID(System.String,System.String)">
            <summary>
            Gets the ID.
            </summary>
            <param name="prefix">
            The entry prefix.
            </param>
            <param name="key">
            The entry key.
            </param>
            <returns>
            The entry ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.GetKeys(System.String,Sitecore.Data.ID)">
            <summary>
            Gets the keys.
            </summary>
            <param name="prefix">
            The entry prefix.
            </param>
            <param name="id">
            The entry id.
            </param>
            <returns>
            The IDTable keys.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.GetKeys(System.String)">
            <summary>
            The list of IDTable entries.
            </summary>
            <param name="prefix">
            The prefix.
            </param>
            <returns>
            The list of IDTable entries with specified prefix
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.Remove(System.String,System.String)">
            <summary>
            Removes the specified prefix.
            </summary>
            <param name="prefix">
            The entry prefix.
            </param>
            <param name="key">
            The entry key.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.GetCacheKey(System.String,System.String)">
            <summary>
            Gets the cache key.
            </summary>
            <param name="prefix">
            The entry prefix.
            </param>
            <param name="key">
            The entry key.
            </param>
            <returns>
            The cache key.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerIDTable.OnEntryRemoved(System.Object,Sitecore.Caching.Generics.EntryRemovedEventArgs{System.String})">
            <summary>
            Called when the entry has removed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Caching.Generics.EntryRemovedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerLinkDatabase">
            <summary>
            Represents a SQL Server link database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerLinkDatabase.connectionString">
            <summary>
            The connection string.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerLinkDatabase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerLinkDatabase"/> class.
            </summary>
            <param name="connectionString">
            The connection string.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerLinkDatabase.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerLinkDatabase"/> class.
            </summary>
            <param name="dataApi">SQL data API.</param>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerLinkDatabase.ConnectionString">
            <summary>
            Gets the connection string.
            </summary>
            <value>The connection string.</value>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerLinkDatabase.Compact(Sitecore.Data.Database)">
            <summary>
            Compacts the specified database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="T:Sitecore.Data.SqlServer.SqlServerTaskDatabase">
            <summary>
            SqlTaskDatabase provider.
            </summary>
        </member>
        <member name="F:Sitecore.Data.SqlServer.SqlServerTaskDatabase.connectionString">
            <summary>
            The m_connection string.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SqlServer.SqlServerTaskDatabase"/> class.
            The sql server task database.
            </summary>
            <param name="connectionString">
            The connection String.
            </param>
        </member>
        <member name="P:Sitecore.Data.SqlServer.SqlServerTaskDatabase.ConnectionString">
            <summary>
            Gets the connection string.
            </summary>
            <value>The connection string.</value>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.Disable(Sitecore.Tasks.Task)">
            <summary>
            The disable.
            </summary>
            <param name="task">
            The task to disable.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.Enable(Sitecore.Tasks.Task)">
            <summary>
            The enable.
            </summary>
            <param name="task">
            The task to enable.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.GetPendingTasks">
            <summary>
            Gets the pending tasks.
            </summary>
            <returns>Array of pending tasks.</returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.GetTasks(Sitecore.Data.ID)">
            <summary>
            Gets the task.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            List of ArchiveTasks for the item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.MarkDone(Sitecore.Tasks.Task)">
            <summary>
            The mark done.
            </summary>
            <param name="task">
            The task to mark as done.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.Remove(Sitecore.Tasks.Task)">
            <summary>
            The remove.
            </summary>
            <param name="task">
            The task to remove.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.RemoveItemTasks(Sitecore.Data.Items.Item)">
            <summary>
            The remove item tasks.
            </summary>
            <param name="item">
            The item to remove assosiated tasks for.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.RemoveItemTasks(Sitecore.Data.Items.Item,System.Type)">
            <summary>
            The remove item tasks.
            </summary>
            <param name="item">
            The item to remove assosiated tasks for.
            </param>
            <param name="taskType">
            The task Type.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.Update(Sitecore.Tasks.Task,System.Boolean)">
            <summary>
            The update.
            </summary>
            <param name="task">
            The task to update.
            </param>
            <param name="insertIfNotFound">
            The insert If Not Found.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.UpdateItemTask(Sitecore.Tasks.Task,System.Boolean)">
            <summary>
            The update item task.
            </summary>
            <param name="task">
            The task to update.
            </param>
            <param name="insertIfNotFound">
            The insert If Not Found.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.AddInsertTask(Sitecore.Data.Sql.SqlBatch,System.Boolean)">
            <summary>
            The add insert task.
            </summary>
            <param name="batch">
            The batch.
            </param>
            <param name="checkRowCount">
            The check Row Count.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.BindTaskData(Sitecore.Tasks.Task,Sitecore.Data.Sql.SqlBatch)">
            <summary>
            The bind task data.
            </summary>
            <param name="task">
            The task to bund data for.
            </param>
            <param name="batch">
            The batch.
            </param>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.CreateTask(System.String,System.DateTime)">
            <summary>
            The create task.
            </summary>
            <param name="taskType">
            The task Type.
            </param>
            <param name="taskDate">
            The task Date.
            </param>
            <returns>
            The created task.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.GetUpdateSql">
            <summary>
            The get update sql.
            </summary>
            <returns>
            The update sql statement.
            </returns>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.AssignTasks">
            <summary>
            Assigns the tasks to current server.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SqlServer.SqlServerTaskDatabase.UpdateEnabled(Sitecore.Tasks.Task,System.Boolean)">
            <summary>
            Updates the enabled field.
            </summary>
            <param name="task">The task to update.</param>
            <param name="enable">if set to <c>true</c> [enable].</param>
        </member>
        <member name="T:Sitecore.Data.DataSource">
            <summary>
            Represents a data source.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataSource.blobIDsCache">
            <summary>
            Stores information about blob existence.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataSource.dataCache">
            <summary>
            The data Cache.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataSource.dataManager">
            <summary>
            The data manager.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataSource.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DataSource.itemsLockSet">
            <summary>
            The itemsLockSet.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DataSource.#ctor(Sitecore.Data.DataManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataSource"/> class.
            </summary>
            <param name="dataManager">
            The data manager.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.#ctor(Sitecore.Data.DataManager,Sitecore.Data.Engines.DataEngine,Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DataSource" /> class.
            </summary>
            <param name="dataManager">The data manager.</param>
            <param name="dataEngine">The data engine.</param>
            <param name="cacheManager">The cache manager.</param>
            <param name="eventManager">The event manager.</param>
        </member>
        <member name="P:Sitecore.Data.DataSource.DataManager">
            <summary>
            Gets the data manager.
            </summary>
            <value>The data manager.</value>
        </member>
        <member name="M:Sitecore.Data.DataSource.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="action">
            The action.
            </param>
            <param name="date">
            The date.
            </param>
            <returns>
            The to publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.AddToPublishQueue(Sitecore.Data.ID,System.String,System.DateTime,System.String)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.AddVersion(Sitecore.Data.ID,Sitecore.Data.VersionUri)">
            <summary>
            Adds the version.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="baseVersion">
            The base version.
            </param>
            <returns>
            The version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.BlobStreamExists(System.Guid)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <returns>
            <c>true</c> if [has BLOB value] [the specified BLOB id]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing)">
            <summary>
            Changes the type of field sharing for a single field.
            </summary>
            <param name="fieldDefinition">
            The field definition.
            </param>
            <param name="sharing">
            The new sharing type.
            </param>
            <returns>
            The change field sharing.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.ChangeTemplate(Sitecore.Data.ID,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Changes the template.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="changes">
            The changes.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CleanupDatabase">
            <summary>
            Cleans up the database.
            </summary>
            <remarks>
            <para>
            Typically, a cleanup operation will remove data in invalid languages and items in orphaned trees.
            </para>
            <para>
            Specific operations depends on the actual <see cref="T:Sitecore.Data.DataProviders.DataProvider">data provider</see> implementation.
            </para>
            </remarks>
            <returns>
            <c>true</c> if cleanup was performed; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CleanupPublishQueue(System.DateTime)">
            <summary>
            Cleanups the publish queue.
            </summary>
            <param name="to">
            To.
            </param>
            <returns>
            The publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CopyItem(Sitecore.Data.ID,Sitecore.Data.ID,System.String,Sitecore.Data.ID)">
            <summary>
            Copies the item.
            </summary>
            <param name="sourceID">
            The source ID.
            </param>
            <param name="destinationID">
            The destination ID.
            </param>
            <param name="copyName">
            Name of the copy.
            </param>
            <param name="copyID">
            The copy ID.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates the item.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="itemName">
            Name of the item.
            </param>
            <param name="templateID">
            The template ID.
            </param>
            <param name="parentID">
            The parent ID.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="parentID">The parent ID.</param>
            <param name="created">The created.</param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.DeleteItem(Sitecore.Data.ID)">
            <summary>
            Deletes the item.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetBlobStream(System.Guid)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <returns>
            The stream.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetChildIDs(Sitecore.Data.ID)">
            <summary>
            Gets the child I ds.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            The child I ds.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetItemData(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item data.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <returns>
            The item data.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetItemDefinition(Sitecore.Data.ID)">
            <summary>
            Gets the item definition.
            </summary>
            <param name="itemID">
            The item ID
            </param>
            <returns>
            The item definition.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetItemDefinition(System.String)">
            <summary>
            Gets the item definition.
            </summary>
            <param name="path">
            The path.
            </param>
            <returns>
            The item definition.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetItemInformation(Sitecore.Data.ID)">
            <summary>
            Gets the item information.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            The item information.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetItemsInWorkflowState(Sitecore.Workflows.WorkflowInfo)">
            <summary>
            Gets the state of the items in workflow.
            </summary>
            <param name="info">
            The info.
            </param>
            <returns>
            The <see cref="T:Sitecore.Data.DataUri"/> array.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetLanguages">
            <summary>
            Removes all data using a specific language from
            the database.
            </summary>
            <returns>
            The languages.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetLanguages(Sitecore.Data.ID)">
            <summary>
            Gets the languages containing data for a specific item.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The languages.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetLatestVersion(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the latest version.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetParentID(Sitecore.Data.ID)">
            <summary>
            Gets the parent ID.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetProperty(System.String)">
            <summary>
            Gets the property.
            </summary>
            <param name="name">
            The name.
            </param>
            <returns>
            The property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetPropertyKeys(System.String)">
            <summary>
            Gets a list of property keys matching a specific prefix.
            </summary>
            <param name="prefix">
            The prefix.
            </param>
            <returns>
            The property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetPublishQueue(System.DateTime,System.DateTime)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">
            From.
            </param>
            <param name="to">
            To.
            </param>
            <returns>
            The publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetPublishQueueEntries(System.DateTime,System.DateTime)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">
            From.
            </param>
            <param name="to">
            To.
            </param>
            <returns>
            The publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetRootID">
            <summary>
            Gets the root ID.
            </summary>
            <returns>
            The root ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetTemplate(Sitecore.Data.ID)">
            <summary>
            Gets the template.
            </summary>
            <param name="templateId">
            The template id.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetTemplate(System.String)">
            <summary>
            Gets the template.
            </summary>
            <param name="fullName">
            The full name.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetTemplateIds">
            <summary>
            Get a list of all template ids stored in the data
            providers.
            </summary>
            <returns>
            The template ids.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetTemplates">
            <summary>
            Gets the templates.
            </summary>
            <returns>
            The templates.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetVersionUris(Sitecore.Data.ID)">
            <summary>
            Gets all version URIs for an item.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetVersions(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the versions.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetVersions(Sitecore.Data.ItemInformation,Sitecore.Globalization.Language)">
            <summary>
            Gets the versions.
            </summary>
            <param name="itemInformation">
            The item information.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetWorkflowInfo(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the workflow info.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <returns>
            The workflow info.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.HasChildren(Sitecore.Data.ID)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The has children.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.ItemExists(Sitecore.Data.ID)">
            <summary>
            Items the exists.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            The exists.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.MoveItem(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Moves the item.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="destinationID">
            The destination ID.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveBlobStream(System.Guid)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <returns><c>true</c> if command processed, otherwise <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveLanguageData(Sitecore.Globalization.Language)">
            <summary>
            Removes the language data specified by <c>language</c>.
            </summary>
            <param name="language">
            The language.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveProperty(System.String,System.Boolean)">
            <summary>
            Removes the property.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="isPrefix">
            if set to <c>true</c> this instance is is prefix.
            </param>
            <returns>
            The property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveVersion(Sitecore.Data.ID,Sitecore.Data.VersionUri)">
            <summary>
            Removes the version.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="uri">
            The URI.
            </param>
            <returns>
            The version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveVersions(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Removes the versions.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="removeSharedData">
            If set to <c>true</c> shared data is removed.
            </param>
            <returns>
            The versions.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.RenameLanguageData(System.String,System.String)">
            <summary>
            Renames a language binding.
            </summary>
            <param name="fromLanguage">
            Rename from this language name.
            </param>
            <param name="toLanguage">
            Rename to this language name.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">
            The path.
            </param>
            <returns>
            The path.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SaveItem(Sitecore.Data.ID,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Saves the item.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="changes">
            The changes.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SelectIDs(System.String)">
            <summary>
            Selects the I ds.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>
            The I ds.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SelectSingleID(System.String)">
            <summary>
            Selects the single ID.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>
            The single ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SetBlobStream(System.IO.Stream,System.Guid)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="blobId">
            The BLOB id.
            </param>
            <returns>
            The set blob stream.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SetProperty(System.String,System.String)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="value">
            The value.
            </param>
            <returns>
            The property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SetWorkflowInfo(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Workflows.WorkflowInfo)">
            <summary>
            Sets the workflow info.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <param name="info">
            The info.
            </param>
            <returns>
            The workflow info.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SetWorkflowInfo(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri,Sitecore.Workflows.WorkflowInfo)">
            <summary>
            Sets the workflow info.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="versionUri">
            The version URI.
            </param>
            <param name="info">
            The info.
            </param>
            <returns>
            The workflow info.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CacheBlobID(System.Guid,Sitecore.Data.ID)">
            <summary>
            Caches the blob ID.
            </summary>
            <param name="id">
            The blob id.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetBlobCacheKey(System.Guid)">
            <summary>
            Gets the BLOB cache key.
            </summary>
            <param name="blobId">
            The BLOB id.
            </param>
            <returns>
            The cache key.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.Subscribe(Sitecore.Data.Engines.DataEngine,Sitecore.Abstractions.BaseEventManager)">
            <summary>
            Subscribes on specified data engine, and event manager events.
            </summary>
            <param name="dataEngine">The data engine.</param>
            <param name="eventManager">The event manager.</param>
        </member>
        <member name="M:Sitecore.Data.DataSource.AddVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri)">
            <summary>
            Adds the version.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="versionUri">
            The version URI.
            </param>
            <returns>
            The version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.ChangeTemplate(Sitecore.Data.ItemDefinition,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Changes the template.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="changes">
            The changes.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CopyItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition,System.String,Sitecore.Data.ID)">
            <summary>
            Copies the item.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="destination">
            The destination.
            </param>
            <param name="copyName">
            Name of the copy.
            </param>
            <param name="copyID">
            The copy ID.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CreateCallContext">
            <summary>
            Creates the call context.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemDefinition,System.DateTime)">
            <summary>
            Creates the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="parent">The parent.</param>
            <param name="created">The created.</param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetDataProviders">
            <summary>
            Gets the data providers.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetLatestVersion(Sitecore.Data.ItemInformation,Sitecore.Globalization.Language)">
            <summary>
            Gets the latest version.
            </summary>
            <param name="itemInformation">
            The item information.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.GetWorkflowInfo(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri)">
            <summary>
            Gets the workflow info.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="versionUri">
            The version URI.
            </param>
            <returns>
            The workflow info.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadChildIDs(Sitecore.Data.ItemDefinition)">
            <summary>
            Loads the child I ds.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <returns>
            The child I ds.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadItemData(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Loads the item data.
            </summary>
            <param name="itemDefinition">
            The item definition.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <returns>
            The item data.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadItemDefinition(Sitecore.Data.ID)">
            <summary>
            Loads the item definition.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            The item definition.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadLanguages(Sitecore.Data.ItemDefinition)">
            <summary>
            Loads the languages.
            </summary>
            <param name="definition">
            The definition.
            </param>
            <returns>
            The languages.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadParentID(Sitecore.Data.ItemDefinition)">
            <summary>
            Loads the parent ID.
            </summary>
            <param name="definition">
            The definition.
            </param>
            <returns>
            The parent ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadVersionUris(Sitecore.Data.ItemDefinition)">
            <summary>
            Loads the version uris.
            </summary>
            <param name="definition">
            The definition.
            </param>
            <returns>
            The version uris.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.LoadVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language)">
            <summary>
            Loads the versions.
            </summary>
            <param name="definition">
            The definition.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.MoveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.ItemDefinition)">
            <summary>
            Moves the item.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="destination">
            The destination.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnItemCopied(Sitecore.Data.ID,System.String,Sitecore.Data.ID,System.String,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the item has copied.
            </summary>
            <param name="copyId">
            The copy id.
            </param>
            <param name="copyName">
            Name of the copy.
            </param>
            <param name="destinationId">
            The destination id.
            </param>
            <param name="destinationName">
            Name of the destination.
            </param>
            <param name="destination">
            The destination.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnItemCreated(Sitecore.Data.ID,System.String,Sitecore.Data.ID,System.String,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the item has created.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="itemName">
            Name of the item.
            </param>
            <param name="parentId">
            The parent id.
            </param>
            <param name="parentName">
            Name of the parent.
            </param>
            <param name="parent">
            The parent.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnItemDeleted(Sitecore.Data.ID,System.String,Sitecore.Data.ID)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="itemId">
            The item ID.
            </param>
            <param name="itemName">
            Name of the item.
            </param>
            <param name="parentId">
            The parent id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnItemMoved(Sitecore.Data.ID,System.String,Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ItemInformation,Sitecore.Data.ItemInformation,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the item has moved.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="itemName">
            Name of the item.
            </param>
            <param name="destinationId">
            The destination id.
            </param>
            <param name="destinationName">
            Name of the destination.
            </param>
            <param name="parentId">
            The parent id.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="destination">
            The destination.
            </param>
            <param name="parent">
            The parent.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnItemRestored(Sitecore.Data.ID,System.String,Sitecore.Data.ID)">
            <summary>
            Called when the item has created.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="itemName">
            Name of the item.
            </param>
            <param name="parentId">
            The parent id.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnItemSaved(Sitecore.Data.ID,Sitecore.Data.Items.ItemChanges,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the item has saved.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="changes">
            The changes.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnVersionAdded(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the version has added.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnVersionRemoved(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the version has removed.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="version">
            The version.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.OnVersionsRemoved(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.ItemInformation)">
            <summary>
            Called when the versions has removed.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveVersion(Sitecore.Data.ItemDefinition,Sitecore.Data.VersionUri)">
            <summary>
            Removes the version.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="versionUri">
            The version URI.
            </param>
            <returns>
            The version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.RemoveVersions(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Removes the versions.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="removeSharedData">
            If set to <c>true</c> shared data is removed.
            </param>
            <returns>
            The versions.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataSource.SaveItem(Sitecore.Data.ItemDefinition,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Saves the item.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="changes">
            The changes.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="T:Sitecore.Data.DataUri">
            <summary>
            Represents a moniker to an item in a specified database.
            </summary>
            <remarks>
            <para>A data URI point to an item in a database. Compared to a <see cref="T:Sitecore.Data.ItemUri"/> the
            DataUri is database independant, meaning that a DataUri does no contain any information
            about database.</para>
            <para>Format: sitecore://home/news?lang=da&#35;ver=2</para></remarks>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(Sitecore.Data.DataUri)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="uri">URI.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(Sitecore.Data.ItemUri)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="uri">URI.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="dataUri">Data URI.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(System.String,Sitecore.Globalization.Language)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
        </member>
        <member name="M:Sitecore.Data.DataUri.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DataUri"/> instance.
            </summary>
            <param name="info">Info.</param>
            <param name="context">Context.</param>
        </member>
        <member name="P:Sitecore.Data.DataUri.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Data.DataUri.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.DataUri.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Data.DataUri.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Data.DataUri.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Data.DataUri.Parse(System.String)">
            <summary>
            Converts a string into a <see cref="T:Sitecore.Data.DataUri"/>.
            </summary>
            <param name="dataUri">Data URI.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.ToString">
            <summary>
            Returns the string presentation of a DataUri.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.ToString(System.Boolean)">
            <summary>
            Returns the string presentation of a DataUri.
            </summary>
            <param name="shortFormat">if set to <c>true</c> this instance is short format.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.Equals(Sitecore.Data.DataUri)">
            <summary>
             Determines whether the specified <see cref="T:Sitecore.Data.DataUri"/> is equal to the current <see cref="T:Sitecore.Data.DataUri"/>.
            </summary>
            <param name="other"></param>
            <returns><c>true</c> if objects are considered equal;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.ExtractParm(System.String,System.String)">
            <summary>
            Extracts the parm.
            </summary>
            <param name="name">The name.</param>
            <param name="query">The query.</param>
            <returns>The parm.</returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.op_Equality(Sitecore.Data.DataUri,Sitecore.Data.DataUri)">
            <summary>
            Checks the equality for given <see cref="T:Sitecore.Data.DataUri"/>.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <returns><c>true</c> if equal;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.DataUri.op_Inequality(Sitecore.Data.DataUri,Sitecore.Data.DataUri)">
            <summary>
            Checks if given <see cref="T:Sitecore.Data.DataUri"/> are different.
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DefaultDatabase">
            <summary>Represents a database.</summary>
            <remarks>
              <para>To create a database object use the <c>Factory.GetDatabase</c> method.</para>
              <para>The database object provides access to items, aliases, templates etc.</para>
              <para>Databases are configured in the web.config.</para>
            </remarks>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.aliases">
            <summary>The aliases.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.archiveNames">
            <summary>The archive names.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.archives">
            <summary>The archives.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.caches">
            <summary>The caches.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.dataManager">
            <summary>The data manager.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.dataProviders">
            <summary>The data providers.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.engines">
            <summary>The engines.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.items">
            <summary>The items.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.branches">
            <summary>The branches.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.name">
            <summary>The name.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.properties">
            <summary>The properties.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.resources">
            <summary>The resources.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.templates">
            <summary>The templates.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.remoteEvents">
            <summary>The remote events.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.connectionStringName">
            <summary>The connection string name.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.icon">
            <summary>The icon.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.propertyStore">
            <summary>The <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> name.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.publishVirtualItems">
            <summary>The publish virtual items.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.readOnly">
            <summary>The read only.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.securityEnabled">
            <summary>The security enabled.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.workflowProvider">
            <summary>The workflow provider.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultDatabase.notificationProvider">
            <summary>The notification provider.</summary>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.DefaultDatabase"/> class. Initializes a new database.</summary>
            <param name="name">The name.</param>
            <remarks>Normally database objects are created using <c>Factory.GetDatabase</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Aliases">
            <summary>
            Gets the alias resolver object.
            </summary>
            <value>The aliases.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.ArchiveNames">
            <summary>
            Provides access to the names of the Archives associated with the database.
            </summary>
            <value>The archives.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Archives">
            <summary>
            Provides access to the Archives associated with the database.
            </summary>
            <value>The archives.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Caches">
            <summary>
            Gets the caches.
            </summary>
            <value>The caches.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.ConnectionStringName">
            <summary>
            Gets or sets the name of the connection string used by archives etc..
            </summary>
            <value>The name of the connection string.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.DataManager">
            <summary>
            Gets the database manager object that provides low-level access to a
            DataSource.
            </summary>
            <value>The data manager.</value>
            <remarks>The DataManager object provides a low-level access to a DataSource.</remarks>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Engines">
            <summary>
            Gets the engines.
            </summary>
            <value>The engines.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.HasContentItem">
            <summary>
            Gets a value that indicates is the /sitecore/content item is present.
            </summary>
            <value>
              <c>true</c> if this instance has content item; otherwise, <c>false</c>.
            </value>
            <remarks>
            Some database does not contain the /sitecore/content item which indicates that
            this is a special database. The Security and Extranet databases are examples of
            this.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Items">
            <summary>
            Provides access to the items in the database.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Languages">
            <summary>
            Provides access to the languages in the database.
            </summary>
            <value>The languages.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Branches">
            <summary>
            Provides access to the branches in the database.
            </summary>
            <value>The branches.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Name">
            <summary>
            Gets the name of the database.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Properties">
            <summary>
            Provides access to the database properties.
            </summary>
            <value>The properties.</value>
            <remarks>
              <para>Database properties are meta data that describe the database, e.g. the
            version number of the database.</para>
              <para>Properties can freely be added to the database.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.PropertyStore">
            <summary>
            Gets or sets the <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Protected">
            <summary>
            Gets or sets a value indicating whether this database should be protected.
            </summary>
            <remarks>
              <para>This property might be used by client applications to limit access to certain databases.</para>
              <para>For instance, a protected database can not be used as a content database unless the current user is an administrator.</para>
            </remarks>
            <value>
              <c>true</c> if this database should be protected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.PublishVirtualItems">
            <summary>
            Gets or sets a value that indicates whether virtual items will be published.
            </summary>
            <remarks>
              <para>When this setting is <c>false</c>, only the proxy definitions will be published. Therefore proxy support
              must be enabled on the web database.</para>
              <para>When <c>true</c>, virtual items will be published as if they were real items. Therefore, proxy support should
              not be enabled on the web site.</para>
              <para>The default value is <c>false</c>, meaning that only proxy definitions are published.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.ReadOnly">
            <summary>
            Gets or sets a value that indicates if the database is read-only.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Data.Database"/> is read-only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.RemoteEvents">
            <summary>
            Gets or sets the remote events.
            </summary>
            <value>The remote events.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Resources">
            <summary>
            Gets the resources.
            </summary>
            <value>The resources.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.SecurityEnabled">
            <summary>
            Gets a value that indicates if security is enforced when accessing items.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Data.Database"/> has security enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.SitecoreItem">
            <summary>
            Gets the sitecore item.
            </summary>
            <value>The sitecore item.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.Templates">
            <summary>
            Provides access to the Templates in the database.
            </summary>
            <value>The templates.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.WorkflowProvider">
            <summary>
            Gets the workflow associated with the database.
            </summary>
            <value>The workflow provider.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.NotificationProvider">
            <summary>
            Gets or sets the notification provider.
            </summary>
            <value>The notification provider.</value>
        </member>
        <member name="P:Sitecore.Data.DefaultDatabase.DataProviders">
            <summary>
            Gets the data providers.
            </summary>
            <value>The data providers.</value>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.AddArchive(System.Xml.XmlNode)">
            <summary>Adds the archive.</summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.AddDataProvider(Sitecore.Data.DataProviders.DataProvider)">
            <summary>Adds the data provider.</summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.CleanupDatabase">
            <summary>
            Cleans up the database. Note: Make sure that the database has been backed up before calling this method. It may delete a lot of data.
            </summary>
            <remarks>
              <para>Typically, a cleanup operation will remove data in invalid languages and items in orphaned trees.</para>
              <para>Specific operations depends on the actual <see cref="T:Sitecore.Data.DataProviders.DataProvider">data provider</see> implementation.</para>
            </remarks>
            <returns><c>true</c> if cleanup was performed; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.CreateItemPath(System.String)">
            <summary>Creates a path of items.</summary>
            <param name="path">Path that must exist in the database.</param>
            <returns>The item corresponding to the last element in the path, e.g. the "deepest"
            item.</returns>
            <remarks><para>Use this method to ensure that a specific path of
            items exist in the database.</para>
            <para>For each element in the path it is checked if an
            item matching the element exists. If it does not, a new
            item is created with the proper name.</para>
            <para>The new items are created from the <c>__Node</c>
            template.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.CreateItemPath(System.String,Sitecore.Data.Items.TemplateItem)">
            <summary>Creates a path of items.</summary>
            <param name="path">Path that must exist in the database.</param>
            <param name="template">Name or ID of template to use when
            creating new items.</param>
            <returns>The item corresponding to the last element in the path. E.g. the "deepest"
            item.</returns>
            <remarks><para>Use this method to ensure that a specific path of
            items exist in the database.</para>
            <para>For each element in the path it is checked if an
            item matching the element exists. If it does not, a new
            item is created with the proper name.</para>
            <para>The new items are created from the template
            specified in <paramref name="template"/></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.CreateItemPath(System.String,Sitecore.Data.Items.TemplateItem,Sitecore.Data.Items.TemplateItem)">
            <summary>Creates a path of items.</summary>
            <param name="path">Path that must exist in the database</param>
            <param name="folderTemplate">Name or ID of template to use when
            creating folder items (all items except last).</param>
            <param name="itemTemplate">Name or ID of template to use when
            creating final item in path.</param>
            <returns>The item corresponding to the last element in the
            path. I.e. the "deepest" item.</returns>
            <remarks><para>Use this method to ensure that a specific path of
            items exist in the database.</para>
            <para>For each element in the path it is checked if an
            item matching the element exists. If it does not, a new
            item is created with the proper name.</para>
            <para>The new items are created from the template
            specified in <paramref name="itemTemplate"/></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetDataProviders">
            <summary>Gets the data providers.</summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetDataSize(System.Int32,System.Int32)">
            <summary>Gets the size of the data contained in the database.</summary>
            <param name="minEntitySize">Minimum size of an entity.</param>
            <param name="maxEntitySize">Maximum size of an entity.</param>
            <returns>The <see cref="T:System.Int64"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetDictionaryEntryCount">
            <summary>
            Gets the number of dictionary entries stored in the database.
            </summary>
            <returns>The number of dictionary entries stored in the database.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(Sitecore.Data.ID)">
            <summary>Gets an item from a path.</summary>
            <param name="itemId">The item id.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>Gets an item from a path.</summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>Gets an item from a path.</summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(System.String)">
            <summary>Gets an item from a path.</summary>
            <param name="path">The path.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(System.String,Sitecore.Globalization.Language)">
            <summary>Gets an item from a path.</summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>Gets an item from a path.</summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetItem(Sitecore.Data.DataUri)">
            <summary>Gets the item.</summary>
            <param name="uri">The URI.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetLanguages">
            <summary>Gets the languages defined in the database.</summary>
            <returns>The <see cref="T:Sitecore.Collections.LanguageCollection"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetRootItem">
            <summary>Gets the root item of the database.</summary>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetRootItem(Sitecore.Globalization.Language)">
            <summary>Gets the root item of a database.</summary>
            <param name="language">The language.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetTemplate(Sitecore.Data.ID)">
            <summary>Gets the template.</summary>
            <param name="templateId">The template id.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.GetTemplate(System.String)">
            <summary>Gets the template.</summary>
            <param name="fullName">The full name.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.SelectItems(System.String)">
            <summary>Performs a Sitecore Xpath query in the database.</summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.SelectItemsUsingXPath(System.String)">
            <summary>Selects the items using Xpath.</summary>
            <param name="query">The query.</param>
            <returns>The <see cref="T:Sitecore.Collections.ItemList"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.SelectSingleItem(System.String)">
            <summary>Performs a Sitecore Xpath query in the database.</summary>
            <param name="query">The query.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.SelectSingleItemUsingXPath(System.String)">
            <summary>Selects the single item using Xpath.</summary>
            <param name="query">The query.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.DefaultDatabase.ApplySecurity(Sitecore.Data.Items.Item[])">
            <summary>Applies the security.</summary>
            <param name="items">The items.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.DefaultStandardValuesManager">
            <summary>The base standard values manager.</summary>
        </member>
        <member name="F:Sitecore.Data.DefaultStandardValuesManager.provider">
            <summary>The provider.</summary>
        </member>
        <member name="M:Sitecore.Data.DefaultStandardValuesManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Data.StandardValuesProvider,Sitecore.Data.StandardValuesProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DefaultStandardValuesManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Data.DefaultStandardValuesManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DefaultStandardValuesManager.GetStandardValue(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the standard value of a field.
            </summary>
            <param name="field">The field.</param>
            <returns>The standard value of the field.</returns>
        </member>
        <member name="T:Sitecore.Data.DeviceRecords">
            <summary>Represents the layout devices that are defined in a specified database.</summary>
            <remarks><para>Devices are configured in /sitecore/layouts/Layout/Devices.</para>
            <para>The devices are normally access through the
            <see cref="P:Sitecore.Resources.ResourceItems.Devices"/> property.</para></remarks>
        </member>
        <member name="M:Sitecore.Data.DeviceRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.DeviceRecords"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.DeviceRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.DeviceItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DeviceRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.DeviceItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.DeviceRecords.Item(Sitecore.Data.DataUri)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.DeviceItem"/> with the specified URI.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DeviceRecords.GetAll">
            <summary>
            Gets all the devices defined by the database.
            </summary>
            <returns>The all.</returns>
        </member>
        <member name="M:Sitecore.Data.DeviceRecords.DoGetAll">
            <summary>
            Gets all the devices defined by the database.
            </summary>
            <returns>
            The all.
            </returns>
        </member>
        <member name="M:Sitecore.Data.DeviceRecords.AddChildren(Sitecore.Data.Items.Item,System.Collections.ArrayList)">
            <summary>
            Adds the children.
            </summary>
            <param name="parent">The parent.</param>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Data.DeviceSwitcher">
            <summary>
            The device switcher.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DeviceSwitcher.device">
            <summary>
            The device.
            </summary>
        </member>
        <member name="F:Sitecore.Data.DeviceSwitcher.disposed">
            <summary>
            The disposed.
            </summary>
        </member>
        <member name="M:Sitecore.Data.DeviceSwitcher.#ctor(Sitecore.Data.Items.DeviceItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DeviceSwitcher"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Data.DatabaseSwitcher"/> class.
            </summary>
            <param name="device">
            The device to switch to
            </param>
        </member>
        <member name="M:Sitecore.Data.DeviceSwitcher.#ctor(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.DeviceSwitcher"/> class.
            </summary>
            <param name="deviceId">The device id.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.DeviceSwitcher.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand">
            <summary>
            The command used by the engine when deleting items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.#ctor">
            <summary>
            Adds from tempalte command.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.Destination">
            <summary>
            Gets the destination. The newly created item will be a child of the destination item.
            </summary>
            <value>The destination item.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.ItemName">
            <summary>
            Gets the name of the item.
            </summary>
            <value>The name of the item.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.NewId">
            <summary>
            Gets the id of the new item.
            </summary>
            <value>The new id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.TemplateId">
            <summary>
            Gets the id of the template to use.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.Initialize(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes the command.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="newId">The id of the new item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The id of the newly created item. If the item could not be created, <c>null</c> is returned.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand.Executed">
            <summary>
            Post processing handler.
            </summary>
            <remarks>
                <para>This method is called right after the command has been executed.</para>
                <para>The result of the execution can be accessed through the Result property.</para>
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.AddVersionCommand">
            <summary>
            The command used by the engine when adding a version to an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddVersionCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.AddVersionCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.AddVersionCommand.Item">
            <summary>
            Gets the item that will have a version added.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddVersionCommand.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the command.
            </summary>
            <param name="item">The item that will have a version added.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddVersionCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddVersionCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The added version of the item. If a version could not be added to the item, <c>null</c> is returned.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.AddVersionCommand.Executed">
            <summary>
            Post processing handler.
            </summary>
            <remarks>
                <para>This method is called right after the command has been executed.</para>
                <para>The result of the execution can be accessed through the Result property.</para>
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand">
            <summary>
            The command used by the engine when deleting items.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand._blobId">
            <summary>
            The _blob id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand.Initialize(System.Guid)">
            <summary>
            Initializes the instance.
            </summary>
            <param name="blobId">The BLOB id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns>Instance of the this class.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The blob value (or <c>null</c> if no value was found).</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.CopyItemCommand">
            <summary>
            The command used by the engine when copying items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CopyItemCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.CopyItemCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CopyItemCommand.CopyName">
            <summary>
            Gets the name of the copy.
            </summary>
            <value>The name of the copy.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CopyItemCommand.CopyId">
            <summary>
            Gets the id of the copy.
            </summary>
            <value>The copy id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CopyItemCommand.Deep">
            <summary>
            Gets a value indicating whether child items should be copied.
            </summary>
            <value><c>true</c> if child items should be copied; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CopyItemCommand.Destination">
            <summary>
            Gets the destination for the copy. This will be the parent of the copied item.
            </summary>
            <value>The destination.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CopyItemCommand.Source">
            <summary>
            Gets the item to copy.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CopyItemCommand.Initialize(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Initializes the command.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyId">Id of the copy.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CopyItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CopyItemCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The copy of <see cref="P:Sitecore.Data.Engines.DataCommands.CopyItemCommand.Source"/>. If the item was ot copied, <c>null</c> is returned.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CopyItemCommand.Executed">
            <summary>
            Post processing handler.
            </summary>
            <remarks>
                <para>This method is called right after the command has been executed.</para>
                <para>The result of the execution can be accessed through the Result property.</para>
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.CreateItemCommand">
            <summary>
            The command used by the engine when deleting items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CreateItemCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.CreateItemCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CreateItemCommand.Destination">
            <summary>
            Gets the destination. The newly created item will be a child of the destination item.
            </summary>
            <value>The destination.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CreateItemCommand.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CreateItemCommand.ItemName">
            <summary>
            Gets the name of the item.
            </summary>
            <value>The name of the item.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CreateItemCommand.TemplateId">
            <summary>
            Gets the id of the template to use.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.CreateItemCommand.Created">
            <summary>
            Gets the created.
            </summary>
            <value>
            The created.
            </value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CreateItemCommand.Initialize(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Initializes the command.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template ID.</param>
            <param name="destination">The destination.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CreateItemCommand.Initialize(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,System.DateTime)">
            <summary>
            Initializes the specified item identifier.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template identifier.</param>
            <param name="destination">The destination.</param>
            <param name="created">The created.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CreateItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CreateItemCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>
                <c>true</c> if the item was created; <c>false otherwise.</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.CreateItemCommand.Executed">
            <summary>
            Post processing handler.
            </summary>
            <remarks>
                <para>This method is called right after the command has been executed.</para>
                <para>The result of the execution can be accessed through the Result property.</para>
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.DeleteItemCommand">
            <summary>
            The command used by the engine when deleting items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.DeleteItemCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.Item">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.Item"/> being saved.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.ParentId">
            <summary>
            Gets the parent id of the item being deleted.
            </summary>
            <value>The parent id.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.Initialize(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes the instance.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="parentId">The parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.DeleteItemCommand.DoExecute">
            <summary>
            Executes the delete command.
            </summary>
            <returns><c>True</c> if the item was deleted, <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.GetBlobStreamCommand">
            <summary>
            The command used by the engine when deleting items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetBlobStreamCommand.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetBlobStreamCommand.Initialize(System.Guid)">
            <summary>
            Initializes the instance.
            </summary>
            <param name="blobId">The BLOB id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetBlobStreamCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetBlobStreamCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The blob stream (or <c>null</c> if no stream was found).</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.GetChildrenCommand">
            <summary>
            The command used by the engine when getting child items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetChildrenCommand.Item">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">id</see> of the item to get.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetChildrenCommand.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetChildrenCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetChildrenCommand.DoExecute">
            <summary>
            Performs the actual save operation.
            </summary>
            <returns>The result of execution.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.GetItemCommand">
            <summary>
            The command used by the engine when getting items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetItemCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.GetItemCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetItemCommand.ItemId">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">id</see> of the item to get.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetItemCommand.Language">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Engines.DataCommands.GetItemCommand.Language">language</see> of the item to get.
            </summary>
            <value>The language of the item to get.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetItemCommand.Version">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Engines.DataCommands.GetItemCommand.Version">version</see> of the item to get.
            </summary>
            <value>The version of the item to get.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetItemCommand.Initialize(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Initializes the specified item id.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetItemCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The item that was found. If no item was found, <c>null</c> is returned.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.GetParentCommand">
            <summary>
            The command used by the engine when getting parent items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetParentCommand.Item">
            <summary>
            Gets the item to get the parent for.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetParentCommand.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the command.
            </summary>
            <param name="item">The item to get the parent for.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetParentCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetParentCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The parent of <see cref="P:Sitecore.Data.Engines.DataCommands.GetParentCommand.Item"/>. If the parent can not be found, <c>null</c> is returned.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.GetRootItemCommand">
            <summary>
            The command used by the engine when getting the root item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetRootItemCommand.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetRootItemCommand.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetRootItemCommand.Initialize(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Initializes the instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetRootItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetRootItemCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The the root item, <c>null</c> if no root item was found.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.GetVersionsCommand">
            <summary>
              The command used by the engine when getting versions of an item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetVersionsCommand.Item">
            <summary>
              Gets the id of the item to get the versions for.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.GetVersionsCommand.Language">
            <summary>
              Gets the language to get the versions for.
            </summary>
            <value>The language.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetVersionsCommand.Initialize(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
              Initializes the command.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetVersionsCommand.CreateInstance">
            <summary>
              Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.GetVersionsCommand.DoExecute">
            <summary>
              Executes the command.
            </summary>
            <returns>The parent of <see cref="P:Sitecore.Data.Engines.DataCommands.GetVersionsCommand.Item" />. If the parent can not be found, <c>null</c> is returned.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.HasChildrenCommand">
            <summary>
            The command used by the engine when getting child items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.HasChildrenCommand.Item">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">id</see> of the item to get.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.HasChildrenCommand.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.HasChildrenCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.HasChildrenCommand.DoExecute">
            <summary>
            Performs the actual save operation.
            </summary>
            <returns>The result of execution.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.MoveItemCommand">
            <summary>
            The command used by the engine when moving items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.MoveItemCommand.Destination">
            <summary>
            Gets the destination. This will be the parent of the moved item.
            </summary>
            <value>The destination.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.MoveItemCommand.Item">
            <summary>
            Gets the item to move.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.MoveItemCommand.OldParentId">
            <summary>
            Gets the old parent id.
            </summary>
            <value>The old parent id.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.MoveItemCommand.Initialize(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes the command.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.MoveItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.MoveItemCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>If the item was moved, <c>true</c> is returned. Otherwise, <c>false</c> is returned.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.RemoveDataCommand">
            <summary>
            The command used by the engine when removing data from an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.RemoveDataCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.ItemId">
            <summary>
            Gets the id of the item.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.Language">
            <summary>
            Gets the language of the data to remove.
            </summary>
            <remarks>If all data is to be removed, <see cref="P:Sitecore.Globalization.Language.Invariant"/> is returned.</remarks>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.RemoveAllLanguages">
            <summary>
            Gets a value indicating whether to remove data in all languages.
            </summary>
            <value><c>true</c> if data in all languages will be removed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.RemoveSharedData">
            <summary>
            Gets a value indicating whether to remove shared data.
            </summary>
            <value><c>true</c> if shared data should be removed; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.Initialize(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Initializes the command.
            </summary>
            <param name="itemId">The id of the item.</param>
            <param name="language">The language of the data to remove.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveDataCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns><c>true</c> if the data was removed; otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand">
            <summary>
            The command used by the engine when removing a version of an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand.Item">
            <summary>
            Gets the item representing the version to remove.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the command.
            </summary>
            <param name="item">The item representing the version to remove.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns><c>true</c> if the version was removed; otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.ResolvePathCommand">
            <summary>
            The command used by the engine when getting items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.ResolvePathCommand.ItemPath">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">id</see> of the item to get.
            </summary>
            <value>The item path.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.ResolvePathCommand.Initialize(System.String)">
            <summary>
            Initializes the specified item path.
            </summary>
            <param name="itemPath">The item path.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.ResolvePathCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.ResolvePathCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The id of the resolved item. If no item is found, <c>null</c> is returned.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.SaveItemCommand">
            <summary>
            The command used by the engine when saving items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SaveItemCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataCommands.SaveItemCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.SaveItemCommand.Changes">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.ItemChanges">changes</see> being saved.
            </summary>
            <value>The changes.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.SaveItemCommand.Item">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Engines.DataCommands.SaveItemCommand.Item"/> being saved.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SaveItemCommand.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the command.
            </summary>
            <param name="item">The item to save.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SaveItemCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SaveItemCommand.DoExecute">
            <summary>
            Executes the save command.
            </summary>
            <returns><c>True</c> if the item was saved, <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand">
            <summary>
            The command used by the engine when deleting items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand.Stream">
            <summary>
            Gets the stream.
            </summary>
            <value>The stream.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand.Initialize(System.IO.Stream,System.Guid)">
            <summary>
            Initializes the instance.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The blob stream (or <c>null</c> if no stream was found).</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.Data.CommandCollection">
            <summary>
            Command collection for <see cref="T:Sitecore.Data.Engines.DataEngine"/>
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.Data.CommandCollection.#ctor(Sitecore.Data.Engines.DataEngine)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.Data.CommandCollection"/> class.
            </summary>
            <param name="engine">The engine.</param>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.AddFromTemplatePrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.AddVersionPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.AddVersionCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.BlobStreamExistsPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.BlobStreamExistsCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.CopyItemPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.CopyItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.CreateItemPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.CreateItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.DeletePrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.DeleteItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.GetBlobStreamPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.GetBlobStreamCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.GetChildrenPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.GetChildrenCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.GetItemPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.GetItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.GetParentPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.GetParentCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.GetRootItemPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.GetRootItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.GetVersionsPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.GetVersionsCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.HasChildrenPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.HasChildrenCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.MoveItemPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.MoveItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.RemoveDataPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.RemoveDataCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.RemoveVersionPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.RemoveVersionCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.ResolvePathPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.ResolvePathCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.SaveItemPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.SaveItemCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.Data.CommandCollection.SetBlobStreamPrototype">
            <summary>
            Gets the prototype for creating instances of
            <see cref="T:Sitecore.Data.Engines.DataCommands.SetBlobStreamCommand"/> objects.
            </summary>
            <value>The prototype.</value>
        </member>
        <member name="T:Sitecore.Data.Engines.DataEngineCommand`2">
            <summary>
            Base class for engine commands
            </summary>
        </member>
        <member name="F:Sitecore.Data.Engines.DataEngineCommand`2._lockType">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Data.Engines.DataEngineCommand`2.EngineLockingType">
            <summary>
            EngineLockingType class
            </summary>
        </member>
        <member name="F:Sitecore.Data.Engines.DataEngineCommand`2.EngineLockingType.None">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Engines.DataEngineCommand`2.EngineLockingType.Shared">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Engines.DataEngineCommand`2.EngineLockingType.Exclusive">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.Engines.DataEngineCommand`2.Database">
            <summary>
            Gets the database owning the engine.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataEngineCommand`2.DataSource">
            <summary>
            Gets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataEngineCommand`2.Engine">
            <summary>
            Gets the data engine associated with this command.
            </summary>
            <value>The data engine.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngineCommand`2.Construct(Sitecore.Data.Engines.DataEngine)">
            <summary>
            Constructs an instance of a command.
            </summary>
            <param name="engine">The data engine.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngineCommand`2.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the prototype.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngineCommand`2.Clone(System.EventHandler{Sitecore.Data.Events.ExecutingEventArgs{`1}},System.EventHandler{Sitecore.Data.Events.ExecutedEventArgs{`1}})">
            <summary>
            Clones the object and sets the events.
            </summary>
            <param name="executingEvent">The executing event.</param>
            <param name="executedEvent">The executed event.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngineCommand`2.PrepareExecution">
            <summary>
            Prepares the execution.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngineCommand`2.FinalizeExecution">
            <summary>
            Finalizes the execution.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngineCommand`2.CreateInstance">
            <summary>
            Creates an instance of the command class.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Engines.DataEngine">
            <summary>
            The engine dealing with data retrieval and update.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Engines.DataEngine.ItemAccessLock">
            <summary>Item access lock.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.AddingFromTemplate">
            <summary>Item adding from template event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.AddedFromTemplate">
            <summary>Item added from template event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.AddedFromTemplateRemote">
            <summary>Item added from template remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.AddingVersion">
            <summary>Item adding version event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.AddedVersion">
            <summary>Item added version event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.AddedVersionRemote">
            <summary>Item added version remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CopyingItem">
            <summary>Item copying event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CopiedItem">
            <summary>Item copied event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CopiedItemRemote">
            <summary>Item copied remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CopyProcessedSingleItem">
            <summary>
            Occurs for each item that 'copy item' operation processes.
            </summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CreatingItem">
            <summary>Item creating event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CreatedItem">
            <summary>Item created event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.CreatedItemRemote">
            <summary>Item created remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.DeletingItem">
            <summary>Item deleting event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.DeletedItem">
            <summary>Item deleted event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.DeletedItemRemote">
            <summary>Item deleted remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.DeleteProcessedSingleItem">
            <summary>
            Occurs for each item that the 'delete item' operation processes.
            </summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.MovingItem">
            <summary>Item moving event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.MovedItem">
            <summary>Item moved event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.MovedItemRemote">
            <summary>Item moved remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.FieldSharingChangedRemote">
            <summary>
            Occurs when field sharing has been changed.
            </summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.RemovingData">
            <summary>Item removing data event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.RemovedData">
            <summary>Item removed data event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.RemovedDataRemote">
            <summary>Item removed data remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.RemovingVersion">
            <summary>Item removing version event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.RemovedVersion">
            <summary>Item removed version event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.RemovedVersionRemote">
            <summary>Item removed version remote event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.SavingItem">
            <summary>Item saving event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.SavedItem">
            <summary>Item saved event.</summary>
        </member>
        <member name="E:Sitecore.Data.Engines.DataEngine.SavedItemRemote">
            <summary>Item saved remote event.</summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataEngine"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Engines.DataEngine.Commands">
            <summary>
            Gets the command collection.
            </summary>
            <value>The commands.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataEngine.Database">
            <summary>
            Gets the database associated with the engine.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.DataEngine.ItemsLockSet">
            <summary>
            Gets the ItemsLockSet
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The target item. This will be the parent of the new item.</param>
            <param name="newId">The id of the new item.</param>
            <returns>
              <para>The newly created item. If the item could not be created, <c>null</c> is returned.</para>
              <para>Note that the item is returned in the same language as the destination item.</para>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyId">Id of the copy.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <returns>
            The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <returns>
            The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.DeleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <returns><c>True</c> if the item was deleted, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetBlobStream(System.Guid)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemId">The id of the item to get.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.BlobStreamExists(System.Guid)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <returns><c>true</c> if the item was moved; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <returns><c>true</c> if the data was removed, otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RemoveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <returns>
                <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.ResolvePath(System.String)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>The id of the item with the path specified by <c>itemPath</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>True if the item was saved, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.SetBlobStream(System.IO.Stream,System.Guid)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseAddedFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Raises the 'added from template' event.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="newId">The new id.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseAddedFromTemplateRemote(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Raises the added from template.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseAddedVersion(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Raises the 'added version' event.
            </summary>
            <param name="item">The item.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseAddedVersionRemote(Sitecore.Data.Items.Item)">
            <summary>
            Raises the 'added version remote' event.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseCopiedItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID,System.Boolean,Sitecore.Data.Items.Item)">
            <summary>
            Raises the 'copied item' event.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyId">The copy id.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseCopiedItemRemote(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Raises the copied item remote.
            </summary>
            <param name="item">The item.</param>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseFieldSharingChangedRemote(Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent)">
            <summary>
            Raises the field sharing changed remote.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseCopyProcessedSingleItem(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Raises the copy processed single item.
            </summary>
            <param name="sourceID">The source ID.</param>
            <param name="destinationID">The destination ID.</param>
            <param name="copyID">The copy ID.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseCreatedItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Raises the created item event.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseCreatedItemRemote(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Raises the created item remote.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseDeletingItem(Sitecore.Data.Items.Item,System.Boolean@)">
            <summary>
            Raises the deleting event.
            </summary>
            <param name="item">The item.</param>
            <param name="cancelled">if set to <c>true</c> this instance is cancelled.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseDeletedItem(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Raises the deleted event.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseDeletedItemRemote(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Raises the deleted item remote.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseDeleteProcessedSingleItem(Sitecore.Data.ID)">
            <summary>
            Raises the 'delete processed single item' event.
            </summary>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseMovedItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Raises the 'moved item' event.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseMovedItemRemote(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Raises the moved item remote.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseRemovedDataRemote(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,System.Boolean)">
            <summary>
            Raises the removed data remote.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="removeAllLanguages">if set to <c>true</c> [remove all languages].</param>
            <param name="removeSharedData">if set to <c>true</c> [remove shared data].</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseRemovedVersion(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Raises the 'removed version' event.
            </summary>
            <param name="item">The item.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseRemovedVersionRemote(Sitecore.Data.Items.Item,Sitecore.Data.Version)">
            <summary>
            Raises the removed version removed.
            </summary>
            <param name="item">The item.</param>
            <param name="removedVersion">The removed version.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseSavedItem(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Raises the 'saved item' event.
            </summary>
            <param name="item">The item.</param>
            <param name="result">if set to <c>true</c> [result].</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseSavedItemRemote(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Raises the 'saved item remote' event.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.DataEngine_CopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
            Handles the CopiedItem event of the DataEngine control.
            </summary>
            <remarks>Basically the method raises the <see cref="E:Sitecore.Data.Engines.DataEngine.CreatedItem"/> event for all items in the copied tree.</remarks>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetAddFromTemplateCommand(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the 'add from template' command.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="newId">The new id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetAddVersionCommand(Sitecore.Data.Items.Item)">
            <summary>
            Gets the 'add version' command.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetCopyItemCommand(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Gets the 'copy item' command.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyId">The copy id.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetCreateItemCommand(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,System.DateTime)">
            <summary>
            Gets the 'create item' command.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="created">The created.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetDeleteItemCommand(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the 'delete item' command.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetMoveItemCommand(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the 'move item' command.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetRemoveVersionCommand(Sitecore.Data.Items.Item)">
            <summary>
            Gets the 'remove version' command.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.GetSaveItemCommand(Sitecore.Data.Items.Item)">
            <summary>
            Gets the 'save item' command.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.DataEngine.RaiseCreated(System.EventHandler{Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand}},Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,System.String})">
            <summary>
            Raises the created event for an entire item tree.
            </summary>
            <param name="handlers">The event handlers.</param>
            <param name="item">The item.</param>
            <param name="visited">The list of visited items (for cycle detection).</param>
        </member>
        <member name="T:Sitecore.Data.Engines.EngineCommand`2">
            <summary>
            Base class for engine commands
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.EngineCommand`2.Result">
            <summary>
            Gets the result of the execution.
            </summary>
            <value>The result of execution. If the command has not been executed yet, the value will be <c>default(TReturnType)</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.EngineCommand`2.ExecutingEvent">
            <summary>
            Gets the executing event.
            </summary>
            <value>The executing event.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.EngineCommand`2.ExecutedEvent">
            <summary>
            Gets the executed event.
            </summary>
            <value>The executed event.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.Execute">
            <summary>
            Executes the command.
            </summary>
            <returns>The result of execution.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.RaiseExecuting(System.Boolean@)">
            <summary>
            Raises the executing event.
            </summary>
            <param name="cancelled">if set to <c>true</c> this event is cancelled.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.RaiseExecuted">
            <summary>
            Raises the executed event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.PrepareExecution">
            <summary>
            Prepares the execution.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.FinalizeExecution">
            <summary>
            Finalizes the execution.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.CanExecute">
            <summary>
            Determines whether the command can be executed.
            </summary>
            <returns>
                <c>true</c> if this instance can execute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.DoExecute">
            <summary>
            Executes the command.
            </summary>
            <returns>The result of execution.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.Executed">
            <summary>
            Post processing handler.
            </summary>
            <remarks>
              <para>This method is called right after the command has been executed.</para>
              <para>The result of the execution can be accessed through the <see cref="P:Sitecore.Data.Engines.EngineCommand`2.Result"/> property.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Engines.EngineCommand`2.RaiseEvent``1(System.EventHandler{``0},System.Func{`1,``0})">
            <typeparam name="TArgs">the type of arguments for the event to be raised</typeparam>
            <param name="handlers">the event handlers to call</param>
            <param name="argsCreator">a method that creates the event args based on the current command</param>
            <returns>the args sent if handlers is not null and the <see cref="T:Sitecore.Data.Events.EventDisabler"/> isn't active; otherwise null</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryAction">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.Unknown">
            <summary>Unknown.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.AddedVersion">
            <summary>A new version was added to an existing item.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.Copied">
            <summary>An item was copied.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.Created">
            <summary>An new item was created.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.Deleted">
            <summary>An item was deleted.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.Moved">
            <summary>An item was moved.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.Saved">
            <summary>An item was saved.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryAction.RemovedVersion">
            <summary>A version was removed from an existing item.</summary>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryAddedEventArgs">
            <summary>
            HistoryAddedEventArgs
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryAddedEventArgs.#ctor(Sitecore.Data.Engines.HistoryEntry,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.HistoryAddedEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryAddedEventArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryAddedEventArgs.Entry">
            <summary>
            Gets the entry that was added.
            </summary>
            <value>The entry.</value>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryCategory">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryCategory.Unknown">
            <summary>Unknown.</summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryCategory.Item">
            <summary>Item.</summary>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryEngine">
            <summary>
            The engine dealing with data history.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Engines.HistoryEngine.database">
            <summary>
            The database reference.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.HistoryEngine"/> class.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="E:Sitecore.Data.Engines.HistoryEngine.AddedEntry">
            <summary>
            Occurs when an entry is added.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEngine.Database">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Engines.HistoryEngine.Database">database</see> associated with
            the engine.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEngine.SaveDotNetCallStack">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Data.Engines.HistoryEngine"/> saves the dot net call stack.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Data.Engines.HistoryEngine"/> saves the dot net call stack; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEngine.Storage">
            <summary>
            Gets or sets the storage provider.
            </summary>
            <value>The storage.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.Cleanup">
            <summary>
            Removes outdated entries from storage.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.GetHistory(System.DateTime,System.DateTime)">
            <summary>
            Gets the history for the database in a specified interval.
            </summary>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history entries for the period.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterVersionAdded(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version added' event in the history storage.
            </summary>
            <param name="item">The version that was added.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterItemCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item created' event in the history storage.
            </summary>
            <param name="copiedItem">The copied item.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item created' event in the history storage.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item deleted' event in the history storage.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item moved' event in the history storage.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Registers an 'item saved' event in the history storage.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.RegisterVersionRemoved(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version removed' event in the history storage.
            </summary>
            <param name="item">The version that was removed.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEngine.AddEntry(Sitecore.Data.Engines.HistoryCategory,Sitecore.Data.Engines.HistoryAction,Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String)">
            <summary>
            Adds an entry.
            </summary>
            <param name="category">The category.</param>
            <param name="action">The action.</param>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
            <param name="additionalInfo">Additional information about the action.</param>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryEntry">
            <summary>
            Defines an entry in the history.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryEntry.Builder">
            <summary>
            Builder used for generating <see cref="T:Sitecore.Data.Engines.HistoryEntry"/>s.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.GetEntry">
            <summary>
            Creates an entry based in the current data.
            </summary>
            <returns>The entry.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetAction(System.String)">
            <summary>
            Sets the action associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="actionName">Name of the action.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetAdditionalInfo(System.String)">
            <summary>
            Sets the additional information associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetCategory(System.String)">
            <summary>
            Sets the category associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="categoryName">Name of the category.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetCreated(System.DateTime)">
            <summary>
            Sets the creation date associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="created">The creation date (UTC).</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetId(Sitecore.Data.ID)">
            <summary>
            Sets the entry id associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetItemId(Sitecore.Data.ID)">
            <summary>
            Sets the item id associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetItemLanguage(Sitecore.Globalization.Language)">
            <summary>
            Sets the item language associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="itemLanguage">The item language.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetItemVersion(Sitecore.Data.Version)">
            <summary>
            Sets the item version associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="itemVersion">The item version.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetItemPath(System.String)">
            <summary>
            Sets the item path associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="itemPath">The item path.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetTaskStack(System.String)">
            <summary>
            Sets the task stack associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="taskStack">The task stack.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.Builder.SetUserName(System.String)">
            <summary>
            Sets the user name associated with the <see cref="T:Sitecore.Data.Engines.HistoryEntry">entry</see>.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.#ctor">
            <summary>
            Privately constructs an instance of HistoryEntry
            </summary>
            <remarks>Used by <see cref="T:Sitecore.Data.Engines.HistoryEntry.Builder"/></remarks>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.#ctor(Sitecore.Data.Engines.HistoryCategory,Sitecore.Data.Engines.HistoryAction,Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String)">
            <summary>
            Constructs an instance of HistoryEntry.
            </summary>
            <param name="category">The category.</param>
            <param name="action">The action.</param>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.Action">
            <summary>
            Gets the action associated with the entry.
            </summary>
            <value>The action.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.AdditionalInfo">
            <summary>
            Gets the additional info.
            </summary>
            <value>The additional info.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.Category">
            <summary>
            Gets the category associated with the entry.
            </summary>
            <value>The category.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.Created">
            <summary>
            Gets the creation date of the entry (UTC).
            </summary>
            <value>The creation date (UTC).</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.EntryId">
            <summary>
            Gets the unique id of the entry.
            </summary>
            <value>The entry id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.ItemId">
            <summary>
            Gets the item id associated with the entry.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.ItemLanguage">
            <summary>
            Gets the item language associated with the entry.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.ItemPath">
            <summary>
            Gets the item path.
            </summary>
            <value>The item path.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.ItemVersion">
            <summary>
            Gets the item version associated with the entry.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.TaskStack">
            <summary>
            Gets the task stack.
            </summary>
            <value>The task stack.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryEntry.UserName">
            <summary>
            Gets the name of the user that caused the entry to be created.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.GetPath(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets an item path.
            </summary>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryEntry.GetTaskStack">
            <summary>
            Gets the task stack.
            </summary>
            <returns>The task stack.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.HistoryStorage">
            <summary>
            The abstract base class for data history storage providers.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Engines.HistoryStorage.EntryLifeTime">
            <summary>
            Gets or sets the entry life time.
            </summary>
            <value>The entry life time.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryStorage.AddEntry(Sitecore.Data.Engines.HistoryEntry)">
            <summary>
            Adds an entry to the history storage.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryStorage.Cleanup">
            <summary>
            Removes outdated entries from storage.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.HistoryStorage.GetHistory(System.DateTime,System.DateTime)">
            <summary>
            Gets the history for the database in a specified interval.
            </summary>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history entries for the period.</returns>
        </member>
        <member name="T:Sitecore.Data.Engines.SyncOperationContext">
            <summary>
              Notifies database engines to make all operations synchronously.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.SyncOperationContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.SyncOperationContext"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.SyncOperationContext.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.SyncOperationContext"/> class.
            </summary>
            <param name="enable">if set to <c>true</c> this switch should be enabled.</param>
        </member>
        <member name="T:Sitecore.Data.Engines.TemplateEngine">
            <summary>
            Maintains a collection of <see cref="T:Sitecore.Data.Templates.Template"/> in sync with <see cref="P:Sitecore.Data.Engines.TemplateEngine.DataSource"/>.
            <para>Loads item-based templates into memory and applies changes whenever underlying items change.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Engines.TemplateEngine._dirtyTemplates">
            <summary>
            Key - dirty template; value - list of key`s base templates that were marked as dirty.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.#ctor(Sitecore.Data.Database)">
            <summary>
            Constructs an instance of TemplateEngine
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Engines.TemplateEngine.DataEngine">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Engines.TemplateEngine.DataEngine">data engine</see> of
            the owner <see cref="T:Sitecore.Data.Database">database</see>.
            </summary>
            <value>The data engine.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.TemplateEngine.DataManager">
            <summary>
            Gets the data manager.
            </summary>
            <value>The data manager.</value>
        </member>
        <member name="P:Sitecore.Data.Engines.TemplateEngine.DataSource">
            <summary>
            Gets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing)">
            <summary>
            Changes the type of field sharing for a single field.
            </summary>
            <param name="fieldDefinition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetTemplate(Sitecore.Data.ID)">
            <summary>
            Gets a template with a specific id.
            </summary>
            <param name="templateId">The template id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetTemplate(System.String)">
            <summary>
            Gets a template with a specific full name.
            </summary>
            <param name="fullName">The full name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetTemplates">
            <summary>
            Gets all known templates refreshing 'dirty' ones if any.
            </summary>
            <returns>The templates.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.InternalGetTemplates">
            <summary>
            Gets all known templates loading them if not yet loaded.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ReloadDirtyTemplates">
            <summary>
            Reloads templates that were marked as dirty.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.IsTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Should <see cref="P:Sitecore.Data.Items.Item.TemplateID"/> be equal to <see cref="F:Sitecore.TemplateIDs.Template"/> and name not be a standard value, it is considered as a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.IsTemplate(Sitecore.Data.ID,System.String)">
            <summary>
            Determines whether the specified template id is template.
            </summary>
            <param name="templateId">The template id.</param>
            <param name="itemName">Name of the item.</param>
            <returns>
            <c>true</c> if the specified template id is template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.IsTemplatePart(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an <paramref name="item"/> is a template part - it could either be template, template section, or template field.
            <para>Should <see cref="P:Sitecore.Data.Items.Item.TemplateID"/> be either <see cref="F:Sitecore.TemplateIDs.TemplateField"/>, <see cref="F:Sitecore.TemplateIDs.TemplateSection"/>, or <see cref="F:Sitecore.TemplateIDs.Template"/> </para>
            <para> and not be named <see cref="F:Sitecore.Constants.StandardValuesItemName"/> it is considered as template part.</para>
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a template part; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.IsTemplateSection(Sitecore.Data.Items.Item)">
            <summary>
            Should <see cref="P:Sitecore.Data.Items.Item.TemplateID"/> be equal to <see cref="F:Sitecore.TemplateIDs.TemplateSection"/> and name not be a standard value, it is considered as a template section.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if [is template section] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.IsTemplateSection(Sitecore.Data.ID,System.String)">
            <summary>
            Determines whether is template section the specified template id.
            </summary>
            <param name="templateId">The template id.</param>
            <param name="itemName">Name of the item.</param>
            <returns>
            <c>true</c> if [is template section] [the specified template id]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.IsTemplateSection(Sitecore.Data.ItemDefinition)">
            <summary>
            Determines whether item is template section.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if [is template section] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.Reset">
            <summary>
            Resets the engine.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.DataEngine_CopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
            Handles the CopiedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.HandleItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Handles the item deleted.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.DeepMarkDirty(Sitecore.Data.ID)">
            <summary>
            Marks the template as dirty with all others templates that mention <paramref name="templateId"/> in <see cref="P:Sitecore.Data.Templates.Template.BaseIDs"/>.
            <para>Locates based templates recursively.</para>
            </summary>
            <param name="templateId">The template to be marked as dirty.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.DeepMarkDirty(Sitecore.Data.ID,Sitecore.Data.ID,System.Collections.Generic.IDictionary{Sitecore.Data.ID,System.Collections.Generic.IList{Sitecore.Data.ID}})">
            <summary>
            Marks templates derived from <paramref name="dirtyTemplate"/> as dirty. Recursively markes derived templates.
            <para>Marking standard template will cause all derived templates to be dirty as well.</para>
            </summary>
            <param name="dirtyTemplate">The template to be marked as dirty.</param>
            <param name="baseDirty">The base dirty template causing this to be marked as well.</param>
            <param name="templatesByBaseIDs">Templates grouped by baseIDs.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GroupInnerTemplatesByBaseID">
            <summary>
            Gets templates grouped by <see cref="P:Sitecore.Data.Templates.Template.BaseIDs"/>; if template has multiple base ids, it will be added to multiple groups.
            <para>Key - template base ID; Value - direct templates based on it.</para>
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.DataEngine_ItemSaved(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the ItemSaved event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The ExecutedEventArgs instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.HandleBaseTemplatesChanges(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Handles the base templates changes.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ResetContextCacheForAbsentTemplates(Sitecore.Data.Items.ItemChanges,Sitecore.Data.Items.Item,Sitecore.Data.Database)">
            <summary>
            Resets the context cache for absent templates.
            </summary>
            <param name="changes">The changes.</param>
            <param name="item">The item.</param>
            <param name="db">The db.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ResetContextCacheForTemplateField(Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Resets the context cache for the template field.
            </summary>
            <param name="database">The database.</param>
            <param name="fieldId">The field id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetAbsentTemplateIDs(System.String,System.String)">
            <summary>
            Gets the absent template IDs.
            </summary>
            <param name="baseTemplateFieldValue">The base template field value.</param>
            <param name="newFieldValue">The new field value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AreBaseTemplatesRemoved(Sitecore.Data.Items.ItemChanges,Sitecore.Data.Items.Item)">
            <summary>
            Checks whether one or more of the base templates were removed.
            </summary>
            <param name="changes">The item changes.</param>
            <param name="item">The original item.</param>
            <returns>true if one or more base templates were removed otherwise false</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AreBaseTemplatesRemoved(System.String,System.String)">
            <summary>
            Determines whether base templates were removed.
            </summary>
            <param name="baseTemplateFieldValue">The base template field value.</param>
            <param name="newFieldValue">The new field value.</param>
            <returns>
              <c>true</c> if base templates were removed otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.HandleItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges,System.Boolean)">
            <summary>
            Handles the item saved.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <param name="remoteEvent">if set to <c>true</c> [remote event].</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.HandleItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Handles the item moved.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.FixStandardValuePointer(Sitecore.Data.Items.Item)">
            <summary>
            Fixes the standard value pointer.
            </summary>
            <param name="templateItem">The template item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.FixStandardValuePointers(Sitecore.Data.Items.Item)">
            <summary>
            Fixes the standard value pointers of a subtree.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetFieldSharing(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Gets the field sharing (versioned/unversioned/shared).
            </summary>
            <param name="newField">The new field to define field sharing for.</param>
            <returns>The field sharing.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.OnDatabaseLoaded(System.Object,Sitecore.Data.Events.ConstructedEventArgs)">
            <summary>
            Called when the database has loaded.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ConstructedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.UpdateFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateField)">
            <summary>
            Updates the field sharing.
            </summary>
            <param name="oldField">The old field.</param>
            <param name="newField">The new field.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ClearCaches(Sitecore.Data.Database)">
            <summary>
            Clears the caches.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetOwnerTemplate(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the owner template.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetOwnerTemplate(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Gets the owner template of item <see cref="T:Sitecore.Data.ID"/> if data belongs to template, section, or field.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="parentId">The parent id.</param>
            <returns>The ID of the owner template; <c>null</c> if those are not </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AddItemBasedTemplates(Sitecore.Collections.TemplateDictionary)">
            <summary>
            Adds the item-based templates to the result; if template is already in result, does not load it.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AddStaticTemplates(Sitecore.Collections.TemplateDictionary)">
            <summary>
            Adds the static templates known to <see cref="P:Sitecore.Data.Engines.TemplateEngine.DataSource"/> into resulting set.
            <para>Example: file-based (serialized) templates, (<see cref="T:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider"/>).</para>
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.LoadItemBasedTemplate(Sitecore.Data.ID)">
            <summary>
            Loads an item based template from <see cref="P:Sitecore.Data.Engines.TemplateEngine.DataSource"/>.
            </summary>
            <param name="templateId">The template id.</param>
            <returns><see cref="T:Sitecore.Data.Templates.Template"/> built from item data;<c>null</c> when matching item data was not found, or based on template different from <see cref="F:Sitecore.TemplateIDs.Template"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ReloadTemplate(Sitecore.Data.ID)">
            <summary>
            Reloads a template.
            </summary>
            <param name="templateId">The template id.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.ReloadTemplates(System.Collections.Generic.IReadOnlyCollection{Sitecore.Data.ID})">
            <summary>
            Builds fresh item-based templates from <see cref="P:Sitecore.Data.Engines.TemplateEngine.DataSource"/>; used when undelying item data was changed.
            <para>Does not do anything if nothing to reload.</para>
            </summary>
            <param name="templateIdsToReload"></param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AddDependencies(System.Collections.Generic.IEnumerable{Sitecore.Data.ID},System.Collections.Generic.List{Sitecore.Data.ID})">
            <summary>
            Adds the dependencies.
            </summary>
            <param name="templates">The templates.</param>
            <param name="targetList">The target list.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AddField(Sitecore.Data.ItemDefinition,Sitecore.Data.Templates.TemplateSection.Builder)">
            <summary>
            Uses item data to set key properties such as sharing level (f.e. <see cref="F:Sitecore.TemplateFieldIDs.Unversioned"/>), <see cref="P:Sitecore.Data.Templates.TemplateField.Type"/> and <see cref="P:Sitecore.Data.Templates.TemplateField.DefaultValue"/>.
            </summary>
            <param name="fieldItemDefinition">The item that stores template field information.</param>
            <param name="parentSection">The section to which built field belongs.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.AddSection(Sitecore.Data.ItemDefinition,Sitecore.Data.Templates.Template.Builder)">
            <summary>
            Buils a template section from item data.
            </summary>
            <param name="sectionDefinition">The item that stores section information.</param>
            <param name="template">The template to which built section belongs.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.BuildTemplate(Sitecore.Data.ItemDefinition)">
            <summary>
            Builds the template from <paramref name="templateItemDefinition"/>.
            <para>Template item defines <see cref="P:Sitecore.Data.Templates.Template.BaseIDs"/> as well as <see cref="P:Sitecore.Data.Templates.Template.StandardValueHolderId"/>.</para>
            </summary>
            <param name="templateItemDefinition">The item definition that represents template in a content tree.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Engines.TemplateEngine.GetFullName(Sitecore.Data.ItemDefinition)">
            <summary>
            The full name is a combination of template parent item names up to <seealso cref="F:Sitecore.ItemIDs.TemplateRoot"/>.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Engines.WorkflowEngine">
            <summary>
            The engine dealing with workflows
            </summary>
        </member>
        <member name="M:Sitecore.Data.Engines.WorkflowEngine.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Engines.DataEngine"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.WorkflowEngine.Database_Constructed(System.Object,Sitecore.Data.Events.ConstructedEventArgs)">
            <summary>
            Handles the Constructed event of the Database control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ConstructedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.WorkflowEngine.DataEngine_AddedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
            Handles the AddedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Engines.WorkflowEngine.IsMasterItem(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a part of a master.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if [is master item] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.WorkflowEngine.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a standard values holder.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Engines.WorkflowEngine.StartWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Starts a workflow.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Eventing.DatabaseRemoteEvents">
            <summary>
            Implements subsystem which propagates database events across multiple servers
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.DatabaseRemoteEvents.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.DatabaseRemoteEvents.listenToEvents">
            <summary>
            The _listen to events.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.DatabaseRemoteEvents.queue">
            <summary>
            The queue.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.DatabaseRemoteEvents"/> class.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="P:Sitecore.Data.Eventing.DatabaseRemoteEvents.ListenToEvents">
            <summary>
            Gets or sets a value indicating whether this instance will listen to database events.
            </summary>
            <value><c>true</c> if this instance will listen to database events; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.DatabaseRemoteEvents.Queue">
            <summary>
            Gets or sets the remote events provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.DatabaseRemoteEvents.EventQueue">
            <summary>
            Gets or sets the remote events provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.ConstructTemporaryItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Constructs the temporary item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="name">The name.</param>
            <param name="templateId">The template id.</param>
            <param name="branchId">The branch id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The temporary item.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.ConstructTemporaryItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.Data.FieldList)">
            <summary>
            Constructs the temporary item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="name">The name.</param>
            <param name="templateId">The template id.</param>
            <param name="branchId">The branch id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="fieldList">The field list.</param>
            <returns>
            The temporary item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.ConstructTemporaryItem(Sitecore.Data.Eventing.Remote.ItemRemoteEventBase,Sitecore.Data.Database)">
            <summary>
            Constructs the temporary item.
            </summary>
            <param name="event">The @event.</param>
            <param name="database">The database.</param>
            <returns>The temporary item.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.ConstructTemporaryItem(Sitecore.Data.Eventing.Remote.ItemRemoteEventBase,Sitecore.Data.Database,Sitecore.Data.FieldList)">
            <summary>
            Constructs the temporary item.
            </summary>
            <param name="event">The @event.</param>
            <param name="database">The database.</param>
            <param name="fieldList">The field list.</param>
            <returns>
            The temporary item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.CreateDefaultQueue">
            <summary>
            Creates the provider.
            </summary>
            <returns>The provider.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.DatabaseConstructed(System.Object,Sitecore.Data.Events.ConstructedEventArgs)">
            <summary>
            Handles the Constructed event of the database object.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ConstructedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.GetItemChanges(Sitecore.Data.Items.Item,Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent)">
            <summary>
            Gets the item changes.
            </summary>
            <param name="item">
            The item to get changes for.
            </param>
            <param name="event">
            The @event.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.GetLanguage(System.String)">
            <summary>
            Gets the language.
            </summary>
            <param name="languageName">
            Name of the language.
            </param>
            <returns>
            The result.
            </returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnAddedFromTemplateRemoteEvent(Sitecore.Data.Eventing.Remote.AddedFromTemplateRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when added from template remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnAddedVersionRemoteEvent(Sitecore.Data.Eventing.Remote.AddedVersionRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when added version remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnCopiedItemRemoteEvent(Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when copied item remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnCreatedItemRemoteEvent(Sitecore.Data.Eventing.Remote.CreatedItemRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when created item remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnDeletedItemRemoteEvent(Sitecore.Data.Eventing.Remote.DeletedItemRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when deleted item remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnDeletedDictionaryItemRemoteEvent(Sitecore.Data.Eventing.Remote.DeletedDictionaryItemRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when deleted item remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnItemLockedRemoteEvent(Sitecore.Data.Eventing.Remote.ItemLockedRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when item locked remote event.
            </summary>
            <param name="event">
            The event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnItemTemplateChangedRemoteEvent(Sitecore.Data.Eventing.Remote.ItemTemplateChangedRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when item template changed remote event.
            </summary>
            <param name="event">
            The event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnItemUnlockedRemoteEvent(Sitecore.Data.Eventing.Remote.ItemUnlockedRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when item unlocked remote event.
            </summary>
            <param name="event">
            The event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnFieldSharingChangedRemoteEvent(Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when the field sharing changed remote has event.
            </summary>
            <param name="event">The <see cref="T:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs"/> instance containing the event data.</param>
            <param name="eventContext">The event context.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnMovedItemRemoteEvent(Sitecore.Data.Eventing.Remote.MovedItemRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when moved item remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnRemovedDataRemoteEvent(Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when removed data remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnRemovedVersionRemoteEvent(Sitecore.Data.Eventing.Remote.RemovedVersionRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when removed version remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.OnSavedItemRemoteEvent(Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when saved item remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="eventContext">
            The event context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.SubscribeLocalEvents">
            <summary>
            Subscribes to the local events in the specified database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.QueueRemoteEvent(System.Object,System.EventArgs,System.Func{Sitecore.Data.Items.Item,Sitecore.Data.Eventing.Remote.ItemRemoteEventBase})">
            <summary>
            Add remote event to EventQueue.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The args.</param>
            <param name="creator"> The creator.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.DatabaseRemoteEvents.SubscribeRemoteEvents">
            <summary>
            Subscribes the remove events.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.AddedFromTemplateRemoteEvent">
            <summary>
            AddedFromTemplateRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.AddedFromTemplateRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.AddedFromTemplateRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="destination">
            The destination.
            </param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.AddedFromTemplateRemoteEvent.DestinationId">
            <summary>
            Gets or sets the destination id.
            </summary>
            <value>The destination id.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.AddedVersionRemoteEvent">
            <summary>
            AddedVersionRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.AddedVersionRemoteEvent.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.AddedVersionRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.CloneAddedRemoteEvent">
            <summary>
              CloneAddedRemoteEvent class
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.Remote.CloneAddedRemoteEvent.clone">
            <summary>
              The source.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.CloneAddedRemoteEvent.#ctor(Sitecore.Data.Items.Item)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.CloneAddedRemoteEvent" /> class.
            </summary>
            <param name="item"></param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CloneAddedRemoteEvent.Clone">
            <summary>
              Gets the clone item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent">
            <summary>
            CopiedItemRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="source">
            The source.
            </param>
            <param name="destination">
            The destination.
            </param>
            <param name="deep">
            if set to <c>true</c> [deep].
            </param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.Deep">
            <summary>
            Gets or sets a value indicating whether Deep.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.DestinationItemId">
            <summary>
            Gets or sets DestinationItemId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.DestinationLanguageName">
            <summary>
            Gets or sets DestinationLanguageName.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.DestinationVersionNumber">
            <summary>
            Gets or sets DestinationVersionNumber.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.SourceItemId">
            <summary>
            Gets or sets SourceItemId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.SourceLanguageName">
            <summary>
            Gets or sets SourceLanguageName.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.SourceVersionNumber">
            <summary>
            Gets or sets SourceVersionNumber.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CopiedItemRemoteEvent.DestinationName">
            <summary>
            Gets or sets the name of the destination.
            </summary>
            <value>The name of the destination.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.CreatedItemRemoteEvent">
            <summary>
            ItemCreatedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.CreatedItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.CreatedItemRemoteEvent"/> class.
            </summary>
            <param name="item">The created item.</param>
            <param name="destination">The destination.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CreatedItemRemoteEvent.DestinationId">
            <summary>
            Gets or sets DestinationId.
            </summary>
            <value>
            The destination id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.CreatedItemRemoteEvent.DestinationName">
            <summary>
            Gets or sets the name of the destination.
            </summary>
            <value>The name of the destination.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.DeletedDictionaryItemRemoteEvent">
            <summary>
            Defines the deleted dictionary item remote event class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.DeletedDictionaryItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.DeletedDictionaryItemRemoteEvent"/> class.
            </summary>
            <param name="item">The deleted item.</param>
            <param name="parentId">The parent id.</param>
            <param name="dictionaryEntryKey">The dictionary entry key.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.DeletedDictionaryItemRemoteEvent.DictionaryEntryKey">
            <summary>
            Gets or sets the dictionary entry key.
            </summary>
            <value>
            The dictionary entry key.
            </value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.DeletedItemRemoteEvent">
            <summary>
            ItemDeletedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.DeletedItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.DeletedItemRemoteEvent"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.DeletedItemRemoteEvent.ParentId">
            <summary>
            Gets or sets the parent id.
            </summary>
            <value>The parent id.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.IDTableEntryAddedRemoteEvent">
            <summary>
            Defines the ID table entry removed remote event class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.IDTableEntryAddedRemoteEvent.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.IDTableEntryAddedRemoteEvent"/> class.
            </summary>
            <param name="prefix">Entry prefix</param>
            <param name="key">The cache key.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.IDTableEntryAddedRemoteEvent.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The Entry key.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.IDTableEntryAddedRemoteEvent.Prefix">
            <summary>
            Gets or sets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.IDTableEntryRemovedRemoteEvent">
            <summary>
            Defines the ID table entry removed remote event class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.IDTableEntryRemovedRemoteEvent.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.IDTableEntryRemovedRemoteEvent"/> class.
            </summary>
            <param name="prefix">Entry prefix</param>
            <param name="key">The cache key.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.IDTableEntryRemovedRemoteEvent.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The Entry key.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.IDTableEntryRemovedRemoteEvent.Prefix">
            <summary>
            Gets or sets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.ItemLockedRemoteEvent">
            <summary>
            ItemLockedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.ItemLockedRemoteEvent.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.ItemLockedRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase">
            <summary>
            Defines the item remote event base class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase.ItemId">
            <summary>
            Gets or sets ItemId.
            </summary>
            <value>
            The item id.
            </value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase.LanguageName">
            <summary>
            Gets or sets Language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase.TemplateId">
            <summary>
              Gets or sets the template ID of the item being saved.
            </summary>
            <value>A <see cref="T:System.Guid"/> representing the template ID of the item.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase.VersionNumber">
            <summary>
            Gets or sets Version.
            </summary>
            <value>
            The version.
            </value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.ItemRemoteEventBase.ItemName">
            <summary>
            Gets or sets the name of the item.
            </summary>
            <value>The name of the item.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.ItemTemplateChangedRemoteEvent">
            <summary>
            ItemTemplateChangedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.ItemTemplateChangedRemoteEvent.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.ItemTemplateChangedRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.ItemUnlockedRemoteEvent">
            <summary>
            ItemUnlockedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.ItemUnlockedRemoteEvent.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.ItemUnlockedRemoteEvent"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.MovedItemRemoteEvent">
            <summary>
            MovedItemRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.MovedItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.MovedItemRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="oldParentId">
            The old parent id.
            </param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.MovedItemRemoteEvent.DestinationId">
            <summary>
            Gets or sets destination item ID;
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.MovedItemRemoteEvent.OldParentId">
            <summary>
            Gets or sets OldParentId.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.PropertyChangedRemoteEvent">
            <summary>
            Defines the property changed remote event class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.PropertyChangedRemoteEvent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.PropertyChangedRemoteEvent"/> class.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.PropertyChangedRemoteEvent.PropertyName">
            <summary>
            Gets or sets the name of the property.
            </summary>
            <value>The name of the property.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent">
            <summary>
            Defines the property removed remote event class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent"/> class.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="isPrefix">Mark the name as a prefix.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent.PropertyName">
            <summary>
            Gets or sets the name of the property.
            </summary>
            <value>The name of the property.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent.IsPrefix">
            <summary>
            Gets or sets a value indicating whether this <see cref="P:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent.PropertyName"/> holds a prefix.
            </summary>
            <value><c>true</c> if the <see cref="P:Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent.PropertyName"/> value is a prefix; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent">
            <summary>
            RemovedDataRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent"/> class.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="removeAllLanguages">if set to <c>true</c> [remove all languages].</param>
            <param name="removeSharedData">if set to <c>true</c> [remove shared data].</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent.ItemId">
            <summary>
            Gets or sets ItemId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent.LanguageName">
            <summary>
            Gets or sets Language.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent.RemoveAllLanguages">
            <summary>
            Gets or sets a value indicating whether RemoveAllLanguages.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.RemovedDataRemoteEvent.RemoveSharedData">
            <summary>
            Gets or sets a value indicating whether RemoveSharedData.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.RemovedVersionRemoteEvent">
            <summary>
            RemovedVersionRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.RemovedVersionRemoteEvent.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.RemovedVersionRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent">
            <summary>
            ItemSavedRemoteEvent class.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.SettingsPath">
            <summary>
            Path to <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent"/> class configuration in the Web.config.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.EventSettingsCollection">
            <summary>
            Instance of the <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings"/> class.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.lockObject">
            <summary>
            Lock object.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.eventSettings">
            <summary>
            Instance of the <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges,Sitecore.Events.Settings.SavedItemRemoteSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent"/> class.
            </summary>
            <param name="item">The item</param>
            <param name="changes">The changes</param>
            <param name="settings">SavedItemRemoteSettings instnce</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChanges">
            <summary>
            Gets or sets the field changes.
            </summary>
            <value>The field changes.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChanges">
            <summary>
            Gets or sets the property changes.
            </summary>
            <value>The property changes.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.IsSharedFieldChanged">
            <summary>Gets a value indicating whether is any shared field changed.</summary>
            <value><c>true</c> if any shared field changed.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.IsUnversionedFieldChanged">
            <summary>Gets a value indicating whether is any shared field changed.</summary>
            <value><c>true</c> if any shared field changed.</value>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.SetChangeProperties(Sitecore.Data.Items.ItemChanges)">
            <summary>
            Sets the change properties.
            </summary>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.SetFieldChangeProperties(Sitecore.Data.Items.FieldChangeList)">
            <summary>
            Sets the field change properties.
            </summary>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.SetPropertyChangeProperties(System.Collections.Generic.Dictionary{System.String,Sitecore.Data.Items.PropertyChange})">
            <summary>
            Sets the property change properties.
            </summary>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.ShouldAddToFieldChanges(Sitecore.Data.Items.FieldChange)">
            <summary>
            Checks whether field should be added to field changes list.
            </summary>
            <param name="change">The FieldChange</param>
            <returns>Value that indicates whether field should be added to field changes list.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.GetEventSettings(System.String)">
            <summary>
            Returns <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings"/> instance for concrete database.
            </summary>
            <param name="databaseName">The database name.</param>
            <returns>The <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings"/> instance</returns>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange">
            <summary>
            FieldChange class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange.#ctor(System.Guid,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange"/> class.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange.FieldId">
            <summary>
            Gets or sets FieldId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange.Value">
            <summary>
            Gets or sets Value.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.FieldChange.OriginalValue">
            <summary>
            Gets or sets the original value.
            </summary>
            <value>The original value.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange">
            <summary>
            PropertyChange class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.#ctor(System.String,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange"/> class.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.PropertyName">
            <summary>
            Gets or sets PropertyName.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.OriginalValue">
            <summary>
            Gets the original value.
            </summary>
            <value>The original value.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.GuidValue">
            <summary>
            Gets or sets the GUID value.
            </summary>
            <value>The GUID value.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.StringValue">
            <summary>
            Gets or sets StringValue.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.OriginalStringValue">
            <summary>
            Gets or sets the original string value.
            </summary>
            <value>The original string value.</value>
        </member>
        <member name="P:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent.PropertyChange.OriginalGuidValue">
            <summary>
            Gets or sets the original GUID value.
            </summary>
            <value>The original GUID value.</value>
        </member>
        <member name="T:Sitecore.Data.Eventing.SqlEventQueue">
            <summary>
            SQL EventQueue implementation.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.SqlEventQueue.timestamp">
            <summary>
            Cached queue timestamp
            </summary>
        </member>
        <member name="F:Sitecore.Data.Eventing.SqlEventQueue.lastSavedStamp">
            <summary>
            The last saved stamp.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.SqlEventQueue"/> class.
            </summary>
            <param name="api">The data API.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Data.Properties.IPropertyStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.SqlEventQueue"/> class.
            </summary>
            <param name="api">The data API.</param>
            <param name="propertyStore">The <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance to get/set timestamps.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.SqlEventQueue.DataApi">
            <summary>
            Gets the data API.
            </summary>
            <value>The data API.</value>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="daysToKeep">
            Number of days to keep the event queue trail.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.Cleanup(System.TimeSpan)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="intervalToKeep">Duration of time to keep the event queue trail.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.ClearQueue">
            <summary>
            Clears the queue.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetQueuedEventCount">
            <summary>
            Gets the queued event count.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetLastEvent">
            <summary>
            Returns the top event based on the stamp property.
            </summary>
            <returns>The most recent QueuedEvent with the queue.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the queued events.
            </summary>
            <param name="query">The query.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetLong(System.Data.IDataReader,System.Int32)">
            <summary>
            Gets the long.
            </summary>
            <param name="reader">The reader.</param>
            <param name="columnIndex">Index of the column.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetDateTime(System.Data.IDataReader,System.Int32)">
            <summary>
            Gets the date time.
            </summary>
            <param name="reader">The reader.</param>
            <param name="columnIndex">Index of the column.</param>
            <returns>The date time.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.AddCriteria(Sitecore.Data.DataProviders.Sql.SqlStatement,Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Adds the criteria.
            </summary>
            <param name="statement">The statement.</param>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.CreateQueuedEvent(System.Data.IDataReader)">
            <summary>
            Creates the queued event.
            </summary>
            <param name="dataReader">The data reader.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetSqlStatement(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the SQL statement.
            </summary>
            <param name="query">The query.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetTimestampForLastProcessing">
            <summary>
            Gets the time stamp for last processing.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.QueueEvent(Sitecore.Eventing.QueuedEvent,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.SetTimestampForLastProcessing(Sitecore.Eventing.EventQueue.TimeStamp)">
            <summary>
            Sets the currentTimestamp for last processing.
            </summary>
            <param name="currentTimestamp">The currentTimestamp.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlEventQueue.GetEventTypeConditions(System.Collections.Generic.List{System.String})">
            <summary>
            Gets the event type conditions.
            </summary>
            <param name="eventTypeCriteria">The event type criteria.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Eventing.SqlServerEventQueue">
            <summary>
            SQL Server EventQueue implementation.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlServerEventQueue.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.SqlServerEventQueue"/> class.
            </summary>
            <param name="api">The API.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlServerEventQueue.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Data.Properties.IPropertyStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.SqlServerEventQueue"/> class.
            </summary>
            <param name="api">The data API.</param>
            <param name="propertyStore">The <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance to get/set timestamps.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlServerEventQueue.AddCriteria(Sitecore.Data.DataProviders.Sql.SqlStatement,Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Adds the criteria.
            </summary>
            <param name="statement">The statement.</param>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlServerEventQueue.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="daysToKeep">
            Number of days to keep the event queue trail.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlServerEventQueue.Cleanup(System.TimeSpan)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="intervalToKeep">Duration of time to keep the event queue trail.</param>
        </member>
        <member name="M:Sitecore.Data.Eventing.SqlServerEventQueue.Cleanup(System.TimeSpan,System.Nullable{System.Int32})">
            <summary>
            Removes legacy records from EventQueue table with specified interval to keep, and batch size.
            </summary>
            <param name="intervalToKeep">The interval to keep.</param>
            <param name="batchSize">Size of the batch to remove.</param>
        </member>
        <member name="T:Sitecore.Data.Eventing.EventQueueMonitor">
            <summary>
            The event queue monitor.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.EventQueueMonitor.#ctor(Sitecore.Eventing.EventProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Eventing.EventQueueMonitor"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Eventing.EventQueueMonitor.InitializeAlarmClock(System.TimeSpan)">
            <summary>
            Initializes the alarm clock.
            </summary>
            <param name="interval">The interval.</param>
        </member>
        <member name="P:Sitecore.Data.Eventing.EventQueueMonitor.AlarmClock">
            <summary>
            Gets or sets the alarm clock.
            </summary>
            <value>The alarm clock.</value>
        </member>
        <member name="M:Sitecore.Data.Eventing.EventQueueMonitor.AlarmClock_Ring(System.Object,System.EventArgs)">
            <summary>
            Handles the Ring event of the AlarmClock control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Data.Eventing.EventQueueMonitor.Stop">
            <summary>
            Stops this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs">
            <summary>
            AddedFromTemplateRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="destination">
            The destination.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs.Destination">
            <summary>
            Gets or sets Destination.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.AddedVersionRemoteEventArgs">
            <summary>
            AddedVersionRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.AddedVersionRemoteEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.AddedVersionRemoteEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.AddedVersionRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.CloneAddedRemoteEventArgs">
            <summary>
              CloneAddedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.CloneAddedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Data.Events.CloneAddedRemoteEventArgs" /> class.
            </summary>
            <param name="item"></param>
        </member>
        <member name="P:Sitecore.Data.Events.CloneAddedRemoteEventArgs.Item">
            <summary>
              Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ConstructedEventArgs">
            <summary>
            Represents the arguments of a constructed event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ConstructedEventArgs.#ctor(Sitecore.Data.Database)">
            <summary>
            Constructs an instance of DatabaseLoadedEventArgs
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ConstructedEventArgs.Database">
            <summary>
            Gets the database that was loaded.
            </summary>
            <value>The database.</value>
        </member>
        <member name="T:Sitecore.Data.Events.CopiedItemRemoteEventArgs">
            <summary>
            CopiedItemRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.CopiedItemRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.CopiedItemRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="source">
            The source.
            </param>
            <param name="destination">
            The destination.
            </param>
            <param name="deep">
            if set to <c>true</c> [deep].
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.CopiedItemRemoteEventArgs.Deep">
            <summary>
            Gets or sets a value indicating whether Deep.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.CopiedItemRemoteEventArgs.Destination">
            <summary>
            Gets or sets Destination.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.CopiedItemRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.CopiedItemRemoteEventArgs.Source">
            <summary>
            Gets or sets Source.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs._sourceID">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs._destinationID">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs._copyID">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs._database">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs.#ctor(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs"/> instance.
            </summary>
            <param name="database">The database.</param>
            <param name="sourceID">The source ID.</param>
            <param name="destinationID">The destination ID.</param>
            <param name="copyID">The copy ID.</param>
        </member>
        <member name="P:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs.SourceID">
            <summary>
            Gets the source ID.
            </summary>
            <value>The source ID.</value>
        </member>
        <member name="P:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs.DestinationID">
            <summary>
            Gets the destination ID.
            </summary>
            <value>The destination ID.</value>
        </member>
        <member name="P:Sitecore.Data.Events.CopyProcessedSingleItemEventArgs.CopyID">
            <summary>
            Gets the copy ID.
            </summary>
            <value>The copy ID.</value>
        </member>
        <member name="T:Sitecore.Data.Events.FieldSavedDelegate">
            <summary>Represents the method that will handle the FieldSaved event.</summary>
            <remarks>When you create a FieldSavedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemChildrenChangedDelegate">
            <summary>Represents the method that will handle the ItemChildrenChanged event.</summary>
            <remarks>When you create a ItemChildrenChangedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemCopiedDelegate">
            <summary>Represents the method that will handle the ItemCopied event.</summary>
            <remarks>When you create a ItemCopiedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemCreatedDelegate">
            <summary>Represents the method that will handle the ItemCreated event.</summary>
            <remarks>When you create a ItemCreatedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemDeletedDelegate">
            <summary>Represents the method that will handle the ItemDeleted event.</summary>
            <remarks>When you create a ItemDeletedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemMovedDelegate">
            <summary>Represents the method that will handle the ItemMoved event.</summary>
            <remarks>When you create a ItemMovedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemRenamedDelegate">
            <summary>Represents the method that will handle the ItemRenamed event.</summary>
            <remarks>When you create a ItemRenamedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemSavedDelegate">
            <summary>Represents the method that will handle the ItemSaved event.</summary>
            <remarks>When you create a ItemSavedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.ItemSortorderChangedDelegate">
            <summary>Represents the method that will handle the ItemSortorderChanged event.</summary>
            <remarks>When you create a ItemSortorderChangedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.VersionAddedDelegate">
            <summary>Represents the method that will handle the VersionAdded event.</summary>
            <remarks>When you create a VersionAddedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.VersionRemovedDelegate">
            <summary>Represents the method that will handle the VersionRemoved event.</summary>
            <remarks>When you create a ItemRemovedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs">
            <summary>
               
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs._itemID">
            <summary>
            Item ID just deleted. Item is not available already.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs._database">
            <summary>
            Reference to the database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs.#ctor(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs"/> class.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs.ItemID">
            <summary>
            Gets the item ID. Item itself is not available already.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Data.Events.DeleteProcessedSingleItemEventArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="T:Sitecore.Data.Events.EventDisablerState">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Events.EventDisablerState.Disabled">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Events.EventDisablerState.Enabled">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Data.Events.EventDisabler">
            <summary>
            EventDisabler class
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.EventDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.EventDisabler"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.EventDisabler.IsActive">
            <summary>
            Gets a value indicating whether this instance is active.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ExecutedEventArgs`1">
            <summary>
            Defines the arguments passed in a AddingFromMaster event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ExecutedEventArgs`1.#ctor(`0)">
            <summary>
            Creates a new ExecutingEventArgs instance.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ExecutedEventArgs`1.Command">
            <summary>
            Gets the item.
            </summary>
            <value>The command.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ExecutingEventArgs`1">
            <summary>
            Defines the arguments passed in a AddingFromMaster event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ExecutingEventArgs`1.#ctor(`0)">
            <summary>
            Creates a new instance.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ExecutingEventArgs`1.Command">
            <summary>
            Gets the item.
            </summary>
            <value>The command.</value>
        </member>
        <member name="T:Sitecore.Data.Events.FieldSavedEventArgs">
            <summary>
            Defines the arguments passed in a FieldSaved event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.FieldSavedEventArgs.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.FieldSavedEventArgs"/> instance.
            </summary>
            <param name="field">Field.</param>
        </member>
        <member name="P:Sitecore.Data.Events.FieldSavedEventArgs.Field">
            <summary>
            Gets the field.
            </summary>
            <value>The field.</value>
        </member>
        <member name="T:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs">
            <summary>
            The field sharing changed remote event args.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs.#ctor(Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs"/> class.
            </summary>
            <param name="event">The @event.</param>
        </member>
        <member name="P:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs.DatabaseName">
            <summary>
            Gets or sets DatabaseName.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs.FieldID">
            <summary>
            Gets or sets FieldID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.FieldSharingChangedRemoteEventArgs.Sharing">
            <summary>
            Gets or sets Sharing.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.GetChildrenEventArgs">
            <summary>
            Defines the arguments passed in a BeforeItemMove event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.GetChildrenEventArgs.#ctor(Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.GetChildrenEventArgs"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
        </member>
        <member name="P:Sitecore.Data.Events.GetChildrenEventArgs.CustomResult">
            <summary>
            Gets or sets the custom result.
            </summary>
            <value>The custom result.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetChildrenEventArgs.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="T:Sitecore.Data.Events.GetItemEventArgs">
            <summary>
            Defines the arguments passed in a GetItem event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.GetItemEventArgs.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.GetItemEventArgs"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
        </member>
        <member name="P:Sitecore.Data.Events.GetItemEventArgs.CustomResult">
            <summary>
            Gets or sets the custom result.
            </summary>
            <value>The custom result.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetItemEventArgs.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetItemEventArgs.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetItemEventArgs.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="T:Sitecore.Data.Events.GetParentIDEventArgs">
            <summary>
            Defines the arguments passed in a GetParentID event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.GetParentIDEventArgs.#ctor(Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.GetParentIDEventArgs"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
        </member>
        <member name="P:Sitecore.Data.Events.GetParentIDEventArgs.CustomResult">
            <summary>
            Gets or sets the custom result.
            </summary>
            <value>The custom result.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetParentIDEventArgs.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="T:Sitecore.Data.Events.GetVersionNumbersEventArgs">
            <summary>
            Defines the arguments passed in a GetVersionNumbers event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.GetVersionNumbersEventArgs.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.GetVersionNumbersEventArgs"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
        </member>
        <member name="P:Sitecore.Data.Events.GetVersionNumbersEventArgs.CustomResult">
            <summary>
            Gets or sets the custom result.
            </summary>
            <value>The custom result.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetVersionNumbersEventArgs.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Data.Events.GetVersionNumbersEventArgs.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="T:Sitecore.Data.Events.InstanceCreatedEventArgs">
            <summary>
            Represents the arguments of a instance created event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.InstanceCreatedEventArgs.#ctor(Sitecore.Data.Database)">
            <summary>
            Constructs an instance of DatabaseLoadedEventArgs
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Data.Events.InstanceCreatedEventArgs.Database">
            <summary>
            Gets the database that was loaded.
            </summary>
            <value>The database.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemAddedEventArgs">
            <summary>
            Defines the arguments passed in a ItemAdded event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemAddedEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemAddedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemAddedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemChildrenChangedEventArgs">
            <summary>
            Defines the arguments passed in a ItemChildrenChanged event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemChildrenChangedEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemCopiedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemChildrenChangedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemCopiedEventArgs">
            <summary>
            Defines the arguments passed in a ItemCopied event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemCopiedEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemCopiedEventArgs"/> instance.
            </summary>
            <param name="source">Source.</param>
            <param name="copy">Copy.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCopiedEventArgs.Copy">
            <summary>
            Gets the copy.
            </summary>
            <value>The copy.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCopiedEventArgs.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemCreatedEventArgs">
            <summary>
            Defines the arguments passed in a ItemCreated event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemCreatedEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemCreatedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemCreatedRemoteEventArgs">
            <summary>
            ItemCreatedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemCreatedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemCreatedRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="destination">
            The destination.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatedRemoteEventArgs.Destination">
            <summary>
            Gets or sets Destination.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemCreatingEventArgs">
            <summary>
            Defines the arguments passed in a ItemAdded event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemCreatingEventArgs.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemCreatingEventArgs"/> instance.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="itemId">The item id.</param>
            <param name="templateId">The template id.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatingEventArgs.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatingEventArgs.ItemName">
            <summary>
            Gets the name of the item being created.
            </summary>
            <value>The name of the item.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatingEventArgs.Parent">
            <summary>
            Gets the parent.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemCreatingEventArgs.TemplateId">
            <summary>
            Gets the template id of the item being created.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemDeletedEventArgs">
            <summary>
            Defines the arguments passed in a ItemDeleted event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemDeletedEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemDeletedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="parentID">Parent ID.</param>
        </member>
        <member name="M:Sitecore.Data.Events.ItemDeletedEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.Int32)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemDeletedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="parentID">Parent ID.</param>
            <param name="index">Index of the item (among its siblings) before it was deleted.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemDeletedEventArgs.Index">
            <summary>
            Gets the ID of the item that should be focused in the client after this item is deleted.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemDeletedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemDeletedEventArgs.ParentID">
            <summary>
            Gets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs">
            <summary>
            ItemDeletedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemDeletedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="parentId">
            The parent id.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemDeletedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.ItemDeletedRemoteEventArgs.ParentId">
            <summary>
            Gets or sets ParentId.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemDeletingEventArgs">
            <summary>
            Defines the arguments passed in a ItemDeleting event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemDeletingEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemDeletingEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemDeletingEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemLockedRemoteEventArgs">
            <summary>
            ItemLockedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemLockedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemLockedRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemLockedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemMovedEventArgs">
            <summary>
            Defines the arguments passed in a ItemMoved event.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.ItemMovedEventArgs.m_item">
            <summary>
            m_item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.ItemMovedEventArgs.m_oldParentID">
            <summary>
            m_old parent id.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemMovedEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemMovedEventArgs"/> class.
            Creates a new <see cref="T:Sitecore.Data.Events.ItemMovedEventArgs"/> instance.
            </summary>
            <param name="item">
            Item.
            </param>
            <param name="oldParentID">
            Old parent ID.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemMovedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemMovedEventArgs.OldParentID">
            <summary>
            Gets the old parent ID.
            </summary>
            <value>The old parent ID.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemMovedRemoteEventArgs">
            <summary>
            ItemMovedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemMovedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemMovedRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="oldParentId">
            The old parent id.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemMovedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.ItemMovedRemoteEventArgs.OldParentId">
            <summary>
            Gets or sets OldParentId.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemRemovedEventArgs">
            <summary>
            Defines the arguments passed in a ItemRemoved event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemRemovedEventArgs.#ctor(Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemRemovedEventArgs"/> instance.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemRemovedEventArgs.ItemId">
            <summary>
            Gets the item.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemRenamedEventArgs">
            <summary>
            Defines the arguments passed in a ItemRenamed event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemRenamedEventArgs.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemRenamedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="oldName">Old Name of the item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemRenamedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemRenamedEventArgs.OldName">
            <summary>
            Gets the old name of the item.
            </summary>
            <value>The old name.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemSavedEventArgs">
            <summary>
            Defines the arguments passed in a ItemSaved event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemSavedEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemSavedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="M:Sitecore.Data.Events.ItemSavedEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemSavedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="changes">The changes that were saved.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSavedEventArgs.Changes">
            <summary>
            Gets the changes that were saved.
            </summary>
            <value>The changes.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSavedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs">
            <summary>
            ItemSavedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemSavedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSavedRemoteEventArgs.Changes">
            <summary>
            Gets or sets Changes.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSavedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemSavingEventArgs">
            <summary>
            Defines the arguments passed in a ItemSaving event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemSavingEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemSavedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="changes">The changes that were saved.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSavingEventArgs.Changes">
            <summary>
            Gets the changes that were saved.
            </summary>
            <value>The changes.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSavingEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemSortorderChangedEventArgs">
            <summary>
            Defines the arguments passed in a ItemSortorderChanged event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemSortorderChangedEventArgs.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ItemSortorderChangedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="oldSortorder">Old sortorder.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSortorderChangedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ItemSortorderChangedEventArgs.OldSortorder">
            <summary>
            Gets the old sortorder.
            </summary>
            <value>The old sortorder.</value>
        </member>
        <member name="T:Sitecore.Data.Events.ItemTemplateChangedRemoteEventArgs">
            <summary>
            ItemTemplateChangedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemTemplateChangedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemTemplateChangedRemoteEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemTemplateChangedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemTransferredRemoteEvent">
            <summary>
              The item transferred event args.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.ItemTransferredRemoteEvent.destination">
            <summary>
              The destination.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Events.ItemTransferredRemoteEvent.source">
            <summary>
              The source.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemTransferredRemoteEvent.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemTransferredRemoteEvent"/> class.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="destination">
            The destination.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemTransferredRemoteEvent.Destination">
            <summary>
              Gets the destination.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.ItemTransferredRemoteEvent.Source">
            <summary>
              Gets the source.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ItemUnlockedRemoteEventArgs">
            <summary>
            ItemUnlockedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ItemUnlockedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.ItemUnlockedRemoteEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ItemUnlockedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.PublishCompletedRemoteEventArgs">
            <summary>
            Raised when publishing for all languages and targets (i.e. publish options) is complete on a remote Sitecore instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.PublishCompletedRemoteEventArgs.#ctor(Sitecore.Eventing.Remote.PublishCompletedRemoteEvent)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.PublishCompletedRemoteEventArgs"/> class.
            </summary>
            <param name="event">The event.</param>
        </member>
        <member name="P:Sitecore.Data.Events.PublishCompletedRemoteEventArgs.PublishOptions">
            <summary>
            Gets or sets the publish options.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.PublishCompletedRemoteEventArgs.Processed">
            <summary>
            Gets or sets the processed.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.PublishCompletedRemoteEventArgs.Failed">
            <summary>
            Gets or sets a value indicating whether failed.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.PublishEndRemoteEventArgs">
            <summary>
            <see cref="T:Sitecore.Data.Events.PublishEndRemoteEventArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.PublishEndRemoteEventArgs.#ctor(Sitecore.Eventing.Remote.PublishEndRemoteEvent)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.PublishEndRemoteEventArgs"/> class.
            </summary>
            <param name="event">The @event.</param>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.CompareRevisions">
            <summary>
            Gets or sets a value indicating whether to compare revisions.
            </summary>
            <value><c>true</c> if compare revisions; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.Deep">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Eventing.Remote.PublishEndRemoteEvent"/> is deep.
            </summary>
            <value><c>true</c> if deep; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.FromDate">
            <summary>
            Gets or sets from date.
            </summary>
            <value>From date.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.LanguageName">
            <summary>
            Gets or sets the name of the language.
            </summary>
            <value>The name of the language.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.PublishDate">
            <summary>
            Gets or sets the publish date.
            </summary>
            <value>The publish date.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.PublishingTargets">
            <summary>
            Gets or sets the publishing targets.
            </summary>
            <value>The publishing targets.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.RepublishAll">
            <summary>
            Gets or sets a value indicating whether [republish all].
            </summary>
            <value><c>true</c> if [republish all]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.RootItemId">
            <summary>
            Gets or sets the root item id.
            </summary>
            <value>The root item id.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.SourceDatabaseName">
            <summary>
            Gets or sets the name of the source database.
            </summary>
            <value>The name of the source database.</value>
        </member>
        <member name="P:Sitecore.Data.Events.PublishEndRemoteEventArgs.TargetDatabaseName">
            <summary>
            Gets or sets the name of the target database.
            </summary>
            <value>The name of the target database.</value>
        </member>
        <member name="T:Sitecore.Data.Events.RemoteEventArgs`1">
            <summary>
            <see cref="T:Sitecore.Data.Events.RemoteEventArgs`1"/> class.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
        </member>
        <member name="M:Sitecore.Data.Events.RemoteEventArgs`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RemoteEventArgs`1"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RemoteEventArgs`1"/> class.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.RemoteEventArgs`1.Event">
            <summary>
            Gets or sets the event.
            </summary>
            <value>The event.</value>
        </member>
        <member name="T:Sitecore.Data.Events.RemovedDataRemoteEventArgs">
            <summary>
            RemovedDataRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.RemovedDataRemoteEventArgs.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RemovedDataRemoteEventArgs"/> class.
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="removeAllLanguages">
            The remove All Languages.
            </param>
            <param name="removeSharedData">
            The remove Shared Data.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.RemovedDataRemoteEventArgs.ItemId">
            <summary>
            Gets or sets ItemId.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.RemovedDataRemoteEventArgs.Language">
            <summary>
            Gets or sets Language.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.RemovedDataRemoteEventArgs.RemoveAllLanguages">
            <summary>
            Gets or sets a value indicating whether RemoveAllLanguages.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.RemovedDataRemoteEventArgs.RemoveSharedData">
            <summary>
            Gets or sets a value indicating whether RemoveSharedData.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.ResolvePathEventArgs">
            <summary>
            Defines the arguments passed in a ResolvePath event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.ResolvePathEventArgs.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.ResolvePathEventArgs"/> instance.
            </summary>
            <param name="path">Path.</param>
        </member>
        <member name="P:Sitecore.Data.Events.ResolvePathEventArgs.CustomResult">
            <summary>
            Gets or sets the custom result.
            </summary>
            <value>The custom result.</value>
        </member>
        <member name="P:Sitecore.Data.Events.ResolvePathEventArgs.Path">
            <summary>
            Gets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="T:Sitecore.Data.Events.RoleCreatedRemoteEventArgs">
            <summary>
            RoleCreatedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.RoleCreatedRemoteEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RoleCreatedRemoteEventArgs"/> class.
            </summary>
            <param name="roleName">
            Name of the role.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.RoleCreatedRemoteEventArgs.RoleName">
            <summary>
            Gets or sets RoleName.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.RoleDeletedRemoteEventArgs">
            <summary>
            RoleDeletedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.RoleDeletedRemoteEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RoleDeletedRemoteEventArgs"/> class.
            </summary>
            <param name="roleName">Name of the role.</param>
        </member>
        <member name="P:Sitecore.Data.Events.RoleDeletedRemoteEventArgs.RoleName">
            <summary>
            Gets or sets RoleName.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.RoleRelationsRemovedRemoteEventArgs">
            <summary>
            RoleRelationsRemovedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.RoleRelationsRemovedRemoteEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RoleRelationsRemovedRemoteEventArgs"/> class.
            </summary>
            <param name="roleName">
            Name of the role.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.RoleRelationsRemovedRemoteEventArgs.RoleName">
            <summary>
            Gets or sets RoleName.
            </summary>
            <value>
            The role name.
            </value>
        </member>
        <member name="T:Sitecore.Data.Events.RolesAddedToRolesRemoteEventArgs">
            <summary>
            RolesAddedToRolesRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.RolesAddedToRolesRemoteEventArgs.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RolesAddedToRolesRemoteEventArgs"/> class.
            </summary>
            <param name="memberRoles">
            The member roles.
            </param>
            <param name="targetRoles">
            The target roles.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.RolesAddedToRolesRemoteEventArgs.MemberRoles">
            <summary>
            Gets or sets MemberRoles.
            </summary>
            <value>
            The member roles.
            </value>
        </member>
        <member name="P:Sitecore.Data.Events.RolesAddedToRolesRemoteEventArgs.TargetRoles">
            <summary>
            Gets or sets TargetRoles.
            </summary>
            <value>
            The target roles.
            </value>
        </member>
        <member name="T:Sitecore.Data.Events.RolesRemovedFromRolesRemoteEventArgs">
            <summary>
            RolesRemovedFromRolesRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.RolesRemovedFromRolesRemoteEventArgs.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.RolesRemovedFromRolesRemoteEventArgs"/> class.
            </summary>
            <param name="memberRoles">
            The member roles.
            </param>
            <param name="targetRoles">
            The target roles.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.RolesRemovedFromRolesRemoteEventArgs.MemberRoles">
            <summary>
            Gets or sets MemberRoles.
            </summary>
            <value>
            The member roles.
            </value>
        </member>
        <member name="P:Sitecore.Data.Events.RolesRemovedFromRolesRemoteEventArgs.TargetRoles">
            <summary>
            Gets or sets TargetRoles.
            </summary>
            <value>
            The target roles.
            </value>
        </member>
        <member name="T:Sitecore.Data.Events.SecurableUpdatedRemoteEventArgs">
            <summary>
            securable updated remote event args.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.SecurableUpdatedRemoteEventArgs.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.SecurableUpdatedRemoteEventArgs"/> class.
            </summary>
            <param name="uniqueId">
            The unique id.
            </param>
            <param name="typeName">
            Name of the type.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.SecurableUpdatedRemoteEventArgs.TypeName">
            <summary>
            Gets or sets TypeName.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.SecurableUpdatedRemoteEventArgs.UniqueId">
            <summary>
            Gets or sets UniqueId.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.UserCreatedRemoteEventArgs">
            <summary>
            UserCreatedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.UserCreatedRemoteEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.UserCreatedRemoteEventArgs"/> class.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.UserCreatedRemoteEventArgs.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.UserDeletedRemoteEventArgs">
            <summary>
            UserDeletedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.UserDeletedRemoteEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.UserDeletedRemoteEventArgs"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="P:Sitecore.Data.Events.UserDeletedRemoteEventArgs.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.UsersAddedToRolesRemoteEventArgs">
            <summary>
            UsersAddedToRolesRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.UsersAddedToRolesRemoteEventArgs.#ctor(System.String[],System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.UsersAddedToRolesRemoteEventArgs"/> class.
            </summary>
            <param name="userNames">
            The user names.
            </param>
            <param name="roleNames">
            The role names.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.UsersAddedToRolesRemoteEventArgs.RoleNames">
            <summary>
            Gets or sets RoleNames.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.UsersAddedToRolesRemoteEventArgs.UserNames">
            <summary>
            Gets or sets UserNames.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.UsersRemovedFromRolesRemoteEventArgs">
            <summary>
            UsersRemovedFromRolesRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.UsersRemovedFromRolesRemoteEventArgs.#ctor(System.String[],System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.UsersRemovedFromRolesRemoteEventArgs"/> class.
            </summary>
            <param name="userNames">The user names.</param>
            <param name="roleNames">The role names.</param>
        </member>
        <member name="P:Sitecore.Data.Events.UsersRemovedFromRolesRemoteEventArgs.RoleNames">
            <summary>
            Gets or sets RoleNames.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.UsersRemovedFromRolesRemoteEventArgs.UserNames">
            <summary>
            Gets or sets UserNames.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.UserUpdatedRemoteEventArgs">
            <summary>
            UserUpdatedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.UserUpdatedRemoteEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.UserUpdatedRemoteEventArgs"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="P:Sitecore.Data.Events.UserUpdatedRemoteEventArgs.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.VersionAddedEventArgs">
            <summary>
            Defines the arguments passed in a VersionAdded event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.VersionAddedEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.VersionAddedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Events.VersionAddedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs">
            <summary>
            VersionRemovedRemoteEventArgs class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.VersionRemovedRemoteEventArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Version)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="removedVersion">
            The removed version.
            </param>
        </member>
        <member name="P:Sitecore.Data.Events.VersionRemovedRemoteEventArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Events.VersionRemovedRemoteEventArgs.RemovedVersion">
            <summary>
            Gets or sets RemovedVersion.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Events.VersionsRemovedEventArgs">
            <summary>
            Defines the arguments passed in a VersionsRemoved event.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Events.VersionsRemovedEventArgs.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Events.VersionsRemovedEventArgs"/> instance.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
        </member>
        <member name="P:Sitecore.Data.Events.VersionsRemovedEventArgs.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Data.Events.VersionsRemovedEventArgs.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="T:Sitecore.Data.FieldDescriptor">
            <summary>
            Defines the field URI class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.FieldDescriptor.ItemUri">
            <summary>
            Gets the item URI.
            </summary>
            <value>The item URI.</value>
        </member>
        <member name="P:Sitecore.Data.FieldDescriptor.FieldID">
            <summary>
            Gets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Data.FieldDescriptor.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Data.FieldDescriptor.ContainsStandardValue">
            <summary>
            Gets or sets a value indicating whether [contains standard value].
            </summary>
            <value>
                <c>true</c> if [contains standard value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.#ctor(Sitecore.Data.ItemUri,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.FieldDescriptor"/> class.
            </summary>
            <param name="itemUri">The item URI.</param>
            <param name="fieldID">The field ID.</param>
            <param name="containsStandardValue">if set to <c>true</c> [contains standard value].</param>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.FieldDescriptor"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">The field name</param>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.#ctor(Sitecore.Data.ItemUri,Sitecore.Data.ID,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.FieldDescriptor"/> class.
            </summary>
            <param name="itemUri">The item URI.</param>
            <param name="fieldID">The field ID.</param>
            <param name="value">The value.</param>
            <param name="containsStandardValue">if set to <c>true</c> [contains standard value].</param>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
            </returns>
            <exception cref="T:System.NullReferenceException">
            The <paramref name="obj"/> parameter is null.
            </exception>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.Parse(System.String)">
            <summary>
            Parses the specified field URI.
            </summary>
            <param name="fieldUri">The field URI.</param>
            <returns>The field URI.</returns>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.Encode(System.String)">
            <summary>
            Encodes the specified item URI.
            </summary>
            <param name="itemUri">The item URI.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Data.FieldDescriptor.Decode(System.String)">
            <summary>
            Decodes the specified encoded URI.
            </summary>
            <param name="encodedUri">The encoded URI.</param>
            <returns>The string.</returns>
        </member>
        <member name="T:Sitecore.Data.FieldList">
            <summary>
            Represents a list of fields.
            </summary>
        </member>
        <member name="F:Sitecore.Data.FieldList._valueSize">
            <summary>
            The total size of added values in inner storage.
            <para>Both <see cref="T:Sitecore.Data.ID"/>, and <see cref="T:System.String"/> are taken into account.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Data.FieldList.FieldValues">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.FieldList.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified field ID.
            </summary>
            <value>The <see cref="T:System.String"/>.</value>
        </member>
        <member name="P:Sitecore.Data.FieldList.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Data.FieldList.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.FieldList.Add(Sitecore.Data.ID,System.String)">
            <summary>
            Adds the specified field ID.
            </summary>
            <param name="fieldId">The field ID.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.FieldList.Add(Sitecore.Data.FieldList,Sitecore.Data.FieldList)">
            <summary>
            Joins the specified lists of fields.
            </summary>
            <param name="list1">The first list.</param>
            <param name="list2">The second list.</param>
            <returns>The joined lists.</returns>
            <contract>
              <requires name="list1" condition="none" />
              <requires name="list2" condition="none" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.FieldList.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.FieldList.GetFieldIDs">
            <summary>
            Gets the field Ids.
            </summary>
            <returns>The field Ids.</returns>
        </member>
        <member name="M:Sitecore.Data.FieldList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection (yielding <c>KeyValuePair{ID, string}</c>).
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Data.FieldList.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.FieldList.GetCollectionSizeOverhead">
            <summary>
            Gets the overhead in bytes introduced by this instance to store inner data.
            <para>Lazy-created members are taken into account, example <see cref="P:Sitecore.Data.FieldList.SyncRoot"/>.</para>
            </summary>
            <returns>
            Number of bytes this instance occupies in memory to store inner data.
            </returns>
        </member>
        <member name="P:Sitecore.Data.FieldList.FieldListDebugView.ValueSize">
            <summary>
            Gets the size of the value.
            </summary>
            <value>
            The size of the value.
            </value>
        </member>
        <member name="P:Sitecore.Data.FieldList.FieldListDebugView.Items">
            <summary>
            Gets the debug view of the collection.
            <para>Allows debugger so simplify</para>
            </summary>
            <value>
            The items.
            </value>
        </member>
        <member name="T:Sitecore.Data.Fields.CheckboxField">
            <summary>
            Represents a Checkbox field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.CheckboxField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.CheckboxField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CheckboxField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.CheckboxField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.CheckboxField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.CheckboxField.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Fields.CheckboxField"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Data.Fields.CustomCustomField">
            <summary>
            Defines the custom custom field class.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.CustomCustomField.customField">
            <summary>
            The custom field implementation.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.CustomCustomField.isResolved">
            <summary>
            Determines if the custom field has been resolved.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.CustomCustomField"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.LinkField"/> instance.
            </summary>
            <param name="innerField">
            Inner field.
            </param>
            <contract><requires name="innerField" condition="none"/></contract>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.CustomCustomField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <param name="runtimeValue">
            The runtime value.
            </param>
        </member>
        <member name="P:Sitecore.Data.Fields.CustomCustomField.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <param name="newLink">
            The new link.
            </param>
            <contract><requires name="itemLink" condition="not null"/><requires name="newLink" condition="not null"/></contract>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <contract><requires name="itemLink" condition="not null"/></contract>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">
            The link.
            </param>
            <contract><requires name="itemLink" condition="not null"/></contract>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">
            The result.
            </param>
            <contract><requires name="result" condition="not null"/></contract>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.CustomCustomField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LinkField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomCustomField.GetCustomField">
            <summary>
            Gets the custom field.
            </summary>
            <returns>The custom field.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.CustomField">
            <summary>
            Defines the basic functionality of a custom field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.CustomField._hasRuntimeValue">
            <summary>
            Marks the field as containing a custom runtime value instead of modifying the field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.CustomField._innerField">
            <summary>
            Reference to the field being wrapped.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.CustomField._runtimeValue">
            <summary>
            Runtime value when it is defined.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.CustomField"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.CustomField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.CustomField"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.CustomField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="P:Sitecore.Data.Fields.CustomField.InnerField">
            <summary>
            Gets the inner field.
            </summary>
            <value>The inner field.</value>
            <remarks>The Inner Field propertu points to the original <see cref="T:Sitecore.Data.Fields.Field"/>
            that is being wrapped by this class.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.CustomField.RuntimeValue">
            <summary>
            Gets or sets the runtime value.
            </summary>
            <value>
            The runtime value.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.CustomField.Value">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.GetWebEditButtons(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the web edit buttons. This static overload used for Fields which type is not listed in FieldTypes.config.
            </summary>
            <param name="field">The field.</param>
            <returns>The web edit buttons.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.GetWebEditButtons">
            <summary>
            Gets the web edit buttons.
            </summary>
            <returns>The web edit buttons.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns>The database.</returns>
            <contract>
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.GetFieldTypeWebEditButtons(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field type web edit buttons.
            </summary>
            <param name="field">The field.</param>
            <returns>The web edit buttons</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.CustomField.GetFieldWebEditButtons(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field web edit buttons.
            </summary>
            <param name="field">The field.</param>
            <returns>The web edit buttons</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.DatasourceField">
            <summary>
            Represents a Datasource field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.DatasourceField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.DatasourceField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.DatasourceField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.DatasourceField"/> class.
            </summary>
            <param name="innerField">The inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.DatasourceField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.DatasourceField">
            <summary>
            Performs an implicit conversion from <see cref="T:Sitecore.Data.Fields.Field"/> to <see cref="T:Sitecore.Data.Fields.DatasourceField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The result of the conversion.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DatasourceField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.Fields.DateField">
            <summary>
            Represents a Date field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.DateField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.DateField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.DateField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.DateField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.DateField"/>
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.DateField.DateTime">
            <summary>
            Gets the value as a <see cref="T:System.DateTime"/>, expressed as UTC.
            </summary>
            <value>The date time, expressed as UTC.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.DateField.ToString">
            <summary>
            Formats the value as a string.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Fields.DefaultFieldTypeManager">
            <summary>
            Represents the Field Type Manager.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.DefaultFieldTypeManager.lockObject">
            <summary>The lock object.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.DefaultFieldTypeManager.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.DefaultFieldTypeManager.fieldTypes">
            <summary>The field types.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.DefaultFieldTypeManager.fieldTypeIds">
            <summary>The _field type ids.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.DefaultFieldTypeManager.log">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.DefaultFieldTypeManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="log">The logger.</param>
        </member>
        <member name="P:Sitecore.Data.Fields.DefaultFieldTypeManager.FieldTypes">
            <summary>
            Gets or sets the field types.
            </summary>
            <value>The field types.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.DefaultFieldTypeManager.FieldTypeIds">
            <summary>
            Gets the field type ids.
            </summary>
            <value>The field type ids.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetDefaultFieldTypeItem">
            <summary>
            Gets the type of the default field.
            </summary>
            <returns>The default field type.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetField(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field.
            </summary>
            <param name="field">The field.</param>
            <returns>The custom field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetField(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Gets the field.
            </summary>
            <param name="field">The field.</param>
            <param name="runtimeValue">Runtime value.</param>
            <returns>The custom field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetFieldType(System.String)">
            <summary>
            Gets the type of the field.
            </summary>
            <param name="name">The name.</param>
            <returns>The <see cref="T:Sitecore.Data.Fields.FieldType"/>.</returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetTemplateFieldItem(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the template field item.
            </summary>
            <param name="field">The field.</param>
            <returns>The template field item.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetFieldTypeItem(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field type item.
            </summary>
            <param name="field">The field.</param>
            <returns>The field type item.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetFieldTypeItem(System.String)">
            <summary>
            Gets the field type item.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <returns>The field type item.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.GetFieldTypeIds(Sitecore.Collections.SafeDictionary{System.String,Sitecore.Data.ID},Sitecore.Data.Items.Item)">
            <summary>
            Gets the field type paths.
            </summary>
            <param name="paths">The paths.</param>
            <param name="item">The item.</param>
            <contract>
              <requires name="paths" condition="not null" />
              <requires name="item" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.DefaultFieldTypeManager.LoadFieldTypeIds">
            <summary>
            Loads the field type ids from database.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Fields.DelimitedField">
            <summary>
            Defines the basic functionality of a field type where the value
            is a delimited string.</summary>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.#ctor(Sitecore.Data.Fields.Field,System.Char)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.DelimitedField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <param name="separator">Separator.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.DelimitedField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.DelimitedField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.DelimitedField.Item(System.Int32)">
            <summary>
            Gets the value at the specified index.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.DelimitedField.Count">
            <summary>
            Gets the count of items in this field.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.DelimitedField.Items">
            <summary>
            Gets an array of values..
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.DelimitedField.List">
            <summary>
            Gets the value a as <see cref="T:Sitecore.Text.ListString"/>.
            </summary>
            <value>The list.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.Add(System.String)">
            <summary>
            Adds the specified item.
            </summary>
            <param name="item">Item.</param>
            <returns>The add.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.Add(System.String,System.Boolean)">
            <summary>
            Adds the specified item.
            </summary>
            <param name="item">Item.</param>
            <param name="includeBlank">Include blank.</param>
            <returns>The add.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.CharIndexOf(System.String)">
            <summary>
            Gets the index of an item in the value.
            </summary>
            <param name="item">Item.</param>
            <returns>The index of.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.Contains(System.String)">
            <summary>
            Determines if the specified item is present in the value.
            </summary>
            <param name="item">Item.</param>
            <returns>
                <c>true</c> if [contains] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.GetEnumerator">
            <summary>
            Gets an enumerator.
            </summary>
            <returns>The enumerator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.IndexOf(System.String)">
            <summary>
            Get the index of an item.
            </summary>
            <param name="item">Item.</param>
            <returns>
            The index position of the item if the item is found, or -1 if it is not.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.Remove(System.String)">
            <summary>
            Removes the specified item.
            </summary>
            <param name="item">Item.</param>
            <returns>The remove.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.Replace(System.String,System.String)">
            <summary>
            Replaces the specified item.
            </summary>
            <param name="item">Item.</param>
            <param name="with">With.</param>
            <returns>The replace.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.ToString">
            <summary>
            Gets the value.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.DelimitedField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Data.Fields.FieldComparer">
            <summary>
            Field comparer
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldComparer.Compare(Sitecore.Data.Fields.Field,Sitecore.Data.Fields.Field)">
            <summary>
            Compares the specified field1.
            </summary>
            <param name="field1">Field1.</param>
            <param name="field2">Field2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldComparer.CompareFields(Sitecore.Data.Fields.Field,Sitecore.Data.Fields.Field)">
            <summary>
            Compares two fields.
            </summary>
            <param name="field1">The field1.</param>
            <param name="field2">The field2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldComparer.CompareSections(Sitecore.Data.Fields.Field,Sitecore.Data.Fields.Field)">
            <summary>
            Compares two sections.
            </summary>
            <param name="field1">The field1.</param>
            <param name="field2">The field2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldComparer.CompareSections(System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Compares the sections.
            </summary>
            <param name="sectionSortorder1">The section sortorder1.</param>
            <param name="sectionSortorder2">The section sortorder2.</param>
            <param name="section1">The section1.</param>
            <param name="section2">The section2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldComparer.CompareFields(System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Compares the fields.
            </summary>
            <param name="sortorder1">The sortorder1.</param>
            <param name="sortorder2">The sortorder2.</param>
            <param name="fieldName1">The field name1.</param>
            <param name="fieldName2">The field name2.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Fields.Field">
            <summary>
            Represents a field in an <see cref="P:Sitecore.Data.Fields.Field.Item"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.GetFieldValuePipelineName">
            <summary>
            The name for 'get field value' pipeline.
            <para>Default value: 'getFieldValue'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.GetFieldLabelPipelineName">
            <summary>
            The name for 'get field label' pipeline.
            <para>Default value: 'getFieldLabel'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.NonTranslateableFieldIDs">
            <summary>
            An array of system non-shared fields that should not be translated:
            <para>Created, CreateBy, Updated, UpdatedBy, ValiedFrom, ValidTo, Lock, Revision,
            WorkflowState, ReminderDate, ReminderRecipients, ReminderText, HideVersion and Owner.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.AllowStandardValuesForSharedLanguageFallbackSettingValue">
            <summary>
            The value of 'LanguageFallback.AllowStandardValuesForSharedLanguageFallback' setting.
            <para>Default value: false</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.fieldId">
            <summary>
            The field id.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.item">
            <summary>
            The item owner.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.containsStandardValue">
            <summary>
            The contains standard value.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.inheritsValueFromOriginalItem">
            <summary>
            The indicator whether item owner is a clone item and field inherits value from another item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.resetBlank">
            <summary>
            The reset blank.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.Field.uniqueId">
            <summary>
            The unique id.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.AllowStandardValuesForSharedLanguageFallback">
            <summary>
            The indicator whether Standard Values inheritance is allowed for EnableSharedLanguageFallback field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.#ctor(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.Field"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.Field"/> instance.
            </summary>
            <param name="fieldID">
            The field Id.
            </param>
            <param name="ownerItem">
            Owner item.
            </param>
            <exception cref="T:System.ArgumentNullException">
            <c>fieldId</c> or <c>ownerItem</c> was null.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.#ctor(Sitecore.Data.ID,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.Field"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.Field"/> instance.
            </summary>
            <param name="fieldID">
            The field Id.
            </param>
            <param name="ownerItem">
            Owner item.
            </param>
            <param name="allowStandardValuesForSharedLanguageFallback">
            The indicator whether Standard Values inheritance is allowed for EnableSharedLanguageFallback field.
            </param>
            <exception cref="T:System.ArgumentNullException">
            <c>fieldId</c> or <c>ownerItem</c> was null.
            </exception>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.CanRead">
            <summary>
            Gets a value indicating whether this field can be read by the <see cref="P:Sitecore.Context.User"/>.
            </summary>
            <value><c>true</c> if this field can be read; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.CanWrite">
            <summary>
            Gets a value indicating whether this field can be written to by the <see cref="P:Sitecore.Context.User"/>.
            </summary>
            <value>
              <c>true</c> if this field can be written to; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ContainsStandardValue">
            <summary>
            Gets a value indicating whether [contains standard value].
            </summary>
            <value>
                <c>true</c> if [contains standard value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ContainsFallbackValue">
            <summary>
            Gets a value indicating whether field contains fallback value.
            </summary>
            <value>
            <c>true</c> if field contains fallback value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.IsValidForLanguageFallback">
            <summary>
            Gets a value indicating whether language fallback value should be taken into account while getting the field value.
            </summary>
            <value>
            <c>true</c> if language fallback value should be taken into account while getting the field value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.InheritsValueFromOtherItem">
            <summary>
            Gets a value indicating whether the current
            <see cref="P:Sitecore.Data.Fields.Field.Value">Value</see> is inherited from other item (ie. it has been retrieved from the some other item but not
            from the standard values).
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Data.Fields.Field"/> contains the inherited value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.FallbackValueSource">
            <summary>
            Gets or sets the fallback value source.
            </summary>
            <value>
            The fallback value source.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.InnerItem">
            <summary>
            Gets the inner item.
            </summary>
            <value>
            The inner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Definition">
            <summary>
            Gets the definition.
            </summary>
            <value>The definition.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The name of the display.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.SectionDisplayName">
            <summary>
            Gets the display name for section <see cref="M:Sitecore.Data.Fields.Field.GetSectionDisplayName(Sitecore.Globalization.Language)"/> for <see cref="P:Sitecore.Context.Language"/>.
            </summary>
            <value>The display name of the section.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.HasBlobStream">
            <summary>
            Gets a value indicating whether this field instance has a value.
            </summary>
            <value><c>true</c> if this instance has value; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.HasValue">
            <summary>
            Gets a value indicating whether this field instance has a value.
            </summary>
            <value><c>true</c> if this instance has value; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.HelpLink">
            <summary>
            Gets the help link.
            </summary>
            <value>The help link.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ID">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID"/>.
            </summary>
            <value>The field Id.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.InheritedValue">
            <summary>
            Gets the inherited value.
            </summary>
            <value>The inherited value.</value>
            <remarks>If the field does not have a value, the value is
            fetched from the owning items template.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.IsBlobField">
            <summary>
            Gets a value indicating whether this instance is a BLOB field.
            </summary>
            <value>
              <c>true</c> if this instance is a BLOB field; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.IsModified">
            <summary>
            Gets a value indicating whether this field is modified.
            </summary>
            <value><c>true</c> if this field is modified; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Item">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/>.
            </summary>
            <value>The field owner item.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The field key.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.SharedLanguageFallbackEnabled">
            <summary>
            Gets the name of field.
            </summary>
            <value>The field name.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Name">
            <summary>
            Gets the name of field.
            </summary>
            <value>The field name.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ResetBlank">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Fields.Field"/> should
            be reset if its value is blank.
            </summary>
            <value>
              <c>true</c> if 'reset blank' has been set on the field definition
            in the template; otherwise, <c>false</c>.
            </value>
            <remarks>When a field is reset, it will again reflect the default
            value from the template.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Section">
            <summary>
            Gets the section name.
            </summary>
            <value>The section.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.SectionNameByUILocale">
            <summary>
            Gets the section display name for <see cref="P:Sitecore.Context.Language"/>.
            <para>Calls <see cref="M:Sitecore.Data.Fields.Field.GetSectionDisplayName(Sitecore.Globalization.Language)"/> with context language.</para>
            </summary>
            <value>The section name by UI locale.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.SectionSortorder">
            <summary>
            Gets the section sortorder.
            </summary>
            <value>The section sortorder.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Shared">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Fields.Field"/> is shared.
            </summary>
            <value><c>true</c> if shared; otherwise, <c>false</c>.</value>
            <remarks>A shared field has the same value regardless of language and item version.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ShouldBeTranslated">
            <summary>
            Gets a value indicating whether a field is eligable for translation.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Data.Fields.Field"/> should be translated; otherwise, <c>false</c>.
            </value>
            <remarks>Most fields that are not shared should be translated. However the
            followed shared system fields should not be translated:
            Created, CreateBy, Updated, UpdatedBy, ValiedFrom, ValidTo, Lock, Revision,
            WorkflowState, ReminderDate, ReminderRecipients, ReminderText and HideVersion.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Sortorder">
            <summary>
            Gets the field sortorder.
            </summary>
            <value>The sortorder.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Style">
            <summary>
            Gets the CSS style.
            </summary>
            <value>The style.</value>
            <remarks>The CSS style is used in the client.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ToolTip">
            <summary>
            Gets the tool tip.
            </summary>
            <value>The tool tip.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Translatable">
            <summary>
            Gets a value indicating whether a field can be translated.
            </summary>
            <value><c>true</c> if translatable; otherwise, <c>false</c>.</value>
            <remarks>The Field types Text, Memo, Html, Rich Text are translatable.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Type">
            <summary>
            Gets the type.
            </summary>
            <value>The field type.</value>
            <remarks>The field types are located in /sitecore/system/Field types.</remarks>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.TypeKey">
            <summary>
            Gets the type key.
            </summary>
            <value>The type key.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Unversioned">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Fields.Field"/> is unversioned.
            </summary>
            <value><c>true</c> if unversioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Validation">
            <summary>
            Gets the validation regular expression.
            </summary>
            <value>The validation.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ValidationText">
            <summary>
            Gets the localized validation text for <see cref="P:Sitecore.Context.Language"/> to be shown when field validation failed.
            <para>Calls <see cref="M:Sitecore.Data.Fields.Field.GetLocalizedValidationText(Sitecore.Globalization.Language)"/> with context language.</para>
            </summary>
            <value>The validation text.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.AuthorizationManager">
            <summary>
            Gets the authorization manager.
            </summary>
            <value>
            The authorization manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.ItemManager">
            <summary>
            Gets the item manager.
            <para>Used for manipulations with blob stream field values - extracting, and saving.</para>
            </summary>
            <value>
            The item manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.TemplateManager">
            <summary>
            Gets the template manager.
            </summary>
            <value>
            The template manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.StandardValuesManager">
            <summary>
            Gets the standard values manager.
            </summary>
            <value>
            The standard values manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.CorePipelineManager">
            <summary>
            Gets the core pipeline manager.
            </summary>
            <value>
            The core pipeline manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.GetFieldValuePipeline">
            <summary>
            Gets the get field value pipeline.
            </summary>
            <value>
            The get field value pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.Field.GetFieldLabelPipeline">
            <summary>
            Gets the get field label pipeline.
            </summary>
            <value>
            The get field label pipeline.
            </value>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetBlobStream">
            <summary>
            Gets the BLOB stream associated with the field.
            </summary>
            <returns>
            The BLOB stream.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetStandardValue">
            <summary>
            Gets the standard value for the field.
            </summary>
            <returns>
            The standard value for the field if it has one. Otherwise, null is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetInheritedValue">
            <summary>
            Gets the inherited value.
            </summary>
            <returns>The inherited value.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetInheritedValue(System.Boolean)">
            <summary>
            Gets the inherited value.
            </summary>
            <param name="allowStandardValue">if set to <c>true</c> allow standard value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetLabel(System.Boolean)">
            <summary>
            Gets the field label indicating the source type of the field value.
            </summary>
            <param name="showFieldSharingLabels">if set to <c>true</c> show field sharing labels.</param>
            <returns>
            The field label.
            </returns>
            <example>
            <code>
            shared
            unversioned
            shared, standard value
            shared, original value
            unversioned, standard value
            unversioned, shared, standard value
            fallback value (English)
            fallback standard value (English)
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetValue(System.Boolean)">
            <summary>
            Gets the current value of the field.
            </summary>
            <remarks>
            <para>
            This is similar to calling <see cref="P:Sitecore.Data.Fields.Field.Value"/> with
              the important difference that this method supports <c>null</c> values.
            </para>
            <para>
            If the field contains no data, null will be returned.
              Calling <see cref="P:Sitecore.Data.Fields.Field.Value"/> in the same case will yield
              <see cref="F:System.String.Empty"/>
            </para>
            </remarks>
            <param name="allowStandardValue">
            Indicates if an standard value should be returned
            if the field itself does not contain any data.
            </param>
            <returns>
            The get value.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetValue(System.Boolean,System.Boolean)">
            <summary>
            Gets the current value of the field.
            </summary>
            <param name="allowStandardValue">
            Indicates if an standard value should be returned
            if the field itself does not contain any data.
            </param>
            <param name="allowDefaultValue">
            if set to <c>true</c> this instance is allow default value.
            </param>
            <returns>
            The get value.
            </returns>
            <remarks>
            <para>
            This is similar to calling <see cref="P:Sitecore.Data.Fields.Field.Value"/> with
            the important difference that this method supports <c>null</c> values.
            </para>
            <para>
            If the field contains no data, null will be returned.
            Calling <see cref="P:Sitecore.Data.Fields.Field.Value"/> in the same case will yield
            <see cref="F:System.String.Empty"/>
            </para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetValue(System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Gets the current value of the field.
            </summary>
            <param name="allowStandardValue">Indicates if an standard value should be returned
            if the field itself does not contain any data.</param>
            <param name="allowDefaultValue">if set to <c>true</c> this instance allows default value.</param>
            <param name="allowFallbackValue">if set to <c>true</c> this instance allows fallback value.</param>
            <returns>
            The get value.
            </returns>
            <remarks>
            <para>
            This is similar to calling <see cref="P:Sitecore.Data.Fields.Field.Value" /> with
            the important difference that this method supports <c>null</c> values.
            </para>
            <para>
            If the field contains no data, null will be returned.
            Calling <see cref="P:Sitecore.Data.Fields.Field.Value" /> in the same case will yield
            <see cref="F:System.String.Empty" /></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetValue(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Gets the current value of the field.
            </summary>
            <param name="allowStandardValue">Indicates if an standard value should be returned
            if the field itself does not contain any data.</param>
            <param name="allowDefaultValue">if set to <c>true</c> this instance allows default value.</param>
            <param name="allowFallbackValue">if set to <c>true</c> this instance allows fallback value.</param>
            <param name="allowInheritValue">if set to <c>true</c> this instance allows inherit value.</param>
            <returns>
            The get value.
            </returns>
            <remarks>
            <para>
            This is similar to calling <see cref="P:Sitecore.Data.Fields.Field.Value" /> with
            the important difference that this method supports <c>null</c> values.
            </para>
            <para>
            If the field contains no data, null will be returned.
            Calling <see cref="P:Sitecore.Data.Fields.Field.Value" /> in the same case will yield
            <see cref="F:System.String.Empty" /></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetValue(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Gets the current value of the field.
            </summary>
            <param name="allowStandardValue">Indicates if an standard value should be returned
            if the field itself does not contain any data.</param>
            <param name="allowDefaultValue">if set to <c>true</c> this instance allows default value.</param>
            <param name="allowFallbackValue">if set to <c>true</c> this instance allows fallback value.</param>
            <param name="allowInheritValue">if set to <c>true</c> this instance allows inherit value.</param>
            <param name="allowInnerValue">if set to <c>true</c> this instance allows inner value.</param>
            <returns>
            The get value.
            </returns>
            <remarks>
            <para>
            This is similar to calling <see cref="P:Sitecore.Data.Fields.Field.Value" /> with
            the important difference that this method supports <c>null</c> values.
            </para>
            <para>
            If the field contains no data, null will be returned.
            Calling <see cref="P:Sitecore.Data.Fields.Field.Value" /> in the same case will yield
            <see cref="F:System.String.Empty" /></para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.SetBlobStream(System.IO.Stream)">
            <summary>
            Sets the BLOB stream associated with the field.
            </summary>
            <param name="stream">
            The stream.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.SetValue(System.String,System.Boolean)">
            <summary>
            Sets the value of the field.
            </summary>
            <remarks>
            <para>
            This is similar to calling <see cref="P:Sitecore.Data.Fields.Field.Value"/> with
              the important difference that this method accepts <c>null</c> values.
            </para>
            <para>
            Passing <c>null</c> in the <c>value</c> parameter will
              indicate that the field will be physically removed from the
              database (rather than just being set equal to <see cref="F:System.String.Empty"/>)
            </para>
            </remarks>
            <param name="value">
            The new value of the field.
            </param>
            <param name="force">
            Normally, the field value will not be
            updated if the new value equals the old one. If <c>force</c>
            is <c>true</c>, then the field value will always be updated
            (and therefore written to the database).
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetSourceItem">
            <summary>
            Calculates the source item to get field value from.
            </summary>
            <returns>The source item.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.IsNewValue(System.String)">
            <summary>
            Determines whether the specified value is different from the existing value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            <c>true</c> if the specified value is different from the existing value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.SetBlobStream(System.IO.Stream,System.Guid)">
            <summary>
            Sets the BLOB stream associated with the field (and assigns it a specific blob id).
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="blobId">
            The blob id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.CanUserWrite(Sitecore.Security.Accounts.User)">
            <summary>
            Determines whether this field can be written to by specific user.
            <para>Both <see cref="P:Sitecore.Security.AccessControl.AccessRight.FieldWrite"/>, and <see cref="M:Sitecore.Security.AccessControl.ItemAccess.CanWrite"/> are needed to allow user write.</para>
            <para><see cref="M:Sitecore.Security.AccessControl.ItemAccess.CanAdmin"/> is required in case security-related field is checked.</para>
            </summary>
            <param name="user">The user to be tested.</param>
            <returns>
              <c>true</c> if user has write access to this field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.CanUserRead(Sitecore.Security.Accounts.User)">
            <summary>
            Determines whether this field can be read by the specified user.
            </summary>
            <param name="user">The user.</param>
            <returns>
              <c>true</c> if this field value can be read by the specified user; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetSectionDisplayName(Sitecore.Globalization.Language)">
            <summary>
            Gets the display name of the section for specified language.
            </summary>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetLocalizedValidationText(Sitecore.Globalization.Language)">
            <summary>
            Gets the localized validation text that is displayed if the <see cref="P:Sitecore.Data.Fields.Field.Validation"/> regular expression fails.
            </summary>
            <param name="language">The language.</param>
            <returns>The validation text.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetTemplateField">
            <summary>
            Gets the template field.
            </summary>
            <returns>
            The template field.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.Reset">
            <summary>
            Resets the field.
            </summary>
            <remarks>
            Equivalent to setting the field value to <c>null</c>.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.ToString">
            <summary>
            Gets the value of the field.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.GetUniqueId">
            <summary>
            Gets a unique id.
            </summary>
            <returns>
            The get unique id.
            </returns>
            <remarks>
            <para>
            The id must be unique enough to be used in a global cache.
            </para>
            <para>
            For example, an <see cref="P:Sitecore.Data.Fields.Field.Item"/> might implement this as <c>Database.Name + ID</c>.
            </para>
            <para>
            The resulting key used by <see cref="P:Sitecore.Data.Fields.Field.Item"/> might therefore be <c>typeof(Item).FullName + divider + Database.Name + ID</c>.
            </para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.Field.Compare(Sitecore.Data.Fields.Field,Sitecore.Data.Fields.Field)">
            <summary>
            Compares the specified fields.
            </summary>
            <param name="field1">
            Field1.
            </param>
            <param name="field2">
            Field2.
            </param>
            <returns>
            The compare.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Fields.FieldType">
            <summary>Represents a FieldType.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FieldType.name">
            <summary>The _name.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FieldType.type">
            <summary>The _type.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FieldType.resizable">
            <summary>The _resizable.</summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldType.#ctor(System.Xml.XmlNode)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.FieldType"/> class.</summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldType.#ctor(System.String,System.Type,System.Boolean,System.Boolean)">
            <summary> Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.FieldType"/> class. </summary>
            <param name="fieldTypeName">The FieldType name.</param>
            <param name="fieldType">The FieldType type.</param>
            <param name="isBlob">The value of blob.</param>
            <param name="isResizable">The value of resizable.</param>
        </member>
        <member name="P:Sitecore.Data.Fields.FieldType.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FieldType.Resizable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Fields.FieldType"/> is resizable.
            </summary>
            <value><c>true</c> if resizable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FieldType.Type">
            <summary>
            Gets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FieldType.IsBlob">
            <summary>
            Gets a value indicating whether the field type describes a BLOB field.
            </summary>
            <value><c>true</c> if this instance describes a BLOB field; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldType.GetField(Sitecore.Data.Fields.Field)">
            <summary>Gets the field.</summary>
            <param name="field">The field.</param>
            <returns>The field.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.FieldTypeManager">
            <summary>
            Represents the Field Type Manager.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FieldTypeManager.Instance">
            <summary>The Instance.Value.</summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Data.Fields.FieldTypeManager"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.Clear">
            <summary>
            Clears this Instance.Value.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetDefaultFieldTypeItem">
            <summary>
            Gets the type of the default field.
            </summary>
            <returns>The default field type.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetField(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field.
            </summary>
            <param name="field">The field.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetField(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Gets the field.
            </summary>
            <param name="field">The field.</param>
            <param name="runtimeValue">Runtime value.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetFieldType(System.String)">
            <summary>
            Gets the type of the field.
            </summary>
            <param name="name">The name.</param>
            <returns>The <see cref="T:Sitecore.Data.Fields.FieldType"/>.</returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetTemplateFieldItem(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the template field item.
            </summary>
            <param name="field">The field.</param>
            <returns>The template field item.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetFieldTypeItem(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field type item.
            </summary>
            <param name="field">The field.</param>
            <returns>The field type item.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldTypeManager.GetFieldTypeItem(System.String)">
            <summary>
            Gets the field type item.
            </summary>
            <param name="fieldType">Type of the field.</param>
            <returns>The field type item.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.FieldUtil">
            <summary>
            The field util.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FieldUtil.EmailValidationMarker">
            <summary>
            Well-known value that redirects validation pattern to <see cref="P:Sitecore.Data.Fields.FieldUtil.FallbackEmailRegexPattern"/> value.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.FieldUtil.FallbackEmailRegexPattern">
            <summary>
            Gets the email fallback pattern.
            <para>Uses <see cref="P:Sitecore.Configuration.Settings.EmailValidation"/> setting if defined; fallbacks to <see cref="F:Sitecore.Constants.EmailRegExp"/> otherwise.</para>
            </summary>
            <value>
            The email fallback pattern.
            </value>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldUtil.GetFieldRegexValidationError(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Gets field regex validation error.
            </summary>
            <param name="field">The field that should be validated, and carries validation pattern.</param>
            <param name="valueToValidate">The value to validate.</param>
            <returns>
            <c>string.Empty</c> in case no validation errors; validation error text otherwise.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Fields.FieldValueHelper">
            <summary>
            Provides methods to get a value of the specified field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FieldValueHelper.GetValueForUI(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field value to show on UI.
            </summary>
            <param name="field">The field object.</param>
            <returns>The field value to show on UI.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.FileDropAreaField">
            <summary>
            File Drop Area Field helper.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FileDropAreaField.SystemFolderLocation">
            <summary>
            System folder location.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FileDropAreaField.SystemFolderName">
            <summary>
            System folder name.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.FileDropAreaField"/> class.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.FileDropAreaField"/> class.
            </summary>
            <param name="innerField">The inner field.</param>
            <param name="value">The value.</param>
        </member>
        <member name="P:Sitecore.Data.Fields.FileDropAreaField.UseUniqueMediaFolder">
            <summary>
            Gets or sets a value indicating whether each field must use unique media folder.
            </summary>
            <value>
              <c>true</c> if the field must use unique media folder; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.FileDropAreaField.MediaFolder">
            <summary>
            Gets the root of the media collection.
            </summary>
            <value>The root for the media collection.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FileDropAreaField.MediaFolderID">
            <summary>
            Gets the root media item ID of the media collection.
            </summary>
            <value>The root media folder ID.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FileDropAreaField.HashEncryptionProvider">
            <summary>
            Gets or sets the hash encryption provider.
            </summary>
            <value>
            The hash encryption provider.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.FileDropAreaField.UniqueID">
            <summary>
            Gets or sets the unique ID.
            </summary>
            <value>The unique ID.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FileDropAreaField.MediaID">
            <summary>
            Gets or sets the media ID attribute value.
            </summary>
            <value>The media ID attribute value.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.FileDropAreaField">
            <summary>
            Performs an implicit conversion from <see cref="T:Sitecore.Data.Fields.Field"/> to <see cref="T:Sitecore.Data.Fields.FileDropAreaField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The result of the conversion.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.ChangeMediaFolder(Sitecore.Data.Items.Item)">
            <summary>
            Changes the media folder for the field.
            </summary>
            <param name="item">The media folder.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GetMediaItems">
            <summary>
            Gets the media items.
            </summary>
            <returns>The media items referred by the field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.ClearMediaItems">
            <summary>
            Removes all associated media items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.Clear">
            <summary>
            Clears the field value.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The validation result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item link.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GetCreateMediaFolder(System.Boolean@)">
            <summary>
            Gets the create media folder.
            </summary>
            <param name="modified">if set to <c>true</c> [modified].</param>
            <returns>The media folder.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GetCreateMediaFolderPath(System.Boolean@)">
            <summary>
            Gets or creates media folder path.
            </summary>
            <param name="modified">if set to <c>true</c> [modified].</param>
            <returns>The Media folder path.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GetRoot">
            <summary>
            Gets the root.
            </summary>
            <returns>The Root Media folder.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GetMediaFolderPath">
            <summary>
            Gets the media folder path.
            </summary>
            <returns>The media folder path.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.HasOwnMediaFolder">
            <summary>
            Determines whether field has own media folder.
            </summary>
            <returns>
              <c>true</c> if the field has own media folder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GenerateMediaFolderPath(System.String,System.String)">
            <summary>
            Generates the media folder path.
            </summary>
            <param name="systemLocation">The system location.</param>
            <param name="key">The item ID.</param>
            <returns>The location of Media folder.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.GetKey">
            <summary>
            Gets the key.
            </summary>
            <returns>The unique key.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.SetRootFolder(Sitecore.Data.ID)">
            <summary>
            Sets the root folder.
            </summary>
            <param name="id">The root ID.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.FileDropAreaField.CreateRootFolder(System.String)">
            <summary>
            Creates the root folder.
            </summary>
            <param name="path">The root folder path.</param>
            <returns>The Root folder.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.FileField">
            <summary>
            Represents an Image field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FileField.mediaDatabase">
            <summary>
            The media database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FileField.mediaLanguage">
            <summary>
            The media language.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.FileField.mediaVersion">
            <summary>
            The media version.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.FileField"/> class.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.FileField"/> class.
            </summary>
            <param name="innerField">The inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
            <contract>
              <requires name="innerField" condition="none" />
              <requires name="runtimeValue" condition="none" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.FileField.MediaDatabase">
            <summary>
            Gets or sets the database containing the the media.
            </summary>
            <value>
            The media database.
            </value>
            <contract>
              <requires name="value" condition="not null"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.FileField.MediaLanguage">
            <summary>
            Gets or sets the language of the media item to use.
            </summary>
            <value>The media language.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.FileField.MediaID">
            <summary>
            Gets or sets the ID of the media item.
            </summary>
            <value>The media ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.FileField.MediaItem">
            <summary>
            Gets the media item.
            </summary>
            <value>The media item.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.FileField.MediaVersion">
            <summary>
            Gets or sets the version of the media item to use.
            </summary>
            <value>The media version.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.FileField.Src">
            <summary>
            Gets or sets the source path.
            </summary>
            <value>The source.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.FileField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.FileField"/>.
            </summary>
            <param name="field">Base field.</param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="newLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">The link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.FileField.FixSrc(System.String)">
            <summary>
            Fixes the source.
            </summary>
            <param name="src">The source.</param>
            <returns>The fixed source.</returns>
            <contract>
              <requires name="src" condition="none"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Data.Fields.GroupedDroplinkField">
            <summary>
            Represents a Group Droplink field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.GroupedDroplinkField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.GroupedDroplinkField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.GroupedDroplinkField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.GroupedDroplinkField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.GroupedDroplinkField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.GroupedDroplistField">
            <summary>
            Represents a Lookup field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.GroupedDroplistField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LookupField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.GroupedDroplistField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.GroupedDroplistField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LookupField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.GroupedDroplistField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Data.Fields.HtmlField">
            <summary>
            Represents an Html field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.HtmlField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.HtmlField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.HtmlField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.GetPlainText">
            <summary>
            Gets the plain text.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.TightenRelativeImageLinks(System.String)">
            <summary>
            Tightens the relative image links.
            </summary>
            <param name="html">The HTML.</param>
            <returns>
            The relative image links.
            </returns>
            <contract>
              <requires name="html" condition="not empty"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.GetWebEditButtons">
            <summary>
            Gets the web edit buttons.
            </summary>
            <returns>The web edit buttons.</returns>
            <contract>
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="newLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.MediaEvaluator(System.Text.RegularExpressions.Match)">
            <summary>
            Evaluates the image tag.
            </summary>
            <param name="match">The match.</param>
            <returns>The result.</returns>
            <contract>
              <requires name="match" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.MediaEvaluator2(System.Text.RegularExpressions.Match)">
            <summary>
            Evaluates the image tag.
            </summary>
            <param name="match">The match.</param>
            <returns>The result.</returns>
            <contract>
              <requires name="match" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.AddLink(Sitecore.Links.LinksValidationResult,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds the link.
            </summary>
            <param name="result">The result.</param>
            <param name="targetItem">The target item.</param>
            <param name="targetPath">The target path.</param>
            <contract>
              <requires name="result" condition="not null"/>
              <requires name="targetItem" condition="none"/>
              <requires name="targetPath" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.ReplaceUrlPath(System.String,System.String)">
            <summary>
            Replaces the URL.
            </summary>
            <param name="oldHref">The old href attribute.</param>
            <param name="newHref">The new href attribute.</param>
            <returns>
            The URL.
            </returns>
            <contract>
              <requires name="oldHRef" condition="not null"/>
              <requires name="newHRef" condition="not null"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.AddMediaLink(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlNode)">
            <summary>
            Adds the media link.
            </summary>
            <param name="result">The result.</param>
            <param name="node">The node.</param>
            <contract>
              <requires name="result" condition="not null"/>
              <requires name="node" condition="not null"/>
              </contract>
            <remarks>
            Supports the following formats:
            http://host/~media/images/image.png
            http://host/~media/images/image.png?w=100
            http://host/~media/FA054FDE343BE033.png // short ID
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.GetMediaPrefixes">
            <summary>
            Gets the media prefixes.
            </summary>
            <returns>The list of media prefixes.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.AddMediaLinks(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Adds the media links.
            </summary>
            <param name="result">The result.</param>
            <param name="document">The document.</param>
            <contract>
              <requires name="result" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.AddTextLink(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlNode)">
            <summary>
            Adds the text link.
            </summary>
            <param name="result">The result.</param>
            <param name="node">The node.</param>
            <contract>
              <requires name="result" condition="not null"/>
              <requires name="node" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.GetLinkedToItem(System.String)">
            <summary>
            Gets the linked to item.
            </summary>
            <param name="href">The href.</param>
            <returns>The linked to item.</returns>
            <contract>
              <requires name="href" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.AddTextLinks(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Adds the text links.
            </summary>
            <param name="result">The result.</param>
            <param name="document">The document.</param>
            <contract>
              <requires name="result" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.RelinkMediaLinks(HtmlAgilityPack.HtmlDocument,Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the media links.
            </summary>
            <param name="document">The document.</param>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <returns>
            The media links.
            </returns>
            <contract>
              <requires name="itemLink" condition="not null"/>
              <requires name="newLink" condition="not null"/>
              <requires name="document" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.RelinkTextLink(HtmlAgilityPack.HtmlDocument,Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the text link.
            </summary>
            <param name="document">The document.</param>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <returns>The text link.</returns>
            <contract>
              <requires name="document" condition="not null" />
              <requires name="itemLink" condition="not null" />
              <requires name="newLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.RemoveTextLinks(Sitecore.Links.ItemLink,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Removes the text links.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="document">The document.</param>
            <returns>The text links.</returns>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.GetLinkedItemID(System.String)">
            <summary>
            The get linked item id.
            </summary>
            <param name="href">
            The href.
            </param>
            <returns>
            The <see cref="T:Sitecore.Data.ID"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.ParseDynamicLink(System.String)">
            <summary>
            Parses the dynamic link.
            </summary>
            <param name="href">The href.</param>
            <returns>The dinamic link</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.RemoveMediaLinks(Sitecore.Links.ItemLink,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Removes the media links.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="document">The document.</param>
            <returns>The media links.</returns>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.HtmlField.IsExternalLink(System.String)">
            <summary>
            Checks whether link points to external site.
            </summary>
            <param name="link">The link.</param>
            <returns>Value that indicates whether link points to external site.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.ImageField">
            <summary>
            Represents an Image field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.ImageField.mediaDatabase">
            <summary>
            The _media database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.ImageField.mediaItem">
            <summary>
            The _media item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.ImageField.mediaLanguage">
            <summary>
            The _media language.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.ImageField.mediaVersion">
            <summary>
            The _media version.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.ImageField"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.ImageField"/> instance.
            </summary>
            <param name="innerField">
            Inner field.
            </param>
            <contract>
              <requires name="innerField" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.ImageField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <param name="runtimeValue">
            The runtime value.
            </param>
            <contract>
              <requires name="innerField" condition="none"/>
              <requires name="runtimeValue" condition="none"/>
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.Alt">
            <summary>
            Gets or sets the Alt text.
            </summary>
            <value>The alt text.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.Border">
            <summary>
            Gets or sets the Border value.
            </summary>
            <value>The Border value.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.Class">
            <summary>
            Gets or sets the HTML class.
            </summary>
            <value>The class.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.Height">
            <summary>
            Gets or sets the height.
            </summary>
            <value>The height.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.HSpace">
            <summary>
            Gets or sets the HSpace value.
            </summary>
            <value>The HSpace value.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.IsInternal">
            <summary>
            Gets a value indicating whether the image is internal.
            </summary>
            <value><c>true</c> if the image is internal; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.LinkType">
            <summary>
            Gets or sets the link type.
            </summary>
            <value>The type of the link.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.MediaDatabase">
            <summary>
            Gets or sets the database containing the the media.
            </summary>
            <value>The media database.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.MediaID">
            <summary>
            Gets or sets the ID of the media item.
            </summary>
            <value>The media ID.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.MediaItem">
            <summary>
            Gets the media item.
            </summary>
            <value>The media item.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.MediaLanguage">
            <summary>
            Gets or sets the language of the media item to use.
            </summary>
            <value>The media language.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.MediaVersion">
            <summary>
            Gets or sets the version of the media item to use.
            </summary>
            <value>The media version.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.VSpace">
            <summary>
            Gets or sets the VSpace value.
            </summary>
            <value>The VSpace value.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.ImageField.Width">
            <summary>
            Gets or sets the width.
            </summary>
            <value>The width.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.ImageField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.ImageField"/>.
            </summary>
            <param name="field">Field to convert.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <param name="newLink">
            The new link.
            </param>
            <contract>
              <requires name="itemLink" condition="not null"/>
              <requires name="newLink" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <contract>
              <requires name="itemLink" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ImageField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">
            The result.
            </param>
            <contract>
              <requires name="result" condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Data.Fields.InternalLinkField">
            <summary>
            The internal link field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.InternalLinkField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.InternalLinkField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <param name="runtimeValue">
            The runtime value.
            </param>
        </member>
        <member name="P:Sitecore.Data.Fields.InternalLinkField.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.InternalLinkField.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>
            The path.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.InternalLinkField.TargetID">
            <summary>
            Gets the target ID.
            </summary>
            <value>
            The target ID.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.InternalLinkField.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>
            The target item.
            </value>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.InternalLinkField">
            <summary>
            Performs an implicit conversion from <see cref="T:Sitecore.Data.Fields.Field"/>
            to <see cref="T:Sitecore.Data.Fields.InternalLinkField"/>.
            </summary>
            <param name="field">
            The field.
            </param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <param name="newLink">
            The new link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.InternalLinkField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Data.Fields.ItemEventHandler">
            <summary>
            Represents an item event handler.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ItemEventHandler.OnItemAdded(System.Object,System.EventArgs)">
            <summary>
            Called when the item has added.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="sender" condition="none"/>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ItemEventHandler.OnItemAddedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item has added.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="sender" condition="none"/>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ItemEventHandler.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="sender" condition="none"/>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ItemEventHandler.OnItemDeletedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="sender" condition="none"/>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ItemEventHandler.OnItemUpdated(Sitecore.Data.Items.Item)">
            <summary>
            Called when item updated.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Data.Fields.LayoutField">
            <summary>Represents a Layout field.</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.LayoutField.EmptyValue">
            <summary>
            Specifies empty value for the layout field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.LayoutField.data">
            <summary>The data.</summary>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.#ctor(Sitecore.Data.Items.Item)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.LayoutField"/> class. Creates LayoutField from specific item.</summary>
            <param name="item">Item to get layout for.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.LayoutField" /> class. Creates LayoutField from specific item.
            </summary>
            <param name="item">Item to get layout for.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.LayoutField"/> class. Creates a new <see cref="T:Sitecore.Data.Fields.LayoutField"/> instance.</summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.LayoutField"/> class.</summary>
            <param name="innerField">The inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="P:Sitecore.Data.Fields.LayoutField.DatabaseHelper">
            <summary>
            The instance of <see cref="P:Sitecore.Data.Fields.LayoutField.DatabaseHelper"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.LayoutField.Data">
            <summary>
            Gets the XML data document.
            </summary>
            <value>The data.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.LayoutField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LayoutField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.ExtractLayoutID(System.Xml.XmlNode)">
            <summary>Extracts the layout ID mentioned in the <paramref name="deviceNode"/> 'l' attribute.
            </summary>
            <param name="deviceNode">Device node.</param>
            <returns>The layout ID.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.ExtractReferences(System.Xml.XmlNode,Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>Extracts the Rendering references.</summary>
            <param name="deviceNode">Device node.</param>
            <param name="language">Language.</param>
            <param name="database">Database.</param>
            <returns>The references.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetBaseLayoutValue(Sitecore.Data.Fields.Field)">
            <summary>Gets the base layout value, applying any layout deltas.</summary>
            <param name="field">The field to get base layout value.</param>
            <returns>The base layout value.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetFieldValue(Sitecore.Data.Fields.Field)">
            <summary>Gets the field value, applying any layout deltas.</summary>
            <param name="field">The field to get value for.</param>
            <returns>The calculated layout value.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.AssertIsSharedOrFinalLayout(Sitecore.Data.Fields.Field)">
            <summary>
            Asserts that <paramref name="field"/> has well-known <see cref="F:Sitecore.FieldIDs.LayoutField"/> or <see cref="F:Sitecore.FieldIDs.FinalLayoutField"/> ID.
            </summary>
            <param name="field"></param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.SetFieldValue(Sitecore.Data.Fields.Field,System.String)">
            <summary>Sets the field value.</summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.SetFieldValue(Sitecore.Data.Fields.Field,System.String,System.String)">
            <summary>
            Sets the field value.
            </summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
            <param name="baseValue">The base value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetDeviceNode(Sitecore.Data.Items.DeviceItem)">
            <summary>Gets the device node.</summary>
            <param name="device">Device.</param>
            <returns>The device node.</returns>
            <contract>
              <requires name="device" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetLayoutID(Sitecore.Data.Items.DeviceItem)">
            <summary>Gets the layout ID.</summary>
            <param name="device">Device.</param>
            <returns>The layout ID.</returns>
            <contract>
              <requires name="device" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetReferences(Sitecore.Data.Items.DeviceItem)">
            <summary>Gets the Rendering references for a device.</summary>
            <param name="device">Device.</param>
            <returns>The references.</returns>
            <contract>
              <requires name="device" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>Relinks the specified item.</summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>Removes the link.</summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>Validates the links.</summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetParametersFields(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the parameters fields.
            </summary>
            <param name="layoutItem">The layout item.</param>
            <param name="renderingParameters">The rendering parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.SetLayoutHack(System.String)">
            <summary>Sets the layout hack.</summary>
            <param name="value">The value.</param>
            <contract>
                <requires name="value" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.GetValue">
            <summary>Gets the actual value of this field.</summary>
            <returns>Actual value of this field object</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.SetValue(System.String)">
            <summary>
            Sets the value of this field.
            </summary>
            <param name="value">Value to set.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.ValidatePlaceholderSettings(Sitecore.Links.LinksValidationResult,Sitecore.Layouts.DeviceDefinition)">
            <summary>Validates the placeholder settings.</summary>
            <param name="result">The result.</param>
            <param name="device">The device.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LayoutField.LoadData">
            <summary>Loads the data.</summary>
            <returns>The data.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.LinkField">
            <summary>
            Represents a Link field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LinkField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LinkField"/> instance.
            </summary>
            <param name="innerField">The inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.LinkField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LinkField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.Anchor">
            <summary>
            Gets or sets the anchor.
            </summary>
            <value>The anchor.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.Class">
            <summary>
            Gets or sets the HTML class.
            </summary>
            <value>The class.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.InternalPath">
            <summary>
            Gets the internal path.
            </summary>
            <value>The internal path.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.IsInternal">
            <summary>
            Gets a value indicating whether this link is internal.
            </summary>
            <value><c>true</c> if this link is internal; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.IsMediaLink">
            <summary>
            Gets a value indicating whether this instance is media link.
            </summary>
            <value>
                <c>true</c> if this instance is media link; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.LinkType">
            <summary>
            Gets or sets the link type.
            </summary>
            <value>The type of the link.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.MediaPath">
            <summary>
            </summary>
            <value>The internal path.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.QueryString">
            <summary>
            Gets or sets the query string in internal links.
            </summary>
            <value>The query string.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.Target">
            <summary>
            Gets or sets the HTML target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.TargetID">
            <summary>
            Gets or sets the target ID.
            </summary>
            <value>The target ID.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>The target item.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LinkField.Url">
            <summary>
            The URL. This property returns the URL for external links, email links, and JavaScript links.
            For internal links and media links, this property should not be used for rendering links on the website;
            instead use the LinkField.GetFriendlyUrl() method to get the correct URL for rendering links on the website.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.GetFriendlyUrl">
            <summary>
            Gets the friendly URL.
            </summary>
            <returns>Returns the user friendly URL based on the type of link that is stored in the field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item link.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">The link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LinkField.GetFriendlyUrl(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the friendly URL.
            </summary>
            <param name="item">The item.</param>
            <param name="shorten">if set to <c>true</c> [shorten].</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Fields.LockField">
            <summary>
            Represents the Lock field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LockField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.LockField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LockField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.LockField.Date">
            <summary>
            Gets the lock date in UTC format.
            </summary>
            <value>The date.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.LockField.Owner">
            <summary>
            Gets the owner of the lock.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.AcquireLock">
            <summary>
            Acquires the lock.
            </summary>
            <returns>The lock.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.ReleaseLock">
            <summary>
            Releases the lock.
            </summary>
            <returns>The lock.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.GetAttribute(System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">The name.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.LoadData">
            <summary>
            Loads the data.
            </summary>
            <returns>The data.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.RemoveAttribute(System.String)">
            <summary>
            Removes the attribute.
            </summary>
            <param name="name">The name.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.LockField.SetAttribute(System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Data.Fields.LookupField">
            <summary>
            Represents a Lookup field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.LookupField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LookupField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LookupField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.LookupField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LookupField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.LookupField.TargetID">
            <summary>
            Gets the target ID.
            </summary>
            <value>The target ID.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.LookupField.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>The target item.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.LookupField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.LookupField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="newLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LookupField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
            <contract>
              <requires name="itemLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.LookupField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.Fields.MultilistField">
            <summary>
            Represents a MultiList field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.MultilistField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.MultilistField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.MultilistField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.MultilistField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.MultilistField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.MultilistField.TargetIDs">
            <summary>
            Gets the list of target IDs.
            </summary>
            <value>The target I ds.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.MultilistField.GetItems">
            <summary>
            Gets the items.
            </summary>
            <returns>The items.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.NameValueListField">
            <summary>
            The name value list field.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.NameValueListField.NameValues">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Fields.CheckboxField"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.NameValueListField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.NameValueListField"/> class.
            Creates a new <see cref="T:Sitecore.Data.Fields.NameValueListField"/> instance.
            </summary>
            <param name="innerField">
            Inner field.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.NameValueListField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.NameValueListField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.NameValueListField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The Name Value List field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.NameValueListField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Data.Fields.PagePreviewField">
            <summary>
            The page preview field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.PagePreviewField.EmptyValue">
            <summary>
            The empty value.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.PagePreviewField.xmlValue">
            <summary>
            The XML value.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.PagePreviewField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.PagePreviewField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <param name="runtimeValue">
            The runtime value.
            </param>
        </member>
        <member name="P:Sitecore.Data.Fields.PagePreviewField.Sessions">
            <summary>
            Gets Sessions.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.PagePreviewField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.PagePreviewField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.AddSession(Sitecore.ApplicationCenter.PagePreview.PreviewSession)">
            <summary>
            The add session.
            </summary>
            <param name="session">
            The session.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.RemoveSession(System.Guid)">
            <summary>
            The remove session.
            </summary>
            <param name="sessionId">
            The session id.
            </param>
            <returns>
            The remove session.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.UpdateSession(Sitecore.ApplicationCenter.PagePreview.PreviewSession)">
            <summary>
            Updates the session.
            </summary>
            <param name="session">The session.</param>
            <returns>The session.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.CreateResultNode(Sitecore.ApplicationCenter.PagePreview.PreviewResult)">
            <summary>
            The create result node.
            </summary>
            <param name="previewResult">
            The preview result.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.CreateSessionNode(Sitecore.ApplicationCenter.PagePreview.PreviewSession)">
            <summary>
            Creates the session node.
            </summary>
            <param name="session">
            The session.
            </param>
            <returns>
            The session node.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.ParseResultNode(System.Xml.Linq.XElement)">
            <summary>
            The parse result node.
            </summary>
            <param name="resultNode">
            The result node.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.ParseSessionNode(System.Xml.Linq.XElement)">
            <summary>
            The parse session node.
            </summary>
            <param name="sessionNode">
            The session node.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PagePreviewField.ParseValue(System.String)">
            <summary>
            The parse value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The value.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Fields.ParametersField">
            <summary>
            Defines the custom field for parameters class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ParametersField.#ctor(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.ParametersField"/> class.
            </summary>
            <param name="field">The field.</param>
            <param name="containsStandardValue">if set to <c>true</c> [from standart value].</param>
        </member>
        <member name="P:Sitecore.Data.Fields.ParametersField.ContainsStandardValue">
            <summary>
            Gets a value indicating whether [contains standard value].
            </summary>
            <value>
                <c>true</c> if [contains standard value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Data.Fields.PropertyField">
            <summary>
            Represents a Property field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.PropertyField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.PropertyField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.PropertyField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.PropertyField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.PropertyField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.PropertyField.Item(System.String)">
            <summary>
            Gets or sets the value with the specified key.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Data.Fields.PropertyField.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="key">The key.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PropertyField.SetValue(System.String,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.PropertyField.GetValueNode(System.String)">
            <summary>
            Gets the value node.
            </summary>
            <param name="key">The key.</param>
            <returns>The value node.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.PropertyField.LoadData">
            <summary>
            Loads the data.
            </summary>
            <returns>The data.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.ReferenceField">
            <summary>
            The reference field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ReferenceField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.ReferenceField"/> class.
            </summary>
            <param name="innerField">
            Inner field.
            </param>
        </member>
        <member name="P:Sitecore.Data.Fields.ReferenceField.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.ReferenceField.Path">
            <summary>
            Gets or sets the path to the target.
            </summary>
            <value>
            The path.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.ReferenceField.TargetID">
            <summary>
            Gets the target ID.
            </summary>
            <value>
            The target ID.
            </value>
        </member>
        <member name="P:Sitecore.Data.Fields.ReferenceField.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>
            The target item.
            </value>
        </member>
        <member name="M:Sitecore.Data.Fields.ReferenceField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.ReferenceField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LinkField"/>.
            </summary>
            <param name="field">
            The field.
            </param>
            <returns>
            The implicit operator.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.ReferenceField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ReferenceField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <param name="newLink">
            The new link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.ReferenceField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.ReferenceField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Data.Fields.RendererField">
            <summary>
            Represents the Renderer field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.RendererField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.RendererField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.RendererField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.RendererField.Data">
            <summary>
            Gets the value as an XML document.
            </summary>
            <value>The data.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.GetControl(System.String,System.Boolean,Sitecore.Data.Items.Item)">
            <summary>
            Gets the control.
            </summary>
            <param name="mode">Mode.</param>
            <param name="allowDefault">Allow default.</param>
            <param name="dataItem">Data item.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.GetRendererNode(System.String,System.Boolean,Sitecore.Data.Items.Item)">
            <summary>
            Gets the renderer node.
            </summary>
            <param name="mode">The mode.</param>
            <param name="allowDefault">if set to <c>true</c> this instance is allow default.</param>
            <param name="dataItem">The data item.</param>
            <returns>The renderer node.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.LoadData">
            <summary>
            Loads the data.
            </summary>
            <returns>The data.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.ContainsVariables(System.Xml.XmlNode)">
            <summary>
            Determines whether the specified node contains variables.
            </summary>
            <param name="node">The node.</param>
            <returns>
                <c>true</c> if the specified node contains variables; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.DoReplaceVariables(System.Xml.XmlAttribute,Sitecore.Data.Items.Item)">
            <summary>
            Executes the replace variables event.
            </summary>
            <param name="attribute">The attribute.</param>
            <param name="dataItem">The data item.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.DoReplaceVariables(System.Xml.XmlNode,Sitecore.Data.Items.Item)">
            <summary>
            Executes the replace variables event.
            </summary>
            <param name="node">The node.</param>
            <param name="dataItem">The data item.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.RendererField.ReplaceVariables(System.Xml.XmlNode,Sitecore.Data.Items.Item)">
            <summary>
            Replaces the variables.
            </summary>
            <param name="rendererNode">The renderer node.</param>
            <param name="dataItem">The data item.</param>
            <returns>The variables.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.RenderingDatasourceField">
            <summary>
            The rendering datasource field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.RenderingDatasourceField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.RenderingDatasourceField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <param name="runtimeValue">
            The runtime value.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.RenderingDatasourceField">
            <summary>
            Performs an implicit conversion from <see cref="T:Sitecore.Data.Fields.Field"/>
            to <see cref="T:Sitecore.Data.Fields.InternalLinkField"/>.
            </summary>
            <param name="field">
            The field.
            </param>
            <returns>
            The result of the conversion.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <param name="newLink">
            The new link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RenderingDatasourceField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Data.Fields.RulesField">
            <summary>
            Defines the rules field class.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.RulesField.rulesDefinitionDocument">
            <summary>
            The rules definition document.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.RulesField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.RulesField"/> class.
            </summary>
            <param name="innerField">
            Inner field.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RulesField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.RulesField"/> class.
            </summary>
            <param name="innerField">
            The inner field.
            </param>
            <param name="runtimeValue">
            The runtime value.
            </param>
        </member>
        <member name="P:Sitecore.Data.Fields.RulesField.RulesDefinitionDocument">
            <summary>
            Gets the rules definition document.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.RulesField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.RulesField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.DateField"/>
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.RulesField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
            <param name="newLink">
            The new link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RulesField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">
            The item link.
            </param>
        </member>
        <member name="M:Sitecore.Data.Fields.RulesField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Data.Fields.SafeFieldTypeManager">
            <summary>
            Represents the Field Type Manager.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.SafeFieldTypeManager._defaultFieldType">
            <summary>The default field type if field requested field type is absent</summary>
        </member>
        <member name="F:Sitecore.Data.Fields.SafeFieldTypeManager._defaultFieldTypeName">
            <summary> The default field type name if requested field type is absent</summary>
        </member>
        <member name="M:Sitecore.Data.Fields.SafeFieldTypeManager.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.SafeFieldTypeManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="log">The logger.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.SafeFieldTypeManager.GetFieldType(System.String)">
            <summary>
            Gets the type of the field.
            </summary>
            <param name="name">The name.</param>
            <returns>The <see cref="T:Sitecore.Data.Fields.FieldType"/>.</returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.SafeFieldTypeManager.GetDefaultFieldType(System.String)">
            <summary>
            Returns the default type of field if requested type is absent
            </summary>
            <param name="name"></param>
            /// <returns>The <see cref="T:Sitecore.Data.Fields.FieldType"/>.</returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.SafeFieldTypeManager.GetDefaultFieldType">
            <summary>
            Gets the type of the default field type.
            </summary>
            <returns>The text field type or null</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.TemplateFieldSourceField">
            <summary>
            Represents a Link field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.TemplateFieldSourceField.KeysToIgnore">
            <summary>
            Collection of keyword to be ignored
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LinkField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.TemplateFieldSourceField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LinkField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.FilterTargetPath(System.String)">
            <summary>
            Check targetPath if it contains reserved value to be ignored, and perform filtering.
            </summary>
            <param name="targetPath"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateCustomField(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the custom field.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateRules(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the source for the Rules field type.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateLookup(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the lookup.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateRichText(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the rich text.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateTreeList(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the tree list.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateTree(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the tree.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateComplexLookupSource(Sitecore.Links.LinksValidationResult,System.String)">
            <summary>
            Validates the complex source.
            </summary>
            <param name="result">The result.</param>
            <param name="value">The Value</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.TemplateFieldSourceField.ValidateImage(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.Fields.TextField">
            <summary>
            Represents a Date field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.TextField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.DateField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.TextField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.TextField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.DateField"/>
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.TextField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Data.Fields.ThumbnailField">
            <summary>Defines the thumbnail field class.</summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ThumbnailField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.ThumbnailField"/> class.</summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ThumbnailField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.ThumbnailField"/> class.</summary>
            <param name="innerField">The inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ThumbnailField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.ThumbnailField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.ImageField"/>.
            </summary>
            <param name="field">The source field.</param>
            <returns>The result of the conversion.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.ValueLookupField">
            <summary>
            Represents a Lookup field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.LookupField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.ValueLookupField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.LookupField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.UpdateLink(Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="itemLink">The link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.ValueLookupField.HasLink(Sitecore.Links.ItemLink)">
            <summary>
            Check if the field has a link to the passed itemlink
            </summary>
            <param name="itemLink">The item link that should be checked against the field value.</param>
            <returns>The result</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.VersionIdentityField">
            <summary>
            Defines a field for accessing item references through <see cref="T:Sitecore.Data.DataUri"/>, not specific to a database
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.VersionIdentityField.Uri">
            <summary>Gets or sets the <see cref="T:Sitecore.Data.DataUri"/> the field references</summary>
            <value>The referred item <see cref="T:Sitecore.Data.DataUri"/></value>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.VersionIdentityField"/> class.
            </summary>
            <param name="innerField">The field to wrap</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validate the item reference referred by this field
            </summary>
            <param name="result">The result object to record results on</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Remove any references to the item from this field
            </summary>
            <param name="itemLink">The item to remove references of</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Change any references to a specific link to a different item
            </summary>
            <param name="itemLink">The item link to change</param>
            <param name="newLink">The item to change references to</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.IsSameUri(Sitecore.Links.ItemLink)">
            <summary>
            Determines if the item referred to by this field is the same as the item link passed in
            </summary>
            <param name="itemLink">The item link to check</param>
            <returns>True if the item link and field value refer to the same item</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.Clear">
            <summary>
            Clear the field value
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionIdentityField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.VersionIdentityField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.VersionIdentityField"/>.
            </summary>
            <param name="innerField">The field to wrap</param>
            <returns>A new field instance, wrapping the field passed in</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.VersionLinkField">
            <summary>
            Defines the version link field class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionLinkField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.VersionLinkField"/> class.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionLinkField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.VersionLinkField"/> class.
            </summary>
            <param name="innerField">The inner field.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="P:Sitecore.Data.Fields.VersionLinkField.Uri">
            <summary>
            Gets or sets the URI.
            </summary>
            <value>The referred item URI.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionLinkField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionLinkField.RemoveLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="itemLink">The item link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionLinkField.Relink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified item link.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.VersionLinkField.Clear">
            <summary>
            Clears the field value.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Fields.WebEditButton">
            <summary>
            Represents a WebEditButton. Serialized to JSON to pass data to Page Editor client code.
            </summary>
            <remarks>
            Serialized as JSON.
            </remarks>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.click">
            <summary>
            The _click.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.header">
            <summary>
            The _header.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.icon">
            <summary>
            The _icon.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.disabedIcon">
            <summary>
            The disabled icon.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.tooltip">
            <summary>
            The _tooltip.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Fields.WebEditButton.type">
            <summary>
            The _type.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.Click">
            <summary>
            Gets or sets the click.
            </summary>
            <value>The click.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.DisabledIcon">
            <summary>
            Gets or sets the disabled icon.
            </summary>
            <value>The disabled icon.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.IsDivider">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Fields.WebEditButton"/> is a divider.
            </summary>
            <value><c>true</c> if divider; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.Tooltip">
            <summary>
            Gets or sets the tooltip.
            </summary>
            <value>The tooltip.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WebEditButton.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="T:Sitecore.Data.Fields.WordDocumentField">
            <summary>
            Represents an Html field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.WordDocumentField"/> class.
            </summary>
            <param name="innerField">Inner field.</param>
            <contract>
              <requires name="innerField" condition="none" />
            </contract>
        </member>
        <member name="P:Sitecore.Data.Fields.WordDocumentField.PlainText">
            <summary>
            Gets the plain text.
            </summary>
            <value>The plain text.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WordDocumentField.Html">
            <summary>
            Gets the HTML.
            </summary>
            <value>The HTML.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WordDocumentField.Styles">
            <summary>
            Gets the styles.
            </summary>
            <value>The styles.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.WordDocumentField.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.WordDocumentField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.WordDocumentField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.GetWebEditButtons">
            <summary>
            Gets the web edit buttons.
            </summary>
            <returns>The web edit buttons.</returns>
            <contract>
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.ValidateLinks(Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the links.
            </summary>
            <param name="result">The result.</param>
            <contract>
              <requires name="result" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.MediaEvaluator(System.Text.RegularExpressions.Match)">
            <summary>
            Evaluates the image tag.
            </summary>
            <param name="match">The match.</param>
            <returns>The result.</returns>
            <contract>
              <requires name="match" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.MediaEvaluator2(System.Text.RegularExpressions.Match)">
            <summary>
            Evaluates the image tag.
            </summary>
            <param name="match">The match.</param>
            <returns>The result.</returns>
            <contract>
              <requires name="match" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.AddLink(Sitecore.Links.LinksValidationResult,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds the link.
            </summary>
            <param name="result">The result.</param>
            <param name="targetItem">The target item.</param>
            <param name="targetPath">The target path.</param>
            <contract>
              <requires name="result" condition="not null"/>
              <requires name="targetItem" condition="none"/>
              <requires name="targetPath" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.ReplaceUrlPath(System.String,System.String)">
            <summary>
            Replaces the URL.
            </summary>
            <param name="oldHref">The href.</param>
            <param name="newHref">The new H ref.</param>
            <returns>The URL.</returns>
            <contract>
              <requires name="oldHRef" condition="not null" />
              <requires name="newHRef" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.AddMediaLink(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlNode)">
            <summary>
            Adds the media link.
            </summary>
            <param name="result">The result.</param>
            <param name="node">The node.</param>
            <contract>
              <requires name="result" condition="not null"/>
              <requires name="node" condition="not null"/>
              </contract>
            <remarks>
            Supports the following formats:
            http://host/~media/images/image.png
            http://host/~media/images/image.png?w=100
            http://host/~media/FA054FDE343BE033.png // short ID
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.AddMediaLinks(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Adds the media links.
            </summary>
            <param name="result">The result.</param>
            <param name="document">The document.</param>
            <contract>
              <requires name="result" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.AddTextLink(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlNode)">
            <summary>
            Adds the text link.
            </summary>
            <param name="result">The result.</param>
            <param name="node">The node.</param>
            <contract>
              <requires name="result" condition="not null"/>
              <requires name="node" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.GetLinkedToItem(System.String)">
            <summary>
            Gets the linked to item.
            </summary>
            <param name="href">The href.</param>
            <returns>The linked to item.</returns>
            <contract>
              <requires name="href" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.AddTextLinks(Sitecore.Links.LinksValidationResult,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Adds the text links.
            </summary>
            <param name="result">The result.</param>
            <param name="document">The document.</param>
            <contract>
              <requires name="result" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.RelinkMediaLinks(HtmlAgilityPack.HtmlDocument,Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the media links.
            </summary>
            <param name="document">The document.</param>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <returns>
            The media links.
            </returns>
            <contract>
              <requires name="itemLink" condition="not null"/>
              <requires name="newLink" condition="not null"/>
              <requires name="document" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.RelinkTextLink(HtmlAgilityPack.HtmlDocument,Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the text link.
            </summary>
            <param name="document">The document.</param>
            <param name="itemLink">The item link.</param>
            <param name="newLink">The new link.</param>
            <returns>The text link.</returns>
            <contract>
              <requires name="document" condition="not null" />
              <requires name="itemLink" condition="not null" />
              <requires name="newLink" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.RemoveTextLinks(Sitecore.Links.ItemLink,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Removes the text links.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="document">The document.</param>
            <returns>The text links.</returns>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Fields.WordDocumentField.RemoveMediaLinks(Sitecore.Links.ItemLink,HtmlAgilityPack.HtmlDocument)">
            <summary>
            Removes the media links.
            </summary>
            <param name="itemLink">The item link.</param>
            <param name="document">The document.</param>
            <returns>The media links.</returns>
            <contract>
              <requires name="itemLink" condition="not null" />
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.Fields.XmlDeltas">
            <summary>
            Utility class that implements support for delta values in XML fields such as the <see cref="T:Sitecore.Data.Fields.LayoutField"/>
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlDeltas.GetStandardValue(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the standard value for the specified field.
            </summary>
            <param name="field">The field to return standard value for.</param>
            <returns>The standard value for the field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlDeltas.WithEmptyValue(System.String)">
            <summary>
            Can be used together with <see cref="M:Sitecore.Data.Fields.XmlDeltas.GetFieldValue(Sitecore.Data.Fields.Field,System.Func{Sitecore.Data.Fields.Field,System.String})"/> to provide a default
            implementation of getBaseValue parameter with a specific value to be used
            in place of empty field values.
            </summary>
            <param name="emptyValue">The default XML markup of an empty value of the XML field.</param>
            <returns>The function which will provide standard value or empty value for the field.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlDeltas.GetFieldValue(Sitecore.Data.Fields.Field,System.Func{Sitecore.Data.Fields.Field,System.String})">
            <summary>
            Gets the layout value, applying Layout Delta if necessary.
            </summary>
            <param name="field">The field to get delta value for.</param>
            <param name="getBaseValue">The function which will return a base value to calculate delta.</param>
            <returns>The layout value.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlDeltas.SetFieldValue(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Sets the field value.
            </summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlDeltas.ApplyDelta(System.String,System.String)">
            <summary>
            Applies the delta to a base value.
            </summary>
            <param name="baseValue">The base value.</param>
            <param name="delta">The delta value.</param>
            <returns>The final XML markup.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlDeltas.GetDelta(System.String,System.String)">
            <summary>
            Gets the delta for a specific layout field.
            </summary>
            <param name="layoutValue">The layout value entered though page editor or layout details dialog.</param>
            <param name="baseValue">The base layout value against which to generate the delta.</param>
            <returns>The layout diff to store in the field.</returns>
        </member>
        <member name="T:Sitecore.Data.Fields.XmlField">
            <summary>
            Defines the basic functionality of a field where the value is an XML document.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Fields.XmlField"/> instance.
            </summary>
            <param name="innerField">Inner field.</param>
            <param name="root">Root tag.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.#ctor(Sitecore.Data.Fields.Field,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Fields.XmlField"/> class.
            </summary>
            <param name="innerField">The inner field.</param>
            <param name="root">The root.</param>
            <param name="runtimeValue">The runtime value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Data.Fields.XmlField">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Fields.Field"/> to a <see cref="T:Sitecore.Data.Fields.XmlField"/>.
            </summary>
            <param name="field">The field.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Fields.XmlField.Root">
            <summary>
            Gets or sets the root tag.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Data.Fields.XmlField.Xml">
            <summary>
            Gets the XML document contained in this field value.
            </summary>
            <value>The XML.</value>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.GetAttribute(System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">Name.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.SetAttribute(System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="name">Name.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.EnsureAttributes">
            <summary>
            Ensures the attributes.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Fields.XmlField.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Data.ID">
            <summary>An ID represents a unique identifier.</summary>
            <remarks>
                <para>In Sitecore an ID is a GUID.</para>
                <para>The ID can be converted to a ShortID or a LongID.</para>
            </remarks>
        </member>
        <member name="F:Sitecore.Data.ID._baseCacheSize">
            <summary>
            Size of object itself, inner <see cref="P:Sitecore.Data.ID.Guid"/>, hashcode (<see cref="T:System.Int32"/>), and global null flag (<see cref="F:Sitecore.Data.ID._isGlobalNullId"/>).
            </summary>
            <remarks>Aligned to pointer size.</remarks>
        </member>
        <member name="F:Sitecore.Data.ID._maxCacheSize">
            <summary>
            Base size (<see cref="F:Sitecore.Data.ID._baseCacheSize"/>), as well as text string representing inner guid.
            </summary>
            <remarks>Aligned to pointer size.</remarks>
        </member>
        <member name="M:Sitecore.Data.ID.#cctor">
            <summary>
            Initializes the static cache-related members and empty hashcode field of the <see cref="T:Sitecore.Data.ID"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ID.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ID"/> class with unique ID
            </summary>
        </member>
        <member name="M:Sitecore.Data.ID.#ctor(System.String)">
            <summary>
            Initializes an ID from a string.
            </summary>
            <param name="id">The id.</param>
            <exception cref="T:System.FormatException"></exception>
            <remarks>
            The string must be 38 characters long, start with a curly brace "{" and end with
            a curly brace "}".
            </remarks>
            <contract>
              <requires name="id" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.#ctor(System.Guid)">
            <summary>
            Initializes an ID from a GUID.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Data.ID.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ID"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <contract>
              <requires name="info" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.Compare(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Compares the specified <paramref name="left"/> with <paramref name="right"/> using inner <see cref="P:Sitecore.Data.ID.Guid"/> values.
            <para>Objects are equal if have same reference, or same <see cref="P:Sitecore.Data.ID.Guid"/>.</para>
            </summary>
            <param name="left">The first object to be compared.</param>
            <param name="right">The second object to be compared.</param>
            <returns><c>0</c> if references are equal; <c>-1</c> if first is <c>null</c>;<c>1</c> if second is <c>null</c></returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Equality(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Checks the equality for given IDs.
            <para>IDs are equal when carry same <see cref="P:Sitecore.Data.ID.Guid"/>.</para>
            </summary>
            <param name="left">The first id to be tested.</param>
            <param name="right">The second id to be tested.</param>
            <returns>The operator ==; <c>true</c> if both ids carry same <see cref="P:Sitecore.Data.ID.Guid"/> inside;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Equality(Sitecore.Data.ShortID,Sitecore.Data.ID)">
            <summary>
            Operator ==s the specified left.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator ==.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Equality(Sitecore.Data.ID,Sitecore.Data.ShortID)">
            <summary>
            Operator ==s the specified left.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator ==.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Inequality(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Operator !=s the specified left.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator !=.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Inequality(Sitecore.Data.ShortID,Sitecore.Data.ID)">
            <summary>
            Operator !=s the specified left.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator !=.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Inequality(Sitecore.Data.ID,Sitecore.Data.ShortID)">
            <summary>
            Operator !=s the specified left.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns>The operator !=.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Implicit(Sitecore.Data.BranchId)~Sitecore.Data.ID">
            <summary>
            Implicit operators the specified master ID.
            </summary>
            <param name="branchId">The master ID.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.op_Implicit(Sitecore.Data.TemplateID)~Sitecore.Data.ID">
            <summary>
            Implicit operators the specified template ID.
            </summary>
            <param name="templateID">The template ID.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
            <contract>
                <requires name="info" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.GetDataLength">
            <summary>
            Gets the number of bytes an instance consumes in memory to be kept.
            <para>Takes into account object size itself, as well as all unique-kept references.</para>
            </summary>
            <returns>Non-negative number of bytes instance consumes in memory.</returns>
        </member>
        <member name="P:Sitecore.Data.ID.Guid">
            <summary>
            Gets the GUID represented by the ID.
            </summary>
            <value>The GUID.</value>
        </member>
        <member name="P:Sitecore.Data.ID.IsGlobalNullId">
            <summary>
            Gets or sets a value indicating whether this instance is the global null id.
            </summary>
            <value>
                <c>true</c> if this instance is the global null id; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.ID.IsNull">
            <summary>
            Gets or sets a value indicating whether this instance is null.
            </summary>
            <value><c>true</c> if this instance is null; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.ID.Null">
            <summary>
            Gets the Null ID.
            </summary>
            <value>The null.</value>
            <remarks>The Null ID is a special wellknown ID.</remarks>
        </member>
        <member name="P:Sitecore.Data.ID.Undefined">
            <summary>
            Gets the Undefined ID.
            </summary>
            <value>The undefined.</value>
            <remarks>The Undefined ID is a special wellknown ID.</remarks>
        </member>
        <member name="M:Sitecore.Data.ID.Decode(System.String)">
            <summary>
            Converts a ShortID into a an ID.
            </summary>
            <param name="id">The id.</param>
            <returns>The decode.</returns>
            <contract>
              <requires name="id" condition="not empty" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.Encode(Sitecore.Data.ID)">
            <summary>
            Converts an ID to a ShortID.
            </summary>
            <param name="id">The id.</param>
            <returns>The encode.</returns>
            <contract>
              <requires name="id" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ID.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ID.SetName(System.String)">
            <summary>
            Sets a human-readable name to the <see cref="T:Sitecore.Data.ID"/> to simplify debugging.
            <para>Will be used to display extra information about instance during debugging.</para>
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Data.ID.ToGuid">
            <summary>
            Gets the GUID represented by the ID.
            </summary>
            <returns>The GUID.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.ToShortID">
            <summary>
            Converts the ID to a ShortID.
            </summary>
            <returns>The short ID.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.CompareTo(Sitecore.Data.ID)">
            <summary>
            Compares the current object with another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter.Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ID.CompareTo(System.Guid)">
            <summary>
            Compares the current object with another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other" /> parameter.Zero This object is equal to <paramref name="other" />. Greater than zero This object is greater than <paramref name="other" />.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ID.Equals(Sitecore.Data.ID)">
            <summary>
            Indicates whether the current object is equal to another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            true if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ID.Equals(System.Guid)">
            <summary>
            Indicates whether the current object is equal to another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            true if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ID.ToString">
            <summary>
            Converts the ID to a string.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="P:Sitecore.Data.ID.DebugValue">
            <summary>
            Gets the debug value.
            </summary>
            <value>The debug value.</value>
        </member>
        <member name="P:Sitecore.Data.ID.NewID">
            <summary>
            Gets a new unique ID.
            </summary>
            <value>The new ID.</value>
        </member>
        <member name="P:Sitecore.Data.ID.Size">
            <summary>
            Gets the standard size of an <see cref="T:Sitecore.Data.ID"/> instance in bytes.
            <para>48 bytes in case x64.</para>
            <para>Use instance <see cref="M:Sitecore.Data.ID.GetDataLength"/> method to get target instance accurate size (with, or without underlying string ID view). </para>
            </summary>
            <value>
            The basic size of <see cref="T:Sitecore.Data.ID"/> object instance in bytes.
            </value>
        </member>
        <member name="M:Sitecore.Data.ID.ArrayToString(Sitecore.Data.ID[])">
            <summary>
            Arrays to string.
            </summary>
            <param name="ids">The ids.</param>
            <returns>The to string.</returns>
            <contract>
              <requires name="ids" condition="none" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.ArrayToString(Sitecore.Data.ID[],System.Char)">
            <summary>
            Arrays to string.
            </summary>
            <param name="ids">The ids.</param>
            <param name="separator">The separator.</param>
            <returns>The to string.</returns>
            <contract>
              <requires name="ids" condition="none" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.IsID(System.String)">
            <summary>
            Tests if the string is a valid ID.
            </summary>
            <param name="id">The id.</param>
            <returns>
                <c>true</c> if the specified id is ID; otherwise, <c>false</c>.
            </returns>
            <remarks>
            The string must be 38 characters long, start with a curly brace "{" and end with
            a curly brace "}".
            </remarks>
            <contract>
              <requires name="id" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.IsNullOrEmpty(Sitecore.Data.ID)">
            <summary>
            Determines whether the specified id is null or empty.
            </summary>
            <param name="id">The id.</param>
            <returns>
                <c>true</c> if the specified id is null or empty; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="id" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.Parse(System.Object)">
            <summary>
            Converts an object to an ID.
            </summary>
            <param name="value">The value.</param>
            <returns>The parse.</returns>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.Parse(System.Guid)">
            <summary>
            Converts a GUID to an ID.
            </summary>
            <param name="value">The value.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.ID.Parse(System.String)">
            <summary>
            Converts a string to an ID.
            </summary>
            <param name="value">The value.</param>
            <returns>The parse.</returns>
            <contract>
              <requires name="value" condition="not empty" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.Parse(System.String,Sitecore.Data.ID)">
            <summary>
            Converts a string to an ID.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The parse.</returns>
            <contract>
              <requires name="value" condition="none" />
              <requires name="defaultValue" condition="none" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.ParseArray(System.String)">
            <summary>
            Converts a string of pipe separated IDs to an array of IDs.
            </summary>
            <param name="values">The values.</param>
            <returns>The array.</returns>
            <remarks>The list of IDs is separated by a pipe "|".</remarks>
            <contract>
              <requires name="values" condition="none" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.ParseArray(System.String,System.Boolean)">
            <summary>
            Converts a string of pipe separated IDs to an array of IDs.
            </summary>
            <param name="values">The values.</param>
            <param name="allowNull">if set to <c>true</c> method can return <c>null</c> if parsing of <paramref name="values"/> resulted in empty sequence.</param>
            <returns>The array.</returns>
            <remarks>The list of IDs is separated by a pipe "|".</remarks>
            <contract>
                <requires name="values" condition="none"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.TryParse(System.Object,Sitecore.Data.ID@)">
            <summary>
            Tries to parse a value.
            </summary>
            <param name="value">The value.</param>
            <param name="result">The result.</param>
            <returns><c>true</c>, if the pasing was successful, otherwise <c>false</c>.</returns>
            <contract>
              <requires name="value" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ID.TryParse(System.String,Sitecore.Data.ID@)">
            <summary>
            Tries to parse a string value.
            </summary>
            <param name="value">The value.</param>
            <param name="result">The result.</param>
            <returns><c>true</c>, if the parsing was successful, otherwise <c>false</c>.</returns>
            <contract>
              <requires name="value" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.IDTables.IDTable">
            <summary>
            Represents a table of IDs.
            </summary>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.IDTables.IDTable"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.Add(System.String,System.String,Sitecore.Data.ID)">
            <summary>
            Adds the specified ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <param name="id">The entry id.</param>
            <returns>The added IDtable entry.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.Add(System.String,System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Adds the specified ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <param name="id">The entry id.</param>
            <param name="parentID">The parent ID.</param>
            <returns>The added IDTtable entry.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.Add(System.String,System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.String)">
            <summary>
            Adds the specified ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <param name="id">The entry id.</param>
            <param name="parentID">The parent ID.</param>
            <param name="customData">The custom data.</param>
            <returns>The added IDTable entry.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.Add(System.String,System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.String,System.TimeSpan)">
            <summary>
            Adds the specified ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <param name="id">The entry id.</param>
            <param name="parentID">The parent ID.</param>
            <param name="customData">The custom data.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
            <returns>
            The added IDTable entry.
            </returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetID(System.String,System.String)">
            <summary>
            Gets the ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <returns>The entry ID.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetKeys(System.String,Sitecore.Data.ID)">
            <summary>
            Gets the keys.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="id">The entry id.</param>
            <returns>The IDTable entry keys.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetKeys(System.String)">
            <summary>
            The list of IDTable entries.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The list of IDTable entries with specified prefix</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetNewID(System.String,System.String)">
            <summary>
            Gets the new ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <returns>The new ID.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetNewID(System.String,System.String,Sitecore.Data.ID)">
            <summary>
            Gets the new ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <param name="parentID">The parent ID.</param>
            <returns>The new ID.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetNewID(System.String,System.String,Sitecore.Data.ID,System.String)">
            <summary>
            Gets the new ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <param name="parentID">The parent ID.</param>
            <param name="customData">The custom data.</param>
            <returns>The new ID.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.RemoveID(System.String,Sitecore.Data.ID)">
            <summary>
            Removes the ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="id">The entry id.</param>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.RemoveKey(System.String,System.String)">
            <summary>
            Removes the key.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTable.GetProvider">
            <summary>
            Gets the provider.
            </summary>
            <returns>The provider.</returns>
        </member>
        <member name="T:Sitecore.Data.IDTables.IDTableEntry">
            <summary>
            Represents an entrey in the ID table.
            </summary>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableEntry.#ctor(System.String,System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.IDTables.IDTableEntry"/> class.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The key.</param>
            <param name="id">The id.</param>
            <param name="parentID">The parent ID.</param>
            <param name="customData">The custom data.</param>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableEntry.#ctor(System.String,System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.String,System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.IDTables.IDTableEntry" /> class.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The key.</param>
            <param name="id">The id.</param>
            <param name="parentID">The parent ID.</param>
            <param name="customData">The custom data.</param>
            <param name="slidingExpiration">The sliding expiration.</param>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.Prefix">
            <summary>
            Gets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.ParentID">
            <summary>
            Gets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.CustomData">
            <summary>
            Gets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.SlidingExpiration">
            <summary>
            Gets the sliding expiration.
            </summary>
            <value>
            The sliding expiration.
            </value>
        </member>
        <member name="E:Sitecore.Data.IDTables.IDTableEntry.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.IDTables.IDTableEntry.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableEntry.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.IDTables.IDTableProvider">
            <summary>
            Defines the basic properties and methods of an ID table provider.
            </summary>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableProvider.Add(Sitecore.Data.IDTables.IDTableEntry)">
            <summary>
            Adds the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableProvider.GetID(System.String,System.String)">
            <summary>
            Gets the ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
            <returns>The entry ID.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableProvider.GetKeys(System.String,Sitecore.Data.ID)">
            <summary>
            Gets the keys.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="id">The entry id.</param>
            <returns>The entry keys.</returns>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableProvider.Remove(System.String,System.String)">
            <summary>
            Removes the specified prefix.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="key">The entry key.</param>
        </member>
        <member name="M:Sitecore.Data.IDTables.IDTableProvider.GetKeys(System.String)">
            <summary>
            The list of IDTable entries.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The list of IDTable entries with specified prefix</returns>
        </member>
        <member name="T:Sitecore.Data.Interning.InternManager`1">
            <summary>
            Ought to reduce the number of immutable object instances in process memory.
            <para>The tradeoff is an additional delay introduced to put object into intern pool.</para>
            <example>
            <para>Can re-use same instance of <see cref="T:System.String"/> object process-wide.</para>
            <para>The <see cref="F:Sitecore.FieldIDs.UpdatedBy"/>, or <see cref="F:Sitecore.FieldIDs.CreatedBy"/> field values have low unique level, so it is possible to store/cache only one class instance.</para>
            </example>
            </summary>
            <typeparam name="T">Object type with immutable fields, so that same object instance can be re-used.</typeparam>
        </member>
        <member name="M:Sitecore.Data.Interning.InternManager`1.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Data.Interning.InternManager`1"/> class.
            <para>Reads bindings between type to intern, and internProvider from "interning/internProviders/" configuration node.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Data.Interning.InternManager`1.ElementsInInternPool">
            <summary>
            Gets the number of elements in intern pool for interned type.
            </summary>
            <value>
            The number of elements in intern pool.
            </value>
        </member>
        <member name="P:Sitecore.Data.Interning.InternManager`1.TotalInternCalls">
            <summary>
            Gets the total number of <see cref="M:Sitecore.Data.Interning.InternManager`1.Intern(`0)"/> calls for interned type.
            <para>Updated only when <see cref="P:Sitecore.Configuration.Settings.Counters.Enabled"/> and <see cref="P:Sitecore.Configuration.Settings.Interning.TrackStatistics"/></para>
            </summary>
            <value>
            The total intern calls.
            </value>
        </member>
        <member name="P:Sitecore.Data.Interning.InternManager`1.InternHitCount">
            <summary>
            Gets the number of times when an existing object from pool was returned for interned type.
            <para>Updated only when <see cref="P:Sitecore.Configuration.Settings.Counters.Enabled"/> and <see cref="P:Sitecore.Configuration.Settings.Interning.TrackStatistics"/></para>
            </summary>
            <value>
            The intern hit count.
            </value>
        </member>
        <member name="P:Sitecore.Data.Interning.InternManager`1.InternRatio">
            <summary>
            Gets the ratio between <see cref="P:Sitecore.Data.Interning.InternManager`1.InternHitCount"/> and <see cref="P:Sitecore.Data.Interning.InternManager`1.TotalInternCalls"/> for interned type.
            <para> The higher numbers, the less objects would stay in memory.</para>
            <para>Updated only when <see cref="P:Sitecore.Configuration.Settings.Counters.Enabled"/> and <see cref="P:Sitecore.Configuration.Settings.Interning.TrackStatistics"/></para>
            </summary>
            <value>
            The intern ratio.
            </value>
        </member>
        <member name="M:Sitecore.Data.Interning.InternManager`1.Intern(`0)">
            <summary>
            Interns the specified data.
            <para>Gets existing equal object from pool, or places this one to the pool.</para>
            </summary>
            <param name="data">The data to be placed into the intern pool in case same value is not found in the pool.</param>
            <returns>Existing object if already interned; adds to a pool and returns <paramref name="data"/> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Interning.InternManager`1.Clear">
            <summary>
            Clears the intern pool.
            <para>Allows to release memory occupied by pool.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternManager`1.TryGetMapping(System.Type,System.Xml.XmlNode@)">
            <summary>
            Tries the get mapping between type to intern, and the provider defined in config.
            </summary>
            <param name="typeToIntern">Type to be interned.</param>
            <param name="matchingNode">The matching configuration node.</param>
            <returns>True if matching node is found, false otherwise.</returns>
        </member>
        <member name="T:Sitecore.Data.Interning.InternProviders.Fallback.NullInternProvider`1">
            <summary>
            Does not perform any intern operations.
            <para>Used when interning is disabled.</para>
            </summary>
            <typeparam name="T">Immutable type</typeparam>
        </member>
        <member name="P:Sitecore.Data.Interning.InternProviders.Fallback.NullInternProvider`1.Count">
            <summary>
            Gets the count.
            </summary>
            <value>
            The count.
            </value>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.Fallback.NullInternProvider`1.Intern(`0)">
            <summary>
            Interns the specified data.
            <para>Gets existing equal object from pool, or places this one to the pool.</para>
            </summary>
            <param name="data">The data to be returned. This is a mock method, so will return exact same object refernce.</param>
            <returns>
            Existing object if already interned; adds to a pool and returns <paramref name="data" /> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.Fallback.NullInternProvider`1.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1">
            <summary>
            <see cref="T:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1"/> basic implementation.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="F:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.pool">
            <summary>
            The pool to store interned values.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1"/> class.
            </summary>
            <param name="concurrencyLevel">The concurrency level.</param>
            <param name="initialCapacity">The initial capacity.</param>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1"/> class.
            </summary>
            <param name="concurrencyLevel">The concurrency level.</param>
            <param name="initialCapacity">The initial capacity.</param>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.Intern(`0)">
            <summary>
            Interns the specified candidate.
            </summary>
            <param name="candidate">The candidate.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Interning.InternProviders.GenericInternProvider`1.Count">
            <summary>
            Gets the count of elements in the pool.
            </summary>
            <value>
            The count.
            </value>
        </member>
        <member name="T:Sitecore.Data.Interning.InternProviders.IdInternProvider">
            <summary>
            Closed generic implementation of <see cref="T:Sitecore.Data.ID"/> <see cref="T:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.IdInternProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.IdInternProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.IdInternProvider.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.IdInternProvider"/> class.
            </summary>
            <param name="concurrencyLevel">Specifies concurrency level ( number of buckets, and locks ).</param>
            <param name="initialCapacity">Specifies initial size per bucket.</param>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.IdInternProvider.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.IdInternProvider"/> class.
            <para>Needed as for <see cref="M:Sitecore.Configuration.Factory.CreateObject``1(System.Xml.XmlNode)"/> usage.</para>
            </summary>
            <param name="concurrencyLevel">The concurrency level, default 4 times number of CPU.</param>
            <param name="initialCapacity">The initial capacity, default 128.</param>
        </member>
        <member name="T:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1">
            <summary>
            Interface for intern provider.
            <para>Allows to reuse immutable object instance instead of creating new ones.</para>
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1.Intern(`0)">
            <summary>
            Interns the specified data.
            <para>Gets existing equal object from pool, or places this one to the pool.</para>
            </summary>
            <param name="data">The data.</param>
            <returns>Existing object if already interned; adds to a pool and returns <paramref name="data"/> otherwise</returns>
            <exception cref="T:System.ArgumentNullException"></exception>
        </member>
        <member name="P:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1.Count">
            <summary>
            Gets the count.
            </summary>
            <value>
            The count.
            </value>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Interning.InternProviders.NativeStringInternProvider">
            <summary>
            <see cref="T:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1"/> based on <see cref="M:System.String.Intern(System.String)"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Interning.InternProviders.NativeStringInternProvider.warnMessageLoggedFlag">
            <summary>
            The warn message logged flag
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.NativeStringInternProvider.Intern(System.String)">
            <summary>
            Interns the specified data.
            <para>Gets existing equal object from pool, or places this one to the pool.</para>
            </summary>
            <param name="data">The data.</param>
            <returns>
            Existing object if already interned; adds to a pool and returns <paramref name="data" /> otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.NativeStringInternProvider.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Interning.InternProviders.NativeStringInternProvider.Count">
            <summary>
            Gets the count.
            </summary>
            <value>
            The count.
            </value>
        </member>
        <member name="T:Sitecore.Data.Interning.InternProviders.StringInternProvider">
            <summary>
             Closed generic implementation of <see cref="T:System.String"/> <see cref="T:Sitecore.Data.Interning.InternProviders.Interfaces.IInternProvider`1"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.StringInternProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.StringInternProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.StringInternProvider.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.StringInternProvider"/> class.
            </summary>
            <param name="concurrencyLevel"></param>
            <param name="initialCapacity"></param>
        </member>
        <member name="M:Sitecore.Data.Interning.InternProviders.StringInternProvider.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Interning.InternProviders.StringInternProvider"/> class.
            </summary>
            <param name="concurrencyLevel">The concurrency level, default 4 times number of CPU.</param>
            <param name="initialCapacity">The initial capacity, default 128</param>
        </member>
        <member name="T:Sitecore.Data.ItemData">
            <summary>
            Represents item data.
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemData.Empty">
            <summary>
            The empty.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemData.#ctor(Sitecore.Data.ItemDefinition,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.FieldList)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemData"/> class.
            </summary>
            <param name="definition">The definition.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="fields">The fields.</param>
        </member>
        <member name="P:Sitecore.Data.ItemData.Definition">
            <summary>
            Gets the definition.
            </summary>
            <value>The definition.</value>
        </member>
        <member name="P:Sitecore.Data.ItemData.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.ItemData.Language">
            <summary>
            Gets the language of the item.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.ItemData.Version">
            <summary>
            Gets the version of the item.
            </summary>
            <value>The version.</value>
        </member>
        <member name="T:Sitecore.Data.ItemDefinition">
            <summary>
            Represents an item definition.
            <para>Combination of unique item <see cref="P:Sitecore.Data.ItemDefinition.ID"/>, <see cref="P:Sitecore.Data.ItemDefinition.Name"/>, <see cref="P:Sitecore.Data.ItemDefinition.TemplateID"/>, <see cref="P:Sitecore.Data.ItemDefinition.BranchId"/>, and <see cref="P:Sitecore.Data.ItemDefinition.Created"/> information.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemDefinition.InterningEnabledFlag">
            <summary>
            The interning enabled flag - copy of <see cref="P:Sitecore.Configuration.Settings.Interning.Enabled"/> for performance concerns.
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemDefinition._dataLength">
            <summary>
            The data length of current instance - computed once by <see cref="M:Sitecore.Data.ItemDefinition.GetDataLength"/> method.
            <para>This instance size fits into <see cref="T:System.Int32"/>, no need to use <see cref="T:System.Int64"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemDefinition.BaseDataLength">
            <summary>
            The base data length - only object size in memory without following any references.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Data.ItemDefinition"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.#ctor(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemDefinition"/> class.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="itemName">Name.</param>
            <param name="templateID">Template ID.</param>
            <param name="branchId">Branch id.</param>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.#ctor(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemDefinition"/> class.
            </summary>
            <param name="itemID">The item identifier.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template identifier.</param>
            <param name="branchId">The branch identifier.</param>
            <param name="created">The created.</param>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:Sitecore.Data.ItemDefinition"/> class from being created.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.ID">
            <summary>
            Gets the ID of the <see cref="T:Sitecore.Data.ItemDefinition"/>.
            </summary>
            <value>
            The ID for this instance.
            </value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty (ie. the null instance).
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.Key">
            <summary>
            Gets the key of the item (name in lowercase).
            </summary>
            <value>
            The Item key - name is lowercase.
            </value>
            <remarks>
            Same as <see cref="P:Sitecore.Data.ItemDefinition.Name" /> in lowercase.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.BranchId">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">ID</see> of master used for creating the item.
            </summary>
            <value>The master ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.Name">
            <summary>
            Gets the name of the item.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.TemplateID">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">ID</see> of the template.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.Created">
            <summary>
            Gets the created date of the item.
            </summary>
            <value>The created date.</value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.Empty">
            <summary>
            Gets the empty ItemInformation.
            </summary>
            <value>The empty ItemInformation.</value>
        </member>
        <member name="E:Sitecore.Data.ItemDefinition.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.ItemDefinition.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.GetDataLength">
            <summary>
            Gets the size of the current instance in bytes (for caching) with respect to <see cref="T:Sitecore.Data.Interning.InternManager`1"/> configuration.
            <para>Takes into account size of inner <see cref="P:Sitecore.Data.ItemDefinition.ID"/> instances, <see cref="P:Sitecore.Data.ItemDefinition.Name"/>, and lazy-created <see cref="P:Sitecore.Data.ItemDefinition.Key"/>.</para>
            </summary>
            <returns>Amount in bytes this instance occupies in memory.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.GetDataLength(System.Boolean)">
            <summary>
            Gets the size of current instance in bytes (for caching) depending on interning configuration.
            </summary>
            <param name="interningEnabled">If set to <c>true</c> interning is enabled, and parts of this instance should not be considered to consume space.</param>
            <returns>Amount in bytes this instance occupies in memory.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.Equals(Sitecore.Data.ItemDefinition)">
            <summary>
            Indicates whether the current object is equal to another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            true if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.
            </summary>
            <param name="other">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemDefinition.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Sitecore.Data.ItemInformation">
            <summary>ItemInformation</summary>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.#ctor(Sitecore.Data.ItemDefinition)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemInformation"/> class.
            </summary>
            <param name="itemDefinition">The item definition.</param>
        </member>
        <member name="P:Sitecore.Data.ItemInformation.ChildIDs">
            <summary>
            Gets or sets the child I ds.
            </summary>
            <value>The child I ds.</value>
        </member>
        <member name="P:Sitecore.Data.ItemInformation.ItemDefinition">
            <summary>
            Gets the item definition.
            </summary>
            <value>The item definition.</value>
        </member>
        <member name="P:Sitecore.Data.ItemInformation.ParentID">
            <summary>
            Gets or sets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemInformation.ParentIDLoaded">
            <summary>
            Gets a value indicating whether ParentID property has already been loaded.
            </summary>
            <value>
              <c>true</c> if ParentID property has already been loaded otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.AddItemData(Sitecore.Data.ItemData)">
            <summary>
            Adds the item data.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.AddLanguages(Sitecore.Collections.LanguageCollection)">
            <summary>
            Adds the languages.
            </summary>
            <param name="languages">The languages.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.AddVersions(Sitecore.Collections.VersionUriList)">
            <summary>
            Adds the versions.
            </summary>
            <param name="versionUris">The version uris.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.AddVersions(Sitecore.Collections.VersionCollection,Sitecore.Globalization.Language)">
            <summary>
            Adds the versions.
            </summary>
            <param name="versions">The versions.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.GetItemData(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item data.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item data.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.GetLanguages">
            <summary>
            Gets the languages.
            </summary>
            <returns>The languages.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.GetVersions">
            <summary>
            Gets the versions.
            </summary>
            <returns>The versions.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.GetVersions(Sitecore.Globalization.Language)">
            <summary>
            Gets the versions.
            </summary>
            <param name="language">The language.</param>
            <returns>The versions.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.NotifyChildAdded(Sitecore.Data.ID)">
            <summary>
            Notifies the child added.
            </summary>
            <param name="childID">The child ID.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.NotifyChildRemoved(Sitecore.Data.ID)">
            <summary>
            Notifies the child removed.
            </summary>
            <param name="childID">The child ID.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.NotifySaved(Sitecore.Data.ItemInformation,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Notifies the saved.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.NotifyVersionAdded(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Notifies the version added.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.NotifyVersionRemoved(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Notifies the version removed.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.NotifyVersionsRemoved(Sitecore.Globalization.Language)">
            <summary>
            Notifies the versions removed.
            </summary>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.GetItemDataKeyPrefix(Sitecore.Globalization.Language)">
            <summary>
            Gets the item data key prefix.
            </summary>
            <param name="language">The language.</param>
            <returns>The item data key prefix.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.GetItemDataKey(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item data key.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item data key.</returns>
        </member>
        <member name="E:Sitecore.Data.ItemInformation.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.ItemInformation.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.ItemInformation.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.FireDataLengthChanged">
            <summary>
            Fires the data length changed.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemInformation.UpdateDataLength">
            <summary>
            Updates the length of the data.
            </summary>
        </member>
        <member name="T:Sitecore.Data.ItemPath">
            <summary>
            Provides <see cref="P:Sitecore.Data.ItemPath.Path"/> to an <see cref="P:Sitecore.Data.ItemPath.Item"/> in the item tree (f.e. '/sitecore/content/Home/Sample Item').
            <para>Carries and a set of properties (f.e. <see cref="P:Sitecore.Data.ItemPath.IsContentItem"/>, <see cref="P:Sitecore.Data.ItemPath.IsMediaItem"/>) and methods (<see cref="M:Sitecore.Data.ItemPath.IsAncestorOf(Sitecore.Data.Items.Item)"/>, <see cref="M:Sitecore.Data.ItemPath.IsDescendantOf(Sitecore.Data.Items.Item)"/>).</para>
            <para><see cref="M:Sitecore.Data.ItemPath.GetPath(Sitecore.Data.Items.ItemPathType)"/> allows to build different paths from either parent item name, display names, or id.</para>
            <para>Allows to build a part of the path starting from given part: <see cref="M:Sitecore.Data.ItemPath.GetPath(Sitecore.Data.Items.Item,System.String,Sitecore.Data.Items.ItemPathType)"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemPath.Separator">
            <summary>
            The separator for item paths: "/".
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemPath.MediaItemStartPath">
            <summary>
            <para>The media library start item path is a combination of <see cref="F:Sitecore.Constants.MediaLibraryPath"/> and <see cref="F:Sitecore.Data.ItemPath.Separator"/>.</para>
            <para>Media items are stored under media library, thus their paths start with <see cref="F:Sitecore.Constants.MediaLibraryPath"/> followed by <see cref="F:Sitecore.Data.ItemPath.Separator"/>.</para>
            <para>Default value: "/sitecore/media library/"</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemPath.ContentItemStartPath">
            <summary>
            <para>The content start item path is a combination of <see cref="F:Sitecore.Constants.ContentPath"/> and <see cref="F:Sitecore.Data.ItemPath.Separator"/>.</para>
            <para>Content items are stored under content root, thus their paths start with <see cref="F:Sitecore.Constants.ContentPath"/> followed by <see cref="F:Sitecore.Data.ItemPath.Separator"/>.</para>
            <para>Default value: "/sitecore/content/"</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemPath.RootIDsPath">
            <summary>
            The <see cref="F:Sitecore.Data.Items.ItemPathType.ItemID"/> path to Sitecore root item (<see cref="F:Sitecore.Constants.SitecorePath"/>).
            <para>Default value: '/{11111111-1111-1111-1111-111111111111}'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemPath.ResetableItemManager">
            <summary>
            The item manager fetched from DI - a caching layer to avoid DI lookups on each class creation.
            <para>The value is re-calculated upon <see cref="M:Sitecore.DependencyInjection.ServiceLocator.SetServiceProvider(System.IServiceProvider)"/> call.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemPath.ResetableCacheManager">
            <summary>
            The cache manager fetched from DI - a caching layer to avoid DI lookups on each class creation.
            <para>The value is re-calculated upon <see cref="M:Sitecore.DependencyInjection.ServiceLocator.SetServiceProvider(System.IServiceProvider)"/> call.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemPath.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemPath"/> class.
            Creates a new <see cref="T:Sitecore.Data.ItemPath"/> instance.
            </summary>
            <param name="item">The item path should be constructed for.</param>
        </member>
        <member name="M:Sitecore.Data.ItemPath.#ctor(Sitecore.Data.Items.Item,Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemPath"/> class.
            </summary>
            <param name="item">The item path should be constructed for.</param>
            <param name="itemManager">The item manager to resolve item parent, and Sitecore root item.</param>
            <param name="cacheManager">The cache manager to fetch <see cref="T:Sitecore.Caching.ItemPathsCache"/> from.</param>
        </member>
        <member name="P:Sitecore.Data.ItemPath.Item">
            <summary>
            Gets the item for which path is to be constructed.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.ContentPath">
            <summary>
            Gets the content path.
            </summary>
            <value>The content path.</value>
            <remarks>If the item is a descendant of /sitecore/content the path relative to
            /sitecore/content is returned with a slash '/' prepended. If not, the absolute path is returned.</remarks>
            <example>
            Item item = Sitecore.Context.Database.Items["/sitecore/content/Home/News"];
            string s = item.Paths.Path; // /Home/News
            </example>
        </member>
        <member name="P:Sitecore.Data.ItemPath.FullPath">
            <summary>
            Gets the full path of the item.
            </summary>
            <value>The full path.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.IsContentItem">
            <summary>
            Gets a value indicating whether this item is a descendant of the /sitecore/content item.
            </summary>
            <value>
                <c>true</c> if this item is a descendant of the /sitecore/content item; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.IsFullyQualified">
            <summary>
            Gets a value indicating whether this item path root is Sitecore root element.
            <para><see cref="P:Sitecore.Data.ItemPath.Path"/> is compared to start with either <see cref="F:Sitecore.ItemIDs.RootID"/>, or root name (<see cref="F:Sitecore.Constants.SitecorePath"/>).</para>
            </summary>
            <value>
                <c>true</c> if this item has a root that is either "/{11111111-1111-1111-1111-111111111111}" or
            "/sitecore"; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.IsMasterPart">
            <summary>
            Gets a value indicating whether this instance is a master.
            </summary>
            <value><c>true</c> if this instance is a master; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.IsMediaItem">
            <summary>
            Gets a value indicating whether this item is a descendant of the '/sitecore/media library' item.
            <para>Check is performed by checking if <see cref="P:Sitecore.Data.ItemPath.Path"/> starts with <see cref="F:Sitecore.Data.ItemPath.MediaItemStartPath"/>.</para>
            </summary>
            <value>
            <c>true</c> if this item is a descendant of the Sitecore Media Library (<see cref="F:Sitecore.Constants.MediaLibraryPath"/>); otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.LongID">
            <summary>
            Gets the item path of <see cref="F:Sitecore.Data.Items.ItemPathType.ItemID"/> type.
            </summary>
            <example>
            var item = Sitecore.Context.Database.Items["/sitecore/content/Home"];
            var longID = item.Paths.LongID; /{11111111-1111-1111-1111-111111111111}/{0DE95AE4-41AB-4D01-9EB0-67441B7C2450}/{110D559F-DEA5-42EA-9C1C-8A5DF7E70EF9}
            </example>
            <value>The long ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.MediaPath">
            <summary>
            Gets the media path.
            </summary>
            <value>The media path.</value>
            <remarks>If the item is a descendant of /sitecore/media library the path relative to
            /sitecore/media library is returned with a slash '/' prepended. If not, the absolute path is returned.</remarks>
            <example>
            Item item = Sitecore.Context.Database.Items["/sitecore/media library/Buildings/House"];
            string s = item.Paths.Path; // /Buildings/House
            </example>
        </member>
        <member name="P:Sitecore.Data.ItemPath.ParentPath">
            <summary>
            Gets the path of the parent item.
            </summary>
            <value>The parent path.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.Path">
            <summary>
            Gets the <see cref="F:Sitecore.Data.Items.ItemPathType.Name"/> path for <see cref="P:Sitecore.Data.ItemPath.Item"/>.
            <para>Path is a concatenation of parent item names separated by <see cref="F:Sitecore.Data.ItemPath.Separator"/>.</para>
            <remarks>Path construction finishes when no parent is found, or parent was already processed (recursion detected).</remarks>
            </summary>
            <value>The <see cref="F:Sitecore.Data.Items.ItemPathType.Name"/> path for <see cref="P:Sitecore.Data.ItemPath.Item"/>.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.ItemManager">
            <summary>
            Gets the item manager.
            </summary>
            <value>
            The item manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.ItemPath.CacheManager">
            <summary>
            Gets the cache manager.
            </summary>
            <value>
            The cache manager.
            </value>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetItem">
            <summary>
            Gets the current item.
            </summary>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetItem(Sitecore.Data.Database)">
            <summary>
            Gets the current item.
            </summary>
            <param name="database">Database for item.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetPath(Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the path of the inner <see cref="P:Sitecore.Data.ItemPath.Item"/> of the specific type.
            </summary>
            <param name="type">
            The type of path to return.
            </param>
            <returns>
            The get path.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetPath(System.String,System.String,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Get item path
            </summary>
            <param name="from">Base path that will not be included
            in the result</param>
            <param name="separator">Path separator</param>
            <param name="type">Type of the elements in the path.
            Can be: id, key or name</param>
            <returns>Sitecore path of item (excluding from)</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetSubItem(System.String)">
            <summary>
            Gets the sub item with a specified path.
            </summary>
            <param name="path">
            Path.
            </param>
            <returns>
            The sub item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.IsAncestorOf(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is an ancestor of the current item.
            </summary>
            <param name="ancestorItem">Item to check.</param>
            <returns>
                <c>true</c> if an item is an ancestor of the current item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.IsDescendantOf(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the current item is a descendant of another item.
            </summary>
            <param name="descendantItem">Item.</param>
            <returns>
                <c>true</c> if the current item is a descendant of the other item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.Map(System.String,System.String)">
            <summary>
            Maps a path to another path.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <returns>The map.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.DoGetPath(Sitecore.Data.Items.Item,System.String,System.String,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Executes the get path event.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="from">From.</param>
            <param name="separator">The separator.</param>
            <param name="type">The type.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.DoGetPath(Sitecore.Data.Items.Item,System.String,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the path.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="separator">The separator.</param>
            <param name="type">The type.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.DoGetPath(Sitecore.Data.Items.Item,System.String,Sitecore.Data.Items.ItemPathType,Sitecore.Data.Items.Item,System.Int32)">
            <summary>
            Get path.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="separator">The separator.</param>
            <param name="type">The type.</param>
            <param name="root">The root.</param>
            <param name="level">The level.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetPath(Sitecore.Data.Items.Item,System.String,System.String,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the item path.
            </summary>
            <param name="currentItem">
            The item.
            </param>
            <param name="from">
            Base path that will not be included
            in the result
            </param>
            <param name="separator">
            Path separator
            </param>
            <param name="type">
            Type of the elements in the path.
            Can be: id, key or name
            </param>
            <returns>
            Sitecore path of item (excluding from)
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetPath(Sitecore.Data.Items.Item,System.String,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the path.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="separator">The separator.</param>
            <param name="type">The type.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetPathElement(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemPathType)">
            <summary>
            Gets the path element of an item.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="type">The type.</param>
            <returns>The get path element.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.GetSubItem(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the sub item.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="path">The path.</param>
            <returns>The sub item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPath.InsertItemPath(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemPathType,System.Text.StringBuilder)">
            <summary>
            Inserts the item path.
            </summary>
            <param name="currentItem">The item.</param>
            <param name="type">The type.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="T:Sitecore.Data.ItemPointer">
            <summary>Points to an item.</summary>
            <remarks>Points to an item without the ambiguities of ItemUri.</remarks>
        </member>
        <member name="M:Sitecore.Data.ItemPointer.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemPointer"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
        </member>
        <member name="M:Sitecore.Data.ItemPointer.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemPointer"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.ItemPointer.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPointer.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.ItemPointer.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Data.ItemPointer.Parse(System.String)">
            <summary>
            Parses the specified value.
            </summary>
            <param name="value">Value.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemPointer.ToString">
            <summary>
            Converts the point to a string representation.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.ItemRecords">
            <summary>
            Provides access to the items in a database.
            </summary>
            <remarks>
            Normally items are accessed through the <see cref="M:Sitecore.Data.Database.GetItem(Sitecore.Data.ID)"/>
            property.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemRecords"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(Sitecore.Data.ItemPointer)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified pointer.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemRecords.Item(Sitecore.Data.DataUri)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified URI.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(Sitecore.Data.ID)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(System.String)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemPath">Item path.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemPath">Item path.</param>
            <param name="language">Language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemPath">Item path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemRecords.GetItem(Sitecore.Data.DataUri)">
            <summary>
            Gets an item.
            </summary>
            <param name="uri">URI.</param>
            <returns>The item.</returns>
        </member>
        <member name="T:Sitecore.Data.ItemResolvers.ContentItemPathResolver">
            <summary>
            Content item by path resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ContentItemPathResolver.ResolvePath(Sitecore.Data.Items.Item,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Resolves the item by child name and given path.
            </summary>
            <param name="root">The root item.</param>
            <param name="childName">The child item name.</param>
            <param name="pathParts">The child item path.</param>
            <returns>The sub item for the given path.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ContentItemPathResolver.GetChild(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the child.
            </summary>
            <param name="item">The parent item.</param>
            <param name="itemName">Name of the item.</param>
            <returns>Returns child item.</returns>
        </member>
        <member name="T:Sitecore.Data.ItemResolvers.ItemPathResolver">
            <summary>
            Tries to match provided root item child name, display name with path parts split with <see cref="F:Sitecore.Data.ItemResolvers.ItemPathResolver.pathSeparator"/>.
            <para>If nothing is found, attempts to resolve <see cref="M:Sitecore.MainUtil.DecodeName(System.String)"/> path parts - assuming path was previously <see cref="M:Sitecore.MainUtil.EncodeName(System.String)"/>.</para>
            <para>Continues until either all parts are resolved till the end, or at some point name could not be matched.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemResolvers.ItemPathResolver.pathSeparator">
            <summary>
            The '/' path separator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ItemPathResolver.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemResolvers.ItemPathResolver" /> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemResolvers.ItemPathResolver.Replacements">
            <summary>
            Gets the encode name replacements.
            </summary>
            <value>
            The encode name replacements.
            </value>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ItemPathResolver.ResolveItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Resolves item by path.
            </summary>
            <param name="path">The item path.</param>
            <param name="root">The root item.</param>
            <returns>Resolved item;<c>null</c> if nothing was resolved</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ItemPathResolver.DoResolveItem(System.Collections.Generic.List{System.String},Sitecore.Data.Items.Item)">
            <summary>
            Returns the sub item.
            </summary>
            <param name="pathParts">The item path.</param>
            <param name="root">The root item.</param>
            <returns>The sub item.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ItemPathResolver.ResolvePath(Sitecore.Data.Items.Item,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Resolves the item by child name and given path.
            </summary>
            <param name="root">The root item.</param>
            <param name="childName">The child item name.</param>
            <param name="pathParts">The child item path.</param>
            <returns>The sub item for the given path.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ItemPathResolver.ResolveDecodedPath(Sitecore.Data.Items.Item,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Resolves the item by decoded child name and given path.
            </summary>
            <param name="root">The root item.</param>
            <param name="childName">The item name.</param>
            <param name="pathParts">The child item path.</param>
            <returns>The sub item for the given path.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.ItemPathResolver.GetChild(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the child.
            </summary>
            <param name="item">The parent item.</param>
            <param name="itemName">Name of the item.</param>
            <returns>Returns child item.</returns>
        </member>
        <member name="T:Sitecore.Data.ItemResolvers.MixedItemNameResolver">
            <summary>
              Represents logic to resolve items with names containing both parts from 'encodeNameReplacements' configuration 'find'
              and 'replaceWith'.
            The resolver works over an existing resolver, like <see cref="T:Sitecore.Data.ItemResolvers.ItemPathResolver"/> and <see cref="T:Sitecore.Data.ItemResolvers.ContentItemPathResolver"/>.
            If the underlying resolver fails to resolve, then <see cref="T:Sitecore.Data.ItemResolvers.MixedItemNameResolver"/> tries to find an item by the given path.
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemResolvers.MixedItemNameResolver.pathSeparator">
            <summary>
            The '/' path separator.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ItemResolvers.MixedItemNameResolver.DefaultResolver">
            <summary>
            Gets or sets the wrapped resolver, which is used by default to resolve items.
            </summary>
            <value>
            The default resolver.
            </value>
        </member>
        <member name="P:Sitecore.Data.ItemResolvers.MixedItemNameResolver.Separators">
            <summary>
            Gets or sets the separators.
            </summary>
            <value>
            The separators.
            </value>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.MixedItemNameResolver.#ctor(Sitecore.Data.ItemResolvers.ItemPathResolver)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemResolvers.MixedItemNameResolver"/> class.
            </summary>
            <param name="defaultResolver">The default resolver.</param>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.MixedItemNameResolver.ResolveItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Resolves item by path.
            </summary>
            <param name="path">The item path.</param>
            <param name="root">The root item.</param>
            <returns>
            Resolved item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.MixedItemNameResolver.ResolveRecursive(Sitecore.Data.Items.Item,System.Collections.Generic.List{System.String})">
            <summary>
            Resolves item by path recursively.
            </summary>
            <param name="root">The root.</param>
            <param name="subPaths">The sub path parts.</param>
            <returns>If found, then resolved item; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.MixedItemNameResolver.Tokenize(System.String)">
            <summary>
            Converts the name to an array of words using Separators table.
            </summary>
            <param name="name">The name to convert.</param>
            <returns>
            Array of words.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.MixedItemNameResolver.AreTokenizedNamesEqual(System.String[],System.String[])">
            <summary>
            Check if the tokenized names are equal.
            </summary>
            <param name="name1">The name1.</param>
            <param name="name2">The name2.</param>
            <returns>True, if equal; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemResolvers.MixedItemNameResolver.GetChild(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the child.
            </summary>
            <param name="item">The parent item.</param>
            <param name="itemName">Name of the item.</param>
            <returns>Returns child item.</returns>
        </member>
        <member name="T:Sitecore.Data.ItemResolvers.MixedItemNameResolvingMode">
            <summary>
            Enumeration flags to represent value of setting Settings.ItemResolving.FindBestMatch
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemResolvers.MixedItemNameResolvingMode.Disabled">
            <summary>
            Shows that MixedItemNameResolvingMode is disabled.
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemResolvers.MixedItemNameResolvingMode.Enabled">
            <summary>
            Shows that MixedItemNameResolvingMode is enabled.
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemResolvers.MixedItemNameResolvingMode.DeepScan">
            <summary>
            Shows that MixedItemNameResolvingMode is enabled and it tries to find best match using full tree.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.BaseItem">
            <summary>
            Defines the basic functionality of an item.
            </summary>
            <remarks>This is a work-around to provides an Item collection on a class
            named Item.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.BaseItem.Fields">
            <summary>
            Gets the fields of the item.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Items.BaseItem.Item(System.String)">
            <summary>
            Gets or sets the value of the field with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.BaseItem.Item(System.Int32)">
            <summary>
            Gets or sets the value of a specified field.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.BaseItem.Item(Sitecore.Data.ID)">
            <summary>
            Gets or sets the value of a specified field.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Data.Items.BranchItem">
            <summary>
            Represents a master.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.BranchItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.BranchItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.BranchItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.BranchItem">
            <summary>
            Converts an item to <see cref="T:Sitecore.Data.Items.BranchItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.BranchItem.op_Implicit(Sitecore.Data.Items.BranchItem)~Sitecore.Data.Items.Item">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Items.BranchItem"/> to a <see cref="T:Sitecore.Data.Items.Item"/>.
            </summary>
            <param name="branchItem">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.BranchItem.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.Item.Key"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.BranchItem.StandardValues">
            <summary>
            Gets the standard values.
            </summary>
            <value>The standard values.</value>
        </member>
        <member name="M:Sitecore.Data.Items.BranchItem.AddTo(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds an item based on this master to another item.
            </summary>
            <param name="parentItem">Parent item.</param>
            <param name="name">Name.</param>
            <returns>The to.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.CloneItem">
            <summary>
            The clone item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.CloneItem"/> class.
            </summary>
            <param name="innerItem">
            Inner item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.GetNonInheritedFieldIDs">
            <summary>
            Gets the non tracking field IDs.
            </summary>
            <returns>The array of non-inherited Field IDs</returns>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.GetNonInheritedFieldKeys">
            <summary>
            Gets the non-inherited field keys of names that are defined by setting Settings.ItemCloning.NonInheritedFields.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.Unclone">
            <summary>
            Unclones this instance - copies the field values and break the clone link.
            </summary>
            <returns>The real item version.</returns>
            <exception cref="T:System.UnauthorizedAccessException"><c>UnauthorizedAccessException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.UpdateField(Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item)">
            <summary>
            Updates the field.
            </summary>
            <param name="field">The original item field.</param>
            <param name="item">The clone item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.UpdateBlobField(Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item)">
            <summary>
            Updates the BLOB field.
            </summary>
            <param name="field">The original blob field.</param>
            <param name="item">The clone item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.UncloneVersion(Sitecore.Data.Items.Item)">
            <summary>
            Unclones the item version - copies the field values from original item.
            </summary>
            <param name="itemVersion">The item version.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.ClearSource">
            <summary>
            Clears the source field.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CloneItem.ClearVersionSource(Sitecore.Data.Items.Item)">
            <summary>
            Clears the source field for specific item version.
            </summary>
            <param name="itemVersion">The item version.</param>
        </member>
        <member name="T:Sitecore.Data.Items.ContextItemSwitcher">
            <summary>
            Switches the context item
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ContextItemSwitcher.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Switches the context item
            </summary>
            <param name="item">The item to be used as a new context item</param>
        </member>
        <member name="T:Sitecore.Data.Items.CoreItem">
            <summary>
            Represents a basic item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.#ctor">
            <summary>Private constructor</summary>
            <remarks>Makes it impossible to create an instance without
            using the <see cref="T:Sitecore.Data.Items.CoreItem.Builder"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Item(Sitecore.Data.ID)">
            <summary>
            Gets or sets the field value with the specified field ID.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.ID">
            <summary>
            Gets the ID of item
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.BranchId">
            <summary>
            Id of branch used for creating the item
            </summary>
            <value>The branch id.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.TemplateID">
            <summary>
            Gets the ID of the items template
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Created">
            <summary>
            Gets the created.
            </summary>
            <value>
            The created.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.GetDataLength">
            <summary>
            Gets the length of the data.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Items.CoreItem.Builder">
            <summary>
            Builds an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.#ctor(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.DataManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.CoreItem.Builder"/> class.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateID">The template ID.</param>
            <param name="manager">The manager.</param>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Builder.ItemData">
            <summary>
            Gets the item data.
            </summary>
            <value>The item data.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CoreItem.Builder.Template">
            <summary>
            Gets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.SetLanguage(Sitecore.Globalization.Language)">
            <summary>
            Sets the language.
            </summary>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.SetBranchId(Sitecore.Data.ID)">
            <summary>
            Sets the branch id.
            </summary>
            <param name="branchId">The branch id.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.SetVersion(Sitecore.Data.Version)">
            <summary>
            Sets the version.
            </summary>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.SetCreated(System.DateTime)">
            <summary>
            Sets the created.
            </summary>
            <param name="created">The created.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.AddField(Sitecore.Data.ID,System.String)">
            <summary>
            Adds the field.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="fieldValue">The field value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.AddField(System.String,System.String)">
            <summary>
            Adds the field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldValue">The field value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.CoreItem.Builder.GetFieldID(System.String)">
            <summary>
            Gets the field ID.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Items.CustomItem">
            <summary>
            Implements the basic functionality of a custom item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CustomItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.CustomItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItem.Item(Sitecore.Data.ID)">
            <summary>
            Gets or sets the value of a specified field.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItem.Item(System.Int32)">
            <summary>
            Gets or sets the value of a specified field.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItem.Item(System.String)">
            <summary>
            Gets or sets the value of a specified field.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.CustomItemBase">
            <summary>
            Implements the basic functionality of a custom item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CustomItemBase.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.CustomItemBase"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItemBase.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.Item.Database"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItemBase.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The name of the display.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.Item.DisplayName"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItemBase.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.ItemAppearance.Icon"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItemBase.ID">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID"/>.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItemBase.InnerItem">
            <summary>
            Gets the inner item.
            </summary>
            <value>The inner item.</value>
        </member>
        <member name="P:Sitecore.Data.Items.CustomItemBase.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.Item.Name"/></remarks>
        </member>
        <member name="M:Sitecore.Data.Items.CustomItemBase.BeginEdit">
            <summary>
            Begins editing the item.
            </summary>
            <remarks><seealso cref="M:Sitecore.Data.Items.ItemEditing.BeginEdit"/></remarks>
        </member>
        <member name="M:Sitecore.Data.Items.CustomItemBase.EndEdit">
            <summary>
            Ends editing the item.
            </summary>
            <remarks><seealso cref="M:Sitecore.Data.Items.ItemEditing.EndEdit"/></remarks>
        </member>
        <member name="T:Sitecore.Data.Items.CustomItemComparer">
            <summary>
            Compares two items.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.CustomItemComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="T:Sitecore.Data.Items.DeviceItem">
            <summary>
            Represents a Device item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.DeviceItem.mCapabilities">
            <summary>
            The m_capabilities.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.DeviceItem"/> class.
            Creates a new <see cref="T:Sitecore.Data.Items.DeviceItem"/> instance.
            </summary>
            <param name="innerItem">
            Inner item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.DeviceItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.DeviceItem"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.Agent">
            <summary>
            Gets the agent identification string.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.Capabilities">
            <summary>
            Gets the capabilities of the device.
            </summary>
            <value>The capabilities of the device.</value>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.FallbackDevice">
            <summary>
            Gets the fallback device.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.IsDefault">
            <summary>
            Gets a value indicating whether this device is default.
            </summary>
            <value>
                <c>true</c> if this device is default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.IsValid">
            <summary>
            Obsolete, please use <see cref="M:Sitecore.Data.Items.DeviceItem.IsValidIn(System.Web.HttpContextBase)"/> instead.
            <para>Gets a value indicating whether this device is valid - matches query string, or user agent for <see cref="P:System.Web.HttpContext.Current"/>.</para>
            </summary>
            <value>
                <c>true</c> if this device is valid; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.DefaultSimulator">
            <summary>
            Gets the Default Simulator Item
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.QueryString">
            <summary>
            Gets the Http query string that must be matched for this device to be valid.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.IsValidIn(System.Web.HttpContextBase)">
            <summary>
            Determines whether the instance is valid for specified context.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if is valid in the specified context; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.MatchesAgent">
            <summary>
            Determines if the <see cref="P:System.Web.HttpContext.Current"/> request UserAgent matches the <see cref="P:Sitecore.Data.Items.DeviceItem.Agent"/>.
            </summary>
            <returns>
            The matches agent.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.MatchesAgent(System.Web.HttpContextBase)">
            <summary>
            Determines if the request UserAgent matches the <see cref="P:Sitecore.Data.Items.DeviceItem.Agent"/>.
            </summary>
            <param name="context">The context.</param>
            <returns><c>true</c> if request user agent has <see cref="P:Sitecore.Data.Items.DeviceItem.Agent"/> inside;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.MatchesQueryString">
            <summary>
            Determines if the current Http query string matches the <see cref="P:Sitecore.Data.Items.DeviceItem.QueryString"/>.
            </summary>
            <returns>
            The matches query string.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.MatchesQueryString(System.Web.HttpContextBase)">
            <summary>
            Determines if the current Http query string matches the <see cref="P:Sitecore.Data.Items.DeviceItem.QueryString" />.
            </summary>
            <param name="context">The context.</param>
            <returns>
            <c>true</c> if instance <see cref="P:Sitecore.Data.Items.DeviceItem.QueryString"/> matches <paramref name="context"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveDevice(Sitecore.Data.Database)">
            <summary>
            Gets the current device.
            </summary>
            <param name="database">The database.</param>
            <returns>The current device.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveDevice(Sitecore.Data.Database,System.Web.HttpContextBase)">
            <summary>
            Gets the current device.
            </summary>
            <param name="database">The database.</param>
            <param name="httpContext">The HTTP context.</param>
            <returns>The current device.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.MatchesRules(System.Web.HttpContextBase)">
            <summary>
            Determines if the current device matches the rules.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <returns>Value that indicates whether current device matches the rules.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.MatchesRules(System.Web.HttpContextBase,Sitecore.Collections.SafeDictionary{System.String,System.Object})">
            <summary>
            Determines if the current device matches the rules.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <param name="customData">The custom data.</param>
            <returns>Value that indicates whether current device matches the rules.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.DeviceItem.ResolveHelper">
            <summary>
            Responsible for resolving device from given <see cref="T:Sitecore.Data.Database"/> for provided <see cref="T:System.Web.HttpContext"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.DeviceItem.ResolveHelper.Instance">
            <summary>
            The a single instance of state-less object.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.DeviceItem.ResolveHelper"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.DeviceItem.ResolveHelper.SiteContext">
            <summary>
            Gets the context site.
            </summary>
            <value>
            The site context.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.DoResolveDevice(Sitecore.Data.Database,System.Web.HttpContextBase)">
            <summary>
            Resolves the <see cref="T:Sitecore.Data.Items.DeviceItem"/> for given <paramref name="httpContext"/> from <paramref name="database"/>.
            <para>'sc_device' query string is a first priority.</para>
            <para>A context site <see cref="P:Sitecore.Sites.SiteContext.Device"/> is a second option.</para>
            <para><see cref="M:Sitecore.Data.Items.DeviceItem.IsValidIn(System.Web.HttpContextBase)"/> (user agent, and query string from device) and matching rules is a third option.</para>
             <para>A context site <see cref="P:Sitecore.Sites.SiteContext.DefaultDevice"/> is a forth option.</para>
            <para>The final option is a <see cref="P:Sitecore.Data.Items.DeviceItem.IsDefault"/> checkbox in item itself.</para>
            </summary>
            <param name="database">The database to load device items from.</param>
            <param name="httpContext">The HTTP context to have device resolved for.</param>
            <returns>The resolved device for given request.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.FindBestMatch(Sitecore.Data.Database,System.Web.HttpContextBase)">
            <summary>
            Finds the best match.
            </summary>
            <param name="database">The database.</param>
            <param name="httpContext">The HTTP context.</param>
            <returns>The best match.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.ReportError(System.String,System.Exception)">
            <summary>
            Reports the error.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.GetAllDevices(Sitecore.Data.Database)">
            <summary>
            Gets all devices from specific database.
            </summary>
            <param name="database">The database.</param>
            <returns>A collection of device items from database.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.GetDeviceByName(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the device by name from specified database.
            </summary>
            <param name="database">The database to get device from.</param>
            <param name="deviceName">The name of the device to fetch.</param>
            <returns>Device loaded from database by name;<c>null</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.GetDefaultSiteDevice(Sitecore.Data.Database,Sitecore.Sites.SiteContext)">
            <summary>
            Gets the default site device.
            </summary>
            <param name="database">The database to fetch devices from.</param>
            <param name="site">The site to take DefaultDevice from.</param>
            <returns>The default site device.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.GetSiteDevice(Sitecore.Data.Database)">
            <summary>
            Gets the site device.
            </summary>
            <param name="database">The database.</param>
            <returns>The device.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.GetQueryStringDevice(Sitecore.Data.Database,System.Web.HttpContextBase)">
            <summary>
            Gets the device from 'sc_device' query string parameter.
            </summary>
            <param name="database">The database to get device item from.</param>
            <param name="httpContext">The current HttpContext.</param>
            <returns>The device item resolved by name from query string.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.DeviceItem.ResolveHelper.GetQueryString(System.Web.HttpContextBase,System.String)">
            <summary>
            Gets the query string from provided <paramref name="httpContext"/>.
            </summary>
            <param name="httpContext">The HTTP context to fetch query string from.</param>
            <param name="key">The key in query string whose value should be returned.</param>
            <returns><see cref="F:System.String.Empty"/> in case no key in query string; matched value otherwise.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.EditContext">
            <summary>Provides a mean to put an item in editing mode.</summary>
            <remarks>
                <para>The item is enters editing mode when this object is created and leaves
                editing mode when the object is disposed.</para>
                <para>This provides an easy to use mechanism for editing items.</para>
            </remarks>
            <example>
                The following code updates the Title field of the Home item.
                <code lang="CS">
            Item item = Sitecore.Context.Item["/sitecore/context/Home"];
              using (new EditContext(item)) {
                item["Title"] = "My title";
              }
                </code>
            </example>
            [Obsolete("EditContext is obsolete.")]
        </member>
        <member name="M:Sitecore.Data.Items.EditContext.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.EditContext"/> instance.
            </summary>
            <param name="item">Item.</param>
            <remarks>The item enters editing mode.</remarks>
        </member>
        <member name="M:Sitecore.Data.Items.EditContext.#ctor(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.EditContext"/> instance.
            </summary>
            <param name="item">Item.</param>
            <param name="securityCheck">The security check.</param>
            <remarks>The item enters editing mode.</remarks>
        </member>
        <member name="M:Sitecore.Data.Items.EditContext.#ctor(Sitecore.Data.Items.Item,System.Boolean,System.Boolean)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.EditContext"/> instance.
            </summary>
            <param name="item">The item.</param>
            <param name="updateStatistics">if set to <c>true</c> this instance is update statistics.</param>
            <param name="silent">if set to <c>true</c> this instance is silent.</param>
            <remarks>The item enters editing mode.</remarks>
        </member>
        <member name="M:Sitecore.Data.Items.EditContext.Dispose">
            <summary>
            Disposes this instance.
            </summary>
            <remarks>The item leaves editing mode.</remarks>
        </member>
        <member name="T:Sitecore.Data.Items.EnforceVersionPresenceDisabler">
            <summary>
            Allows to disable the Enforce Version Presence functionality
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.EnforceVersionPresenceDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.EnforceVersionPresenceDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.FileDropAreaMediaFolderItem">
            <summary>
            Represents the File Drop Area media folder item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.FileDropAreaMediaFolderItem.FileDropAreaMediaFolderTemplateID">
            <summary>
            Template ID for FDA media folder item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.FileDropAreaMediaFolderItem.ReferrersFieldID">
            <summary>
            The ID for the field that stores Referrers data.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.FileDropAreaMediaFolderItem"/> class.
            </summary>
            <param name="innerItem">Sitecore Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.IsFileDropAreaMediaFolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether specified item is file drop area media folder.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns><c>true</c> if the specified item is file drop area media folder.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.ConvertToFDAMediaFolder(Sitecore.Data.Items.Item,Sitecore.Data.Fields.FileDropAreaField)">
            <summary>
            Converts item to FDA media folder.
            </summary>
            <param name="item">The item to be converted.</param>
            <param name="field">The field.</param>
            <returns>The converted item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.AddReferrer(Sitecore.Data.Fields.FileDropAreaField)">
            <summary>
            Adds the referrer.
            </summary>
            <param name="field">The referrer.</param>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.GetRegisteredReferrers">
            <summary>
            Gets the registered referrers.
            </summary>
            <returns>The registered referrers list.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.SetReferrers(System.Collections.Generic.List{System.String})">
            <summary>
            Sets the referrers.
            </summary>
            <param name="referrers">The referrers.</param>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.ExtractReferrersCollection">
            <summary>
            Extracts the referrers collection from Referrers field.
            </summary>
            <returns>The list of referrers stored in the Referrers field.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.GetReferrerString(Sitecore.Data.Fields.FileDropAreaField)">
            <summary>
            Gets the referrer string.
            </summary>
            <param name="field">The FDA field.</param>
            <returns>The serialized referrer string.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.FileDropAreaMediaFolderItem.BuildReferrerLink(System.String)">
            <summary>
            Builds the referrer link.
            </summary>
            <param name="data">The serialized data.</param>
            <returns>The Referrer.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.FieldChange">
            <summary>
            Represents a field change.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.FieldChange.#ctor(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.FieldChange"/> class.
            </summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.FieldChange.#ctor(Sitecore.Data.Fields.Field,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.FieldChange"/> class.
            </summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.Definition">
            <summary>
            Gets the definition.
            </summary>
            <value>The definition.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.FieldID">
            <summary>
            Gets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.RemoveField">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.Items.FieldChange"/> removes the field.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.Items.FieldChange"/> removes the field; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.OriginalValue">
            <summary>
            Gets the original value.
            </summary>
            <value>The original value.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.IsBlob">
            <summary>
            Gets a value indicating whether this instance is BLOB field.
            </summary>
            <value>
              <c>true</c> if this instance is BLOB field; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.IsShared">
            <summary>Gets a value indicating whether field is shared.</summary>
            <value><c>true</c> if field is shared.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChange.IsUnversioned">
            <summary>Gets a value indicating whether field is unversioned.</summary>
            <value><c>true</c> if field is unversioned.</value>
        </member>
        <member name="T:Sitecore.Data.Items.FieldChange.FieldChangeDebuggerProxy">
            <summary>
            Debug view for <see cref="T:Sitecore.Data.Items.FieldChange"/> instance.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.FieldChangeList">
            <summary>
            Represents a list of field changes.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChangeList.Item(Sitecore.Data.ID)">
            <summary>
            Gets or sets the <see cref="T:Sitecore.Data.Items.FieldChange"/> with the specified field ID.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Items.FieldChange"/>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChangeList.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Data.Items.FieldChangeList.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
        </member>
        <member name="M:Sitecore.Data.Items.FieldChangeList.Contains(Sitecore.Data.ID)">
            <summary>
            Determines whether the list of changed fields contains the specified field id.
            </summary>
            <param name="fieldId">The field ID.</param>
            <returns>
              <c>true</c> if the field id is contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.FieldChangeList.ContainsAnyOf(Sitecore.Data.ID[])">
            <summary>
            Determines whether the list of changed fields contains any of the specified field ids.
            </summary>
            <param name="fieldIds">The field ids.</param>
            <returns>
              <c>true</c> if any of the field ids are contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.FieldChangeList.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.FieldChangeList.ContainsAnyOf(System.Boolean,Sitecore.Data.ID[])">
            <summary>
            Determines whether the list of changed fields contains any of the specified field ids.
            </summary>
            <param name="compareFieldValue">if set to <c>true</c> original and current field values are compared to determine whether field is modified.</param>
            <param name="fieldIds">The field ids.</param>
            <returns>
              <c>true</c> if any of the field ids are contained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Items.Item">
            <summary>
            Represents an item.
            </summary>
            <remarks>
            <para>
            The item is language-specific and represents a single version.
            </para>
            <para>
            The Item class is a top-level class that provide access to many operations
                within the system.
            </para>
            <para>
            An item is usually obtained directly from a database.
            </para>
            </remarks>
            <example>
            <para class="sourcecode">
            Item item = Sitecore.Context.Database["/sitecore/content/Home"];
            </para>
            </example>
        </member>
        <member name="F:Sitecore.Data.Items.Item._itemID">
            <summary>
            The _item id.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._lock">
            <summary>
            The _lock.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._appearance">
            <summary>
            The _appearance.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._axes">
            <summary>
            The _axes.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._changes">
            <summary>
            The _changes.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._database">
            <summary>
            The _database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._editing">
            <summary>
            The _editing.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._fields">
            <summary>
            The _fields.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._help">
            <summary>
            The _help.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._innerData">
            <summary>
            The _inner data.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._key">
            <summary>
            The _key.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._links">
            <summary>
            The _links.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._locking">
            <summary>
            The _locking.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._paths">
            <summary>
            The _paths.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._publishing">
            <summary>
            The _publishing.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._runtimeSettings">
            <summary>
            The _runtime settings.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._security">
            <summary>
            The _security.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._source">
            <summary>
            The _source.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._state">
            <summary>
            The _state.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._statistics">
            <summary>
            The _statistics.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._uniqueId">
            <summary>
            The _unique id.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._versions">
            <summary>
            The _versions.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item._visualization">
            <summary>
            The _visualization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.Item.#ctor(Sitecore.Data.ID,Sitecore.Data.ItemData,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.Item"/> class.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="data">
            The data.
            </param>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Access">
            <summary>
            Provides access to the Access framework.
            </summary>
            <value>The access.</value>
            <remarks>
            The Access framework determine user rights from security and workflow
            settings.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Appearance">
            <summary>
            Provides access to appearance information.
            </summary>
            <value>The appearance.</value>
            <remarks>Appearance information includes CSS style and an icon.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Axes">
            <summary>
            Provides access to functions that retrieve other item relative to this
            item.
            </summary>
            <value>The axes.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Branch">
            <summary>
            Gets the branch from which the item was created.
            </summary>
            <value>The branch.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.BranchId">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">id</see> of the branch that was used to create this item.
            </summary>
            <value>The branch ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Branches">
            <summary>
            Gets a list of branches that are allowed to be created under this item.
            </summary>
            <value>The branches.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Children">
            <summary>
            Gets a list of child items.
            </summary>
            <value>The children.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Created">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">id</see> of the branch that was used to create this item.
            </summary>
            <value>The branch ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
            <remarks>
                <para>Gets the database that item resides in.</para>
                <para>The Database class is a top-level class that provides access many other
            functions within the system.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.DisplayName">
            <summary>
            Gets the language-specific display name.
            </summary>
            <value>The name of the display.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Editing">
            <summary>
            Provides access to the publishing framework.
            </summary>
            <value>The editing.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Empty">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Items.Item"/> is empty (i.e. has no versions in any language).
            </summary>
            <value><c>true</c> if empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Fields">
            <summary>
            Gets the list of fields.
            </summary>
            <value>The fields.</value>
            <remarks>
                <para>The list only contains the fields that have content.</para>
                <para>To get all fields defined by the template, use the ReadAll method on the
            returned list.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.HasChildren">
            <summary>
            Gets a value that indicates if the item has child items.
            </summary>
            <value>
                <c>true</c> if this instance has children; otherwise, <c>false</c>.
            </value>
            <remarks>
                <para>This is an efficient method for determine if the item has child items.</para>
                <para>Do not use Children.Count as this retrieves all child items.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.HasClones">
            <summary>
            Gets a value indicating whether this instance has clones.
            </summary>
            <value>
                <c>true</c> if this instance has clones; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Help">
            <summary>
            Provides access to help information.
            </summary>
            <value>The help.</value>
            <remarks>
            Help information include Short Description (<c>ToolTip</c>) Long Help (<c>Description</c>) and
            Help link.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ID">
            <summary>
            Gets the ID of the item.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.InnerData">
            <summary>
            Gets the inner data.
            </summary>
            <value>The inner data.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.IsClone">
            <summary>
            Gets a value indicating whether this instance is clone.
            </summary>
            <value><c>true</c> if this instance is clone; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.IsFallback">
            <summary>
            Gets a value that indicates if the item is a fallback item.
            </summary>
            <value>
            <c>true</c> if this item is a fallback item; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Key">
            <summary>
            Gets the key of item.
            </summary>
            <value>The key.</value>
            <remarks>The key is always %Name% in lowercase.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Language">
            <summary>
            Get the language of the item.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Languages">
            <summary>
            Gets a list of languages that the item has content in.
            </summary>
            <value>The languages.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Links">
            <summary>
            Provides access to the Links framework.
            </summary>
            <value>The links.</value>
            <remarks>
            The Links framework contains information about which items links to this item and
            which items are references from this item.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Locking">
            <summary>
            Provides to the Locking framework.
            </summary>
            <value>The locking.</value>
            <remarks>
            The Locking framework ensures, if enabled, that only one user can edit an item at
            a time.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Master">
            <summary>
            Gets the master from which the item was created.
            </summary>
            <value>The master.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Modified">
            <summary>
            Gets a value that indicates if the item has been modified.
            </summary>
            <value><c>true</c> if modified; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
            <remarks>
                <para>The name is a short textual description of the item, like a filename in
            Windows.</para>
                <para>It can not be language versioned.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.OriginatorId">
            <summary>
            Gets the originator id.
            </summary>
            <value>The originator id.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.OriginalLanguage">
            <summary>
            Gets or sets the original language.
            </summary>
            <value>
            The original language.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Parent">
            <summary>
            Gets the parent item.
            </summary>
            <value>The parent.</value>
            <remarks>For the root element, null is returned.</remarks>
            <example>
            Get the parent of the Home item:
            <code lang="CS">
            Item home = Sitecore.Context.Database["/sitecore/content/Home"];
            Item parent = home.Parent;
            MainUtil.Out("Parent is: " + parent.Parent.Path);
            // Parent is: /sitecore/content
            </code>
                <code lang="CS">
                </code>
            </example>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ParentID">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">ID</see> of the parent item.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Paths">
            <summary>
            Provides access to Path information.
            </summary>
            <value>The paths.</value>
            <remarks>Path information describes the items position in relation to other items.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Publishing">
            <summary>
            Provides access to the publishing framework.
            </summary>
            <value>The publishing.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.RuntimeSettings">
            <summary>
            Provides access to miscellaneous runtime information.
            </summary>
            <value>The runtime settings.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Security">
            <summary>
            Gets the access rules defined for the item.
            </summary>
            <value>The access rules.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.SourceUri">
            <summary>
            Gets the source URI.
            </summary>
            <value>The source URI.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.State">
            <summary>
            Gets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Statistics">
            <summary>
            Provides access to statistical information.
            </summary>
            <value>The statistics.</value>
            <remarks>
            Statistical information is creation time, author, last updated time and
            more.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Template">
            <summary>
            Gets the template of the item.
            </summary>
            <value>The template.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.TemplateID">
            <summary>
            Gets the <see cref="T:Sitecore.Data.ID">ID</see> of the template.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.IsLanguageItem">
            <summary>
            check is current item is language
            </summary>
            <value>The IsLanguageItem</value>
            <remarks></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.TemplateName">
            <summary>
            Gets the name of the template.
            </summary>
            <value>The name of the template.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Uri">
            <summary>
            Gets an URI for the item.
            </summary>
            <value>The URI.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Version">
            <summary>
            Gets the version represented by this item.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Versions">
            <summary>
            Provides access to different versions of the item.
            </summary>
            <value>The versions.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.Visualization">
            <summary>
            Provides access to the visible representations of the item.
            </summary>
            <value>The visualization.</value>
            <remarks>Visible representation is usually the layout of the item.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.Item.IsItemClone">
            <summary>
            Gets a value indicating whether any version of this item is a clone.
            </summary>
            <value>
                <c>true</c> if this entire item is a clone; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.SharedFieldsSource">
            <summary>
            Gets or sets the shared fields source.
            </summary>
            <value>The shared fields source.</value>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Add(System.String,Sitecore.Data.Items.BranchItem)">
            <summary>
            Creates an item under this item from a master.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="branch">
            The master.
            </param>
            <returns>
            The add.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Add(System.String,Sitecore.Data.BranchId)">
            <summary>
            Creates an item under this item from a master ID.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="branchId">
            The master ID.
            </param>
            <returns>
            The add.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Add(System.String,Sitecore.Data.Items.TemplateItem)">
            <summary>
            Creates an item under this item from a template.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="template">
            The template.
            </param>
            <returns>
            The add.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Add(System.String,Sitecore.Data.Items.TemplateItem,Sitecore.Data.ID)">
            <summary>
            Creates an item under this item from a template.
            </summary>
            <param name="name">The name.</param>
            <param name="template">The template.</param>
            <param name="newItemId">The new item identifier.</param>
            <returns>
            Added item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Add(System.String,Sitecore.Data.TemplateID)">
            <summary>
            Creates an item under this item from a template ID.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="templateID">
            The template ID.
            </param>
            <returns>
            The add.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Add(System.String,Sitecore.Data.TemplateID,Sitecore.Data.ID)">
            <summary>
            Creates an item with specified ID under this item from a template ID.
            </summary>
            <param name="name">The name.</param>
            <param name="templateID">The template ID.</param>
            <param name="newItemID">The new item identifier.</param>
            <returns>
            Added item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.ChangeTemplate(Sitecore.Data.Items.TemplateItem)">
            <summary>
            Changes the template of the item.
            </summary>
            <param name="template">
            The template.
            </param>
            <remarks>
            Field values are transfered by name.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Clone(Sitecore.Data.Items.Item)">
            <summary>
            Clones the specified item.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Clone(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Clones the specified item.
            </summary>
            <param name="cloneID">
            The clone ID.
            </param>
            <param name="ownerDatabase">
            The database that is to own the clone.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.CloneTo(Sitecore.Data.Items.Item)">
            <summary>
            Clones the item to the given destination.
            </summary>
            <param name="destination">The destination.</param>
            <returns>The clone.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.CloneTo(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Clones the item to the given destination.
            </summary>
            <param name="destination">The destination.</param>
            <param name="deep">if set to <c>true</c> clone descendants too.</param>
            <returns>The clone.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.CloneTo(Sitecore.Data.Items.Item,System.String,System.Boolean)">
            <summary>
            Clones the item to the given destination.
            </summary>
            <param name="destination">
            The destination.
            </param>
            <param name="name">
            The clone name.
            </param>
            <param name="deep">
            if set to <c>true</c> clone descendants too.
            </param>
            <returns>
            The created clone.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetNonInheritedFieldKeys">
            <summary>
            Gets the non inherited field keys.
            </summary>
            <returns>The list of filed keys that should not be inherited when cloning the item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.CopyTo(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Copies an item to another location.
            </summary>
            <param name="destination">
            The destination item (i.e. the item that will serve as the parent of the
            copy).
            </param>
            <param name="copyName">
            Name of the copy.
            </param>
            <returns>
            The copied item (i.e. the root of the copied subtree).
            </returns>
            <remarks>
            <para>
            Copies an item and all of its descendants to another location in the content
            tree.
            </para>
            <para>
            All item IDs are changed before the copy is merged into the content
            tree.
            </para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.Item.CopyTo(Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Copies an item to another location.
            </summary>
            <param name="destination">
            The destination item (i.e. the item that will serve as the parent of the
            copy).
            </param>
            <param name="copyName">
            Name of the copy.
            </param>
            <param name="copyID">
            The copy ID.
            </param>
            <param name="deep">
            Indicates if child items are copied.
            </param>
            <returns>
            The copied item (i.e. the root of the copied subtree).
            </returns>
            <remarks>
            <para>
            Copies an item to another location in the content tree.
            </para>
            <para>
            All item IDs are changed before the copy is merged into the content
            tree.
            </para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Delete">
            <summary>
            Deletes the item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.Item.DeleteChildren">
            <summary>
            Deletes all child items to which the current user has delete access.
            </summary>
            <returns>
            The number of child items deleted.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Duplicate">
            <summary>
            Duplicates the item.
            </summary>
            <returns>
            The new item.
            </returns>
            <remarks>
            Creates a copy of the item and all of its child items under the same parent
            item. All new items will have new IDs assigned.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Duplicate(System.String)">
            <summary>
            Duplicates the item.
            </summary>
            <param name="copyName">
            Name of the copy.
            </param>
            <returns>
            The new item.
            </returns>
            <remarks>
            Creates a copy of the item and all of its subitems under the same parent
            item. All new items will have new IDs assigned
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetChildren">
            <summary>
            Gets the children.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetChildren(Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetClones">
            <summary>
            Gets the clones of this item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetClones(System.Boolean)">
            <summary>
            Gets the clones of this item.
            </summary>
            <param name="processChildren">if set to <c>true</c> then child items will be processed and will be included to result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetOuterXml(System.Boolean)">
            <summary>
            Gets the outer XML of the item.
            </summary>
            <param name="includeSubitems">
            if set to <c>true</c> the XML includes subitems.
            </param>
            <returns>
            The get outer xml.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetOuterXml(Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Gets the outer XML.
            </summary>
            <param name="options">The options.</param>
            <returns>
            Returns outer xml of item.
            </returns>
        </member>
        <member name="P:Sitecore.Data.Items.Item.LanguageFallbackEnabled">
            <summary>
            Gets a value that indicates if language fallback functionality is enabled for the current item.
            Use <see cref="P:Sitecore.Data.Items.Item.IsFallback"/> to determine whether item is a fallback item.
            </summary>
            <seealso cref="P:Sitecore.Data.Items.Item.IsFallback"/>
            <value>
            <c>true</c> if language fallback functionality is enabled for the current item; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetFallbackItem">
            <summary>
            Gets the fallback item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.DescendsFrom(Sitecore.Data.ID)">
            <summary>
            Determines whether the item is based on the provided template ID directly or via template inheritance.
            </summary>
            <param name="templateId">The template ID to test.</param>
            <returns><code>true</code> if the item derives from the <code>templateId</code></returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.MoveTo(Sitecore.Data.Items.Item)">
            <summary>
            Moves the item to another location.
            </summary>
            <param name="destination">
            Destination item (i.e. the item that will serve as the new parent of the
            item).
            </param>
            <remarks>
            Moves an item and all of its descendants to another
            location in the content tree.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Paste(System.String,System.Boolean,Sitecore.Data.Items.PasteMode)">
            <summary>
            Inserts new items from an XML string.
            </summary>
            <param name="xml">
            The XML.
            </param>
            <param name="changeIDs">
            if set to <c>true</c> ids should be changed.
            </param>
            <param name="mode">
            The mode.
            </param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.PasteItem(System.String,System.Boolean,Sitecore.Data.Items.PasteMode)">
            <summary>
            Inserts new items from an XML string.
            </summary>
            <param name="xml">
            The XML.
            </param>
            <param name="changeIDs">
            if set to <c>true</c> ids should be changed.
            </param>
            <param name="mode">
            The mode.
            </param>
            <returns>
            The item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Recycle">
            <summary>
            Puts the item in the Recycle Bin database.
            </summary>
            <returns>
            The id of archive entry. If an archive entry hasn't been created, the return value will be <c>Guid.Empty</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.RecycleChildren">
            <summary>
            Deletes all child items to which the current user has delete access.
            </summary>
            <returns>
            The number of child items deleted.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.RecycleVersion">
            <summary>
            Puts the item version in the Recycle Bin database.
            </summary>
            <returns>
            The id of archive entry. If an archive entry hasn't been created, the return value will be <c>Guid.Empty</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Reload">
            <summary>
            Reloads the item from storage.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.Item.IsEmpty(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets a value that indicates if the item is empty (i.e. has no versions).
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            <c>true</c> if the specified item ID is empty; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetUniqueId">
            <summary>
            Gets a unique id.
            </summary>
            <remarks>
            <para>
            The id must be unique enough to be used in a global cache.
            </para>
            <para>
            For example, an <see cref="T:Sitecore.Data.Items.Item"/> might implement this as <c>Database.Name + ID</c>.
            </para>
            <para>
            The resulting key used by the <see cref="T:Sitecore.Security.AccessControl.AuthorizationManager"/> might therefore be <c>typeof(Item).FullName + divider + Database.Name + ID</c>.
            </para>
            </remarks>
            <returns>
            The get unique id.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.AddToItemCloningRelationsCache(Sitecore.Data.Items.Item,Sitecore.Data.ItemUri)">
            <summary>
            Adds to item cloning relations cache.
            </summary>
            <param name="item">The item.</param>
            <param name="uri">The URI to add to cache.</param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetClonesInternal(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the clones (internal method).
            </summary>
            <param name="item">The item.</param>
            <param name="processChildren">if set to <c>true</c> then child items will be processed and will be included to result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetProperty(System.String)">
            <summary>
            Gets the property.
            </summary>
            <param name="name">
            The name.
            </param>
            <returns>
            The property.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.SetProperty(System.String,System.String,System.String)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.SetProperty(System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.TryGetCacheValue(Sitecore.Data.Items.Item,Sitecore.Data.ItemUri@)">
            <summary>
            Tries the get value from item cloning relations cache.
            </summary>
            <param name="item">The item.</param>
            <param name="itemUri">The item URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetItemUriFromSourceItem">
            <summary>
            Gets the Item URI from __Source item and __Source fields
            </summary>
            <returns>ItemUri retreived from __Source item and __Source fields</returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetChanges(System.Boolean)">
            <summary>
            Gets the changes.
            </summary>
            <param name="force">
            if set to <c>true</c> this instance is force.
            </param>
            <returns>
            The changes.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.GetFullChanges">
            <summary>
            Gets the full changes.
            </summary>
            <returns>
            The full changes.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.Item.Delete(System.Boolean)">
            <summary>
            Deletes the item.
            </summary>
            <param name="removeBlobs">if set to <c>true</c> then removes BLOBs if delete was successful.</param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.RejectChanges">
            <summary>
            Rejects the changes.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.Item.RemoveItemFromCloningCache(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item from cloning cache.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.SetChanges(Sitecore.Data.Items.ItemChanges)">
            <summary>
            Sets the changes.
            </summary>
            <param name="changes">
            The changes.
            </param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.SetDatabase(Sitecore.Data.Database)">
            <summary>
            Sets the database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Data.Items.Item.SetInnerData(Sitecore.Data.Items.Item)">
            <summary>
            Sets the inner data.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy">
            <summary>
            ItemDebuggerTypeProxy class
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy._item">
            <summary>
            The _item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy.Database">
            <summary>
            Gets the database name.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy.Id">
            <summary>
            Gets the item id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy.Language">
            <summary>
            Gets the item language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy.Name">
            <summary>
            Gets the item name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Items.Item.ItemDebuggerTypeProxy.Version">
            <summary>
            Gets the item version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="T:Sitecore.Data.Items.ItemAppearance">
            <summary>
            Defines the appearance of the item.
            </summary>
            <remarks>
            <para>
            Appearance defines how the item appears in the Sitecore client.
            </para>
            <para>
            The %Icon% property provides the item with a graphical representation.
            </para>
            <para>
            The Style property defines the CSS style that is applied to item when
                displayed in the content tree.
            </para>
            </remarks>
        </member>
        <member name="F:Sitecore.Data.Items.ItemAppearance.item">
            <summary>
            The item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAppearance.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.ItemAppearance"/> class.
            Initializes a ItemAppearance class for an item.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.ContextMenu">
            <summary>
            Gets or sets the context menu.
            </summary>
            <value>The context menu.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.CustomEditor">
            <summary>
            Gets or sets the custom editor.
            </summary>
            <value>The custom editor.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.DisplayName">
            <summary>
            Gets or sets the display name.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.HelpLink">
            <summary>
            Gets or sets the help link.
            </summary>
            <value>The help link.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Hidden">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Items.Item"/> is hidden.
            </summary>
            <value><c>true</c> if hidden; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Icon">
            <summary>Gets the path to the icon file.</summary>
            <remarks>
            This can be a themed path, e.g. "Applications/16x16/About.png", or an absolute
            path, e.g. "/sitecore/shell/Themes/Standard/Applications/16x16/About.png".
            The value is get from item's field, but information about database of an item is
            being added automatically
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.LongDescription">
            <summary>
            Gets or sets the long description.
            </summary>
            <value>The long description.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Items.Item"/> is read-only.
            </summary>
            <value><c>true</c> if read-only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Ribbon">
            <summary>
            Gets or sets the ribbon.
            </summary>
            <value>The ribbon.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.ShortDescription">
            <summary>
            Gets or sets the short description.
            </summary>
            <value>The short description.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Skin">
            <summary>
            Gets the skin.
            </summary>
            <value>The skin.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Sortorder">
            <summary>
            Gets or sets the sortorder.
            </summary>
            <value>The sortorder.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Style">
            <summary>
            Gets the CSS style for the item.
            </summary>
            <value></value>
            <remarks>This must be a valid CSS style string, e.g. "color:red; font-weight:600".</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAppearance.Thumbnail">
            <summary>
            Gets or sets the thumbnail.
            </summary>
            <value>The thumbnail.</value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAppearance.Sanitize(System.String)">
            <summary>
            Sanitizes the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns>The sanitized value</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAppearance.UpdateIconPath(System.String)">
            <summary>
            Inserts to the media path a link to the item's database
            </summary>
            <param name="iconPath">
            An url to icon
            </param>
            <returns>
            The update icon path.
            </returns>
            <contract>
              <requires name="iconPath" condition="not null"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Data.Items.ItemAxes">
            <summary>Provides access to other items relative to a source item.</summary>
            <remarks>
                <para>Implements the <see cref="P:Sitecore.Data.Items.Item.Axes">Axes</see>
                property.</para>
                <para>You should never instantiate this class.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new ItemAxes object.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAxes.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAxes.Level">
            <summary>
            Gets the number of parents of the source item.
            </summary>
            <value>The level.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemAxes.Root">
            <summary>
            Gets the root item of the items database.
            </summary>
            <value>The root.</value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetAncestor(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Gets an ancestor item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="includeSelf">if set to <c>true</c> this instance is include self.</param>
            <returns>The ancestor.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetAncestors">
            <summary>
            Gets all ancestors.
            </summary>
            <returns>The ancestors.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetChild(System.String)">
            <summary>
            Gets a child item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <returns>The child.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetChild(Sitecore.Data.ID)">
            <summary>
            Gets a child item.
            </summary>
            <param name="childID">The child ID.</param>
            <returns>The child.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetDescendant(System.String)">
            <summary>
            Gets an item that is in the descendants axis of the source item.
            </summary>
            <param name="name">The name.</param>
            <returns>The descendant.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetDescendants">
            <summary>
            Gets a list of items that is in descendant axis of the source item.
            </summary>
            <returns>The descendants.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetItem(System.String)">
            <summary>
            Gets an item relative to the source item.
            </summary>
            <param name="path">The path.</param>
            <returns>The item.</returns>
            <remarks>
            The path can be a relative path. In that case the path of the source item is
            prepend to the path before the item is retrieved.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetNextSibling">
            <summary>
            Gets the next item in the sibling axis.
            </summary>
            <returns>The next sibling.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetPreviousSibling">
            <summary>
            Gets the previous item in the sibling axis.
            </summary>
            <returns>The previous sibling.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.IsAncestorOf(Sitecore.Data.Items.Item)">
            <summary>
            Tests if the source item is an ancestor of an item (or the item itself).
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if [is ancestor of] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.IsDescendantOf(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether if the item is a descendant of the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a descendant of the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.SelectItems(System.String)">
            <summary>
            Performs a Sitecore XPath query using the source item as context item.
            </summary>
            <param name="query">The query.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.SelectSingleItem(System.String)">
            <summary>
            Performs a Sitecore XPath query using the source item as context item.
            </summary>
            <param name="query">The query.</param>
            <returns>The single item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.AddDescendants(Sitecore.Data.Items.Item,System.Collections.ArrayList)">
            <summary>
            Adds the descendants.
            </summary>
            <param name="item">The item.</param>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetAncestor(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Gets the ancestor.
            </summary>
            <param name="item">The item.</param>
            <param name="itemID">The item ID.</param>
            <param name="includeSelf">if set to <c>true</c> this instance is include self.</param>
            <returns>The ancestor.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetDescendant(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Get named descendant
            </summary>
            <param name="itm">The itm.</param>
            <param name="name">The name.</param>
            <returns>The descendant.</returns>
            <remarks>Can also be used with id</remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemAxes.GetParentID(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent ID.
            </summary>
            <param name="item">The item.</param>
            <returns>The parent ID.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemChanges">
            <summary>ItemChanges</summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.ItemChanges"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.FieldChanges">
            <summary>
            Gets the field changes.
            </summary>
            <value>The field changes.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.HasFieldsChanged">
            <summary>
            Gets a value indicating whether this instance has fields changed.
            </summary>
            <value>
                <c>true</c> if this instance has fields changed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.HasPropertiesChanged">
            <summary>
            Gets a value indicating whether this instance has properties changed.
            </summary>
            <value>
                <c>true</c> if this instance has properties changed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.Properties">
            <summary>
            Gets the property changes2.
            </summary>
            <value>The property changes2.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemChanges.Renamed">
            <summary>
            Gets a value indicating if the item was renamed (ie. the
            <see cref="P:Sitecore.Data.Items.Item.Name">Name</see> was changed).
            </summary>
            <value><c>true</c> if renamed; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.Clone(Sitecore.Data.Items.Item)">
            <summary>
            Clones the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>The clone.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.GetFieldValue(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field value.
            </summary>
            <param name="field">The field.</param>
            <returns>The field value.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.GetFieldValue(Sitecore.Data.ID)">
            <summary>
            Gets the field value.
            </summary>
            <param name="fieldId">The field id.</param>
            <returns>The field value.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.GetPropertyValue(System.String)">
            <summary>
            Gets the property value.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <returns>The property value.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.IsFieldModified(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether the specified field is modified.
            </summary>
            <param name="field">The field.</param>
            <returns>
              <c>true</c> if specified field is modified; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.IsFieldModified(Sitecore.Data.ID)">
            <summary>
            Determines whether the specified field is modified.
            </summary>
            <param name="fieldID">The field ID.</param>
            <returns>
              <c>true</c> if specified field is modified; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.IsFieldModified(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Determines whether the specified field is modified.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="compareFieldValue">if set to <c>true</c> original and current field values are compared to determine whether field is modified.</param>
            <returns>
              <c>true</c> if specified field is modified; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.IsPropertyModified(System.String)">
            <summary>
            Determines whether [is property modified] [the specified property name].
            </summary>
            <param name="propertyName">Name of the property.</param>
            <returns>
                <c>true</c> if [is property modified] [the specified property name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.SetFieldValue(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Sets the field value.
            </summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.SetFieldValue(Sitecore.Data.Fields.Field,System.String,System.String)">
            <summary>
            Sets the field value.
            </summary>
            <param name="field">The field.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.SetPropertyValue(System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Sets the property value.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemChanges.SetPropertyValue(System.String,System.String,System.String)">
            <summary>
            Sets the property value.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="T:Sitecore.Data.Items.ItemDataComparer">
            <summary>
            Represents a item data comparer.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemDataComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemEditing">
            <summary>
            Retrieves information about the editing of a source item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ItemPublishing"/> instance.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemEditing.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemEditing.IsEditing">
            <summary>
            Gets a value that indicates if the item is being edited.
            </summary>
            <value>
                <c>true</c> if this instance is editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.AssertEditing">
            <summary>
            Asserts the editing.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.AcceptChanges">
            <summary>
            Accepts the changes.
            </summary>
            <returns>The changes.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.AcceptChanges(System.Boolean,System.Boolean)">
            <summary>
            Ends an edit operation.
            </summary>
            <param name="updateStatistics">if set to <c>true</c> this instance is update statistics.</param>
            <param name="silent">if set to <c>true</c> this instance is silent.</param>
            <returns>The changes.</returns>
            <remarks>
                <para>Editing an item without calling BeginEdit throws an exception.</para>
                <para>It is usually easier and more readable to using the EditContext class instead
            of a BeginEdit and EndEdit pair.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.BeginEdit">
            <summary>
            Marks the beginning of an editing operation.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.CancelEdit">
            <summary>
            Cancels the edit.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.Clone(Sitecore.Data.Items.Item)">
            <summary>
            Clones this instance.
            </summary>
            <param name="owner">The owner item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.EndEdit">
            <summary>
            Ends an edit operation.
            </summary>
            <returns>The edit.</returns>
            <remarks>
                <para>Editing an item without calling BeginEdit throws an exception.</para>
                <para>It is usually easier and more readable to using the EditContext class instead
            of a BeginEdit and EndEdit pair.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.EndEdit(System.Boolean)">
            <summary>
            Ends the edit.
            </summary>
            <param name="silent">If set to <c>true</c>, no events will be raised due to saving.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.EndEdit(System.Boolean,System.Boolean)">
            <summary>
            Ends an edit operation.
            </summary>
            <param name="updateStatistics">if set to <c>true</c> this instance is update statistics.</param>
            <param name="silent">if set to <c>true</c> this instance is silent.</param>
            <returns>The edit.</returns>
            <remarks>
                <para>Editing an item without calling BeginEdit throws an exception.</para>
                <para>It is usually easier and more readable to using the EditContext class instead
            of a BeginEdit and EndEdit pair.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemEditing.RejectChanges">
            <summary>
            Rejects the changes.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.ItemHelp">
            <summary>Contains help information for a source item.</summary>
            <remarks>
                <para>The help information includes:</para>
                <list type="bullet">
                    <item>Short description (ToolTip)</item>
                    <item>Long description (Description)</item>
                    <item>Link</item>
                </list>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemHelp.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ItemHelp"/> instance.
            </summary>
            <param name="item">Source item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemHelp.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemHelp.ToolTip">
            <summary>
            Gets or sets the tool tip.
            </summary>
            <value>The tool tip.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemHelp.Text">
            <summary>
            Gets or sets the text (long description).
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemHelp.Link">
            <summary>
            Gets or sets the help link.
            </summary>
            <value>The link.</value>
        </member>
        <member name="T:Sitecore.Data.Items.ReadOnlyItemList">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ReadOnlyItemList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ItemList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ReadOnlyItemList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Collections.ItemList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.ItemPathType">
            <summary>
            Specifies which item information shall be used during item path construction.
            <para>Example: A path to an item can be constructed from <see cref="F:Sitecore.Data.Items.ItemPathType.ItemID"/>, <see cref="F:Sitecore.Data.Items.ItemPathType.Name"/>, <see cref="F:Sitecore.Data.Items.ItemPathType.Key"/>, or <see cref="F:Sitecore.Data.Items.ItemPathType.DisplayName"/>.</para>
            <remarks><see cref="F:Sitecore.Data.Items.ItemPathType.DisplayName"/> provides a language-specific item path, meaning one item can have many display name paths.</remarks>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemPathType.ItemID">
            <summary>
            Path is constructed from IDs.
            <para>Example path to 'home' item: '/{11111111-1111-1111-1111-111111111111}/{0DE95AE4-41AB-4D01-9EB0-67441B7C2450}/{110D559F-DEA5-42EA-9C1C-8A5DF7E70EF9}'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemPathType.Key">
            <summary>
            Path is constructed from keys (lowercase name).
            <para>Example: '/sitecore/content/home/sample item'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemPathType.Name">
            <summary>
            Path is constructed from item names.
            <para>Example:'/sitecore/content/Home/Sample Item'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemPathType.DisplayName">
            <summary>
            Path is constructed from display names.
            <remarks>Display name path is language-specific, so one item can have multiple display paths.</remarks>
            <para>Example for English: '/sitecore/Content/Home/Sample Item'</para>
            <para>Example for Danish: '/sitecore/content/Hjem/Sample Item'</para>
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.ItemPublishing">
            <summary>
            Retrieves information about the publishing of a source item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ItemPublishing"/> instance.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.PublishEmptyItems">
            <summary>
            Gets a value indicating whether empty items (i.e. items without publishable versions) should be published.
            <para>A proxy for <see cref="P:Sitecore.Configuration.Settings.Publishing.PublishEmptyItems"/> setting value.</para>
            </summary>
            <value><c>true</c> if empty items should be published; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.HideVersion">
            <summary>
            Gets or sets a value indicating whether the version can be published.
            </summary>
            <value>
                <c>true</c> if the version can be published; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.NeverPublish">
            <summary>
            Gets or sets a value indicating whether the entire item can be published.
            </summary>
            <value>
                <c>true</c> if the item cannot be published; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.PublishDate">
            <summary>
            Gets or sets the publish date, expressed as UTC.
            </summary>
            <value>The publish date, expressed as UTC.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.UnpublishDate">
            <summary>
            Gets or sets the unpublish date, expressed as UTC.
            </summary>
            <value>The unpublish date, expressed as UTC.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.ValidFrom">
            <summary>
            Gets or sets the valid from date, expressed as UTC.
            </summary>
            <value>The valid from date, expressed as UTC.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemPublishing.ValidTo">
            <summary>
            Gets or sets the valid to date, expressed as UTC.
            </summary>
            <value>The valid to date, expressed as UTC.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.ClearPublishingCache">
            <summary>
              Clears the publishing cache.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetValidVersion(System.DateTime,System.Boolean)">
            <summary>
            Gets the valid version on a specific date.
            </summary>
            <param name="date">Date.</param>
            <param name="requireApproved">Require that the version is approved.</param>
            <returns>The valid version.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetValidVersion(System.DateTime,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Gets the valid version.
            </summary>
            <param name="date">The date.</param>
            <param name="requireApproved">Require that the version is approved.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>The valid version.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetValidVersion(System.DateTime,System.Boolean,System.Boolean)">
            <summary>
            Gets the valid version on a specific date.
            </summary>
            <param name="date">Date.</param>
            <param name="requireApproved">Require that the version is approved.</param>
            <param name="allowEmpty">If set to <c>true</c> allow an empty item to be returned.</param>
            <returns>The valid version.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetValidVersion(System.DateTime,System.Boolean,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Gets the valid version.
            </summary>
            <param name="date">The date.</param>
            <param name="requireApproved">Require that the version is approved.</param>
            <param name="allowEmpty">If set to <c>true</c> allow an empty item to be returned.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>The valid version.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetVisibleInterval(System.DateTime,System.Boolean)">
            <summary>
            Gets the interval around <paramref name="date"/> for which the current item version is potentially visible (i.e. published).
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.IsPublishable(System.DateTime,System.Boolean)">
            <summary>
            Determines whether the item is publishable on a specified date.
            </summary>
            <param name="date">Date.</param>
            <param name="checkAncestors">Check if ancestors are publishable.</param>
            <returns>
                <c>true</c> if the item is publishable on a specified date; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.IsValid(System.DateTime,System.Boolean)">
            <summary>
            Determines whether the version is valid on a specified date.
            </summary>
            <param name="date">Date.</param>
            <param name="requireApproved">Require that the version is approved.</param>
            <returns>
                <c>true</c> if the version is valid on the specified date; otherwise,
            <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.IsValid(System.DateTime,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified date is valid.
            </summary>
            <param name="date">The date.</param>
            <param name="requireApproved">Require that the version is approved.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>
              <c>true</c> if the specified date is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GenerateContextCacheKey(System.String,System.DateTime,System.Boolean)">
            <summary>
            Generates the context cache key.
            </summary>
            <param name="cacheName">Name of the cache.</param>
            <param name="dateTime">The date time.</param>
            <param name="checkAncestors">The value indicates that cache key should be generated for the situation when ancestors should or should not be checked.</param>
            <returns>The content cache key based on the specified parameters.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.IsPublishingEnabled">
            <summary>
            Determines whether the publishing is enabled.
            </summary>
            <returns><c>true</c> if publishing is enabled.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.InValidRange(System.DateTime)">
            <summary>
            Ins the valid range.
            </summary>
            <param name="date">The date.</param>
            <returns>The valid range.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.IsApproved">
            <summary>
            Determines whether this instance is approved.
            </summary>
            <returns>
                <c>true</c> if this instance is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetBool(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Gets the <c>bool</c>.
            </summary>
            <param name="fieldId">The field ID.</param>
            <param name="defaultValue">if set to <c>true</c> this instance is default value.</param>
            <returns>The <c>bool</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.GetDate(Sitecore.Data.ID,System.DateTime)">
            <summary>
            Gets the date.
            </summary>
            <param name="fieldId">The field ID.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The date.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.SetBool(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Sets the bool.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="value">if set to <c>true</c> this instance is value.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.SetDate(Sitecore.Data.ID,System.DateTime,System.Boolean,System.Boolean)">
            <summary>
            Sets the date.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="date">The date.</param>
            <param name="blankIfMin">if set to <c>true</c> this instance is blank if min.</param>
            <param name="blankIfMax">if set to <c>true</c> this instance is blank if max.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemPublishing.SetValue(Sitecore.Data.ID,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Data.Items.ItemPublishings.ItemPublishingCacheableData">
            <summary>
            Provides a snapshot of <see cref="T:Sitecore.Data.Items.ItemPublishing"/> properties for a given time.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.ItemRuntimeSettings">
            <summary>
            Provides miscellaneous information about a source item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.item">
            <summary>
            The source item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.browseOnly">
            <summary>
            The flag indicating whether the item is in browse only mode.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.isVirtual">
            <summary>
            The flag indicating whether this instance is virtual.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.ownerDatabase">
            <summary>
            The owner database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.saveAll">
            <summary>
            The flag indicating whether to save all data.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.sortOrder">
            <summary>
            The sort order.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.templateDatabase">
            <summary>
            The database to use when resolving the template for the item.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.temporary">
            <summary>
            The flag indicating whether the item is temporary or not.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.validFrom">
            <summary>
            The UTC date for which the item is valid from.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemRuntimeSettings.validTo">
            <summary>
            The UTC) date for which the item is valid until.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemRuntimeSettings.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.ItemRuntimeSettings"/> class.
            </summary>
            <param name="item">The source item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.BrowseOnly">
            <summary>
            Gets a value indicating whether the item is in browse only mode.
            </summary>
            <value>
              <c>true</c> if the item is in browse only mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.ForceModified">
            <summary>
            Gets or sets a value indicating whether to force <see cref="P:Sitecore.Data.Items.Item.Modified"/> to return <c>true</c>.
            </summary>
            <remarks>
              If <c>false</c>, the property will be ignored.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.Invalid">
            <summary>
            Gets or sets a value indicating whether the owning <see cref="T:Sitecore.Data.Items.Item"/> is invalid.
            </summary>
            <value><c>true</c> if invalid; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.IsExternal">
            <summary>
            Gets a value indicating whether this instance is external.
            </summary>
            <value>
              <c>true</c> if this instance is external; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.IsVirtual">
            <summary>
            Gets or sets a value indicating whether this instance is virtual.
            </summary>
            <value>
              <c>true</c> if this instance is virtual; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.OwnerDatabase">
            <summary>
            Gets or sets the owner database.
            </summary>
            <value>The owner database.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.ReadOnlyStatistics">
            <summary>
            Gets or sets a value indicating whether the item statistics are read-only.
            </summary>
            <value>
              <c>true</c> if the item statistics are read-only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.SaveAll">
            <summary>
            Gets or sets a value indicating whether to save all data.
            </summary>
            <remarks>
              If <c>false</c>, only changed data will be saved.
            </remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.SortOrder">
            <summary>
            Gets or sets the sort order.
            </summary>
            <value>The sort order.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.TemplateDatabase">
            <summary>
            Gets or sets the database to use when resolving the template for the item.
            </summary>
            <value>The template database.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.Temporary">
            <summary>
            Gets or sets a value indicating whether the item is temporary.
            </summary>
            <value><c>true</c> if temporary; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.TemporaryVersion">
            <summary>
            Gets a value indicating whether item version is temporary.
            </summary>
            <value>
              <c>true</c> if item version is temporary; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.ValidFrom">
            <summary>
            Gets or sets the (UTC) date for which the item is valid from.
            </summary>
            <value>The valid until.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemRuntimeSettings.ValidTo">
            <summary>
            Gets or sets the (UTC) date for which the item is valid until.
            </summary>
            <value>The valid until.</value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemRuntimeSettings.Clone(Sitecore.Data.Items.Item)">
            <summary>
            Clones the specified owner.
            </summary>
            <param name="owner">The owner.</param>
            <returns>The clone.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemRuntimeSettings.MakeBrowseOnly">
            <summary>
            Marks the item as browse only.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemRuntimeSettings.SetupVirtual(System.Boolean,System.Boolean)">
            <summary>
            Make necessary, after changing IsVirtual property, changes.
            </summary>
            <param name="isVitrualOld">old value of IsVirtual property.</param>
            <param name="isVirtualNew">new value of IsVirtual property.</param>
        </member>
        <member name="T:Sitecore.Data.Items.PasteMode">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Items.PasteMode.Undefined">
            <summary>Undefined.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.PasteMode.Overwrite">
            <summary>Overwrite.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.PasteMode.Merge">
            <summary>Merge.</summary>
        </member>
        <member name="T:Sitecore.Data.Items.ItemSerializer">
            <summary>
            Represents an item serializer.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetItemXml(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the item XML.
            </summary>
            <param name="item">The item.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <returns>The item XML.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetItemXml(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Gets the item XML.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>Returns items Xml.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetItemXml(Sitecore.Data.Items.Item,System.Boolean,System.Boolean)">
            <summary>
            Gets the item XML.
            </summary>
            <param name="item">The item.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
            <param name="includeBlobs">if set to <c>true</c> include blob fields in the result.</param>
            <returns>Returns items xml.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetVersionXml(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version XML.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The version XML.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetVersionXml(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Gets the version XML.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>
            Returns XML presentation of item version.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.ParseItemXml(System.String,Sitecore.Data.Database,System.Boolean)">
            <summary>
            Parses the item XML.
            </summary>
            <param name="xml">The XML.</param>
            <param name="database">The database.</param>
            <param name="changeID">if set to <c>true</c> this instance is change ID.</param>
            <returns>The item XML.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.PasteItemXml(System.String,Sitecore.Data.Items.Item,System.Boolean,Sitecore.Data.Items.PasteMode)">
            <summary>
            Pastes the item XML.
            </summary>
            <param name="xml">The XML.</param>
            <param name="target">The target.</param>
            <param name="changeIDs">if set to <c>true</c> this instance is change I ds.</param>
            <param name="mode">The mode.</param>
            <returns>The item XML.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.AddLanguages(Sitecore.Data.Items.Item,System.Xml.XmlNode,Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Adds the languages.
            </summary>
            <param name="item">The item.</param>
            <param name="itemNode">The item node.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.AddVersions(Sitecore.Data.Items.Item,System.Xml.XmlNode,Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Adds the versions.
            </summary>
            <param name="item">The item.</param>
            <param name="itemNode">The item node.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.EnsureItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.PasteMode)">
            <summary>
            Ensures the item.
            </summary>
            <param name="item">The item.</param>
            <param name="target">The target.</param>
            <param name="mode">The mode.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetItemNode(Sitecore.Data.Items.Item,System.Xml.XmlDocument,Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Gets the item node.
            </summary>
            <param name="item">The item.</param>
            <param name="document">The document.</param>
            <param name="options">The options.</param>
            <returns>Returns xml presentation of item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetItemNodes(System.Xml.XmlNode)">
            <summary>
            Gets the item nodes.
            </summary>
            <param name="itemNode">The item node.</param>
            <returns>The item nodes.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetRootNode(System.String)">
            <summary>
            Gets the root node.
            </summary>
            <param name="xml">The XML.</param>
            <returns>The root node.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.GetVersions(System.Xml.XmlNode,Sitecore.Data.Database,System.Boolean)">
            <summary>
            Gets the versions.
            </summary>
            <param name="itemNode">The item node.</param>
            <param name="database">The database.</param>
            <param name="changeID">if set to <c>true</c> this instance is change ID.</param>
            <returns>The versions.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.ParseField(System.Xml.XmlNode,Sitecore.Data.Items.CoreItem.Builder)">
            <summary>
            Parses the field.
            </summary>
            <param name="node">The node.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.ParseItemVersion(System.Xml.XmlNode,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Parses the item version.
            </summary>
            <param name="versionNode">The version node.</param>
            <param name="database">The database.</param>
            <param name="itemID">The item ID.</param>
            <returns>The item version.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.PasteItemNode(System.Xml.XmlNode,Sitecore.Data.Items.Item,System.Boolean,Sitecore.Data.Items.PasteMode)">
            <summary>
            Pastes the item node.
            </summary>
            <param name="itemNode">The item node.</param>
            <param name="target">The target.</param>
            <param name="changeIDs">if set to <c>true</c> this instance is change I ds.</param>
            <param name="mode">The mode.</param>
            <returns>The item node.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.PasteVersions(Sitecore.Data.Items.Item[],Sitecore.Data.Items.Item,Sitecore.Data.Items.PasteMode)">
            <summary>
            Pastes the versions.
            </summary>
            <param name="versions">The versions.</param>
            <param name="target">The target.</param>
            <param name="mode">The mode.</param>
            <returns>The versions.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializer.CreateItemNavigator(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemSerializerOptions)">
            <summary>
            Creates the item navigator.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>
            Returns ItemNavigator instance.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemSerializerOptions">
            <summary>
            Defines ItemSerializer class options.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializerOptions.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:Sitecore.Data.Items.ItemSerializerOptions"/> class from being created.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.ItemSerializerOptions.ProcessChildren">
            <summary>
            Gets or sets a value indicating whether process children items.
            </summary>
            <value>
            If <c>true</c> then children items will be processed.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemSerializerOptions.IncludeBlobFields">
            <summary>
            Gets or sets a value indicating whether [include BLOB fields].
            </summary>
            <value>
              <c>true</c> if [include BLOB fields]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemSerializerOptions.AllowDefaultValues">
            <summary>
            Gets or sets a value indicating whether fields default values are allowed.
            </summary>
            <value>
            <c>true</c> if default fields values are allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemSerializerOptions.AllowStandardValues">
            <summary>
            Gets or sets a value indicating whether fields standard values are allowed.
            </summary>
            <value>
            <c>true</c> if fields standard values are allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemSerializerOptions.GetDefaultOptions">
            <summary>
            Gets the default options.
            </summary>
            <returns>
            Returns instance of ItemsSerializerOptions class with default configuration parameters.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemState">
            <summary>
            Provides information about the workflow state of a source item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemState.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ItemState"/> instance.
            </summary>
            <param name="item">Source item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemState.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemState.CanEdit">
            <summary>
            Determines whether the source item can be edited.
            </summary>
            <returns>
                <c>true</c> if the source item can be edited; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemState.CanSave">
            <summary>
            Determines whether the source item can be saved.
            </summary>
            <returns>
                <c>true</c> if the source item can be saved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemState.GetWorkflow">
            <summary>
            Gets the workflow.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemState.GetWorkflowState">
            <summary>
            Gets the workflow state of the item.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemStatistics">
            <summary>
            Provides information about changes to a source item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemStatistics.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ItemStatistics"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemStatistics.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemStatistics.Created">
            <summary>
            Gets the creation date of the source item.
            </summary>
            <value>The created.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemStatistics.CreatedBy">
            <summary>
            Gets the original author of the source item.
            </summary>
            <value>The created by.</value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemStatistics.GetFieldValue(Sitecore.Data.ID)">
            <summary>
            Gets the field value.
            </summary>
            <param name="fieldId">The field id.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Data.Items.ItemStatistics.Revision">
            <summary>
            Gets the current revision of the source item.
            </summary>
            <value>The revision.</value>
            <remarks>The revision is updated each time the source item is updated.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.ItemStatistics.Updated">
            <summary>
            Gets the date of the latest update to the item.
            </summary>
            <value>The updated.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemStatistics.UpdatedBy">
            <summary>
            Gets the author of the latest update.
            </summary>
            <value>The updated by.</value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemStatistics.UpdateRevision">
            <summary>
            Updates the revision.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemStatistics.GetDateValue(Sitecore.Data.ID)">
            <summary>
            Gets the date value.
            </summary>
            <param name="fieldID">The field ID.</param>
            <returns>The date value.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemStatistics.UpdateField(Sitecore.Data.ID,System.String)">
            <summary>
            Updates the field.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="value">The field value.</param>
        </member>
        <member name="T:Sitecore.Data.Items.ItemUpdateType">
            <summary>
            Defines an operation performed on an item (f.e. <see cref="F:Sitecore.Data.Items.ItemUpdateType.Created"/>, <see cref="F:Sitecore.Data.Items.ItemUpdateType.VersionAdded"/>, <see cref="F:Sitecore.Data.Items.ItemUpdateType.Moved"/>) that should be tracked for publishing purposes.
            <para>Item modifications are tracked, and used to quickly locate modified content ('Incremental' publishing mode) eligible for publishing.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.Copied">
            <summary>Item was copied.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.Created">
            <summary>Item was created.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.Deleted">
            <summary>Item was deleted.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.Moved">
            <summary>Item was moved.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.Saved">
            <summary>Item was saved.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.VersionAdded">
            <summary>A version was added to the item.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.VersionRemoved">
            <summary>A version was removed from the item.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemUpdateType.Skipped">
            <summary>Item was skipped during the incremental publish.</summary>
        </member>
        <member name="T:Sitecore.Data.Items.ItemUtil">
            <summary>
            Provides miscellaneous functions that operates on an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.AddFromTemplate(System.String,System.String,Sitecore.Data.Items.Item)">
            <summary>
            Adds from template.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="templateName">Name of the template.</param>
            <param name="parent">The parent.</param>
            <returns>The from template.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.AssertItemName(System.String)">
            <summary>
            Asserts that the name of the item is valid.
            </summary>
            <param name="name">Item name.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.AssertItemName(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Asserts that the name of the item is valid.
            </summary>
            <param name="destinationItem">the destination item</param>
            <param name="name">Item name.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.AssertDuplicateItemName(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Asserts the name of the duplicate item.
            </summary>
            <param name="destinationItem">The destination item.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.ResetLayoutDetails(Sitecore.Data.Items.Item,System.Boolean,Sitecore.Data.Items.ResetFinalLayoutOptions)">
            <summary>
            Resets layout details of the item.
            </summary>
            <param name="item">The item.</param>
            <param name="resetShared">A value indicating whether shared layout should be reset.</param>
            <param name="resetFinal">The options for resetting final layout.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.SetLayoutDetails(Sitecore.Data.Items.Item,System.String,System.String)">
            <summary>
            Sets the item's layout details.
            </summary>
            <param name="item">The item.</param>
            <param name="sharedLayout">The shared layout.</param>
            <param name="finalLayout">The final layout.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.Boolean)">
            <summary>
            Copies the item.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="saveIds">if set to <c>true</c> values of ids will be saved.</param>
            <param name="deep">if set to <c>true</c> childer will be copied.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.DeleteItem(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Deletes an item.
            </summary>
            <param name="itemID">ID of the item.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.DeleteItem(System.String,Sitecore.Data.Database)">
            <summary>
            Deletes an item.
            </summary>
            <param name="path">Path of the item.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetChildrenAt(System.String)">
            <summary>
            Gets the children at.
            </summary>
            <param name="path">The path.</param>
            <returns>The children at.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetCopyOfName(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets an item name that includes a "Copy of" text.
            </summary>
            <param name="destination">Parent item of the item.</param>
            <param name="name">Name.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetItemFromPartialPath(System.String,Sitecore.Data.Database)">
            <summary>
            Gets an item from a partial path.
            </summary>
            <param name="partialPath">Partial path.</param>
            <param name="database">Database.</param>
            <returns>The item from partial path.</returns>
            <contract>
              <requires name="partialPath" condition="not null" />
              <requires name="database" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetItemID(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the item ID.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>The item ID.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetItemNameError(System.String)">
            <summary>
            Gets an error text for an item name.
            </summary>
            <param name="name">Item name.</param>
            <returns>The item name error.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetUniqueName(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the name which is unique among all parent's immediate children.
            </summary>
            <param name="parent">The parent.</param>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetLevel(Sitecore.Data.Items.Item)">
            <summary>
            Gets the level of an item.
            </summary>
            <param name="itm">The itm.</param>
            <returns>The level.</returns>
            <remarks>
            "/sitecore" is level 0 (zero), "/sitecore/content" is level 1 (one) and so forth.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetLevel(Sitecore.Data.Items.Item,System.Boolean@)">
            <summary>
            Gets the level of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="isTemplate">Value indicating whether item is template.</param>
            <returns>The level.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetParentID(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent ID of an item.
            </summary>
            <param name="item">Item.</param>
            <returns>The parent ID.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetParentName(Sitecore.Data.Items.Item)">
            <summary>
            Gets the name of the parent of an item.
            </summary>
            <param name="item">Item.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetParentName(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the name of the parent.
            </summary>
            <param name="item">Item.</param>
            <param name="useDisplayName">Use the display name of the parent item.</param>
            <returns>The parent name.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetTemplateKey(Sitecore.Data.Items.Item)">
            <summary>
            Gets the template key.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.IsDataField(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Determines whether the specified template field is data field and should be shown is standard field toggle is unchecked in Content Editor.
            </summary>
            <param name="templateField">The template field.</param>
            <returns>
              <c>true</c> if the specified template field is data field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.IsItemNameValid(System.String)">
            <summary>
            Determines whether an item name is valid.
            </summary>
            <param name="name">Name.</param>
            <returns>
                <c>true</c> if the item name is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.IsNull(Sitecore.Data.ID)">
            <summary>
            Determines whether the specified id is null.
            </summary>
            <param name="id">The id.</param>
            <returns>
                <c>true</c> if the specified id is null; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.IsRenderingItem(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is arendering item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if item is rendering item, false otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.ProposeValidItemName(System.String)">
            <summary>
            Given a invalid itemname, proposes a new itemname where all
            invalid characters have been replased with an empty character.
            </summary>
            <param name="name">Item name.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.ProposeValidItemName(System.String,System.String)">
            <summary>
            Given a invalid itemname, proposes a new itemname where all
            invalid characters have been replased with an empty character.
            </summary>
            <param name="name">Item name.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.ContainsNonASCIISymbols(System.String)">
            <summary>
            Determines whether the specified input contains non-ASCII symbols.
            </summary>
            <param name="input">The input.</param>
            <returns>
              <c>true</c> if the specified input contains non-ASCII symbols otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.ConvertToASCII(System.String)">
            <summary>
            Converts to ASCII.
            </summary>
            <param name="str">The string.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.CleanupLayoutValue(System.String)">
            <summary>
            Cleanups the layout value.
            </summary>
            <param name="layout">The layout.</param>
            <returns>The cleaned up layout value.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.CleanupInheritedItems(Sitecore.Data.Items.Item)">
            <summary>
            Cleanups the inherited items.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemUtil.GetLayoutFieldsToReset(Sitecore.Data.Items.Item,System.Boolean,Sitecore.Data.Items.ResetFinalLayoutOptions)">
            <summary>
            Gets the collection of layout fields that should be reset.
            </summary>
            <param name="item">The item to get layout fields from.</param>
            <param name="resetShared">A value indicating whether shared layout should be reset.</param>
            <param name="resetFinal">The options for resetting final layout.</param>
            <returns>
            The collection of layout fields that should be reset.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemVersions">
            <summary>
            Provides methods for working with versions of an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ItemVersions"/> instance.
            </summary>
            <param name="item">Source item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemVersions.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemVersions.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemVersions.Item(Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> with the specified version.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.AddVersion">
            <summary>
            Adds a new version to the source item.
            </summary>
            <returns>The version.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetLaterVersions">
            <summary>
            Gets the versions that have come after the current version.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetLatestVersion">
            <summary>
            Gets the latest version of current item language.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetLatestVersion(Sitecore.Globalization.Language)">
            <summary>
            Gets the latest version of item in defined language.
            </summary>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetOlderVersions">
            <summary>
            Gets the versions that have come before the current version.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetVersionNumbers">
            <summary>
            Gets a list of version numbers for the source item.
            </summary>
            <returns>The version numbers.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetVersionNumbers(System.Boolean)">
            <summary>
            Gets a list of version numbers for the source item.
            </summary>
            <param name="atLeastOne">if set to <c>true</c> this instance is at least one.</param>
            <returns>The version numbers.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetVersions">
            <summary>
            Gets the versions of the source item.
            </summary>
            <returns>The versions.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetVersions(System.Boolean)">
            <summary>
            Gets the versions of the source item.
            </summary>
            <param name="includeAllLanguages">Include all languages.</param>
            <returns>The versions.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.IsLatestVersion">
            <summary>
            Determines whether item is the latest version in item language.
            </summary>
            <returns>
                <c>true</c> if item is the latest version in item language otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.RemoveAll(System.Boolean)">
            <summary>
            Removes all the versions of an item.
            </summary>
            <param name="includeAllLanguages">if set to <c>true</c> this instance is include all languages.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.RemoveVersion">
            <summary>
            Removes a version.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetVersionNumbers(Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers.
            </summary>
            <param name="language">The language.</param>
            <returns>The version numbers.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.IsAllowedToCreateVersion">
            <summary>
            Checks if a context user is allowed to create version.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVersions.GetVersions(Sitecore.Globalization.Language[])">
            <summary>
            Gets the versions.
            </summary>
            <param name="languages">The languages.</param>
            <returns>The versions.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.ItemVisualization">
            <summary>
            Defines how an item is visible to a user.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ItemVisualization.item">
            <summary>
            The item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.ItemVisualization"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="P:Sitecore.Data.Items.ItemVisualization.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.ItemVisualization.Layout">
            <summary>
            Gets the layout item for the source item.
            </summary>
            <value>
            The layout.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetLayout(Sitecore.Data.Items.DeviceItem)">
            <summary>
            Gets the layout item for the source item in a specific device.
            </summary>
            <param name="device">
            The device.
            </param>
            <returns>
            The layout.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetLayoutID(Sitecore.Data.Items.DeviceItem)">
            <summary>
            Gets the layout ID.
            </summary>
            <param name="device">
            The device.
            </param>
            <returns>
            The layout ID.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetRenderer(System.String,System.Boolean)">
            <summary>
            Gets the renderer control for the item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="allowDefault">
            Allow default.
            </param>
            <returns>
            The renderer.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetRenderings(Sitecore.Data.Items.DeviceItem,System.Boolean)">
            <summary>
            Gets the renderings for a device.
            </summary>
            <param name="device">
            The device.
            </param>
            <param name="checkLogin">
            Check if a user is logged in. If not, use login renderings (if assigned).
            </param>
            <returns>
            The renderings.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.ResolveContextDevice">
            <summary>
            The get device from resolve site.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Data.Items.DeviceItem"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.DoGetDeviceNode(Sitecore.Data.Items.DeviceItem,Sitecore.Data.Items.Item)">
            <summary>
            Executes the get device node event.
            </summary>
            <param name="device">
            The device.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The <see cref="T:System.Xml.XmlNode"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetRenderer(System.String,System.Boolean,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the renderer.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="allowDefault">
            If set to <c>true</c> this instance is allow default.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="dataItem">
            The data item.
            </param>
            <returns>
            The renderer.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.UseLoginRenderings(Sitecore.Layouts.RenderingReference[])">
            <summary>
            Uses the login renderings.
            </summary>
            <param name="references">
            The references.
            </param>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.DoGetDeviceNode(Sitecore.Data.Items.DeviceItem)">
            <summary>
            Executes the get device node event.
            </summary>
            <param name="device">
            The device.
            </param>
            <returns>
            The <see cref="T:System.Xml.XmlNode"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.DoGetDeviceNode(Sitecore.Data.Items.DeviceItem,System.Boolean,System.String)">
            <summary>
            Executes the get device node event.
            </summary>
            <param name="device">
            The device.
            </param>
            <param name="requireLayout">
            If set to <c>true</c> require that the node contains a layout reference.
            </param>
            <param name="visited">
            The visited nodes.
            </param>
            <returns>
            The <see cref="T:System.Xml.XmlNode"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetDeviceNode(Sitecore.Data.Items.DeviceItem,System.Boolean)">
            <summary>
            Gets the device node.
            </summary>
            <param name="device">
            The device.
            </param>
            <param name="requireLayout">
            If set to <c>true</c> require that the node contains a layout reference.
            </param>
            <returns>
            The device node.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.ItemVisualization.GetOldLayoutId">
            <summary>
            Gets the old layout ID.
            </summary>
            <remarks>
            This method is deprecated.
            </remarks>
            <returns>
            The old layout ID.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Items.ITrackingItem">
            <summary>
            Defines the basic functionality for an item that tracks modifications.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.ITrackingItem.IsDefinitionModified">
            <summary>
            Gets a value indicating whether the definition has been modified.
            </summary>
            <value>
                <c>true</c> if the definition has been modified; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Data.Items.LayoutItem">
            <summary>
            Represents a Layout item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.LayoutItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.LayoutItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.LayoutItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.LayoutItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.LayoutItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.LayoutItem.Control">
            <summary>
            Gets the control of the layout.
            </summary>
            <value>The control.</value>
        </member>
        <member name="P:Sitecore.Data.Items.LayoutItem.FilePath">
            <summary>
            Gets the file path of the layout.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="T:Sitecore.Data.Items.MediaItem">
            <summary>
            Represents a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.MediaItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.MediaItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.MediaItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.op_Implicit(Sitecore.Data.Items.MediaItem)~Sitecore.Data.Items.Item">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.MediaItem"/>.
            </summary>
            <param name="mediaItem">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.Alt">
            <summary>
            Gets the Alt text.
            </summary>
            <value>The alt.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.Extension">
            <summary>
            Gets the extension.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.FileBased">
            <summary>
            Gets a value indicating whether the media is file based.
            </summary>
            <value>
                <c>true</c> if the media is file based; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.FilePath">
            <summary>
            Gets or sets the path for file based media.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.MediaPath">
            <summary>
            Gets the path in the media library.
            </summary>
            <value>The media path.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.MimeType">
            <summary>
            Gets the MIME type of the item.
            </summary>
            <value>The type of the MIME.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.Path">
            <summary>
            Gets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.Size">
            <summary>
            Gets or sets the size of the current media data.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Sitecore.Data.Items.MediaItem.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.GetMetaData">
            <summary>
            Gets the meta data.
            </summary>
            <returns>The meta data.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.GetMediaStream">
            <summary>
            Returns a Stream from the database
            </summary>
            <remarks>It is absolutely essential that the caller closes the returned stream after use. Otherwise,the system may leak resources.</remarks>
            <returns>A stream representation of the blob field of this Item</returns>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.HasMediaStream(System.String)">
            <summary>
            Determines whether this instance has a mediastream.
            </summary>
            <returns>
                <c>true</c> if this instance has a mediastream otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.MediaItem.ValidateMedia">
            <summary>
            Validates the media.
            </summary>
            <returns>The media.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.ProcessorItem">
            <summary>
            Represents a Processor item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.ProcessorItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.ProcessorItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.ProcessorItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.ProcessorItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.ProcessorItem"/>
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.ProcessorItem.Disabled">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Items.ProcessorItem"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ProcessorItem.Method">
            <summary>
            Gets the method to invoke.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Data.Items.ProcessorItem.Type">
            <summary>
            Gets the type/assembly identifier string.
            </summary>
            <value>The type.</value>
        </member>
        <member name="T:Sitecore.Data.Items.PropertyChange">
            <summary>Represents a single property change</summary>
        </member>
        <member name="F:Sitecore.Data.Items.PropertyChange.name">
            <summary>The name.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.PropertyChange.originalValue">
            <summary>The original value.</summary>
        </member>
        <member name="F:Sitecore.Data.Items.PropertyChange.value">
            <summary>The value.</summary>
        </member>
        <member name="M:Sitecore.Data.Items.PropertyChange.#ctor(System.String,System.Object,System.Object)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Items.PropertyChange"/> class.</summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="originalValue">The original value.</param>
        </member>
        <member name="P:Sitecore.Data.Items.PropertyChange.Name">
            <summary>
            Gets or sets the name of the property.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Items.PropertyChange.OriginalValue">
            <summary>Gets OriginalValue.</summary>
        </member>
        <member name="P:Sitecore.Data.Items.PropertyChange.Value">
            <summary>Gets Value.</summary>
        </member>
        <member name="T:Sitecore.Data.Items.RenderingItem">
            <summary>
            Represents a Rendering item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.RenderingItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.RenderingItem">
            <summary>
            Convert an item to a <see cref="T:Sitecore.Data.Items.RenderingItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.Caching">
            <summary>
            Gets caching information.
            </summary>
            <value>The caching.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.DataSource">
            <summary>
            Gets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.Editable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Items.RenderingItem"/> is editable in Page Editor.
            </summary>
            <value><c>true</c> if editable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.Conditions">
            <summary>
            Gets the conditions.
            </summary>
            <value>The conditions.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.MultiVariateTest">
            <summary>
            Gets the multi variate test.
            </summary>
            <value>The multi variate test.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.PersonalizationTest">
            <summary>
            Gets the personalization test.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.Placeholder">
            <summary>
            Gets the placeholder.
            </summary>
            <value>The placeholder.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.TagName">
            <summary>
            Gets the name of the tag.
            </summary>
            <value>The name of the tag.</value>
        </member>
        <member name="P:Sitecore.Data.Items.RenderingItem.TagPrefix">
            <summary>
            Gets the tag prefix.
            </summary>
            <value>The tag prefix.</value>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetMultiVariateTestForLanguage(Sitecore.Globalization.Language)">
            <summary>
            Gets the multi-variate test for the specified language.
            </summary>
            <param name="language">The language.</param>
            <returns>
            Multi-variate test for the specified language.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetPersonalizationTestForLanguage(Sitecore.Globalization.Language)">
            <summary>
            Gets the personalization test for the specified language.
            </summary>
            <param name="language">The language.</param>
            <returns>
            Personalization test for the specified language.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetAttributes(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the attributes.
            </summary>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetControl(Sitecore.Layouts.RenderingSettings)">
            <summary>
            Gets the control.
            </summary>
            <param name="settings">Settings.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetDesignTimeLiveControl(Sitecore.Layouts.RenderingSettings)">
            <summary>
            Gets the control.
            </summary>
            <param name="settings">Settings.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetDesignTimeHtml(System.Collections.Specialized.NameValueCollection,System.String@)">
            <summary>
            Gets the design time HTML.
            </summary>
            <param name="querystring">The querystring.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.MakeTagPrefix(System.String@)">
            <summary>
            Gets the tag prefix.
            </summary>
            <param name="htmlHeader">The HTML header. The method will add addional page declaration as needed for control to operate properly.</param>
            <returns>The tag prefix.</returns>
            <contract>
              <requires name="htmlHeader" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetParameters">
            <summary>
            Gets the rendering parameters.
            </summary>
            <returns>The rendering parameters.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetDesignTimeHtml(System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String@)">
            <summary>
            Gets the design time HTML.
            </summary>
            <param name="ns">The namespace.</param>
            <param name="assembly">The assembly.</param>
            <param name="renderingID">The rendering ID.</param>
            <param name="tagPrefix">The tag prefix.</param>
            <param name="tagName">Name of the tag.</param>
            <param name="parameters">The parameters.</param>
            <param name="querystring">The querystring.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetItem(Sitecore.Data.ID,Sitecore.Data.Database,System.Boolean)">
            <summary>
            Gets the Rendering item.
            </summary>
            <param name="renderingID">Rendering ID.</param>
            <param name="database">Database.</param>
            <param name="assert">Assert that the item is found.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetItem(System.String,Sitecore.Data.Database,System.Boolean)">
            <summary>
            Gets the Rendering item.
            </summary>
            <param name="path">Path.</param>
            <param name="database">Database.</param>
            <param name="assert">Assert that the item is found.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetTagPrefix(System.String,System.String,System.String@,System.String@)">
            <summary>
            Gets the tag prefix.
            </summary>
            <param name="ns">The namespace.</param>
            <param name="assembly">The assembly.</param>
            <param name="tagPrefix">The tag prefix.</param>
            <param name="html">The HTML.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetControl(Sitecore.Layouts.RenderingSettings,System.Xml.XmlNode)">
            <summary>
            Gets the control.
            </summary>
            <param name="settings">The settings.</param>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetControlNode">
            <summary>
            Gets the control node.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetAttributes(System.Xml.XmlNode)">
            <summary>
            Gets the attributes.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetPropertyMap(System.Xml.XmlNode)">
            <summary>
            Gets the property map.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.SetControlProperties(System.Object,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Sets the control properties.
            </summary>
            <param name="control">The control.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.SetCaching(System.Object,Sitecore.Layouts.RenderingCaching)">
            <summary>
            Sets the caching.
            </summary>
            <param name="control">The control.</param>
            <param name="caching">The caching.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.SetDataSource(System.Object,System.String)">
            <summary>
            Sets the data source.
            </summary>
            <param name="control">The control.</param>
            <param name="dataSource">The data source.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.SetParameters(System.Object,System.String)">
            <summary>
            Sets the parameters.
            </summary>
            <param name="control">The control.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetStandardValuesItemFromParametersTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the standard values item from parameters template.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <returns>
            The standard values item from parameters template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.IsRenderingParameterField(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether the specified field is a rendering parameter field and should be considered when rendering parameters are obtained.
            </summary>
            <param name="field">The field to check.</param>
            <returns>
              <c>true</c> if the specified field is a rendering parameter field and should be considered when rendering parameters are obtained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.IsRenderingParameterFieldInternal(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether the specified field is a rendering parameter field and should be considered when rendering parameters are obtained.
            </summary>
            <param name="field">The field to check.</param>
            <returns>
              <c>true</c> if the specified field is a rendering parameter field and should be considered when rendering parameters are obtained; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.CacheDataRetrieving``1(System.String,System.Func{``0})">
            <summary>
            Caches the retrieved data from getValueToCache if its value is not in cache yet.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="key">The key.</param>
            <param name="getValueToCache">Delegate to retrieve data that is invoked when data is not cached yet</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetInternalCache">
            <summary>
            Gets the internal cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingItem.GetParametersInternal">
            <summary>
            Gets the parameters internal.
            </summary>
            <returns>The rendering parameters.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.RenderingParametersFieldCollection">
            <summary>
                Collection of fields that present in Rendering parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingParametersFieldCollection.#ctor(Sitecore.Data.Items.Item,Sitecore.Text.UrlString)">
            <summary>
                Prevents a default instance of the <see cref="T:Sitecore.Data.Items.RenderingParametersFieldCollection" /> class from being created.
            </summary>
            <param name="standardValuesItem">The standard values item.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingParametersFieldCollection.#ctor">
            <summary>
                Prevents a default instance of the <see cref="T:Sitecore.Data.Items.RenderingParametersFieldCollection" /> class from being created.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingParametersFieldCollection.TryParse(Sitecore.Data.Items.Item,Sitecore.Text.UrlString,Sitecore.Data.Items.RenderingParametersFieldCollection@)">
            <summary>
                Tries the parse.
            </summary>
            <param name="presentationItem">The presentation item(Sublayout, Rendering, etc).</param>
            <param name="parameters">The parameters.</param>
            <param name="parametersFields">The parameters fields.</param>
            <returns><c>true</c> if parse was successful, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingParametersFieldCollection.GetParameters">
            <summary>
                Gets the parameters.
            </summary>
            <returns>Parameters presented as UrlString</returns>
        </member>
        <member name="M:Sitecore.Data.Items.RenderingParametersFieldCollection.GetParametersStandardValues(Sitecore.Data.Items.Item)">
            <summary>
                Gets the parameters standard values.
            </summary>
            <param name="presentationItem">The presentation item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Items.ResetFinalLayoutOptions">
            <summary>
            Represents the options for resetting final layout.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ResetFinalLayoutOptions.DoNotReset">
            <summary>
            Do not reset.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ResetFinalLayoutOptions.ThisVersion">
            <summary>
            Reset this version.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ResetFinalLayoutOptions.ThisLanguage">
            <summary>
            Reset every version in this language.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Items.ResetFinalLayoutOptions.All">
            <summary>
            Reset every version in every language.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.StatisticDisablerState">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Items.StatisticDisablerState.Disabled">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Items.StatisticDisablerState.Enabled">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Items.StatisticDisablerState.ForItemsWithoutVersionOnly">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Data.Items.StatisticDisabler">
            <summary>
            StatisticDisabler class allows to manage of items statistic
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.StatisticDisabler.#ctor">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Data.Items.StatisticDisabler"/> class
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.StatisticDisabler.#ctor(Sitecore.Data.Items.StatisticDisablerState)">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Data.Items.StatisticDisabler"/> class
            </summary>
        </member>
        <member name="T:Sitecore.Data.Items.SublayoutItem">
            <summary>
            Represents a Sublayout item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.SublayoutItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.SublayoutItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Data.Items.SublayoutItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.SublayoutItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.SublayoutItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.SublayoutItem.FilePath">
            <summary>
            Gets the file path of the sublayout.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="T:Sitecore.Data.Items.TemplateFieldItem">
            ===========================================================================
             <summary>Represents a TemplateField item.</summary>
            ===========================================================================
        </member>
        <member name="M:Sitecore.Data.Items.TemplateFieldItem.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.TemplateSectionItem)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
            <param name="owner">Owner.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateFieldItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.TemplateFieldItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.HelpLink">
            <summary>
            Gets the help link.
            </summary>
            <value>The help link.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.IsShared">
            <summary>
            Gets a value indicating whether this instance is shared.
            </summary>
            <value><c>true</c> if this instance is shared; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.IsUnversioned">
            <summary>
            Gets a value indicating whether this instance is unversioned.
            </summary>
            <value>
                <c>true</c> if this instance is unversioned; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.ResetBlank">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/> resets the blank flag.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/> resets the blank flag; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Section">
            <summary>
            Gets the section.
            </summary>
            <value>The section.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Shared">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/> is shared.
            </summary>
            <value><c>true</c> if shared; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Sortorder">
            <summary>
            Gets or sets the sortorder.
            </summary>
            <value>The sortorder.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Style">
            <summary>
            Gets or sets the CSS style.
            </summary>
            <value>The style.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Template">
            <summary>
            Gets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.ToolTip">
            <summary>
            Gets the tool tip.
            </summary>
            <value>The tool tip.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Unversioned">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/> is unversioned.
            </summary>
            <value><c>true</c> if unversioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.Validation">
            <summary>
            Gets or sets the validation regular expression.
            </summary>
            <value>The validation.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateFieldItem.ValidationText">
            <summary>
            Gets or sets the validation text that is shown if the <see cref="P:Sitecore.Data.Items.TemplateFieldItem.Validation"/> regular expression fails.
            </summary>
            <value>The validation text.</value>
        </member>
        <member name="T:Sitecore.Data.Items.TemplateItem">
            <summary>Represents a Template item.</summary>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.TemplateItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateItem.BaseTemplates">
            <summary>
            Gets a list of base templates.
            </summary>
            <value>The base templates.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateItem.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateItem.FullName">
            <summary>
            Gets the full name.
            </summary>
            <value>The full name.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateItem.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateItem.OwnFields">
            <summary>
            Gets the fields that are defined by this template.
            </summary>
            <value>The own fields.</value>
            <remarks>Fields are that are inherited from other templates are omitted.</remarks>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateItem.StandardValues">
            <summary>
            Gets the standard values.
            </summary>
            <value>The standard values.</value>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.TryGetStandardValuesFromChildren">
            <summary>
            Tries to get standard values from children.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetStandardValuesFromFieldValue(System.String)">
            <summary>
            Gets the standard values from the field value.
            </summary>
            <param name="svItemID">The standard values item ID.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.TemplateItem">
            <summary>
            Converts an <see cref="T:Sitecore.Data.Items.Item"/> to a <see cref="T:Sitecore.Data.Items.TemplateItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
            <exception cref="T:Sitecore.Exceptions.InvalidItemException"><c>InvalidItemException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.op_Implicit(Sitecore.Data.Items.TemplateItem)~Sitecore.Data.Items.Item">
            <summary>
            Converts a <see cref="T:Sitecore.Data.Items.TemplateItem"/> to an <see cref="T:Sitecore.Data.Items.Item"/>.
            </summary>
            <param name="templateItem">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.AddField(System.String,System.String)">
            <summary>
            Adds a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="sectionName">Name of the section.</param>
            <returns>A <see cref="T:Sitecore.Data.Items.TemplateFieldItem"/></returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.AddSection(System.String)">
            <summary>
            Adds the section.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <returns>The section.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.AddSection(System.String,System.Boolean)">
            <summary>
            Adds the section.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="allowInheritedSection">if set to <c>true</c> this instance allows inherited section.</param>
            <returns>The section.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.AddTo(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds an item based on this template to another template.
            </summary>
            <param name="item">Item.</param>
            <param name="name">Name.</param>
            <returns>The to.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.AddTo(Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID)">
            <summary>
            Adds an item based on this template to another template.
            </summary>
            <param name="item">Item.</param>
            <param name="name">Name.</param>
            <param name="newItemId">The new item identifier.</param>
            <returns>
            Added item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.CreateItemFrom(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Creates the item from another item.
            </summary>
            <param name="name">Name.</param>
            <param name="parent">Parent.</param>
            <returns>The item from.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.CreateStandardValues">
            <summary>
            Creates the standard values.
            </summary>
            <returns>The standard values.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetField(Sitecore.Data.ID)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldID">Field ID.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetField(System.String)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetSection(Sitecore.Data.ID)">
            <summary>
            Gets a section.
            </summary>
            <param name="sectionID">Section ID.</param>
            <returns>The section.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetSection(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Gets a section.
            </summary>
            <param name="sectionID">Section ID.</param>
            <param name="allowInheritedSection">if set to <c>true</c> if inherited sections are allowed.</param>
            <returns>The section.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetSection(System.String)">
            <summary>
            Gets a section.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <returns>The section.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetSections">
            <summary>
            Gets a list of sections.
            </summary>
            <returns>The sections.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetUsageIDs">
            <summary>Returns usages of template item.
            </summary>
            <returns>IEnumerable of ID type.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.RemoveField(Sitecore.Data.ID)">
            <summary>
            Removes a field.
            </summary>
            <param name="fieldID">Field ID.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.RemoveField(System.String)">
            <summary>
            Removes a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.RemoveSection(Sitecore.Data.ID)">
            <summary>
            Removes a section.
            </summary>
            <param name="sectionID">Section ID.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.RemoveSection(System.String)">
            <summary>
            Removes a section.
            </summary>
            <param name="sectionName">Name of the section.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.BuildTemplateFieldItem(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Items.TemplateSectionItem)">
            <summary>
            Builds the template field item.
            </summary>
            <param name="field">The field.</param>
            <param name="sectionItem">The section item.</param>
            <returns>The template field item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.BuildTemplateSectionItem(Sitecore.Data.Templates.TemplateSection)">
            <summary>
            Builds the template section item.
            </summary>
            <param name="section">The section.</param>
            <returns>The template section item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetFields(System.Boolean)">
            <summary>
            Gets the fields.
            </summary>
            <param name="includeBaseFields">if set to <c>true</c> this instance is include base fields.</param>
            <returns>The fields.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetTemplate">
            <summary>
            Gets the template.
            </summary>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetTemplateFieldItem(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Gets the template field item.
            </summary>
            <param name="field">The field.</param>
            <returns>The template field item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.GetTemplateSectionItem(Sitecore.Data.Templates.TemplateSection)">
            <summary>
            Gets the template section item.
            </summary>
            <param name="section">The section.</param>
            <returns>The template section item.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateItem.SectionComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="T:Sitecore.Data.Items.TemplateSectionItem">
            <summary>
            Represents a Template Section item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.TemplateItem)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Items.TemplateSectionItem"/> instance.
            </summary>
            <param name="innerItem">Inner item.</param>
            <param name="owner">Owner.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.TemplateSectionItem">
            <summary>
            Converts an <see cref="T:Sitecore.Data.Items.Item"/> to a <see cref="T:Sitecore.Data.Items.TemplateSectionItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The implicit operator.</returns>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.Control">
            <summary>
            Gets the control that is used to display section toolbars in the client.
            </summary>
            <value>The control.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The name of the display.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.Item.DisplayName"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.HideFields">
            <summary>
            Gets a value indicating whether fields are hidden for this section in the client.
            </summary>
            <value><c>true</c> if fields are hidden; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.ItemAppearance.Icon"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.Sortorder">
            <summary>
            Gets the sortorder.
            </summary>
            <value>The sortorder.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.Template">
            <summary>
            Gets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="P:Sitecore.Data.Items.TemplateSectionItem.HiddenByDefault">
            <summary>
            Gets a value indicating whether the section is hidden by default.
            </summary>
            <value>
                <c>true</c> if the section is hidden by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.AddField(System.String)">
            <summary>
            Adds a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.GetField(Sitecore.Data.ID)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldID">Field ID.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.GetField(System.String)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.GetFields">
            <summary>
            Gets the fields.
            </summary>
            <returns>The fields.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.RemoveField(Sitecore.Data.ID)">
            <summary>
            Removes the field.
            </summary>
            <param name="fieldID">Field ID.</param>
        </member>
        <member name="M:Sitecore.Data.Items.TemplateSectionItem.RemoveField(System.String)">
            <summary>
            Removes the field.
            </summary>
            <param name="fieldName">Name of the field.</param>
        </member>
        <member name="T:Sitecore.Data.Items.WebEditButtonItem">
            <summary>
            The web edit button item
            </summary>
        </member>
        <member name="M:Sitecore.Data.Items.WebEditButtonItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.WebEditButtonItem"/> class.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="P:Sitecore.Data.Items.WebEditButtonItem.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Data.Items.WebEditButtonItem.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
            <remarks><seealso cref="P:Sitecore.Data.Items.ItemAppearance.Icon"/></remarks>
        </member>
        <member name="P:Sitecore.Data.Items.WebEditButtonItem.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Data.Items.WebEditButtonItem.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.Items.WebEditButtonItem.Tooltip">
            <summary>
            Gets or sets the tooltip.
            </summary>
            <value>The tooltip.</value>
        </member>
        <member name="P:Sitecore.Data.Items.WebEditButtonItem.Type">
            <summary>
            Gets or sets the typr.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Data.Items.WebEditButtonItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Data.Items.WebEditButtonItem">
            <summary>
            Converts an item to a <see cref="T:Sitecore.Data.Items.DeviceItem"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>The result of the conversion.</returns>
        </member>
        <member name="M:Sitecore.Data.Items.WebEditButtonItem.GetButton">
            <summary>
            Gets the button.
            </summary>
            <returns>The web edit button.</returns>
        </member>
        <member name="T:Sitecore.Data.Items.SectionTimer">
            <summary>SectionTimer</summary>
        </member>
        <member name="M:Sitecore.Data.Items.SectionTimer.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.SectionTimer"/> class.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="displayResult">if set to <c>true</c> this instance is displaying results on the screen.</param>
        </member>
        <member name="M:Sitecore.Data.Items.SectionTimer.#ctor(System.String,System.Boolean,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.SectionTimer"/> class.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="displayResult">if set to <c>true</c> this instance is displaying results on the screen.</param>
            <param name="divideBy">The divide by factor.</param>
        </member>
        <member name="M:Sitecore.Data.Items.SectionTimer.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Items.SectionTimer"/> class that writes to a file.
            </summary>
            <param name="filename">The filename.</param>
            <param name="sectionName">Name of the section.</param>
        </member>
        <member name="M:Sitecore.Data.Items.SectionTimer.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Items.SectionTimer.Elapsed">
            <summary>
            Gets the current number of elapsed milliseconds
            </summary>
            <value>The elapsed.</value>
        </member>
        <member name="T:Sitecore.Data.ItemUriFormat">
            <summary>
            Defines how the string representation of an ItemURI is formatted.
            </summary>
        </member>
        <member name="F:Sitecore.Data.ItemUriFormat.Uri">
            <summary>Uri.</summary>
        </member>
        <member name="F:Sitecore.Data.ItemUriFormat.QueryString">
            <summary>QueryString.</summary>
        </member>
        <member name="F:Sitecore.Data.ItemUriFormat.Message">
            <summary>Message.</summary>
        </member>
        <member name="T:Sitecore.Data.ItemUri">
            <summary>
            Provides a moniker to an item in a database.
            </summary>
            <remarks>An ItemUri is immutable and cannot be changed once created.
            To build an ItemUri dynamically use <see cref="T:Sitecore.Data.ItemUriBuilder"/>.</remarks>
        </member>
        <member name="F:Sitecore.Data.ItemUri.Empty">
            <summary>
            The empty <see cref="T:Sitecore.Data.ItemUri"/>. Its property <see cref="P:Sitecore.Data.ItemUri.IsEmpty"/> is <c>true</c>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:Sitecore.Data.ItemUri"/> class from being created.
            </summary>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.ItemUri)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="uri">URI.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.DataUri,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="dataUri">Data URI.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="itemUri">Item URI.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(System.String,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.ID,System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUri"/> instance.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUri.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ItemUri"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.ItemUri.DatabaseName">
            <summary>
            Gets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUri.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUri.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUri.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUri.Path">
            <summary>
            Gets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUri.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Data.ItemUri.AddToUrlString(Sitecore.Text.UrlString)">
            <summary>
            Adds the Uri to the specified Url string.
            </summary>
            <param name="urlString">The Url string.</param>
            <contract>
              <requires name="urlString" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemUri.op_Equality(Sitecore.Data.ItemUri,Sitecore.Data.ItemUri)">
            <summary>
            Determines if two Uris are equal.
            </summary>
            <param name="uri1">The uri1.</param>
            <param name="uri2">The uri2.</param>
            <returns>The operator ==.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemUri.op_Inequality(Sitecore.Data.ItemUri,Sitecore.Data.ItemUri)">
            <summary>
            Determines if two Uris are unequal.
            </summary>
            <param name="uri1">The uri1.</param>
            <param name="uri2">The uri2.</param>
            <returns>The operator !=.</returns>
        </member>
        <member name="M:Sitecore.Data.ItemUri.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemUri.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ItemUri.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
            <contract>
              <requires name="info" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.IsItemUri(System.String)">
            <summary>
            Checks if a path is an item URI.
            <para>Valid item URI must start with 'sitecore://' prefix.</para>
            </summary>
            <param name="path">The path to be tested.</param>
            <returns><c>true</c> if the path is an item URI; <c>false</c> otherwise.</returns>
            <contract>
              <requires name="path" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.GetPathOrId">
            <summary>
            Gets the item path.
            </summary>
            <returns>The item path.</returns>
            <contract>
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.Parse(System.String)">
            <summary>
            Converts the <paramref name="itemUri"/> text into an <see cref="T:Sitecore.Data.ItemUri"/> in case it is either prefixed with 'sitecore://' or is a <see cref="M:Sitecore.Data.ID.ToString"/>.
            <para>Expected format: 'sitecore://databaseName/path/to/item?ver=versionNumber&amp;la=languageName'</para>
            <para>Example: 'sitecore://master/content/home?ver=5&amp;la=en'</para>
            </summary>
            <param name="itemUri">Item URI text to be parsed.</param>
            <returns>The parsed value;<c>null</c> if value did not meet expected format.</returns>
            <contract>
              <requires name="itemUri" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ParseQueryString">
            <summary>
            Parses the query string.
            </summary>
            <returns>The query string.</returns>
            <contract>
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ParseQueryString(Sitecore.Data.Database)">
            <summary>
            Parses the query string.
            </summary>
            <param name="database">The database.</param>
            <returns>The query string.</returns>
            <contract>
              <requires name="database" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ToDataUri">
            <summary>
            Converts the <see cref="T:Sitecore.Data.ItemUri"/> to a <see cref="T:Sitecore.Data.DataUri"/>.
            </summary>
            <returns>The data URI.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ToString">
            <summary>
            Returns a string representing the URI.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ToString(Sitecore.Data.ItemUriFormat)">
            <summary>
            Returns a string representing the URI.
            </summary>
            <param name="format">The format.</param>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ToString(System.Boolean)">
            <summary>
            Returns a string representing the URI.
            </summary>
            <param name="addQueryString">determines whether add query string or not</param>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ToUrlString(System.String)">
            <summary>
            Converts the Uri to an Url.
            </summary>
            <returns>The URL.</returns>
            <contract>
              <requires name="path" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.Parse(System.String,Sitecore.Data.ID@,System.String@,Sitecore.Globalization.Language@,Sitecore.Data.Version@,System.String@)">
            <summary>
            Parses the specified item URI.
            </summary>
            <param name="itemUri">The item URI.</param>
            <param name="itemID">The item ID.</param>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="databaseName">Name of the database.</param>
            <returns><c>true</c>, if the Uri was succesfully parsed, otherwise <c>false</c>.</returns>
            <contract>
              <requires name="itemUri" condition="none" />
              <requires name="itemID" condition="none" />
              <requires name="path" condition="none" />
              <requires name="language" condition="none" />
              <requires name="version" condition="none" />
              <requires name="databaseName" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ItemUri.ExtractParm(System.String,System.String)">
            <summary>
            Extracts the parameter.
            </summary>
            <param name="name">The name.</param>
            <param name="query">The query.</param>
            <returns>The parameter.</returns>
            <contract>
              <requires name="name" condition="not null" />
              <requires name="query" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.ItemUriBuilder">
            <summary>
            Builds an <see cref="P:Sitecore.Data.ItemUriBuilder.ItemUri"/>.
            </summary>
            <remarks>A <see cref="P:Sitecore.Data.ItemUriBuilder.ItemUri"/> is immutable and cannot be changed
            once created. The ItemUriBuilder allows the URI to be built dynamically
            and then converted into a ItemUri.</remarks>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(Sitecore.Data.ItemUri)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="uri">URI.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="path">Path.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(System.String,Sitecore.Globalization.Language)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(System.String,Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="database">Database.</param>
        </member>
        <member name="M:Sitecore.Data.ItemUriBuilder.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.ItemUriBuilder"/> instance.
            </summary>
            <param name="path">Path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="P:Sitecore.Data.ItemUriBuilder.DatabaseName">
            <summary>
            Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUriBuilder.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUriBuilder.ItemUri">
            <summary>
            Gets the item URI.
            </summary>
            <value>The item URI.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUriBuilder.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUriBuilder.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Data.ItemUriBuilder.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.DefaultLanguageFallbackFieldValuesManager">
            <summary>The default language fallback field values manager.</summary>
        </member>
        <member name="F:Sitecore.Data.LanguageFallback.DefaultLanguageFallbackFieldValuesManager.provider">
            <summary>The provider.</summary>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.DefaultLanguageFallbackFieldValuesManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider,Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.LanguageFallback.DefaultLanguageFallbackFieldValuesManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.DefaultLanguageFallbackFieldValuesManager.GetLanguageFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback value of a field.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">If set to <c>true</c> the fallback value is retrieved considering the standard values.</param>
            <returns>The fallback value of a field.</returns>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.DefaultLanguageFallbackFieldValuesManager.IsValidForFallback(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether field is valid to have a fallback value.
            </summary>
            <param name="field">The field.</param>
            <returns><c>true</c> if filed valid to have a fallback value; otherwise - <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldSwitcher">
            <summary>
            The language fallback switcher.
            </summary>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldSwitcher.#ctor(System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldSwitcher"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue">
            <summary>
            LanguageFallbackValue
            </summary>
        </member>
        <member name="E:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.DataLengthChanged">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is cacheable.
            </summary>
            <value>
              <c>true</c> if cacheable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable" /> is immutable.
            </summary>
            <value>
              <c>true</c> if immutable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="P:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.ContainsStandardValue">
            <summary>
            Gets or sets a value indicating whether [contains standard value].
            </summary>
            <value>
            <c>true</c> if [contains standard value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.FallbackSource">
            <summary>
            Gets or sets the fallback source item.
            </summary>
            <value>
            The fallback source item.
            </value>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.#ctor(System.String,System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="containsStandardValue">if set to <c>true</c> [contains standard value].</param>
            <param name="fallbackSource">The fallback source.</param>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue.GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesCollection">
            <summary>
            LanguageFallbackValuesCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesManager">
            <summary>
            LanguageFallbackFieldValuesManager class
            </summary>
        </member>
        <member name="F:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesManager.GetLanguageFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback value of a field.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> the fallback value is retrieved considering the standard values.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesManager.IsValidForFallback(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether field is valid to have a fallback value.
            </summary>
            <param name="field">The field.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider">
            <summary>
            LanguageFallbackValuesProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.GetLanguageFallbackValue(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the language fallback value.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> get the fallback value allowing standard values.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.IsValidForFallback(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether valid is valid to have fallback value.
            </summary>
            <param name="field">The field to check.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.ShouldStandardFieldBeSkipped(Sitecore.Data.Fields.Field)">
            <summary>
            Determines whether field is standard and should be skipped.
            </summary>
            <param name="field">Field to determine.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.GetFallbackIsValidValueFromCache(Sitecore.Data.Fields.Field,Sitecore.Caching.IsLanguageFallbackValidCacheKey)">
            <summary>
            Adds the fallback is valid value to cache.
            </summary>
            <param name="field">The field.</param>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.AddFallbackIsValidValueToCache(Sitecore.Data.Fields.Field,Sitecore.Caching.IsLanguageFallbackValidCacheKey,System.Boolean)">
            <summary>
            Adds the fallback is valid value to cache.
            </summary>
            <param name="field">The field.</param>
            <param name="key">The key.</param>
            <param name="isValid">if set to <c>true</c> the cache value is valid.</param>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.AddLanguageFallbackValueToCache(Sitecore.Data.Fields.Field,System.Boolean,Sitecore.Data.LanguageFallback.LanguageFallbackFieldValue)">
            <summary>
            Adds the language fallback value to cache.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> the fallback value has been retrieved with allowing of standard values.</param>
            <param name="languageFallbackFieldValue">The language fallback value.</param>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackFieldValuesProvider.GetFallbackValuesFromCache(Sitecore.Data.Fields.Field,System.Boolean)">
            <summary>
            Gets the fallback values from cache.
            </summary>
            <param name="field">The field.</param>
            <param name="allowStandardValue">if set to <c>true</c> get the fallback value that was retrieved with allowing of standard values.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.LanguageFallback.LanguageFallbackItemSwitcher">
            <summary>
            The language fallback switcher.
            </summary>
        </member>
        <member name="M:Sitecore.Data.LanguageFallback.LanguageFallbackItemSwitcher.#ctor(System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.LanguageFallback.LanguageFallbackItemSwitcher"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.LayoutRecords">
            <summary>
            Represents the layout that are defined in a specified database.
            </summary>
            <remarks><para>Layouts are configured in /sitecore/layouts/Layout/Layouts.</para>
            <para>The devices are normally access through the
            <see cref="P:Sitecore.Resources.ResourceItems.Layouts"/> property.</para></remarks>
        </member>
        <member name="M:Sitecore.Data.LayoutRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.LayoutRecords"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.LayoutRecords.Item(Sitecore.Data.DataUri)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.LayoutItem"/> with the specified URI.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Locking.ItemLocking">
            <summary>
            Represents the locking state of an item.
            </summary>
            <remarks><para>Locking ensures that only one user can edit an item at a time.</para>
            <para>Locking is tightly integrated with workflows.</para>
            <para>Locking information is stored on the item in the field "__Lock".</para></remarks>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Locking.ItemLocking"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Data.Locking.ItemLocking.OwnerItem">
            <summary>
            Gets the owner item.
            </summary>
            <value>
            The owner item.
            </value>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.CanLock">
            <summary>
            Determines whether this item can be locked by the current user.
            </summary>
            <returns>
                <c>true</c> if this item can be locked by the current user; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.CanUnlock">
            <summary>
            Determines whether the current user can unlock this item.
            </summary>
            <returns>
                <c>true</c> if the current user can unlock this item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.GetOwner">
            <summary>
            Gets the user that owns the current lock.
            </summary>
            <returns>The owner.</returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.GetOwnerWithoutDomain">
            <summary>
            Gets the user that owns the current lock.
            </summary>
            <returns>The owner.</returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.IsLocked">
            <summary>
            Determines whether the item is locked by a user.
            </summary>
            <returns>
                <c>true</c> if the item is locked by a user; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.HasLock">
            <summary>
            Determines whether the current user has a lock on the item.
            </summary>
            <returns>
                <c>true</c> if the current user has a lock on the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.GetDatabaseName">
            <summary>
            Gets the name of the database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.Lock">
            <summary>
            Locks the item.
            </summary>
            <returns>The lock.</returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.Unlock">
            <summary>
            Unlocks the item.
            </summary>
            <returns>The unlock.</returns>
        </member>
        <member name="M:Sitecore.Data.Locking.ItemLocking.GetLockField">
            <summary>
            Gets the lock field.
            </summary>
            <returns>The lock field.</returns>
        </member>
        <member name="T:Sitecore.Data.Locking.LockingDisabler">
            <summary>
            The lock disabler.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Locking.LockingDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Locking.LockingDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Locking.SitecoreQueryLockProvider">
            <summary>
            Locates items locked by user using Sitecore Query.
            </summary>
            <seealso cref="T:Sitecore.Data.Locking.UserLockProvider" />
        </member>
        <member name="M:Sitecore.Data.Locking.SitecoreQueryLockProvider.GetItemsLockedByUser(Sitecore.Data.Locking.UserLockedItemArgs)">
            <summary>
            Gets the items locked by user.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Data.Locking.UserLockedItemArgs">
            <summary>
            Carries arguments to resolve items locked by <see cref="T:System.Security.Principal.IIdentity"/> in specific <see cref="T:Sitecore.Data.Database"/>.
            </summary>
            <seealso cref="T:Sitecore.Pipelines.PipelineArgs" />
        </member>
        <member name="M:Sitecore.Data.Locking.UserLockedItemArgs.#ctor(System.Security.Principal.IIdentity,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Locking.UserLockedItemArgs"/> class.
            </summary>
            <param name="user">The user.</param>
            <param name="contentDatabase">The content database.</param>
        </member>
        <member name="P:Sitecore.Data.Locking.UserLockedItemArgs.User">
            <summary>
            Gets the user to find locked items for.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="P:Sitecore.Data.Locking.UserLockedItemArgs.ContentDatabase">
            <summary>
            Gets the content database to find locked items in.
            </summary>
            <value>
            The content database.
            </value>
        </member>
        <member name="P:Sitecore.Data.Locking.UserLockedItemArgs.Result">
            <summary>
            Gets the result.
            </summary>
            <value>
            The result.
            </value>
        </member>
        <member name="T:Sitecore.Data.Locking.UserLockProvider">
            <summary>
            Defines a logic to find items
            </summary>
        </member>
        <member name="P:Sitecore.Data.Locking.UserLockProvider.Instance">
            <summary>
            Gets or sets the instance of the provider responsible for locating locked items solution-wide.
            </summary>
            <value>
            The instance.
            </value>
        </member>
        <member name="M:Sitecore.Data.Locking.UserLockProvider.GetItemsLockedByUser(Sitecore.Data.Locking.UserLockedItemArgs)">
            <summary>
            Gets the items locked by user.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Data.LongID">
            <summary>A LongID is a fully qualified ID path.</summary>
            <remarks>
                <para>A LongID contains a path of IDs, e.g.
                "/{678E49BA-7D1F-48E2-BE86-35824C641556}/{61624451-6216-4C5D-AF67-46FF91442DF7}".</para>
                <para>This will uniquely identify an item within a database that supports virtual
                links.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Data.LongID.ToID(System.String)">
            <summary>
            Converts a LongID to an ID.
            </summary>
            <param name="longID">The long ID.</param>
            <returns>The ID.</returns>
        </member>
        <member name="M:Sitecore.Data.LongID.IsLongID(System.String)">
            <summary>
            Tests if a string is a valid LongID.
            </summary>
            <param name="id">The id.</param>
            <returns>
                <c>true</c> if [is long ID] [the specified id]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultHistoryManager">
            <summary>The default history manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultHistoryManager.provider">
            <summary>The provider.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultHistoryManager.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Data.Managers.HistoryProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultHistoryManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.GetHistory(Sitecore.Data.Database,System.DateTime,System.DateTime)">
            <summary>
            Gets the history for a database.
            </summary>
            <param name="database">The database.</param>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterVersionAdded(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version added' event in the audit log.
            </summary>
            <param name="item">The added version.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterItemCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item copied' event in the audit log.
            </summary>
            <param name="copiedItem">The copied item.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item created' event in the audit log.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item deleted' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item moved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Registers an 'item saved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.RegisterVersionRemoved(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version removed' event in the audit log.
            </summary>
            <param name="item">The version that was removed.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineAddedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
             Handles the AddedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineCopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
             Handles the CopiedItem event of the DataEngine control.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineCreatedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand})">
            <summary>
            Handles the CreatedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineDeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the DeletedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineMovedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            The engine_ moved item.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineRemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            The engine_ removed version.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultHistoryManager.DataEngineSavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the ItemSaved event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultItemManager">
            <summary>
            The pipeline based item manager.
            <para>Attempts to execute operation as pipeline, and fallbacks to <see cref="P:Sitecore.Data.Managers.DefaultItemManager.FallbackProvider"/> in case pipeline is empty, or operation was not handled properly.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineDomain">
            <summary>
              The pipeline domain.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.factory">
            <summary>
              The factory.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.initializeLock">
            <summary>
              The initialize lock for <see cref="P:Sitecore.Data.Managers.DefaultItemManager.FallbackProvider" /> property.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.pipelineManager">
            <summary>
              The pipeline manager - provides pipelines by names.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.providerHelper">
            <summary>
              The provider helper - carries the fallback <see cref="T:Sitecore.Data.Managers.ItemProviderBase" />.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.fallbackProvider">
            <summary>
              The fallback item provider.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Managers.ItemProviderCollection})">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultItemManager" /> class.
            </summary>
            <param name="providerHelper">
              The provider helper.
            </param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Managers.ItemProviderCollection},Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Abstractions.BaseFactory)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultItemManager" /> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
            <param name="pipelineManager">The pipeline manager.</param>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.#ctor(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Configuration.ProviderHelper{Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Managers.ItemProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultItemManager" /> class.
            </summary>
            <param name="pipelineManager">The pipelien manager.</param>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.AddFromTemplatePipeline">
            <summary>
              Gets or sets the add from template pipeline.
            </summary>
            <value>
              The add from template pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.AddVersionPipeline">
            <summary>
              Gets or sets the add version pipeline.
            </summary>
            <value>
              The add version pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.BlobStreamExistsPipeline">
            <summary>
              Gets or sets the BLOB stream exists pipeline.
            </summary>
            <value>
              The BLOB stream exists pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.CopyItemPipeline">
            <summary>
              Gets or sets the copy item pipeline.
            </summary>
            <value>
              The copy item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.CreateItemPipeline">
            <summary>
              Gets or sets the create item pipeline.
            </summary>
            <value>
              The create item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.DeleteItemPipeline">
            <summary>
              Gets or sets the delete item pipeline.
            </summary>
            <value>
              The delete item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetBlobStreamPipeline">
            <summary>
              Gets or sets the get BLOB stream pipeline.
            </summary>
            <value>
              The get BLOB stream pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetChildrenPipeline">
            <summary>
              Gets or sets the get children pipeline.
            </summary>
            <value>
              The get children pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetContentLanguagesPipeline">
            <summary>
              Gets or sets the get content languages pipeline.
            </summary>
            <value>
              The get content languages pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetItemPipeline">
            <summary>
              Gets or sets the get item pipeline.
            </summary>
            <value>
              The get item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetParentPipeline">
            <summary>
              Gets or sets the get parent pipeline.
            </summary>
            <value>
              The get parent pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetRootItemPipeline">
            <summary>
              Gets or sets the get root item pipeline.
            </summary>
            <value>
              The get root item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.GetVersionsPipeline">
            <summary>
              Gets or sets the get versions pipeline.
            </summary>
            <value>
              The get versions pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.HasChildrenPipeline">
            <summary>
              Gets or sets the has children pipeline.
            </summary>
            <value>
              The has children pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.MoveItemPipeline">
            <summary>
            Gets or sets the move item pipeline.
            </summary>
            <value>
            The move item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.RemoveDataPipeline">
            <summary>
              Gets or sets the remove data pipeline.
            </summary>
            <value>
              The remove data pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.RemoveBlobStreamPipeline">
            <summary>
            Gets or sets the remove BLOB stream pipeline.
            </summary>
            <value>
            The remove BLOB stream pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.RemoveVersionPipeline">
            <summary>
              Gets or sets the remove version pipeline.
            </summary>
            <value>
              The remove version pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.RemoveVersionsPipeline">
            <summary>
              Gets or sets the remove versions pipeline.
            </summary>
            <value>
              The remove versions pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.ResolvePathPipeline">
            <summary>
              Gets or sets the resolve path pipeline.
            </summary>
            <value>
              The resolve path pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.SaveItemPipeline">
            <summary>
              Gets or sets the save item pipeline.
            </summary>
            <value>
              The save item pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.SetBlobStreamPipeline">
            <summary>
              Gets or sets the set BLOB stream pipeline.
            </summary>
            <value>
              The set BLOB stream pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.FallbackProvider">
            <summary>
              Gets the fallback provider that performs an operation in case corresponding pipeline could not handle the operation.
            </summary>
            <value>
              The fallback provider.
            </value>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.Initialize">
            <summary>
              Initializes class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.ExtactPipelines(Sitecore.Abstractions.BaseCorePipelineManager)">
            <summary>
              Extracts pipelines by names, and caches them in instance fields.
              <para>This action avoids pipeline lookup by name on each pipeline execution.</para>
            </summary>
            <param name="baseCorePipelineManager">The base core pipeline manager.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.DataEngineOnCopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
              Handles the OnCopiedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1" /> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newItemId">The id of the new item.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>True</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The child list options <see cref="T:Sitecore.Collections.ChildListOptions"/></param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (i.e. the languages for which the item has content).
            </summary>
            <param name="item">The item to get content languages.</param>
            <returns>The collection of languages item has versions in.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item to find parent.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item to get versions.</param>
            <param name="language">The language to get versions in.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version"> versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item to check for children presence.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination.</param>
            <param name="securityCheck">The security check.</param>
            <returns><c>true</c> if item is moved; otherwise - <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item to have specific language version removed.</param>
            <param name="language">The language to remove item versions.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item to be saved.</param>
            <returns><c>true</c> if the item was saved;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The GUID identifying the new blob.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.Execute``1(System.String,System.String,System.Func{``0},System.Action)">
            <summary>
            Executes the action.
            </summary>
            <typeparam name="TArgs">The type of pipeline arguments.</typeparam>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineDomain">Domain of the pipeline.</param>
            <param name="pipelineArgsCreator">The pipeline arguments creator.</param>
            <param name="fallbackAction">The fallback result.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.ExecuteAndReturnResult``2(System.String,System.String,System.Func{``0},System.Func{``1})">
            <summary>
            Executes the action and returns result.
            </summary>
            <typeparam name="TArgs">The type of pipeline arguments.</typeparam>
            <typeparam name="TResult">The type or result.</typeparam>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineDomain">Domain of the pipeline.</param>
            <param name="pipelineArgsCreator">The pipeline arguments creator.</param>
            <param name="fallbackResult">The fallback result.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c> this instance is deep.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c> [deep].</param>
            <param name="copyName">Name of the copied item.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <returns>
            The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <returns>
             The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.DeleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <returns><c>True</c> if the item was deleted, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetBlobStream(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="field">The field.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item whose parent is searched.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetVersions(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item to get version numbers.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item to check for children presence.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <returns><c>true</c> if the item was moved; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Removes all data from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.RemoveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.DemandRuntime">
            <summary>
            Performs license check.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultItemManager.CorePipelineManager">
            <summary>
            Gets the core pipeline manager.
            </summary>
            <value>
            The core pipeline manager.
            </value>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultItemManager.GetDefaultFallbackProvider">
            <summary>
            Gets the default fallback provider.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultItemManager.PipelineNames">
            <summary>
            Class for storing pipeline names.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.AddFromTemplate">
            <summary>
            The name of <c>addFromTemplate</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.AddVersion">
            <summary>
            The name of <c>addVersion</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.BlobStreamExists">
            <summary>
            The name of <c>blobStreamExists</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.CopyItem">
            <summary>
            The name of <c>copyItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.CreateItem">
            <summary>
            The name of <c>createItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.DeleteItem">
            <summary>
            The name of <c>deleteItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetBlobStream">
            <summary>
            The name of <c>getBlobStream</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetChildren">
            <summary>
            The name of <c>getChildren</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetContentLanguages">
            <summary>
            The name of <c>getContentLanguages</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetItem">
            <summary>
            The name of <c>getItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetParent">
            <summary>
            The name of <c>getParent</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetRootItem">
            <summary>
            The name of <c>getRootItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.GetVersions">
            <summary>
            The name of <c>getVersions</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.HasChildren">
            <summary>
            The name of <c>hasChildren</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.MoveItem">
            <summary>
            The name of <c>moveItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.RemoveBlobStream">
            <summary>
            The name of <c>removeBlobStream</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.RemoveData">
            <summary>
            The name of <c>removeData</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.RemoveVersion">
            <summary>
            The name of <c>removeVersion</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.RemoveVersions">
            <summary>
            The name of <c>removeVersions</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.ResolvePath">
            <summary>
            The name of <c>resolvePath</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.SaveItem">
            <summary>
            The name of <c>saveItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultItemManager.PipelineNames.SetBlobStream">
            <summary>
            The name of <c>setBlobStream</c> pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultLanguageFallbackManager">
            <summary>The default language fallback manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultLanguageFallbackManager.strategy">
            <summary>The strategy.</summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackManager.#ctor(Sitecore.Data.Managers.LanguageFallbackStrategy)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultLanguageFallbackManager"/> class.</summary>
            <param name="strategy">The strategy.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackManager.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The fallback language.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackManager.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item id.</param>
            <returns>The fallback language.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackManager.GetDependentLanguages(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the languages that depends on <paramref name="fallbackLanguage"/>.
            </summary>
            <param name="fallbackLanguage">The fallback language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item identifier.</param>
            <returns>The dependent language.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy">
            <summary>
            Strategy to determine the fallback language for the specified one
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language for which to get the fallback.</param>
            <param name="database">The database which defines the fallback policy.</param>
            <param name="relatedItemId">ID of the related item</param>
            <returns>An instance of <see cref="T:Sitecore.Globalization.Language"/> class which is the fallback of the specified language in the specified database.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.GetDependentLanguages(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the languages that depends on <paramref name="fallbackLanguage"/>.
            </summary>
            <param name="fallbackLanguage">The fallback language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item identifier.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.CreateLanguageMapping">
            <summary>
            Creates the language mapping.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.GetMapping(Sitecore.Data.Database)">
            <summary>
            Gets the mapping for the specified database.
            </summary>
            <param name="database">The database for which to load mapping.</param>
            <returns>And instance of <see cref="T:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping"/> class.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping">
            <summary>
            Represents language mapping for a single database
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.languages">
            <summary>
            Internal table of the languages.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping"/> class.
            </summary>
            <param name="lockOwner">The lock owner.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.GetFallbackLanguage(Sitecore.Globalization.Language)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.GetDependentLanguages(Sitecore.Globalization.Language)">
            <summary>
            Gets the dependent languages.
            </summary>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.Load(Sitecore.Data.Database)">
            <summary>
            Loads the specified database.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageFallbackStrategy.LanguageMapping.AttachEvents(Sitecore.Data.Database)">
            <summary>
            Attaches the events.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultLanguageManager">
            <summary>The default language manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultLanguageManager.provider">
            <summary>The provider.</summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.#ctor(Sitecore.Data.Managers.LanguageProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultLanguageManager"/> class.
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.GetDefaultLanguage">
            <summary>
            Gets the default language.
            </summary>
            <returns>The default language.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.Initialize">
            <summary>
            Initialize type.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.GetLanguage(System.String)">
            <summary>
            Gets a language by name.
            </summary>
            <param name="name">The name.</param>
            <returns>The language.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.GetLanguage(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a language (only if it is defined in the specified database).
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.GetLanguageItemId(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the id of the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The language item id.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.GetLanguageItem(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The language item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.GetLanguages(Sitecore.Data.Database)">
            <summary>
            Gets all the <see cref="T:Sitecore.Globalization.Language">languages</see> defined in a
            specific <see cref="T:Sitecore.Data.Database">database</see>.
            </summary>
            <param name="database">The database.</param>
            <returns>The languages.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.IsLanguageNameDefined(Sitecore.Data.Database,System.String)">
            <summary>
            Determines if the language name is defined in the specified database.
            </summary>
            <param name="database">The database.</param>
            <param name="languageName">The name.</param>
            <returns>
              <c>true</c> if the language name is defined in the specified database; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.IsValidLanguageName(System.String)">
            <summary>
            Determines whether the specified name is a valid language name.
            </summary>
            <param name="name">The name.</param>
            <returns>
              <c>true</c> if the specified name is a valid language name; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.LanguageRegistered(System.String)">
            <summary>
            Gets a value indicating if a specific language is
            registered with the ASP.NET globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.LanguageRegistered(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a value indicating if a specific language is
            registered in a specific database.
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.RegisterLanguage(System.String)">
            <summary>
            Registers a specific language in the ASP.NET
            globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Removes all data using a specific language from
            the database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <remarks>If the language does not exist in the target database, no
            action will be taken.</remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultLanguageManager.RenameLanguageData(System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Rename all data language bindings for a specific language.
            </summary>
            <param name="fromLanguage">Rename from this language name.</param>
            <param name="toLanguage">Rename to this language name.</param>
            <param name="database">The database.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultTemplateManager">
            <summary>The default template manager.</summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.#ctor(Sitecore.Data.Managers.TemplateProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.DefaultTemplateManager"/> class.
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="P:Sitecore.Data.Managers.DefaultTemplateManager.Provider">
            <summary>
            Gets or sets the provider instance handling requests to the manager.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.Database)">
            <summary>
            Changes the field sharing type of a single field.
            </summary>
            <param name="definition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <param name="database">The database.</param>
            <returns><c>true</c> if sharing type is changed; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.ChangeTemplate(Sitecore.Data.Items.Item,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Changes the template of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <returns><c>true</c> if tmplate is changed; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetFieldId(System.String,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the id of a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <returns>The id of the field.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the template associated with an item.
            </summary>
            <param name="item">The <see cref="T:Sitecore.Data.Items.Item">item</see> to get the template for.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetTemplate(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the template associated with a template id.
            </summary>
            <param name="templateId">The id of the desired template.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetTemplate(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the template with a specific name.
            </summary>
            <param name="fullName">The full name of the desired template. A
            full name is either a full Sitecore path
            (i.e. /sitecore/templates/documents/Document) or a path relative
            to /sitecore/templates (i.e. documents/Document). The name is
            case-insensitive.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Gets the template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns>The template field.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets a template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="templateID">The template ID.</param>
            <param name="database">The database.</param>
            <returns>The template field.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.GetTemplates(Sitecore.Data.Database)">
            <summary>
            Gets all templates defined in a specific database.
            </summary>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the templates.</param>
            <returns>The templates.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder for a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.IsTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the item is a template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.IsTemplatePart(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template part.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the item is a template part; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultTemplateManager.IsDataField(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Determines whether [is data field] [the specified template field].
            </summary>
            <param name="templateField">The template field.</param>
            <returns>
              <c>true</c> if [is data field] [the specified template field]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.DefaultThemeManager">
            <summary>The default theme manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.DefaultThemeManager.provider">
            <summary>The provider.</summary>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultThemeManager.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns>The icon image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultThemeManager.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">If set to <c>true</c> [resize].</param>
            <returns>The icon image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultThemeManager.GetImage(System.String,System.Int32,System.Int32)">
            <summary>
            Gets an image from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>The image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultThemeManager.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">If set to <c>true</c> [resize].</param>
            <returns>The image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultThemeManager.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>The language image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.DefaultThemeManager.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">If set to <c>true</c> this instance is resize.</param>
            <returns>The language image.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.HistoryManager">
            <summary>
            Manager class for history.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.HistoryManager.Instance">
            <summary>
            The Instance.Value.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.HistoryManager.HistoryProvider">
            <summary>
            The history provider.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.GetHistory(Sitecore.Data.Database,System.DateTime,System.DateTime)">
            <summary>
            Gets the history for a database.
            </summary>
            <param name="database">The database.</param>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterVersionAdded(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version added' event in the audit log.
            </summary>
            <param name="item">The added version.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterItemCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item copied' event in the audit log.
            </summary>
            <param name="copiedItem">The copied item.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item created' event in the audit log.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item deleted' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item moved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Registers an 'item saved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryManager.RegisterVersionRemoved(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version removed' event in the audit log.
            </summary>
            <param name="item">The version that was removed.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.HistoryProvider">
            <summary>
            Default provider used for audting operations.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.GetHistory(Sitecore.Data.Database,System.DateTime,System.DateTime)">
            <summary>
            Gets the history for a database.
            </summary>
            <param name="database">The database.</param>
            <param name="from">From date (UTC).</param>
            <param name="to">To date (UTC).</param>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterVersionAdded(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version added' event in the audit log.
            </summary>
            <param name="item">The added version.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterItemCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item copied' event in the audit log.
            </summary>
            <param name="copiedItem">The copied item.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'item deleted' event in the audit log.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item deleted' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Registers an 'item moved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Registers an 'item saved' event in the audit log.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.RegisterVersionRemoved(Sitecore.Data.Items.Item)">
            <summary>
            Registers an 'version removed' event in the audit log.
            </summary>
            <param name="item">The version that was removed.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.HistoryProvider.GetHistoryEngine(Sitecore.Data.Items.Item)">
            <summary>
            Gets the history engine.
            </summary>
            <param name="item">The item.</param>
            <returns>The history engine.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.IndexingHistoryEntryComparer">
            <summary>
            The indexing history entry comparer.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.IndexingHistoryEntryComparer.Equals(Sitecore.Data.Engines.HistoryEntry,Sitecore.Data.Engines.HistoryEntry)">
            <summary>
            Compare History Entries
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            true if the specified objects are equal; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.IndexingHistoryEntryComparer.GetHashCode(Sitecore.Data.Engines.HistoryEntry)">
            <summary>
            Get Hash Code of HistoryEntry
            </summary>
            <param name="entry">The entry.</param>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.ItemManager">
            <summary>
            Static interface for performing basic CRUD operations against
            the item database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.ItemManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.ItemManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.Initialize">
            <summary>
            Initializes class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newItemId">The id of the new item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
                <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
            <param name="copyName">Name of the copied item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <returns>
            The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="newId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template ID.</param>
            <param name="destination">The destination.</param>
            <returns>
                The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.DeleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <returns><c>True</c> if the item was deleted, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
                <c>True</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetBlobStream(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="field">The field.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options"></param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (ie. the languages for which the item has content).
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetVersions(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <returns><c>true</c> if the item was moved; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="securityCheck">The security check.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Removes all data from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="database">The database.</param>
            <returns>
                <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
                <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.RemoveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <returns>
                <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
                <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>True if the item was saved, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemManager.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The guid identifying the new blob.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.ItemProviderCollection">
            <summary>
            ItemProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Data.Managers.ItemProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Managers.ItemProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Data.Managers.ItemProvider">
            <summary>
            Provider for performing basic CRUD operations against
            the item database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.ItemProvider.languageManager">
            <summary>
            The language manager
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.ItemProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.#ctor(Sitecore.Abstractions.BaseLanguageManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.ItemProvider" /> class.
            </summary>
            <param name="languageManager">The language manager.</param>
        </member>
        <member name="P:Sitecore.Data.Managers.ItemProvider.LanguageManager">
            <summary>
            Gets the language manager.
            </summary>
            <value>
            The language manager.
            </value>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newId">The id of the new item.</param>
            <returns>The created item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns>The created copy.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The options for getting children.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (ie. the languages for which the item has content).
            </summary>
            <param name="item">The item.</param>
            <returns>The content languages (i.e. the languages for which the item has content).</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the item was moved; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>True if the item was saved, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.ValidCloneSourceFieldModification(Sitecore.Data.Items.Item)">
            <summary>
            Ensures that a newly set <see cref="F:Sitecore.FieldIDs.SourceItem" /> field value will not cause a recursive chain for clones, thereby will not provoke <see cref="T:System.StackOverflowException" />.
            </summary>
            <param name="realItem">The real item.</param>
            <returns><c>true</c> if <see cref="F:Sitecore.FieldIDs.SourceItem"/> has valid value;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The guid identifying the new blob.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.ApplySecurity(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Applies security to an items.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check to perform.</param>
            <returns></returns>
            <remarks>If the item can not be read by the current user, null will be returned.</remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.ApplySecurity(Sitecore.Collections.ItemList,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Applies security to a collection of items.
            </summary>
            <param name="children">The items.</param>
            <param name="securityCheck">The security check to perform.</param>
            <returns>
            A collection with the items that the current user has 'read' access to.
            </returns>
            <remarks>All items that can not be read by the current user will be removed from the collection.</remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.DoCreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates a new item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template id.</param>
            <param name="newId">The new id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.DoCreateAndReturnItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates and returns a new item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template id.</param>
            <param name="newId">The new id.</param>
            <returns>The newly created item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.DoCreateAndReturnItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates and returns a new item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template id.</param>
            <param name="newId">The new id.</param>
            <param name="created">The created.</param>
            <returns>
            The newly created item.
            </returns>
            <exception cref="T:System.NotImplementedException"></exception>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetDataEngine(Sitecore.Data.Database)">
            <summary>
            Gets the data engine associated with a database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.Sort(Sitecore.Collections.ItemList,Sitecore.Data.Items.Item)">
            <summary>
            Sorts the specified items.
            </summary>
            <param name="items">The items.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetChildren(Sitecore.Data.Items.Item,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="options">The options.</param>
            <returns>
            The child items.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.UpdateDependantRevisions(Sitecore.Data.Items.Item)">
            <summary>
            Updates the dependant revisions of an item after save.
            </summary>
            <param name="item">The item that was saved.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.UpdateRevisions(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Updates the revisions of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="includeAllLanguages">If set to <c>true</c> include revisions in all languages.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.AddItemToCache(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.Data.Items.Item)">
            <summary>
            Adds an item to the cache.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.GetItemFromCache(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from cache.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProvider.EnsureVersion(Sitecore.Data.Items.Item)">
            <summary>
            Ensures the version.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.ItemProviderBase">
            <summary>
            Provider for performing basic CRUD operations against the item database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newId">The id of the new item.</param>
            <returns>The created item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns>The created copy.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The options for getting children.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (i.e. the languages for which the item has content).
            </summary>
            <param name="item">The item.</param>
            <returns>The content languages (i.e. the languages for which the item has content).</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:System.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the item was moved; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>True if the item was saved, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The <c>Guid</c> identifying the new blob.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ItemProviderBase.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created datetime</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.PipelineBasedItemProvider">
            <summary>
            Provider for performing basic CRUD operations based on pipelines.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineDomain">
            <summary>
            The pipeline domain.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.initializeLock">
            <summary>
            The initialize lock.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.fallbackProviderName">
            <summary>
            The fallback provider name.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.fallbackProvider">
            <summary>
            The fallback provider.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Managers.PipelineBasedItemProvider.FallbackProvider">
            <summary>
            Gets the fallback provider.
            </summary>
            <value>
            The fallback provider.
            </value>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newId">The id of the new item.</param>
            <returns>
            The created item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns>
            The created copy.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The item creation datetime</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
            The stream.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The child items.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The options for getting children.</param>
            <returns>
            The child items.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (i.e. the languages for which the item has content).
            </summary>
            <param name="item">The item.</param>
            <returns>
            The content languages (i.e. the languages for which the item has content).
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The parent item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:System.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the item was moved; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant" /> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            True if the item was saved, false otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
            The <c>Guid</c> identifying the new blob.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.Execute``1(System.String,System.String,System.Func{``0},System.Action)">
            <summary>
            Executes the action.
            </summary>
            <typeparam name="TArgs">The type of pipeline arguments.</typeparam>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineDomain">Domain of the pipeline.</param>
            <param name="pipelineArgsCreator">The pipeline arguments creator.</param>
            <param name="fallbackAction">The fallback result.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.PipelineBasedItemProvider.ExecuteAndReturnResult``2(System.String,System.String,System.Func{``0},System.Func{``1})">
            <summary>
            Executes the action and returns result.
            </summary>
            <typeparam name="TArgs">The type of pipeline arguments.</typeparam>
            <typeparam name="TResult">The type or result.</typeparam>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineDomain">Domain of the pipeline.</param>
            <param name="pipelineArgsCreator">The pipeline arguments creator.</param>
            <param name="fallbackResult">The fallback result.</param>
            <returns>The result.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames">
            <summary>
            Class for storing pipeline names.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.AddFromTemplate">
            <summary>
            The name of <c>addFromTemplate</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.AddVersion">
            <summary>
            The name of <c>addVersion</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.BlobStreamExists">
            <summary>
            The name of <c>blobStreamExists</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.CopyItem">
            <summary>
            The name of <c>copyItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.CreateItem">
            <summary>
            The name of <c>createItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.DeleteItem">
            <summary>
            The name of <c>deleteItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetBlobStream">
            <summary>
            The name of <c>getBlobStream</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetChildren">
            <summary>
            The name of <c>getChildren</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetContentLanguages">
            <summary>
            The name of <c>getContentLanguages</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetItem">
            <summary>
            The name of <c>getItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetParent">
            <summary>
            The name of <c>getParent</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetRootItem">
            <summary>
            The name of <c>getRootItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.GetVersions">
            <summary>
            The name of <c>getVersions</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.HasChildren">
            <summary>
            The name of <c>hasChildren</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.MoveItem">
            <summary>
            The name of <c>moveItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.RemoveBlobStream">
            <summary>
            The name of <c>removeBlobStream</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.RemoveData">
            <summary>
            The name of <c>removeData</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.RemoveVersion">
            <summary>
            The name of <c>removeVersion</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.RemoveVersions">
            <summary>
            The name of <c>removeVersions</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.ResolvePath">
            <summary>
            The name of <c>resolvePath</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.SaveItem">
            <summary>
            The name of <c>saveItem</c> pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.PipelineBasedItemProvider.PipelineNames.SetBlobStream">
            <summary>
            The name of <c>setBlobStream</c> pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Managers.LanguageFallbackManager">
            <summary>
            LanguageFallbackManager
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.LanguageFallbackManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageFallbackManager.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageFallbackManager.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageFallbackManager.GetDependentLanguages(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the languages that depends on <paramref name="fallbackLanguage"/>.
            </summary>
            <param name="fallbackLanguage">The fallback language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item identifier.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Managers.LanguageFallbackStrategy">
            <summary>
            Strategy to determine the fallback language for the specified one
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageFallbackStrategy.GetFallbackLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the fallback language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item identifier.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageFallbackStrategy.GetDependentLanguages(Sitecore.Globalization.Language,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Gets the languages that depends on <paramref name="fallbackLanguage"/>.
            </summary>
            <param name="fallbackLanguage">The fallback language.</param>
            <param name="database">The database.</param>
            <param name="relatedItemId">The related item identifier.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Managers.LanguageManager">
            <summary>
            Manager for language related operations.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.LanguageManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.LanguageManager.LanguageProvider">
            <summary>
            The language provider.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.Initialize">
            <summary>
            Initialize type.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageManager.DefaultLanguage">
            <summary>
            Gets the default language.
            </summary>
            <value>The default language.</value>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.GetLanguage(System.String)">
            <summary>
            Gets a language by name.
            </summary>
            <param name="name">The name.</param>
            <returns>The language.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.GetLanguage(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a language (only if it is defined in the specified database).
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.GetLanguageItemId(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the id of the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The language item id.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.GetLanguageItem(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The language item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.GetLanguages(Sitecore.Data.Database)">
            <summary>
            Gets all the <see cref="T:Sitecore.Globalization.Language">languages</see> defined in a
            specific <see cref="T:Sitecore.Data.Database">database</see>.
            </summary>
            <param name="database">The database.</param>
            <returns>The languages.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.IsLanguageNameDefined(Sitecore.Data.Database,System.String)">
            <summary>
            Determines if the language name is defined in the specified database.
            </summary>
            <param name="database">The database.</param>
            <param name="languageName">The name.</param>
            <returns>
                <c>true</c> if the language name is defined in the specified database; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.IsValidLanguageName(System.String)">
            <summary>
            Determines whether the specified name is a valid language name.
            </summary>
            <param name="name">The name.</param>
            <returns>
                <c>true</c> if the specified name is a valid language name; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.LanguageRegistered(System.String)">
            <summary>
            Gets a value indicating if a specific language is
            registered with the ASP.NET globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.LanguageRegistered(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a value indicating if a specific language is
            registered in a specific database.
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.RegisterLanguage(System.String)">
            <summary>
            Registers a specific language in the ASP.NET
            globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Removes all data using a specific language from
            the database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <remarks>If the language does not exist in the target database, no
            action will be taken.</remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageManager.RenameLanguageData(System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Rename all data language bindings for a specific language.
            </summary>
            <param name="fromLanguage">Rename from this language name.</param>
            <param name="toLanguage">Rename to this language name.</param>
            <param name="database">The database.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.LanguageProvider">
            <summary>
            Provides <see cref="T:Sitecore.Globalization.Language"/> by name, or <see cref="T:Sitecore.Collections.LanguageCollection"/> per <see cref="T:Sitecore.Data.Database"/>.
            <para>Allows to validate language name, and register new language in ASP.NET globalization engine.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.LanguageProvider.LanguagesCacheName">
            <summary>
            The language cache name.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.LanguageProvider.WellKnownIllegalLanguageNames">
            <summary>
            The well known illegal language names.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.LanguageProvider.RegisteredLanguagesSyncRoot">
            <summary>
            Synchronizes operations with <see cref="P:Sitecore.Data.Managers.LanguageProvider.RegisteredLanguages"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.#ctor">
            <summary>
            Constructs an instance of LanguageProvider
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.#ctor(Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseSettings)">
            <summary>
            Constructs an instance of LanguageProvider
            </summary>
            <param name="cacheManager">The Cache Manager.</param>
            <param name="settings">Sitecore settings.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog,System.Int64,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.LanguageProvider" /> class.
            </summary>
            <param name="itemManager">The item manager.</param>
            <param name="cacheManager">The cache manager.</param>
            <param name="factory">The factory.</param>
            <param name="log">The log.</param>
            <param name="languageCacheSize">Size of the language cache.</param>
            <param name="registerNewInstance">if set to <c>true</c> [register new instance].</param>
            <param name="configurationSet"></param>
            <param name="autoRenameItemData"></param>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.ItemManager">
            <summary>
            Gets the item manager.
            </summary>
            <value>
            The item manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.CacheManager">
            <summary>
            Gets the cache manager.
            </summary>
            <value>
            The cache manager.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>
            The factory.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.ConfigurationSet">
            <summary>
            Gets a value indicating whether [configuration set].
            </summary>
            <value>
              <c>true</c> if [configuration set]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.AutoRenameItemData">
            <summary>
            Gets a value indicating whether [automatic rename item data].
            </summary>
            <value>
            <c>true</c> if [automatic rename item data]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.LanguageCache">
            <summary>
            Gets the language cache.
            </summary>
            <value>
            The language cache.
            </value>
        </member>
        <member name="P:Sitecore.Data.Managers.LanguageProvider.RegisteredLanguages">
            <summary>
            Gets the registered languages.
            </summary>
            <value>The registered languages.</value>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.AddLanguage(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Adds a <see cref="T:Sitecore.Globalization.Language"/> to a specific
            <see cref="T:Sitecore.Data.Database">database</see>.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <remarks>If the language already exists in the target database, no
            action will be taken.</remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguage(System.String)">
            <summary>
            Gets a language by name.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguage(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a language (only if it is defined in the specified database).
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguageItemId(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the id of the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguageItem(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguages(Sitecore.Data.Database)">
            <summary>
            Gets all the <see cref="T:Sitecore.Globalization.Language">languages</see> defined in a
            specific <see cref="T:Sitecore.Data.Database">database</see>.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.InvalidateCaches(Sitecore.Data.Database)">
            <summary>
            Invalidates the caches for a specific database.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.IsLanguageNameDefined(Sitecore.Data.Database,System.String)">
            <summary>
            Determines if the language name is defined in the specified database.
            </summary>
            <param name="database">The database.</param>
            <param name="languageName">The name.</param>
            <returns>
                <c>true</c> if the language name is defined in the specified database; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.IsValidLanguageName(System.String)">
            <summary>
            Determines whether the specified name is a valid language name.
            </summary>
            <param name="name">The name.</param>
            <returns>
                <c>true</c> if the specified name is a valid language name; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.LanguageRegistered(System.String)">
            <summary>
            Gets a value indicating if a specific language is
            registered with the ASP.NET globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.LanguageRegistered(System.String,Sitecore.Data.Database)">
            <summary>
            Gets a value indicating if a specific language is
            registered in a specific database.
            </summary>
            <param name="name">The name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.RegisterLanguage(System.String)">
            <summary>
            Registers a specific language in the ASP.NET
            globalization engine.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.RemoveLanguageData(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Removes all data using a specific language from
            the database.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <remarks>If the language does not exist in the target database, no
            action will be taken.</remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.RenameLanguageData(System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Rename all data language bindings for a specific language.
            </summary>
            <param name="fromLanguage">Rename from this language name.</param>
            <param name="toLanguage">Rename to this language name.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.IsKnownToBeInvalid(System.String)">
            <summary>
            Determines whether the specified candidate language name is known to be invalid.
            </summary>
            <param name="candidateLanguageName">Name of the candidate language.</param>
            <returns>
              <c>true</c> if provided value is known to be invalid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.MarkLanguageAsRegistered(System.String)">
            <summary>
            Marks the language as known for ASP.NET globalization engine.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.AddLanguagesToCache(Sitecore.Collections.LanguageCollection,Sitecore.Data.Database)">
            <summary>
            Adds the languages to cache.
            </summary>
            <param name="languages">The languages.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguagesFromCache(Sitecore.Data.Database)">
            <summary>
            Gets the languages from cache.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetLanguagesFromDatabase(Sitecore.Data.Database)">
            <summary>
            Gets the languages from database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.RemoveLanguagesFromCache(Sitecore.Data.Database)">
            <summary>
            Removes the languages from cache.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_CreatedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand})">
            <summary>
            Handles the CreatedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_CreatedItemRemote(System.Object,Sitecore.Data.Events.ItemCreatedRemoteEventArgs)">
            <summary>
            Handles the CreatedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemCreatedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.HandleItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Handles the item created.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_DeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the ItemDeleted event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_DeletedItemRemote(System.Object,Sitecore.Data.Events.ItemDeletedRemoteEventArgs)">
            <summary>
            Handles the DeletedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.HandleItemDeleted(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Handles the item deleted.
            </summary>
            <param name="item">The item.</param>
            <param name="removeLanguageData">if set to <c>true</c> [remove language data].</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_SavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the SavedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_SavedItemRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Handles the SavedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.HandleItemSaved(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges,System.Boolean)">
            <summary>
            Handles the item saved.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <param name="updateLanguageBindings">if set to <c>true</c> [update language bindings].</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.DataEngine_SavingItem(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Datas the engine_ saving item.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutingEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetCultureBuilder(System.String,System.Boolean)">
            <summary>
            Gets the culture builder.
            </summary>
            <param name="languageName">Name of the language.</param>
            <param name="assert">if set to <c>true</c> perform [assert].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.LanguageProvider.GetDataSource(Sitecore.Data.Database)">
            <summary>
            Gets the data source.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Managers.NotificationManager">
            <summary>
            Defines the notification manager class.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.NotificationManager.globalLock">
            <summary>
            Global lock.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.NotificationManager._initialized">
            <summary>
            The initialized flag
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.AttachEvents(Sitecore.Data.Database)">
            <summary>
            Attaches the events.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.DataEngine_DeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the DeletedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.DataEngine_RemoveVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemoveVersion event of the Database control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.DataEngine_MovedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            Handles the MovedItem event of the Database control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The instance containing the event arguments.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.Database_InstanceCreated(System.Object,Sitecore.Data.Events.InstanceCreatedEventArgs)">
            <summary>
            Handles the InstanceCreated event of the Database control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:Sitecore.Data.Events.InstanceCreatedEventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.DataEngine_AddedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
            The add version event.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="e">
            The event arguments.
            </param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.DataEngine_CreatedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand})">
            <summary>
            The create item event.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="e">
            The event arguments.
            </param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.HandleChildAddedEvent(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Handles the child added event.
            </summary>
            <param name="parent">The parent.</param>
            <param name="childId">The created child Id.</param>
            <param name="forceChildCloneCreation">Specifies whether the child clone creation should be forced.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.HandleItemMovedEvent(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Handles the item moved event.
            </summary>
            <param name="parent">The parent.</param>
            <param name="childItem">The child item.</param>
            <param name="oldParentId">The ID of old parent</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.CheckIfItemMovedToInitialParent(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.ID@)">
            <summary>
            Checks if item moved to initial parent.
            </summary>
            <param name="parent">The parent.</param>
            <param name="childClone">The child clone.</param>
            <param name="initialParentId">The initial parent id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.AddItemMovedChildCreatedNotification(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Called when the add is item moved child created.
            </summary>
            <param name="parentClone">The parent clone.</param>
            <param name="cloneItem">The clone item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.AddItemMovedChildRemovedNotification(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Called when the add is item moved child removed.
            </summary>
            <param name="childClone">The child clone.</param>
            <param name="originalItem">The original item.</param>
            <param name="movedOutCloneTree">if set to <c>true</c> [moved out clone tree].</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.AddItemMovedNotification(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,Sitecore.Data.ID)">
            <summary>
            Called when the add is item moved.
            </summary>
            <param name="cloneItem">The clone item.</param>
            <param name="parent">The parent.</param>
            <param name="originalItem">The original item.</param>
            <param name="movedOutCloneTree">if set to <c>true</c> [moved out clone tree].</param>
            <param name="oldParentId">The old parent id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.RemoveExistingItemMovedNotifications(Sitecore.Data.Items.Item)">
            <summary>
            Removes the existing notifications.
            </summary>
            <param name="clone">The clone.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.ResolveChildClone(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item})">
            <summary>
            Resolves the child clone.
            </summary>
            <param name="parent">The parent.</param>
            <param name="childClones">The child clones.</param>
            <returns>
            The child clone.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.HandleChildRemoved(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Handles the child removed.
            </summary>
            <param name="parent">The parent.</param>
            <param name="childId">The child id.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.DataEngine_SavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the SavedItem event of the DataEngine control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The event args.
            </param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.RegisterFieldChangedNotification(Sitecore.Data.Items.FieldChange,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Data.Clones.Notification})">
            <summary>
            Called when the register is field changed.
            </summary>
            <param name="change">The change.</param>
            <param name="clone">The clone.</param>
            <param name="originalItem">The original item.</param>
            <param name="notifications">The notifications.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.RemoveDuplicatedFieldChangedNotification(Sitecore.Data.Items.FieldChange,Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Data.Clones.Notification})">
            <summary>
            Called when the remove is duplicated field changed.
            </summary>
            <param name="change">The change.</param>
            <param name="clone">The clone.</param>
            <param name="notifications">The notifications.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.GetAllClones(Sitecore.Data.Items.Item)">
            <summary>
            The get all clones.
            </summary>
            <param name="source">
            The source.
            </param>
            <returns>The list of clones.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.GetClonesOfVersion(Sitecore.Data.Items.Item)">
            <summary>
            The get clones of version.
            </summary>
            <param name="source">
            The source.
            </param>
            <returns>The list of item version clones.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.TemplateChangedHandler(System.Object,System.EventArgs)">
            <summary>
            Hanldes changing template.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.GetItemMovedNotification(Sitecore.Data.Items.Item)">
            <summary>
            Gets the ItemMovedNotification by item clone.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.RemoveChildRemovedNotifications(Sitecore.Data.Clones.NotificationProvider,Sitecore.Data.Items.Item)">
            <summary>
            Removes the "child removed" notifications.
            </summary>
            <param name="notificationProvider">The notification provider.</param>
            <param name="child">The child.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.RemoveOldChildCreatedNotification(Sitecore.Data.Items.Item)">
            <summary>
            Called when need to remove old ChildCreatedNotification.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.AddNewChildCreatedNotification(Sitecore.Data.Items.Item)">
            <summary>
            Called when need to add new ChildCreatedNotification.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.NotificationManager.HandleChildCreatedNotification(Sitecore.Data.Items.Item)">
            <summary>
            Called when need to handle ChildCreatedNotification after item is moved.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.SingleProviderItemManager">
            <summary>The item manager implementation.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.SingleProviderItemManager.providerHelper">
            <summary>The provider helper.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.SingleProviderItemManager.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Configuration.ProviderHelper{Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Managers.ItemProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Managers.SingleProviderItemManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Data.Managers.SingleProviderItemManager.Provider">
            <summary>
            Gets the provider instance handling requests to the manager.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.AddFromTemplate(System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="itemName">Name of the new item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination item. This will be the parent of the new item.</param>
            <param name="newItemId">The id of the new item.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.AddVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Adds a new version to an item by copying the data from an existing version.
            </summary>
            <param name="item">The item that will have a version added.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The added version of the item. If a version could not be added to the item, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the specified field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c> this instance is deep.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c> [deep].</param>
            <param name="copyName">Name of the copied item.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Copies a specified item. Destination item should be in the same database with target item.
            </summary>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
            <returns>Copied item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <returns>
            The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <returns>
             The created item. If the item could not be created, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.CreateItem(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Creates an empty item.
            </summary>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The created item. If the item was created, but could not be read, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.DeleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <returns><c>True</c> if the item was deleted, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.DeleteItem(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>True</c> if the item was deleted, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetBlobStream(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the BLOB stream associated with a field.
            </summary>
            <param name="field">The field.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from its id.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The stream.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The child list options <see cref="T:Sitecore.Collections.ChildListOptions"/></param>
            <returns>The child items.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetContentLanguages(Sitecore.Data.Items.Item)">
            <summary>
            Gets the content languages (i.e. the languages for which the item has content).
            </summary>
            <param name="item">The item.</param>
            <returns>The content language item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets an item from a database.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language of the item to get.</param>
            <param name="version">The version of the item to get.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetParent(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>The parent item.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Gets the root item.
            </summary>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
            The root item. If no item is found, <c>null</c> is returned.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetVersions(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the version numbers of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns>
            The list of <see cref="T:Sitecore.Data.Version">versions</see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.HasChildren(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.Initialize">
            <summary>
            Initializes class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <returns><c>true</c> if the item was moved; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="securityCheck">The security check.</param>
            <returns><c>true</c> if item is moved; otherwise - <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.RemoveBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Removes the BLOB stream from storage by its id.
            </summary>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
            <returns>
              <c>true</c> if command processed, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Removes all data from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes all data in a specific language from an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
            <returns>
              <c>true</c> if the data was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.RemoveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.RemoveVersion(Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
            <returns>
              <c>true</c> if the version was removed, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Deletes all versions in the specified language.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path to an <see cref="T:Sitecore.Data.ID">id</see>.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>
            The id of the item with the path specified by <c>itemPath</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.SaveItem(Sitecore.Data.Items.Item)">
            <summary>
            Saves changes to an item.
            </summary>
            <param name="item">The item.</param>
            <returns>True if the item was saved, false otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Sets the BLOB stream associated with a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>The GUID identifying the new blob.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.SingleProviderItemManager.DataEngine_OnCopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
            Handles the OnCopiedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Data.Managers.TemplateManager">
            <summary>
            Static API for interacting with templates.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.TemplateManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="F:Sitecore.Data.Managers.TemplateManager.TemplateProvider">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.Database)">
            <summary>
            Changes the field sharing type of a single field.
            </summary>
            <param name="definition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.ChangeTemplate(Sitecore.Data.Items.Item,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Changes the template of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetFieldId(System.String,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the id of a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the template associated with an item.
            </summary>
            <param name="item">The <see cref="T:Sitecore.Data.Items.Item">item</see> to get the template for.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetTemplate(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the template associated with a template id.
            </summary>
            <param name="templateId">The id of the desired template.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetTemplate(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the template with a specific name.
            </summary>
            <param name="fullName">The full name of the desired template. A
            full name is either a full Sitecore path
            (ie. /sitecore/templates/documents/Document) or a path relative
            to /sitecore/templates (ie. documents/Document). The name is
            case-insensitive.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Gets the template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns>The template field.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets a template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="templateID">The template ID.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.GetTemplates(Sitecore.Data.Database)">
            <summary>Gets all templates defined in a specific database.</summary>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the templates.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="templateId">The template id.</param>
            <param name="fieldId">The field id.</param>
            <param name="database">The database.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder for a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.IsTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.IsTemplatePart(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template part.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a template part; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateManager.IsDataField(Sitecore.Data.Templates.TemplateField)">
            <summary>
            Determines whether [is data field] [the specified template field].
            </summary>
            <param name="templateField">The template field.</param>
            <returns>
                <c>true</c> if [is data field] [the specified template field]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.TemplateProvider">
            <summary>
            The base provider implementation for handling requests to
            the <see cref="T:Sitecore.Data.Managers.TemplateManager"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.ChangeFieldSharing(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.Database)">
            <summary>
            Changes the type of field sharing for a single field.
            </summary>
            <param name="fieldDefinition">The field definition.</param>
            <param name="sharing">The new sharing type.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetFieldId(System.String,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the id of a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the template associated with an item.
            </summary>
            <param name="item">The <see cref="T:Sitecore.Data.Items.Item">item</see> to get the template for.</param>
            <returns></returns>
            <remarks>The template is resolved by calling
            <see cref="M:Sitecore.Data.Managers.TemplateProvider.GetTemplate(Sitecore.Data.ID,Sitecore.Data.Database)"><c>GetTemplate(item.TemplateID, database)</c></see></remarks>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetTemplate(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Get the template associated with a template id.
            </summary>
            <param name="templateId">The id of the desired template.</param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetTemplate(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the template with a specific name.
            </summary>
            <param name="fullName"><para>The full name of the desired template.</para>
                <para>A full name is either a full Sitecore path
            (i.e. /sitecore/templates/documents/Document) or a path relative
            to /sitecore/templates (i.e. documents/Document). The name is
            case-insensitive.</para>
                <para>If a string representation of an <see cref="T:Sitecore.Data.ID">ID</see>
            is passed in <paramref name="fullName"/>, then the call will be
            redirected to <see cref="M:Sitecore.Data.Managers.TemplateProvider.GetTemplate(Sitecore.Data.ID,Sitecore.Data.Database)"/>.</para></param>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the template.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Gets the template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetTemplateField(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets a template field.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="templateID">The template ID.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.GetTemplates(Sitecore.Data.Database)">
            <summary>
            Gets all templates defined in a specific database.
            </summary>
            <param name="database">The <see cref="T:Sitecore.Data.Database">database</see>
            containing the templates.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.IsFieldPartOfTemplate(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Determines whether a template contains a specific field.
            </summary>
            <param name="templateId">The template id.</param>
            <param name="fieldId">The field id.</param>
            <param name="database">The database.</param>
            <returns>The field part of template.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder for a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.IsTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Managers.TemplateProvider.IsTemplatePart(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether an item is a template part.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the item is a template part; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.TemplateProviderCollection">
            <summary>
            The template provider collection.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Managers.TemplateProviderCollection.Item(System.String)">
            <summary>
             Gets the <see cref="T:Sitecore.Data.Managers.TemplateProvider"/> with the specified name.
            </summary>
            <param name="name">
            The name.
            </param>
            <returns>
            The <see cref="T:Sitecore.Data.Managers.TemplateProvider"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Managers.ThemeManager">
            <summary>
            Static interface for performing theme operations.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Managers.ThemeManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeManager.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns>The icon image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeManager.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> [resize].</param>
            <returns>The icon image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeManager.GetImage(System.String,System.Int32,System.Int32)">
            <summary>
            Gets an image from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>The image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeManager.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image from a path.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> [resize].</param>
            <returns>The image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeManager.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>The language image.</returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeManager.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> this instance is resize.</param>
            <returns>The language image.</returns>
        </member>
        <member name="T:Sitecore.Data.Managers.ThemeProvider">
            <summary>
            Provider for performing theme operations.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeProvider.GetCurrentTheme">
            <summary>
            Gets the current theme.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeProvider.GetIconImage(Sitecore.Data.Items.Item,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="item">The item.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> [resize].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeProvider.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an image for an items icon.
            </summary>
            <param name="path">The path.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> [resize].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Managers.ThemeProvider.GetLanguageImage(Sitecore.Globalization.Language,Sitecore.Data.Database,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the image symbolizing a language.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> this instance is resize.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Masters.HelpTextsInsertRule">
            <summary>
            The HelpTextsInsertRule type.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Masters.HelpTextsInsertRule.helpTextsFolderId">
            <summary>
            The id of <c>/sitecore/system/Settings/Help Texts</c> item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Masters.HelpTextsInsertRule.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Masters.HelpTextsInsertRule"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Masters.HelpTextsInsertRule.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Masters.HelpTextsInsertRule"/> class.
            </summary>
            <param name="parameter">The parameter.</param>
        </member>
        <member name="M:Sitecore.Data.Masters.HelpTextsInsertRule.Expand(System.Collections.Generic.List{Sitecore.Data.Items.Item},Sitecore.Data.Items.Item)">
            <summary>
            Expands the specified masters.
            </summary>
            <param name="masters">The masters.</param>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Masters.InsertRule">
            <summary>
            Represents a DynamicMaster.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Masters.InsertRule.Expand(System.Collections.Generic.List{Sitecore.Data.Items.Item},Sitecore.Data.Items.Item)">
            <summary>
            Expands the specified masters.
            </summary>
            <param name="masters">The masters.</param>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Data.Masters.Masters">
            <summary>
            Represents a Masters.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Masters.Masters.CreateMaster(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Creates the master.
            </summary>
            <param name="parent">The parent.</param>
            <param name="templateId">The template id.</param>
            <contract>
              <requires name="parent" condition="not null" />
              <requires name="templateId" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Masters.Masters.GetMasters(Sitecore.Data.Items.Item)">
            <summary>
            Gets the masters.
            </summary>
            <param name="item">The item.</param>
            <returns>The masters.</returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Masters.Masters.GetClick(Sitecore.Data.Items.Item)">
            <summary>
            Gets the click.
            </summary>
            <param name="master">The master.</param>
            <returns>The click.</returns>
            <contract>
              <requires name="master" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.Masters.Masters.GetClick(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the click.
            </summary>
            <param name="master">The master.</param>
            <param name="parent">The parent item.</param>
            <returns>The click.</returns>
            <contract>
              <requires name="master" condition="not null" />
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Data.MasterVariablesReplacer">
            <summary>
            Represents a master variables replacer.
            </summary>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.ExpandBranchItemName(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Expands the name of the branch item.
            </summary>
            <param name="branchTemplateItem">The branch template item.</param>
            <param name="rootItemName">Name of the root item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.Replace(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Replaces the specified text.
            </summary>
            <param name="text">The text.</param>
            <param name="targetItem">The target item for the field data.</param>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.ReplaceField(Sitecore.Data.Items.Item,Sitecore.Data.Fields.Field)">
            <summary>
            Replaces the field.
            </summary>
            <param name="item">The item.</param>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.ReplaceItem(Sitecore.Data.Items.Item)">
            <summary>
            Replaces the item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.GetContext">
            <summary>
            Gets the current context.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.GetContextValue(System.String)">
            <summary>
            Gets the context value.
            </summary>
            <param name="variable">The variable.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.ReplaceValues(System.String,System.Func{System.String},System.Func{System.String},System.Func{System.String},System.Func{System.String})">
            <summary>
            Replaces the values.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultName">Name of the default.</param>
            <param name="defaultId">The default id.</param>
            <param name="defaultParentName">Name of the default parent.</param>
            <param name="defaultParentId">The default parent id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.MasterVariablesReplacer.ReplaceWithDefault(System.String,System.String,System.Func{System.String},Sitecore.Text.ReplacerContext)">
            <summary>
            Replaces the name.
            </summary>
            <param name="text">The text.</param>
            <param name="variable">The variable.</param>
            <param name="defaultValue">The default value.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.PropertiesBase">
            <summary>
            Defines a meta data store for a database.
            </summary>
            <remarks><seealso cref="T:Sitecore.Data.DatabaseProperties"/></remarks>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.PropertiesBase"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.PropertiesBase.Item(System.String)">
            <summary>
            Gets or sets the value with the specified name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.PropertiesBase.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Gets a bool value.
            </summary>
            <param name="name">Name.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Sets a bool value.
            </summary>
            <param name="name">Name.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.GetDateValue(System.String,System.DateTime)">
            <summary>
            Gets a date value.
            </summary>
            <param name="name">Name.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The date value.</returns>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.SetDateValue(System.String,System.DateTime)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">Name.</param>
            <param name="date">Date.</param>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.SetDateValue(System.String,System.DateTime,System.Boolean)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">The date.</param>
            <param name="includeTicks">Boolean value indicating whether ticks should be included in the ISO representation of the date.</param>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.GetIntValue(System.String,System.Int32)">
            <summary>
            Gets an integer value.
            </summary>
            <param name="name">Name.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The int value.</returns>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.GetLongValue(System.String,System.Int64)">
            <summary>
            Gets a long value.
            </summary>
            <param name="name">Name.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The long value.</returns>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.SetIntValue(System.String,System.Int32)">
            <summary>
            Sets an integer value.
            </summary>
            <param name="name">Name.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.SetLongValue(System.String,System.Int64)">
            <summary>
            Sets a long value.
            </summary>
            <param name="name">Name.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.Remove(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="M:Sitecore.Data.PropertiesBase.RemovePrefix(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="prefix">Prefix.</param>
        </member>
        <member name="T:Sitecore.Data.Properties.DefaultPropertyStoreProvider">
            <summary>
            Represents default implementation of <see cref="T:Sitecore.Abstractions.BasePropertyStoreProvider"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.DefaultPropertyStoreProvider.Prefix">
            <summary>
            Gets string which is added as a prefix during get/set any property.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.DefaultPropertyStoreProvider.Name">
            <summary>
            Gets the friendly name of the default <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetValueWithoutPrefix">
            <summary>
            If true, <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> tries to load a property without prefix, if the property with prefix is not found.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.DefaultPropertyStoreProvider.Stores">
            <summary>
            Gets <see cref="T:System.Collections.Generic.IReadOnlyDictionary`2"/> of all registered <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances.
            Key of the dictionary represents name of the <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.DefaultPropertyStoreProvider.DefaultStore">
            <summary>
            Gets the default instance of the <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetIntValue(System.String,System.Int32)">
            <summary>
            Gets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The int value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetLongValue(System.String,System.Int64)">
            <summary>
            Gets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The long value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.SetIntValue(System.String,System.Int32)">
            <summary>
            Sets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.SetLongValue(System.String,System.Int64)">
            <summary>
            Sets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetDateValue(System.String,System.DateTime)">
            <summary>
            Gets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The date value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.SetDateValue(System.String,System.DateTime)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">Date.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.SetDateValue(System.String,System.DateTime,System.Boolean)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">The date.</param>
            <param name="includeTicks">Boolean value indicating whether ticks should be included in the ISO representation of the date.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Gets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Sets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetPropertyStore(System.String)">
            <summary>
            Gets <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance using name.
            </summary>
            <param name="name">Name of the <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.</param>
            <returns><see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instance with name specified in <paramref name="name"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetPropertyStores">
            <summary>
            Gets all registered <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances.
            </summary>
            <returns>Collection of <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetStringValue(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="name">The name.</param>
            <returns>The string value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.SetStringValue(System.String,System.String)">
            <summary>
            Sets the string value.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.Remove(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.RemovePrefix(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="prefix">Prefix.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.GetPropertyKeys(System.String)">
            <summary>
            Gets keys for property <paramref name="prefix"/>.
            </summary>
            <param name="prefix">The property prefix.</param>
            <returns>Collection of property keys.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.ReadDefaultPropertyStoreName">
            <summary>
            Reads default <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> name from configuration.
            </summary>
            <returns>Name of the default <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.</returns>
            <exception cref="T:System.InvalidOperationException">if configuration node is not found or default provider is not set.</exception>
        </member>
        <member name="M:Sitecore.Data.Properties.DefaultPropertyStoreProvider.ReadPropetiesStores">
            <summary>
            Reads all registered <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances from configuration.
            </summary>
            <returns>Collection of <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> instances.</returns>
        </member>
        <member name="T:Sitecore.Data.Properties.IPropertyStore">
            <summary>
            Represents APIs to work with Properties.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.IPropertyStore.GetValueWithoutPrefix">
            <summary>
            If true, <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> tries to load a property without prefix, if the property with prefix is not found.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.IPropertyStore.Prefix">
            <summary>
            Gets string which is added as a prefix during get/set any property.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.IPropertyStore.Name">
            <summary>
            Gets the friendly name.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.GetIntValue(System.String,System.Int32)">
            <summary>
            Gets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The int value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.GetLongValue(System.String,System.Int64)">
            <summary>
            Gets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The long value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.SetIntValue(System.String,System.Int32)">
            <summary>
            Sets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.SetLongValue(System.String,System.Int64)">
            <summary>
            Sets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.GetDateValue(System.String,System.DateTime)">
            <summary>
            Gets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The date value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.SetDateValue(System.String,System.DateTime)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">Date.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.SetDateValue(System.String,System.DateTime,System.Boolean)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">The date.</param>
            <param name="includeTicks">Boolean value indicating whether ticks should be included in the ISO representation of the date.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Gets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Sets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.GetStringValue(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <returns>The string value of the property.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.SetStringValue(System.String,System.String)">
            <summary>
            Sets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.Remove(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="name">The name of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.RemovePrefix(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="prefix">Prefix.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.IPropertyStore.GetPropertyKeys(System.String)">
            <summary>
            Gets keys for property <paramref name="prefix"/>.
            </summary>
            <param name="prefix">The property prefix.</param>
            <returns>Collection of property keys.</returns>
        </member>
        <member name="T:Sitecore.Data.Properties.NullPropertyStore">
            <summary>
            The class provides handling iteractions with PropertyStore in case it isn't configured
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.#ctor(System.String)">
            <summary>
            Initialize <see cref="T:Sitecore.Data.Properties.NullPropertyStore"/> instance
            </summary>
            <param name="databaseName">name of database</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.HandleIncomingRequest">
            <summary>
            Handle any request to the PropertyStore
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.NullPropertyStore.GetValueWithoutPrefix">
            <summary>
            If true, <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> tries to load a property without prefix, if the property with prefix is not found.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.NullPropertyStore.Prefix">
            <summary>
            Gets string which is added as a prefix during get/set any property.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.NullPropertyStore.Name">
            <summary>
            Gets the friendly name of the default <see cref="T:Sitecore.Data.Properties.IPropertyStore"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.GetIntValue(System.String,System.Int32)">
            <summary>
            Handle getting int value
            </summary>
            <param name="name">name</param>
            <param name="defaultValue">default value</param>
            <returns>0</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.GetLongValue(System.String,System.Int64)">
            <summary>
            Handle getting long value
            </summary>
            <param name="name">name</param>
            <param name="defaultValue">default value</param>
            <returns>0</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.SetIntValue(System.String,System.Int32)">
            <summary>
            Handle setting int value
            </summary>
            <param name="name">name</param>
            <param name="value"> value</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.SetLongValue(System.String,System.Int64)">
            <summary>
            Handle setting long value
            </summary>
            <param name="name">name</param>
            <param name="value"> value</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.GetDateValue(System.String,System.DateTime)">
            <summary>
            Handle getting Date value
            </summary>
            <param name="name">name</param>
            <param name="defaultValue">default value</param>
            <returns>DateTime.MinValue</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.SetDateValue(System.String,System.DateTime)">
            <summary>
            Handle setting Date value
            </summary>
            <param name="name">name</param>
            <param name="date"> value</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.SetDateValue(System.String,System.DateTime,System.Boolean)">
            <summary>
            Handle setting long value
            </summary>
            <param name="name">name</param>
            <param name="date"> value</param>
            <param name="includeTicks">should ticks be included</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Handle getting bool value
            </summary>
            <param name="name">name</param>
            <param name="defaultValue">default value</param>
            <returns>false</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Handle setting bool value
            </summary>
            <param name="name">name</param>
            <param name="value"> value</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.GetStringValue(System.String)">
            <summary>
            Handle getting string value
            </summary>
            <param name="name">name</param>
            <returns>null</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.SetStringValue(System.String,System.String)">
            <summary>
            Handle setting string value
            </summary>
            <param name="name">name</param>
            <param name="value">value</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.Remove(System.String)">
            <summary>
            Handle removing value
            </summary>
            <param name="name">name</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.RemovePrefix(System.String)">
            <summary>
            Handle removing prefix
            </summary>
            <param name="prefix">prefix</param>
        </member>
        <member name="M:Sitecore.Data.Properties.NullPropertyStore.GetPropertyKeys(System.String)">
            <summary>
            Handle getting PropertyKeys collection
            </summary>
            <param name="prefix">prefix</param>
            <returns>empty collection</returns>
        </member>
        <member name="T:Sitecore.Data.Properties.PropertyStore">
            <summary>
            Represents the base class that contains APIs to work with Properties.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Properties.PropertyStore.propertyCacheLock">
            <summary>
            The property cache lock.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.#ctor(Sitecore.Abstractions.BaseEventManager,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Creates instance of <see cref="T:Sitecore.Data.Properties.PropertyStore"/>.
            </summary>
            <param name="eventManager">An instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> to subscribe for events.</param>
            <param name="cacheManager">The instance of <see cref="T:Sitecore.Abstractions.BaseCacheManager"/> used to create properties cache.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="eventManager"/> is null.</exception>
            <exception cref="T:System.ArgumentNullException"><paramref name="cacheManager"/> is null.</exception>
        </member>
        <member name="P:Sitecore.Data.Properties.PropertyStore.GetValueWithoutPrefix">
            <summary>
            If true, <see cref="T:Sitecore.Data.Properties.PropertyStore"/> tries to load a property without prefix, if the property with prefix is not found.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.PropertyStore.Prefix">
            <summary>
            Gets string which is added as a prefix during get/set any property.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.PropertyStore.PropertyCache">
            <summary>
            Gets the property cache.
            </summary>
            <value>The property cache.</value>
        </member>
        <member name="P:Sitecore.Data.Properties.PropertyStore.AssignProperties">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Reflection.IInitializable"/> assigns the properties.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Reflection.IInitializable"/> assigns the properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Properties.PropertyStore.Name">
            <summary>
            Gets the friendly name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Properties.PropertyStore.Initialized">
            <summary>
            Gets a value indicating whether the instance has been initialized.
            </summary>
            <value>
                <c>true</c> if the instance has been initialized otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetIntValue(System.String,System.Int32)">
            <summary>
            Gets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The int value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetLongValue(System.String,System.Int64)">
            <summary>
            Gets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The long value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetIntValue(System.String,System.Int32)">
            <summary>
            Sets an integer value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetLongValue(System.String,System.Int64)">
            <summary>
            Sets a long value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetDateValue(System.String,System.DateTime)">
            <summary>
            Gets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The date value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetDateValue(System.String,System.DateTime)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">Date.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetDateValue(System.String,System.DateTime,System.Boolean)">
            <summary>
            Sets a date value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="date">The date.</param>
            <param name="includeTicks">Boolean value indicating whether ticks should be included in the ISO representation of the date.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetBoolValue(System.String,System.Boolean)">
            <summary>
            Gets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">Default value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetBoolValue(System.String,System.Boolean)">
            <summary>
            Sets a bool value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetStringValue(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <returns>The string value of the property.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetStringValue(System.String,System.String)">
            <summary>
            Sets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.Remove(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="name">The name of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.RemovePrefix(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="prefix">Prefix.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetPropertyKeys(System.String)">
            <summary>
            Gets keys for property <paramref name="prefix"/>.
            </summary>
            <param name="prefix">The property prefix.</param>
            <returns>Collection of property keys.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the object from the specified config node.
            </summary>
            <param name="configNode">The config node.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="configNode"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The prefix attribute does not exist.</exception>
            <exception cref="T:System.InvalidOperationException">The getValueWithoutPrefix attribute is missing or contains non Boolean value.</exception>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.RaiseEvent(System.String,System.Object[])">
            <summary>
            Raises local event in the system.
            </summary>
            <param name="name">The name of the event.</param>
            <param name="parameters">The parameters accompanying raised event.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="name"/> or <paramref name="parameters"/> is null.</exception>
            <exception cref="T:System.ArgumentException"><paramref name="name"/> is an empty string.</exception>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetPrefixedPropertyName(System.String)">
            <summary>
            Combines <see cref="P:Sitecore.Data.Properties.PropertyStore.Prefix"/> with the <paramref name="name"/> of the property. If prefix is not defined - name returned.
            </summary>
            <param name="name">The name of the property.</param>
            <returns>The name of the property, combined with the prefix.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetStringValueCore(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="prefixedName">The name of the property with <see cref="P:Sitecore.Data.Properties.PropertyStore.Prefix"/>.</param>
            <returns>The string value of the property.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.SetStringValueCore(System.String,System.String)">
            <summary>
            Sets the string value.
            </summary>
            <param name="prefixedName">The name of the property with <see cref="P:Sitecore.Data.Properties.PropertyStore.Prefix"/>.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.RemoveCore(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="prefixedName">The name of the property with <see cref="P:Sitecore.Data.Properties.PropertyStore.Prefix"/>.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.RemovePrefixCore(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="fullPrefix">The full prefix.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.GetPropertyKeysCore(System.String)">
            <summary>
            Gets keys for property <paramref name="fullPrefix"/>.
            </summary>
            <param name="fullPrefix">The full property prefix.</param>
            <returns>Collection of property keys.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.PropertyStore.OnPropertyRemoved(Sitecore.Data.Eventing.Remote.PropertyRemovedRemoteEvent,Sitecore.Eventing.EventContext)">
            <summary>
            Called when the property has removed.
            </summary>
            <param name="event">
            The @event.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="T:Sitecore.Data.Properties.SqlPropertyStore">
            <summary>
            Represents implementation of <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> using SQL database
            </summary>
        </member>
        <member name="F:Sitecore.Data.Properties.SqlPropertyStore.lockSet">
            <summary>
            The lock set.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Abstractions.BaseEventManager,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Creates instance of <see cref="T:Sitecore.Data.Properties.SqlPropertyStore"/>.
            </summary>
            <param name="api">SQL based data APIs for communication with database</param>
            <param name="eventManager">An instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> to subscribe for events.</param>
            <param name="cacheManager">The instance of <see cref="T:Sitecore.Abstractions.BaseCacheManager"/> used to create properties cache.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="api"/>, <paramref name="eventManager"/> or
            <paramref name="cacheManager"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.GetStringValue(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <returns>The string value of the property.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.GetStringValueCore(System.String)">
            <summary>
            Gets the string value.
            </summary>
            <param name="name">The name of the property.</param>
            <returns>The string value of the property.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.GetPropertyKeysCore(System.String)">
            <summary>
            Gets keys for property <paramref name="fullPrefix"/>.
            </summary>
            <param name="fullPrefix">The full property prefix.</param>
            <returns>Collection of property keys.</returns>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.RemoveCore(System.String)">
            <summary>
            Removes a value with the specified name.
            </summary>
            <param name="prefixedName">The name of the property with <see cref="P:Sitecore.Data.Properties.IPropertyStore.Prefix"/>.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.RemovePrefixCore(System.String)">
            <summary>
            Removes all values which names have the specified prefix.
            </summary>
            <param name="fullPrefix">The full prefix.</param>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlPropertyStore.SetStringValueCore(System.String,System.String)">
            <summary>
            Sets the string value.
            </summary>
            <param name="prefixedName">The name of the property with <see cref="P:Sitecore.Data.Properties.IPropertyStore.Prefix"/>.</param>
            <param name="value">The value of the property.</param>
        </member>
        <member name="T:Sitecore.Data.Properties.SqlServerPropertyStore">
            <summary>
            Represents implementation of <see cref="T:Sitecore.Data.Properties.IPropertyStore"/> using SQL Server.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Properties.SqlServerPropertyStore.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi,Sitecore.Abstractions.BaseEventManager,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Creates new <see cref="T:Sitecore.Data.Properties.SqlServerPropertyStore"/> instance.
            </summary>
            <param name="api">An instance of <see cref="T:Sitecore.Data.DataProviders.Sql.SqlDataApi"/>.</param>
            <param name="eventManager">An instance of <see cref="T:Sitecore.Abstractions.BaseEventManager"/> to subscribe for events.</param>
            <param name="cacheManager">The instance of <see cref="T:Sitecore.Abstractions.BaseCacheManager"/> used to create properties cache.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="eventManager"/> or <paramref name="cacheManager"/>
             is null.</exception>
        </member>
        <member name="T:Sitecore.Data.Query.Ancestor">
            <summary>
            Represents the ancestor axis in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Ancestor.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Ancestor"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Ancestor.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Ancestor.Predicate">
            <summary>
            Gets the predicate.
            </summary>
            <value>The predicate.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Ancestor.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Ancestor.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Ancestor.GetContextNode(Sitecore.Data.Query.QueryContext)">
            <summary>
            Gets the context node.
            </summary>
            <param name="node">Node.</param>
            <returns>The context node.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.AncestorOrSelf">
            <summary>
            Represents the ancestor-or-self axis in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.AncestorOrSelf.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.AncestorOrSelf"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="M:Sitecore.Data.Query.AncestorOrSelf.GetContextNode(Sitecore.Data.Query.QueryContext)">
            <summary>
            Gets the context node.
            </summary>
            <param name="node">Node.</param>
            <returns>The context node.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.BooleanValue">
            <summary>Represents a boolean value in an Sitecore XPath expression.</summary>
        </member>
        <member name="M:Sitecore.Data.Query.BooleanValue.#ctor(System.Boolean)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.BooleanValue"/> instance.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="P:Sitecore.Data.Query.BooleanValue.Value">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Query.BooleanValue"/> is value.
            </summary>
            <value><c>true</c> if value; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Query.BooleanValue.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluatation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.Children">
            <summary>
            Represents a children list in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Children.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Children"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Children.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Children.Predicate">
            <summary>
            Gets the predicate.
            </summary>
            <value>The predicate.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Children.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Children.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.Descendant">
            <summary>
            Represents a descendant axis in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Descendant.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Descendant"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Descendant.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Descendant.Predicate">
            <summary>
            Gets the predicate.
            </summary>
            <value>The predicate.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Descendant.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Descendant.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Descendant.Iterate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext,System.Object@)">
            <summary>
            Iterates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <param name="result">Result.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Descendant.TestNode(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext,System.Object@)">
            <summary>
            Tests the node againt the predicate.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <param name="result">Result.</param>
        </member>
        <member name="T:Sitecore.Data.Query.DescendantOrSelf">
            <summary>
            Represents a descendant-or-self axis in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.DescendantOrSelf.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.DescendantOrSelf"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="M:Sitecore.Data.Query.DescendantOrSelf.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.ElementBase">
            <summary>
            Defines the basic functonlity for an Element in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.ElementBase.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.ElementBase"/> instance.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="P:Sitecore.Data.Query.ElementBase.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Query.ElementBase.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.FieldElement">
            <summary>
            Represents a field element in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.FieldElement.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.FieldElement"/> instance.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="M:Sitecore.Data.Query.FieldElement.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.Following">
            <summary>
            Represents a following axis in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Following.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Following"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Following.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Following.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.Function">
            <summary>
            Represents a custom function in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Function.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Function"/> instance.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Function.Name">
            <summary>
            Gets the name of the function.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Function.Add(Sitecore.Data.Query.Opcode)">
            <summary>
            Adds an argument.
            </summary>
            <param name="argument">Argument.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Function.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.FunctionArgs">
            <summary>
            Represents the arguments passed to a custom function in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.FunctionArgs._arguments">
            <summary>Arguments.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.FunctionArgs._contextNode">
            <summary>Context node.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.FunctionArgs._function">
            <summary>The function to be called.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.FunctionArgs._functionName">
            <summary>The name of the function to be called.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.FunctionArgs._query">
            <summary>Query.</summary>
        </member>
        <member name="M:Sitecore.Data.Query.FunctionArgs.#ctor(Sitecore.Data.Query.Query,Sitecore.Data.Query.Function,Sitecore.Data.Query.Opcode[],Sitecore.Data.Query.QueryContext)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.FunctionArgs"/> instance.
            </summary>
            <param name="query">Query.</param>
            <param name="function">Function.</param>
            <param name="arguments">Arguments.</param>
            <param name="contextNode">Context node.</param>
        </member>
        <member name="P:Sitecore.Data.Query.FunctionArgs.Arguments">
            <summary>
            Arguments.
            </summary>
            <value>The arguments.</value>
        </member>
        <member name="P:Sitecore.Data.Query.FunctionArgs.ContextNode">
            <summary>
            Context node.
            </summary>
            <value>The context node.</value>
        </member>
        <member name="P:Sitecore.Data.Query.FunctionArgs.Function">
            <summary>
            The function to be called.
            </summary>
            <value>The function.</value>
        </member>
        <member name="P:Sitecore.Data.Query.FunctionArgs.FunctionName">
            <summary>
            The name of the function to be called.
            </summary>
            <value>The name of the function.</value>
        </member>
        <member name="P:Sitecore.Data.Query.FunctionArgs.Query">
            <summary>
            Query.
            </summary>
            <value>The query.</value>
        </member>
        <member name="T:Sitecore.Data.Query.Functions">
            <summary>
            Contains custom functions for use in an Sitecore XPath expression.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Contains(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Determines whether a result of zero argument evaluation contains first argument using <see cref="F:System.StringComparison.InvariantCulture"/>.
            </summary>
            <param name="args">Arguments.</param>
            <returns>
                <c>true</c> if zero argument contains second argument; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Contains(Sitecore.Data.Query.FunctionArgs,System.StringComparison)">
            <summary>
            Determines whether a result of zero argument evaluation contains result of first argument evaluation using provided comparison.
            <para>Arguments evaluation must result in <see cref="T:System.String"/> type.</para>
            </summary>
            <param name="args">The arguments with 2 opcodes that must result in <see cref="T:System.String"/> values.</param>
            <param name="comparison">The comparison to use.</param>
            <returns>
                <c>true</c> if zero argument contains second argument; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:Sitecore.Exceptions.QueryException">
            Too many or to few arguments in Contains()
            or
            String expression expected in Contains()
            </exception>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.CompareCaseInsensitive(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Compares the strings case insensitive.
            </summary>
            <param name="args">The arguments.</param>
            <returns>true, if the strings are equal.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Current(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Gets the current context node.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The current.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.EndsWith(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Determines if a string ends with another string.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The with.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.FunctionCall(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Calls a custom function.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The call.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Last(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Gets the last child.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The last.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Not(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Inverts the expression.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The not.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Number(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Converts the specified args to a number.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The number</returns>
            <exception cref="T:Sitecore.Exceptions.QueryException"><c>QueryException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.Position(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Gets the position index of a node in an expression.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The position.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Functions.StartsWith(Sitecore.Data.Query.FunctionArgs)">
            <summary>
            Determines if a string begins with another string.
            </summary>
            <param name="args">Arguments.</param>
            <returns>The with.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.IQueryable">
            <summary>
            Defines the basic functionality of an object that can be queried
            using Sitecore XPath.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.IQueryable.GetChildIDs(Sitecore.Data.ID)">
            <summary>
            Gets the IDs of child nodes.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The child I ds.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.IQueryable.GetFieldValue(Sitecore.Data.ID,System.String)">
            <summary>
            Gets a field value.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>The field value.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.IQueryable.GetName(Sitecore.Data.ID)">
            <summary>
            Gets the name of a node.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.IQueryable.GetParentID(Sitecore.Data.ID)">
            <summary>
            Gets the parent ID of a node.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The parent ID.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.IQueryable.GetQueryContextItem(Sitecore.Data.ID)">
            <summary>
            Gets the current query context item.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The query context item.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.ISupportPaths">
            <summary>
            Marks a class that it supports long item paths.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Query.ItemElement">
            <summary>
            Represents an Item element in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.ItemElement.#ctor(System.String,Sitecore.Data.Query.Predicate)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.ItemElement"/> instance.
            </summary>
            <param name="name">Name.</param>
            <param name="predicate">Predicate.</param>
        </member>
        <member name="P:Sitecore.Data.Query.ItemElement.Predicate">
            <summary>
            Gets or sets the predicate.
            </summary>
            <value>The predicate.</value>
        </member>
        <member name="T:Sitecore.Data.Query.Literal">
            <summary>
            Represents a literal text in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Literal.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Literal"/> instance.
            </summary>
            <param name="text">Text.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Literal.Text">
            <summary>
            Gets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Literal.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Literal.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.MatchArgs">
            <summary>
            Represents the arguments that are passed when a Match event is raised.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.MatchArgs._abort">
            <summary>Aborts the current query.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.MatchArgs._contextNode">
            <summary>Context node.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.MatchArgs._isMatch">
            <summary>Indicates that a match has been found.</summary>
        </member>
        <member name="M:Sitecore.Data.Query.MatchArgs.#ctor(Sitecore.Data.Query.QueryContext)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.MatchArgs"/> instance.
            </summary>
            <param name="contextNode">Context node.</param>
        </member>
        <member name="P:Sitecore.Data.Query.MatchArgs.Abort">
            <summary>
            Aborts the current query.
            </summary>
            <value><c>true</c> if abort; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Query.MatchArgs.ContextNode">
            <summary>
            Context node.
            </summary>
            <value>The context node.</value>
        </member>
        <member name="P:Sitecore.Data.Query.MatchArgs.IsMatch">
            <summary>
            Indicates that a match has been found.
            </summary>
            <value><c>true</c> if this instance is match; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Data.Query.Number">
            <summary>
            Represents a number value in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Number.#ctor(System.Int32)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Number"/> instance.
            </summary>
            <param name="number">Number.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Number.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Number.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Number.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.Opcode">
            <summary>
            Defines the basic functionality of a statement in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.PrintIndent(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the indentation.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.PrintLine(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            Prints a line of text.
            </summary>
            <param name="output">Output.</param>
            <param name="text">Text.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.Process(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext,Sitecore.Data.Query.Predicate,Sitecore.Data.Query.Opcode,System.Object@)">
            <summary>
            Processes the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <param name="predicate">Predicate.</param>
            <param name="nextStep">Next step.</param>
            <param name="result">Result.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.ProcessNextStep(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext,Sitecore.Data.Query.Opcode)">
            <summary>
            Processes the next step.
            </summary>
            <param name="query">The query.</param>
            <param name="contextNode">The context node.</param>
            <param name="nextStep">The next step.</param>
            <returns>The next step.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.ProcessPredicate(Sitecore.Data.Query.Query,Sitecore.Data.Query.Predicate,Sitecore.Data.Query.QueryContext)">
            <summary>
            Processes the predicate.
            </summary>
            <param name="query">The query.</param>
            <param name="predicate">The predicate.</param>
            <param name="contextNode">The context node.</param>
            <returns>The predicate.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.ProcessResults(System.Object,System.Object)">
            <summary>
            Processes the results.
            </summary>
            <param name="result1">The result1.</param>
            <param name="result2">The result2.</param>
            <returns>The results.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Opcode.ProcessResults(System.Object,System.Object,System.Boolean@)">
            <summary>
            Processes the results.
            </summary>
            <param name="result1">The result1.</param>
            <param name="result2">The result2.</param>
            <param name="handled">if set to <c>true</c> this instance is handled.</param>
            <returns>The results.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.AddOperator">
            <summary>
            Represents an Add operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.AddOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.AddOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.AddOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Query.AddOperator.Evaluate(System.Object,System.Object,System.Boolean@)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <param name="handled">Handled.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.AndOperator">
            <summary>
            Represents an And operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.AndOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.AndOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.AndOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.BinaryOperator">
            <summary>
            Defines the basic functionality of binary operators in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.BinaryOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.BinaryOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="P:Sitecore.Data.Query.BinaryOperator.Left">
            <summary>
            Gets the left expression.
            </summary>
            <value>The left.</value>
        </member>
        <member name="P:Sitecore.Data.Query.BinaryOperator.Right">
            <summary>
            Gets the right expression.
            </summary>
            <value>The right.</value>
        </member>
        <member name="M:Sitecore.Data.Query.BinaryOperator.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.BinaryOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.BinaryOperator.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.DivideOperator">
            <summary>
            Represents an Divide operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.DivideOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.DivideOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.DivideOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.EqualsOperator">
            <summary>
            Represents an Equals operator in an Sitecore XPath query.</summary>
        </member>
        <member name="M:Sitecore.Data.Query.EqualsOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.EqualsOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.EqualsOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.EqualsOperator.Compare(System.Object,System.Object,System.Boolean@)">
            <summary>
            Compares the specified expressions.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <param name="handled">Handled.</param>
            <returns>The compare.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.GreaterOperator">
            <summary>
            Represents an Greater operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.GreaterOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.GreaterOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.GreaterOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.GreaterOrEqualsOperator">
            <summary>
            Represents an Greater or Equals operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.GreaterOrEqualsOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.GreaterOrEqualsOperator"/> instance.
            </summary>
            <param name="left">Left.</param>
            <param name="right">Right.</param>
        </member>
        <member name="M:Sitecore.Data.Query.GreaterOrEqualsOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.MinusOperator">
            <summary>
            Represents an Minus operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.MinusOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.MinusOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.MinusOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.ModulusOperator">
            <summary>
            Represents an Modulus operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.ModulusOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.ModulusOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.ModulusOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.MultiplyOperator">
            <summary>
            Represents an Multiply operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.MultiplyOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.MultiplyOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.MultiplyOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.OrOperator">
            <summary>
            Represents an Or operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.OrOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.OrOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.OrOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.SmallerOperator">
            <summary>
            Represents an Smaller Than operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.SmallerOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.SmallerOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.SmallerOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.SmallerOrEqualsOperator">
            <summary>
            Represents an Smaller Than or Equals operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.SmallerOrEqualsOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.SmallerOrEqualsOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.SmallerOrEqualsOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.UnequalsOperator">
            <summary>
            Represents an Unequals operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.UnequalsOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.UnequalsOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.UnequalsOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.XorOperator">
            <summary>
            Represents an XOR operator in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.XorOperator.#ctor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.XorOperator"/> instance.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.XorOperator.EvaluateOperands(System.Object,System.Object)">
            <summary>
            Evaluates the expression.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Query.Parameter">
            <summary>
            Represents a Parameter element in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Parameter.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Parameter"/> instance.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Parameter.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.Parent">
            <summary>
            Represents the Parent axis in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Parent.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.ParseException">
            <summary>
            Represents the exception that is thrown when a an Sitecore XPath expression could not be parse.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.ParseException.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.ParseException"/> instance.
            </summary>
            <param name="message">Message.</param>
        </member>
        <member name="T:Sitecore.Data.Query.Preceding">
            <summary>
            Represents the Preceding axis in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Preceding.#ctor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Preceding"/> instance.
            </summary>
            <param name="element">Element.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Preceding.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Preceding.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.Predicate">
            <summary>
            Represents a predicate in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Predicate"/> instance.
            </summary>
            <param name="expression">Expression.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.#ctor(Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Predicate"/> instance.
            </summary>
            <param name="expression">Expression.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Predicate.Current">
            <summary>
            Gets the current context node.
            </summary>
            <value>The current.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Predicate.Expression">
            <summary>
            Gets the expression.
            </summary>
            <value>The expression.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the predicate.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.Filter(Sitecore.Data.Items.Item[])">
            <summary>
            Filters a list of items and returns the items that fulfill the predicate.
            </summary>
            <param name="items">Items.</param>
            <returns>The filter.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.Test(Sitecore.Data.Items.Item)">
            <summary>
            Tests if the specified context node fulfill the predicate.
            </summary>
            <param name="contextNode">Context node.</param>
            <returns>The test.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.Test(Sitecore.Data.Query.QueryContext)">
            <summary>
            Tests if the specified context node fulfill the predicate.
            </summary>
            <param name="contextNode">Context node.</param>
            <returns>The test.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.Test(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Tests if the specified query fulfill the predicate.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <returns>The test.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Predicate.GetPosition(Sitecore.Data.Query.QueryContext)">
            <summary>
            Gets the position.
            </summary>
            <param name="contextNode">The context node.</param>
            <returns>The position.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.FunctionEventHandler">
            <summary>
            Represents the method that will be called when a function is invoked in an Sitecore XPath query.
            </summary>
            <remarks>
            When you create a FieldSavedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Query.MatchEventHandler">
            <summary>
            Represents the method that will be called when a node is tested in a predicate in an Sitecore XPath query.
            </summary>
            <remarks>
            When you create a FieldSavedDelegate delegate,
            you identify the method that will handle the event. To associate the
            event with your event handler, add an instance of the delegate to the event.
            The event handler is called whenever the event occurs, unless you remove the delegate.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Query.Query">
            <summary>
            Represents a Sitecore XPath query.
            </summary>
        </member>
        <member name="E:Sitecore.Data.Query.Query.Function">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Data.Query.Query.Match">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Data.Query.Query.#ctor">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Query"/> instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Query.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Query"/> instance.
            </summary>
            <param name="query">Query.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Query.#ctor(Sitecore.Data.Query.Opcode)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Query"/> instance.
            </summary>
            <param name="query">Query.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Query.Abort">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Query.Query"/> is aborted.
            </summary>
            <value><c>true</c> if aborted; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Query.Any">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Query.Query"/> returns when any match is found..
            </summary>
            <value>
                <c>true</c> if this <see cref="T:Sitecore.Data.Query.Query"/> returns when any match is found.; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Query.Query.Max">
            <summary>
            Gets the max number of items to find.
            </summary>
            <value>The max.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Query.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Query.Execute">
            <summary>
            Executes the query.
            </summary>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.Execute(Sitecore.Data.Items.Item)">
            <summary>
            Executes the query with a specified context node.
            </summary>
            <param name="contextNode">Context node.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.Execute(Sitecore.Data.Query.QueryContext)">
            <summary>
            Executes the query with a specified context node.
            </summary>
            <param name="contextNode">Context node.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the query execution plan.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectItems(System.String)">
            <summary>
            Selects the items from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectItems(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Selects the items from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectItems(System.String,Sitecore.Data.Database)">
            <summary>
            Selects the items from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <param name="database">Database.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectItems(System.String,Sitecore.Data.Query.QueryContext,Sitecore.Data.Database)">
            <summary>
            Selects the items from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <param name="database">Database.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectSingleID(System.String,Sitecore.Data.Query.QueryContext)">
            <summary>
            Selects a single item ID from a database using an Sitecore XPath query.
            </summary>
            <param name="path">Path.</param>
            <param name="queryContext">Query context.</param>
            <returns>The single ID.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectSingleItem(System.String)">
            <summary>
            Selects a single item from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <returns>The single item.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectSingleItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Selects a single item from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <param name="contextNode">Context node.</param>
            <returns>The single item.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectSingleItem(System.String,Sitecore.Data.Database)">
            <summary>
            Selects a single item from a database using an Sitecore XPath query.
            </summary>
            <param name="query">Query.</param>
            <param name="database">Database.</param>
            <returns>The single item.</returns>
        </member>
        <member name="P:Sitecore.Data.Query.Query.AnyCounter">
            <summary>
            Gets or sets any counter.
            </summary>
            <value>Any counter.</value>
        </member>
        <member name="P:Sitecore.Data.Query.Query.PredicateCounter">
            <summary>
            Gets or sets the predicate counter.
            </summary>
            <value>The predicate counter.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Query.DoFunction(Sitecore.Data.Query.Function,Sitecore.Data.Query.Opcode[],Sitecore.Data.Query.QueryContext)">
            <summary>
            Executes the function event.
            </summary>
            <param name="function">The function.</param>
            <param name="arguments">The arguments.</param>
            <param name="node">The node.</param>
            <returns>The <see cref="T:System.Object"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.DoMatch(Sitecore.Data.Query.QueryContext)">
            <summary>
            Executes the match event.
            </summary>
            <param name="node">The node.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Query.BeginQuery">
            <summary>
            Begins the query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Query.SelectSingleItem(System.String,Sitecore.Data.Query.QueryContext,Sitecore.Data.Database)">
            <summary>
            Selects the single item.
            </summary>
            <param name="query">The query.</param>
            <param name="contextNode">The context node.</param>
            <param name="database">The database.</param>
            <returns>The single item.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.QueryBuilder">
            <summary>
            Creates opcode objects for an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Add(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets an Add operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The add.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Ancestor(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets an Ancestor axis.
            </summary>
            <param name="element">Element.</param>
            <returns>The ancestor.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.AncestorOrSelf(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets an Ancestor-or-self axis.
            </summary>
            <param name="element">Element.</param>
            <returns>The or self.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.And(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets an And operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The and.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.BooleanValue(System.Boolean)">
            <summary>
            Gets a boolean element.
            </summary>
            <param name="value">Value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Children(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets a Children operator.
            </summary>
            <param name="element">Element.</param>
            <returns>The children.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Descendants(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets an Descendants axis.
            </summary>
            <param name="element">Element.</param>
            <returns>The descendants.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.DescendantsOrSelf(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets an descendants-or-self axis.
            </summary>
            <param name="element">Element.</param>
            <returns>The or self.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Divide(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Divide operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The divide.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Equals(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets an Equals operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The equals.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.FieldElement(System.String)">
            <summary>
            Gets a Field value.
            </summary>
            <param name="name">Name.</param>
            <returns>The element.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Following(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets a Following axis.
            </summary>
            <param name="element">Element.</param>
            <returns>The following.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Function(System.String)">
            <summary>
            Gets a Function statement.
            </summary>
            <param name="name">Name.</param>
            <returns>The function.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Greater(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Greater Than operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The greater.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.GreaterOrEquals(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Greater Than or Equals operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The or equals.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.ItemElement(System.String,Sitecore.Data.Query.Predicate)">
            <summary>
            Gets an Item element.
            </summary>
            <param name="name">Name.</param>
            <param name="predicate">Predicate.</param>
            <returns>The element.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Literal(System.String)">
            <summary>
            Gets a Literal element.
            </summary>
            <param name="text">Text.</param>
            <returns>The literal.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Minus(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Minus operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The minus.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Modulus(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Modulus operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The modulus.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Multiply(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Multiply operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The multiply.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Number(System.Int32)">
            <summary>
            Gets a Number element.
            </summary>
            <param name="value">Value.</param>
            <returns>The number.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Or(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets an Or operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The or.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Parent">
            <summary>
            Gets a Parent axis.
            </summary>
            <returns>The parent.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Preceding(Sitecore.Data.Query.ElementBase)">
            <summary>
            Gets a Preceeding axis.
            </summary>
            <param name="element">Element.</param>
            <returns>The preceding.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Predicate(Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a predicate.
            </summary>
            <param name="expression">Expression.</param>
            <returns>The predicate.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.QueryParameter(System.String)">
            <summary>
            Gets a Query parameter object.
            </summary>
            <param name="name">Name.</param>
            <returns>The parameter.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Root">
            <summary>
            Gets a Root element.
            </summary>
            <returns>The root.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Self(Sitecore.Data.Query.Predicate)">
            <summary>
            Gets a Self element axis.
            </summary>
            <param name="predicate">Predicate.</param>
            <returns>The self.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Smaller(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Smaller Than operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The smaller.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.SmallerOrEquals(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Smaller Than or Equals operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The or equals.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Unequals(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Unequals operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The unequals.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryBuilder.Xor(Sitecore.Data.Query.Opcode,Sitecore.Data.Query.Opcode)">
            <summary>
            Gets a Xor operator.
            </summary>
            <param name="left">Left expression.</param>
            <param name="right">Right expression.</param>
            <returns>The xor.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.QueryContext">
            <summary>
            Represent the current context node of a Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.QueryContext.#ctor(Sitecore.Data.Query.IQueryable)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.QueryContext"/> instance.
            </summary>
            <param name="queryable">Queryable.</param>
        </member>
        <member name="M:Sitecore.Data.Query.QueryContext.#ctor(Sitecore.Data.Query.IQueryable,Sitecore.Data.ID)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.QueryContext"/> instance.
            </summary>
            <param name="queryable">Queryable.</param>
            <param name="id">Id.</param>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.Item(System.String)">
            <summary>
            Gets the field value with the specified name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.Queryable">
            <summary>
            Gets the source object that this node represents.
            </summary>
            <value>The queryable.</value>
            <remarks>This is usually an <see cref="T:Sitecore.Data.Items.Item"/>.</remarks>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.DocumentElement">
            <summary>
            Gets a value indicating whether this node is the document element.
            </summary>
            <value>
                <c>true</c> if this node is the document element; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.Parent">
            <summary>
            Gets the parent.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Sitecore.Data.Query.QueryContext.Children">
            <summary>
            Gets the children.
            </summary>
            <value>The children.</value>
        </member>
        <member name="M:Sitecore.Data.Query.QueryContext.Matches(System.String)">
            <summary>
            Tests if the name of the item matches a specified name.
            </summary>
            <param name="name">Name.</param>
            <returns>The matches.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryContext.GetQueryContextItem">
            <summary>
            Gets the query context item.
            </summary>
            <returns>The query context item.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.QueryParser">
            <summary>Parses a string into an Sitecore XPath query.</summary>
            <remarks>
            Queries = Query | ( Queries "|" Query )
            Query = PathStep ( PathStep )*
            PathStep = Node | Children | Descendants
            Children = "/" Node
            Descendants = "//" Node
            Node = Attribute | Element
            Attribute = "@" Name
            Element = [ Axis ] ( "*" | "." | ".." | Name ) [ Predicate ]
            Name = Identifier | Name Identifier
            Axis = ( "ancestor" | "ancestor-or-self" | "descendants" | "descendants-or-self" |
                   "child" | "parent" | "following" | "preceding" | "self" ) "::"
            Predicate = "[" Expression "]"
            Expression = Term3 [ ( "or" | "xor" ) Term3 ]
            Term3 = Term2 [ "and" Term2 ]
            Term2 = Term1 [ ( "=" | ">" | ">=" | "&lt;" | "&lt;=" | "!=" ) Term1 ]
            Term1 = Term0 [ ( "+" | "-" ) Term0 ]
            Term0 = Factor [ ( "*" | "div" | "mod" ) Factor ]
            Factor = Queries | Literal | Number | True | False | "(" Expression ")" |
                     Attribute | Function | Parameter
            Parameter = "$" Identifier
            Function = Identifier "(" ExpressionList ")"
            ExpressionList = Expression | ( ExpressionList "," Expression )
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.Parse(System.String)">
            <summary>
            Parses the specified query.
            </summary>
            <param name="query">Query.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.ParsePredicate(System.String)">
            <summary>
            Parses a predicate.
            </summary>
            <param name="query">Query.</param>
            <returns>The predicate.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.DoParse(System.String)">
            <summary>
            Performs the parsing.
            </summary>
            <param name="query">Query.</param>
            <returns>The <see cref="T:Sitecore.Data.Query.Opcode"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.DoParsePredicate(System.String)">
            <summary>
            Performs the parsing.
            </summary>
            <param name="query">Query.</param>
            <returns>The <see cref="T:Sitecore.Data.Query.Opcode"/>.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetAncestorAxis">
            <summary>
            Gets the ancestor axis.
            </summary>
            <returns>The ancestor axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetAttribute">
            <summary>
            Gets the attribute.
            </summary>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetChildAxis">
            <summary>
            Gets the child axis.
            </summary>
            <returns>The child axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetChildren">
            <summary>
            Gets the children.
            </summary>
            <returns>The children.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetDescendants">
            <summary>
            Gets the descendants.
            </summary>
            <returns>The descendants.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetDescendantsAxis">
            <summary>
            Gets the descendants axis.
            </summary>
            <returns>The descendants axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetDotDot">
            <summary>
            Gets the dot dot.
            </summary>
            <returns>The dot dot.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetElement">
            <summary>
            Gets the element.
            </summary>
            <returns>The element.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetExpression">
            <summary>
            Gets the expression.
            </summary>
            <returns>The expression.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetFactor">
            <summary>
            Gets the factor.
            </summary>
            <returns>The factor.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetFollowingAxis">
            <summary>
            Gets the following axis.
            </summary>
            <returns>The following axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetFunction">
            <summary>
            Gets the function.
            </summary>
            <returns>The function.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetNode">
            <summary>
            Gets the node.
            </summary>
            <returns>The node.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetParameter">
            <summary>
            Gets the parameter.
            </summary>
            <returns>The parameter.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetParentAxis">
            <summary>
            Gets the parent axis.
            </summary>
            <returns>The parent axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetPathStep">
            <summary>
            Gets the path step.
            </summary>
            <returns>The path step.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetPrecedingAxis">
            <summary>
            Gets the preceding axis.
            </summary>
            <returns>The preceding axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetPredicate">
            <summary>
            Gets the predicate.
            </summary>
            <returns>The predicate.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetQueries">
            <summary>
            Gets the queries.
            </summary>
            <returns>The queries.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetQuery">
            <summary>
            Gets the query.
            </summary>
            <returns>The query.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetSelf">
            <summary>
            Gets the self.
            </summary>
            <returns>The self.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetSelfAxis">
            <summary>
            Gets the self axis.
            </summary>
            <returns>The self axis.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetTerm0">
            <summary>
            Gets the term0.
            </summary>
            <returns>The term0.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetTerm1">
            <summary>
            Gets the term1.
            </summary>
            <returns>The term1.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetTerm2">
            <summary>
            Gets the term2.
            </summary>
            <returns>The term2.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.GetTerm3">
            <summary>
            Gets the term3.
            </summary>
            <returns>The term3.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.Initialize(System.String)">
            <summary>
            Initializes the specified query.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.Match">
            <summary>
            Matches this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.Match(System.Int32,System.String)">
            <summary>
            Matches the specified type.
            </summary>
            <param name="type">The type.</param>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.MatchCheck(System.Int32,System.String)">
            <summary>
            Matches the check.
            </summary>
            <param name="type">The type.</param>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.Peek">
            <summary>
            Peeks this instance.
            </summary>
            <returns>The peek.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryParser.Raise(System.String)">
            <summary>
            Raises the specified error.
            </summary>
            <param name="error">The error.</param>
        </member>
        <member name="T:Sitecore.Data.Query.QueryTokenType">
            <summary>
            Defines IDs for query keywords.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Ancestor">
            <summary>Ancestor</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.And">
            <summary>And</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Child">
            <summary>Child</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Descendant">
            <summary>Descandant</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Div">
            <summary>Div</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.False">
            <summary>False</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Following">
            <summary>Following</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Mod">
            <summary>Modulus</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Or">
            <summary>Or</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Parent">
            <summary>Parent</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Preceding">
            <summary>Preceding</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Self">
            <summary>Self</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.True">
            <summary>True</summary>
        </member>
        <member name="F:Sitecore.Data.Query.QueryTokenType.Xor">
            <summary>Xor</summary>
        </member>
        <member name="T:Sitecore.Data.Query.QueryTokenBuilder">
            <summary>
            Builds tokens for a Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.QueryTokenBuilder.Identifier(System.String)">
            <summary>
            Maps an identifier to a keyword.
            </summary>
            <param name="value">Identifier.</param>
        </member>
        <member name="T:Sitecore.Data.Query.QueryUtil">
            <summary>
            Implements support functions for an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.QueryUtil.CanResolve(System.Object,Sitecore.Data.DataUri)">
            <summary>
            Determines whether an object can be resolved.
            </summary>
            <param name="obj">Obj.</param>
            <param name="uri">URI.</param>
            <returns>
                <c>true</c> if an object can be resolved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Query.QueryUtil.IsQueryPath(System.String)">
            <summary>
            Determines whether if a string is a query path.
            </summary>
            <param name="path">Path.</param>
            <returns>
                <c>true</c> if a string is a query path; otherwise, <c>false</c>.
            </returns>
            <remarks>A query path is defined by containing either a "[" or a "::" string.</remarks>
        </member>
        <member name="T:Sitecore.Data.Query.Root">
            <summary>
            Represents a Root element in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Root.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.Self">
            <summary>
            Represents a Self element in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Self.#ctor(Sitecore.Data.Query.Predicate)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Self"/> instance.
            </summary>
            <param name="predicate">Predicate.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Self.Evaluate(Sitecore.Data.Query.Query,Sitecore.Data.Query.QueryContext)">
            <summary>
            Evaluates the specified query.
            </summary>
            <param name="query">Query.</param>
            <param name="node">Node.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Self.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="T:Sitecore.Data.Query.Step">
            <summary>
            Defines the basic functionality of a Step in an Sitecore XPath query.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.Step.Print(System.Web.UI.HtmlTextWriter)">
            <summary>
            Prints the expression.
            </summary>
            <param name="output">Output.</param>
        </member>
        <member name="P:Sitecore.Data.Query.Step.NextStep">
            <summary>
            Gets or sets the next step.
            </summary>
            <value>The next step.</value>
        </member>
        <member name="M:Sitecore.Data.Query.Step.Break(Sitecore.Data.Query.Query,System.Object)">
            <summary>
            Breaks the query.
            </summary>
            <param name="query">Query.</param>
            <param name="result">Result.</param>
            <returns>The break.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.TokenType">
            <summary>
            Defines IDs for keywords in a Sitecore XPath query.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.End">
            <summary>End.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.At">
            <summary>At.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Axis">
            <summary>Axis.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Comma">
            <summary>Comma.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Dollar">
            <summary>Dollar.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Dot">
            <summary>Dot.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.DotDot">
            <summary>DotDot.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.DoubleSlash">
            <summary>DoubleSlash.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.EndSquareBracket">
            <summary>EndSquareBracket.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.EndParentes">
            <summary>EndParentes.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Equal">
            <summary>Equal.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Greater">
            <summary>Greater.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.GreaterOrEquals">
            <summary>GreaterOrEquals.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Guid">
            <summary>Guid.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Identifier">
            <summary>Identifier.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Literal">
            <summary>Literal.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Minus">
            <summary>Minus.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Namespace">
            <summary>Namespace.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Number">
            <summary>Number.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Pipe">
            <summary>Pipe.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Plus">
            <summary>Plus.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Smaller">
            <summary>Smaller.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.SmallerOrEquals">
            <summary>SmallerOrEquals.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Star">
            <summary>Star.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.StartSquareBracket">
            <summary>StartSquareBracket.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.StartParentes">
            <summary>StartParentes.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Slash">
            <summary>Slash.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenType.Unequals">
            <summary>Unequals.</summary>
        </member>
        <member name="T:Sitecore.Data.Query.Token">
            <summary>
            Represents a token when parsing an Sitecore XPath query.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.Token.Index">
            <summary>Index.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.Token.NumberValue">
            <summary>NumberValue.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.Token.Type">
            <summary>Type.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.Token.Value">
            <summary>Value.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.Token.Whitespace">
            <summary>Whitespace.</summary>
        </member>
        <member name="F:Sitecore.Data.Query.Token.Empty">
            <summary>Empty.</summary>
        </member>
        <member name="T:Sitecore.Data.Query.Tokenizer">
            <summary>
            Tokenizes a string for use in a Sitecore XPath query.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.Tokenizer.IdentifierCharacters">
            <summary>Identifier characters.</summary>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.#ctor(Sitecore.Data.Query.TokenBuilder,System.String)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Query.Tokenizer"/> instance.
            </summary>
            <param name="builder">Builder.</param>
            <param name="text">Text.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.NextToken">
            <summary>
            Gets the next token.
            </summary>
            <returns>The token.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.PeekToken">
            <summary>
            Gets the next token without forwarding the current parsing location.
            </summary>
            <returns>The token.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.UngetToken(Sitecore.Data.Query.Token)">
            <summary>
            Ungets the token.
            </summary>
            <param name="token">The token.</param>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.NextGUID">
            <summary>
            Gets the next GUID.
            </summary>
            <returns>The GUID.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.NextIdentifier">
            <summary>
            Gets the next identifier.
            </summary>
            <returns>The identifier.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.NextQuotedIdentifier">
            <summary>
            Gets the next quoted identifier.
            </summary>
            <returns>The quoted identifier.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.NextNumber">
            <summary>
            Gets the next number.
            </summary>
            <returns>The number.</returns>
        </member>
        <member name="M:Sitecore.Data.Query.Tokenizer.NextString(System.Char)">
            <summary>
            Gets the next string.
            </summary>
            <param name="end">The end.</param>
            <returns>The string.</returns>
        </member>
        <member name="T:Sitecore.Data.Query.TokenBuilder">
            <summary>
            Builds tokens.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Query.TokenBuilder.Token">
            <summary>
            The current token.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.At">
            <summary>
            At.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Axis">
            <summary>
            Axis.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Comma">
            <summary>
            Comma.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Dollar">
            <summary>
            Dollar.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Dot">
            <summary>
            Dot.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.DotDot">
            <summary>
            Dot dot.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.DoubleSlash">
            <summary>
            Double slash.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.End">
            <summary>
            End.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.EndSquareBracket">
            <summary>
            End square bracket.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.EndParentes">
            <summary>
            End parentes.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Equals">
            <summary>
            Equal.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Greater">
            <summary>
            Greater.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.GreaterOrEquals">
            <summary>
            Greater or equals.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Guid(System.String)">
            <summary>
            GUID.
            </summary>
            <param name="value">The GUID.</param>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Identifier(System.String)">
            <summary>
            Identifier.
            </summary>
            <param name="value">The identifier.</param>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.QuotedIdentifier(System.String)">
            <summary>
            Create quoted identifier.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Literal(System.String)">
            <summary>
            Literal.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Minus">
            <summary>
            Minus.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Namespace">
            <summary>
            Namespace.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Number(System.Int32)">
            <summary>
            Number.
            </summary>
            <param name="value">The number.</param>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Pipe">
            <summary>
            Pipe.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Plus">
            <summary>
            Plus.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Slash">
            <summary>
            Slash.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Smaller">
            <summary>
            Smaller.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.SmallerOrEquals">
            <summary>
            Smaller or equal.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Star">
            <summary>
            Star.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.StartSquareBracket">
            <summary>
            Start square bracket.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.StartParentes">
            <summary>
            Start parentes.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Query.TokenBuilder.Unequals">
            <summary>
            Unequal.
            </summary>
        </member>
        <member name="T:Sitecore.Data.RemoveUnusedBlobsDisabler">
            <summary>
            Disables removal of unused blobs from an item when it is saved.
            </summary>
        </member>
        <member name="M:Sitecore.Data.RemoveUnusedBlobsDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.RemoveUnusedBlobsDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.RenderingRecords">
            <summary>
            Represents the renderings that are defined in a specified database.
            </summary>
            <remarks><para>Renderings are configured in /sitecore/layouts/Layout/Renderings.</para>
            <para>The renderings are normally access through the
            <see cref="P:Sitecore.Resources.ResourceItems.Renderings"/> property.</para></remarks>
        </member>
        <member name="M:Sitecore.Data.RenderingRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.RenderingRecords"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.RenderingRecords.Item(Sitecore.Data.DataUri)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.RenderingItem"/> with the specified URI.
            </summary>
        </member>
        <member name="M:Sitecore.Data.RenderingRecords.GetAll">
            <summary>
            Gets all the renderings defined by the database.
            </summary>
            <returns>The all.</returns>
        </member>
        <member name="M:Sitecore.Data.RenderingRecords.AddChildren(Sitecore.Data.Items.Item,System.Collections.ArrayList)">
            <summary>
            Adds the children.
            </summary>
            <param name="parent">The parent.</param>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.AffectedEntitiesCalculatorFactory">
            <summary>
            Factory for getting instances for calculating affected serialization security entities
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.AffectedEntitiesCalculatorFactory.#ctor(System.IServiceProvider)">
            <summary>
            Initialize a new instance of AffectedEntitiesCalculatorFactory class.
            </summary>
            <param name="serviceProvider">Service provider</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.AffectedEntitiesCalculatorFactory.Create(Sitecore.Data.Serialization.SecurityEntityType)">
            <summary>Create an IAffectedEntitiesCalculator instance based on SecurityEntityType and SerializationType</summary>
            <returns>Instance that implements IAffectedEntitiesCalculator</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.BaseItemSerializationManagerExtensions">
            <summary>Represents extensions for item serialization manager.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.BaseItemSerializationManagerExtensions.DumpSet(Sitecore.Abstractions.Serialization.BaseItemSerializationManager,System.Collections.Generic.IList{Sitecore.Data.Serialization.Presets.IncludeEntry})">
            <summary>Dumps the specified item set.</summary>
            <param name="manager">The item serialization manager.</param>
            <param name="entries">A list of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/> objects describing the set of items to process.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.CommonUtils">
            <summary>
            Common utilities used by Serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.CommonUtils.CreateCIHashtable">
            <summary>
            Creates the case-insensitive hashtable.
            </summary>
            <returns>
            The hashtable.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.CommonUtils.IsDirectoryHidden(System.String)">
            <summary>
            Determines whether directory is hidden.
            </summary>
            <param name="path">
            The path pointing to a directory.
            </param>
            <returns>
            <c>true</c> if directory is hidden; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.CommonUtils.IsHidden(System.IO.FileSystemInfo)">
            <summary>
            Determines whether the specified file/directory is hidden.
            </summary>
            <param name="info">
            The file system entry info.
            </param>
            <returns>
                <c>true</c> if the specified file/info is hidden; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.CommonUtils.Uniq``1(System.Collections.Generic.List{``0},System.Collections.Generic.IComparer{``0})">
            <summary>
            Scans sorted workset for duplicate entries.
            </summary>
            <typeparam name="T">
            Type parameter.
            </typeparam>
            <param name="workset">
            The workset.
            </param>
            <param name="comparer">
            The comparer.
            </param>
            <returns>
            The workset without duplicate entries.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.CommonUtils.ClearCaches(Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
              Removes information about a specific item from database caches. This compensates
            cache functionality that depends on database events (which are disabled when loading).
            </summary>
            <param name="database">
            Database to clear caches for.
            </param>
            <param name="itemID">
            Item ID to remove
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.CommonUtils.RemoveItemFromCaches(Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Removes the item from caches.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="itemId">
            The item ID.
            </param>
        </member>
        <member name="T:Sitecore.Data.Serialization.DatabaseLoader">
            <summary>
                Description of DatabaseLoader.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.DatabaseLoader.#ctor(System.String)">
            <summary>
                Initializes a new instance of database loader.
            </summary>
            <param name="path">Path to the database dump and schema</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DatabaseLoader.LoadDatabase(Sitecore.Data.Serialization.IDataConnectionFactory)">
            <summary>
                Loads database
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.IDbAdminConnection">
            <summary>
            Description of IDbAdminConnection.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.IDbAdminConnection.CreateDatabase(System.String)">
            <summary>
              Creates a new database with the specified names
            </summary>
            <param name="databaseName">Name of the database</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.IDbAdminConnection.CreateDatabase(System.String,System.String)">
            <summary>
             Creates a new database with the specified names
            </summary>
            <param name="databaseName">Name of the database</param>
            <param name="fileName">File to store created database</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.IDbAdminConnection.Detach(System.String)">
            <summary>
             Detach database to unlock file;
            </summary>
            <param name="databaseName">Name of the database</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.IDbAdminConnection.GetConnectionFactory(System.String)">
            <summary>
              Returns connection factory pointing to specific database
            </summary>
            <param name="databaseName">Name of the database</param>
            <returns>Implementation of IDataConnectionFactory</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.SqlServerAdminConnection">
            <summary>
            Description of DbAdminConnection.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.#ctor(System.String)">
            <summary>
              Initializes new instance of administrative connection
            </summary>
            <param name="connectionString">Connection string to the master database</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.GetDbConnectionString(System.String)">
            <summary>
              Returns database-specific connection string
            </summary>
            <param name="databaseName">Name of the database</param>
            <returns>Connection string for the database</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.GetSchemaSql">
            <summary>
            Gets the schema SQL.
            </summary>
            <returns>The schema SQL.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.CreateDatabase(System.String)">
            <summary>
              Creates a new database with the specified names
            </summary>
            <param name="databaseName">Name of the database</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.CreateDatabase(System.String,System.String)">
            <summary>
              Creates database with a specific name
            </summary>
            <param name="databaseName">Name of the database</param>
            <param name="primaryFileName">File to strore the database</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.Nop">
            <summary>
            No operation
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.GetConnectionFactory(System.String)">
            <summary>
              Returns connection object factory for specific database
            </summary>
            <param name="databaseName">Name of the database</param>
            <returns>IDataConnectionFactory implementation pointing to the database</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlServerAdminConnection.Detach(System.String)">
            <summary>
             Detach database to unlock file;
            </summary>
            <param name="databaseName">Name of the database</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.DefaultSerializationManager">
            <summary>
            Facade to all Serialization operations.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.#ctor(Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseTemplateManager,Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.DefaultSerializationManager"/> class.</summary>
            <param name="cacheManager">The cache manager.</param>
            <param name="templateManager">The template manager.</param>
            <param name="factory">The factory.</param>
            <param name="log">The log.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.CleanupPath(System.String)">
            <summary>
                Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">
                The path to cleanup.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.CleanupPath(System.String,System.Boolean)">
            <summary>
                Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">
                The path to cleanup.
            </param>
            <param name="recursive">
                if set to <c>true</c> this instance is recursive.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DoLoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Does the job of loading subtree from specified path.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <param name="options">
                The load options.
            </param>
            <exception cref="T:System.Exception">
                <c>Exception</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DropItem(System.String)">
            <summary>
                Drops the item identified by dump path.
            </summary>
            <param name="path">
                The path to the item to drop.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpItem(Sitecore.Data.Items.Item)">
            <summary>
                Dumps the item to a corresponding file under dump root.
            </summary>
            <param name="item">
                The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
                Dumps the item to the specified path.
            </summary>
            <param name="path">
                The path to dump.
            </param>
            <param name="item">
                The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpRole(System.String)">
            <summary>
                Dumps the role to a corresponding file under dump root.
            </summary>
            <param name="rolename">
                The role name.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpRole(System.String,Sitecore.Security.Accounts.Role)">
            <summary>
                Dumps the role to the specified path.
            </summary>
            <param name="path">
                The path to dump.
            </param>
            <param name="role">
                The role to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpSet(System.Collections.Generic.IList{Sitecore.Data.Serialization.Presets.IncludeEntry})">
            <summary>
                Dumps the specified item set.
            </summary>
            <param name="entries">
                A list of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry" /> objects describing the set of items to process.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpTemplates(Sitecore.Data.Database)">
            <summary>
                Dumps templates to disk.
            </summary>
            <param name="database">
                Database to dump templates for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpTree(Sitecore.Data.Items.Item)">
            <summary>
                Dumps the tree under the dump root.
            </summary>
            <param name="item">
                The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpUser(System.String)">
            <summary>
                Dumps the user to a corresponding file under dump root.
            </summary>
            <param name="username">
                The user name.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.DumpUser(System.String,System.Web.Security.MembershipUser)">
            <summary>
                Dumps the user to the specified path.
            </summary>
            <param name="path">
                The path to dump.
            </param>
            <param name="user">
                The user to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.Initialize">
            <summary>
                Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.LoadAllRoles">
            <summary>
                Loads all roles from serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.LoadAllUsers">
            <summary>
                Loads all users from serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.LoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Loads the item from the specified file.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <param name="options">
                Load options.
            </param>
            <returns>
                The item to load.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.LoadRole(System.String)">
            <summary>
                Loads the role from the specified file.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <returns>
                The role to load.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.LoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Loads the subtree from specified path.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <param name="options">
                The options.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.LoadUser(System.String)">
            <summary>
                Loads the user from the specified file.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <returns>
                The user to load.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.CleanupObsoleteShortens">
            <summary>
                Performs cleanup for shorten folders which
                referenced link items were already deleted.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.DefaultSerializationManager.TemplateComparer">
            <summary>
            The template comparer.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.DefaultSerializationManager.TemplateComparer.Compare(Sitecore.Data.Templates.Template,Sitecore.Data.Templates.Template)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">
            The first object to compare.
            </param>
            <param name="y">
            The second object to compare.
            </param>
            <returns>
            Value
            Condition
            Less than zero
            <paramref name="x"/> is less than <paramref name="y"/>.
            Zero
            <paramref name="x"/> equals <paramref name="y"/>.
            Greater than zero
            <paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultAffectedRolesCalculator">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultAffectedRolesCalculator.#ctor(Sitecore.Abstractions.BaseDomainManager,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
             Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Default.DefaultAffectedRolesCalculator"/> class.
            </summary>
            <param name="baseDomainManager">Base domain manager</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultAffectedRolesCalculator.CountAffectedEntities(System.Collections.Generic.HashSet{System.String})">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultAffectedUsersCalculator">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultAffectedUsersCalculator.#ctor(Sitecore.Abstractions.BaseDomainManager,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
             Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Default.DefaultAffectedUsersCalculator"/> class.
            </summary>
            <param name="baseDomainManager">Base domain manager</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultAffectedUsersCalculator.CountAffectedEntities(System.Collections.Generic.HashSet{System.String})">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager">
            <summary>
            Default implementation of serialization manager for items
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.MaxPathLengthWarningAddedKey">
            <summary>The max path length warning added key.</summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager._maxPathLengthContextCache">
            <summary>The max path length context cache.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IItemData},Sitecore.Abstractions.Serialization.BaseItemStorageProvider,Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.Default.DefaultItemSynchronizer,Sitecore.Abstractions.BaseFactory,Sitecore.Data.Serialization.ItemResolver)">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.MaxPathLengthWarningAdded">
            <summary>
            Gets or sets a value indicating whether log warning message about max path length has already performed in current serialization context.
            </summary>
            <value>
              <c>true</c> if log warning message about max path length has already performed in current serialization context otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.DumpItem(Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.DumpItem(System.String,Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.LoadItem(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.LoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.LoadTree(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.DumpTree(Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.CheckSerializationSettings">
            <summary>
            Checks the serialization settings.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.DoLoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Does the job of loading the item.
            </summary>
            <param name="path">Path to ItemSync file.</param>
            <param name="options">The load options.</param>
            <returns>
            The item to load.
            </returns>
            <exception cref="T:Sitecore.Data.Serialization.Exceptions.ParentItemNotFoundException"><c>Sitecore.Data.Serialization.Exceptions.ParentItemNotFoundException</c></exception>
            <exception cref="T:Sitecore.Data.Serialization.Exceptions.ParentForMovedItemNotFoundException"><c>Sitecore.Data.Serialization.Exceptions.ParentForMovedItemNotFoundException</c></exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.DoLoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Does the job of loading subtree from specified path.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <param name="options">
            The load options.
            </param>
            <exception cref="T:System.Exception">
            <c>Exception</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.LoadTreeRecursive(System.String,Sitecore.Data.Serialization.LoadOptions,System.Collections.Generic.List{Sitecore.Data.Serialization.ObjectModel.Failure})">
            <summary>
            Loads the tree internal.
            </summary>
            <param name="path">
            The path to load.
            </param>
            <param name="options">
            The options.
            </param>
            <param name="retryList">
            The retry list.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.LoadOneLevel(System.String,Sitecore.Data.Serialization.LoadOptions,System.Collections.Generic.List{Sitecore.Data.Serialization.ObjectModel.Failure})">
            <summary>
            Loads the one level of dump tree.
            </summary>
            <param name="path">The path to load.</param>
            <param name="options">The options.</param>
            <param name="retryList">The retry list.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.IsStandardValuesItem(System.String)">
            <summary>
            Determines whether [is standard values item] [the specified file name].
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns>
              <c>true</c> if [is standard values item] [the specified file name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.GetTargetDatabase(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Gets the target database.
            </summary>
            <param name="path">
            The path to database data.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The target database.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializationManager.DeserializationFinished(System.String)">
            <summary>
            Raises the "serialization finished" event.
            </summary>
            <param name="databaseName">
            Name of the database.
            </param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultItemSerializer">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializer.Write(Sitecore.Abstractions.Serialization.IItemData,System.IO.TextWriter)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSerializer.Read(System.IO.TextReader)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultItemStorageProvider">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemStorageProvider.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.ItemResolver)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Default.DefaultItemStorageProvider"/> class.</summary>
            <param name="pathResolver">The PathResolver</param>
            <param name="storageSettings">The StorageSettings</param>
            <param name="itemResolver">The item resolver.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemStorageProvider.GetFileIdentifier(Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemStorageProvider.GetDirectoryIdentifier(Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer">
            <summary>
            Provides ability to synchronize data from serialization to sitecore's database
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.SyncItem(Sitecore.Abstractions.Serialization.IItemData,Sitecore.Data.Serialization.LoadOptions,System.Boolean)">
            <summary>
            Synchronize instance of IItemData to the Sitecore's database
            </summary>
            <param name="itemData">The item representation</param>
            <param name="options">The LoadOptions</param>
            <param name="failOnDataInconsistency">fails if data inconsiztentcy</param>
            <returns>The Item</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.PasteSharedFields(Sitecore.Data.Items.Item,Sitecore.Abstractions.Serialization.IItemData,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Pastes shared field into the item
            </summary>
            <param name="item">The item</param>
            <param name="syncItem">The synchronization data</param>
            <param name="options">The LoadOptions</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.AssertTemplate(Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Asserts that the template is present in the database.
            </summary>
            <param name = "database" > The database.</param>
            <param name = "templateId" > The template's ID.</param>
            <returns>The template being asserted.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.ResetTemplateEngine(Sitecore.Data.Items.Item)">
            <summary>
            Resets the template engine.
            </summary>
            <param name = "target" > The target.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.NeedUpdate(Sitecore.Data.Items.Item,Sitecore.Abstractions.Serialization.IItemData)">
            <summary>
              Checks whether an item should be updated
            </summary>
            <param name="item">The item.</param>
            <param name="syncItem">The sync item.</param>
            <returns>The update.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.NeedUpdate(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.Default.DefaultSyncVersion)">
            <summary>
            Needs the update.
            </summary>
            <param name="localVersion">The local version.</param>
            <param name="version">The version.</param>
            <returns>The update.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.PasteField(Sitecore.Data.Items.Item,Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <summary>
              Inserts field value into item.
            </summary>
            <param name="item">The item.</param>
            <param name="field">The field.</param>
            <exception cref="T:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException"></exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultItemSynchronizer.PasteVersion(Sitecore.Data.Items.Item,Sitecore.Abstractions.Serialization.IItemVersion,System.Collections.Hashtable,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
              Pastes single version from ItemDom into the item
            </summary>
            <param name="item">The item.</param>
            <param name="syncVersion">The sync version.</param>
            <param name="versions">The versions.</param>
            <param name="options">The loading options.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultRoleSerializationManager">
            <summary>
            Default implementation of Serialization manager for Roles
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Default.DefaultRoleSerializationManager" /> class.
            </summary>
            <param name="serializer">The Serializer</param>
            <param name="storageProvider">The StorageProvider</param>
            <param name="storageSettings">The StorageSettings</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleSerializationManager.DumpEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleSerializationManager.LoadAllEntities">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleSerializationManager.LoadEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultRoleSerializer">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleSerializer.Write(Sitecore.Abstractions.Serialization.IRoleData,System.IO.TextWriter)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleSerializer.Read(System.IO.TextReader)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultRoleStorageProvider">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleStorageProvider.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>
             
            </summary>
            <param name="pathResolver"></param>
            <param name="storageSettings"></param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleStorageProvider.GetFileIdentifier(Sitecore.Abstractions.Serialization.IRoleData)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultRoleStorageProvider.GetDirectoryIdentifier(Sitecore.Abstractions.Serialization.IRoleData)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultSerializationInitializer">
            <summary>
            Class defines default implementation of initializing logic for serialization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSerializationInitializer.#ctor(Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Creates an instance of DefaultSerializationInitializer
            </summary>
            <param name="cacheManager"></param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSerializationInitializer.DoInitialize">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultStorageSettings">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultStorageSettings.#ctor(Sitecore.Configuration.KnownSettings.SerializationSettings)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Default.DefaultStorageSettings"/> class.</summary>
            <param name="settings">The serialization settings.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultStorageSettings.Root">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultStorageSettings.Settings">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultStorageSettings.GetItemSerializationExtension">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultStorageSettings.GetUserSerializationExtension">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultStorageSettings.GetRoleSerializationExtension">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultSyncField">
            <summary>
            Represents the field in the default implementation of serialization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncField.#ctor(Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <summary>
            Create the instance from the IItemFieldValue instance
            </summary>
            <param name="fieldData"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.FieldId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.NameHint">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.FieldKey">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.Value">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.FieldType">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.BlobId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncField.SortOrder">
            <inheritdoc/>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncField.Write(System.IO.TextWriter)">
            <summary>
            Serializes field to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncField.Read(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
            Reads the field
            </summary>
            <param name="reader"></param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultSyncItem">
            <summary>
                DTO presents Sitecore's Item in default implementation of serialization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncItem.#ctor(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>
            Create the instance from the instance of IItemData
            </summary>
            <param name="itemData"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.Id">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.ParentId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.TemplateId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.TemplateName">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.Path">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.Created">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.DatabaseName">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.Name">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.BranchId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.SharedFields">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.UnversionedFields">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncItem.Versions">
            <inheritdoc/>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncItem.Write(System.IO.TextWriter)">
            <summary>
            Serializes field to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncItem.Read(Sitecore.Data.Serialization.ObjectModel.Tokenizer,System.Boolean)">
            <summary>
            Reads the item from a Tokenizer.
            </summary>
            <param name="reader">The reader.</param>
            <param name="assertVersion">Assert file format version flag.</param>
            <returns>The item.</returns>
            <exception cref="T:System.Exception">The file was generated using a newer version of Serialization</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncItem.EnsureFieldsVersioning(Sitecore.Data.Items.Item)">
            <summary>
            Ensures field versioning
            </summary>
            <param name="item">The corresponded item</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncItem.RemoveField(System.String)">
            <summary>
             Remove either shared field from item or versioned field from all versions.
            </summary>
            <param name="fieldName">field name or ID</param>
            <returns>true if field found and deleted</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncItem.RemoveSharedField(System.String)">
            <summary>
             Remove shared field information from the version
            </summary>
            <param name="fieldName">field name or ID</param>
            <returns>true if field found and deleted</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultSyncRole">
            <summary>
                DTO presents Sitecore's Role in default implementation of serialization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncRole.#ctor(Sitecore.Abstractions.Serialization.IRoleData)">
            <summary>
                Create the instance from the instance of <see cref="T:Sitecore.Abstractions.Serialization.IRoleData" />
            </summary>
            <param name="roleData"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncRole.RoleName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncRole.MemberOfRoles">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncRole.Read(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
                Reads the item from a Tokenizer.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncRole.Write(System.IO.TextWriter)">
            <summary>
                Serializes role data to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultSyncUser">
            <summary>
             DTO presents Sitecore's user in default implementation of serialization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncUser.#ctor(Sitecore.Abstractions.Serialization.IUserData)">
            <summary>
            Create the instance from the instance of IUserData
            </summary>
            <param name="userData"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.Email">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.UserName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.CreationDate">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.LastLockoutDate">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.LastPasswordChanged">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.IsApproved">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.IsLockedOut">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.ProfileProperties">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.CustomProfileProperties">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.Roles">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncUser.Comment">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncUser.Write(System.IO.TextWriter)">
            <summary>
             Serializes the user to specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncUser.Read(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
             Reads the user.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The user.</returns>
            <exception cref="T:System.Exception">The file was generated using a newer version of Serialization.</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncUser.SerializeRoles(System.IO.TextWriter)">
            <summary>
             Serializes the roles user is member of to specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncUser.SerializeRole(System.String,System.IO.TextWriter)">
            <summary>
             Serializes the role user is member of to specified writer.
            </summary>
             <param name="roleName">Name of the role.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultSyncVersion">
            <summary>
                Represents the version of Item in default implementation of serialization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncVersion.#ctor(Sitecore.Abstractions.Serialization.IItemVersion,System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemLanguage})">
            <summary>
                Create the instance from the IItemVersion instance
            </summary>
            <param name="version">The version object</param>
            <param name="unversionedFields">The collection of IItemLanguage represents unversioned fields</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncVersion.#ctor">
            <summary>
                Initialize the instance
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncVersion.Fields">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncVersion.FieldsValues">
            <summary>
                Dictionary of fields values
            </summary>
            <value>The values.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncVersion.Language">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncVersion.VersionNumber">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultSyncVersion.Revision">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncVersion.Read(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
                Reads the version.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The version.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncVersion.Write(System.IO.TextWriter)">
            <summary>
                Serializes field to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncVersion.AddField(Sitecore.Data.Serialization.Default.DefaultSyncField)">
            <summary>
                Adds field to the verion
            </summary>
            <param name="field">The field object</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultSyncVersion.RemoveField(System.String)">
            <summary>
                Remove field information from the version
            </summary>
            <param name="fieldName">field name or ID</param>
            <returns>true if field found and deleted</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager">
            <summary>
            Default impelmentation of serialization manager for Users
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
            Create an instance of DefaultUserSerializationManager
            </summary>
            <param name="serializer">The BaseUserSerializer</param>
            <param name="storageProvider">BaseStorageProvider</param>
            <param name="storageSettings">Storage settings</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager.NewUserPassword">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager.DumpEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager.LoadAllEntities">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager.LoadEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializationManager.DumpEntity(System.String,Sitecore.Abstractions.Serialization.IUserData)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultUserSerializer">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializer.Write(Sitecore.Abstractions.Serialization.IUserData,System.IO.TextWriter)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserSerializer.Read(System.IO.TextReader)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Default.DefaultUserStorageProvider">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserStorageProvider.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>
             
            </summary>
            <param name="pathResolver"></param>
            <param name="storageSettings"></param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserStorageProvider.GetFileIdentifier(Sitecore.Abstractions.Serialization.IUserData)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Default.DefaultUserStorageProvider.GetDirectoryIdentifier(Sitecore.Abstractions.Serialization.IUserData)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException">
            <summary>
              Defines exception for missing fields.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException.#ctor(System.String,System.String,System.String,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="templatePath">The templatePath.</param>
            <param name="itemPath">The itemPath.</param>
            <param name="itemId">The item id.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException.ItemPath">
            <summary>
              Gets or sets the item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException.TemplatePath">
            <summary>
              Gets or sets the template path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>
            The item ID.
            </value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.ItemIsNotIncludedIntoTreeException">
            <summary>
            Defines an exception which is thrown for Yaml implementation
            when item if not included into configuration tree
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.ItemIsNotIncludedIntoTreeException.#ctor(System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.ParentForMovedItemNotFoundException">
            <summary>
            Defines the exception that is thrown when parent item for the existing one that is about to be restored not found.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.ParentForMovedItemNotFoundException.ParentID">
            <summary>
            Gets or sets the parent ID.
            </summary>
            <value>
            The parent ID.
            </value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.ParentForMovedItemNotFoundException.Item">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>
            The item ID.
            </value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.ParentItemNotFoundException">
            <summary>
            Exception that is thrown when parent item for the one that is about to be restored not found.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.ParentItemNotFoundException.ParentID">
            <summary>
            Gets or sets the parent ID.
            </summary>
            <value>
            The parent ID.
            </value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Exceptions.ParentItemNotFoundException.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>
            The item ID.
            </value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.SerializationDeleteException">
            <summary>Defines serialization delete exception.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationDeleteException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationDeleteException"/> class.</summary>
            <param name="message">The message.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationDeleteException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationDeleteException"/> class.</summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.SerializationException">
            <summary>Defines common serialization exception.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationException.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationException"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationException.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationException"/> class.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationException"/> class.</summary>
            <param name="message">The message.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationException"/> class.</summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.SerializationReadException">
            <summary>Defines serialization read exception.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationReadException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationReadException"/> class.</summary>
            <param name="message">The message.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationReadException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationReadException"/> class.</summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.SerializationWriteException">
            <summary>Defines serialization write exception.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationWriteException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationWriteException"/> class.</summary>
            <param name="message">The message.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.SerializationWriteException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.SerializationWriteException"/> class.</summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Exceptions.StandardValuesException">
            <summary>The standard values exception.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.StandardValuesException.#ctor">
            <summary>Prevents a default instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.StandardValuesException"/> class from being created.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.StandardValuesException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.StandardValuesException"/> class.</summary>
            <param name="message">The error message that explains the reason for the exception.</param>
            <param name="innerException">
            The exception that is the cause of the current exception, or a null reference (<span class="keyword"><span class="languageSpecificText"><span class="cs">null</span><span class="vb">Nothing</span><span class="cpp">nullptr</span></span></span><span class="nu">a null reference (<span class="keyword">Nothing</span> in Visual Basic)</span> in Visual Basic) if no inner exception is specified.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.StandardValuesException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Exceptions.StandardValuesException"/> class.
            </summary>
            <param name="itemPath">The item path.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Exceptions.StandardValuesException.ToString">
            <summary>The to string.</summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.FileOperationType">
            <summary>
            Type of the occured event
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.FileOperationType.Created">
            <summary>
            Created file or directory
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.FileOperationType.Deleted">
            <summary>
            Deleted file or directory
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.FileSystemEventArgs">
            <summary>
            Arguments for FileOperationDelegate delegate
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.FileSystemEventArgs.FileOperationType">
            <summary>
            Gets the type of the file operation.
            </summary>
            <value>The type of the file operation.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.FileSystemEventArgs.FileName">
            <summary>
            Gets the name of the file.
            </summary>
            <value>The name of the file.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.FileSystemEventArgs.#ctor(Sitecore.Data.Serialization.FileOperationType,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.FileSystemEventArgs"/> class.
            </summary>
            <param name="fileType">Type of the file.</param>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.FileSystemItemSerializationManager">
            <summary>Defines abstraction for file system based serialization manager.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.FileSystemItemSerializationManager.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.FileSystemItemSerializationManager"/> class.</summary>
            <param name="factory">The Sitecore factory.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.FileSystemItemSerializationManager.DeserializationFinished(System.String)">
            <summary>Raises the "serialization finished" event.
            </summary>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.HashGenerator">
            <summary>
            Generates hash code
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.HashGenerator.GetHash(System.String)">
            <summary>
            Generates hash code
            </summary>
            <param name="s">The given string</param>
            <returns>The hash</returns>
        </member>
        <member name="P:Sitecore.Data.Serialization.HashGenerator.HashStringLength">
            <summary>
            Gets length of resulting hash
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.IDataConnectionFactory">
            <summary>
             Provides ways for DatabaseLoader to construct database-specific objects
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.IDataConnectionFactory.CreateApi">
            <summary>
              Creates a new instance of SqlDataApi tied to the factory.
            </summary>
            <returns>Database-specific SqlDataApi implementation.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.IDataConnectionFactory.CreateProvider">
            <summary>
              Creates DataProvider instance tied to the factory.
            </summary>
            <returns>Database-specific DataProvider implementation</returns>
        </member>
        <member name="P:Sitecore.Data.Serialization.IDataConnectionFactory.ConnectionString">
            <summary>
              Gets the connection string for this database connection.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemHandler">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemHandler.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Serialization.ItemHandler"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemHandler.DisabledLocally">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Data.Serialization.ItemHandler"/> is disabled in the calling thread.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.Serialization.ItemHandler"/> is disabled in the current thread; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemHandler.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemHandler.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemHandler.OnItemVersionRemoved(System.Object,System.EventArgs)">
            <summary>
            Called when the item version has been removed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemHandler.OnItemMoved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been moved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemHandler.OnItemCopied(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been copied.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemHandler.OnItemRenamed(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been renamed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemOperation">
            <summary>
              Encapsulates an operation on an Item
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemOperation.#ctor(Sitecore.Data.Serialization.Operation,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ItemOperation"/> class.
            </summary>
            <param name="operation">The op.</param>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemOperation.Parent">
            <summary>
            Gets or sets the parent.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemOperation.Stamp">
            <summary>
            Gets or sets the timestamp.
            </summary>
            <value>The stamp.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemOperation.Operation">
            <summary>
            Gets or sets the operation.
            </summary>
            <value>The operation.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemOperation.Item">
            <summary>
            Gets or sets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemOperation.DataStampComparer">
            <summary>
              Compares <see cref="T:Sitecore.Data.Serialization.ItemOperation"/> objects by data then stamp.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemOperation.DataStampComparer.Compare(Sitecore.Data.Serialization.ItemOperation,Sitecore.Data.Serialization.ItemOperation)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemOperation.DataComparer">
            <summary>
             Compares <see cref="T:Sitecore.Data.Serialization.ItemOperation"/> objects by data.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemOperation.DataComparer.Compare(Sitecore.Data.Serialization.ItemOperation,Sitecore.Data.Serialization.ItemOperation)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemOperation.StampComparer">
            <summary>
              Compares <see cref="T:Sitecore.Data.Serialization.ItemOperation"/> objets by timestamp.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemOperation.StampComparer.Compare(Sitecore.Data.Serialization.ItemOperation,Sitecore.Data.Serialization.ItemOperation)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Operation">
            <summary>
              List of supported operations.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.Operation.Updated">
            <summary>
             Data object has been updated.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.Operation.Deleted">
            <summary>
             Data object has been deleted.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemReference">
            <summary>Path-based item reference with uniqueness support.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ItemReference"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.#ctor(System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ItemReference"/> class.</summary>
            <param name="database">The database.</param>
            <param name="path">The path.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemReference.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ItemReference.Path">
            <summary>
            Gets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.Parse(System.String)">
            <summary>
            Parses the specified path.
            </summary>
            <param name="path">The path.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.GetItem">
            <summary>Gets the item.</summary>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.GetItemInDatabase(Sitecore.Data.Database)">
            <summary>
            Gets the item in database.
            </summary>
            <param name="database">The database.</param>
            <returns>The item in database.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.GetItemStrict">
            <summary>Gets the item strict way. Ensures that reference for returned item is the same as 'this' one.</summary>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemReference.ToString">
            <summary>Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.</summary>
            <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemResolver">
            <summary>Defines item resolving logic.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.#ctor(Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IItemData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ItemResolver"/> class.</summary>
            <param name="pathResolver">The path resolver.</param>
            <param name="itemSerializer">The item serializer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemPath(Sitecore.Data.Items.Item)">
            <summary>Gets the item path.</summary>
            <param name="item">The item.</param>
            <returns>The item path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItem(Sitecore.Data.Serialization.ItemReference)">
            <summary>Gets the item.</summary>
            <param name="itemReference">The item reference.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemStrict(Sitecore.Data.Serialization.ItemReference)">
            <summary>Gets the item strict way. Ensures that reference for returned item is the same as 'this' one.</summary>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemReferenceByPath(System.String)">
            <summary>Gets the item reference by path.</summary>
            <param name="itemSerializationPath">The item serialization path.</param>
            <returns>The item reference.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemByPath(System.String)">
            <summary>Gets the item by path.</summary>
            <param name="itemSerializationPath">The item serialization path.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemByPathStrict(System.String)">
            <summary>Gets the item by path strict.</summary>
            <param name="itemSerializationPath">The item serialization path.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemInDatabaseByPath(Sitecore.Data.Database,System.String)">
            <summary>Gets the item in database by path.</summary>
            <param name="database">The database.</param>
            <param name="itemSerializationPath">The item serialization path.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemReferencePathByItem(Sitecore.Data.Items.Item)">
            <summary>Gets the item reference path by item.</summary>
            <param name="item">The item.</param>
            <returns>The item referense path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemResolver.GetItemInDatabase(Sitecore.Data.Database,Sitecore.Data.Serialization.ItemReference)">
            <summary>
            Gets the item in database.
            </summary>
            <param name="database">The database.</param>
            <param name="itemReference">The item reference.</param>
            <returns>The item in database.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ItemSynchronization">
            <summary>
              Implements Item &lt;-&gt; File synchronization
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.WriteItem(Sitecore.Data.Items.Item,System.IO.TextWriter)">
            <summary>
            Writes the item to TextWriter.
            </summary>
            <param name="item">The item.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.BuildSyncItem(Sitecore.Data.Items.Item)">
            <summary>
            Builds the dump item object from item.
            </summary>
            <param name="item">The item.</param>
            <returns>The dump item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.BuildVersion(Sitecore.Data.Serialization.ObjectModel.SyncItem,Sitecore.Data.Items.Item)">
            <summary>
            Builds the version.
            </summary>
            <param name="item">The item.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.ReadItem(System.IO.TextReader)">
            <summary>
            Reads the item from TextReader.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.ReadItem(System.IO.TextReader,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Reads the item from TextReader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="options">The options.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.ReadItem(System.IO.TextReader,Sitecore.Data.Serialization.LoadOptions,System.Boolean)">
            <summary>
            Reads the item.
            </summary>
            <param name="reader">The reader.</param>
            <param name="options">The options.</param>
            <param name="failOnDataInconsistency">if set to <c>true</c> the method will fail with exception when inconsisntecy detected.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.PasteSyncItem(Sitecore.Data.Serialization.ObjectModel.SyncItem,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Pastes SyncItem into the database.
            </summary>
            <param name="syncItem">The sync item.</param>
            <param name="options">The options.</param>
            <returns>The sync item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.PasteSyncItem(Sitecore.Data.Serialization.ObjectModel.SyncItem,Sitecore.Data.Serialization.LoadOptions,System.Boolean)">
            <summary>
            Pastes SyncItem into the database.
            </summary>
            <param name="syncItem">The sync item.</param>
            <param name="options">The options.</param>
            <param name="failOnDataInconsistency">if set to <c>true</c> the method will fail with exception when inconsisntecy detected.</param>
            <returns>
            The sync item.
            </returns>
            <exception cref="T:Sitecore.Data.Serialization.Exceptions.ParentItemNotFoundException"><c>ParentItemNotFoundException</c>.</exception>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
            <exception cref="T:Sitecore.Data.Serialization.Exceptions.ParentForMovedItemNotFoundException"><c>ParentForMovedItemNotFoundException</c>.</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.NeedUpdate(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.ObjectModel.SyncItem)">
            <summary>
              Checks whether an item should be updated
            </summary>
            <param name="item">The item.</param>
            <param name="syncItem">The sync item.</param>
            <returns>The update.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.NeedUpdate(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.ObjectModel.SyncVersion)">
            <summary>
            Needs the update.
            </summary>
            <param name="localVersion">The local version.</param>
            <param name="version">The version.</param>
            <returns>The update.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.PasteVersion(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.ObjectModel.SyncVersion,System.Collections.Hashtable,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
              Pastes single version from ItemDom into the item
            </summary>
            <param name="item">The item.</param>
            <param name="syncVersion">The sync version.</param>
            <param name="versions">The versions.</param>
            <param name="options">The loading options.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.ResetTemplateEngine(Sitecore.Data.Items.Item)">
            <summary>
            Resets the template engine.
            </summary>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.AssertTemplates(Sitecore.Data.Database)">
            <summary>
              Asserts template engine/template cache state by checking for improtant templates and fields.
            </summary>
            <param name="database">Database to check.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.PasteField(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.ObjectModel.SyncField)">
            <summary>
              Inserts field value into item.
            </summary>
            <param name="item">The item.</param>
            <param name="field">The field.</param>
            <exception cref="T:Sitecore.Data.Serialization.Exceptions.FieldIsMissingFromTemplateException"></exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.ItemSynchronization.AssertTemplate(Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Asserts that the template is present in the database.
            </summary>
            <param name="database">The database.</param>
            <param name="template">The template.</param>
            <returns>The template being asserted.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.LinkFileExpander">
            <summary>
            Provides expanding paths from link-files
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.LinkFileExpander.ExpandLinkFile(System.String)">
            <summary>
            Returns the path from link file
            </summary>
            <param name="linkFolder">The folder contains link file</param>
            <returns>Expanded path</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.LoadOptions">
            <summary> Specifies operation options when loading data from dumped database. </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.LoadOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.LoadOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.LoadOptions.#ctor(Sitecore.Data.Database)">
            <summary>
              Creates <see cref="T:Sitecore.Data.Serialization.LoadOptions"/> instance tied to a database.
            </summary>
            <param name="database"></param>
        </member>
        <member name="M:Sitecore.Data.Serialization.LoadOptions.#ctor(Sitecore.Data.Serialization.LoadOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.LoadOptions"/> class.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.LoadOptions.#ctor(Sitecore.Data.Database,System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.LoadOptions"/> class tied to a specific database and a custom serialization root.
            </summary>
            <param name="database">The database</param>
            <param name="root"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.LoadOptions.Database">
            <summary>
              Database to use when loading data
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.LoadOptions.ForceUpdate">
            <summary>
            Gets or sets a value indicating whether to clean all local modifications on the update.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.Serialization.LoadOptions"/> forces the update; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Serialization.LoadOptions.UseNewID">
            <summary>
            Gets or sets a value indicating whether the to use new IDs always when inserting new items.
            </summary>
            <value>
                <c>true</c> if new IDs should be used; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Serialization.LoadOptions.Root">
            <summary>
              Custom serialization root for load operation.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.LoadOptions.DisableEvents">
            <summary>
            Specifies whether database events should be suppressed when loading (which makes it much faster and is the default).
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.Manager">
            <summary>
                Facade to all Serialization operations.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.CleanupPath(System.String)">
            <summary>
                Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">
                The path to cleanup.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.CleanupPath(System.String,System.Boolean)">
            <summary>
                Cleans up the path removing all obsolete files and folders (which are not in database).
            </summary>
            <param name="path">
                The path to cleanup.
            </param>
            <param name="recursive">
                if set to <c>true</c> this instance is recursive.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DoLoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Does the job of loading subtree from specified path.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <param name="options">
                The load options.
            </param>
            <exception cref="T:System.Exception">
                <c>Exception</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DropItem(System.String)">
            <summary>
                Drops the item identified by dump path.
            </summary>
            <param name="path">
                The path to the item to drop.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpItem(Sitecore.Data.Items.Item)">
            <summary>
                Dumps the item to a corresponding file under dump root.
            </summary>
            <param name="item">
                The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
                Dumps the item to the specified path.
            </summary>
            <param name="path">
                The path to dump.
            </param>
            <param name="item">
                The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpRole(System.String)">
            <summary>
                Dumps the role by name of role to a corresponding file under dump root.
            </summary>
            <param name="rolename">
                The role name.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpRole(Sitecore.Security.Accounts.Role)">
            <summary>
                Dumps the role to a corresponding file under dump root.
            </summary>
            <param name="role">The Role</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpRole(System.String,Sitecore.Security.Accounts.Role)">
            <summary>
                Dumps the role to the specified path.
            </summary>
            <param name="path">
                The path to dump.
            </param>
            <param name="role">
                The role to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpSet(System.Collections.Generic.IList{Sitecore.Data.Serialization.Presets.IncludeEntry})">
            <summary>
                Dumps the specified item set.
            </summary>
            <param name="entries">
                A list of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry" /> objects describing the set of items to process.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpTemplates(Sitecore.Data.Database)">
            <summary>
                Dumps templates to disk
            </summary>
            <param name="database">
                Database to dump templates for
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpTree(Sitecore.Data.Items.Item)">
            <summary>
                Dumps the tree under the dump root.
            </summary>
            <param name="item">
                The item to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpUser(System.String)">
            <summary>
                Dumps the user to a corresponding file under dump root.
            </summary>
            <param name="username">
                The user name.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.DumpUser(System.String,System.Web.Security.MembershipUser)">
            <summary>
                Dumps the user to the specified path.
            </summary>
            <param name="path">
                The path to dump.
            </param>
            <param name="user">
                The user to dump.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.LoadAllRoles">
            <summary>
                Loads all roles from serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.LoadAllUsers">
            <summary>
                Loads all users from serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.LoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Loads the item from the specified file.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <param name="options">
                Load options.
            </param>
            <returns>
                The item to load.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.LoadRole(System.String)">
            <summary>
                Loads the role from the specified file.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <returns>
                The role to load.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.LoadTree(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Loads the subtree from specified path.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <param name="options">
                The options.
            </param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.LoadUser(System.String)">
            <summary>
                Loads the user from the specified file.
            </summary>
            <param name="path">
                The path to load.
            </param>
            <returns>
                The user to load.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Manager.Initialize">
            <summary>
            Performs initialization procedures for serialization.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount">
            <summary>
            DTO for affected security entities count
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount.#ctor(System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of AffectedSecurityEntitiesCount
            </summary>
            <param name="createCount">Count of entities to be created </param>
            <param name="updateCount">Count of entities to be updated</param>
            <param name="deleteCount">Count of entities to be deleted</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount.CreateCount">
            <summary>
            Count of entities to be created
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount.UpdateCount">
            <summary>
            Count of entities to be updated
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount.DeleteCount">
            <summary>
            Count of entities to be deleted
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount.HasNoAffectedEntities">
            <summary>
            Indicates whether there are any Affected entities
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.AffectedSecurityEntitiesCount.GetAffectedEntitiesMessage(System.String)">
            <summary>
            Formats the message by inserting affected entities count in the following order:
            created, updated, deleted
            </summary>
            <param name="messageToFormat">message text to format</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.Failure">
            <summary>
            Represents a single failure in a recursive directory scan operation.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.ObjectModel.Failure.directory">
            <summary>
            The directory.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.ObjectModel.Failure.reason">
            <summary>
            The reason.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.Failure.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.Failure"/> class.
            </summary>
            <param name="directory">
            The directory.
            </param>
            <param name="reason">
            The reason.
            </param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.Failure.Directory">
            <summary>
            Gets the directory.
            </summary>
            <value>The directory.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.Failure.Reason">
            <summary>
            Gets the reason.
            </summary>
            <value>The reason.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.FieldReader">
            <summary>
            Defines how to read fields (shared and versioned) from a Sitecore item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.FieldReader.ParseFields(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.ObjectModel.FieldReader.FieldReadType)">
            <summary>
            Defines how to read fields (shared and versioned) from a Sitecore item.
            </summary>
            <param name="item">The item whose fields you wish to parse</param>
            <param name="fieldType">The class of field to parse</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.FieldReader.CreateFieldValue(Sitecore.Data.Fields.Field,System.String,System.Int32)">
            <summary>
            Initialize IItemFieldValue based on Field value
            </summary>
            <param name="field">The Fields</param>
            <param name="value">The field's value</param>
            <param name="sortOrder">The sort order</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.FieldReader.FieldReadType">
            <summary>
            Presents possible types of field
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.ItemData">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemData.#ctor(Sitecore.Data.Items.Item)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.ItemData" /> class.
            </summary>
            <param name="item"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.Id">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.SerializedItemId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.Created">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.DatabaseName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.ParentId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.TemplateName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.Path">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.Name">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.BranchId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.TemplateId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.SharedFields">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.UnversionedFields">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemData.Versions">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemData.EnsureFields">
            <summary> Ensures all fields loaded </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemData.GetVersions">
            <summary> Get versions for the current Item </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemData.GetAllLanguages">
            <summary> Get all languages for the current Item </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemData.CreateVersion(Sitecore.Data.Items.Item)">
            <summary> Creates instance of IItemVersion by version's Item </summary>
            <param name="version">The version's Item</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemData.CreateFieldReader">
            <summary> Creates fields reader </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue">
            <inheritdoc/>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.#ctor(Sitecore.Data.Fields.Field,System.String,System.Int32)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue"/> class.</summary>
            <param name="field">The field.</param>
            <param name="retrievedStringValue">The retrieved string value.</param>
            <param name="sortOrder">The sort order</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.FieldId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.FieldKey">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.Value">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.FieldType">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.BlobId">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.SortOrder">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemFieldValue.NameHint">
            <inheritdoc/>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.ItemLanguage">
            <inheritdoc/>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemLanguage.#ctor(System.Globalization.CultureInfo,System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemFieldValue})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.ItemLanguage"/> class.</summary>
            <param name="language">The language.</param>
            <param name="fields">The fields.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemLanguage.Fields">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemLanguage.Language">
            <inheritdoc/>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue">
            <inheritdoc/>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.#ctor(Sitecore.Data.Items.Item)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue"/> class.</summary>
            <param name="version">The version.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.Fields">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.Language">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.VersionNumber">
            <inheritdoc/>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.Revision">
            <inheritdoc/>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.EnsureFields">
            <summary>Ensures the fields are loaded.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ItemVersionValue.CreateFieldReader">
            <summary>Creates the field reader.</summary>
            <returns>The field reader.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.SerializationUtils">
            <summary>
              Low-level formatting routines used when dumping items to text files and parsing back
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.IsItemSerialization(System.String)">
            <summary>
              Checks whether file is itemsync file.
            </summary>
            <param name="filePath">Path to the file</param>
            <returns><c>true</c> if file was generated by itemsync, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.WriteSplitter(System.String,System.IO.TextWriter)">
            <summary>
            Writes the splitter with specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.WriteNewLine(System.IO.TextWriter)">
            <summary>
            Writes the new line.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.WriteHeader(System.String,System.Object,System.IO.TextWriter)">
            <summary>
            Writes the header.
            </summary>
            <param name="header">The header.</param>
            <param name="value">The value.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.WriteText(System.String,System.IO.TextWriter)">
            <summary>
            Writes the text.
            </summary>
            <param name="text">The text.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.ReadHeaders(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
            Reads the headers in a form one key one value written using WriteHeader function into a dictionary.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The headers.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SerializationUtils.ReadMultiHeaders(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
            Reads the multi headers in a form one key to many values written using WriteHeader function into a dictionary.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The headers.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.SyncField">
            <summary>
             Represents item field in ItemDom
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncField.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncField.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncField.FieldKey">
            <summary>
            Gets or sets the field key.
            </summary>
            <value>The field key.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncField.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncField.Serialize(System.IO.TextWriter)">
            <summary>
            Serializes field to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncField.BuildField(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Builds the field.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldKey">The field key.</param>
            <param name="fieldValue">The field value.</param>
            <param name="hasValue">if set to <c>true</c> this instance is has value.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncField.ReadField(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
            Reads the field.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The field.</returns>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.SyncItem">
            <summary>
              Represents Sitecore item in ItemDom.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.ObjectModel.SyncItem.FormatVersion">
            <summary>
              Version of item dump file format.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.ID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.DatabaseName">
            <summary>
            Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.ParentID">
            <summary>
            Gets or sets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.MasterID">
            <summary>
            Gets or sets the master ID.
            </summary>
            <value>The master ID.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.BranchId">
            <summary>
            Gets or sets the branch id.
            </summary>
            <value>The branch id.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.TemplateID">
            <summary>
            Gets or sets the template ID.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.TemplateName">
            <summary>
            Gets or sets the name of the template.
            </summary>
            <value>The name of the template.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.Created">
            <summary>
            Gets or sets the created.
            </summary>
            <value>
            The created.
            </value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.SharedFields">
            <summary>
            Gets the shared fields.
            </summary>
            <value>The shared fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.SharedValues">
            <summary>
            Gets the values.
            </summary>
            <value>The values.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.Versions">
            <summary>
            Gets the versions.
            </summary>
            <value>The versions.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncItem.ItemPath">
            <summary>
            Gets or sets the item path.
            </summary>
            <value>The item path.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.GetLatestVersions">
            <summary>
            Gets the latest versions.
            </summary>
            <returns>The latest versions.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.AddVersion(System.String,System.String,System.String)">
            <summary>
            Adds the version.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="revision">The revision.</param>
            <returns>The version.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.RemoveVersion(System.String,System.String)">
            <summary>
             Remove version by language and versionNumber
            </summary>
            <param name="language">version language</param>
            <param name="versionNumber">version number</param>
            <returns>true if version found and deleted</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.RemoveVersions(System.String)">
            <summary>
             Remove all versions for specified language
            </summary>
            <param name="language">version language</param>
            <returns>true if versions found and deleted</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.AddSharedField(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Adds the shared field.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldKey">The field key.</param>
            <param name="fieldValue">The field value.</param>
            <param name="hasValue">if set to <c>true</c> this instance is has value.</param>
            <returns>The shared field.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.RemoveSharedField(System.String)">
            <summary>
             Remove shared field information from the version
            </summary>
            <param name="fieldName">field name or ID</param>
            <returns>true if field found and deleted</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.RemoveField(System.String)">
            <summary>
             Remove either shared field from item or versioned field from all versions.
            </summary>
            <param name="fieldName">field name or ID</param>
            <returns>true if field found and deleted</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.Serialize(System.IO.TextWriter)">
            <summary>
            Serializes item to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
            Reads the item.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncItem.ReadItem(Sitecore.Data.Serialization.ObjectModel.Tokenizer,System.Boolean)">
            <summary>
            Reads the item from a Tokenizer.
            </summary>
            <param name="reader">The reader.</param>
            <param name="assertVersion">Assert file format version flag.</param>
            <returns>The item.</returns>
            <exception cref="T:System.Exception">The file was generated using a newer version of Serialization</exception>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.SyncVersion">
            <summary>
              Represents item version in ItemDom
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncVersion.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncVersion.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncVersion.Revision">
            <summary>
            Gets or sets the revision.
            </summary>
            <value>The revision.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncVersion.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.SyncVersion.Values">
            <summary>
            Gets the values.
            </summary>
            <value>The values.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncVersion.AddField(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Adds the field.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldKey">The field key.</param>
            <param name="fieldValue">The field value.</param>
            <param name="hasValue">if set to <c>true</c> this instance is has value.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncVersion.RemoveField(System.String)">
            <summary>
             Remove field information from the version
            </summary>
            <param name="fieldName">field name or ID</param>
            <returns>true if field found and deleted</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncVersion.Serialize(System.IO.TextWriter)">
            <summary>
            Serializes vesion to the specified writer.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncVersion.BuildVersion(System.String,System.String,System.String)">
            <summary>
            Builds the version.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="revision">The revision.</param>
            <returns>The version.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.SyncVersion.ReadVersion(Sitecore.Data.Serialization.ObjectModel.Tokenizer)">
            <summary>
            Reads the version.
            </summary>
            <param name="reader">The reader.</param>
            <returns>The version.</returns>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.Tokenizer">
            <summary>
              Adapter for TextReader, convenient for line-based parsing.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.Tokenizer.#ctor(System.IO.TextReader)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.Tokenizer"/> class.
            </summary>
            <param name="reader">The reader.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.Tokenizer.Line">
            <summary>
            Gets the line.
            </summary>
            <value>The line.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.Tokenizer.NextLine">
            <summary>
            Moves to the next line.
            </summary>
            <returns>The line.</returns>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.Tokenizer.Reader">
            <summary>
            Gets the reader.
            </summary>
            <value>The reader.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary">
            <summary>
            Encapsulates dictionary of field values
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary.#ctor(Sitecore.Data.Serialization.ObjectModel.SyncVersion)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary"/> class.
            </summary>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.Serialization.ObjectModel.SyncField})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary"/> class.
            </summary>
            <param name="fields">List of fields to create ValuesDictionary from</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified id.
            </summary>
            <value>The <see cref="T:System.String"/>.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.ObjectModel.ValuesDictionary.Add(Sitecore.Data.Serialization.ObjectModel.SyncField)">
            <summary>
            Adds the specified field.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Model.RoleData">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Model.RoleData.#ctor(Sitecore.Security.Accounts.Role)">
            <summary>
            Initialize new instance of RoleData
            </summary>
            <param name="role">The Role</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Model.RoleData.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initialize new instance of RoleData
            </summary>
            <param name="roleName">Name of role</param>
            <param name="memberOfRoles">Collection of members</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.RoleData.RoleName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.RoleData.MemberOfRoles">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Model.UserData">
            <summary>
            Represents Sitecore user data
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Model.UserData.#ctor(System.Web.Security.MembershipUser)">
            <summary>
            Initializes an instance of UserData
            </summary>
            <param name="user">Membership user</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.Email">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.UserName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.CreationDate">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.LastLockoutDate">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.LastPasswordChanged">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.IsApproved">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.IsLockedOut">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.ProfileProperties">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.CustomProfileProperties">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.Roles">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Model.UserData.Comment">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.PathResolver">
            <summary>
            Provides operations with paths
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.#ctor(Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.HashGenerator,Sitecore.Data.Serialization.LinkFileExpander)">
            <summary>Initialize the instance</summary>
            <param name="storageSettings">The storage settings</param>
            <param name="hashGenerator">The hash generator.</param>
            <param name="linkFileExpander">The link file expander.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.GetShortPath(System.String)">
            <summary>
            Returns shorten by hash path
            </summary>
            <param name="path">The original path</param>
            <returns>The shorten path</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.GetItemPath(System.String)">
            <summary>
            Get sitecore path for the item
            </summary>
            <param name="fileIdentifier">The serialization file path</param>
            <returns>path to the Item</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.GetFilePath(System.String)">
            <summary>
                Gets the file path from item reference string representation.
            </summary>
            <param name="itempath">The itempath.</param>
            <returns>The file path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.GetDirectories(System.String)">
            <summary>
            Returns collection of directories for the path
            </summary>
            <param name="path">The path</param>
            <returns>Collection of directories</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.GetDatabaseRoot(System.String)">
            <summary>
            Return root for given database
            </summary>
            <param name="databaseName">The database name</param>
            <returns>Path to the root folder for given database</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.GetDirectoryPath(System.String)">
            <summary>
            Returns directory path for sitecore item path
            </summary>
            <param name="itempath">The item path</param>
            <returns>The directory path</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.MakeItemPath(System.String,System.String,System.String)">
            <summary>
            Returns sitecore item path
            </summary>
            <param name="path">The serialization path</param>
            <param name="root">The serialization root</param>
            <param name="extension">The serialization file extension</param>
            <returns>The item path</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.StripPath(System.String,System.String)">
            <summary>
            Removes given file extension from the filePath.
            </summary>
            <param name="filePath">The path.</param>
            <param name="extension">File extension</param>
            <returns>The path without given extension</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.StripPathItem(System.String)">
            <summary>
            Removes item file extension from the filePath.
            </summary>
            <param name="filePath">The path</param>
            <returns>The path without item extension</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.UnmapItemPath(System.String,System.String)">
            <summary>
            Unmaps the item path, expanding any junction points.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>The item path.</returns>
            <exception cref="T:System.Exception">File path is not under dump root</exception>
            <param name="root">root</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.MapItemPath(System.String,System.String)">
            <summary>
            Maps the item path, possibly creating a junction point.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="root">Overridden serialization root. </param>
            <returns>The item path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.ReplaceIllegalCharsByConfig(System.String)">
            <summary>
            Replaces the illegal chars in path by values from configuration.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.RestoreIllegalCharsInPath(System.String)">
            <summary>
            Restores the illegal chars in path from configuration.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathResolver.HandleIllegalSymbols(System.String,System.Func{System.Collections.Generic.KeyValuePair{System.Char,System.String},System.String},System.Func{System.Collections.Generic.KeyValuePair{System.Char,System.String},System.String})">
            <summary>
            Handles illegal symbols
            </summary>
            <param name="str"></param>
            <param name="keySelector"></param>
            <param name="valueSelector"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.PathUtils">
            <summary>
                Utility functions for managing paths inside dump root
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.PathUtils.Root">
            <summary>
                Dump root folder.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.PathUtils.Extension">
            <summary>
                Extension for item files.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.PathUtils.UserExtension">
            <summary>
                Extension for user files.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.PathUtils.RoleExtension">
            <summary>
                Extension for role files.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetFilePath(System.String)">
            <summary>
                Gets the file path from item reference string representation.
            </summary>
            <param name="itempath">The itempath.</param>
            <returns>The file path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetFilePath(Sitecore.Security.Serialization.UserReference)">
            <summary>
                Gets the file path from user reference.
            </summary>
            <param name="userReference">The user reference.</param>
            <returns>The file path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetFilePath(Sitecore.Security.Serialization.RoleReference)">
            <summary>
                Gets the file path from role reference.
            </summary>
            <param name="roleReference">The role reference.</param>
            <returns>The file path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetDirectoryPath(System.String)">
            <summary>
                Gets the directory path from item reference string representation.
            </summary>
            <param name="itempath">The itempath.</param>
            <returns>The directory path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetDirectoryPath(System.String,System.String)">
            <summary>
                Gets the directory path from item reference string representation.
            </summary>
            <param name="itempath">The itempath.</param>
            <param name="root">Overridden serialization root.</param>
            <returns>The directory path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.StripPath(System.String)">
            <summary>
                Removes item file extension from the filePath.
            </summary>
            <param name="filePath">The path.</param>
            <returns>The filePath.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.CreateWatcher">
            <summary>
                Creates the FileSystemWatcher for dump root.
            </summary>
            <returns>The watcher.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.MakeItemPath(System.String)">
            <summary>
                Makes the item path from full file path. Uses <see cref="F:Sitecore.Data.Serialization.PathUtils.Root" /> as serialization root.
            </summary>
            <param name="path">The path.</param>
            <returns>The item path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.MakeItemPath(System.String,System.String)">
            <summary>
                Makes the item path from full file path.
            </summary>
            <param name="path">The path.</param>
            <returns>The item path.</returns>
            <param name="root">Overridden serialization root.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetDirectories(System.String)">
            <summary>
                Gets the directories.
            </summary>
            <param name="path">The path.</param>
            <returns>The directories.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetDatabaseRoot(System.String)">
            <summary>
                Gets the database dump root folder.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>Root path of the database dump.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.GetShortPath(System.String)">
            <summary>
                Gets the short variant of specified path.
            </summary>
            <param name="path">The path.</param>
            <returns>The short path.</returns>
            <exception cref="T:System.Exception">path is not under the root</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.PathUtils.UnmapItemPath(System.String,System.String)">
            <summary>
                Unmaps the item path, expanding any junction points.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>The item path.</returns>
            <exception cref="T:System.Exception">File path is not under dump root</exception>
            <param name="root">root</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Presets.ExcludeEntry">
            <summary>
            Description of ExcludeEntry.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.ExcludeEntry.#ctor">
            <summary>
              Creates a new instance of <see cref="T:Sitecore.Data.Serialization.Presets.ExcludeEntry"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.ExcludeEntry.#ctor(System.String,System.String)">
            <summary>
              Creates a new instance of <see cref="T:Sitecore.Data.Serialization.Presets.ExcludeEntry"/>
            </summary>
            <param name="type"></param>
            <param name="value"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.ExcludeEntry.Type">
            <summary>
              Sets or gets the type of this exclude entry.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.ExcludeEntry.Value">
            <summary>
              Value to match against
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.ExcludeEntry.Include">
            <summary>
              List of overriding includes
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.ExcludeEntry.Matches(Sitecore.Data.Items.Item)">
            <summary>
              Checks whether exclude criterium matches the specified item.
            </summary>
            <param name="item"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Presets.ItemCallback">
            <summary>
            Item handling callback.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.Presets.IncludeEntry">
            <summary>
            Description of IncludeEntry.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.IncludeEntry.#ctor">
            <summary>
              Creates a new instance of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.IncludeEntry.#ctor(System.String)">
            <summary>
              Creates a new instance of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/>.
            </summary>
            <param name="path">Path to the root item to iterate.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.IncludeEntry.#ctor(System.String,System.String)">
            <summary>
              Creates a new instance of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/>.
            </summary>
            <param name="database">Name of the database.</param>
            <param name="path">Path to the root item to iterate.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.IncludeEntry.Database">
            <summary>
              Name of the database to get items in.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.IncludeEntry.Path">
            <summary>
            Path to the root item.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.IncludeEntry.Exclude">
            <summary>
              List of exclusion criteria. Recursion stops at excluded items.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Presets.IncludeEntry.Skip">
            <summary>
              List of skip criteria. Descendants are iterated bu the item itself i
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.IncludeEntry.Process(Sitecore.Data.Serialization.Presets.ItemCallback)">
            <summary>
              Invokes specified callback on all items
            </summary>
            <param name="callback"></param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.IncludeEntry.Process(Sitecore.Data.Serialization.Presets.ItemCallback,Sitecore.Data.Serialization.Presets.IncludeEntry)">
            <summary>
               
            </summary>
            <param name="callback"></param>
            <param name="parent"></param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Presets.PresetFactory">
            <summary>
            Creates Interation entries from XML confguration;
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.PresetFactory.Create(System.Xml.XmlNode)">
            <summary>
              Creates a list of IncludeEntries from XML configuration
            </summary>
            <param name="configuration"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.PresetFactory.CreateIncludeEntry(System.Xml.XmlNode)">
            <summary>
              Creates a single <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/> from XML node.
            </summary>
            <param name="configuration">XML configuration node.</param>
            <returns>A new instance of <see cref="T:Sitecore.Data.Serialization.Presets.IncludeEntry"/> class.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Presets.PresetFactory.CreateExcludeEntry(System.Xml.XmlNode)">
            <summary>
              Creates a single <see cref="T:Sitecore.Data.Serialization.Presets.ExcludeEntry"/> from XML node.
            </summary>
            <param name="configuration">XML configuration note.</param>
            <returns>A new instance of <see cref="T:Sitecore.Data.Serialization.Presets.ExcludeEntry"/> class.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.SecurityEntityType">
            <summary>
             Represents available security entity types
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SecurityEntityType.Role">
            <summary>
            Role
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SecurityEntityType.User">
            <summary>
            User
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.SerializationEvents.RaiseEvent(Sitecore.Data.Serialization.FileOperationType,System.String)">
            <summary>
            The raise event.
            </summary>
            <param name="fileOperationType">
            The file Operation Type.
            </param>
            <param name="fileName">
            The file Name.
            </param>
            <exception cref="T:System.NotImplementedException">
            <c>NotImplementedException</c>.
            </exception>
        </member>
        <member name="T:Sitecore.Data.Serialization.SerializationFactory`3">
            <summary>
            Generic factory for getting instances of serialization related objects
            either for default or yaml serialization
            </summary>
            <typeparam name="TBase">Base class for giving object</typeparam>
            <typeparam name="TDefault">Type for default serialization</typeparam>
            <typeparam name="TYaml">Type for yaml serialization</typeparam>
        </member>
        <member name="M:Sitecore.Data.Serialization.SerializationFactory`3.#ctor(System.IServiceProvider)">
            <summary>
            Initialize a new instance of SerializationFactory class.
            </summary>
            <param name="serviceProvider"></param>
        </member>
        <member name="M:Sitecore.Data.Serialization.SerializationFactory`3.Create">
            <summary>
            Create an instance of a type, derived from TBase, based on configuration (for default or yaml serialization)
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.SerializationFinishedEvent">
            <summary>
            Defines the serialization finished event class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.SerializationFormat">
            <summary>
            Represents available formats of serialization
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SerializationFormat.Default">
            <summary>
              Default Sitecore's serialization.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SerializationFormat.Yaml">
            <summary>
              Yaml-serialization.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.SerializationService">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.SerializationService.#ctor(Sitecore.Data.Serialization.Default.DefaultItemSynchronizer,Sitecore.Abstractions.BaseFactory,System.IServiceProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.SerializationService"/> class.
            </summary>
            <param name="itemSynchronizer">The Item synchronizer</param>
            <param name="factory">The Sitecore's factory</param>
            <param name="serviceProvider">The ServiceProvider</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.SerializationService.Serialize(Sitecore.Data.ID,System.String,Sitecore.Data.Serialization.SerializationFormat)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.SerializationService.Deserialize(System.IO.Stream,System.String,Sitecore.Data.Serialization.SerializationFormat)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.SerializationType">
            <summary>Defines serialization types.</summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SerializationType.Default">
            <summary>The default serialization type.</summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SerializationType.Yaml">
            <summary>The YAML serialization type.</summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.ShadowWriter">
            <summary>
                Encapsulates background process of synchronizing filesystem with the database.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.ShadowWriter._queue">
            <summary>
                Operation queue.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.ShadowWriter._worker">
            <summary>
                Worker thread
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.ShadowWriter._terminated">
            <summary>
                Termination flag
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ShadowWriter.PutItem(Sitecore.Data.Serialization.Operation,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
                Puts the item to the operation queue
            </summary>
            <param name="operation">The operation.</param>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.ShadowWriter.Terminate">
            <summary>
                Terminates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ShadowWriter.Initialize">
            <summary>
                Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.ShadowWriter.Workloop">
            <summary>
                Runs the background thread.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.SqlConnectionFactory">
            <summary>
            Description of SqlConnectionFactory.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Serialization.SqlConnectionFactory._connectionString">
            <summary>
              connection string for this connection
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlConnectionFactory.#ctor(System.String)">
            <summary>
              Initializes a new instance of SqlConnectionFactory.
            </summary>
            <param name="connectionString">Connection string to use</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.SqlConnectionFactory.ConnectionString">
            <summary>
            Gets the connection string for this database connection.
            </summary>
            <value>The connection string for this connection</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlConnectionFactory.CreateApi">
            <summary>
              See DataConnectionFactory.CreateApi.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.SqlConnectionFactory.CreateProvider">
            <summary>
              See DataConnectionFactory.CreateProvider.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider">
            <summary>
                Class to load templates directly from ISync dump and to be used as a template provider
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.#ctor(System.String)">
            <summary>
                Create SyncTemplateManager
            </summary>
            <param name="syncRoot">Root of the database dump</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.LoadTemplatesFromXmlFile(System.String,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
                Load templates from templates.xml file
            </summary>
            <param name="path">Database root</param>
            <param name="templates">Collection to be filled</param>
            <returns>true - in case of success</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.LoadTemplatesFromTree(System.String,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
                Load templates from ISync dump tree
            </summary>
            <param name="path">Root of the database dump</param>
            <param name="templates">TemplateCollection to be filled</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.GetTemplates(Sitecore.Data.DataProviders.CallContext)">
            <summary>
                Get templates from ISync tree
            </summary>
            <param name="context">not used</param>
            <returns>Loaded templates</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.DoLoadTemplates(System.String,Sitecore.Data.Serialization.LoadOptions,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
                Recursively load templates from ISync dump tree
            </summary>
            <param name="path">Path to the folder to load templates from</param>
            <param name="options">Option to pass database root path</param>
            <param name="templates">TemplateCollection to be filled</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.AddSection(Sitecore.Data.Templates.Template.Builder,Sitecore.Data.Serialization.ObjectModel.SyncItem,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Add section to template
            </summary>
            <param name="template">Template to add section to</param>
            <param name="item">SyncItem represent Section</param>
            <param name="options">Used to pass root</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.AddSection(Sitecore.Data.Templates.Template.Builder,Sitecore.Abstractions.Serialization.IItemData,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Add section to template
            </summary>
            <param name="template">Template to add section to</param>
            <param name="item">SyncItem represent Section</param>
            <param name="options">Used to pass root</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.AddField(Sitecore.Data.Templates.TemplateSection.Builder,Sitecore.Data.Serialization.ObjectModel.SyncItem)">
            <summary>
                Add field to the template section
            </summary>
            <param name="sectionBuilder">Section to add field to</param>
            <param name="item">SyncItem represent TemplateField</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.AddField(Sitecore.Data.Templates.TemplateSection.Builder,Sitecore.Abstractions.Serialization.IItemData)">
            <summary>
                Add field to the template section
            </summary>
            <param name="sectionBuilder">Section to add field to</param>
            <param name="item">SyncItem represent TemplateField</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.LoadOneLevel(System.String)">
            <summary>
                Load SyncItems from 1 level of ISync tree
            </summary>
            <param name="path">Path to load SyncItems from</param>
            <returns>List of SyncItems</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.LoadSingleLevel(System.String)">
            <summary>
                Load SyncItems from 1 level of ISync tree
            </summary>
            <param name="path">Path to load SyncItems from</param>
            <returns>List of SyncItems</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.GetDirectoryPath(Sitecore.Data.Serialization.ObjectModel.SyncItem,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Helper method to retrieve correct directory path for item
            </summary>
            <param name="item">item to retrieve path from</param>
            <param name="options">used to pass root</param>
            <returns>Directory path</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.GetDirectoryPath(Sitecore.Abstractions.Serialization.IItemData,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Helper method to retrieve correct directory path for item
            </summary>
            <param name="item">item to retrieve path from</param>
            <param name="options">used to pass root</param>
            <returns>Directory path</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Templates.SerializationTemplateProvider.LoadTemplate(Sitecore.Abstractions.Serialization.IItemData,Sitecore.Data.Serialization.LoadOptions,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
                Load 1 template based on SyncItem
            </summary>
            <param name="item">Template SyncItem</param>
            <param name="options">Used to pass root</param>
            <param name="templates">TemplateCollection to be filled</param>
            <returns>Constructed template</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter">
            <summary>Base class for item field formatters.</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter.SupportedFieldTypes">
            <summary>Gets the supported field types.</summary>
            <value>The supported field types.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter.CanFormat(Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <summary>Determines whether this instance can format the specified field.</summary>
            <param name="field">The field.</param>
            <returns>
              <c>true</c> if this instance can format the specified field; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter.Format(Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <summary>Formats the specified field.</summary>
            <param name="field">The field.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter.Unformat(System.String)">
            <summary>Removes formatting of the specified value.</summary>
            <param name="value">The value.</param>
            <returns>Value without formatting</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Formatting.CheckboxFieldFormatter">
            <summary>Formats checkboxes as explicit values of "0" or "1"</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Formatting.CheckboxFieldFormatter.SupportedFieldTypes">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.CheckboxFieldFormatter.Format(Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.CheckboxFieldFormatter.Unformat(System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Formatting.FieldFormattersFactory">
            <summary>Factory for field formatters creation based on configuration.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.FieldFormattersFactory.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Formatting.FieldFormattersFactory"/> class.</summary>
            <param name="sitecoreFactory">The sitecore factory.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.FieldFormattersFactory.Create">
            <summary>Creates sequence of field formatter instances.</summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.FieldFormattersFactory.GetConfiguredFormatters(System.Xml.XmlNode)">
            <summary> Returns sequence of field formatter instances, created from configuration </summary>
            <param name="configNode">The configuration node</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Formatting.MultilistFormatter">
            <summary>Formats multilist based fields.</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Formatting.MultilistFormatter.SupportedFieldTypes">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.MultilistFormatter.Format(Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.MultilistFormatter.Unformat(System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Formatting.XmlFieldFormatter">
            <summary>Formats xml based fields.</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Formatting.XmlFieldFormatter.SupportedFieldTypes">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.XmlFieldFormatter.Format(Sitecore.Abstractions.Serialization.IItemFieldValue)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Formatting.XmlFieldFormatter.Unformat(System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot">
            <summary>Defines item serialization tree root.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot.#ctor(System.String,System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot"/> class.</summary>
            <param name="name">The name.</param>
            <param name="path">The path.</param>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot.Name">
            <summary>Gets the tree root name.</summary>
            <value>The tree root name.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot.Path">
            <summary>Gets the tree root item path.</summary>
            <value>The tree root item path.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot.DatabaseName">
            <summary>Gets the name of the database.</summary>
            <value>The name of the database.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure">
            <summary>Defines YAML deserialization failure.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure.#ctor(Sitecore.Abstractions.Serialization.IItemData,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure"/> class.</summary>
            <param name="itemData">The item data.</param>
            <param name="reasonException">The reason exception.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure.ReasonException">
            <summary>Gets the reason exception.</summary>
            <value>The reason exception.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure.ItemData">
            <summary>Gets the item data.</summary>
            <value>The item data.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue">
            <summary>Represents item field ready for yaml serialization/deserialization.</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.Id">
            <summary>Gets or sets the identifier.</summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.NameHint">
            <summary>Gets or sets the name hint.</summary>
            <value>The name hint.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.Type">
            <summary>Gets or sets the type.</summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.Value">
            <summary>Gets or sets the value.</summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.BlobId">
            <summary>Gets or sets the BLOB identifier.</summary>
            <value>The BLOB identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.SortOrder">
            <summary> Gets the sort order for the field </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.EmptyField">
            <summary>The empty field.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.CompareTo(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.#ctor(Sitecore.Abstractions.Serialization.IItemFieldValue,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue"/> class.</summary>
            <param name="field">The field.</param>
            <param name="formatters">The formatters.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.SerializeTo(Sitecore.Data.Serialization.Yaml.YamlWriter)">
            <summary>Serializes current state to specified writer.</summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue.DeserelializeFrom(Sitecore.Data.Serialization.Yaml.YamlReader)">
            <summary>Deserelializes current state from specified reader.</summary>
            <param name="reader">The reader.</param>
            <returns>Deserialized object.</returns>
            <exception cref="T:System.FormatException"></exception>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem">
            <summary>Represents item ready for yaml serialization/deserialization.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.#ctor(Sitecore.Abstractions.Serialization.IItemData,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem"/> class.</summary>
            <param name="itemData">The item data.</param>
            <param name="fieldFormatters">The field formatters.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.Id">
            <summary>Gets or sets the identifier.</summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.ParentId">
            <summary>Gets or sets the parent identifier.</summary>
            <value>The parent identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.TemplateId">
            <summary>Gets or sets the template identifier.</summary>
            <value>The template identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.Path">
            <summary>Gets or sets the path.</summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.DatabaseName">
            <summary>Gets or sets the name of the database.</summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.Created">
            <summary>Gets or sets the item created date.</summary>
            <value>The item created date.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.BranchId">
            <summary>Gets or sets the branch identifier.</summary>
            <value>The branch identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.SharedFields">
            <summary>Gets the shared fields.</summary>
            <value>The shared fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.Languages">
            <summary>Gets the languages.</summary>
            <value>The languages.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.DeserializeFrom(Sitecore.Data.Serialization.Yaml.YamlReader)">
            <summary>Deserelializes current state from specified reader.</summary>
            <param name="reader">The reader.</param>
            <returns>Deserialized object.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem.SerializeTo(Sitecore.Data.Serialization.Yaml.YamlWriter)">
            <summary>Serializes current state to specified writer.</summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata">
            <summary>Defines item metadata.</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata.Id">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata.ParentId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata.TemplateId">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata.Path">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata.SerializedItemId">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItemMetadata.DeserializeFrom(Sitecore.Data.Serialization.Yaml.YamlReader)">
            <summary>Deserelializes current state from specified reader.</summary>
            <param name="reader">The reader.</param>
            <returns>Deserialized object.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage">
            <summary>Represents item language ready for yaml serialization/deserialization.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemVersion},System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemFieldValue},Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage"/> class.</summary>
            <param name="versions">The versions.</param>
            <param name="unversionedFields">Sequence of unversioned fields for this language.</param>
            <param name="fieldFormatters">The field formatters.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.#ctor(System.String,System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemFieldValue},Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage"/> class.</summary>
            <param name="languageName">Name of the language.</param>
            <param name="unversionedFields">Sequence of unversioned fields for this language.</param>
            <param name="fieldFormatters">The field formatters.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.EmptyLanguage">
            <summary>Gets the empty language.</summary>
            <value>The unversioned fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.Language">
            <summary>Gets or sets the language.</summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.Versions">
            <summary>Gets the versions.</summary>
            <value>The versions.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.UnversionedFields">
            <summary>Gets the unversioned fields.</summary>
            <value>The unversioned fields.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.DeserializeFrom(Sitecore.Data.Serialization.Yaml.YamlReader)">
            <summary>Deserelializes current state from specified reader.</summary>
            <param name="reader">The reader.</param>
            <returns>Deserialized object.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.CompareTo(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage.SerializeTo(Sitecore.Data.Serialization.Yaml.YamlWriter)">
            <summary>Serializes current state to specified writer.</summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion">
            <summary>Represents item version ready for yaml serialization/deserialization.</summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.VersionNumber">
            <summary>Gets or sets the version number.</summary>
            <value>The version number.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.Fields">
            <summary>Gets the fields.</summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.EmptyVersion">
            <summary>The empty version.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.#ctor(Sitecore.Abstractions.Serialization.IItemVersion,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion"/> class.</summary>
            <param name="version">The version.</param>
            <param name="fieldFormatters">The field formatters.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.CompareTo(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.SerializeTo(Sitecore.Data.Serialization.Yaml.YamlWriter)">
            <summary>Serializes to.</summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion.DeserializeFrom(Sitecore.Data.Serialization.Yaml.YamlReader)">
            <summary>Deserelializes current state from specified reader.</summary>
            <param name="reader">The reader.</param>
            <returns>Deserialized object.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationRolePredicate">
            <summary>
            Implementation of role's predicate based on configuration settings.
            Defines whether role should be included
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationRolePredicate.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationRolePredicate" /> class.
            </summary>
            <param name="configNode">configuration node</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationRolePredicate.Includes(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationRolePredicate.Includes(Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationRolePredicate.ConfigurationRolePredicateEntry,System.String)">
            <summary>
            Checks if a preset includes a given item
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateExtensions">
            <summary>
            IPredicate's extensions
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateExtensions.PredicateEval(Sitecore.Abstractions.Serialization.IPredicate{System.String},System.String)">
            <summary>
            Checks whether the role should be processed according to predicate rules
            </summary>
            <param name="entityName">Name of Role</param>
            <param name="predicate">predicate</param>
            <returns>true if role is included into predicates or they are not defined</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate">
             <summary>
             Predicate implementation users based on configuration settings.
            Defines whether users should be included
             </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.#ctor(System.Collections.Generic.IList{Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.ConfigurationUserPredicateEntry})">
            <summary>
            Initializes a new instance of ConfigurationUserPredicate
            </summary>
            <param name="includeEntries">included configuration entries</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.Includes(System.String)">
            <summary>
            Checks if a preset includes a given user
            </summary>
            <param name="entity">user data</param>
            <returns>Predicate result</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.Includes(Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.ConfigurationUserPredicateEntry,System.String)">
            <summary>
            Checks if the passed user matches configuration entry requirements
            </summary>
            <param name="entry">predicate configuration entry</param>
            <param name="userName">user name</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.ConfigurationUserPredicateEntry">
            <summary>
            An entry for predicate configuration
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.ConfigurationUserPredicateEntry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ConfigurationUserPredicateEntry
            </summary>
            <param name="domain"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.ConfigurationUserPredicateEntry.Domain">
            <summary>
            Domain
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Predicates.ConfigurationUserPredicate.ConfigurationUserPredicateEntry.Pattern">
            <summary>
            Regex pattern
            </summary>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateExtensions">
            <summary>
            IPredicate IUserData extensions
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateExtensions.PredicateEval(Sitecore.Abstractions.Serialization.IPredicate{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.IUserData)">
            <summary>
            Checks whether the user should be processed according to predicate rules
            </summary>
            <param name="userData">user</param>
            <param name="predicate">predicate</param>
            <returns>true if user is included into predicates or they are not defined</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateFactory">
            <summary>
                Creates a predicate based on XML configuration
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateFactory.#ctor(Sitecore.Abstractions.BaseSettings,Sitecore.Abstractions.BaseFactory)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateFactory" /> class.
            </summary>
            <param name="baseSettings">The base settings</param>
            <param name="sitecoreFactory">The Sitecore BaseFactory</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateFactory.Create">
            <summary>
                Creates the instance of predicate
            </summary>
            <returns>The predicate</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory">
            <summary>
               Creates a list of ConfigurationUserPredicateEntry from XML configuration
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Creates an instance of UserPredicateFactory
            </summary>
            <param name="sitecoreFactory">base Sitecore factory</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory.Create">
            <summary>
            Creates an instance of ConfigurationUserPredicate
            </summary>
            <returns>An instance of ConfigurationUserPredicate</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory.CreateIncludeEntry(System.Xml.XmlNode)">
            <summary>
            Creates a single ConfigurationUserPredicateEntry based on XML configuration
            </summary>
            <param name="node">xml configuration node</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory.CreatePredicateEntries(System.Xml.XmlNode)">
            <summary>
            Creates a list of ConfigurationUserPredicateEntry from XML configuration
            </summary>
            <returns>A list of ConfigurationUserPredicateEntry from XML configuration</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1">
            <summary>
            Implements a filesystem cache that invalidates entries when the file last write time changes
            Cache entries present for less than 1s are treated as always valid to reduce i/o
            This class is thread-safe and automatically takes out read and write locks on files
            </summary>
            <typeparam name="T">Type of item we're storing in the cache</typeparam>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.#ctor(System.Boolean)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1"/> class.</summary>
            <param name="enabled">if set to <c>true</c> then cache is enabled.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.Enabled">
            <summary>Gets or sets a value indicating whether this <see cref="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1"/> is enabled.</summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.AddOrUpdate(System.String,`0)">
            <summary>Adds or updates value in cache.</summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.GetValue(System.String,System.Boolean)">
            <summary>Gets the value.</summary>
            <param name="key">The key.</param>
            <param name="validate">if set to <c>true</c> validates correctness of retrieved entry.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.Remove(System.String)">
            <summary>Removes the entry by specified key.</summary>
            <param name="key">The key.</param>
            <returns>Returns true if entry was removed.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.Clear">
            <summary>Clears the cache.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemAwareCache`1.AddOrUpdate(System.IO.FileInfo,`0)">
            <summary>Adds the or update specified entry.</summary>
            <param name="file">The file info.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore">
            <summary>
            Serialization filesystem data store stores serialized items on the file system.
            Items are organized into one or more subtrees. Each tree must be solid (e.g. if a child is written all parents must also be written)
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.#ctor(Sitecore.Abstractions.Serialization.BaseFileSystemTreeResolver)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore"/> class.</summary>
            <param name="treeResolver">The tree resolver.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.Save(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Saves the specified item.</summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetByPath(System.String,System.String)">
            <summary>Gets the items by path.</summary>
            <param name="path">The path.</param>
            <param name="databaseName">Name of the database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetByAbsolutePath(System.String)">
            <summary>Gets the items by absolute path.</summary>
            <param name="absolutePath">The absolute path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetByPathAndId(System.String,System.Guid,System.String)">
            <summary>Gets the item by path and identifier.</summary>
            <param name="path">The path.</param>
            <param name="id">The identifier.</param>
            <param name="databaseName">Name of the database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetChildrenMetadata(Sitecore.Abstractions.Serialization.IItemMetadata,System.String)">
            <summary>Gets the children metadata.</summary>
            <param name="parentItem">The parent item.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>The items metadata.</returns>
            <exception cref="T:System.InvalidOperationException">No trees contained the global path " + parentItem.Path</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetChildren(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Gets the children.</summary>
            <param name="parentItem">The parent item.</param>
            <returns>The children.</returns>
            <exception cref="T:System.InvalidOperationException">No trees contained the global path " + parentItem.Path</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.Remove(Sitecore.Abstractions.Serialization.IItemMetadata,System.String)">
            <summary>Removes the specified item.</summary>
            <param name="item">The item.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>Whether item serialization is removed or not.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.CanStore(System.String,System.String,System.Boolean)">
            <summary>Determines whether this instance can store the specified item by item path.</summary>
            <param name="path">The item path.</param>
            <param name="databaseName">Name of the database.</param>
            <param name="isStoringTree">Is stroring the tree</param>
            <returns>
              <c>true</c> if this instance can store the specified item path; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetRootForPath(System.String,System.String)">
            <summary>Gets the root for path.</summary>
            <param name="path">The path.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>Root for the tree that can store specified path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore.GetChildTreeRoots(System.String,System.String)">
            <summary>Gets the tree roots for child trees.</summary>
            <param name="path">The path.</param>
            <param name="databaseName">Name of the database.</param>
            <returns>The tree roots for child trees.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree">
            <summary> Represents a tree of items in a Serialization File System organization.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.#ctor(Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot,System.String,Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IItemData},Sitecore.Abstractions.Serialization.IItemMetadataReader,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree"/> class.</summary>
            <param name="treeRoot">The tree root configuration for file system tree.</param>
            <param name="physicalRootPath">The physical root path to write items in this tree to. Will be created if it does not exist.</param>
            <param name="serializer">The formatter to use when reading or writing items to disk.</param>
            <param name="metadataReader">The reader for item metadata.</param>
            <param name="storageSettings">The storage settings.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.DatabaseName">
            <summary>Gets the name of the database.</summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.Name">
            <summary>Gets the name of tree.</summary>
            <value>The name of tree.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GlobalRootItemPath">
            <summary>Gets the global root item path.</summary>
            <value>The global root item path.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.PhysicalRootPath">
            <summary>Gets the physical root path.</summary>
            <value>The physical root path.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.MaxRelativePathLength">
            <summary>s
            This is the 'effective' max relative physical path length before we start having to use loopback paths.
            This is usually (Windows Path Max) - (Constant), where the constant is the maximum expected physical path length
            to the SFS tree's root directory.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.MaxItemNameLengthBeforeTruncation">
            <summary>
            Sitecore item names can become so long that they will not fit on the filesystem without hitting the max path length.
            This setting controls when Rainbow truncates item file names that are extremely long so they will fit on the filesystem.
            The value must be less than MAX_PATH - SerializationFolderPathMaxLength - Length of GUID - length of file extension.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.ContainsPath(System.String)">
            <summary>Determines whether the specified global path contains current tree root path.</summary>
            <param name="globalPath">The global path.</param>
            <returns>
              <c>true</c> if the specified global path contains current tree root path; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetItemsByPath(System.String)">
            <summary>Gets the items by path.</summary>
            <param name="globalPath">The global path.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetChildrenMetadata(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>Gets the children item metadata.</summary>
            <param name="parentItem">The parent item metadata.</param>
            <returns>The children item metadata.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetChildren(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Gets the children items.</summary>
            <param name="parentItem">The parent item.</param>
            <returns>The children items.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.Remove(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>Removes the specified item.</summary>
            <param name="item">The item to remove.</param>
            <returns>Success of the operation.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.Save(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Saves the specified item.</summary>
            <param name="item">The item.</param>
            <returns>The item storage path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetDescendants(Sitecore.Abstractions.Serialization.IItemMetadata,System.Boolean)">
            <summary>Gets the descendant metadata items.</summary>
            <param name="root">The root item metadata.</param>
            <param name="ignoreReadErrors">if set to <c>true</c> the ignores read errors.</param>
            <returns>The descendant metadata items.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetParentSerializedItem(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>Gets the parent serialized metadata item.</summary>
            <param name="item">The metadata item.</param>
            <returns>The parent metadata item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.ConvertGlobalVirtualPathToTreeVirtualPath(System.String)">
            <summary>Converts the global virtual path to tree virtual path.</summary>
            <param name="globalPath">The global path.</param>
            <returns>The tree virtual path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetRootItem">
            <summary>Gets the root item.</summary>
            <returns>The root item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.ClearCaches">
            <summary>Clears the caches.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.PrepareItemNameForFileSystem(System.String)">
            <summary>Prepares the item name for file system.</summary>
            <param name="name">The item name.</param>
            <returns>Prepared item name.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.ReadItem(System.String)">
            <summary>Reads the item.</summary>
            <param name="path">The path.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.RemoveWithoutChildren(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>
            Removes an item but does not process any descendant items. You probably almost never want to use this, in favor of Remove() instead.
            This method is here for when a specific item needs to be removed, without messing with children. This occurs for example when
            you move an item which has loopback pathed children, who may preserve the same source and destination location.
            </summary>
            <param name="descendant">The descendant metadata item.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.ReadItemMetadata(System.String)">
            <summary>Reads the item metadata.</summary>
            <param name="path">The path.</param>
            <returns>The item metadata.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.WriteItem(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>Writes the item.</summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetTargetPhysicalPath(Sitecore.Abstractions.Serialization.IItemData)">
            <summary>
            CALCULATING AN ITEM'S PATH TO SAVE TO, GIVEN A WHOLE ITEM WITH PARENT ID, VIRTUAL PATH
             1. Start by using "finding file paths, given a virtual path" on the parent path of the item
             2. If no matches exist, throw - parent must be serialized
             3. If multiple matches exist, narrow them by the parent ID of the item - if no matches, throw
             4. If one match, parent path is found
             4.5. Determine if this item has any name-dupes in the source store (use 'finding child paths, given a physical path', and filter on the same name prefix).
               - If no (and no can include 'yes, but this item exists and has an unescaped name already so we want to reuse that'), push its name onto the path string.
               - If yes, escape it and push that onto the path string<br /> 5. Strip characters not allowed by the filesystem from the base path
             6. The path string is now the 'base' path, which may be too long to use
             7. Determine if the base-string is over-length (which would be 240-$(Serialization.SerializationFolderPathMaxLength))
               - If the base string is short enough, return it<br /> 8. If it's over length create a folder named the parent ID in the root folder, and put it there
            </summary>
            <param name="item">The item.</param>
            <returns>The target physical path.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetPhysicalFilePathsForVirtualPath(System.String)">
            <summary>
            Gets the physical file paths for virtual path.
             1. Break apart the virtual path into components
             2. Beginning with the physical SFS root, drill down the virtual path components (use 'finding child paths, given a physical path')
               - At each level, look for all possible item names (item.yml and item_2342434.yml)
               - If multiple are present, follow ALL paths down
             3. If an expected child path is not present, stop searching down the current path
             4. Once all possible paths have been searched down, return files that matched the path
             5. Note: this means that if there are two /foo items with children named 'bar', and you get /foo/bar by path, you'll get BOTH bar items even though different parents. Paths match, bro. Sitecore API would pick one of the foos and give only one child, fwiw.
            </summary>
            <param name="virtualPath">The virtual path.</param>
            <returns>Physical file paths.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetChildPaths(Sitecore.Abstractions.Serialization.IItemMetadata)">
            <summary>
            Gets the child file paths.
             1. Determine the physical path of the item to get children for (use 'finding file paths, given a virtual path'), compare matches against ID
             2. Determine if Path.GetFileNameWithoutExtension(filename) exists as a directory in the physical path
             3. If it does, get all children of that directory that are both files and have the expected serialized item extension from the formatter
             4. Read the parent item file and get the item ID.Check in the SFS root for a folder named that ID (a loopback with children of the item whose names were too long to fit)
               - If the folder exists, add all children of that directory that are both files and have the expected serialized item extension from the formatter
             5. Note: unlike searching by path, this guarantees ONLY children of the correct item if multiple same named items are present
            </summary>
            <param name="item">The item metadata.</param>
            <returns>The child paths.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.AssertValidPhysicalPath(System.String)">
            <summary>Asserts the valid physical path.</summary>
            <param name="physicalPath">The physical path.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetItemForGlobalPath(System.String,System.Guid)">
            <summary>Gets the metadata item for global path.</summary>
            <param name="globalPath">The global path.</param>
            <param name="expectedItemId">The expected item identifier.</param>
            <returns>The metadata item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.AddToMetadataCache(Sitecore.Abstractions.Serialization.IItemMetadata,System.String)">
            <summary>Adds item to metadata cache.</summary>
            <param name="metadata">The metadata item.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.GetFromMetadataCache(System.Guid)">
            <summary>Gets metadata item from metadata cache.</summary>
            <param name="itemId">The item identifier.</param>
            <returns>The metadata item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTree.RemoveFromMetadataCache(System.String)">
            <summary>Removes item from metadata cache.</summary>
            <param name="path">The path.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeFactory">
            <summary>Defines factory for creating instances of file system trees.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeFactory.#ctor(System.IServiceProvider,Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeFactory"/> class.</summary>
            <param name="serviceProvider">The service provider.</param>
            <param name="factory">The Sitecore factory.</param>
            <param name="settings">The storage settings.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeFactory.GetConfiguredFileSystemTrees">
            <summary>Gets the configured file system trees.</summary>
            <returns>The file system trees.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeFactory.GetFileSystemTree(Sitecore.Data.Serialization.Yaml.ObjectModel.TreeRoot,System.String)">
            <summary>Gets the file system tree.</summary>
            <param name="treeRoot">The tree root.</param>
            <param name="physicalRootPath">The physical root path.</param>
            <returns>The file system tree.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver">
            <summary>Defines class responsible for resolving of filesystem trees.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver.#ctor(Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver"/> class.</summary>
            <param name="factory">The file system tree factory.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver.GetTreeForPath(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver.GetTreeForAbsolutePath(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver.HasTreeForPath(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemTreeResolver.GetChildTreesForPath(System.String,System.String)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlAffectedRolesCalculator">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlAffectedRolesCalculator.#ctor(Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateFactory,Sitecore.Abstractions.BaseDomainManager,Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
             Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlAffectedRolesCalculator"/> class.
            </summary>
            <param name="predicateFactory">Predicate factory</param>
            /// <param name="domainManager">Domain manager</param>
            <param name="storageSettings">Storage settings</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlAffectedRolesCalculator.CountAffectedEntities(System.Collections.Generic.HashSet{System.String})">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlAffectedUsersCalculator">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlAffectedUsersCalculator.#ctor(Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory,Sitecore.Abstractions.BaseDomainManager,Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>
             Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlAffectedUsersCalculator"/> class.
            </summary>
            <param name="factory">Predicate factory</param>
            /// <param name="domainManager">Domain manager</param>
            <param name="storageSettings">Storage settings</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlAffectedUsersCalculator.CountAffectedEntities(System.Collections.Generic.HashSet{System.String})">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlConfigurationException">
            <summary>Represents exception in case wrong YAML configuration.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlConfigurationException.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlConfigurationException"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlConfigurationException.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlConfigurationException"/> class.</summary>
            <param name="message">The massage.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlConfigurationException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlConfigurationException"/> class.</summary>
            <param name="message">The message</param>
            <param name="innerException">The inner exception</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlFormatException"/> class.</summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlFormatException">
            <summary>Represents YAML format exception.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlFormatException.#ctor(System.String,System.Exception)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlFormatException"/> class.</summary>
            <param name="message">The message.</param>
            <param name="inner">The inner exception.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlFormatException"/> class.</summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager">
            <summary>Responsible for the Sitecore item structure serialization/deserialization using YAML format.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.#ctor(Sitecore.Data.Serialization.Yaml.Storage.YamlFileSystemDataStore,Sitecore.Data.Serialization.Default.DefaultItemSynchronizer,Sitecore.Data.Serialization.PathResolver,Sitecore.Abstractions.BaseFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager"/> class.</summary>
            <param name="dataStore">The data store.</param>
            <param name="itemSynchronizer">The item synchronizer.</param>
            <param name="pathResolver">The path resolver.</param>
            <param name="factory">The Sitecore factory.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.DumpItem(Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.DumpTree(Sitecore.Data.Items.Item)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.LoadItem(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.LoadItem(System.String,Sitecore.Data.Serialization.LoadOptions)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.LoadTree(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.DoLoadItem(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions,System.Boolean)">
            <summary>Does the load of the item.</summary>
            <param name="targetItem">The target item.</param>
            <param name="options">The load options.</param>
            <param name="isLoadedForTree">Is loaded as a part of a tree</param>
            <returns>The loaded item.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.DoLoadTree(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <summary>Does the load of the item tree.</summary>
            <param name="item">The root item.</param>
            <param name="options">The load options.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.LoadTreeRecursive(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemData},Sitecore.Data.Serialization.LoadOptions,System.Collections.Generic.IList{Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure},Sitecore.Data.Database)">
            <summary>Loads the specified items children recursive.</summary>
            <param name="parent">The parent item.</param>
            <param name="items">The items.</param>
            <param name="options">The load options.</param>
            <param name="retryList">The list of failed operations to retry.</param>
            <param name="database">Sitecore database.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializationManager.LoadOneLevel(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Abstractions.Serialization.IItemData},Sitecore.Data.Serialization.LoadOptions,System.Collections.Generic.IList{Sitecore.Data.Serialization.Yaml.ObjectModel.YamlDeserializationFailure})">
            <summary>Loads the specified items children recursive.</summary>
            <param name="parent">The parent item.</param>
            <param name="items">The items.</param>
            <param name="options">The load options.</param>
            <param name="retryList">The list of failed operations to retry.</param>
            <returns>List of data items that have correcponding items on Sitecore side.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer">
            <summary>Item serializer implementation for YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.#ctor(Sitecore.Data.Serialization.Yaml.Formatting.FieldFormattersFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer"/> class.</summary>
            <param name="fieldFormattersFactory">The field formatters factory.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.Write(Sitecore.Abstractions.Serialization.IItemData,System.IO.TextWriter)">
            <summary>Writes the specified item entry to writer stream.</summary>
            <param name="item">The item entry.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.Read(System.IO.TextReader)">
            <summary>Read serialization entry from reader stream</summary>
            <param name="reader">The reader stream</param>
            <returns>Deserialized entry</returns>
            <exception cref="T:Sitecore.Data.Serialization.Yaml.YamlFormatException">Error parsing YAML</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.ReadMetadata(System.IO.TextReader)">
            <summary>Reads the item metadata.</summary>
            <param name="reader">The reader.</param>
            <returns>The item metadata.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData">
            <summary>Implementation of item data for deserialization from YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.#ctor(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlItem,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData"/> class.</summary>
            <param name="item">The item.</param>
            <param name="formatters">The formatters.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.Id">
            <summary>Gets the identifier.</summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.Created">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.DatabaseName">
            <summary>Gets or sets the name of the database.</summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.ParentId">
            <summary>Gets the parent identifier.</summary>
            <value>The parent identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.TemplateName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.Path">
            <summary>Gets the path.</summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.Name">
            <summary>Gets the name.</summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.BranchId">
            <summary>Gets the branch identifier.</summary>
            <value>The branch identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.TemplateId">
            <summary>Gets the template identifier.</summary>
            <value>The template identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.SharedFields">
            <summary>Gets the shared fields.</summary>
            <value>The shared fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.UnversionedFields">
            <summary>Gets the unversioned fields.</summary>
            <value>The unversioned fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemData.Versions">
            <summary>Gets the versions.</summary>
            <value>The versions.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemVersion">
            <summary>Implementation of item version data for deserialization from YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemVersion.#ctor(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlVersion,Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemVersion"/> class.</summary>
            <param name="version">The version.</param>
            <param name="language">The language.</param>
            <param name="formatters">The formatters.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemVersion.Fields">
            <summary>Gets the fields.</summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemVersion.Language">
            <summary>Gets the language.</summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemVersion.VersionNumber">
            <summary>Gets the version number.</summary>
            <value>The version number.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemLanguage">
            <summary>Implementation of item language data for deserialization from YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemLanguage.#ctor(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlLanguage,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemLanguage"/> class.</summary>
            <param name="language">The language.</param>
            <param name="formatters">The formatters.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemLanguage.Fields">
            <summary>Gets the fields.</summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemLanguage.Language">
            <summary>Gets the language.</summary>
            <value>The language.</value>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue">
            <summary>Implementation of item field data for deserialization from YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.#ctor(Sitecore.Data.Serialization.Yaml.ObjectModel.YamlFieldValue,Sitecore.Data.Serialization.Yaml.Formatting.BaseFieldFormatter[])">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue"/> class.</summary>
            <param name="field">The field.</param>
            <param name="formatters">The formatters.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.FieldId">
            <summary>Gets the field identifier.</summary>
            <value>The field identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.Value">
            <summary>Gets the value.</summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.FieldType">
            <summary>Gets the type of the field.</summary>
            <value>The type of the field.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.BlobId">
            <summary>Gets the BLOB identifier.</summary>
            <value>The BLOB identifier.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.SortOrder">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.NameHint">
            <summary>Gets the name hint.</summary>
            <value>The name hint.</value>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlItemSerializer.YamlItemFieldValue.FieldKey">
            <inheritdoc/>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlReader">
            <summary>Represents a reader that can read a sequential series of characters from YAML serialization.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.#ctor(System.IO.TextReader)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlReader"/> class.</summary>
            <param name="textReader">The text reader.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.ReadExpectedGuidMap(System.String)">
            <summary>Reads the expected unique identifier map.</summary>
            <param name="expectedKey">The expected key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.ReadExpectedMap(System.String)">
            <summary>Reads the expected map.</summary>
            <param name="expectedKey">The expected key.</param>
            <returns>The expected map.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.PeekMap">
            <summary>Peeks the map.</summary>
            <returns>The map.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.ReadMap">
            <summary>Reads the map.</summary>
            <returns>The map.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.CreateErrorMessage(System.String)">
            <summary>Creates the error message.</summary>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.Dispose">
            <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.GetExpectedMap(System.String,System.Func{System.Nullable{System.Collections.Generic.KeyValuePair{System.String,System.String}}})">
            <summary>Gets the expected map.</summary>
            <param name="expectedKey">The expected key.</param>
            <param name="mapFunction">The map function.</param>
            <returns>The expected map.</returns>
            <exception cref="T:System.InvalidOperationException"></exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.GetExpectedGuid(System.String,System.Func{System.String,System.String})">
            <summary>Gets the expected unique identifier.</summary>
            <param name="expectedKey">The expected key.</param>
            <param name="mapFunction">The map function.</param>
            <returns>The expected unique identifier.</returns>
            <exception cref="T:System.InvalidOperationException"></exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.ReadMapInternal">
            <summary>Reads the map internal.</summary>
            <returns>The map.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.Decode(System.String)">
            <summary>Decodes the specified value.</summary>
            <param name="value">The value.</param>
            <returns>The decoded value.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.ReadMultilineString(System.Int32)">
            <summary>Reads the multiline string.</summary>
            <param name="indent">The indent.</param>
            <returns>The multiline string.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.GetIndent(System.String)">
            <summary>Gets the indent.</summary>
            <param name="line">The line.</param>
            <returns>The indent.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.ReadNextDataLine">
            <summary>Reads the next data line.</summary>
            <returns>The next data line</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.Dispose(System.Boolean)">
            <summary>Releases unmanaged and - optionally - managed resources.</summary>
            <param name="disposing">
              <c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlReader.PeekableStreamReaderAdapter">
            <summary>Represents the peekable stream reader adapter.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.PeekableStreamReaderAdapter.#ctor(System.IO.TextReader)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlReader.PeekableStreamReaderAdapter"/> class.</summary>
            <param name="underlying">The underlying text reader.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlReader.PeekableStreamReaderAdapter.CurrentLine">
            <summary>Gets the current line.</summary>
            <value>The current line.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.PeekableStreamReaderAdapter.PeekLine">
            <summary>Peeks the line.</summary>
            <returns>The line.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlReader.PeekableStreamReaderAdapter.ReadLine">
            <summary>Reads the line.</summary>
            <returns>The line.</returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlRoleSerializationManager">
            <summary>
            Yaml implementation of Serialization manager for Roles
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.Yaml.Predicates.RolePredicateFactory,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializationManager.DumpEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializationManager.LoadAllEntities">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializationManager.LoadEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializationManager.EvaluateOrphans(System.Collections.Generic.List{Sitecore.Abstractions.Serialization.IRoleData})">
            <summary>
            Removes orphan roles
            </summary>
            <param name="roles"></param>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlRoleSerializer">
            <summary>Role serializer implementation for YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializer.Write(Sitecore.Abstractions.Serialization.IRoleData,System.IO.TextWriter)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlRoleSerializer.Read(System.IO.TextReader)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager">
            <summary>
             Yaml implementation of serialization manager for Users
            </summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager.#ctor(Sitecore.Abstractions.Serialization.BaseSerializer{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.Yaml.Predicates.UserPredicateFactory,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager.NewUserPassword">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager.DumpEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager.LoadAllEntities">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager.LoadEntity(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializationManager.DumpEntity(System.String,Sitecore.Abstractions.Serialization.IUserData)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlUserSerializer">
            <summary>User serializer implementation for YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.Write(Sitecore.Abstractions.Serialization.IUserData,System.IO.TextWriter)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.Read(System.IO.TextReader)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.ReadPropertyValueObject(System.String,System.String,System.String)">
            <summary>
            Parses encoded property value
            </summary>
            <param name="propertyName">name of the property</param>
            <param name="typeString">type of the property</param>
            <param name="encodedValue">encoded value to be parsed</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.GetSerializedProfileContent(Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty)">
            <summary>
            Gets serialized profile content
            </summary>
            <param name="profileProperty">Profile property</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.SerializePrimitiveProfileValue(Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty)">
            <summary>
            Serializes primitive profile value types
            </summary>
            <param name="profileProperty">profile property</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.SerializeSerializableProfileValue(Sitecore.Security.Serialization.ObjectModel.SyncProfileProperty)">
            <summary>
            Serializes serializable profile value types
            </summary>
            <param name="profileProperty">profile property</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData">
            <summary>Implementation of user data for deserialization from YAML.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of YamlUserData
            </summary>
            <param name="userName"></param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.Email">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.UserName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.CreationDate">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.LastLockoutDate">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.LastPasswordChanged">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.IsApproved">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.IsLockedOut">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.ProfileProperties">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.CustomProfileProperties">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.Roles">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlUserSerializer.YamlUserData.Comment">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Data.Serialization.Yaml.YamlWriter">
            <summary>Represents a writer that can write a sequential series of characters to YAML serialization.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.#ctor(System.IO.TextWriter)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Serialization.Yaml.YamlWriter"/> class.</summary>
            <param name="textWriter">The text writer.</param>
        </member>
        <member name="P:Sitecore.Data.Serialization.Yaml.YamlWriter.Indent">
            <summary>Gets or sets the indent.</summary>
            <value>The indent.</value>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.IncreaseIndent">
            <summary>Increases the indent.</summary>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.DecreaseIndent">
            <summary>Decreases the indent.</summary>
            <exception cref="T:System.ArgumentException">Indent is already at minimum</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.WriteBeginListItem(System.String,System.String)">
            <summary>Writes the begin list item.</summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <exception cref="T:System.InvalidOperationException">Indent is at minimum. You must indent to be able to support a list.</exception>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.WriteMap(System.String)">
            <summary>Writes the map.</summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.WriteMap(System.String,System.String)">
            <summary>Writes the map.</summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.WriteComment(System.String)">
            <summary>Writes the comment.</summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.WriteMapInternal(System.String,System.String)">
            <summary>Writes the map internal.</summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.Encode(System.String)">
            <summary>Encodes the specified value.</summary>
            <param name="value">The value.</param>
            <returns>The encoded value.</returns>
        </member>
        <member name="M:Sitecore.Data.Serialization.Yaml.YamlWriter.IndentMultilineString(System.Int32,System.String)">
            <summary>Indents the multiline string.</summary>
            <param name="indent">The indent.</param>
            <param name="value">The value.</param>
            <returns>The indented multiline string.</returns>
        </member>
        <member name="T:Sitecore.Data.ShortID">
            <summary>Represents an ID in a compressed form.</summary>
            <remarks>
                <para>A string representation of an ID is usually 38 characters long. Some of these
                characters are omittable and can be excluded to save space.</para>
                <para>The ShortID equivalent of the ID "{678E49BA-7D1F-48E2-BE86-35824C641556}" is
                "678E49BA7D1F48E2BE8635824C641556".</para>
                <para>A ShortID is 32 characters long.</para>
            </remarks>
        </member>
        <member name="F:Sitecore.Data.ShortID.Length">
            <summary>Gets the constant length of 32 character.</summary>
        </member>
        <member name="M:Sitecore.Data.ShortID.#ctor(System.String)">
            <summary>
            Initializes a ShortID from a string.
            </summary>
            <param name="id">The id.</param>
            <exception cref="T:System.FormatException"></exception>
        </member>
        <member name="M:Sitecore.Data.ShortID.#ctor(Sitecore.Data.ID)">
            <summary>
            Initializes a ShortID from an ID.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Data.ShortID.#ctor(System.Guid)">
            <summary>
            Initializes a ShortID from a GUID.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Data.ShortID.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ShortID"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.ShortID.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.ShortID"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.ShortID.Guid">
            <summary>
            Gets the GUID represented by the ShortID.
            </summary>
            <value>The GUID.</value>
        </member>
        <member name="M:Sitecore.Data.ShortID.op_Equality(Sitecore.Data.ShortID,Sitecore.Data.ShortID)">
            <summary>
            Determines whether two short IDs instances are equal.
            </summary>
            <param name="id1">The first ShortID to compare.</param>
            <param name="id2">The second ShortID to compare.</param>
            <returns><c>true</c> if id1 is the same instance as id2 or if both are null references or if id1.Equals(id2) returns true; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.op_Inequality(Sitecore.Data.ShortID,Sitecore.Data.ShortID)">
            <summary>
            Determines whether two short IDs instances are unequal.
            </summary>
            <param name="id1">The first ShortID to compare.</param>
            <param name="id2">The second ShortID to compare.</param>
            <returns><c>true</c> if id1 is not the same instance as id2 or if id1.Equals(id2) returns false; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.Decode(System.String)">
            <summary>
            Converts a string containing a <see cref="T:Sitecore.Data.ShortID"/> to a <see cref="T:Sitecore.Data.ID"/> text view.
            </summary>
            <param name="id">The id.</param>
            <returns>The decode.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.DecodeID(System.String)">
            <summary>
            Converts a string containing a <see cref="T:Sitecore.Data.ShortID"/> to a <see cref="T:Sitecore.Data.ID"/>.
            </summary>
            <param name="id">The id.</param>
            <returns>The ID.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.DecodeItem(System.String)">
            <summary>
            Gets an ID path that represents an item from an encoded string.
            </summary>
            <param name="id">The id.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.Encode(System.String)">
            <summary>
            Converts a string view of <see cref="P:Sitecore.Data.ShortID.Guid"/> (in braces and separated by hyphens) to a <see cref="T:Sitecore.Data.ShortID"/> text view.
            </summary>
            <param name="guid">The Guid in braces and separated by hyphens.</param>
            <returns>The encode.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.Encode(Sitecore.Data.ID)">
            <summary>
            Converts an ID to a ShortID.
            </summary>
            <param name="id">The id.</param>
            <returns>The encode.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.Encode(System.Guid)">
            <summary>
            Converts a GUID to a ShortID.
            </summary>
            <param name="id">The id.</param>
            <returns>The encode.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.EncodeItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets a an encoded path of ShortIDs that represents an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.IsShortID(System.String)">
            <summary>
            Tests if a string is a <see cref="T:Sitecore.Data.ShortID"/> - has <see cref="F:Sitecore.Data.ShortID.Length"/> and has only hex digits.
            </summary>
            <param name="id">The id.</param>
            <returns>
                <c>true</c> if [is short ID] [the specified id]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.NewId">
            <summary>
            Gets a new id.
            </summary>
            <returns>The id</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.ArrayToString(System.Collections.Generic.IEnumerable{Sitecore.Data.ShortID})">
            <summary>
            Arrays to string.
            </summary>
            <param name="ids">The ids.</param>
            <returns>The to string.</returns>
            <contract>
              <requires name="ids" condition="none" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ShortID.ArrayToString(System.Collections.Generic.IEnumerable{Sitecore.Data.ShortID},System.Char)">
            <summary>
            Arrays to string.
            </summary>
            <param name="ids">The ids.</param>
            <param name="separator">The separator.</param>
            <returns>The to string.</returns>
            <contract>
              <requires name="ids" condition="none" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Data.ShortID.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.Parse(System.String)">
            <summary>
            Parses the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.ToID">
            <summary>
            Converts the ShortID to an ID.
            </summary>
            <returns>The ID.</returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.ToString">
            <summary>
            Converts the ShortID to a string.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.TryParse(System.String,Sitecore.Data.ShortID@)">
            <summary>
            Tries to parse a value.
            </summary>
            <param name="value">The value.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.ShortID.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Data.SignInUrlInfo">
            <summary>
            Contains data that is necessary to create a link to sign in a user.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SignInUrlInfo.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SignInUrlInfo"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SignInUrlInfo.IdentityProvider">
            <summary>
            Gets the identity provider name.
            </summary>
            <value>
            The identity provider name.
            </value>
        </member>
        <member name="P:Sitecore.Data.SignInUrlInfo.Caption">
            <summary>
            Gets the login caption.
            </summary>
            <value>
            The login caption.
            </value>
        </member>
        <member name="P:Sitecore.Data.SignInUrlInfo.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>
            The icon.
            </value>
        </member>
        <member name="P:Sitecore.Data.SignInUrlInfo.Href">
            <summary>
            Gets the login HREF.
            </summary>
            <value>
            The login HREF.
            </value>
        </member>
        <member name="T:Sitecore.Data.SortCriteria">
            <summary>
            GridSort
            </summary>
        </member>
        <member name="M:Sitecore.Data.SortCriteria.#ctor(System.String,System.Web.UI.WebControls.SortDirection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.SortCriteria"/> class.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="direction">The direction.</param>
        </member>
        <member name="P:Sitecore.Data.SortCriteria.Direction">
            <summary>
            Gets the direction.
            </summary>
            <value>The direction.</value>
        </member>
        <member name="P:Sitecore.Data.SortCriteria.FieldName">
            <summary>
            Gets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="T:Sitecore.Data.StandardValuesManager">
            <summary>
            StandardValueManager class
            </summary>
        </member>
        <member name="F:Sitecore.Data.StandardValuesManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="F:Sitecore.Data.StandardValuesManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Data.StandardValuesManager.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.StandardValuesManager.GetStandardValue(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the standard value of a field.
            </summary>
            <param name="field">The field.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.StandardValuesProvider">
            <summary>
            Provides standard value for given field.
            <para>Checks if item is a standard values holder.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.StandardValuesProvider" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseTemplateManager,Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.StandardValuesProvider" /> class.
            </summary>
            <param name="itemManager">Allows to locate items representing standard values.</param>
            <param name="templateManager">Allows to locate templates by ids as well as check if items are template parts.</param>
            <param name="factory">Allows to access all database engines to react on data changes.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.GetStandardValue(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the standard value of a field.
            </summary>
            <param name="field">The field.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.IsStandardValuesHolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is a is standard values holder.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is a standard values holder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.DataEngine_DeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the DeletedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.DataEngine_DeletedItemRemote(System.Object,Sitecore.Data.Events.ItemDeletedRemoteEventArgs)">
            <summary>
            Handles the DeletedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.DataEngine_SavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the SavedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.DataEngine_SavedItemRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Handles the SavedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.DataEngine_RemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemovedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.DataEngine_RemovedVersionRemote(System.Object,Sitecore.Data.Events.VersionRemovedRemoteEventArgs)">
            <summary>
            Handles the RemovedVersionRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.AddStandardValues(Sitecore.Data.Templates.Template,Sitecore.Data.Database,Sitecore.Globalization.Language,Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,System.String})">
            <summary>
            Adds the standard values of a template to a dictionary.
            </summary>
            <param name="template">The template.</param>
            <param name="database">The database.</param>
            <param name="language">The language.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.AddStandardValuesToCache(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{Sitecore.Data.ID,System.String})">
            <summary>
            Adds the standard values to cache.
            </summary>
            <param name="item">The item.</param>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.AffectsStandardValues(Sitecore.Data.Items.Item)">
            <summary>
            Determines if the specified item might affect the standard values cache.
            </summary>
            <param name="item">The item.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.GetStandardValues(Sitecore.Data.Items.Item)">
            <summary>
            Gets the standard values.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.GetStandardValuesFromCache(Sitecore.Data.Items.Item)">
            <summary>
            Gets the standard values from cache.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.InitializeEventHandlers(Sitecore.Data.Database)">
            <summary>
            Initializes the event handlers.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.ProcessItemUpdate(Sitecore.Data.Items.Item)">
            <summary>
            Processes an item update.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.StandardValuesProvider.ReadStandardValues(Sitecore.Data.ID,Sitecore.Data.Database,Sitecore.Globalization.Language)">
            <summary>
            Gets the standard values.
            </summary>
            <param name="templateId">The template id.</param>
            <param name="database">The database.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.StandardValuesProviderCollection">
            <summary>
            StandardValuesProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Data.StandardValuesProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.StandardValuesProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Data.SublayoutRecords">
            <summary>
            Represents the sublayouts in a database.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.#ctor(Sitecore.Data.Database)">
            <summary>Represents the sublayouts that are defined in a specified database.</summary>
            <remarks><para>Sublayouts are configured in /sitecore/layouts/Layout/Sublayouts.</para>
            <para>The renderingsare normally access through the
            <see cref="P:Sitecore.Resources.ResourceItems.Sublayouts"/> property.</para></remarks>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified item path.
            </summary>
        </member>
        <member name="P:Sitecore.Data.SublayoutRecords.Item(Sitecore.Data.DataUri)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.SublayoutItem"/> with the specified URI.
            </summary>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(Sitecore.Data.ID)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="itemID">Item ID.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="itemID">Item ID.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(System.String)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="itemPath">Item path.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="itemPath">Item path.</param>
            <param name="language">Language.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="itemPath">Item path.</param>
            <param name="language">Language.</param>
            <param name="version">Version.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.GetSublayout(Sitecore.Data.DataUri)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="uri">URI.</param>
            <returns>The sublayout.</returns>
        </member>
        <member name="M:Sitecore.Data.SublayoutRecords.DoGetItem(Sitecore.Data.DataUri)">
            <summary>
            Gets a sublayout.
            </summary>
            <param name="uri">URI.</param>
        </member>
        <member name="T:Sitecore.Data.TemplateID">
            <summary>
            Represents a template ID.
            </summary>
        </member>
        <member name="M:Sitecore.Data.TemplateID.#ctor(Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.TemplateID"/> class.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="P:Sitecore.Data.TemplateID.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="M:Sitecore.Data.TemplateID.ToString">
            <summary>
            Returns the fully qualified type name of this instance.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> containing a fully qualified type name.
            </returns>
        </member>
        <member name="T:Sitecore.Data.TemplateRecords">
            <summary>
            Represents the templates that are defined in a specified database.
            </summary>
            <remarks><para>Templates are configured in /sitecore/templates.</para>
            <para>The templates are normally access through the
            <see cref="P:Sitecore.Data.Database.Templates"/> property.</para></remarks>
        </member>
        <member name="M:Sitecore.Data.TemplateRecords.#ctor(Sitecore.Data.Database)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.TemplateRecords"/> instance.
            </summary>
            <param name="database">Database.</param>
        </member>
        <member name="P:Sitecore.Data.TemplateRecords.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.TemplateItem"/> with the specified full name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.TemplateRecords.Item(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.TemplateItem"/> with the specified full name.
            </summary>
        </member>
        <member name="P:Sitecore.Data.TemplateRecords.Item(Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.TemplateItem"/> with the specified template ID.
            </summary>
        </member>
        <member name="P:Sitecore.Data.TemplateRecords.Item(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.TemplateItem"/> with the specified template ID.
            </summary>
        </member>
        <member name="M:Sitecore.Data.TemplateRecords.CreateTemplate(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Creates a new template.
            </summary>
            <param name="fullName">Full name.</param>
            <param name="parent">Parent.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.TemplateRecords.GetTemplates(Sitecore.Globalization.Language)">
            <summary>
            Gets all the templates in a specified language.
            </summary>
            <param name="language">Language.</param>
            <returns>The templates.</returns>
        </member>
        <member name="P:Sitecore.Data.TemplateRecords.DataManager">
            <summary>
            Gets the data manager.
            </summary>
            <value>The data manager.</value>
        </member>
        <member name="M:Sitecore.Data.TemplateRecords.BuildTemplateItem(Sitecore.Data.Templates.Template,Sitecore.Globalization.Language)">
            <summary>
            Builds the template item.
            </summary>
            <param name="template">The template.</param>
            <param name="language">The language.</param>
            <returns>The template item.</returns>
        </member>
        <member name="M:Sitecore.Data.TemplateRecords.GetTemplate(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the template.
            </summary>
            <param name="fullName">The full name.</param>
            <param name="language">The language.</param>
            <returns>The template.</returns>
        </member>
        <member name="M:Sitecore.Data.TemplateRecords.GetTemplate(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the template.
            </summary>
            <param name="templateID">The template ID.</param>
            <param name="language">The language.</param>
            <returns>The template.</returns>
        </member>
        <member name="T:Sitecore.Data.Templates.DefaultFieldSharing">
            <summary>
            DefaultFieldSharing
            </summary>
        </member>
        <member name="T:Sitecore.Data.Templates.DefaultFieldSharing.SharingType">
            <summary>
            SharingType
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.DefaultFieldSharing.SharingType.Unknown">
            <summary>Unknown</summary>
        </member>
        <member name="F:Sitecore.Data.Templates.DefaultFieldSharing.SharingType.Shared">
            <summary>Shared</summary>
        </member>
        <member name="F:Sitecore.Data.Templates.DefaultFieldSharing.SharingType.Unversioned">
            <summary>Unversioned</summary>
        </member>
        <member name="F:Sitecore.Data.Templates.DefaultFieldSharing.SharingType.Versioned">
            <summary>Versioned</summary>
        </member>
        <member name="M:Sitecore.Data.Templates.DefaultFieldSharing.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Data.Templates.DefaultFieldSharing"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Templates.DefaultFieldSharing.Sharing">
            <summary>
            Gets the sharing.
            </summary>
            <value>The sharing.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.DefaultFieldSharing.InitializeDefaultFieldSharing">
            <summary>
            Initializes the default field sharing.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Templates.Facades.TemplateCollectionRetrieveFacade">
            <summary>
            Uses <see cref="T:Sitecore.Data.Templates.TemplateCollection"/> as an inner <see cref="T:Sitecore.Data.Templates.Template"/> storage.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Templates.Facades.TemplateRetrievalFacade">
            <summary>
            Encapsulates the <see cref="T:Sitecore.Data.Templates.Template"/> storage logic.
            <para>Allows to find <see cref="T:Sitecore.Data.Templates.Template"/> by <see cref="T:Sitecore.Data.ID"/>, or get all the templates in the storage.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.Facades.TemplateRetrievalFacade.GetAll">
            <summary>
            Gets all the templates assosiated with the instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Facades.TemplateRetrievalFacade.GetTemplate(Sitecore.Data.ID)">
            <summary>
            Attempts to find template by <see cref="T:Sitecore.Data.ID"/>
            </summary>
            <param name="templateID"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Templates.Template">
            <summary>
            Template class
            </summary>
            <summary>
            Represents a template.
            </summary>
            <remarks>
            <seealso cref="T:Sitecore.Data.Templates.TemplateField"/>
            </remarks>
            <remarks>
            <seealso cref="T:Sitecore.Data.Templates.TemplateSection"/>
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Templates.Template.Builder">
            <summary>
            Represents a builder.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.Builder.template">
            <summary>
            The template.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.Engines.TemplateEngine)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Templates.Template.Builder"/> class.
            </summary>
            <param name="templateName">
            Name of the template.
            </param>
            <param name="templateID">
            The template ID.
            </param>
            <param name="engine">
            The engine.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Templates.Template.Builder"/> class.
            </summary>
            <param name="templateName">
            Name of the template.
            </param>
            <param name="templateID">
            The template ID.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.Builder.Template">
            <summary>
            Gets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.Parse(System.Xml.XmlNode,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
            Parses the specified node.
            </summary>
            <param name="node">
            The node to parse.
            </param>
            <param name="owner">
            The owner.
            </param>
            <returns>
            The parse.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.AddData(System.Xml.XmlNode)">
            <summary>
            Adds the data.
            </summary>
            <param name="node">
            The node to add data for.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.AddSection(System.Xml.XmlNode)">
            <summary>
            Adds the section.
            </summary>
            <param name="node">
            The XML node.
            </param>
            <returns>
            The section.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.AddSection(System.String,Sitecore.Data.ID)">
            <summary>
            Adds the section.
            </summary>
            <param name="sectionName">
            Name of the section.
            </param>
            <param name="sectionID">
            The section ID.
            </param>
            <returns>
            The section.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.SetBaseIDs(System.String)">
            <summary>
            Sets the base Ids.
            </summary>
            <param name="baseIDs">
            The base Ids.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.SetFullName(System.String)">
            <summary>
            Sets the full name.
            </summary>
            <param name="fullName">
            The full name.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.SetIcon(System.String)">
            <summary>
            Sets the icon.
            </summary>
            <param name="icon">
            The icon to set.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.SetID(Sitecore.Data.ID)">
            <summary>
            Sets the ID.
            </summary>
            <param name="templateID">
            The template ID.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.SetName(System.String)">
            <summary>
            Sets the name.
            </summary>
            <param name="name">
            The name to set.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Builder.SetStandardValueHolderId(System.String)">
            <summary>
            Sets the standard value holder id.
            </summary>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.templateStorage">
            <summary>
            The template storage to which this instance belongs to.
            <para>Enables template lookup by <see cref="P:Sitecore.Data.Templates.Template.ID"/> as well as fetching all known templates.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.fullBaseTemplateMap">
            <summary>
            The full inheritance tree of the template.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.nameCache">
            <summary>
            The name cache.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.unknownNames">
            <summary>
            The _unknown names.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.defaults">
            <summary>
            The default <see cref="T:Sitecore.Data.Templates.TemplateField"/> value pairs.
            <para>Key is field <see cref="P:Sitecore.Data.Templates.TemplateField.ID"/>; value is <see cref="T:System.String"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.defaultsResolved">
            <summary>
            The defaults resolved.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.fullName">
            <summary>
            The _full name.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.idCache">
            <summary>
            The id cache.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.sections">
            <summary>
            The sections.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.Template.unknownIds">
            <summary>
            The unknown ids.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.BaseIDs">
            <summary>
            Gets the IDs of the base templates.
            </summary>
            <value>The base Ids.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.CustomValues">
            <summary>
            Gets the custom values.
            </summary>
            <value>The custom values.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.FullName">
            <summary>
            Gets the full name.
            </summary>
            <value>The full name.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The template icon.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The template name.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.Template.StandardValueHolderId">
            <summary>
            Gets the id of the item holding standard values for
            the template.
            </summary>
            <value>The standard value holder id.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.Parse(System.Xml.XmlNode,Sitecore.Data.Templates.TemplateCollection)">
            <summary>
            Constructs a template from an XmlNode..
            </summary>
            <param name="node">
            Xml Node to construct template from.
            </param>
            <param name="owner">
            Owner collection.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.AddDefault(Sitecore.Data.ID,System.String)">
            <summary>
            Adds a default to a field.
            </summary>
            <param name="fieldID">
            Field ID to add value for.
            </param>
            <param name="value">
            Value to add.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.ContainsField(Sitecore.Data.ID)">
            <summary>
            Check if the template includes a specific field
            </summary>
            <param name="fieldID">
            The field ID.
            </param>
            <returns>
                <c>true</c> if the specified field ID contains field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.DescendsFrom(Sitecore.Data.ID)">
            <summary>
            Determines whether the template descends directly or indirectly from another template.
            </summary>
            <param name="templateId">
            The template id.
            </param>
            <returns>
            The descends from.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.DescendsFrom(Sitecore.Data.Templates.Template)">
            <summary>
            Descendses from.
            </summary>
            <param name="template">
            The template.
            </param>
            <returns>
            The descends from.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.DescendsFromOrEquals(Sitecore.Data.ID)">
            <summary>
            A convenience method to determine whether the template equals or descends directly or indirectly from another template.
            </summary>
            <param name="templateId">
            The template id.
            </param>
            <returns>
            The descends from or equals.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetBaseTemplates">
            <summary>
            Gets the base templates.
            </summary>
            <returns>Templates list.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetDefaults">
            <summary>
            Gets the <see cref="P:Sitecore.Data.Templates.TemplateField.DefaultValue"/> for fields from all base templates.
            </summary>
            <returns>
            The defaults.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetDescendants">
            <summary>
            Gets the templates that inherit from this template.
            </summary>
            <returns>
            The descendants.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetField(Sitecore.Data.ID)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldID">
            Field ID to get.
            </param>
            <returns>
            The field.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetField(System.String)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The field.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetFields">
            <summary>
            Gets the fields.
            </summary>
            <returns>
            The fields.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetFields(System.Boolean)">
            <summary>
            Gets the fields.
            </summary>
            <param name="includeBaseFields">
            Include base fields.
            </param>
            <returns>
            The fields.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetSection(Sitecore.Data.ID)">
            <summary>
            Gets a section.
            </summary>
            <param name="sectionID">
            Section ID.
            </param>
            <returns>
            The section.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetSection(System.String)">
            <summary>
            Gets a section.
            </summary>
            <param name="sectionName">
            Name of the section.
            </param>
            <returns>
            The section.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetSections">
            <summary>
            Gets the sections.
            </summary>
            <returns>
            The sections.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetTemplateChangeList(Sitecore.Data.Templates.Template)">
            <summary>
            Gets the template change list.
            </summary>
            <param name="target">
            The target.
            </param>
            <returns>
            The template change list.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.InheritsFrom(System.String)">
            <summary>
            Determines whether template has a specific base template.
            </summary>
            <param name="baseTemplateName">
            The base template name.
            </param>
            <returns><c>true</c> if template has a specific base template, <c>false</c> otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.InheritsFrom(Sitecore.Data.ID)">
            <summary>
            Determines whether the specified template has a specific base template.
            </summary>
            <param name="baseTemplateId">
            The base template id.
            </param>
            <returns>
            <c>true</c> if template has the specific base template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.InheritsFromAny(Sitecore.Data.ID[])">
            <summary>
            Checks if current template inherits from any of provided <paramref name="baseTemplateCandidates"/>.
            </summary>
            <param name="baseTemplateCandidates">The base template candidates.</param>
            <returns><c>true</c> if template is based on any of the candidates; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.AddBaseTemplates(System.Collections.Generic.IDictionary{Sitecore.Data.ID,Sitecore.Data.Templates.Template},System.Boolean)">
            <summary>
            Adds the base templates for current one.
            </summary>
            <param name="alreadyResolved">
            The already resolved base templates.
            </param>
            <param name="deep">
            if set to <c>true</c> adds base templates from all levels recursively.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.AddDefaults(System.Collections.Hashtable,System.Collections.Hashtable)">
            <summary>
            Adds the defaults.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="target">
            The target.
            </param>
            <returns>
            The defaults.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.AddFields(Sitecore.Data.Templates.Template,System.Collections.Generic.IDictionary{Sitecore.Data.ID,Sitecore.Data.Templates.TemplateField})">
            <summary>
            Adds the fields of a template to a dictionary.
            </summary>
            <param name="template">
            The template.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.AddSection(Sitecore.Data.Templates.TemplateSection)">
            <summary>
            Adds the section.
            </summary>
            <param name="section">
            The section.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.CheckRecursionLevel(System.Collections.Generic.Stack{Sitecore.Data.Templates.Template})">
            <summary>
            Checks the recursion level.
            </summary>
            <param name="stack">
            The stack.
            </param>
            <returns>
            The recursion level.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.DoGetField(Sitecore.Data.ID,System.String,System.Collections.Generic.Stack{Sitecore.Data.Templates.Template})">
            <summary>
            Executes the get field event.
            </summary>
            <param name="fieldID">
            The field ID.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="stack">
            The stack.
            </param>
            <returns>
            The <see cref="T:Sitecore.Data.Templates.TemplateField"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.DoGetSection(Sitecore.Data.ID,System.String,System.Int32)">
            <summary>
            Executes the get section event.
            </summary>
            <param name="sectionID">
            The section ID.
            </param>
            <param name="sectionKey">
            The section key.
            </param>
            <param name="recursionLevel">
            The recursion level.
            </param>
            <returns>
            The <see cref="T:Sitecore.Data.Templates.TemplateSection"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetBaseTemplateMap">
            <summary>
            Gets the base templates.
            </summary>
            <returns>
            The base templates.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetBaseTemplates(System.Collections.Generic.IDictionary{Sitecore.Data.ID,Sitecore.Data.Templates.Template},System.Collections.Generic.Stack{Sitecore.Data.Templates.Template})">
            <summary>
            Gets the base templates.
            </summary>
            <param name="result">
            The result.
            </param>
            <param name="recursionTracker">
            The stack.
            </param>
        </member>
        <member name="M:Sitecore.Data.Templates.Template.GetTemplate(Sitecore.Data.ID)">
            <summary>
            Gets the template.
            </summary>
            <param name="templateId">
            The template id.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateChangeAction">
            <summary>Defines the possible actions to make to a field when changing the template of an item.</summary>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateChangeAction.None">
            <summary>None</summary>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateChangeAction.ChangeFieldID">
            <summary>Changes the ID of the field.</summary>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateChangeAction.DeleteField">
            <summary>Deletes the field.</summary>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateChangeList">
            <summary>
            Holds a list of changes to be made when the template of an item is changed.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateChangeList.#ctor(Sitecore.Data.Templates.Template,Sitecore.Data.Templates.Template)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateChangeList"/> instance.
            </summary>
            <param name="source">Source.</param>
            <param name="target">Target.</param>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.Changes">
            <summary>
            Gets the changes.
            </summary>
            <value>The changes.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.PreferredLanguage">
            <summary>
            Gets or sets the preferred language.
            </summary>
            <value>The preferred language.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.PreferredVersion">
            <summary>
            Gets or sets the preferred version.
            </summary>
            <value>The preferred version.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.Target">
            <summary>
            Gets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateChangeList.Add(Sitecore.Data.Templates.TemplateChangeAction,Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateField)">
            <summary>
            Adds an action.
            </summary>
            <param name="action">Action.</param>
            <param name="source">Source.</param>
            <param name="target">Target.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateChangeList.FieldChanged(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateField)">
            <summary>
            A field has changed.
            </summary>
            <param name="source">Source.</param>
            <param name="target">Target.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateChangeList.FieldRemoved(Sitecore.Data.Templates.TemplateField)">
            <summary>
            A field has been removed.
            </summary>
            <param name="field">Field.</param>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateChangeList.TemplateChange">
            <summary>Represents a single change when changing the template of an item.</summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateChangeList.TemplateChange.#ctor(Sitecore.Data.Templates.TemplateChangeAction,Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateChangeList.TemplateChange"/> instance.
            </summary>
            <param name="action">Action.</param>
            <param name="sourceField">Source field.</param>
            <param name="owner">Owner.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateChangeList.TemplateChange.#ctor(Sitecore.Data.Templates.TemplateChangeAction,Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateChangeList)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateChangeList.TemplateChange"/> instance.
            </summary>
            <param name="action">Action.</param>
            <param name="sourceField">Source field.</param>
            <param name="targetField">Target field.</param>
            <param name="owner">Owner.</param>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.TemplateChange.Action">
            <summary>
            Gets the action.
            </summary>
            <value>The action.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.TemplateChange.Owner">
            <summary>
            Gets the owner.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.TemplateChange.SourceField">
            <summary>
            Gets the source field.
            </summary>
            <value>The source field.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateChangeList.TemplateChange.TargetField">
            <summary>
            Gets the target field.
            </summary>
            <value>The target field.</value>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateCollection">
            <summary>
            Represents a collection of templates.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Templates.TemplateCollection"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.Clone">
            <summary>
            Creates a shallow copy of the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.Contains(Sitecore.Data.ID)">
            <summary>
            Determines whether the instance contains template with given <paramref name="templateId"/>.
            </summary>
            <param name="templateId">The template identifier.</param>
            <returns>
              <c>true</c> if [contains] [the specified template identifier]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.GetAll">
            <summary>
            Gets all templates in the collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.GetTemplate(System.String)">
            <summary>
            Gets the template.
            </summary>
            <param name="fullName">The full name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.GetTemplate(Sitecore.Data.ID)">
            <summary>
            Gets the template.
            </summary>
            <param name="templateID">The template ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateCollection.Reset(Sitecore.Data.Templates.Template[])">
            <summary>
            Removes the templates stored inside the instance, and adds given <paramref name="templates"/> instead.
            </summary>
            <param name="templates">The templates to be carried inside this instance.</param>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateField">
            <summary>Represents a single field in an item <see cref="P:Sitecore.Data.Templates.TemplateField.Template"/> that is defined by <see cref="P:Sitecore.Data.Templates.TemplateField.Name"/>, <see cref="P:Sitecore.Data.Templates.TemplateField.ID"/>, and parent <see cref="P:Sitecore.Data.Templates.TemplateField.Section"/>.</summary>
            <para><see cref="P:Sitecore.Data.Templates.TemplateField.Type"/> defines in which format inner value should be treated (f.e. checkbox, blob or rich text).</para>
            <para>Value sharing type (<see cref="P:Sitecore.Data.Templates.TemplateField.IsShared"/>, <see cref="P:Sitecore.Data.Templates.TemplateField.IsUnversioned"/>, <see cref="P:Sitecore.Data.Templates.TemplateField.IsVersioned"/>) defines if same field can have different values between languages and versions.</para>
            <para>An example of field is 'Title' <see cref="P:Sitecore.Data.Templates.TemplateField.IsVersioned"/> field of 'Single-Line Text' <see cref="P:Sitecore.Data.Templates.TemplateField.Type"/> in 'Sample item' <see cref="P:Sitecore.Data.Templates.TemplateField.Template"/>.</para>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateField.Builder">
            <summary>
            Implements a builder class for <see cref="T:Sitecore.Data.Templates.TemplateField"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.Templates.TemplateSection)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateField.Builder"/> instance.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldID">Field ID.</param>
            <param name="section">Section.</param>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Builder.Field">
            <summary>
            Gets the field.
            </summary>
            <value>The field.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetDefaultValue(System.String)">
            <summary>
            Sets the default value.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetDescription(System.String,Sitecore.Globalization.Language)">
            <summary>
            Sets the description.
            </summary>
            <param name="description">Description.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetHelpLink(System.String)">
            <summary>
            Sets the help link.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetIcon(System.String)">
            <summary>
            Sets the icon.
            </summary>
            <param name="icon">Icon.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetIsBlob(System.Boolean)">
            <summary>
            Sets the load on demand flag.
            </summary>
            <param name="value">The flag value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetSharedLanguageFallbackEnabled(System.Boolean)">
            <summary>
            Sets the language fallback enabled.
            </summary>
            <param name="value">if set to <c>true</c> [value].</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetResetBlank(System.Boolean)">
            <summary>
            Sets the reset blank flag.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetShared(System.Boolean)">
            <summary>
            Sets the shared flag.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetSortorder(System.Int32)">
            <summary>
            Sets the sortorder.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetSource(System.String)">
            <summary>
            Sets the source.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetStyle(System.String)">
            <summary>
            Sets the CSS style.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetTitle(System.String,Sitecore.Globalization.Language)">
            <summary>
            Sets the title.
            </summary>
            <param name="title">Title.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetToolTip(System.String,Sitecore.Globalization.Language)">
            <summary>
            Sets the tool tip.
            </summary>
            <param name="tooltip">Tooltip.</param>
            <param name="language">Language.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetType(System.String)">
            <summary>
            Sets the type.
            </summary>
            <param name="type">Type.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetUnversioned(System.Boolean)">
            <summary>
            Sets the unversioned flag.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetValidation(System.String)">
            <summary>
            Sets the validation.
            </summary>
            <param name="validation">The validation.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetValidationText(System.String,Sitecore.Globalization.Language)">
            <summary>
            Sets the validation text.
            </summary>
            <param name="validationText">The validation text.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetExcludeFromTextSearch(System.Boolean)">
            <summary>
              Sets the 'exclude from index' flag.
            </summary>
            <param name="value">Flag state</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.Builder.SetIgnoreDictionaryTranslations(System.Boolean)">
            <summary>
              Sets the 'Ignore Dictionary Translations' flag.
            </summary>
            <param name="value">Flag state</param>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateField.ContextCacheKeyPart">
            <summary>"TemplateField"</summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Data.Templates.TemplateField"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Templates.TemplateField"/> class with default values.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.Templates.TemplateSection)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateField"/> instance.
            </summary>
            <param name="name">Name of the template field.</param>
            <param name="id">Id.</param>
            <param name="section">Section.</param>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.DefaultValue">
            <summary>
            Gets the default value.
            </summary>
            <value>The default value.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Empty">
            <summary>
            Gets the empty (ie. null) instance.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.HelpLink">
            <summary>
            Gets the help link.
            </summary>
            <value>The help link.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.ID">
            <summary>
            Gets the ID of this field.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty (ie. the null instance).
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IsSharedLanguageFallbackEnabled">
            <summary>
            Gets a value indicating whether this instance is language fallback enabled.
            </summary>
            <value>
            <c>true</c> if this instance is language fallback enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IsShared">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Templates.TemplateField"/> is shared.
            <para>Shared field has one value across all versions and languages.</para>
            </summary>
            <value>
                <c>true</c> if shared; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IsUnversioned">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Templates.TemplateField"/> is unversioned.
            <para>Unversioned means each language has its own value.</para>
            </summary>
            <value><c>true</c> if unversioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IsVersioned">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Templates.TemplateField"/> is versioned.
            <para>Value is unique for each version in each language.</para>
            </summary>
            <value><c>true</c> if versioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IsBlob">
            <summary>
            Gets a value indicating whether the field should be loaded on demand.
            </summary>
            <value><c>true</c> if shared; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Name">
            <summary>
            Gets the name of the field.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Section">
            <summary>
            Gets the section where this field belongs to.
            </summary>
            <value>The section.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.ResetBlank">
            <summary>
            Gets a value indicating whether blank fields should be set to their default value.
            </summary>
            <value>
                <c>true</c> if blank fields should be set to their default value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Sortorder">
            <summary>
            Gets the sort order.
            <para>Fields are ordered by this field value.</para>
            </summary>
            <value>The sort order.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Style">
            <summary>
            Gets the CSS style to use in the client.
            </summary>
            <value>The style.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Template">
            <summary>
            Gets the template to which this instance belongs.
            </summary>
            <value>The template.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Type">
            <summary>
            Gets the type of the field.
            <para>Examples: 'Single-Line Text', 'General Link', 'Checkbox'.</para>
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.TypeKey">
            <summary>
            Gets the type key.
            </summary>
            <value>The type key.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.Validation">
            <summary>
            Gets the validation.
            </summary>
            <value>The validation.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.ExcludeFromTextSearch">
            <summary>
             Marks field to be skipped by index crawler when looking for fields using field type.
             Does not affect direct references to fields by name or ID.
              
             In default installation excludes a text field from Lucene FTS index ('system').
            </summary>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateField.IgnoreDictionaryTranslations">
            <summary>
            Gets a value indicating whether this field should not be translated at runtime.
            </summary>
            <value>
            <c>true</c> if [ignore dictionary translations]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.GenerateContextCacheKey(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Generates the context cache key.
            </summary>
            <param name="fieldId">The field id.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.GetDescription(Sitecore.Globalization.Language)">
            <summary>
            Gets the description.
            </summary>
            <param name="language">Language.</param>
            <returns>The description.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.GetDescriptionIndex(Sitecore.Globalization.Language)">
            <summary>
            Gets the description index.
            </summary>
            <param name="language">Language.</param>
            <returns>The description index.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.GetTitle(Sitecore.Globalization.Language)">
            <summary>
            Gets the title.
            </summary>
            <param name="language">Language.</param>
            <returns>The title.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.GetToolTip(Sitecore.Globalization.Language)">
            <summary>
            Gets the tool tip.
            </summary>
            <param name="language">Language.</param>
            <returns>The tool tip.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateField.GetValidationText(Sitecore.Globalization.Language)">
            <summary>
            Gets the validation text.
            </summary>
            <param name="language">The language.</param>
            <returns>The validation text.</returns>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateFieldSharing">
            <summary>
            Defines field sharing type.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateFieldSharing.None">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateFieldSharing.Unversioned">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Data.Templates.TemplateFieldSharing.Shared">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateList">
            <summary>
            AccountList class
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.Templates.Template})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Templates.TemplateList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Templates.TemplateList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateParser">
            <summary>
            Builds templates from an XML specification.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateParser.ParseFile(System.String)">
            <summary>
            Builds templates from an XML file.
            </summary>
            <param name="filename">Filename.</param>
            <returns>The file.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateParser.Parse(System.String)">
            <summary>
            Builds template from XML string.
            </summary>
            <param name="xml">XML.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateParser.Parse(System.Xml.XmlDocument)">
            <summary>
            Builds templates from an XML document.
            </summary>
            <param name="xmlDocument">XML document.</param>
            <returns>The parse.</returns>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateSection">
            <summary>
            Represents a template section.
            </summary>
            <remarks><seealso cref="P:Sitecore.Data.Templates.TemplateSection.Template"/><seealso cref="T:Sitecore.Data.Templates.TemplateField"/></remarks>
        </member>
        <member name="T:Sitecore.Data.Templates.TemplateSection.Builder">
            <summary>
            Implements a builder class for <see cref="T:Sitecore.Data.Templates.TemplateSection"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.Builder.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.Templates.Template)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateSection.Builder"/> instance.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="sectionID">Section ID.</param>
            <param name="template">Template.</param>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Builder.Section">
            <summary>
            Gets the section.
            </summary>
            <value>The section.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.Builder.SetIcon(System.String)">
            <summary>
            Sets the icon.
            </summary>
            <param name="icon">Icon.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.Builder.SetSortorder(System.Int32)">
            <summary>
            Sets the sortorder.
            </summary>
            <param name="value">Value.</param>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.Builder.AddField(System.String,Sitecore.Data.ID)">
            <summary>
            Adds a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldID">Field ID.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.Builder.AddField(System.Xml.XmlNode)">
            <summary>
            Adds a field.
            </summary>
            <param name="node">Node.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.Templates.Template)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Templates.TemplateSection"/> instance.
            </summary>
            <param name="name">Name.</param>
            <param name="id">Id.</param>
            <param name="template">Template.</param>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Sortorder">
            <summary>
            Gets the sortorder.
            </summary>
            <value>The sortorder.</value>
        </member>
        <member name="P:Sitecore.Data.Templates.TemplateSection.Template">
            <summary>
            Gets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.GetField(Sitecore.Data.ID)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldID">Field ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.GetField(System.String)">
            <summary>
            Gets a field.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.GetFields">
            <summary>
            Gets all the fields.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Templates.TemplateSection.DoGetField(Sitecore.Data.ID,System.String)">
            <summary>
            Executes the get field event.
            </summary>
            <param name="fieldID">The field ID.</param>
            <param name="fieldName">Name of the field.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Validators.BaseValidator">
            <summary>
            Represents a base validator.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.errors">
            <summary>
            The errors.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.controlsToValidate">
            <summary>
            Set of controls for item validation.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.markerId">
            <summary>
            The marker id.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.controlToValidate">
            <summary>
            The control to validate.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.controlValidationValue">
            <summary>
            The control validation value.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.controlValidationValueCrc">
            <summary>
            The control validation value crc.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.crc">
            <summary>
            The Cycling Redundancy Check.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.evaluationMode">
            <summary>
            The evaluation mode.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.expiry">
            <summary>
            The expiry.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.fieldId">
            <summary>
            The field id.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.hasControlValidationValue">
            <summary>
            The _has control validation value.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.hasCrc">
            <summary>
            The has Cycling Redundancy Check.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.hasMenu">
            <summary>
            The has menu.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.icon">
            <summary>
            The validator icon.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.isEvaluating">
            <summary>
            The is evaluating.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.itemUri">
            <summary>
            The item uri.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.options">
            <summary>
            The options.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.result">
            <summary>
            The result.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.text">
            <summary>
            The text to show.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.validatorId">
            <summary>
            The validator id.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.fieldValueHelper">
            <summary>
            An instance of <see cref="P:Sitecore.Data.Validators.BaseValidator.FieldValueHelper"/> to get correct value of the field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.BaseValidator.controlValueHelper">
            <summary>
            An instance of <see cref="P:Sitecore.Data.Validators.BaseValidator.ControlValueHelper"/> to get correct value of the control.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.BaseValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.BaseValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.ControlToValidate">
            <summary>
            Gets or sets the input control to validate.
            </summary>
            <value>The input control to validate. The default value is String.Empty, which indicates that this property is not set. </value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.ControlValidationValue">
            <summary>
            Gets the control validation value.
            </summary>
            <value>The control validation value.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Errors">
            <summary>
            Gets the errors.
            </summary>
            <value>The errors.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.EvaluationMode">
            <summary>
            Gets or sets the evaluation.
            </summary>
            <value>The evaluation.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Expiry">
            <summary>
            Gets or sets the expiry date, expressed as UTC.
            </summary>
            <value>The expiry date, expressed as UTC.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.HasMenu">
            <summary>
            Gets or sets a value indicating whether this instance has menu.
            </summary>
            <value><c>true</c> if this instance has menu; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The validator icon.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.IsEvaluating">
            <summary>
            Gets or sets a value indicating whether this instance is evaluating.
            </summary>
            <value>
            <c>true</c> if this instance is evaluating; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.IsValid">
            <summary>
            Gets a value indicating whether the associated input control passes validation.
            </summary>
            <value>
            <c>true</c> if the associated input control passes validation;
            otherwise, <c>false</c>. The default value is <c>true</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.ItemUri">
            <summary>
            Gets or sets the item URI.
            </summary>
            <value>The item URI.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.MarkerID">
            <summary>
            Gets the marker ID.
            </summary>
            <value>The marker ID.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.MaxValidatorResult">
            <summary>
            Gets the max validator result that the validator can return.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <value>
            The max validator result.
            </value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Options">
            <summary>
            Gets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Result">
            <summary>
            Gets or sets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text to show.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.ValidatorID">
            <summary>
            Gets or sets the validator ID.
            </summary>
            <value>The validator ID.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.FieldValueHelper">
            <summary>
            Gets or sets the instance of <see cref="P:Sitecore.Data.Validators.BaseValidator.FieldValueHelper"/> to get correct value of the field.
            </summary>
            <value>
            The instance of <see cref="P:Sitecore.Data.Validators.BaseValidator.FieldValueHelper"/> to get correct value of the field.
            </value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.ControlValueHelper">
            <summary>
            Gets or sets the instance of <see cref="P:Sitecore.Data.Validators.BaseValidator.ControlValueHelper"/> to get correct value of the control.
            </summary>
            <value>
            The instance of <see cref="P:Sitecore.Data.Validators.BaseValidator.ControlValueHelper"/> to get correct value of the control.
            </value>
        </member>
        <member name="P:Sitecore.Data.Validators.BaseValidator.ControlsToValidate">
            <summary>
            Returns a set of controls for item validation.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetIcon(Sitecore.Data.Validators.ValidatorResult)">
            <summary>
            Gets the icon.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            The icon to show.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.Expire">
            <summary>
            Expires this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetFieldDisplayName">
            <summary>
            Gets the display name of the field.
            </summary>
            <returns>
            The display name of the field.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetIcon">
            <summary>
            Gets the icon.
            </summary>
            <returns>
            The validator icon.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/>
            with the data needed to serialize the target object.
            </summary>
            <param name="info">
            The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.
            </param>
            <param name="context">
            The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.
            </param>
            <exception cref="T:System.Security.SecurityException">
            The caller does not have the required permission.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.Update">
            <summary>
            Updates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.Validate(Sitecore.Data.Validators.ValidatorOptions)">
            <summary>
            Validates this instance.
            </summary>
            <param name="validatorOptions">
            The validatorOptions.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.InternalValidate">
            <summary>
            Evaluates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code
            to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetControlValidationValue">
            <summary>
            Gets the control validation value.
            </summary>
            <returns>
            The control validation value.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetField">
            <summary>
            Gets the field.
            </summary>
            <returns>
            The field.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetItem">
            <summary>
            Gets the item with an temporary set candidate field value that is to be checked by validator.
            </summary>
            <returns>
            The validated item with temporary set candidate field value.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.HasControlToValidate">
            <summary>
            Determines whether this instance has a control to validate.
            </summary>
            <returns>
            <c>true</c> if this instance has a control to validate; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.IsControlValidationValueValid">
            <summary>
            Determines whether the control validation value is valid.
            </summary>
            <returns>
            <c>true</c> if the control validation value is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.IsEvaluationRequired">
            <summary>
            Determines if evaluation should be performed.
            </summary>
            <returns>
            The evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.UpdateField(Sitecore.Data.Fields.Field)">
            <summary>
            Updates ControlToValidate value.
            </summary>
            <param name="field">Current field id is used for searching by controlsToValidate dictionary.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.GetCrc">
            <summary>
            Gets the Cycling Redundancy Check.
            </summary>
            <returns>
            The Cycling Redundancy Check.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.StartValidator">
            <summary>
            Starts the validator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.BaseValidator.UpdateItem(Sitecore.Data.Items.Item)">
            <summary>
            Updates the item.
            </summary>
            <param name="item">
            The item to update.
            </param>
        </member>
        <member name="T:Sitecore.Data.Validators.DefaultValidatorManager">
            <summary>The default validator manager.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.DefaultValidatorManager.itemScripts">
            <summary>The item scripts.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.#ctor(Sitecore.CodeDom.Scripts.BaseItemScripts)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.DefaultValidatorManager"/> class.</summary>
            <param name="itemScripts">The item scripts.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildValidator(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the validator.
            </summary>
            <param name="validator">
            The validator.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The validator.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String,System.String})">
            <summary>
            Builds the validation set.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="controls">
            The controls.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,System.Collections.Generic.ICollection{Sitecore.Data.FieldDescriptor},Sitecore.Data.Database,Sitecore.Collections.SafeDictionary{System.String,System.String})">
            <summary>
            Builds the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
            <param name="controls">
            The controls.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Builds the validation set.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetFieldsValidators(Sitecore.Data.Validators.ValidatorsMode,System.Collections.Generic.IEnumerable{Sitecore.Data.FieldDescriptor},Sitecore.Data.Database)">
            <summary>
            Gets the field validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            The field validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetGlobalValidatorsForItem(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Gets the global validators for item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The global validators for item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetGlobalValidatorsForItem(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the global validators for item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="includeSuppressedRules">
            The include Suppressed Rules.
            </param>
            <returns>
            The global validators for item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetItemValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Gets the item validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The item validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetValidators(Sitecore.Data.Validators.ValidatorsMode,System.String)">
            <summary>
            Gets the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.SetValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Sets the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="validators">
            The validators.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.UpdateValidators(Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Updates the validators.
            </summary>
            <param name="validators">
            The validators.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.Validate(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Validators.ValidatorOptions)">
            <summary>
            Validates the specified result.
            </summary>
            <param name="validators">
            The validators.
            </param>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetStrongestResult(Sitecore.Data.Validators.ValidatorCollection,System.Boolean,System.Boolean)">
            <summary>
            Determines the worst result that the validators in the list have.
            </summary>
            <param name="validators">List of validators which results should be inspected.</param>
            <param name="skipNotCritical">If false, then 'unknown' is considered as the worst result, otherwise it is the worst only in case not yet evaluated validator can have 'critical' or 'fatal'.</param>
            <param name="skipFatalErrorsForStandardValues">If true, then standard value holders will have validation result no stronger than critical, even if they have fatal errors.</param>
            <returns>Pair of worst validation result and the validator that has this result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetValidationErrorDetails(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Gets the validation errors.
            </summary>
            <param name="failedValidator">
            The failed validator.
            </param>
            <returns>
            The validation errors.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetDistinctItemsFromFields(System.Collections.Generic.IEnumerable{Sitecore.Data.Fields.Field})">
            <summary>
            Input a list of fields and generate distinct ItemList
            </summary>
            <param name="fields">
            The fieldList.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.SuppressRulesByItemList(Sitecore.Data.Validators.ValidatorCollection,System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item})">
            <summary>
            Input a list of items and the suppress the validators through the __Suppressed Validation Rules field in the Item
            </summary>
            <param name="validators">
            The ValidatorCollection.
            </param>
            <param name="items">
            The item List.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.SuppressRulesByItem(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Items.Item)">
            <summary>
            Input a single item and the uppress the validators through the __Suppressed Validation Rules field in the Item
            </summary>
            <param name="validators">
            The ValidatorCollection.
            </param>
            <param name="item">
            The single item
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildFieldValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Validators.ValidatorCollection,System.Collections.Generic.IEnumerable{Sitecore.Data.Fields.Field},Sitecore.Data.Database)">
            <summary>
            Builds the field validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="result">
            The result.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildFieldValidators(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item)">
            <summary>
            Builds the validations.
            </summary>
            <param name="validatorCollection">
            The result.
            </param>
            <param name="validatorsField">
            The validators field.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildFieldValidators(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Builds the validations.
            </summary>
            <param name="validatorCollection">
            The result.
            </param>
            <param name="validatorsField">
            The validators field.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="fieldId">
            The field id.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildGlobalItemValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Items.Item)">
            <summary>
            Builds the global item validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="result">
            The result.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.BuildItemValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Items.Item)">
            <summary>
            Builds the item validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="result">
            The result.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.ConvertToFields(System.Collections.Generic.IEnumerable{Sitecore.Data.FieldDescriptor})">
            <summary>
            Converts to fields.
            </summary>
            <param name="fields">
            The fields.
            </param>
            <returns>
            The to fields.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.GetSuppressedRules(Sitecore.Data.Items.Item)">
            <summary>
            Gets the suppressed rules.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The suppressed rules.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.DefaultValidatorManager.PostprocessValidatorsForContentEditor(System.String,Sitecore.Collections.SafeDictionary{System.String,System.String},Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            The postprocess validators for content editor.
            </summary>
            <param name="key">
            The key.
            </param>
            <param name="controls">
            The controls.
            </param>
            <param name="mode">
            The mode.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator">
            <summary>
              Defines base class to validate clone's fields.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.SourceItemFieldName">
            <summary>
            The source item field name
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.SourceFieldName">
            <summary>
            The source field name
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code
            to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.EvaluateCloneField(System.String,System.String)">
            <summary>
            Evaluates the custom logic for clone field.
            </summary>
            <param name="source">The source field value.</param>
            <param name="sourceItem">The source item value.</param>
            <returns><see cref="T:Sitecore.Data.Validators.ValidatorResult"/> which contains result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.CheckUriHasCorrectDbAndItemId(System.String,System.String,Sitecore.Data.ID)">
            <summary>
            Checks that after parsing URI, database and item identifier equal to the provided database and item id.
            </summary>
            <param name="itemUri">The item URI to parse.</param>
            <param name="db">The database.</param>
            <param name="itemId">The item identifier.</param>
            <returns><see cref="T:Sitecore.Data.Validators.ValidatorResult"/> which contains result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BaseCloneValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <returns>
            The max validator result.
            </returns>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator">
            <summary>
            Validates that a field doesn't have broken links.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.BrokenLinksValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <returns>
            The max validator result.
            </returns>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator">
            <summary>
            Represents a MaxLengthFieldValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ContainsCharactersValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DatabaseNameValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator">
            <summary>
            Represents a DateTimeRangeValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.DateTimeRangeValidator.GetContextCulture">
            <summary>
            Gets the context culture.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator">
            <summary>
            Represents a Image Alt Field Validator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ExternLinkTargetValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.FileValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.FileValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.FileValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.FileValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.FileValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.FileValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.FileValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.FileValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator">
            <summary>
            Represents a Image Alt Field Validator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFieldValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator">
            <summary>
            Represents a Image Alt Field Validator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageAltFromMediaLibraryFieldValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator">
            <summary>
            Represents a ImageSizeValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ImageSizeValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator">
            <summary>
            Represents an IntegerFieldValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.AllowNegative">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator"/> allows the negative.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator"/> allows the negative; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.AllowZero">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator"/> allows the zero.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator"/> allows the zero; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerFieldValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator">
            <summary>
            Represents an IntegerRangeValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.IntegerRangeValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator">
            <summary>
            Defines the lower case validator class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.LowerCaseValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator">
            <summary>
            Represents a MaxLengthFieldValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MaxLengthFieldValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator">
            <summary>Represents a MaxLengthFieldValidator.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.MinLengthFieldValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoSpacesValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.NoTagsValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoTagsValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.NoTagsValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoTagsValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.NoTagsValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.NoTagsValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoTagsValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.NoTagsValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ParametersValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ParametersValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ParametersValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ParametersValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ParametersValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ParametersValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ParametersValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ParametersValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.RegexValidator">
            <summary>
            Represents a RegexValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RegexValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RegexValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RegexValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RegexValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.RegexValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RegexValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RegexValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator">
            <summary>
            Represents a RequiredFieldValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RequiredFieldValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ResetToStandardValueValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator">
            <summary>
            Represents a Image Alt Field Validator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RichTextImageSizeValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator">
            <summary>
            Validates that rule conditions and actions have correct type and are not obsolete.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator"/> class.
            </summary>
            <param name="info">
            The info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>
            The name.
            </value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control
              is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <returns>
            The max validator result.
            </returns>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
              is Error or below, the validator does not have to be evaluated before saving.
              If the Max Validator Result is CriticalError or FatalError, the validator must have
              been evaluated before saving.
            </remarks>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.GetElementType(Sitecore.Data.Items.Item)">
            <summary>
            Get concrete implementation type of element.
            </summary>
            <param name="targetItem">
            The target item.
            </param>
            <returns>
            Returns type of action or condition <see cref="T:System.Type"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.GetGenericTypeName(System.String)">
            <summary>
            Gets name of generic type.
            </summary>
            <param name="typeName">
            The type name.
            </param>
            <returns>
            The type name with additional symbol to mark it as a generic type e.g. MyType`1 <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.RuleElementsTypeFieldValidator.GetElementIDs(Sitecore.Data.Fields.Field)">
            <summary>
            Get related actions and conditions ids.
            </summary>
            <param name="field">
            The rule field to inspect.
            </param>
            <returns>
            Returns collection of element IDs.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator">
            <summary>
            Validates that a field doesn't have broken links.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.ScriptCodeValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <returns>
            The max validator result.
            </returns>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SitecoreCommandValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.SourceItemValidator">
            <summary>
              Defines the __Source Item field validator class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SourceItemValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SourceItemValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SourceItemValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SourceItemValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.SourceItemValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SourceItemValidator.EvaluateCloneField(System.String,System.String)">
            <summary>
            Evaluates the custom logic for clone field.
            </summary>
            <param name="source">The source field value.</param>
            <param name="sourceItem">The source item value.</param>
            <returns>
              <see cref="T:Sitecore.Data.Validators.ValidatorResult" /> which contains result of the operation.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.SourceValidator">
            <summary>
              Defines the __Source field validator class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SourceValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SourceValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SourceValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SourceValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.SourceValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SourceValidator.EvaluateCloneField(System.String,System.String)">
            <summary>
            Evaluates the custom logic for clone field.
            </summary>
            <param name="source">The source field value.</param>
            <param name="sourceItem">The source item value.</param>
            <returns>
              <see cref="T:Sitecore.Data.Validators.ValidatorResult" /> which contains result of the operation.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator">
            <summary>
            Represents a SpellcheckValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator"/> class.
            </summary>
            <param name="info">The serialization info.</param>
            <param name="context">The sream context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SpellcheckValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator">
            <summary>Represents a StartWithCapitalEndWithDotValidator.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StartWithCapitalEndWithDotValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.StringEnumValidator">
            <summary>
            Represents a StringEnumValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StringEnumValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.StringEnumValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StringEnumValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.StringEnumValidator"/> class.
            </summary>
            <param name="info">
            The validator info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.StringEnumValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StringEnumValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.StringEnumValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.SystemValidation.CircularDependencyValidator">
            <summary>
            Validates field selected value is other than
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SystemValidation.CircularDependencyValidator.#ctor">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SystemValidation.CircularDependencyValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
             
            </summary>
            <param name="info"></param>
            <param name="context"></param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.SystemValidation.CircularDependencyValidator.Name">
            <summary>
            Returns the name of the validator
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SystemValidation.CircularDependencyValidator.Evaluate">
            <summary>
            Ensures <see cref="P:Sitecore.Data.Validators.BaseValidator.ControlValidationValue"/> does not contain <see cref="M:Sitecore.Data.Validators.BaseValidator.GetItem"/> id.
            </summary>
            <returns><see cref="F:Sitecore.Data.Validators.ValidatorResult.FatalError"/> if item id is met in control value; <see cref="F:Sitecore.Data.Validators.ValidatorResult.Valid"/> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.SystemValidation.CircularDependencyValidator.GetMaxValidatorResult">
            <summary>
            Gets the strongest validation value in case validation fails.
            </summary>
            <returns><see cref="F:Sitecore.Data.Validators.ValidatorResult.FatalError"/></returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator">
            <summary>
            Defines the type and assembly validator class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator"/> class.
            </summary>
            <param name="info">The serialization info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.TypeAndAssemblyValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <returns>The max validator result.</returns>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator">
            <summary>The unique value validator.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator"/> class.</summary>
            <param name="info">The serialization info.</param>
            <param name="context">The sream context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code
            to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UniqueValueValidator.GetPath">
            <summary>Gets the path.</summary>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.UpperCaseValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator">
            <summary>
            Represents a W3CXhtmlValidator.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.report">
            <summary>
            The report.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.Report">
            <summary>
            Gets or sets the report.
            </summary>
            <value>The report.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">
            The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.
            </param>
            <param name="context">
            The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.
            </param>
            <exception cref="T:System.Security.SecurityException">
            The caller does not have the required permission.
            </exception>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.W3CXhtmlValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.XhtmlValidator">
            <summary>
            Represents a XhtmlValidator.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XhtmlValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.XhtmlValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XhtmlValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.XhtmlValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.XhtmlValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XhtmlValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XhtmlValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.FieldValidators.XmlValidator">
            <summary>Defines the lower case validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XmlValidator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.XmlValidator"/> class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XmlValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.FieldValidators.XmlValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.FieldValidators.XmlValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XmlValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.FieldValidators.XmlValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator">
            <summary>
            Implements an item validator that checks that no duplicate names appears on the same level.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.DateRangeValidator">
            <summary>Implements an item validator that checks a date range.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DateRangeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DateRangeValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.ErrorText">
            <summary>
            Gets or sets the error text.
            </summary>
            <value>The error text.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.Field1">
            <summary>
            Gets or sets the field1.
            </summary>
            <value>The field1.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.Field2">
            <summary>
            Gets or sets the field2.
            </summary>
            <value>The field2.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DateRangeValidator.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator">
            <summary>
            Implements an item validator that checks that no duplicate names appears on the same level.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The serialization name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator">
            <summary>Implements an item validator that checks that no duplicate names appears on the same level.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.DuplicateSortOrderValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator">
            <summary>
            Implements an item validator that checks that no duplicate names appears on the same level.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.BrokenLinkValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator"/> class.
            </summary>
            <param name="info">The serialization info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is ValidatorResult.CriticalError or ValidatorResult.FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.GetUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the URL.
            </summary>
            <param name="item">The item to get URL for.</param>
            <returns>
            The item URL.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.FullPageXHtmlValidator.CreateRequest(System.String)">
            <summary>
            Creates the request.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator">
            <summary>Implements an item validator that checks that if an item has subitems but no insert options.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsButNoInsertOptionsValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator">
            <summary>Implements an item validator that checks that if an item has subitems but no insert options.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemHasSubItemsThatAreNotInInsertOptionsValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator">
            <summary>Defines the item is not referenced validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemIsNotReferencedValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator">
            <summary>
            Implements an item validator that checks that item name doesn't contains replaced characters.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator"/> class.
            </summary>
            <param name="info">The serialization info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The serialization name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator.ContainsEncodedAndDecodedSymbols(System.String)">
            <summary>
            Checks that value contains encoded and decoded values from EncodeNameReplacements.
            </summary>
            <param name="value">String value.</param>
            <returns>Value that indicates whether true or false.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ItemNameEncodedCharactersValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator">
            <summary>Implements an item validator that checks a date range.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.LockedByNonExistingUserValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator">
            <summary>
            Implements an item validator that checks that no duplicate names appears on the same level.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator"/> class.
            </summary>
            <param name="info">
            The serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.MediaSizeValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.Notifications">
            <summary>
            Defines the notifications class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.Notifications.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.Notifications"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.Notifications.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.Notifications"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.Notifications.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.Notifications.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.Notifications.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <returns>The max validator result.</returns>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator">
            <summary>Implements an item validator that checks that if an item has subitems but no insert options.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,Sitecore.Abstractions.Serialization.BaseItemStorageProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context</param>
            <param name="itemStorageProvider">Serialization storage provider for items.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.NotSerializedValidator.CheckReferences(Sitecore.Data.Items.Item)">
            <summary>
            Checks the references.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator">
            <summary>Implements an item validator that checks a date range.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.OwnedByNonExistingUserValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator">
            <summary>Defines the publish unpublish date range validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.PublishUnpublishDateRangeValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator">
            <summary>Implements an item validator that checks that no duplicate names appears on the same level.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RadioCheckBoxValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ReminderArchiveDateRangeValidator">
            <summary>Defines the valid reminder/archive date range validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ReminderArchiveDateRangeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ReminderArchiveDateRangeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ReminderArchiveDateRangeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ReminderArchiveDateRangeValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ReminderArchiveDateRangeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.RuleValidator">
            <summary>Implements an item validator that runs rules.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RuleValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.RuleValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RuleValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.RuleValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.RuleValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RuleValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.RuleValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator">
            <summary>Implements an item validator that checks that if an item has subitems but no insert options.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.StandardValueHasNameMacroValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator">
            <summary>
            Implements an item validator that checks that no duplicate names appears on the same level.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.DuplicateNameValidator"/> class.
            </summary>
            <param name="info">
            The srialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The validator name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator.Evaluate">
            <summary>
            When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
            </summary>
            <returns>
            The result of the evaluation.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.UrlCharacterValidator.GetMaxValidatorResult">
            <summary>
            Gets the max validator result.
            </summary>
            <remarks>
            This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.
            </remarks>
            <returns>
            The max validator result.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator">
            <summary>Implements an item validator Validation rules item.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidationRulesValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator">
            <summary>Defines the valid from/valid to date range validator class.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.ValidFromValidToDateRangeValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator">
            <summary>Implements an item validator that checks that no duplicate names appears on the same level.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator.Evaluate">
            <summary>When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.</summary>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ItemValidators.WorkflowFinalStateValidator.GetMaxValidatorResult">
            <summary>Gets the max validator result.</summary>
            <remarks>This is used when saving and the validator uses a thread. If the Max Validator Result
            is Error or below, the validator does not have to be evaluated before saving.
            If the Max Validator Result is CriticalError or FatalError, the validator must have
            been evaluated before saving.</remarks>
            <returns>The max validator result.</returns>
        </member>
        <member name="T:Sitecore.Data.Validators.RuntimeValidationValues">
            <summary>
            The runtime validation context.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.RuntimeValidationValues.key">
            <summary>
            The key.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.RuntimeValidationValues.sync">
            <summary>
            The sync object
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.RuntimeValidationValues.keyValues">
            <summary>
            The key values.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.RuntimeValidationValues.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.RuntimeValidationValues"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Validators.RuntimeValidationValues.Current">
            <summary>
            Gets the current values.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Validators.RuntimeValidationValues.Item(System.String)">
            <summary>
            Gets or sets the value with the specified key.
            </summary>
            <param name="key">
            The key.
            </param>
        </member>
        <member name="T:Sitecore.Data.Validators.StandardValidator">
            <summary>
            Represents a Standard Validator.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.StandardValidator.textFieldId">
            <summary>Text field ID
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.StandardValidator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.StandardValidator"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.StandardValidator.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.StandardValidator"/> class.
            </summary>
            <param name="info">
            The Serialization info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.StandardValidator.GetFailedResult(Sitecore.Data.Validators.ValidatorResult)">
            <summary>
            Gets the result.
            </summary>
            <param name="defaultResult">
            The default result.
            </param>
            <returns>
            The result.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            </exception>
            <exception cref="T:System.ArgumentException">
            </exception>
        </member>
        <member name="M:Sitecore.Data.Validators.StandardValidator.GetText(System.String,System.String[])">
            <summary>
            Gets the text.
            </summary>
            <param name="text">
            The text to use if nor Parameters nither item contains text to display.
            </param>
            <param name="arguments">
            The arguments.
            </param>
            <returns>
            The formatted text.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            </exception>
            <exception cref="T:System.FormatException">
            </exception>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorBarFormatter">
            <summary>
            Represents a ValidatorsFormatter.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorBarFormatter.RenderValidationResult(Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Renders the validation result.
            </summary>
            <param name="validators">The validators.</param>
            <returns>The validation result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorBarFormatter.RenderResult(System.Web.UI.HtmlTextWriter,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Renders the validation result.
            </summary>
            <param name="output">The output.</param>
            <param name="validators">The validators.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorBarFormatter.RenderValidators(System.Web.UI.HtmlTextWriter,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Renders the validators.
            </summary>
            <param name="output">The output.</param>
            <param name="validators">The validators.</param>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorCollection">
            <summary>
            Represents a ValidatorCollection.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ValidatorCollection"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ValidatorCollection"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Validators.BaseValidator"/> at the specified index.
            </summary>
            <value>The <see cref="T:Sitecore.Data.Validators.BaseValidator"/>.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorCollection.Count">
            <summary>
            Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.
            </summary>
            <returns>
            The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.
            </returns>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorCollection.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorCollection.IsReadOnly">
            <summary>
            Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.
            </summary>
             
            <returns>
            true if the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only; otherwise, false.
            </returns>
             
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Add(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Adds the specified validator.
            </summary>
            <param name="validator">The validator.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Clear">
            <summary>
            Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.
            </summary>
             
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only. </exception>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Contains(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> contains a specific value.
            </summary>
            <returns>
            true if item is found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false.
            </returns>
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.CopyTo(Sitecore.Data.Validators.BaseValidator[],System.Int32)">
            <summary>
            Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.ICollection`1"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
            <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">arrayIndex is less than 0.</exception>
            <exception cref="T:System.ArgumentNullException">array is null.</exception>
            <exception cref="T:System.ArgumentException">array is multidimensional.-or-arrayIndex is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.ICollection`1"></see> is greater than the available space from arrayIndex to the end of the destination array.-or-Type T cannot be cast automatically to the type of the destination array.</exception>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.GetByMarkerID(System.String)">
            <summary>
            Gets the validator by marker ID.
            </summary>
            <param name="markerID">The marker ID.</param>
            <returns>The validator.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Remove(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.
            </summary>
            <returns>
            true if item was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false. This method also returns false if item is not found in the original <see cref="T:System.Collections.Generic.ICollection`1"></see>.
            </returns>
            <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.</exception>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Suppress(Sitecore.Text.ListString)">
            <summary>Suppresses the specified suppressed validators.</summary>
            <param name="suppressedValidators">The suppressed validators.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Sort">
            <summary>
            Sorts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Comparison(Sitecore.Data.Validators.BaseValidator,Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Comparisons the specified x.
            </summary>
            <param name="x">The x.</param>
            <param name="y">The y.</param>
            <returns>The comparison.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.IndexOf(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Determines the index of a specific item in the <see cref="T:System.Collections.Generic.IList`1"></see>.
            </summary>
            <returns>
            The index of item if found in the list; otherwise, -1.
            </returns>
            <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.IList`1"></see>.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.Insert(System.Int32,Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Inserts an item to the <see cref="T:System.Collections.Generic.IList`1"></see> at the specified index.
            </summary>
            <param name="item">The object to insert into the <see cref="T:System.Collections.Generic.IList`1"></see>.</param>
            <param name="index">The zero-based index at which item should be inserted.</param>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"></see> is read-only.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">index is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"></see>.</exception>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the <see cref="T:System.Collections.Generic.IList`1"></see> item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to remove.</param>
            <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IList`1"></see> is read-only.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">index is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"></see>.</exception>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorCollection.System#Collections#Generic#IList{Sitecore#Data#Validators#BaseValidator}#Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <returns>
            The element at the specified index.
            </returns>
            <param name="index">The zero-based index of the element to get or set.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">index is not a valid index in the <see cref="T:System.Collections.Generic.IList`1"></see>.</exception>
            <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Collections.Generic.IList`1"></see> is read-only.</exception>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.System#Collections#Generic#IEnumerable{Sitecore#Data#Validators#BaseValidator}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.
            </returns>
            <filterpriority>1</filterpriority>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
             
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization. </param>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorEvaluationMode">
            <summary>
            Determines how the validator is evaluated.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorEvaluationMode.Instant">
            <summary>The evaluation is instant.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorEvaluationMode.UseThread">
            <summary>The evaluation is executed in a background thread.</summary>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorManager">
            <summary>
            Represents a ValidationManager.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.BuildValidator(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the validator.
            </summary>
            <param name="validator">
            The validator.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The validator.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String,System.String})">
            <summary>
            Builds the validation set.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="controls">
            The controls.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,System.Collections.Generic.ICollection{Sitecore.Data.FieldDescriptor},Sitecore.Data.Database,Sitecore.Collections.SafeDictionary{System.String,System.String})">
            <summary>
            Builds the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
            <param name="controls">
            The controls.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.BuildValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Builds the validation set.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetFieldsValidators(Sitecore.Data.Validators.ValidatorsMode,System.Collections.Generic.IEnumerable{Sitecore.Data.FieldDescriptor},Sitecore.Data.Database)">
            <summary>
            Gets the field validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="fields">
            The fields.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            The field validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetGlobalValidatorsForItem(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Gets the global validators for item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The global validators for item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetGlobalValidatorsForItem(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the global validators for item.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="includeSuppressedRules">
            The include Suppressed Rules.
            </param>
            <returns>
            The global validators for item.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetItemValidators(Sitecore.Data.Validators.ValidatorsMode,Sitecore.Data.Items.Item)">
            <summary>
            Gets the item validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The item validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetValidators(Sitecore.Data.Validators.ValidatorsMode,System.String)">
            <summary>
            Gets the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <returns>
            The validators.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.SetValidators(Sitecore.Data.Validators.ValidatorsMode,System.String,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Sets the validators.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="key">
            The key.
            </param>
            <param name="validators">
            The validators.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.UpdateValidators(Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Updates the validators.
            </summary>
            <param name="validators">
            The validators.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.Validate(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Data.Validators.ValidatorOptions)">
            <summary>
            Validates the specified result.
            </summary>
            <param name="validators">
            The validators.
            </param>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetStrongestResult(Sitecore.Data.Validators.ValidatorCollection,System.Boolean,System.Boolean)">
            <summary>
            Determines the worst result that the validators in the list have.
            </summary>
            <param name="validators">List of validators which results should be inspected.</param>
            <param name="skipNotCritical">if flase, then 'unknown' is considered as the worst result, otherwise it is the worst only in case not yet evaluated validator can have 'critical' or 'fatal'.</param>
            <param name="skipFatalErrorsForStandardValues">if true, then standard value holders will have validation result no stronger than critical, even if thay have fatal errors.</param>
            <returns>Pair of worst validation result and the validator that has this result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorManager.GetValidationErrorDetails(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Gets the validation erros.
            </summary>
            <param name="failedValidator">
            The failed validator.
            </param>
            <returns>
            The validation erros.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorOptions">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorOptions.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ValidatorOptions"/> class.
            </summary>
            <param name="blocking">if set to <c>true</c> this instance is blocked.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorOptions.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Bases the validator.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorOptions.Blocking">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Data.Validators.ValidatorOptions"/> is blocked.
            </summary>
            <value><c>true</c> if blocked; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorOptions.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorPanelFormatter">
            <summary>
            Represents a ValidatorsFormatter.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorPanelFormatter.RenderValidationResult(Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Renders the validation result.
            </summary>
            <param name="validators">The validators.</param>
            <returns>The validation result.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorPanelFormatter.RenderValidators(System.Web.UI.HtmlTextWriter,Sitecore.Data.Validators.ValidatorCollection)">
            <summary>
            Renders the validators.
            </summary>
            <param name="output">The output.</param>
            <param name="validators">The validators.</param>
            <returns>The validators.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorPanelFormatter.RenderValidator(System.Web.UI.HtmlTextWriter,Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Renders the validators.
            </summary>
            <param name="output">The output.</param>
            <param name="validator">The validator.</param>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorResult">
            <summary>
            Represents the state of a Validator.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.Unknown">
            <summary>The validator has not yet evaluated.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.Valid">
            <summary>The validator has evaluated and is valid.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.Suggestion">
            <summary>The validator resulted in a suggestion.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.Warning">
            <summary>The validator resulted in a warning.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.Error">
            <summary>The validator resulted in an error.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.CriticalError">
            <summary>The validator resulted in a critical error. The user will be warned before saving.</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorResult.FatalError">
            <summary>The validator resulted in a fatal error. The user cannot save before the error has been resolved.</summary>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorsMode">
            <summary>
            Enumerates possible <see cref="T:Sitecore.Data.Items.Item"/> validators.
            </summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorsMode.ValidatorBar">
            <summary>Validator Bar</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorsMode.ValidateButton">
            <summary>Validate Button</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorsMode.Gutter">
            <summary>Gutter</summary>
        </member>
        <member name="F:Sitecore.Data.Validators.ValidatorsMode.Workflow">
            <summary>Workflow</summary>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorsQueue">
            <summary>
            Represents a ValidatorsQueue.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorsQueue.Queue">
            <summary>
            Gets or sets the queue.
            </summary>
            <value>The queue.</value>
        </member>
        <member name="P:Sitecore.Data.Validators.ValidatorsQueue.Evaluated">
            <summary>
            Gets or sets the evaluated.
            </summary>
            <value>The evaluated.</value>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.Enqueue(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Queues the specified validator.
            </summary>
            <param name="validator">The validator.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.GetQueuedValidator(Sitecore.Data.ID)">
            <summary>
            Gets the queued validator.
            </summary>
            <param name="id">The id.</param>
            <returns>The queued validator.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.GetEvaluatedValidator(Sitecore.Data.ID)">
            <summary>
            Gets the done validator.
            </summary>
            <param name="id">The id.</param>
            <returns>The done validator.</returns>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.MoveToEvaluated(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Moves a validator to the evaluated list.
            </summary>
            <param name="validator">The validator.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.Remove(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Removes the specified validator.
            </summary>
            <param name="validator">The validator.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.RemoveEvaluatedValidator(Sitecore.Data.ID)">
            <summary>
            Removeds the evaluated validator.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.RemoveExpiredValidators">
            <summary>
            Removes the expired validators.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorsQueue.RemoveQueuedValidator(Sitecore.Data.ID)">
            <summary>
            Removes the queued validator.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="T:Sitecore.Data.Validators.ValidatorWorker">
            <summary>
            Represents a ValidatorsWorker.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorWorker.#ctor(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Validators.ValidatorWorker"/> class.
            </summary>
            <param name="validator">The validator.</param>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorWorker.Start">
            <summary>
            Starts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Validators.ValidatorWorker.ThreadEntry(System.Object)">
            <summary>
            Gets the thread entry.
            </summary>
            <param name="state">The state.</param>
        </member>
        <member name="T:Sitecore.Data.Version">
            <summary>
            Represents a version number of an item.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Version.#ctor(System.Int32)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Version"/> instance.
            </summary>
            <param name="version">Version.</param>
        </member>
        <member name="M:Sitecore.Data.Version.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Creates a new <see cref="T:Sitecore.Data.Version"/> instance.
            </summary>
            <param name="info">Info.</param>
            <param name="context">Context.</param>
        </member>
        <member name="M:Sitecore.Data.Version.op_Equality(Sitecore.Data.Version,Sitecore.Data.Version)">
            <summary>
            Determines whether two version instances are equal.
            </summary>
            <param name="version1">The first version to compare.</param>
            <param name="version2">The second version to compare.</param>
            <returns><c>true</c> if version1 is the same instance as version2 or if both are null references or if version1.Equals(version2) returns true; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Data.Version.op_Inequality(Sitecore.Data.Version,Sitecore.Data.Version)">
            <summary>
            Determines whether two version instances are unequal.
            </summary>
            <param name="version1">The first version to compare.</param>
            <param name="version2">The second version to compare.</param>
            <returns><c>true</c> if version1 is not the same instance as version2 or if version1.Equals(version2) returns false; otherwise, <c>false</c>.</returns>
        </member>
        <member name="P:Sitecore.Data.Version.Number">
            <summary>
            Gets or sets the number.
            </summary>
            <value>The number.</value>
        </member>
        <member name="P:Sitecore.Data.Version.First">
            <summary>
            Gets the first version number.
            </summary>
            <value>The first.</value>
            <remarks>The version number of the first version is 1.</remarks>
        </member>
        <member name="P:Sitecore.Data.Version.Invalid">
            <summary>
            Gets the invalid version number.
            </summary>
            <value>The invalid.</value>
            <remarks>The version number of the first version is -1.</remarks>
        </member>
        <member name="P:Sitecore.Data.Version.Latest">
            <summary>
            Gets the latest number.
            </summary>
            <value>The latest.</value>
            <remarks>The version number of the first version is 0.</remarks>
        </member>
        <member name="P:Sitecore.Data.Version.Size">
            <summary>
            Gets the standard size of an <see cref="T:Sitecore.Data.Version"/> instance in bytes.
            <para>Since object instances and taken from pool, the method returns just pointer size.</para>
            </summary>
            <value>
            The size.
            </value>
        </member>
        <member name="M:Sitecore.Data.Version.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            <c>true</c> if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Version.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Version.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Data.Version.Parse(System.String,System.Int32)">
            <summary>
            Converts a string into a version number with fallback value.
            </summary>
            <param name="version">The version.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Version.Parse(System.Int32,System.Int32)">
            <summary>
            Parses the specified version. Uses <paramref name="defaultValue"/> in case <paramref name="version"/> is zero.
            </summary>
            <param name="version">The version.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Data.Version.Parse(System.Object)">
            <summary>
            Converts a string into a version number.
            </summary>
            <param name="value">Value.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.Version.Parse(System.Int32)">
            <summary>
            Converts a string into a version number.
            </summary>
            <param name="value">Value.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.Version.Parse(System.String)">
            <summary>
            Converts a string into a version number.
            </summary>
            <param name="value">Value.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Data.Version.ToInt32">
            <summary>
            Converts the version number into an integer.
            </summary>
            <returns>The int32.</returns>
        </member>
        <member name="M:Sitecore.Data.Version.ToString">
            <summary>
            Converts the version number to a string.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Version.TryParse(System.String,Sitecore.Data.Version@)">
            <summary>
            Tries to parse a string.
            </summary>
            <param name="value">The value.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Data.Version.DebugValue">
            <summary>
            Gets the debug value.
            </summary>
            <value>The debug value.</value>
        </member>
        <member name="M:Sitecore.Data.Version.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="E:Sitecore.Data.Version.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Data.Version.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Data.Version.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Data.VersionComparer">
            <summary>
            Represents a <see cref="T:Sitecore.Data.Version"/> comparer.
            <para>Compares instances based on version numbers.</para>
            <para>Consider using <seealso cref="F:Sitecore.Data.VersionComparer.Instance"/> to avoid creation of object instances.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Data.VersionComparer.Instance">
            <summary>
            The single instance of stateless <see cref="T:Sitecore.Data.VersionComparer"/>.
            <para>Ought be used to avoid creation of object instances.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Data.VersionComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="M:Sitecore.Data.VersionComparer.Compare(Sitecore.Data.Version,Sitecore.Data.Version)">
            <summary>
            Compares two <see cref="T:Sitecore.Data.Version"/> and returns a value indicating whether one is less than, equal to, or greater than the other based on version numbers.
            </summary>
            <param name="version1">The version1.</param>
            <param name="version2">The version2.</param>
            <returns>
            Value Condition Less than zerox is less than y.Zerox equals y.Greater than zerox is greater than y.
            </returns>
        </member>
        <member name="T:Sitecore.Data.VersioningType">
            <summary>
            Defines the type of versioning for a field.
            </summary>
        </member>
        <member name="F:Sitecore.Data.VersioningType.None">
            <summary>Field is shared by all languages and versions.</summary>
        </member>
        <member name="F:Sitecore.Data.VersioningType.Language">
            <summary>Field is shared by languages.</summary>
        </member>
        <member name="F:Sitecore.Data.VersioningType.Full">
            <summary>Field is not shared.</summary>
        </member>
        <member name="T:Sitecore.Data.VersionUri">
            <summary>
            Represents a <see cref="P:Sitecore.Data.VersionUri.Language"/> <see cref="P:Sitecore.Data.VersionUri.Version"/> pair.
            </summary>
        </member>
        <member name="M:Sitecore.Data.VersionUri.#cctor">
            <summary>
            Initializes the cache-related static members of the <see cref="T:Sitecore.Data.VersionUri"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Data.VersionUri.#ctor(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.VersionUri"/> class.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="P:Sitecore.Data.VersionUri.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Data.VersionUri.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Data.VersionUri.Size">
            <summary>
            Gets the standard size of an <see cref="T:Sitecore.Data.VersionUri"/> instance in bytes.
            </summary>
            <value>
            The basic size of <see cref="T:Sitecore.Data.VersionUri"/> object instance in bytes.
            </value>
        </member>
        <member name="M:Sitecore.Data.VersionUri.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Proxies.DomainSwitcher">
            <summary>
            Disables proxy resolving temporarily.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Proxies.DomainSwitcher.#ctor(Sitecore.Security.Domains.Domain)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Proxies.DomainSwitcher"/> class.
            </summary>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Data.Proxies.DomainSwitcher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Data.Proxies.DomainSwitcher"/> class.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="T:Sitecore.Data.Treeviews.RenderingTreeviewSource">
            <summary>
            Represents a TreeviewSource.
            </summary>
        </member>
        <member name="M:Sitecore.Data.Treeviews.RenderingTreeviewSource.CanDisplay(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can display the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance can display the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Treeviews.RenderingTreeviewSource.CanSelect(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can select the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance can select the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Data.Treeviews.TreeviewSource">
            <summary>
            Represents a TreeviewSource.
            </summary>
        </member>
        <member name="P:Sitecore.Data.Treeviews.TreeviewSource.IncludeTemplatesForDisplay">
            <summary>
            Gets or sets the include templates for display.
            </summary>
            <value>The include templates for display.</value>
        </member>
        <member name="P:Sitecore.Data.Treeviews.TreeviewSource.ExcludeTemplatesForDisplay">
            <summary>
            Gets or sets the exclude templates for display.
            </summary>
            <value>The exclude templates for display.</value>
        </member>
        <member name="P:Sitecore.Data.Treeviews.TreeviewSource.IncludeTemplatesForSelection">
            <summary>
            Gets or sets the include templates for selection.
            </summary>
            <value>The include templates for selection.</value>
        </member>
        <member name="P:Sitecore.Data.Treeviews.TreeviewSource.ExcludeTemplatesForSelection">
            <summary>
            Gets or sets the exclude templates for selection.
            </summary>
            <value>The exclude templates for selection.</value>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.Render(ComponentArt.Web.UI.TreeView,Sitecore.Data.Items.Item)">
            <summary>
            Renders the specified treeview.
            </summary>
            <param name="treeview">The treeview.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.Render(ComponentArt.Web.UI.TreeView,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Builds the specified treeview.
            </summary>
            <param name="treeview">The treeview.</param>
            <param name="parent">The parent.</param>
            <param name="expandFirstLevel">if set to <c>true</c> this instance expands the first level.</param>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.Expand(ComponentArt.Web.UI.TreeViewNodeCollection,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Expands the specified treeview.
            </summary>
            <param name="nodes">The nodes.</param>
            <param name="parent">The parent.</param>
            <param name="expandNode">if set to <c>true</c> this instance is expand first level.</param>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.BuildNode(ComponentArt.Web.UI.TreeViewNode,Sitecore.Data.Items.Item)">
            <summary>
            Builds the node.
            </summary>
            <param name="node">The node.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.CanDisplay(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can display the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance can display the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.CanSelect(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can select the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance can select the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children.
            </summary>
            <param name="item">The item.</param>
            <returns>The children.</returns>
        </member>
        <member name="M:Sitecore.Data.Treeviews.TreeviewSource.GetNodeUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the node URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The node URL.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.SqlHelper">
            ===============================================================
             <summary>
             Helper functions for use with xsl files.<br/>
             The public functions in this class can be called from an xsl
             file by using the sc prefix (ex. sc:fld(...))
             </summary>
            ===============================================================
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.connect(System.String)">
            ---------------------------------------------------------------
             <summary>
             Initialize an sql connection
             </summary>
             <param name="connection">Database connection string</param>
             <returns>Empty string</returns>
             <example>&lt;xsl:value-of select="sql:connect(sc:GetApppSetting('myconnection'))"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.count">
            ---------------------------------------------------------------
             <summary>
             Get total record count of dataset
             </summary>
             <returns>Number of records in dataset</returns>
             <example>&lt;xsl:value-of select="sql:count()"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.field(System.String)">
            ---------------------------------------------------------------
             <summary>
             Get the value of a field in the current record
             </summary>
             <param name="fieldName">Name of field</param>
             <returns>Value of field</returns>
             <example>&lt;xsl:value-of select="sql:field('Title')"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.fieldcount">
            ---------------------------------------------------------------
             <summary>Get field count</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.fullsearch(System.String,System.String,System.String,System.String)">
            ---------------------------------------------------------------
             <summary>
             Perform a full text search
             </summary>
             <param name="search">Words to search for (Google style)</param>
             <param name="table">Table to search</param>
             <param name="displayFields">Comma separated list of fields to include in result</param>
             <param name="searchFields"></param>
             <returns>Empty string</returns>
             <example>&lt;xsl:value-of select="sql:fullsearch('release road map', 'title, description', 0, 20)"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.fullsearch(System.String,System.String,System.String,System.String,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>
             Perform a full text search
             </summary>
             <param name="search">Words to search for (Google style)</param>
             <param name="table">Table to search</param>
             <param name="displayFields">Comma separated list of fields to include in result</param>
             <param name="pageIndex">Page to show (starts from 0)</param>
             <param name="searchFields"></param>
             <param name="pageSize">Number of records per page (if zero,
             all records will be shown)</param>
             <returns>Empty string</returns>
             <example>&lt;xsl:value-of select="sql:fullsearch('release road map', 'title, description', 0, 20)"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.GetFirstLine(System.String)">
            <summary>
            Gets the first line.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.GetShortId(System.String)">
            <summary>
            Gets a short id from an ordinary id.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.iterator(System.String,System.String,System.Int32)">
            ---------------------------------------------------------------
             <summary>Get iterator for current result set</summary>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.movenext">
            ---------------------------------------------------------------
             <summary>
             Move to next record in current dataset
             </summary>
             <returns>True if position was advanced, false otherwise</returns>
             <example>&lt;xsl:value-of select="sql:movenext()"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.page(System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>
             Enter page mode (restrict data to a certain page index)
             </summary>
             <param name="pageIndex">Page to show (starts from 0)</param>
             <param name="pageSize">Number of records per page (if zero,
             all records will be shown)</param>
             <returns>Empty string</returns>
             <example>&lt;xsl:value-of select="sql:select('SELECT * FROM Products', 0, 20)"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.pagecount(System.Int32)">
            ---------------------------------------------------------------
             <summary>
             Get number of pages given a page size
             </summary>
             <returns>Number of pages needed to show entire recordset</returns>
             <example>&lt;xsl:value-of select="sql:pagecount(20)"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.select(System.String,System.String)">
            <summary>
            Select data from SQL Server
            </summary>
            <param name="sql">Sql to select from database</param>
            <param name="connection">The connection string.</param>
            <returns>Empty string</returns>
            <example>&lt;xsl:value-of select="sql:select('SELECT * FROM Products', $connection)"/&gt;</example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.selectXml(System.String,System.String)">
            <summary>
             An overload to use with 'for xml raw', 'for xml auto', 'for xml explicit'
            </summary>
            <example><![CDATA[
              <xsl:for-each select="sql:selectXml('select Name from Employees where Salary > 1000', $connection)">
                <div><xsl:value-of select="@Name"/></div>
              </xsl:for-each>]]></example>
            <param name="sql">The SQL.</param>
            <param name="connection">The connection.</param>
            <returns>The XML auto.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.select(System.String)">
            <summary>
            Select data from SQL Server
            </summary>
            <param name="sql">Sql to select from database</param>
            <returns>Empty string</returns>
            <example>&lt;xsl:value-of select="sql:select('SELECT * FROM Products')"/&gt;</example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.select(System.String,System.Int32,System.Int32)">
            ---------------------------------------------------------------
             <summary>
             Select data from SQL Server
             </summary>
             <param name="sql">Sql to select from database</param>
             <param name="pageIndex">Page to show (starts from 0)</param>
             <param name="pageSize">Number of records per page (if zero,
             all records will be shown)</param>
             <returns>Empty string</returns>
             <example>&lt;xsl:value-of select="sql:select('SELECT * FROM Products', 0, 20)"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.quote(System.String)">
            ---------------------------------------------------------------
             <summary>
             Quote value to be used in where clause and replace
             embedded ' characters with ''
             </summary>
             <param name="value">Value to be quoted</param>
             <returns>Value embedded within quotes and with
             all ' characters replaced by ''</returns>
             <example>&lt;xsl:value-of select="sql:quote(sc_fld('title',.))"/&gt;</example>
            ---------------------------------------------------------------
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.ProductImages(System.String)">
            <summary>
            Gets the images for a specific product.
            </summary>
            <param name="productNo">The product no.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.Select(System.String,System.String,System.String)">
            <summary>
            Select data from SQL Server
            </summary>
            <param name="sql">Sql to select from database</param>
            <param name="parameters">The parameters.</param>
            <param name="connection">The connection string.</param>
            <returns>Empty string</returns>
            <example>&lt;xsl:value-of select="sql:select('SELECT * FROM Products', $connection)"/&gt;</example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.CreateEmptyIterator">
            <summary>
            Creates an empty iterator.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.SqlHelper.GetChildIterator(Sitecore.Xml.Packet)">
            <summary>
            Gets a child iterator.
            </summary>
            <param name="packet">The packet.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.DateRenderer">
            <summary>
            Implements the DateRenderer
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.DateRenderer._fieldName">
            <summary>
            The field name.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.DateRenderer._fieldValue">
            <summary>
            The field value.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.DateRenderer._Item">
            <summary>
            The item.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.DateRenderer._parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.DateRenderer._logger">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.DateRenderer.#ctor">
            <summary>
            Initialize the <see cref="T:Sitecore.Xml.Xsl.DateRenderer"/> object.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.DateRenderer.#ctor(Sitecore.Abstractions.BaseLog)">
            <summary>
            Initialize the <see cref="T:Sitecore.Xml.Xsl.DateRenderer"/> object.
            </summary>
            <param name="baseLog">The logger.</param>
        </member>
        <member name="P:Sitecore.Xml.Xsl.DateRenderer.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.DateRenderer.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.DateRenderer.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.DateRenderer.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.DateRenderer.ContextLanguage">
            <summary>
            Returns the context language.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.DateRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>Rendered HTML.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.DateRenderer.UpdateCultureIfNeutral(System.Globalization.CultureInfo)">
            <summary>
            Checks if the passed CultureInfo object is neutral, if so it tries to update it.
            </summary>
            <param name="cultureInfo">The <see cref="T:System.Globalization.CultureInfo"/> object which should be checked.</param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.DateRenderer.FormatDate(System.DateTime,System.String)">
            <summary>
            Formats the date.
            </summary>
            <param name="date">The date.</param>
            <param name="format">The format.</param>
            <returns>The date.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.DateRenderer.GetCultureInfo">
            <summary>
            Resolves the culture info.
            </summary>
            <returns>The Culture Info.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.FieldRendererBase">
            <summary>
            Implements the FieldRendererBase.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.FieldRendererBase.AddAttribute(System.Text.StringBuilder,System.String,System.String)">
            <summary>
            Add attribute to a tag represented as a string
            </summary>
            <param name="tag">The tag.</param>
            <param name="attribute">The attribute.</param>
            <param name="value">The value.</param>
            <returns>The attribute.</returns>
            <remarks>Internal use only</remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.FieldRendererBase.AddAttribute(System.Text.StringBuilder,System.String,System.String,System.Boolean)">
            <summary>
            Add attribute to a tag represented as a string
            </summary>
            <param name="tag">The tag.</param>
            <param name="attribute">The attribute.</param>
            <param name="value">The value.</param>
            <param name="allowEmpty">If set to <c>true</c> allow empty attribute.</param>
            <returns>The attribute.</returns>
            <remarks>Internal use only</remarks>
        </member>
        <member name="T:Sitecore.Xml.Xsl.ImageRenderer">
            <summary>
            Implements the Image Renderer.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.alt">
            <summary>
            The alt text.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.allowStretch">
            <summary>
            The allow stretch.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.asSet">
            <summary>
            The allow stretch set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.backgroundColor">
            <summary>
            The background color.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.border">
            <summary>
            The border.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.className">
            <summary>
            The class name.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.database">
            <summary>
            The database name.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.disableMediaCache">
            <summary>
            The disable media cache.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.disableMediaCacheSet">
            <summary>
            The disable media cache set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.fieldName">
            <summary>
            The field name.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.fieldValue">
            <summary>
            The field value.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.height">
            <summary>
            The height.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.heightSet">
            <summary>
            The height set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.hspace">
            <summary>
            The horizontal space.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.ignoreAspectRatio">
            <summary>
            The ignore aspect ratio flag.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.imageField">
            <summary>
            Image field
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.item">
            <summary>
            The render item.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.language">
            <summary>
            The language.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.maxHeight">
            <summary>
            The max height.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.maxHeightSet">
            <summary>
            The max height set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.maxWidth">
            <summary>
            The max width.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.maxWidthSet">
            <summary>
            The max width set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.scale">
            <summary>
            The scale.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.scaleSet">
            <summary>
            The scale set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.source">
            <summary>
            The source.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.thumbnail">
            <summary>
            The thumbnail.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.thumbnailSet">
            <summary>
            The thumbnail set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.version">
            <summary>
            The version.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.vspace">
            <summary>
            The vertical space.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.width">
            <summary>
            The width.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.widthSet">
            <summary>
            The width set.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.ImageRenderer.xhtml">
            <summary>
            The XHTML.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Xsl.ImageRenderer.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.ImageRenderer.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.ImageRenderer.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The Image item.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.ImageRenderer.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>
            The render.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.AdjustImageSize(Sitecore.Data.Fields.ImageField,System.Single,System.Int32,System.Int32,System.Int32@,System.Int32@)">
            <summary>
            Adjusts the size of the image.
            </summary>
            <param name="imageField">
            The image field.
            </param>
            <param name="imageScale">
            The imageScale.
            </param>
            <param name="imageMaxWidth">
            Width of the max.
            </param>
            <param name="imageMaxHeight">
            Height of the max.
            </param>
            <param name="w">
            The image width.
            </param>
            <param name="h">
            The image height.
            </param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.CopyAttributes(System.Text.StringBuilder,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Copies the attributes.
            </summary>
            <param name="result">
            The result.
            </param>
            <param name="attributes">
            The attributes.
            </param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.Extract(Sitecore.Collections.SafeDictionary{System.String},System.String[])">
            <summary>
            Extracts a value from a dictionary and removes it.
            </summary>
            <param name="values">
            The values.
            </param>
            <param name="keys">
            The keys to extract.
            </param>
            <returns>
            The extract.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.GetDefaultImage">
            <summary>
            Gets the default image.
            </summary>
            <returns>
            The default image.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.GetFinalImageSize(System.Drawing.Size,System.Drawing.Size,System.Drawing.Size)">
            <summary>
            Gets the final size of the image.
            </summary>
            <param name="imageSize">
            Size of the image.
            </param>
            <param name="size">
            The image size.
            </param>
            <param name="maxSize">
            Size of the max.
            </param>
            <returns>
            The final image size.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.GetInitialImageSize(System.Drawing.Size,System.Single,System.Drawing.Size)">
            <summary>
            Gets the initial size of the image.
            </summary>
            <param name="imageSize">
            Size of the image.
            </param>
            <param name="imageScale">
            The image imageScale.
            </param>
            <param name="size">
            The image size.
            </param>
            <returns>
            The initial image size.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.GetSource">
            <summary>
            Gets the value of source attribute taking all parameters into account.
            </summary>
            <returns>
            The source.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.IsBroken(Sitecore.Data.Fields.ImageField)">
            <summary>
            Determines whether the specified field is broken.
            </summary>
            <param name="field">
            The field.
            </param>
            <returns>
              <c>true</c> if the specified field is broken; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.ParseField(Sitecore.Data.Fields.ImageField)">
            <summary>
            Parses the field.
            </summary>
            <param name="imageFieldParse">
            The image field.
            </param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.ParseNode(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Extracts the specified attributes.
            </summary>
            <param name="attributes">
            The attributes.
            </param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.Scale(System.Int32,System.Single)">
            <summary>
            Scales the specified value.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="scaleNumber">
            The scaleNumber.
            </param>
            <returns>
            The scaleNumber value.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.ImageRenderer.Extract(Sitecore.Collections.SafeDictionary{System.String},System.Boolean@,System.String[])">
            <summary>
            Extracts a value from a dictionary and removes it. Alsow modifies flag wherever value was setted.
            </summary>
            <param name="values">
            The values.
            </param>
            <param name="valueSet">
            if set to <c>true</c> this instance is value was setted.
            </param>
            <param name="keys">
            The keys to extract.
            </param>
            <returns>
            The extracted key as string.
            </returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.IntegerRenderer">
            <summary>
            Implements the IntegerRenderer
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Xsl.IntegerRenderer.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.IntegerRenderer.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.IntegerRenderer.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.IntegerRenderer.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IntegerRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>Rendered HTML.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IntegerRenderer.FormatNumber(System.Int32,System.String)">
            <summary>
            Formats the number.
            </summary>
            <param name="number">The date.</param>
            <param name="format">The format.</param>
            <returns>The date.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IntegerRenderer.GetCultureInfo">
            <summary>
            Resolves the culture info.
            </summary>
            <returns>The Culture Info.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.InternalLinkRenderer">
            <summary>
            Implements the Link Renderer.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.RawParameters">
            <summary>
            Gets or sets the raw parameters.
            </summary>
            <value>The raw parameters.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.LinkField">
            <summary>
            Gets or sets the link field.
            </summary>
            <value>The link field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.InternalLinkRenderer.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>The target item.</value>
        </member>
        <member name="M:Sitecore.Xml.Xsl.InternalLinkRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>The render.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.IXslControl">
            <summary>
            Defines the basic properties and methods of an Xsl Control.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IXslControl.InitializeControl(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Function called immediately after the control has
            been created
            </summary>
            <param name="configParam">Attributes from the configuration node</param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IXslControl.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IXslControl.Render(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Render control
            </summary>
            <param name="parameters">Attributes from the control node</param>
            <param name="item">Context item from xsl</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.IXslControlContainer">
            ===============================================================
             <summary>Control hosting xsl controls</summary>
            ===============================================================
        </member>
        <member name="P:Sitecore.Xml.Xsl.IXslControlContainer.DrawDots">
            <summary>
            Draw content dots?
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Xml.Xsl.IXslControlContainer"/> draws the dots; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IXslControlContainer.StoreControlParameters(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Add a list of parameters to the global parameter cache
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>The control parameters.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.IXslExtension">
            <summary>
            Defines the initialization method of an Xsl extension object.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.IXslExtension.InitializeExtension(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initialize and extension object
            </summary>
            <param name="configParam">The config param.</param>
        </member>
        <member name="T:Sitecore.Xml.Xsl.LinkRenderer">
            <summary>
            Implements the Link Renderer.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkRenderer.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Xsl.LinkRenderer"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.RawParameters">
            <summary>
            Gets or sets the raw parameters.
            </summary>
            <value>The raw parameters.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.LinkField">
            <summary>
            Gets or sets the link field.
            </summary>
            <value>The link field.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.LinkType">
            <summary>
            Gets the type of the link.
            </summary>
            <value>The type of the link.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.LinkRenderer.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>The target item.</value>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>The render.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkRenderer.GetUrl(Sitecore.Data.Fields.XmlField)">
            <summary>
            Gets the URL.
            </summary>
            <returns>The URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkRenderer.SetRelAttribute(Sitecore.Collections.SafeDictionary{System.String},Sitecore.Data.Fields.LinkField)">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Xsl.LinkUrl">
            <summary>
            Implements the Link URL.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetUrl(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the URL.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>The URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetUrl(Sitecore.Data.Items.Item,System.String,System.String)">
            <summary>
            Gets the URL.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldValue">The field value.</param>
            <returns>The URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetUrl(Sitecore.Data.Fields.XmlField,Sitecore.Data.Database)">
            <summary>
            Gets the URL.
            </summary>
            <param name="field">The field.</param>
            <param name="database">The database.</param>
            <returns>The URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetExternalUrl(System.String)">
            <summary>
            Gets the external URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>The external URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetInternalUrl(Sitecore.Data.Database,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the internal URL.
            </summary>
            <param name="database">The database.</param>
            <param name="url">The URL.</param>
            <param name="itemID">The item ID.</param>
            <param name="anchor">The anchor.</param>
            <param name="queryString">The query string.</param>
            <returns>The internal URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetUrlString(Sitecore.Data.Items.Item)">
            <summary>
            Gets the URL string
            </summary>
            <param name="item"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetJavaScriptUrl(System.String)">
            <summary>
            Gets the JavaScript URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>The JavaScript URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetMailToLink(System.String)">
            <summary>
            Gets the mail to link.
            </summary>
            <param name="url">The URL.</param>
            <returns>The mail to link.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetMediaUrl(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the media URL.
            </summary>
            <param name="database">The database.</param>
            <param name="itemID">The item ID.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.LinkUrl.GetQueryString(System.String)">
            <summary>
            Gets the query string.
            </summary>
            <param name="queryString">The query string.</param>
            <returns>The query string with separator character.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.MediaUrlParameters">
            <summary>
            Implements the MediaUrlParameters.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.MediaUrlParameters.#ctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Xml.Xsl.XslHelper"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.MediaUrlParameters.Add(System.String,Sitecore.Collections.SafeDictionary{System.String},System.Boolean)">
            <summary>
            Adds the media URL parameters.
            </summary>
            <param name="mediaUrl">The media URL.</param>
            <param name="attributes">The attributes.</param>
            <param name="xhtml">If set to <c>true</c>, use xhtml encoding conventions.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.MediaUrlParameters.MapMediaAttribute(System.String)">
            <summary>
            Maps a media attribute.
            </summary>
            <param name="attributeName">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.MediaUrlParameters.MapMediaAttributeValue(System.String,System.String)">
            <summary>
            Maps a media attribute value.
            </summary>
            <param name="value">The value.</param>
            <param name="attributeName">Name of the attribute.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.MediaUrlParameters.InitializeMediaAttributeMap">
            <summary>
            Initializes the media attribute map.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.MediaUrlParameters.InitializeMediaAttributeFlags">
            <summary>
            Initializes the media attribute boolean set.
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Xsl.NumberRenderer">
            <summary>
            Implements the NumberRenderer
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.NumberRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>
            Rendered HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.NumberRenderer.FormatNumber(System.Double,System.String)">
            <summary>
            Formats the number.
            </summary>
            <param name="number">The date.</param>
            <param name="format">The format.</param>
            <returns>The date.</returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.PreprocessedXslTransform">
            <summary>
            Defines the extensible transform class.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Xsl.PreprocessedXslTransform.XslControlParameters">
            <summary>
            Gets or sets the XSL control parameters.
            </summary>
            <value>The XSL control parameters.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.PreprocessedXslTransform.Current">
            <summary>
            Gets the current XSL transform on the context stack.
            </summary>
            <value>The current.</value>
        </member>
        <member name="T:Sitecore.Xml.Xsl.RenderFieldResult">
            <summary>
            The field render result.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Xsl.RenderFieldResult.Empty">
            <summary>
            Gets the empty.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.RenderFieldResult.EndLink">
            <summary>
            Gets the end link.
            </summary>
            <value>The end link.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.RenderFieldResult.FirstPart">
            <summary>
            Gets or sets the first part of the text to output.
            </summary>
            <value>The first part.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.RenderFieldResult.LastPart">
            <summary>
            Gets or sets the last part of the text to output.
            </summary>
            <value>The last part.</value>
        </member>
        <member name="P:Sitecore.Xml.Xsl.RenderFieldResult.IsEmpty">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Xml.Xsl.RenderFieldResult"/> is empty.
            </summary>
            <value><c>true</c> if empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Xml.Xsl.RenderFieldResult.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Xsl.RenderFieldResult"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.RenderFieldResult.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Xsl.RenderFieldResult"/> class.
            </summary>
            <param name="start">The start.</param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.RenderFieldResult.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Xsl.RenderFieldResult"/> class.
            </summary>
            <param name="start">The start.</param>
            <param name="end">The end.</param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.RenderFieldResult.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Xml.Xsl.XslFileResolver">
            <summary>
               Resolves references from XSL files and performs
               XSL control expansion in the included files.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslFileResolver.#ctor(Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
               Constructs an instance of the resolver
            </summary>
            <param name="container">Container object for the XSL controls</param>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslFileResolver.GetEntity(System.Uri,System.String,System.Type)">
            <summary>
            Maps a URI to an object containing the actual resource.
            </summary>
             
            <returns>
            A System.IO.Stream object or null if a type other than stream is specified.
            </returns>
             
            <param name="role">The current implementation does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios. </param>
            <param name="ofObjectToReturn">The type of object to return. The current implementation only returns System.IO.Stream objects. </param>
            <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"></see></param>
            <exception cref="T:System.NullReferenceException">absoluteUri is null. </exception>
            <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI. </exception>
            <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection). </exception>
            <exception cref="T:System.Xml.XmlException">ofObjectToReturn is neither null nor a Stream type. </exception>
             <exception cref="T:System.Exception">Error preprocessing resource.</exception>
        </member>
        <member name="T:Sitecore.Xml.Xsl.XslHelper">
            <summary>
            Helper functions for use with xsl files.<br/>
            The public functions in this class can be called from an xsl
            file by using the sc prefix (ex. sc:fld(...))
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.XslHelper.emptyNavigator">
            <summary>
            The _empty navigator.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.XslHelper.randomObject">
            <summary>
            The random object.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Xsl.XslHelper.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Application(System.String)">
            <summary>
            Get the value of a Application variable
            </summary>
            <param name="name">
            Name of application variable
            </param>
            <returns>
            The value of the application variable (same as calling Application[name]).<br/>
            If the application variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:Application('visitorcount')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.AppSetting(System.String)">
            <summary>
            Gets a setting form the &lt;appSettings&gt; section in web.config.
            </summary>
            <param name="name">
            The setting name.
            </param>
            <returns>
            The app setting.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Cache(System.String)">
            <summary>
            Get the value of a Cache variable
            </summary>
            <param name="name">
            Name of cache variable
            </param>
            <returns>
            The value of the cache variable (same as calling Cache[name]).<br/>
            If the cache variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:Cache('product1010')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.clip(System.String,System.Int32,System.Boolean)">
            <summary>
            Clips a string at a certain length.
            </summary>
            <param name="text">
            The text that will be clipped
            </param>
            <param name="length">
            The maximum length of the returned string
            </param>
            <param name="ellipsis">
            Indicates if the string should have en ellipsis (...) appended
            </param>
            <returns>
            The clipped string
            </returns>
            <example>
            &lt;xsl:value-of select="sc:clip(sc:fld('Text',.), 200, 1)"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.day">
            <summary>
            Get current day
            </summary>
            <returns>
            The current day.
            </returns>
            <example>
            Test if the day field is equal to current day:
            <div style="padding:8px;">
            &lt;xsl:if test="fld('day',.)=sc:day()"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.day(System.String)">
            <summary>
            Get day from an IsoDate
            </summary>
            <param name="isoDate">
            The date in iso format
            </param>
            <returns>
            The day.<br/>
            If isoDate is blank or null, an empty string is returned.
            </returns>
            <example>
            Test if the day is 24
            <div style="padding:8px;">
            &lt;xsl:if test="sc:day(sc:fld('date',.)) = '24'"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.displayname(System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets the display name of an item
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The displayname.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.encode(System.String)">
            <summary>
            Encode a name for use in a url
            </summary>
            <param name="name">
            The name to encode.
            </param>
            <returns>
            The name with special characters encode
            </returns>
            <example>
            Encode the name 'rock/pop'
            <div style="padding:8px;">
            &lt;a href="/cat/{sc:encode('rock/pop')}"&gt;Rock/pop&lt;/a&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.EndEditFrame(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Ends the edit frame.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The edit frame.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.EndLink(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Function for starting an html link tag from an item.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The end link.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.EnterSecurityState(System.Boolean)">
            <summary>
            Enters a specific security state.
            </summary>
            <param name="enabled">
            If set to <c>true</c> security will be enabled.
            </param>
            <returns>
            The enter security state.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.ExitSecurityState">
            <summary>
            Enters a state of security.
            </summary>
            <returns>
            The exit security state.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.feedUrl(System.Xml.XPath.XPathNodeIterator,System.Boolean)">
            <summary>
            Gets the url of the syndication feed.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="includeUserAuthentication">
            Whether user authentication should be included.
            </param>
            <returns>
            The feed URL.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.field(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Function for rendering a field.
            </summary>
            <param name="fieldName">
            Name of field containing the image data
            </param>
            <param name="iterator">
            Xml node containing the document (item).
            </param>
            <returns>
            Html representing the field with all relevant
            attributes set
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.field(System.String,System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Function for rendering a field.
            </summary>
            <param name="fieldName">
            Name of field containing the image data
            </param>
            <param name="iterator">
            Xml node containing the document (item).
            </param>
            <param name="parameters">
            The parameters (in query string format, ie. name1=value1&amp;name2=value2&amp;...).
            </param>
            <returns>
            Html representing the field with all relevant
            attributes set
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.fld(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Extract a raw field value from an item.
            </summary>
            <param name="fieldName">
            Name of the field (case insensitive)
            </param>
            <param name="ni">
            Xml node representing the item.<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:rawfld('date',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:rawfld('title',item[@key='about']) will
            show the Title field of the child document called About. To
            access the parent document use ..)
            </param>
            <returns>
            Value of the field as a string. If the field does not
            exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:rawfld('Title',.)"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.fld(System.String,System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Extract a subvalue of a structured field value from
            a document. Subvalues are used in image and link fields.<br/>
            For instance, the content of an image field may look like this:<br/>
                <div style="padding:4px">
            &lt;image src="/images/banner.jpg" alt="Go to home page"&gt;
            </div>
            In this example the available subvalues are 'src' and 'alt'. Assuming
            that the field containg the data is called Banner image, the
            following example will extract the image source for use in an
            image tag:<br/>
                <div style="padding:4px">
            &lt;img src="{sc:fld('Banner image',.,'src')}"&gt;
            </div>
            </summary>
            <param name="fieldName">
            Name of the field (case insensitive)
            </param>
            <param name="ni">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:fld('menu image',.,'src')).<br/>
            For other items, pass the xpath of the item
            (ex. sc:fld('content image',item[@key='about'],'src') will
            show the subvalue src of the field called Content image in the
            child document called About. To access the parent document use ..)
            </param>
            <param name="subValue">
            Name of the subvalue to return.
            </param>
            <returns>
            Value of the subvalue as a string. If the field or
            subvalue does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:fld('Image',.,'src')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.form(System.String)">
            <summary>
            Get the value of a html form variable
            </summary>
            <param name="name">
            Name of form field containing the data
            </param>
            <returns>
            The value of the form variable (same as calling Request.Form[name]).<br/>
            If the form variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:form('username')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.formatdate(System.String)">
            <summary>
            Format a date in iso format to a date in the system specific format
            </summary>
            <param name="isoDate">
            The date in iso format
            </param>
            <returns>
            The date formatted in the system specific format<br/>
            If isoDate is blank or null, an empty string is returned.
            </returns>
            <example>
            &lt;xsl:value-of select="sc:formatdate(sc:fld('date',.))"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.formatdate(System.String,System.String)">
            <summary>
            Format a date in iso format to a date using a specified format
            </summary>
            <param name="isoDate">
            The date in iso format
            </param>
            <param name="format">
            Formatting string
            </param>
            <returns>
            The date formatted as specified in the format parameters<br/>
            If isoDate is blank or null, an empty string is returned.
            </returns>
            <example>
            &lt;xsl:value-of select="sc:formatdate(sc:fld('date',.), 'MM-dd-yy')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetAppSetting(System.String)">
            <summary>
            Get an application setting by name
            </summary>
            <param name="name">
            The setting name.
            </param>
            <returns>
            An object representing the value
            </returns>
            <example>
            Get app setting 'myconnection'
            <div style="padding:8px;">
            Connection: &lt;xsl:value-of select="sc:GetAppSetting('myconnection')"/&gt;
            </div>
            </example>
            <remarks>
            Please note that the names passed to this function
            must match the properties exactly (including case)
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetAppSetting(System.String,System.String)">
            <summary>
            Get an application setting by name
            </summary>
            <param name="name">
            The setting name.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            An object representing the value
            </returns>
            <example>
            Get app setting 'mycount' with a default value of 5
            <div style="padding:8px;">
            Connection: &lt;xsl:value-of select="sc:GetAppSetting('mycount', '5')"/&gt;
            </div>
            </example>
            <remarks>
            Please note that the names passed to this function
            must match the properties exactly (including case)
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetCookie(System.String)">
            <summary>
            Gets a cookie value
            </summary>
            <param name="name">
            The cookie name.
            </param>
            <returns>
            The get cookie.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetWordDocumentStyle(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Gets the "styles" section from a field that has the 'word document' type.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The get word document style.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetDate(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Gets the date.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The date rendered.
            </returns>
            <remarks>
            Supports date and datetime field rendering.
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetDevice">
            <summary>
            Returns the name of the current device.
            </summary>
            <returns>
            A string identifing the current device name. If there is no
            current layout, blank is returned
            </returns>
            <example>
            Display the name of a linked document:
            <div style="padding:8px;">
            &lt;xsl:if text="sc:GetDevice()='Print'"&gt;<br/>
            This is the Print Device
            &lt;/xsl:if&gt;<br/>
                </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetForm(System.String)">
            <summary>
            Gets the value of a html form variable.
            </summary>
            <param name="name">
            Name of form field containing the data
            </param>
            <returns>
            The value of the form variable (same as calling Request.Form[sName]).<br/>
            If the form variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:GetForm('username')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetItem(System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets the item.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The requested item.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetItemsOfType(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets the all items of a specific type (ie. descending from a specific template).
            </summary>
            <param name="templateName">
            Name of the template.
            </param>
            <param name="itemNodes">
            The item nodes.
            </param>
            <returns>The XPath iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLink(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Function for generating an html link tag from an item.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The requested link.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkField(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Gets the link field.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The link field.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkHref(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Generate href attribute from a link field
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="ni">
            The node iterator.
            </param>
            <returns>
            The link href.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkItem(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Lookup a linked document (item) in the Sitecore database and return
            its xml node.
            </summary>
            <param name="fieldName">
            Name of field contaning the link data
            </param>
            <param name="ni">
            Item to work on
            </param>
            <returns>
            An xml node representing the document. If the document
            is not found, an empty node is returned
            </returns>
            <remarks>
            The result of this function must be assigned to an xsl
            variable before it can be used. See the example.
            </remarks>
            <example>
            Display the name of a linked document:
            <div style="padding:8px;">
            &lt;xsl:variable name="about" select="sc:GetLinkItem('about link',.)"/&gt;<br/>
            Name: &lt;xsl:value-of select="$about/@name"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkOnClick(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Generate onclick attribute from a link field
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="ni">
            The node iterator.
            </param>
            <returns>
            The link on click.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkTarget(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Generate target attribute from a link field
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The link target.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkText(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Get the type of a link field
            </summary>
            <param name="fieldName">
            The field Name.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <remarks>
            Internal use only
            </remarks>
            <returns>
            The get link text.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetLinkType(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Get the type of a link field
            </summary>
            <param name="fieldName">
            The field Name.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <remarks>
            Internal use only
            </remarks>
            <returns>
            The get link type.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetMediaUrl(System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets a media URL for an item representing a media.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The get media url.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetMediaUrl(System.Xml.XPath.XPathNodeIterator,System.Boolean)">
            <summary>
            Gets a media URL for an item representing a media.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="useItemPath">
            if set to <c>true</c> [use item path].
            </param>
            <returns>
            The get media url.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetMediaUrl(System.Xml.XPath.XPathNodeIterator,System.Boolean,System.String,System.Boolean)">
            <summary>
            Gets a media URL for an item representing a media.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="useItemPath">
            If set to <c>true</c> use item path in the URL (rather than guid).
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="xhtml">
            If set to <c>true</c>, XHTML encoding will be used.
            </param>
            <returns>
            The get media url.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetQueryString(System.String)">
            <summary>
            Get the value of a html query string variable
            </summary>
            <param name="name">
            Name of query string containing the data
            </param>
            <returns>
            The value of the query string (same as calling Request.QueryString[sName]).<br/>
            If the query string does not exist, an empty string is returned
            </returns>
            <example>
            Show custom html if print=1 is specified in the query string
            (as in http://localhost/home.aspx?print=1):
            <div style="padding:8px;">
            &lt;xsl:if test="sc:GetQueryString('print')='1'"&gt;<br/>
            This is only shown when printing...<br/>
            &lt;/xsl:if&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetSession(System.String)">
            <summary>
            Get the value of a Session variable
            </summary>
            <param name="name">
            Name of session variable
            </param>
            <returns>
            The value of the session variable (same as calling Session[name]).<br/>
            If the session variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:Session('basket')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetSetting(System.String)">
            <summary>
            Get a setting by name
            </summary>
            <param name="name">
            The setting name.
            </param>
            <returns>
            An object representing the value
            </returns>
            <example>
            Display the current web root path:
            <div style="padding:8px;">
            Root path: &lt;xsl:value-of select="sc:GetSetting('WebRootPath')"/&gt;
            </div>
            </example>
            <remarks>
            Please note that the names passed to this function
            must match the properties exactly (including case)
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetState(System.String)">
            <summary>
            Get the a State property by name
            </summary>
            <param name="name">
            The state name.
            </param>
            <returns>
            An object representing the value
            </returns>
            <example>
            Display the current preview status:
            <div style="padding:8px;">
            Previewing: &lt;xsl:value-of select="sc:GetState('Previewing')"/&gt;
            </div>
            </example>
            <remarks>
            Please note that the names passed to this function
            must match the properties exactly (including case)
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.HasField(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Checks if an item contains a specific field.
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The has field.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.HasRight(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Check if the currently logged-in extranet user
            has a specific type of access to a document
            </summary>
            <param name="right">
            Character representing the right to
            test for.<br/>
            The list of valid characters are:
            <div style="padding:4px;padding-left:8px">
            a=Admin<br/>
            c=Create<br/>
            d=Delete<br/>
            r=Read<br/>
            n=Rename<br/>
            w=Write
            </div>
            </param>
            <param name="iterator">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:HasRight('r',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:HasRight('r',item[@key='about']) will
            test if the current user has read rights to the child document
            called About. To access the parent document use ..)
            </param>
            <returns>
                <c>true</c> if the specified right has right; otherwise, <c>false</c>.
            </returns>
            <example>
            &lt;xsl:value-of select="sc:HasRight('r',.)"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.HasVersions(System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Determines whether the specified item has any versions.
            </summary>
            <param name="iterator">
            The iterator specifying the item.
            </param>
            <returns>
                <c>true</c> if the specified item has any versions; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.image(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Function for generating an html image tag (img) from
            a field of type Image
            </summary>
            <param name="fieldName">
            Name of field containing the image data
            </param>
            <param name="iterator">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:image('top image',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:image('top image',item[@key='about']) will
            use the image data from the child document
            called About. To access the parent document use ..)
            </param>
            <returns>
            Html representing the image with all relevant
            attributes set
            </returns>
            <example>
            See the knowledgebase article
            <a href="http://sdn.sitecore.net/articles/displaying+links+and+images.aspx">
            'Displaying links and images'</a>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.image(System.String,System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Function for generating an html image tag (img) from
            a field of type Image
            </summary>
            <param name="fieldName">
            Name of field containing the image data
            </param>
            <param name="iterator">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:image('top image',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:image('top image',item[@key='about']) will
            use the image data from the child document
            called About. To access the parent document use ..)
            </param>
            <param name="parameters">
            The parameters (in query string format, ie. name1=value1&amp;name2=value2&amp;...).
            </param>
            <returns>
            Html representing the image with all relevant
            attributes set
            </returns>
            <example>
            See the knowledgebase article
            <a href="http://sdn.sitecore.net/articles/displaying+links+and+images.aspx">
            'Displaying links and images'</a>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.IsItemOfType(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Determines if an item is of a specific type (ie. descends from a specific template).
            </summary>
            <param name="templateName">
            Name of the template.
            </param>
            <param name="itemNode">
            The item node.
            </param>
            <returns>
                <c>true</c> if [is item of type] [the specified template name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.IsLoggedIn">
            <summary>
            Check if an extranet user is logged in
            </summary>
            <example>
            &lt;xsl:value-of select="sc:IsLoggedIn()"/&gt;
            </example>
            <returns>
            The is logged in.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.isoNow">
            <summary>
            Gets the current date/time in ISO format.
            </summary>
            <returns>
            Now in ISO format.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.item(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Lookup a document (item) in the Sitecore database and return
            its xml node.
            </summary>
            <param name="path">
            Path to the document (ex. /home/about)
            </param>
            <param name="iterator">
            Must be . (dot)
            </param>
            <returns>
            An xml node representing the document. If the document
            is not found, an empty node is returned
            </returns>
            <remarks>
            Only documents in the Content section can be looked up
            using this function.<br/><br/>
            Note that the result of the function must be assigned to an xsl
            variable before it can be used. See the example.
            </remarks>
            <example>
            Display the name of a document:
            <div style="padding:8px;">
            &lt;xsl:variable name="about" select="sc:item('/home/about',.)"/&gt;<br/>
            Name: &lt;xsl:value-of select="$about/@name"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Items(System.String)">
            <summary>
            Get the value of an Items variable
            </summary>
            <param name="name">
            Name of items variable
            </param>
            <returns>
            The value of the items variable (same as calling Items[name]).<br/>
            If the items variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:Items('currenturl')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.language">
            <summary>
            Get the current language (State.Language) as a string (iso code)
            </summary>
            <returns>
            A string representing the iso code of the language
            </returns>
            <example>
            Display the current language:
            <div style="padding:8px;">
            Language: &lt;xsl:value-of select="sc:language()"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.link(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Function for generating an html link tag (a) from
            a field of type Link
            </summary>
            <param name="fieldName">
            Name of field containing the link data
            </param>
            <param name="ni">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:link('supplier link',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:link('supplier link',item[@key='hardwood']) will
            use the link data from the child document
            called Hardwood. To access the parent document use ..)
            </param>
            <returns>
            Html representing the link with all relevant
            attributes set.<br/>
            The clickable text of the link will be the text entered
            into the 'Link description' in the Sitecore Content Manager
            </returns>
            <example>
            See the knowledgebase article
            <a href="http://sdn.sitecore.net/articles/displaying+links+and+images.aspx">
            'Displaying links and images'</a>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.link(System.String,System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Function for generating an html link tag (a) from
            a field of type Link
            </summary>
            <param name="fieldName">
            Name of field containing the link data
            </param>
            <param name="iterator">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:link('supplier link',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:link('supplier link',item[@key='hardwood']) will
            use the link data from the child document
            called Hardwood. To access the parent document use ..)
            </param>
            <param name="parameters">
            The parameters (in query string format, ie. name1=value1&amp;name2=value2&amp;...).
            </param>
            <returns>
            Html representing the link with all relevant
            attributes set.
            </returns>
            <example>
            See the knowledgebase article
            <a href="http://sdn.sitecore.net/articles/displaying+links+and+images.aspx">
            'Displaying links and images'</a>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.linkField(System.String,System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Links the field.
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The field.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.month">
            <summary>
            Get current month
            </summary>
            <returns>
            The current month.
            </returns>
            <example>
            Test if the month field is equal to current month:
            <div style="padding:8px;">
            &lt;xsl:if test="fld('month',.)=sc:month()"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.month(System.String)">
            <summary>
            Get month from an IsoDate
            </summary>
            <param name="isoDate">
            The date in iso format
            </param>
            <returns>
            The month.<br/>
            If isoDate is blank or null, an empty string is returned.
            </returns>
            <example>
            Test if the month is december
            <div style="padding:8px;">
            &lt;xsl:if test="sc:month(sc:fld('date',.)) = '12'"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.now">
            <summary>
            Gets the current date/time.
            </summary>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.pageMode">
            <summary>
            Gets the xml fragment describing the current page mode, such as page editor, preview or debug.
            </summary>
            <returns>
            Xml fragment with the possible values: [TODO]
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.path(System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Get the path to a document in the database as a friendly url.<br/>
            For instance, if the current document was /home/about, the
            function would return /home/about.aspx
            </summary>
            <param name="iterator">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:path(.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:path(item[@key='about']) will
            retrieve path of the child document called About). To access
            the parent document use ..
            </param>
            <returns>
            A friendly url that can be used in the href attribute
            of a link tag (ex. /home/about.aspx)
            </returns>
            <example>
            Construct a link to the current document:
            <div style="padding:8px;">
            &lt;a href="{sc:path(.)}"&gt;&lt;xsl:value-of select="sc:fld('title',.)"/&gt;&lt;/a&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Previewing">
            <summary>
            Check if the current mode is 'Preview'
            </summary>
            <example>
            &lt;xsl:value-of select="sc:IsPreviewing()"/&gt;
            </example>
            <returns>
            The previewing.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.qs(System.String)">
            <summary>
            Get the value of a html query string variable
            </summary>
            <param name="name">
            Name of query string containing the data
            </param>
            <returns>
            The value of the query string (same as calling Request.QueryString[sName]).<br/>
            If the query string does not exist, an empty string is returned
            </returns>
            <example>
            Show custom html if print=1 is specified in the query string
            (as in http://localhost/home.aspx?print=1):
            <div style="padding:8px;">
            &lt;xsl:if test="sc:qs('print')='1'"&gt;<br/>
            This is only shown when printing...<br/>
            &lt;/xsl:if&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.qs(System.String,System.String)">
            <summary>
            Get the value of a html query string variable
            </summary>
            <param name="name">
            Name of query string containing the data
            </param>
            <param name="defaultValue">
            Default value to return if query string is not defined
            </param>
            <returns>
            The value of the query string (same as calling Request.QueryString[sName]).<br/>
            If the query string does not exist, the default value is returned
            </returns>
            <example>
            Show custom html if print=1 is specified in the query string
            (as in http://localhost/home.aspx?print=1):
            <div style="padding:8px;">
            &lt;xsl:if test="sc:qs('print','0')='1'"&gt;<br/>
            This is only shown when printing...<br/>
            &lt;/xsl:if&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.random(System.Int32)">
            <summary>
            Returns a random value between 0 and nNumber-1
            </summary>
            <param name="number">
            Upper limit
            </param>
            <returns>
            The random.
            </returns>
            <example>
            &lt;xsl:variable name='rnd' value='sc:random(3)'/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.RenderField(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Extract a field value from a document
            </summary>
            <param name="fieldName">
            Name of the field (case insensitive)
            </param>
            <param name="iterator">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:fld('date',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:fld('title',item[@key='about']) will
            show the Title field of the child document called About. To
            access the parent document use ..)
            </param>
            <returns>
            Value of the field as a string. If the field does not
            exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:fld('Title',.)"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.RenderXslControl(System.String,System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Render an xsl control
            </summary>
            <param name="name">
            The control name.
            </param>
            <param name="parameterKey">
            The parameter key.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The XSL control.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Replace(System.String,System.String,System.String)">
            <summary>
            Replaces text in the specified input.
            </summary>
            <param name="input">
            The input string.
            </param>
            <param name="find">
            The string to find.
            </param>
            <param name="replaceWith">
            The replace with text.
            </param>
            <returns>
            The replace.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SafeEncode(System.String)">
            <summary>
            Encodes user input so that it is safe to use as output. Use to prevent XSS attacks.
            </summary>
            <param name="value">
            The value to encode.
            </param>
            <returns>
            The safe encode.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Session(System.String)">
            <summary>
            Get the value of a Session variable
            </summary>
            <param name="name">
            Name of session variable
            </param>
            <returns>
            The value of the session variable (same as calling Session[name]).<br/>
            If the session variable does not exist, an empty string is returned
            </returns>
            <example>
            &lt;xsl:value-of select="sc:Session('basket')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SetApplication(System.String,System.String)">
            <summary>
            Set the value of an Application variable.
            </summary>
            <param name="variableName">
            Name of application variable
            </param>
            <param name="variableValue">
            New value of the application variable
            </param>
            <example>
            &lt;xsl:value-of select="sc:SetApplication('visitorcount','100')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SetCache(System.String,System.String)">
            <summary>
            Set the value of a Cache variable
            </summary>
            <param name="variableName">
            Name of cache variable
            </param>
            <param name="variableValue">
            New value of the cache variable
            </param>
            <example>
            &lt;xsl:value-of select="sc:SetCache('product1010','This product is...')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SetItems(System.String,System.String)">
            <summary>
            Set the value of an Items variable.
            </summary>
            <param name="key">
            Name of items variable
            </param>
            <param name="value">
            New value of the items variable
            </param>
            <example>
            &lt;xsl:value-of select="sc:SetItems('currenturl','http://localhost')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SetSession(System.String,System.String)">
            <summary>
            Set the value of a Session variable.
            </summary>
            <param name="variableName">
            Name of session variable
            </param>
            <param name="variableValue">
            New value of the session variable
            </param>
            <example>
            &lt;xsl:value-of select="sc:SetSession('basket','1034=2|3200=1')"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SitecoreVersion">
            <summary>
            Get the version of Sitecore
            </summary>
            <returns>
            The current version of Sitecore, e.g. "4.1.2"
            </returns>
            <example>
            Test if the current version is "4.1.2"
            <div style="padding:8px;">
            &lt;xsl:if test="sc:SitecoreVersion()='4.1.2'"&gt;<br/>
            This is only shown when the Sitecore version is 4.1.2.<br/>
            &lt;/xsl:if&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SplitFieldValue(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets all values from a delimited field (as an iterator).
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="ni">
            The node iterator.
            </param>
            <remarks>
            By default the delimiter | (pipe) is used when splitting the string.
            </remarks>
            <example>
              <code>
                &lt;xsl:variable name="masters" select="sc:GetMultiList('__masters',.)"/&gt;
                Number of masters: &lt;xsl:value-of select="count($masters)"/&gt;&lt;br/&gt;
                Master number two: &lt;xsl:value-of select="$masters[2]"/&gt;&lt;br/&gt;
                &lt;xsl:for-each select="$masters"&gt;
                  ID(&lt;xsl:value-of select="position()"/&gt;): &lt;xsl:value-of select="."/&gt;&lt;br/&gt;
                &lt;/xsl:for-each&gt;
              </code>
            </example>
            <returns>Node iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SplitFieldValue(System.String,System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets all values from a delimited field (as an iterator).
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="delimiter">
            The delimiter.
            </param>
            <param name="ni">
            The node iterator.
            </param>
            <example>
              <code>
                &lt;xsl:variable name="masters" select="sc:GetMultiList('__masters',.)"/&gt;
                Number of masters: &lt;xsl:value-of select="count($masters)"/&gt;&lt;br/&gt;
                Master number two: &lt;xsl:value-of select="$masters[2]"/&gt;&lt;br/&gt;
                &lt;xsl:for-each select="$masters"&gt;
                  ID(&lt;xsl:value-of select="position()"/&gt;): &lt;xsl:value-of select="."/&gt;&lt;br/&gt;
                &lt;/xsl:for-each&gt;
              </code>
            </example>
            <returns>Node iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SplitValue(System.String)">
            <summary>
              Gets all values from a pipe-separated list value (as an iterator).
            </summary>
            <param name="value">
            Pipe-separated string list value.
            </param>
            <example>
              <code>
                &lt;xsl:variable name="masters" select="sc:SplitValue('A|B|C')"/&gt;
                Number of masters: &lt;xsl:value-of select="count($masters)"/&gt;&lt;br/&gt;
                Master number two: &lt;xsl:value-of select="$masters[2]"/&gt;&lt;br/&gt;
              </code>
            </example>
            <returns>Node iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SplitValue(System.String,System.String)">
            <summary>
              Gets all values from a delimited list value (as an iterator).
            </summary>
            <param name="value">
            Delimiter-separated string list value.
            </param>
            <param name="delimiter">
            The delimiter.
            </param>
            <example>
              <code>
                &lt;xsl:variable name="masters" select="sc:Split('A|B|C','|')"/&gt;
                Number of values: &lt;xsl:value-of select="count($masters)"/&gt;&lt;br/&gt;
                Value number two: &lt;xsl:value-of select="$masters[2]"/&gt;&lt;br/&gt;
              </code>
            </example>
            <returns>Node iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.StartLink(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Function for starting an html link tag from an item.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The rendered link.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.StartEditFrame(System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Starts the edit frame.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The edit frame.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.striptags(System.String)">
            <summary>
            Strips HTML tags from a string
            </summary>
            <param name="text">
            The text that will be stripped
            </param>
            <returns>
            The string without any HTML tags
            </returns>
            <example>
            &lt;xsl:value-of select="sc:striptags(sc:fld('Text',.))"/&gt;
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Substring(System.String,System.Int32)">
            <summary>
            Gets a substring.
            </summary>
            <param name="text">
            The string instance.
            </param>
            <param name="start">
            The start position.
            </param>
            <returns>
            The substring.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Substring(System.String,System.Int32,System.Int32)">
            <summary>
            Gets a substring.
            </summary>
            <param name="text">
            The string instance.
            </param>
            <param name="start">
            The start.
            </param>
            <param name="length">
            The length.
            </param>
            <returns>
            The substring.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.Substring(System.String,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets a substring.
            </summary>
            <param name="text">
            The string instance.
            </param>
            <param name="start">
            The start.
            </param>
            <param name="length">
            The length.
            </param>
            <param name="ellipsis">
            if set to <c>true</c> [ellipsis].
            </param>
            <returns>
            The substring.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.ToLower(System.String)">
            <summary>
            Convert a string to lower case
            </summary>
            <param name="input">
            String to convert
            </param>
            <returns>
            The lower.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.ToUpper(System.String)">
            <summary>
            Convert a string to upper case
            </summary>
            <param name="input">
            String to convert
            </param>
            <returns>
            The upper.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.trace(System.String)">
            <summary>
            Trace a string to help in debugging
            </summary>
            <param name="text">
            Text to show in the trace (when using /sitecore/debug)
            </param>
            <example>
            sc:trace('This will be shown in the trace')
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.url(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Get the url corresponding to the data in a field of type Link
            </summary>
            <param name="fieldName">
            Name of field containing the link data
            </param>
            <param name="ni">
            Xml node containing the document (item).<br/>
            To represent the current item in the xsl, pass . in this
            parameter (ex. sc:url('supplier link',.)).<br/>
            For other items, pass the xpath of the item
            (ex. sc:url('supplier link',item[@key='hardwood']) will
            use the link data from the child document
            called Hardwood. To access the parent document use ..
            </param>
            <returns>
            A valid url for the actual type of link (web page, mail,
            javascript, etc.)
            </returns>
            <example>
            See the knowledgebase article
            <a href="http://sdn.sitecore.net/articles/displaying+links+and+images.aspx">
            'Displaying links and images'</a>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.fullUrl(System.String,System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Fulls the URL.
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="ni">
            The node iterator.
            </param>
            <returns>
            The full URL.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.UrlEncode(System.String)">
            <summary>
            URL encodes a string value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The url encode.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.urlname(System.Int32)">
            <summary>
            Get item name as specified in the current url
            </summary>
            <param name="index">
            Index of url part. Counted from the right
            starting with zero
            </param>
            <returns>
            The specified part of the current url (with the .aspx extension)
            </returns>
            <example>
            Given a current url of: 'http://localhost/home/news/test+winner.aspx',
            urlname(0) will return: 'test winner' and urlname(1) will return 'news'
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.UserInfo(System.String)">
            <summary>
            Get named information about the currently logged in extranet user
            </summary>
            <param name="info">
            Name of the property to return.<br/>
            For users defined in the Sitecore user database, only 'fullname'
            is supported.<br/>
            Custom login handlers (ex. LDAP) may provide other properties
            </param>
            <returns>
            The value of the property.<br/>
            If the property does not exist, an empty string is returned
            </returns>
            <example>
            Show full name of current user:
            <div style="padding:8px;">
            Full name: &lt;xsl:value-of select="sc:UserInfo('fullname')"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.UserName">
            <summary>
            Get the user name of the currently logged in extranet user
            </summary>
            <returns>
            The user name of the current user.<br/>
            If no user is logged in, an empty string is returned
            </returns>
            <example>
            Show user name of current user:
            <div style="padding:8px;">
            Logged in as: &lt;xsl:value-of select="sc:UserName()"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.WebEditing">
            <summary>
            Check if the current mode is 'WebEdit'
            </summary>
            <example>
            &lt;xsl:value-of select="sc:IsWebEditing()"/&gt;
            </example>
            <returns>
            The web editing.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.year">
            <summary>
            Get current year
            </summary>
            <returns>
            The current year.
            </returns>
            <example>
            Test if the year field is equal to current year:
            <div style="padding:8px;">
            &lt;xsl:if test="fld('year',.)=sc:year()"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.year(System.String)">
            <summary>
            Get year from an IsoDate
            </summary>
            <param name="isoDate">
            The date in iso format
            </param>
            <returns>
            The year.<br/>
            If isoDate is blank or null, an empty string is returned.
            </returns>
            <example>
            Test if the year field is equal to current year:
            <div style="padding:8px;">
            &lt;xsl:if test="sc:year(sc:fld('date',.)) = '2000'"/&gt;
            </div>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.SignMediaUrl(System.String)">
            <summary>
            Returns media url (url with media prefix, e.g. "-/media/somefile.ashx?mw=100&amp;mh=100") with hash when necessary.
            </summary>
            <param name="mediaUrl">The media URL.</param>
            <returns>In case media Url needs to be signed returns media url with hash parameter, otherwise original url will be returned.</returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetSignedMediaUrl(System.Xml.XPath.XPathNodeIterator)">
            <summary>
            Gets a signed media URL for an item representing a media.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <returns>
            The signed media url.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetSignedMediaUrl(System.Xml.XPath.XPathNodeIterator,System.Boolean)">
            <summary>
            Gets a signed media URL for an item representing a media.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="useItemPath">
            If set to <c>true</c> use item path in the URL (rather than guid).
            </param>
            <returns>
            The signed media url.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetSignedMediaUrl(System.Xml.XPath.XPathNodeIterator,System.Boolean,System.String,System.Boolean)">
            <summary>
            Gets a signed media URL for an item representing a media.
            </summary>
            <param name="iterator">
            The iterator.
            </param>
            <param name="useItemPath">
            If set to <c>true</c> use item path in the URL (rather than guid).
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="xhtml">
            If set to <c>true</c>, XHTML encoding will be used.
            </param>
            <returns>
            The signed media url.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetUrlOptions">
            <summary>
            Gets the URL options.
            </summary>
            <returns>Current url options
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.CreateLinkRenderer(Sitecore.Data.Items.Item)">
            <summary>
            Creates the renderer.
            </summary>
            <param name="item">
            The item to render.
            </param>
            <returns>
            The renderer.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.CreateLinkUrl">
            <summary>
            Creates the link URL.
            </summary>
            <returns>
            The link URL.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.CreateMediaUrlParameters">
            <summary>
            Creates the media URL parameters.
            </summary>
            <returns>
            The media URL parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.AddAttribute(System.String,System.String,System.String)">
            <summary>
            Add attribute to a tag represented as a string
            </summary>
            <param name="tag">
            The tag to modify.
            </param>
            <param name="attribute">
            The attribute.
            </param>
            <param name="value">
            The value to add.
            </param>
            <returns>
            Modified attribute.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.AddAttribute(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Add attribute to a tag represented as a string
            </summary>
            <param name="tag">
            The tag to modify.
            </param>
            <param name="attribute">
            The attribute.
            </param>
            <param name="value">
            The value to add.
            </param>
            <param name="allowEmpty">
            If set to <c>true</c> allow empty attribute.
            </param>
            <returns>
            Modified attribute.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetFieldValue(System.String,System.Xml.XPath.XPathNodeIterator,System.String)">
            <summary>
            Get value or subvalue of a field
            </summary>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="iterator">
            The iterator.
            </param>
            <param name="subValue">
            The sub value.
            </param>
            <returns>
            The field value.
            </returns>
            <remarks>
            Internal use only
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetContextCulture">
            <summary>
            Gets the context culture.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.CreateEmptyIterator">
            <summary>
            Creates an empty iterator.
            </summary>
            <returns>Node iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetChildIterator(Sitecore.Xml.Packet)">
            <summary>
            Gets a child iterator.
            </summary>
            <param name="packet">
            The packet.
            </param>
            <returns>Node iterator
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.GetItemXml(Sitecore.Data.Items.Item)">
            <summary>
            Gets an item as an XML node.
            </summary>
            <param name="item">
            The item to get node.
            </param>
            <returns>Item xml node
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Xsl.XslHelper.HasBaseTemplate(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether the specified template has a specific base template.
            </summary>
            <param name="item">
            The item to get template.
            </param>
            <param name="baseTemplateName">
            Name of the base template.
            </param>
            <returns>
                <c>true</c> if it has the base template; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Xml.Packet">
            ===============================================================
             <summary>Implements a class for building XML documents.</summary>
             <remarks>
             The Packet class enables the developer to easy build an XML document in an
             iterativ manner.
             </remarks>
             <example>
             <code>
              Packet packet = new Packet();
              IMasterItem itm = MasterFactory.GetItem("/sitecore/content/home");
              SortedList list = itm.GetChildrenSorted();
             
              for(int n = 0; n &lt; list.Count; n++) {
                IMasterItem child = list.GetByIndex(n) as IMasterItem;
                IMasterVersion data = child.GetLatestVersion();
             
                packet.StartElement("item");
                packet.SetAttribute("id", child.ID);
                packet.AddElement("name", child.Name);
                packet.AddElement("description", data.GetFieldValue("Description"));
                packet.EndElement();
              }
             
              return packet.Xmldom;
             </code>
             </example>
            ===============================================================
        </member>
        <member name="M:Sitecore.Xml.Packet.#ctor">
            <summary>
            Initializes a new instance of the Packet class (and adds a root node).
            </summary>
            <remarks>A new root element is automatically created. The value of the packet is
            "&lt;sitecore/&gt;"</remarks>
        </member>
        <member name="M:Sitecore.Xml.Packet.#ctor(System.String,System.String[])">
            <summary>
            Initializes a new instance of the Packet class.
            </summary>
            <param name="rootName">Name of the root.</param>
            <param name="attributes">The attributes.</param>
            <remarks>A new root element is automatically created. The value of the packet is
            "&lt;rootName/&gt;"</remarks>
        </member>
        <member name="M:Sitecore.Xml.Packet.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the Packet class.
            </summary>
            <param name="createRootNode">A boolean indicating if a root node is created.</param>
            <remarks>If the root element is created, the value of the packet is
            "&lt;sitecore/&gt;"</remarks>
        </member>
        <member name="M:Sitecore.Xml.Packet.#ctor(System.Xml.XmlDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Packet"/> class.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="P:Sitecore.Xml.Packet.CurrentNode">
            <summary>
            Gets the current node.
            </summary>
            <value>The current XML node in the packet.</value>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            XmlNode current = packet.CurrentNode; // item
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Xml.Packet.IgnoreEmptyAttributes">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Packet"/> ignores the empty attributes.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Packet"/> ignores the empty attributes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Xml.Packet.InnerXml">
            <summary>
            Gets a string representing the XML under the root element.
            </summary>
            <value>The XML of the root element as a string.</value>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            string xml = packet.InnerXml; // "&lt;item/&gt;&lt;"
            </code>
                <seealso cref="P:Sitecore.Xml.Packet.OuterXml"/>
            </example>
        </member>
        <member name="P:Sitecore.Xml.Packet.OuterXml">
            <summary>
            Gets a string representing the XML of the packet.
            </summary>
            <value>The XML of the packet as a string.</value>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            string xml = packet.OuterXml; // "&lt;sitecore&gt;&lt;item/&gt;&lt;/sitecore&gt;"
            </code>
                <seealso cref="P:Sitecore.Xml.Packet.InnerXml"/>
            </example>
        </member>
        <member name="P:Sitecore.Xml.Packet.XmlDocument">
            <summary>
            Gets the XML document of the packet.
            </summary>
            <value>The XML document of the packet.</value>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            XmlDocument xml = packet.Xmldom; // &lt;sitecore&gt;&lt;item/&gt;&lt;/sitecore&gt;
            </code>
                <seealso cref="P:Sitecore.Xml.Packet.InnerXml"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.AddElement(System.String,System.String,System.String[])">
            <summary>
            Adds an XML node under the current node.
            </summary>
            <param name="name">The name of the element to be added.</param>
            <param name="value">The value of the element.</param>
            <param name="attributes">Attributes.</param>
            <returns></returns>
            <remarks>The element is added to the current node.
            Attributes are specified in name/value pairs as name1, value1, name2, value2 ...</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            IMasterItem itm = MasterFactory.GetItem("/sitecore/content/home");
            SortedList list = itm.GetChildrenSorted();
            for(int n = 0; n &lt; list.Count; n++) {
            IMasterItem child = list.GetByIndex(n) as IMasterItem;
            IMasterVersion data = child.GetLatestVersion();
            packet.StartElement("item");
            packet.SetAttribute("id", child.ID);
            packet.AddElement("name", child.Name);
            packet.AddElement("description", data.GetFieldValue("Description"));
            packet.EndElement();
            }
            return packet.Xmldom;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.AddElement(System.Xml.XmlNode)">
            <summary>
            Adds an XML node under the current node.
            </summary>
            <param name="node">The XML node to be added.</param>
            <remarks>The XML node is imported into the XML document of the packet before being
            added.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            XmlNode node = packet.Xmldom.CreateElement();
            packet.AddElement(node);
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.AddElement(System.Xml.XmlNode,System.String[])">
            <summary>
            Adds an XML node under the current node.
            </summary>
            <param name="node">The XML node to be added.</param>
            <param name="excludeAttributes">A string array of attributes that should not be added.</param>
            <remarks>The XML node is imported into the XML document of the packet before being
            added.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            XmlNode node = packet.Xmldom.CreateElement();
            packet.AddElement(node, new string[] { "id", "key" });
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.AddElements(System.Xml.XmlNodeList)">
            <summary>
            Adds a list of XML nodes under the current node.
            </summary>
            <param name="nodes">A <see cref="T:System.Xml.XmlNodeList">XmlNodeList</see> containing the nodes.</param>
            <remarks>The XML nodes are imported into the XML document of the packet before being
            added.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            XmlNodeList list = doc.SelectNodes("//item");
            packet.AddElements(list);
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.AddXml(System.Xml.XmlDocument)">
            <summary>
            Adds an XML document to the current node.
            </summary>
            <param name="doc">An XML document.</param>
            <example>
                <code>
            Packet packet = new Packet();
            packet.AddXml(doc);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.AddXmlNode(System.Xml.XmlNode)">
            <summary>
            Adds an XML node to the packet.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Xml.Packet.Clear(System.Boolean,System.String)">
            <summary>
            Clears the packet.
            </summary>
            <param name="createRootNode">A boolean indicating if a root node is created.</param>
            <param name="rootName">Name of the root.</param>
            <remarks>This methods reset the packet to contain either an empty XML document or
            an XML document with a &lt;sitecore&gt; root node.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            XmlNodeList list = doc.SelectNodes("//item");
            packet.AddElements(list);
            packet.Clear(true); // &lt;sitecore/&gt;
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.CopyAttributes(System.Xml.XmlNode)">
            <summary>
            Copies attributes from an XML node to the current XML node.
            </summary>
            <param name="node">The XML node from which the attributes are copied.</param>
            <remarks>Blank attributes are not copied.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.AddElement("item", null);
            XmlNode node = doc.SelectSingleNodes("//item[@key='home']");
            packet.CopyAttributes(node);
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.CopyAttributes(System.Xml.XmlNode,System.String[])">
            <summary>
            Copies attributes from an XML node to the current XML node.
            </summary>
            <param name="node">The XML node from which the attributes are copied.</param>
            <param name="excludeList">A string array of attributes that should not be added.</param>
            <remarks>Blank attributes are not copied.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.AddElement("item", null);
            XmlNode node = doc.SelectSingleNodes("//item[@key='home']");
            packet.CopyAttributes(node, new string[] { "id", "key" });
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.EndElement">
            <summary>
            Ends an XML node.
            </summary>
            <remarks>
                <para>A call to EndElement should be matched with a call to <see cref="M:Sitecore.Xml.Packet.StartElement(System.String)"/>.</para>
                <para>When calling EndElement the current node is set to the parent of the current node.</para>
            </remarks>
            <example>
                <code>
            Packet packet = new Packet();
            IMasterItem itm = MasterFactory.GetItem("/sitecore/content/home");
            SortedList list = itm.GetChildrenSorted();
            for(int n = 0; n &lt; list.Count; n++) {
            IMasterItem child = list.GetByIndex(n) as IMasterItem;
            IMasterVersion data = child.GetLatestVersion();
            packet.StartElement("item", "myAttribute", "myValue");
            packet.SetAttribute("id", child.ID);
            packet.AddElement("name", child.Name);
            packet.AddElement("description", data.GetFieldValue("Description"));
            packet.EndElement();
            }
            return packet.Xmldom;
            </code>
                <seealso cref="M:Sitecore.Xml.Packet.StartElement(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.GetAttribute(System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Packet.GetXml">
            <summary>
            Gets the XML.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Packet.RemoveAttribute(System.String)">
            <summary>
            Removes the attribute.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Packet.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Packet.SetAttribute(System.String,System.String)">
            <summary>
            Sets the value of an attribute on the current node.
            </summary>
            <param name="name">The name of the attribute to set.</param>
            <param name="value">The new value of the attribute.</param>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            packet.SetAttribute("key", "home");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.SetAttributes(System.String[])">
            <summary>
            Sets the values of a list of attribute on the current node.
            </summary>
            <param name="attributes">A string array of pairs of attribute names and values.</param>
            <remarks>Attributes are specified in name/value pairs as name1, value1, name2, value2 ...</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            packet.SetAttribute(new string[] {"name", "Home", "key", "home" });
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.SetAttributes(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Sets the values of a list of attribute on the current node.
            </summary>
            <param name="attributes">A name/value collection of attribute.</param>
            <remarks>Attributes are specified in name/value pairs as name1, value1, name2, value2 ...</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            packet.SetAttribute(new string[] {"name", "Home", "key", "home" });
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.SetBoolAttribute(System.String,System.Boolean)">
            <summary>
            Sets the bool attribute.
            </summary>
            <param name="name">The name.</param>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
        </member>
        <member name="M:Sitecore.Xml.Packet.SetValue(System.String)">
            <summary>
            Sets the value of current node.
            </summary>
            <param name="value">The new value of the current node.</param>
            <remarks>The value is escaped by being set.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            packet.SetValue("Hello world");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.SetValue(System.String,System.Boolean)">
            <summary>
            Sets the value of current node.
            </summary>
            <param name="value">The new value of the current node.</param>
            <param name="asXml">A <see cref="T:System.Boolean"/> indicating if the value is XML.</param>
            <remarks>If the value is XML, the node is set using InnerXml, otherwise the value
            is set using <see cref="M:Sitecore.Xml.XmlUtil.SetValue(System.String,System.Xml.XmlNode)"/>.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            packet.SetValue("Hello world", false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.StartElement(System.String)">
            <summary>
            Starts a new XML node.
            </summary>
            <param name="name">The name of the new XML node.</param>
            <remarks>The current XML node is set to the created XML node.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            IMasterItem itm = MasterFactory.GetItem("/sitecore/content/home");
            SortedList list = itm.GetChildrenSorted();
            for(int n = 0; n &lt; list.Count; n++) {
            IMasterItem child = list.GetByIndex(n) as IMasterItem;
            IMasterVersion data = child.GetLatestVersion();
            packet.StartElement("item");
            packet.SetAttribute("id", child.ID);
            packet.AddElement("name", child.Name);
            packet.AddElement("description", data.GetFieldValue("Description"));
            packet.EndElement();
            }
            return packet.Xmldom;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.StartElement(System.String,System.String[])">
            <summary>
            Starts a new XML node.
            </summary>
            <param name="name">The name of the new XML node.</param>
            <param name="attributes">Attributes for the XML node.</param>
            <remarks><para>The current XML node is set to the created XML node.</para>
                <para>Attributes are specified in name/value pairs as name1, value1, name2, value2 ...</para>
                <para>A call to StartElement should be matched with a call to <see cref="M:Sitecore.Xml.Packet.EndElement"/>.</para>
            </remarks>
            <example>
                <code>
            Packet packet = new Packet();
            IMasterItem itm = MasterFactory.GetItem("/sitecore/content/home");
            SortedList list = itm.GetChildrenSorted();
            for(int n = 0; n &lt; list.Count; n++) {
            IMasterItem child = list.GetByIndex(n) as IMasterItem;
            IMasterVersion data = child.GetLatestVersion();
            packet.StartElement("item", "myAttribute", "myValue");
            packet.SetAttribute("id", child.ID);
            packet.AddElement("name", child.Name);
            packet.AddElement("description", data.GetFieldValue("Description"));
            packet.EndElement();
            }
            return packet.Xmldom;
            </code>
                <seealso cref="M:Sitecore.Xml.Packet.EndElement"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.ToString">
            <summary>
            Converts the packet to string.
            </summary>
            <returns>The packet as an XML string.</returns>
            <remarks>The packet is converted using the <see cref="P:Sitecore.Xml.Packet.InnerXml"/> method.</remarks>
            <example>
                <code>
            Packet packet = new Packet();
            packet.StartElement("item");
            string xml = packet.ToString(); // "&lt;item/&gt;&lt;"
            </code>
                <seealso cref="P:Sitecore.Xml.Packet.InnerXml"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.Packet.WriteToFile(System.String)">
            <summary>
            Writes to file.
            </summary>
            <param name="file">The file.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.ElementIdentification">
            <summary>
            Implements generic identification of elements.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.ElementIdentification.UniqueAttributes">
            <summary>
            The unique attributes
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.ElementIdentification.NonUniqueAttributes">
            <summary>
            The non unique attributes.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.ElementIdentification.attributesUpdated">
            <summary>
            Used to check if non-unique attributes list is already updated.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementIdentification.GetSignificantAttributes(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Gets the significant attributes of the specific XML element. Significant attributes are used to identify elements in an XML document.
            </summary>
            <param name="element">The XML element to process.</param>
            <returns>
            A sequence of significant attributes for the element, in document order.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementIdentification.GetID(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Gets the string ID of an XML element.
            </summary>
            <param name="element">The XML element to process.</param>
            <returns>
            A minimal string ID that uniquely identifies an element among siblings.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementIdentification.HasUniqueIdentificationAttributes(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Identifies whether the specified element has unique identification attributes.
            </summary>
            <param name="element"></param>
            <returns>
              <c>true</c> if the specified element has unique identification attributes.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementIdentification.UpdateSignificantAttributes">
            <summary>
            Updates significant attributes.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementIdentification.ReadSignificantAttributesFromConfiguration">
            <summary>
            Reads Significant Attributes From Configuration.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlPatchNamespaces">
            <summary>
            Describes XML namespaces used when generating and applying an XML patch.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchNamespaces.PatchNamespace">
            <summary>
            Gets or sets the patch namespace.
            </summary>
            <value>The patch namespace.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchNamespaces.SetNamespace">
            <summary>
            Gets or sets the set namespace.
            </summary>
            <value>The set namespace.</value>
        </member>
        <member name="T:Sitecore.Xml.Patch.IXmlNode">
            <summary>
            Abstracts an XML node.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.IXmlNode.NodeType">
            <summary>
            Gets the type of the node.
            </summary>
            <value>The type of the node.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.IXmlNode.NamespaceURI">
            <summary>
            Gets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.IXmlNode.Prefix">
            <summary>
            Gets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.IXmlNode.LocalName">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.IXmlNode.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlNodeInfo">
            <summary>
            A simple in-memory IXmlNode implementation.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlNodeInfo.NodeType">
            <summary>
            Gets the type of the node.
            </summary>
            <value>The type of the node.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlNodeInfo.NamespaceURI">
            <summary>
            Gets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlNodeInfo.Prefix">
            <summary>
            Gets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlNodeInfo.LocalName">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlNodeInfo.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.Xml.Patch.IXmlElement">
            <summary>
            Abstacts an XML element node.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.IXmlElement.GetAttributes">
            <summary>
            Gets the attributes.
            </summary>
            <returns>The attributes.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.IXmlElement.GetChildren">
            <summary>
            Gets the children.
            </summary>
            <returns>The children.</returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.IXmlSource">
            <summary>
            Abstracts a source of an XML patch.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.IXmlSource.SourceName">
            <summary>
            Name of the source.
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlNodeComparer">
            <summary>
            Implements comparison of two generic XML nodes.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlNodeComparer.#ctor(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlNodeComparer"/> class.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlNodeComparer.CompareTo(System.Object)">
            <summary>
            Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
            </summary>
            <param name="obj">An object to compare with this instance.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
            Value
            Meaning
            Less than zero
            This instance is less than <paramref name="obj"/>.
            Zero
            This instance is equal to <paramref name="obj"/>.
            Greater than zero
            This instance is greater than <paramref name="obj"/>.
            </returns>
            <exception cref="T:System.ArgumentException">
                <paramref name="obj"/> is not the same type as this instance.
            </exception>
        </member>
        <member name="T:Sitecore.Xml.Patch.AttributeDiffList">
            <summary>
            Implements <see cref="T:Sitecore.Text.Diff.IDiffList"/> for a collection of attributes.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.AttributeDiffList.#ctor(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.AttributeDiffList"/> class.
            </summary>
            <param name="element">The element.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.AttributeDiffList.#ctor(Sitecore.Xml.Patch.IXmlNode[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.AttributeDiffList"/> class.
            </summary>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.AttributeDiffList.Count">
            <summary>
            Returns the number of elements in the list.
            </summary>
            <returns>The number of elements in the list.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.AttributeDiffList.GetByIndex(System.Int32)">
            <summary>
            Gets the element from the list by index.
            </summary>
            <param name="index">The index.</param>
            <returns>The <see cref="T:System.IComparable"/>.</returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.ElementDiffList">
            <summary>
            Implemented <see cref="T:Sitecore.Text.Diff.IDiffList"/> for a collection of elements, such as child elements of an XML node.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementDiffList.#ctor(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.ElementDiffList"/> class.
            </summary>
            <param name="parent">The parent.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementDiffList.#ctor(Sitecore.Xml.Patch.IXmlElement[],Sitecore.Xml.Patch.IElementIdentification)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.ElementDiffList"/> class.
            </summary>
            <param name="elements">The elements.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementDiffList.Count">
            <summary>
            Counts this instance.
            </summary>
            <returns>The count.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.ElementDiffList.GetByIndex(System.Int32)">
            <summary>
            Gets the element from the list by index.
            </summary>
            <param name="index">The index.</param>
            <returns>The <see cref="T:System.IComparable"/>.</returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.IElementIdentification">
            <summary>
            Identification policy of an XML document. Defines which attributes on elements are used for identification.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.IElementIdentification.GetSignificantAttributes(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Gets the significant attributes of the specific XML element. Significant attributes are used to identify elements in an XML document.
            </summary>
            <param name="element">The XML element to process.</param>
            <returns>A sequence of significant attributes for the element, in document order.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.IElementIdentification.GetID(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Gets the string ID of an XML element.
            </summary>
            <param name="element">The XML element to process.</param>
            <returns>A minimal string ID that uniquely identifies an element among siblings.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.IElementIdentification.HasUniqueIdentificationAttributes(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Identifies whether the specified element has unique identification attributes.
            </summary>
            <param name="element"></param>
            <returns><c>true</c> if the specified element has unique identification attributes.</returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.IComparisonContextEx">
            <summary>
            Defines context for comparison operations.
            The role of the context is to record all the changes detected between the two XML nodes.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContextEx.GetChildContext(System.String,System.String)">
            <summary>
            Gets the child context with specific name.
            </summary>
            <param name="name">The name with specific name.</param>
            <param name="namespaceUri">The namespace URI.</param>
            <returns>
            A new child context.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContextEx.DeleteAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Forces attribute to be deleted in the patch.
            </summary>
            <param name="attribute">The source attribute to delete.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContextEx.SetIdentificationAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Sets the attribute in order to identify the node.
            </summary>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.IComparisonContext">
            <summary>
            Defines context for comparison operations.
            The role of the context is to record all the changes detected between the two XML nodes.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.IComparisonContext.Parent">
            <summary>
            Gets the parent context.
            </summary>
            <value>The parent context.</value>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.GetChildContext(System.String)">
            <summary>
            Gets the child context with specific name.
            </summary>
            <param name="name">The name with specific name.</param>
            <returns>A new child context.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.GetChildContext(System.String,System.String)">
            <summary>
            Gets the child context with specific name.
            </summary>
            <param name="name">The name with specific name.</param>
            <param name="namespaceUri">The namespace URI.</param>
            <returns>
            A new child context.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.SetIdentificationAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Sets the attribute in order to identify the node.
            </summary>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.SetIdentification(System.Collections.Generic.IEnumerable{Sitecore.Xml.Patch.IXmlNode})">
            <summary>
            Sets the identification for this context.
            </summary>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.SetInsertOption(System.String,System.String)">
            <summary>
            Sets the insert option.
            </summary>
            <param name="option">The option value (as understood by XmlPatch).</param>
            <param name="reference">The XPath reference to .</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.SetAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Forces attribute to be set in the patch.
            </summary>
            <param name="attribute">The source attribute to take values from.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.SetText(System.String)">
            <summary>
            Sets the text of the element in the patch.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.Delete">
            <summary>
            Forces element to be deleted in the patch.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.Materialize">
            <summary>
            Materializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.IComparisonContext.DeleteAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Forces attribute to be deleted in the patch.
            </summary>
            <param name="attribute">The source attribute to delete.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.PatchPosition">
            <summary>
            Defines position in which the patch to be placed.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.PatchPosition.Undefined">
            <summary>
            The undefined position.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.PatchPosition.Beginning">
            <summary>
            The beginning position.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.PatchPosition.End">
            <summary>
            The end position.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.PatchPosition.After">
            <summary>
            The after position.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.PatchPosition.Before">
            <summary>
            The before position.
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlDiffHelper">
            <summary>
            Implements utility methods to generate XML patches.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.Compare(System.Xml.XmlDocument,System.Xml.XmlDocument,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Compares the specified original.
            </summary>
            <param name="original">The original XML document.</param>
            <param name="modified">The modified XML document.</param>
            <param name="id">The element identification policy for the document.</param>
            <param name="ns">The namespaces to use when generating the patch.</param>
            <returns>The compared XML from two XML sources.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.GetDefaultPatchNamespaces">
            <summary>
            Returns default instance of the xml patch namespaces object.
            </summary>
            <returns>The xml patch namespaces object.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.GetDefaultElementIdentification">
            <summary>
            Gets the default element identification.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.IsEmptyDelta(System.Xml.XmlDocument)">
            <summary>
            Checks whether xml delta is empty.
            </summary>
            <param name="delta">The delta.</param>
            <returns>
            Value indicating whether xml patch is empty.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.DoCompare(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.IComparisonContext)">
            <summary>
            Compares two XML sources and records changes in a comparison context.
            </summary>
            <param name="original">The original XML document.</param>
            <param name="modified">The modified XML document.</param>
            <param name="identification">The identification policy for the document.</param>
            <param name="context">The comparison context to record changes.</param>
            <exception cref="T:System.Exception">Can't start with unequal nodes</exception>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.CompareAttributes(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IComparisonContext)">
            <summary>
            Compares the attributes of two XML elements.
            </summary>
            <param name="original">The original element.</param>
            <param name="modified">The modified element.</param>
            <param name="context">The comparison context to record the changes.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.CompareChildren(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.IComparisonContext)">
            <summary>
            Compares the child elements of two XML nodes.
            </summary>
            <param name="original">The original element.</param>
            <param name="modified">The modified element.</param>
            <param name="id">The element identification policy of the document.</param>
            <param name="context">The comparison context.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.Postprocess(System.Collections.ArrayList,Sitecore.Xml.Patch.IXmlElement[],Sitecore.Xml.Patch.IXmlElement[],Sitecore.Xml.Patch.IElementIdentification)">
            <summary>
            Post processes the specified report.
            </summary>
            <param name="report">The report.</param>
            <param name="source">The source.</param>
            <param name="modified">The modified.</param>
            <param name="id">The element id.</param>
            <returns>
            The I enumerable.
            </returns>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.InsertNode(Sitecore.Xml.Patch.IComparisonContext,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.PatchPosition)">
            <summary>
            Inserts the node into comparison context.
            </summary>
            <param name="context">The comparison context.</param>
            <param name="element">The element to insert.</param>
            <param name="reference">The reference element before which to insert the target element.</param>
            <param name="id">The identification policy of the document.</param>
            <param name="position">The position.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.GetXPath(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification)">
            <summary>
            Gets the XPath to identify a specific element.
            </summary>
            <param name="element">The element to identify.</param>
            <param name="id">The element id.</param>
            <returns>The xpath of the element.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.GetChildContext(Sitecore.Xml.Patch.IComparisonContext,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.PatchPosition)">
            <summary>
            Returns the child context.
            </summary>
            <param name="context">The context.</param>
            <param name="element">The element.</param>
            <param name="reference">The reference.</param>
            <param name="id">The id.</param>
            <param name="position">The position.</param>
            <returns>
            The child context.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffHelper.SetIdentification(Sitecore.Xml.Patch.IComparisonContext,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification)">
            <summary>
            Sets the identification for <see cref="T:Sitecore.Xml.Patch.IComparisonContextEx"/> object.
            </summary>
            <param name="context">The context.</param>
            <param name="xmlElement">The xml node.</param>
            <param name="id">The element identification object.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlDiffUtils">
            <summary>
            Implements utility methods to generate XML patches.
            Note: it is reccomended to use non-static class XmlDiffHelper instead. The class provides similar API.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffUtils.Compare(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.IComparisonContext)">
            <summary>
            Compares two XML sources and records changes in a comparison context.
            </summary>
            <param name="original">The original XML document.</param>
            <param name="modified">The modified XML document.</param>
            <param name="identification">The identification policy for the document.</param>
            <param name="context">The comparison context to record changes.</param>
            <exception cref="T:System.Exception">Can't start with unequal nodes</exception>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffUtils.Compare(System.Xml.XmlDocument,System.Xml.XmlDocument,Sitecore.Xml.Patch.IElementIdentification,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Compares the specified original.
            </summary>
            <param name="original">The original XML document.</param>
            <param name="modified">The modified XML document.</param>
            <param name="id">The element identification policy for the document.</param>
            <param name="ns">The namespaces to use when generating the patch.</param>
            <returns>The compared XML from two XML sources.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffUtils.GetDefaultPatchNamespaces">
            <summary>
            Returns default instance of the xml patch namespaces object.
            </summary>
            <returns>The xml patch namespaces object.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffUtils.GetDefaultElementIdentification">
            <summary>
            Gets the default element identification.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDiffUtils.IsEmptyDelta(System.Xml.XmlDocument)">
            <summary>
            Checks whether xml delta is empty.
            </summary>
            <param name="delta">The delta.</param>
            <returns>
            Value indicating whether xml patch is empty.
            </returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlDomSource">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlDomSource.node">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlDomSource.sourceName">
            <summary>
            Name of this source (e.g. a patch file name).
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDomSource.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlDomSource"/> class.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDomSource.#ctor(System.Xml.XmlNode,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlDomSource"/> class.
            </summary>
            <param name="node">The node.</param>
            <param name="sourceName">The source name.</param>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.Node">
            <summary>
            Gets the node.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.NodeType">
            <summary>
            Gets the type of the node.
            </summary>
            <value>The type of the node.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.NamespaceURI">
            <summary>
            Gets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.Prefix">
            <summary>
            Gets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.LocalName">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDomSource.GetAttributes">
            <summary>
            Gets the attributes.
            </summary>
            <returns>The attributes.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlDomSource.GetChildren">
            <summary>
            Gets the children.
            </summary>
            <returns>The children.</returns>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlDomSource.SourceName">
            <summary>
            Name of the source (implements IXmlSource)
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlElementContext">
            <summary>
            Implements IComparisonContext based on an XML element.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.node">
            <summary>
            XML node incapsulated by this context instance.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.parent">
            <summary>
            Reference to a parent context if it exists.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.name">
            <summary>
            Name of this context.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.namespaceUri">
            <summary>
            The namespace URI
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.identification">
            <summary>
            Attributes that identify this element.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.insertCommand">
            <summary>
            Insert command, as understood by XML Patch.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.insertReference">
            <summary>
            Relative XPath reference for the insert command.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.ns">
            <summary>
            Reference to namespaces to use when generating the patch.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlElementContext.isEmpty">
            <summary>
            Teturns <c>true</c> if diff is empty.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlElementContext.Parent">
            <summary>
            Gets the parent context.
            </summary>
            <value>The parent context.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlElementContext.IsEmpty">
            <summary>
            Gets a value indicating whether diff is empty.
            </summary>
            <value>
              <c>true</c> if the diff is empty; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.Materialize">
            <summary>
            Materializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.GetChildContext(System.String)">
            <summary>
            Gets the child context with specific name.
            </summary>
            <param name="name">The name with specific name.</param>
            <returns>A new child context.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.GetChildContext(System.String,System.String)">
            <summary>
            Gets the child context with specific name.
            </summary>
            <param name="name">The name with specific name.</param>
            <param name="namespaceUri"></param>
            <returns>
            A new child context.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.SetIdentification(System.Collections.Generic.IEnumerable{Sitecore.Xml.Patch.IXmlNode})">
            <summary>
            Sets the identification for this context.
            </summary>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.SetInsertOption(System.String,System.String)">
            <summary>
            Sets the insert option.
            </summary>
            <param name="option">The option.</param>
            <param name="reference">The reference.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.SetAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.SetIdentificationAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Sets the attribute in order to identify the node.
            </summary>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.SetText(System.String)">
            <summary>
            Sets the text of the element in the patch.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.Delete">
            <summary>
            Forces element to be deleted in the patch.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.DeleteAttribute(Sitecore.Xml.Patch.IXmlNode)">
            <summary>
            Deletes the attribute.
            </summary>
            <param name="source">The source attribute.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.#ctor(System.Xml.XmlNode,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlElementContext"/> class.
            </summary>
            <param name="node">The XML node to encapsulate into the context.</param>
            <param name="ns">The XML namespaces to use when generating the patch.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.#ctor(Sitecore.Xml.Patch.XmlElementContext,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlElementContext" /> class.
            </summary>
            <param name="parent">The reference to a parent context.</param>
            <param name="name">The name of this context.</param>
            <param name="namespaceUri">The namespace URI.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlElementContext.#ctor(Sitecore.Xml.Patch.XmlElementContext,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlElementContext"/> class.
            </summary>
            <param name="parent">The reference to a parent context.</param>
            <param name="name">The name of this context.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlPatcher">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlPatcher.ns">
            <summary>
            The xml namespace.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlPatcher.xmlHelper">
            <summary>
            The XML patch helper
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatcher.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlPatcher"/> class.
            </summary>
            <param name="setNamespace">The set namespace.</param>
            <param name="patchNamespace">The config namespace.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatcher.#ctor(System.String,System.String,Sitecore.Xml.Patch.XmlPatchHelper)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlPatcher" /> class.
            </summary>
            <param name="setNamespace">The set namespace.</param>
            <param name="patchNamespace">The config namespace.</param>
            <param name="xmlHelper">The XML patch helper.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatcher.#ctor(Sitecore.Xml.Patch.XmlPatchNamespaces,Sitecore.Xml.Patch.XmlPatchHelper)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlPatcher" /> class.
            </summary>
            <param name="ns">The constant.</param>
            <param name="xmlHelper">The XML patch helper.</param>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatcher.XmlHelper">
            <summary>
            Gets the XML patch helper.
            </summary>
            <value>
            The XML patch helper.
            </value>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatcher.Merge(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Merges the specified target.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatcher.Merge(System.Xml.XmlNode,System.Xml.XmlReader)">
            <summary>
            Merges the specified target.
            </summary>
            <param name="target">The target.</param>
            <param name="reader">The reader.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatcher.Merge(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Merges the specified target.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlPatchHelper">
            <summary>
            Provides some helper methods to work with Sitecore Xml patches.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlPatchHelper.PatchPrefix">
            <summary>
            Prefix for the patch nodes.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlPatchHelper.elementIdentification">
            <summary>
            The instance of <see cref="T:Sitecore.Xml.Patch.IElementIdentification"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlPatchHelper"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.AssignAttributes(System.Xml.XmlNode,System.Collections.Generic.IEnumerable{Sitecore.Xml.Patch.IXmlNode})">
            <summary>
            Assigns the attributes.
            </summary>
            <param name="target">The target.</param>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.CopyAttributes(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Copies the attributes.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
            <param name="ns">The namespace.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.IsXmlPatch(System.String)">
            <summary>
            Determines whether the specified value is an XML patch.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            <c>true</c> if the specified value is an XML patch; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.MergeNodes(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Merges the nodes.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
            <param name="ns">The namespace.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.ShouldPatchNode(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Shoulds the merge node.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
            <param name="ns">The ns.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.ShouldProcessPatchNode(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Defines whether specified patch node should be processed and applied.
            </summary>
            <param name="patchNode">The patch node.</param>
            <returns><c>true</c> if the patch node should be applied.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.IsPatchingAttributeName(System.String)">
            <summary>
            Determines whether specified attribute name might be related to a patching logic.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.MergeChildren(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces,System.Boolean)">
            <summary>
            Appends the children.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
            <param name="ns">The namespace.</param>
            <param name="targetWasInserted">if set to <c>true</c> means that <paramref name="target"/> has been inserted in the target document earlier by this patch.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.ContainsPatchNodesOnly(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Determines whether all child nodes are patches.
            </summary>
            <param name="node">The node.</param>
            <param name="ns">The XmlPatchNaspaces.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.FindBestTargetChild(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,System.Text.StringBuilder,Sitecore.Xml.Patch.XmlPatchNamespaces,System.Xml.XmlNamespaceManager)">
            <summary>
            Finds the best target child.
            </summary>
            <param name="target">The target.</param>
            <param name="patchNode">The patchNode.</param>
            <param name="predicateBuilder">The predicate builder.</param>
            <param name="ns">The ns.</param>
            <param name="nsManager">The ns manager.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.CalculateRelevancy(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,System.Int32,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Calculates the relevancy.
            </summary>
            <param name="node">The node.</param>
            <param name="patch">The patch.</param>
            <param name="level">The level.</param>
            <param name="ns">The ns.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.InitializeQueryAttributes(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Initializes the attributes to be user for identifying (selecting) the patchNode.
            </summary>
            <param name="node">The patchNode.</param>
            <param name="patchNamespaces">The patch namespaces.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.InitializeSetAttributes(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces,System.Collections.Generic.List{Sitecore.Xml.Patch.IXmlNode})">
            <summary>
            Initializes the attributes to be updated.
            </summary>
            <param name="node">The patchNode.</param>
            <param name="patchNamespaces">The patch namespaces.</param>
            <param name="queryAttributes">The query attributes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.IsSpecificNamespace(Sitecore.Xml.Patch.IXmlNode,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Determines whether the specified node has specific namespace.
            </summary>
            <param name="node">The xml node.</param>
            <param name="patchNamespaces">The patch namespaces.</param>
            <returns><c>true</c> is the specified node has specific namespace like patch, set, etc.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.DetermineInsertOperation(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Determines the insert operation.
            </summary>
            <param name="node">The patchNode.</param>
            <param name="patchNamespaces">The patch namespaces.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.BuildNamespaceForNode(Sitecore.Xml.Patch.IXmlElement)">
            <summary>
            Builds the namespace manager for the specified patchNode.
            </summary>
            <param name="node">The patchNode.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.BuildPredicateForNodeAttributes(System.Collections.Generic.List{Sitecore.Xml.Patch.IXmlNode},System.Xml.XmlNamespaceManager)">
            <summary>
            Builds the predicate for patchNode attributes.
            </summary>
            <param name="queryAttributes">The query attributes.</param>
            <param name="nsManager">The namespace manager.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.InsertNode(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation,System.Collections.Generic.Stack{Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation})">
            <summary>
            Inserts patchNode.
            </summary>
            <param name="target">The target patchNode.</param>
            <param name="node">The patch patchNode.</param>
            <param name="operation">The insert operation.</param>
            <param name="pendingOperations">The pending operations list.</param>
            <returns>Inserted patchNode.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.InsertNode(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation,System.Collections.Generic.Stack{Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation},System.Int32)">
            <summary>
            Inserts patchNode.
            </summary>
            <param name="target">The target patchNode.</param>
            <param name="node">The patch patchNode.</param>
            <param name="operation">The insert operation.</param>
            <param name="pendingOperations">The pending operations list.</param>
            <param name="nodeIndex">Represents ordinal number of node inside target node.</param>
            <returns>Inserted patchNode.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.ShouldInsertNode(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Checks whether patch patchNode should be inserted.
            </summary>
            <param name="target">The target patchNode.</param>
            <param name="patch">The patch patchNode.</param>
            <returns>Value indicating whether patch patchNode should be inserted.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.GetOperationPrevSibling(Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation,System.Xml.XmlNode,System.Xml.XmlNode,System.Int32)">
            <summary>
            Gets operation PrevSibling property for child XML node.
            </summary>
            <param name="operation">Insert operation.</param>
            <param name="target">Target XML node.</param>
            <param name="targetChild">Target child XML node.</param>
            <param name="nodeIndex">Represents ordinal number of targetChild node inside target node.</param>
            <returns>If operation is related to layout renderings returns <c><see cref="T:System.Xml.XmlNode"/></c>
            that points to previous sibling of target XmlNode or if there is no previous sibling will return reference to itself
            otherwise <c>null</c> will be returned.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.InsertChildWithOperationPrevSibling(System.Xml.XmlNode,System.Xml.XmlNode,Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation)">
            <summary>
            Inserts the child with respect to operation prevSibling property.
            </summary>
            <param name="parent">Parent XML node.</param>
            <param name="child">Child XML node.</param>
            <param name="operation">Insert operation.</param>
            <returns><c>True</c> if child inserted; otherwise <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.InsertChild(System.Xml.XmlNode,System.Xml.XmlNode,Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation)">
            <summary>
            Inserts the child.
            </summary>
            <param name="parent">The parent.</param>
            <param name="child">The child.</param>
            <param name="operation">The operation.</param>
            <returns>The insert child.</returns>
            <exception cref="T:System.Exception">Insert operation is not implemented</exception>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.ProcessConfigNode(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Processes the config node.
            </summary>
            <param name="target">The target.</param>
            <param name="command">The command.</param>
            <param name="patchNamespace">The patch namespace.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.AssignSource(System.Xml.XmlNode,System.Object,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Assigns modification source to the target element.
            </summary>
            <param name="target">An element in the target document.</param>
            <param name="source">Source to take information from. The object must implement <see cref="T:Sitecore.Xml.Patch.IXmlSource"/>.</param>
            <param name="ns">Namespace context.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.MakeName(System.String,System.String)">
            <summary>
            Makes the name.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="localName">Name of the local.</param>
            <returns>The full name.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchHelper.GetAttributesToCopy(Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Gets the attributes to be copied to a merged node.
            </summary>
            <param name="element">The element.</param>
            <param name="ns">The ns.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation">
            <summary>
            The insert operation.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation.Disposition">
            <summary>
            Gets or sets Disposition.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation.Node">
            <summary>
            Gets or sets Node.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation.Reference">
            <summary>
            Gets or sets Reference.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation.Succeeded">
            <summary>
            Gets or sets a value indicating whether Succeeded.
            </summary>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlPatchHelper.InsertOperation.PrevSibling">
            <summary>
            Reference to previous sibling node
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlPatchUtils">
            <summary>
            A set of utility functions to apply XML patches.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchUtils.AssignAttributes(System.Xml.XmlNode,System.Collections.Generic.IEnumerable{Sitecore.Xml.Patch.IXmlNode})">
            <summary>
            Assigns the attributes.
            </summary>
            <param name="target">The target.</param>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchUtils.CopyAttributes(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Copies the attributes.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
            <param name="ns">The namespace.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchUtils.IsXmlPatch(System.String)">
            <summary>
            Determines whether the specified value is an XML patch.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            <c>true</c> if the specified value is an XML patch; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlPatchUtils.MergeNodes(System.Xml.XmlNode,Sitecore.Xml.Patch.IXmlElement,Sitecore.Xml.Patch.XmlPatchNamespaces)">
            <summary>
            Merges the nodes.
            </summary>
            <param name="target">The target.</param>
            <param name="patch">The patch.</param>
            <param name="ns">The namespace.</param>
        </member>
        <member name="T:Sitecore.Xml.Patch.XmlReaderSource">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlReaderSource.reader">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlReaderSource.incomplete">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Xml.Patch.XmlReaderSource.sourceName">
            <summary>
            Name of this source (e.g. a patch file name).
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlReaderSource.#ctor(System.Xml.XmlReader)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlReaderSource"/> class with an empty source name.
            </summary>
            <param name="reader">The reader.</param>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlReaderSource.#ctor(System.Xml.XmlReader,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.Patch.XmlReaderSource"/> class.
            </summary>
            <param name="reader">The reader.</param>
            <param name="sourceName">Name of the source of the reader</param>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlReaderSource.NodeType">
            <summary>
            Gets the type of the node.
            </summary>
            <value>The type of the node.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlReaderSource.NamespaceURI">
            <summary>
            Gets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlReaderSource.Prefix">
            <summary>
            Gets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlReaderSource.LocalName">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlReaderSource.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlReaderSource.GetAttributes">
            <summary>
            Gets the attributes.
            </summary>
            <returns>The attributes.</returns>
        </member>
        <member name="M:Sitecore.Xml.Patch.XmlReaderSource.GetChildren">
            <summary>
            Gets the children.
            </summary>
            <returns>The children.</returns>
        </member>
        <member name="P:Sitecore.Xml.Patch.XmlReaderSource.SourceName">
            <summary>
            Name of the source (implements IXmlSource)
            </summary>
        </member>
        <member name="T:Sitecore.Xml.Serialization.XmlSerializable">
            <summary>
            A helper class that defines a number of
            xml serialization method to use in TravelLogic.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.Serialization.XmlSerializable.ToXml">
            <summary>
            Creates a string xml representation of this object.
            Note that cycles are not allowed.
            </summary>
            <returns>A xml string representation of this object</returns>
        </member>
        <member name="M:Sitecore.Xml.Serialization.XmlSerializable.ToXml(System.String)">
            <summary>
            Creates a xml string representation, and transforms that
            xml using the xslt file given at the location of the path
            given as parameter.
            </summary>
            <param name="xsltFilename">path to the xslt file</param>
            <returns>string represenation of this object transformed by the xslt</returns>
            <exception cref="T:System.Xml.Xsl.XsltCompileException">If the transformation fails</exception>
        </member>
        <member name="M:Sitecore.Xml.Serialization.XmlSerializable.LoadXml(System.String)">
            <summary>
            Creates an object represenation of the
            string xml given as parameter.
            </summary>
            <param name="xml">the string xml to deserialize</param>
            <returns>the object represenation of the string</returns>
        </member>
        <member name="M:Sitecore.Xml.Serialization.XmlSerializable.LoadXml(System.String,System.Type)">
            <summary>
            Creates an object representation of the string xml
            given as parameter of a given type.
            </summary>
            <param name="xml">The string xml to deserialize</param>
            <param name="type">The type of the Object deserialized</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.Serialization.XmlSerializable.LoadXml(System.String,System.String)">
            <summary>
            Creates a object representation of the xml transformed using the
            xslt style sheed whos path is given as argument.
            </summary>
            <param name="xml">The xml string</param>
            <param name="xsltFilename">xslt style sheed to transform the first param</param>
            <returns>An object represenation of the transformed xml</returns>
        </member>
        <member name="M:Sitecore.Xml.Serialization.XmlSerializable.SaveAsXml(System.String)">
            <summary>
            Saves this object representated as xml to
            a file.
            </summary>
            <param name="filename">the location of the file</param>
        </member>
        <member name="T:Sitecore.Xml.XHtmlWriter">
            <summary>
              An XmlTextWriter derivative that generates IE-friendly closing tags (HTML-style) instead of XML self-closing tags.
            </summary>
        </member>
        <member name="F:Sitecore.Xml.XHtmlWriter.HtmlElementHelper._emptyElements">
            <summary>
              A list of elements for which end tag is forbidden, taken from HTML 4.01 standard.
              http://www.w3.org/TR/REC-html40/index/elements.html
            </summary>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.HtmlElementHelper.IsEmptyElement(System.String)">
            <summary>
            Determines whether [is empty element] [the specified name].
            </summary>
            <param name="name">The name.</param>
            <returns>
                <c>true</c> if [is empty element] [the specified name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.#ctor(System.IO.TextWriter)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.XHtmlWriter"/> class.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.#ctor(System.IO.Stream,System.Text.Encoding)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.XHtmlWriter"/> class.
            </summary>
            <param name="stream">The stream.</param>
            <param name="encoding">The encoding.</param>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.#ctor(System.String,System.Text.Encoding)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Xml.XHtmlWriter"/> class.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="encoding">The encoding.</param>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.WriteStartElement(System.String,System.String,System.String)">
            <summary>
            Writes the specified start tag and associates it with the given namespace and prefix.
            </summary>
            <param name="prefix">The namespace prefix of the element.</param>
            <param name="localName">The local name of the element.</param>
            <param name="ns">The namespace URI to associate with the element. If this namespace is already in scope and has an associated prefix then the writer automatically writes that prefix also.</param>
            <exception cref="T:System.InvalidOperationException">The writer is closed. </exception>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.WriteEndElement">
            <summary>
            Closes one element and pops the corresponding namespace scope.
            </summary>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.Create(System.IO.TextWriter,System.Xml.XmlWriterSettings)">
            <summary>
            Creates the specified output.
            </summary>
            <param name="output">The output.</param>
            <param name="settings">The settings.</param>
            <returns>The create.</returns>
        </member>
        <member name="M:Sitecore.Xml.XHtmlWriter.WriteValue(System.String)">
            <summary>
            Writes a <see cref="T:System.String"/> value.
            </summary>
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
            <exception cref="T:System.ArgumentException">
            An invalid value was specified.
            </exception>
        </member>
        <member name="T:Sitecore.Xml.XmlUtil">
            <summary>Implements a library of standard utility functions for manipulating
            XML documents and nodes.</summary>
            <remarks>
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.IO.FileUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            <seealso cref="T:Sitecore.Xml.XmlUtil"/>
            </remarks>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddAttribute(System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Adds an attribute to an XML node.
            </summary>
            <param name="name">A string denoting the name of the attribute.</param>
            <param name="value">A string denoting the value of the attribute.</param>
            <param name="node">The XML node.</param>
            <remarks>This method only works with XML node of type Element.
            No other attribute with the same name must exist.</remarks>
            <example>
                <code>
            XmlDocument doc = new XmlDocument();
            XmlNode node = doc.CreateElement("item");
            XmlUtil.AddAttribute("id", id, node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddElement(System.String,System.Xml.XmlNode)">
            <summary>
            Adds an XML element to an XML node.
            </summary>
            <param name="name">A string denoting the name of the new XML element.</param>
            <param name="node">An XML node to which the XML element will be appended.</param>
            <returns>The created XML element.</returns>
            <example>
                <code>
            XmlDocument doc = new XmlDocument();
            XmlNode node0 = doc.CreateElement("item");
            XmlNode node1 = doc.AddElement("item", node0); // &lt;item/&gt;
            XmlUtil.AddAttribute("id", id, node1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddElement(System.String,System.Xml.XmlNode,System.String)">
            <summary>
            Adds the element.
            </summary>
            <param name="nodeName">Name of the node.</param>
            <param name="node">The node.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddElement(System.String,System.String,System.String,System.Xml.XmlNode)">
            <summary>Adds an XML element to an XML node.</summary>
            <param name="name">A string denoting the name of the new XML element.</param>
            <param name="prefix">The prefix of the new element (if any).</param>
            <param name="uri">The namespace URI of the new element (if any).</param>
            <param name="node">An XML node to which the XML element will be appended.</param>
            <returns>The created XML element.</returns>
            <example>
            <code>
              XmlDocument doc = new XmlDocument();
              XmlNode node0 = doc.CreateElement("item");
              XmlNode node1 = doc.AddElement("item", "sc", "urn:abc", node0); // &lt;sc:item xmlns:sc="urn:abc"/&gt;
              XmlUtil.AddAttribute("id", id, node1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddElement(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Adds the element.
            </summary>
            <param name="node">The node.</param>
            <param name="target">The target.</param>
            <returns>The element.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddNamespace(System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Adds a namespace to an XML node.
            </summary>
            <param name="name">The name of the namespace attribute.</param>
            <param name="value">The value of the namespace attribute.</param>
            <param name="node">An XML node.</param>
            <example>
                <code>
            XmlDocument doc = new XmlDocument();
            XmlNode node = doc.CreateElement("item");
            XmlUtil.AddNamespace("ns", "http://www.mysite.net/xmlns/", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddXml(System.String,System.Xml.XmlNode)">
            <summary>
            Adds an XML element represented as an XML string to an XML node.
            </summary>
            <param name="xml">A string containg a valid XML fragment.</param>
            <param name="node">An XML node.</param>
            <returns>
            The created XML node, or null, if the XML string is not valid or is empty.
            </returns>
            <example>
                <code>
            XmlDocument doc = new XmlDocument();
            XmlNode node0 = doc.CreateElement("item");
            XmlNode node1 = XmlUtil.AddXml("&lt;item/&gt;", node0);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.ChangeItemIDs(System.Xml.XmlNode)">
            <summary>
            Changes the IDs for all item XML nodes recursively.
            </summary>
            <param name="node">The root XML node for the operation.</param>
            <remarks>This methods traverses through all XML nodes whose name is "item" under <i>node</i> and
            changes the ID attribute to a new GUID. This is used in the Paste from
            clipboard operation.</remarks>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CloneDocument(System.Xml.XmlDocument)">
            <summary>
            Clones an XML document.
            </summary>
            <param name="source">The XML document to clone.</param>
            <returns>The XML document clone.</returns>
            <example>
                <code>
            XmlDocument doc0 = new XmlDocument();
            XmlNode node = doc0.CreateElement("item");
            XmlDocument doc1 = XmlUtil.CloneDocument(doc);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CopyAttributes(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Copies XML attributes from an XML node to another.
            </summary>
            <param name="sourceNode">The XML node containing the attributes to be copied.</param>
            <param name="destinationNode">The XML node to copy the attribute to.</param>
            <example>
                <code>
            XmlNode node0 = doc.SelectSingleNode("//item[@id='" + id0 + "']");
            XmlNode node1 = doc.SelectSingleNode("//item[@id='" + id1 + "']");
            XmlUtil.CopyAttributes(node0, node1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CopyAttributes(System.Xml.XPath.XPathNavigator,System.Xml.XmlNode)">
            <summary>
            Copies XML attributes from an XPathNavigator to another.
            </summary>
            <param name="nav">The XPathNavigator containing the attributes to be copied.</param>
            <param name="node">The XML node to copy the attribute to.</param>
            <example>
                <code>
            XmlNode node0 = doc.SelectSingleNode("//item[@id='" + id0 + "']");
            XmlNode node1 = doc.SelectSingleNode("//item[@id='" + id1 + "']");
            XPathNavigator nav0 = node0.CreateNavigator();
            XmlUtil.CopyAttributes(nav0, node1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CopyAttributes(System.Xml.XmlTextReader,System.Xml.XmlNode)">
            <summary>
            Copies XML attributes from an XML reader to an XML node.
            </summary>
            <param name="reader">An XML Text reader.</param>
            <param name="node">The XML node to copy the attribute to.</param>
            <example>
                <code>
            public XmlNode CopyAttributesFromXmlReader(XmlTextReader reader, string id) {
            XmlNode node = doc.SelectSingleNode("//item[@id='" + id + "']");
            XmlUtil.CopyAttributes(reader, node);
            return node;
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CopyChildren(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Copies child XML nodes from an XML node to another.
            </summary>
            <param name="source">An XML node containing the child XML nodes.</param>
            <param name="dest">The XML node to copy the child XML nodes to.</param>
            <example>
                <code>
            XmlNode node0 = doc.SelectSingleNode("//item[@id='" + id0 + "']");
            XmlNode node1 = doc.SelectSingleNode("//item[@id='" + id1 + "']");
            XmlUtil.CopyChildren(node0, node1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CopyChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.String[])">
            <summary>
            Copies child XML nodes from an XML node to another.
            </summary>
            <param name="source">An XML node containing the child XML nodes.</param>
            <param name="dest">The XML node to copy the child XML nodes to.</param>
            <param name="excludeList">A list of XML node names that will not be copied.</param>
            <example>
            The following code copies the version and security nodes but not the item nodes to
            the node1 XML node.
            <code>
            XmlNode node0 = doc.SelectSingleNode("//item[@id='" + id0 + "']");
            XmlNode node1 = doc.SelectSingleNode("//item[@id='" + id1 + "']");
            XmlUtil.CopyChildren(node0, node1, "item");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.CreateElement(System.String,System.String,System.String,System.Xml.XmlDocument)">
            <summary>
            Create an XML element with a namespace.
            </summary>
            <param name="name">The name of the XML element.</param>
            <param name="prefix">The prefix of the XML element.</param>
            <param name="uri">The namespace URI.</param>
            <param name="doc">The owning XML document.</param>
            <returns>The created XML node.</returns>
            <remarks>If <paramref name="prefix"/> and <paramref name="uri"/> is blank
            the XML node is created without the namespace.</remarks>
            <example>
                <code>
            XmlNode node = XmlUtil.CreateElement("item", "sc", "http://sitecore.net/", doc);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.EnsurePath(System.String,System.Xml.XmlDocument)">
            <summary>
            Ensures that a path of XML node exists.
            </summary>
            <param name="path">A XPath path, e.g. "/item[@key='sitecore']/item[@key='content']".</param>
            <param name="doc">The XML document.</param>
            <returns>The last XML node in the path.</returns>
            <example>
            The following creates an XML node under content, if the node "MyNode" does not exist.
            <code>
            XmlNode node = XmlUtil.EnsurePath("/item[@key='sitecore']/item[@key='content']/item[@key='mynode']");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.FindChildNode(System.String,System.Xml.XmlNode,System.Boolean)">
            <summary>
            Finds an XML child node by name.
            </summary>
            <param name="name">The name of the XML node to find.</param>
            <param name="parentNode">The starting point for the find operation.</param>
            <param name="deep">A boolean indicating if the find operation should search child nodes as well.</param>
            <returns>
            The found XML node, or null if nothing was found.
            </returns>
            <example>
                <code>
            XmlNode node = XmlUtil.FindChildNode("item", doc.documentElement, true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.FindChildWithAttribute(System.String,System.String,System.Xml.XPath.XPathNavigator)">
            <summary>
            Finds an child item with specific attribute value.
            </summary>
            <param name="attribute">A string denoting the name of the attribute.</param>
            <param name="value">A string denoting the value of the attribute.</param>
            <param name="nav">An XPath navigator.</param>
            <returns>
            An XPath navigator pointing to the found item or null, if no item was found.
            </returns>
            <example>
                <code>
            XmlNode node = doc.SelectSingleNode("//item[@id='" + id + "']");
            XPathNavigator nav = node.CreateNavigator();
            XPathNavigator nav2 = XmlUtil.FindChildWithAttribute("key", "home", nav);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.FindChildWithAttribute(System.String,System.String,System.String,System.Xml.XPath.XPathNavigator)">
            <summary>
            Finds an child item with specific attribute value.
            </summary>
            <param name="element">A string denoting the name of the element.</param>
            <param name="attribute">A string denoting the name of the attribute.</param>
            <param name="value">A string denoting the value of the attribute.</param>
            <param name="nav">An XPath navigator.</param>
            <returns>
            An XPath navigator pointing to the found item or null, if no item was found.
            </returns>
            <example>
                <code>
            XmlNode node = doc.SelectSingleNode("//item[@id='" + id + "']");
            XPathNavigator nav = node.CreateNavigator();
            XPathNavigator nav2 = XmlUtil.FindChildWithAttribute("item" ""key", "home", nav);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAncestor(System.String,System.Xml.XmlNode,System.Boolean)">
            <summary>
            Gets the ancestor.
            </summary>
            <param name="ancestorName">Name of the ancestor.</param>
            <param name="subNode">The sub node.</param>
            <param name="assert">if set to <c>true</c> this instance is assert.</param>
            <returns>The ancestor.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttribute(System.Int32,System.Xml.XmlNode)">
            <summary>
            Gets an attribute value by index.
            </summary>
            <param name="index">The index of the attribute.</param>
            <param name="node">An XML node.</param>
            <returns>
            The value of the attribute or blank if the attribute was not found.
            </returns>
            <example>
            The following example gets the value of the first attribute on the XML node.
            <code>
            string val = XmlUtil.GetAttribute(0, node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttribute(System.String,System.Xml.XmlDocument)">
            <summary>
            Gets an attribute value by name.
            </summary>
            <param name="name">The name of the attribute.</param>
            <param name="doc">An XML document.</param>
            <returns>
            The value of the attribute or blank if the attribute was not found.
            </returns>
            <remarks>The attributes are fetched from the document element of the XML document.</remarks>
            <example>
            The following example gets the value of the id attribute on the XML node.
            <code>
            string id = XmlUtil.GetAttribute("id", doc);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttribute(System.String,System.Xml.XmlNode)">
            <summary>
            Gets an attribute value by name.
            </summary>
            <param name="name">The name of the attribute.</param>
            <param name="node">An XML node.</param>
            <returns>
            The value of the attribute or blank if the attribute was not found.
            </returns>
            <example>
            The following example gets the value of the id attribute on the XML node.
            <code>
            string id = XmlUtil.GetAttribute("id", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttribute(System.String,System.Xml.XmlNode,System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">The name.</param>
            <param name="node">The node.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttribute(System.String,System.Xml.XmlNode,System.Boolean)">
            <summary>
            Get an attribute by name
            </summary>
            <param name="name">The name.</param>
            <param name="node">The node.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttributeDictionary(System.Xml.XmlNode)">
            <summary>
            Gets a dictionary containing all attribute/vakye pairs of an XML node.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttributeName(System.Int32,System.Xml.XmlNode)">
            <summary>
            Gets the name of an attribute by index.
            </summary>
            <param name="index">The index of the attribute.</param>
            <param name="node">An XML node.</param>
            <returns>
            The name of the attribute or blank if the attribute was not found.
            </returns>
            <example>
            The following example gets the name of the first attribute on the XML node.
            <code>
            string val = XmlUtil.GetAttributeName(0, node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttributes(System.Xml.XmlNode)">
            <summary>
            Gets all attributes of an XML node.
            </summary>
            <param name="node">An XML node.</param>
            <returns>
            A name/value collection of all attributes.
            </returns>
            <example>
                <code>
            NameValueCollection keyval = XmlUtil.GetAttributes(node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttributes(System.Xml.XmlReader)">
            <summary>
            Gets all attributes of an XML reader.
            </summary>
            <param name="reader">An XML reader.</param>
            <returns>
            A name/value collection of all attributes.
            </returns>
            <example>
                <code>
            public string GetAttributesFromReader(XmlReader reader) {
            NameValueCollection coll = XmlUtil.GetAttributes(reader);
            return XmlUtil.GetAttributeString(coll);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttributeString(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Builds a string of attribute from a collection of attribute.
            </summary>
            <param name="attributes">A name/value collection of attributes.</param>
            <returns>
            A string containing all attributes on the form: 'a1="val1" a2="val2" ...'.
            </returns>
            <example>
                <code>
            public string GetAttributesFromReader(XmlReader reader) {
            NameValueCollection coll = XmlUtil.GetAttributes(reader);
            return XmlUtil.GetAttributeString(coll);
            }
            </code>
                <seealso cref="M:Sitecore.Xml.XmlUtil.GetAttributes(System.Xml.XmlNode)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetAttributeString(System.Xml.XmlNode)">
            <summary>
            Gets the attribute string.
            </summary>
            <param name="node">The node.</param>
            <returns>The attribute string.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildAttribute(System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Gets an attribute value of a child XML node.
            </summary>
            <param name="nodeName">Name of the child node.</param>
            <param name="attributeName">Name of the attribute.</param>
            <param name="node">An XML node.</param>
            <returns>
            The attribute value of the child XML node or blank, if the node was not found.
            </returns>
            <example>
                <code>
            string value = XmlUtil.GetChildAttribute("content", "language", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildCount(System.Xml.XPath.XPathNavigator,System.String,System.Boolean)">
            <summary>
            Gets the number of XML nodes under an XPath navigator.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="elementName">The name of the XML nodes to count.</param>
            <param name="deep">A boolean indicating if the method should recurse through all child nodes.</param>
            <returns>The number of matching XML nodes.</returns>
            <example>
            The following example gets the number of child items.
            <code>
            unit count = XmlUtil.GetChildCount(nav, "item", true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildElement(System.Int32,System.Xml.XmlNode)">
            <summary>
            Gets the child element.
            </summary>
            <param name="index">The index.</param>
            <param name="node">The node.</param>
            <returns>The child element.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildElement(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the child element.
            </summary>
            <param name="childName">Name of the child element.</param>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildElements(System.String,System.Xml.XmlNode)">
            <summary>
            Gets all child elements with a specific name.
            </summary>
            <param name="elementName">Name of the element.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildNavigator(System.String,System.Xml.XPath.XPathNavigator)">
            <summary>
            Gets an XPath navigator that point to a child XML node identified by a name.
            </summary>
            <param name="name">The name of the first XML node.</param>
            <param name="nav">An XPath navigator.</param>
            <returns>
            An XPath navigator pointing to the found child or null, if a child was not found.
            </returns>
            <remarks>The returned navigator is a clone of <paramref name="nav"/>.</remarks>
            <example>
                <code>
            XPathNavigator nav1 = XmlUtil.GetChildNavigator("item", nav);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildNavigator(System.String,System.Xml.XPath.XPathNavigator,System.String,System.String)">
            <summary>
            Gets an XPath navigator that point to a child XML node identified by a name and a condition.
            </summary>
            <param name="name">The name of the first XML node.</param>
            <param name="nav">An XPath navigator.</param>
            <param name="attribute">The name of the conditional attribute.</param>
            <param name="value">The value of the attribute.</param>
            <returns>
            An XPath navigator pointing to the found child or null, if a child was not found.
            </returns>
            <remarks>The condition is an attribute with a specific value.
            The returned navigator is a clone of <paramref name="nav"/>.</remarks>
            <example>
                <code>
            XPathNavigator nav1 = XmlUtil.GetChildNavigator("item", nav);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildNode(System.Int32,System.Xml.XmlNode)">
            <summary>
            Gets a child XML node by index.
            </summary>
            <param name="index">The index of the child.</param>
            <param name="node">An XML node.</param>
            <returns>
            The found child XML node or null, if the index is out of bounds.
            </returns>
            <example>
            The following example gets the third child XML node of an XML node.
            <code>
            XmlNode node1 = XmlUtil.GetChildNode(3, node0);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildNode(System.String,System.Xml.XmlNode)">
            <summary>
            Gets a child XML node by name.
            </summary>
            <param name="name">The name of the child.</param>
            <param name="node">An XML node.</param>
            <returns>
            The found child XML node or null, if the child was not found.
            </returns>
            <example>
            The following example gets the security XML node of an XML node.
            <code>
            XmlNode node1 = XmlUtil.GetChildNode("secutiry", node0);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildNodes(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Gets the child nodes of a node.
            </summary>
            <param name="node">The node.</param>
            <param name="elementsOnly">if set to <c>true</c> only nodes of type <see cref="F:System.Xml.XmlNodeType.Element"/> will be returned.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildNodes(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the child nodes matching a specific name.
            </summary>
            <param name="nodeName">Name of the nodes to return.</param>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetChildValue(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the value of a child XML node.
            </summary>
            <param name="name">The name of the child XML node.</param>
            <param name="node">An XML node.</param>
            <returns>
            The value of the child XML node or blank, if the node was not found.
            </returns>
            <example>
                <code>
            string val = XmlUtil.GetChildValue("content", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetDescendantNodes(System.String,System.Int32,System.Xml.XmlNode)">
            <summary>
            Gets the descendant nodes.
            </summary>
            <param name="nodeName">The name.</param>
            <param name="maxLevel">The max level.</param>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetEnum(System.String,System.Xml.XmlNode,System.Enum)">
            <summary>
            Gets the enum.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <param name="node">The node.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The enum.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetNode(System.Xml.XPath.XPathNavigator)">
            <summary>
            Converts an XPathNavigator to an XML node, if possible.
            </summary>
            <param name="nav">The XPathNavigator object to convert.</param>
            <returns>The XML node.</returns>
            <remarks>The XPathNavigator can only be converted if it points to an XML
            node in a valid XML document.
            <seealso cref="M:System.Xml.IHasXmlNode.GetNode"/>
            </remarks>
            <example>
                <code>
            XmlNode node = doc.SelectSingleNode("//item[@id='" + id + "']");
            XPathNavigator nav = node.CreateNavigator();
            XmlNode node = XmlUtil.GetNode(nav);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetNodeIndex(System.Xml.XmlNode)">
            <summary>
            Gets the index of the node.
            </summary>
            <param name="node">The node.</param>
            <returns>The index.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetNodeLevel(System.Xml.XmlNode)">
            <summary>
            Gets the level of an XML node in an XML document.
            </summary>
            <param name="node">An XML node.</param>
            <returns>The level of the XML node,</returns>
            <remarks>The root node is at level 0. The document node is at -1.</remarks>
            <example>
                <code>
            XmlNode node = doc.DocumentElement.SelectSingleNode("/item[@key='sitecore']/item[@key='content']");
            int level = XmlUtil.GetNodeLevel(node); // 2
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetNodePath(System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the path of an XML node based on an attribute name.
            </summary>
            <param name="node">An XML node.</param>
            <param name="attributes">The attributes.</param>
            <returns>The path of the XML node.</returns>
            <example>
                <code>
            XmlNode node = doc.DocumentElement.SelectSingleNode("/sitecore/content");
            string path = XmlUtil.GetNodePath(node); // "/sitecore/content"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetNodePath(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the path of an XML node based on an attribute name.
            </summary>
            <param name="attribute">The name of the attribute to build the path from.</param>
            <param name="node">An XML node.</param>
            <returns>The path of the XML node.</returns>
            <example>
                <code>
            XmlNode node = doc.DocumentElement.SelectSingleNode("/item[@key='sitecore']/item[@key='content']");
            string idPath = XmlUtil.GetNodePath("id", node); // "{1111-11111-11111-111}/{2343-23432-23423-434}"
            string namePath = XmlUtil.GetNodePath("name", node); // "sitecore/content"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetNodePathArray(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the path of an XML node an array list of strings.
            </summary>
            <param name="attribute">The name of the attribute to build the path from.</param>
            <param name="node">An XML node.</param>
            <returns>
            An array list of each part of the path of the XML node.
            </returns>
            <example>
                <code>
            XmlNode node = doc.DocumentElement.SelectSingleNode("/item[@key='sitecore']/item[@key='content']");
            ArrayList idPath = XmlUtil.GetNodePathArray("id", node); // "{1111-11111-11111-111}", "{2343-23432-23423-434}"
            ArrayList namePath = XmlUtil.GetNodePathArray("name", node); // "sitecore", "content"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetPath(System.Xml.XmlNode)">
            <summary>
            Gets the path.
            </summary>
            <param name="node">The node.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetSitecoreNameManager(System.Xml.XmlDocument)">
            <summary>
            Gets the default namespace manager for Sitecore.
            </summary>
            <param name="doc">An XML document.</param>
            <returns>
            An XmlNamespaceManager with the default namespaces added.
            </returns>
            <remarks>This methods adds the namespaces:
            <list type="table">
                    <listheader>
                        <term>Prefix</term>
                        <description>Namespace</description>
                    </listheader>
                    <item>
                        <term>sc</term><description>http://www.sitecore.net/sc</description>
                    </item>
                    <item>
                        <term>xsl</term><description>http://www.w3.org/1999/XSL/Transform</description>
                    </item>
                </list>
            </remarks>
            <example>
                <code>
            XmlNamespaceManager ns = XmlUtil.GetSitecoreNameManager(doc);
            XmlNode node = doc.SelectSingleNode("/item[@key='sitecore']/item[@key='content']", ns);
            </code>
                <seealso cref="M:Sitecore.Xml.XmlUtil.GetSoapNameManager(System.Xml.XmlDocument)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetSoapNameManager(System.Xml.XmlDocument)">
            <summary>
            Gets the default namespace manager for Soap operations.
            </summary>
            <param name="doc">An XML document.</param>
            <returns>
            An XmlNamespaceManager with the Soap namespaces added.
            </returns>
            <remarks>This methods add the namespace:
            <list type="table">
                    <listheader>
                        <term>Prefix</term>
                        <description>Namespace</description>
                    </listheader>
                    <item>
                        <term>soap</term><description>http://schemas.xmlsoap.org/soap/envelope/</description>
                    </item>
                </list>
            </remarks>
            <example>
                <code>
            XmlNamespaceManager ns = XmlUtil.GetSoapNameManager(doc);
            XmlNode node = doc.SelectSingleNode("/item[@key='sitecore']/item[@key='content']", ns);
            </code>
                <seealso cref="M:Sitecore.Xml.XmlUtil.GetSitecoreNameManager(System.Xml.XmlDocument)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetStartTag(System.Xml.XmlTextReader)">
            <summary>
            Gets a start tag from an XML reader.
            </summary>
            <param name="reader">An Xml reader.</param>
            <returns>
            The name of the tag, or blank if none were found.
            </returns>
            <example>
                <code>
            string tag = XmlUtil.GetStartTag(reader);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetValue(System.Xml.XmlNode)">
            <summary>
            Gets the value of an XML node.
            </summary>
            <param name="node">An XML node.</param>
            <returns>
            The value of the node, or blank if no value was found.
            </returns>
            <example>
                <code>
            string val = XmlUtil.GetValue(node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetXml(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Get XML string from a node.
            </summary>
            <param name="node">The node.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <returns>The XML.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetXmlNode(System.String)">
            <summary>
            Builds an XML node from a string.
            </summary>
            <param name="xml">An string containing the XML.</param>
            <returns>The created XML node.</returns>
            <remarks>The created XML node is owned by an internal default XML document.
            To insert the node in an XML document, use the ImportNode method.</remarks>
            <example>
                <code>
            XmlNode node = XmlUtil.GetXmlNode("&lt;item/&gt;");
            doc.ImportNode(node, true);
            </code>
                <seealso cref="M:System.Xml.XmlDocument.ImportNode(System.Xml.XmlNode,System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetXmlNode(System.String,System.Xml.XmlDocument)">
            <summary>
            Builds an XML node from a string.
            </summary>
            <param name="xml">An string containing the XML.</param>
            <param name="owner">The XML document that will own the created node.</param>
            <returns>The created XML node.</returns>
            <example>
                <code>
            XmlNode node = XmlUtil.GetXmlNode("&lt;item/&gt;", doc);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.HasAttribute(System.String,System.Xml.XmlNode)">
            <summary>
            Checks an XML node if an attribute exists.
            </summary>
            <param name="name">The name of the attribute.</param>
            <param name="node">An XML node.</param>
            <returns>
            True, if the attribute exists, otherwise false.
            </returns>
            <example>
                <code>
            if (XmlUtil.HasAttribute("key", node)) {
            Xmlutil.SetAttribute("key", "", node);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.HasChildNode(System.Xml.XmlNode)">
            <summary>
            Determines whether [has child node] [the specified node].
            </summary>
            <param name="node">The node.</param>
            <returns>
                <c>true</c> if [has child node] [the specified node]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.HasChildNode(System.String,System.Xml.XmlNode)">
            <summary>
            Determines whether [has child node] [the specified name].
            </summary>
            <param name="name">The name.</param>
            <param name="node">The node.</param>
            <returns>
                <c>true</c> if [has child node] [the specified name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.LoadXml(System.String)">
            <summary>
            Loads a string containing XML into an XML document.
            <para>Logs error message in case parsing failed.</para>
            </summary>
            <param name="xml">A string containing XML.</param>
            <returns>The created XML document;<c>null</c> in case parsing failed.</returns>
            <example>
                <code>
            XmlDocument xml = XmlUtil.LoadXml("&lt;&gt;item/&gt;");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.LoadXmlFile(System.String)">
            <summary>
            Loads an XML file into an XML document.
            </summary>
            <param name="filename">The file name of the file.</param>
            <returns>The created XML document.</returns>
            <remarks>The filename is mapped to the website using <see cref="M:Sitecore.MainUtil.MapPath(System.String)">MainUtil.MapPath</see>.</remarks>
            <example>
                <code>
            XmlDocument xml = XmlUtil.LoadXml("/data/myfile.xml");
            </code>
                <seealso cref="M:Sitecore.MainUtil.MapPath(System.String)"/>
            </example>
            <exception cref="T:System.Xml.XmlException">There is a load or parse error in the XML. In this case, the document remains empty. </exception>
            <exception cref="T:System.ArgumentException">filename is a zero-length string, contains only white space, or contains one or more invalid characters as defined by <see cref="F:System.IO.Path.InvalidPathChars" />. </exception>
            <exception cref="T:System.ArgumentNullException">filename is null. </exception>
            <exception cref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. </exception>
            <exception cref="T:System.IO.DirectoryNotFoundException">The specified path is invalid (for example, it is on an unmapped drive). </exception>
            <exception cref="T:System.IO.IOException">An I/O error occurred while opening the file. </exception>
            <exception cref="T:System.UnauthorizedAccessException">filename specified a file that is read-only.-or- This operation is not supported on the current platform.-or- filename specified a directory.-or- The caller does not have the required permission. </exception>
            <exception cref="T:System.IO.FileNotFoundException">The file specified in filename was not found. </exception>
            <exception cref="T:System.NotSupportedException">filename is in an invalid format. </exception>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.MatchesNode(System.String,System.Xml.XmlNode)">
            <summary>
            Checks a element node for a match.
            </summary>
            <param name="nodeName">The requested node name.</param>
            <param name="node">The node to test.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.MoveToFirstChildElement(System.Xml.XPath.XPathNavigator)">
            <summary>
            Moves an XPath navigator to the first child of type "Element",
            </summary>
            <param name="nav">An XPath navigator.</param>
            <returns>
            True, if an element was found, otherwise false.
            </returns>
            <example>
                <code>
            if (XmlUtil.MoveToFirstChildElement(nav)) {
            ...
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToNode(System.Xml.XPath.XPathNavigator,System.Boolean)">
            <summary>
            Transfers XML from an XPath navigator to an XML element.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="deep">A boolean indicating if child nodes are transfered.</param>
            <returns>The create XML element.</returns>
            <example>
                <code>
            XmlElement element = XmlUtil.NavigatorToNode(nav, true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToNode(System.Xml.XPath.XPathNavigator,System.Xml.XmlDocument,System.Boolean)">
            <summary>
            Navigators to node.
            </summary>
            <param name="nav">The nav.</param>
            <param name="document">The document.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <returns>The to node.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToNode(System.Xml.XPath.XPathNavigator,System.Xml.XmlNode,System.Boolean,System.String[],System.String[])">
            <summary>
            Transfers XML from an XPath navigator to an XML node.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="node">An XML node.</param>
            <param name="deep">A boolean indicating if child nodes are transfered.</param>
            <param name="excludeList">The exclude list.</param>
            <param name="replaceList">The replace list.</param>
            <returns>The create XML node.</returns>
            <example>
                <code>
            XmlNode node1 = XmlUtil.NavigatorToNode(nav, node0, true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToNode(System.Xml.XPath.XPathNavigator,System.Xml.XmlDocument,System.Boolean,System.String[],System.String[])">
            <summary>
            Transfers XML from an XPath navigator to an XML node.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="doc">An XML document.</param>
            <param name="deep">A boolean indicating if child nodes are transfered.</param>
            <param name="excludeList">The exclude list.</param>
            <param name="replaceList">The replace list.</param>
            <returns>The create XML node.</returns>
            <example>
                <code>
            XmlElement element = XmlUtil.NavigatorToNode(nav, doc, true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToXml(System.Xml.XPath.XPathNavigator)">
            <summary>
            Gets a string containing XML from an XPath navigator.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <returns>The string containing XML.</returns>
            <example>
                <code>
            string xml = XmlUtil.NavigatorToXml(nav);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToXml(System.Xml.XPath.XPathNavigator,System.String[],System.String[])">
            <summary>
            Gets a string containing XML from an XPath navigator excluding certain elements.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="excludeList">An array list of element names to exclude.</param>
            <param name="replaceList">The replace list.</param>
            <returns>The string containing XML.</returns>
            <example>
                <code>
            ArrayList list = new ArrayList();
            list.Add("item");
            string xml = XmlUtil.NavigatorToXml(nav, list);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.NavigatorToXml(System.Xml.XPath.XPathNavigator,System.Xml.XmlWriter,System.String[],System.String[])">
            <summary>
            Write XML from an XPath navigator to an XML writer.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="writer">An XML writer.</param>
            <param name="excludeList">An array list of element names to exclude.</param>
            <param name="replaceList">The replace list.</param>
            <example>
                <code>
            ArrayList list = new ArrayList();
            list.Add("item");
            XmlUtil.NavigatorToXml(nav, writer, list);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.ReaderToNode(System.Xml.XmlTextReader,System.Xml.XmlDocument)">
            <summary>
            Transfers XML from an XML reader to an XML node.
            </summary>
            <param name="reader">An XML reader.</param>
            <param name="owner">The XML document that will own the new XML node.</param>
            <returns>The created XML node.</returns>
            <example>
                <code>
            XmlNode node = XmlUtil.ReaderToNode(reader, doc);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.RemoveAttribute(System.String,System.Xml.XmlNode)">
            <summary>
            Removes an attribute from an XML node.
            </summary>
            <param name="name">The name of the attribute.</param>
            <param name="node">An XML node.</param>
            <returns>
            The value of the removed attribute, or blank if the attribute was not found.
            </returns>
            <example>
                <code>
            string id = XmlUtil.RemoveAttribute("id", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.RemoveAttributes(System.Xml.XmlNode)">
            <summary>
            Removes all attributes from an XML node.
            </summary>
            <param name="node">An XML node.</param>
            <example>
                <code>
            XmlUtil.RemoveAttributes(node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.RemoveAttributes(System.Xml.XmlNode,System.String[])">
            <summary>
            Removes a list of attributes from an XML node.
            </summary>
            <param name="node">An XML node.</param>
            <param name="excludeList">Names of attributes that should not be removed.</param>
            <example>
                <code>
            XmlUtil.RemoveAttributes(node, new string[]{"id", "name", "key"});
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.RemoveNode(System.Xml.XmlNode)">
            <summary>
            Removes the node.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.ReplaceWithChildren(System.Xml.XmlNode)">
            <summary>
            Replaces an XML node with the children of the node.
            </summary>
            <param name="node">An XML node to remove.</param>
            <example>
                <code>
            XmlUtil.ReplaceWithChildren(node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.ReplaceWithChildren(System.Xml.XmlDocument,System.String,System.Xml.XmlNamespaceManager)">
            <summary>
            Replaces a list of XML nodes with their child XML nodes.
            </summary>
            <param name="document">An XML document containing the XML nodes.</param>
            <param name="xpath">A string containing an XPath that will find the XML nodes.</param>
            <param name="ns">A namespace manager.</param>
            <example>
                <code>
            XmlUtil.ReplaceWithChildren(doc, "//item", ns);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.SetAttribute(System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Sets the value of an attribute.
            </summary>
            <param name="name">The name of the attribute.</param>
            <param name="value">A value.</param>
            <param name="node">An XML node.</param>
            <remarks>If the attribute does already exist, it is created.</remarks>
            <example>
                <code>
            XmlUtil.SetAttribute("name", "MyName", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.SetAttribute(System.String,System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Set an attribute
            </summary>
            <param name="name">The name.</param>
            <param name="namespaceUri">The namespace URI.</param>
            <param name="value">The _value.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.SetValue(System.String,System.Xml.XmlNode)">
            <summary>
            Sets the value of an XML node.
            </summary>
            <param name="value">A value.</param>
            <param name="node">An XML node.</param>
            <example>
                <code>
            XmlUtil.SetValue("MyValue", node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.TransferAttributes(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Transfers attributes from an XML node to another.
            </summary>
            <param name="source">The XML node to copy from.</param>
            <param name="target">The XML node to copy to.</param>
            <example>
                <code>
            XmlUtil.TransferAttributes(node0, node1);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.TransferAttributes(System.Xml.XmlReader,System.Xml.XmlNode)">
            <summary>
            Transfers attributes from an XML reader to an XML node.
            </summary>
            <param name="reader">An XML reader.</param>
            <param name="node">The XML node to copy to.</param>
            <remarks>The XML reader must be positioned on an XML element</remarks>
            <example>
                <code>
            XmlUtil.TransferAttributes(reader, node);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.Transform(System.String,System.String,System.Boolean)">
            <summary>
            Transforms the specified XML file.
            </summary>
            <param name="xmlFile">The XML file.</param>
            <param name="xslFile">The XSL file.</param>
            <param name="enableScript">If set to <c>true</c> scripts are enabled in the XSLT file.</param>
            <returns>The transform.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.Transform(System.Xml.XmlDocument,System.String,System.Boolean)">
            <summary>
            Transforms an XML document using an XSL file.
            </summary>
            <param name="doc">An XML document.</param>
            <param name="xslFile">A filename of an XSL file.</param>
            <param name="enableScript">If set to <c>true</c> scripts are enabled in the XSLT file.</param>
            <returns>The result of the transformation.</returns>
            <remarks>The filename is mapped to the website using <see cref="M:Sitecore.MainUtil.MapPath(System.String)">MainUtil.MapPath</see>.</remarks>
            <example>
                <code>
            string result = XmlUtil.Transform(doc, "/xsl/mytransform.xml");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.Transform(System.Xml.XPath.XPathNavigator,System.String,System.Collections.ArrayList,System.Boolean)">
            <summary>
            Transforms an XPath navigator using an XSL file.
            </summary>
            <param name="nav">An XPath navigator.</param>
            <param name="xslFile">A filename of an XSL file.</param>
            <param name="parameters">An array list of parameters.</param>
            <param name="enableScript">If set to <c>true</c> scripts are enabled in the XSLT file.</param>
            <returns>The result of the transformation.</returns>
            <remarks>The filename is mapped to the website using <see cref="M:Sitecore.MainUtil.MapPath(System.String)">MainUtil.MapPath</see>.
            The parameters are used in pairs; name, value.</remarks>
            <example>
                <code>
            ArrayList parameters = new ArrayList();
            parameters.Add("key");
            parameters.Add(myKeyValue);
            string result = XmlUtil.Transform(nav, "/xsl/mytransform.xml", parameters);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.XmlStringsAreEqual(System.String,System.String)">
            <summary>
            Compares two XML strings ignoring empty attributes.
            </summary>
            <param name="xml1">The XML1.</param>
            <param name="xml2">The XML2.</param>
            <returns><c>true</c>, if the strings are equal; otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.AddNodePathArray(System.String,System.Xml.XmlNode,System.Collections.ArrayList)">
            <summary>
            Gets the path of an XML node an array list of strings.
            </summary>
            <param name="attribute">The name of the attribute to build the path from.</param>
            <param name="node">An XML node.</param>
            <param name="array">The resulting array list.</param>
            <remarks>The is a helper function of the <see cref="M:Sitecore.Xml.XmlUtil.GetNodePathArray(System.String,System.Xml.XmlNode)">GetNodePathArray</see> method.</remarks>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.FindEmptyAttributes(System.Xml.Linq.XElement,System.Collections.Generic.List{System.Xml.Linq.XAttribute})">
            <summary>
            Finds empty attributes in the element.
            </summary>
            <param name="element">The element.</param>
            <param name="emptyAttributes">The list with found empty attributes.</param>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetDescendantNodes(System.String,System.Int32,System.Xml.XmlNode,System.Collections.Generic.List{System.Xml.XmlNode})">
            <summary>
            Gets the descendant nodes.
            </summary>
            <param name="nodeName">Name of the node.</param>
            <param name="maxLevel">The max level.</param>
            <param name="node">The node.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.GetReplacedName(System.String,System.String[])">
            <summary>
            Gets the name of the replaced.
            </summary>
            <param name="name">The name.</param>
            <param name="replaceList">The replace list.</param>
            <returns>The replaced name.</returns>
        </member>
        <member name="M:Sitecore.Xml.XmlUtil.IsExcluded(System.String,System.String[])">
            <summary>
            Determines whether the specified name is excluded.
            </summary>
            <param name="name">The name.</param>
            <param name="excludeList">The exclude list.</param>
            <returns>
                <c>true</c> if the specified name is excluded; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Xml.XPath.ItemNavigator">
            <summary>
            ItemNavigator
            </summary>
        </member>
        <member name="P:Sitecore.Xml.XPath.ItemNavigator.AllowDefaultValues">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Xml.XPath.ItemNavigator"/> allows default field values.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Xml.XPath.ItemNavigator"/> allows default field values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Xml.XPath.ItemNavigator.AllowStandardValues">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Xml.XPath.ItemNavigator"/> allows standard field values.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Xml.XPath.ItemNavigator"/> allows standard field values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Xml.XPath.ItemNavigator.CloneInstance">
            <summary>
            Clones the current instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Xml.XPath.ItemNavigator.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes the navigator.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Xml.XPath.ItemNavigator.GetCurrentItem">
            <summary>
            Gets the current item.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Events.VersionRemovedEventArgs">
            <summary>
            Defines the arguments passed in a VersionRemoved event.
            </summary>
        </member>
        <member name="M:Sitecore.Events.VersionRemovedEventArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new <see cref="T:Sitecore.Events.VersionRemovedEventArgs"/> instance.
            </summary>
            <param name="item">Item.</param>
        </member>
        <member name="P:Sitecore.Events.VersionRemovedEventArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="T:Sitecore.Events.Event">
            <summary>
            Represents an event.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.DynamicFilters">
            <summary>
            The dynamic filters.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.DynamicSubscribers">
            <summary>
            The dynamic subscribers.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.Lock">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.configFilters">
            <summary>
            The config filters.
            </summary>
        </member>
        <member name="P:Sitecore.Events.Event.ConfigSubscribers">
            <summary>
            The config subscribers.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.timingLevels">
            <summary>
            The timing levels.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.LazyConfigSubscribers">
            <summary>
            The lazy config subscribers.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Event.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Events.Event"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Event.AddFilter(System.String,System.EventHandler)">
            <summary>
            Adds the filter.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Events.Event.ExtractParameter``1(System.EventArgs,System.Int32)">
            <summary>
            Extracts the parameter.
            </summary>
            <typeparam name="T">
            Type parameter.
            </typeparam>
            <param name="args">
            The arguments.
            </param>
            <param name="index">
            The index.
            </param>
            <returns>
            The parameter.
            </returns>
        </member>
        <member name="M:Sitecore.Events.Event.ExtractParameter(System.EventArgs,System.Int32)">
            <summary>
            Extracts the parameter.
            </summary>
            <param name="args">The arguments.</param>
            <param name="index">The index.</param>
            <returns>The parameter.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.ExtractParameters(System.EventArgs)">
            <summary>
            Extracts the parameters.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The parameters.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseEvent(System.String,Sitecore.Events.IPassNativeEventArgs)">
            <summary>
            Raises the event.
            </summary>
            <param name="eventName">
            Name of the event.
            </param>
            <param name="args">
            The instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseEvent(System.String,System.Object[])">
            <summary>
            Raises the event.
            </summary>
            <param name="eventName">
            Name of the event.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The event.
            </returns>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemCopied(System.Object,Sitecore.Data.Events.ItemCopiedEventArgs)">
            <summary>
            Raises the item copied event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemCopiedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemCreated(System.Object,Sitecore.Data.Events.ItemCreatedEventArgs)">
            <summary>
            Raises the item created event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemCreatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemCreatedRemote(System.Object,Sitecore.Data.Events.ItemCreatedRemoteEventArgs)">
            <summary>
            Raises the item created remote event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemCreatedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemCreating(System.Object,Sitecore.Data.Events.ItemCreatingEventArgs)">
            <summary>
            Raises the item creating event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemCreatingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemDeleted(System.Object,Sitecore.Data.Events.ItemDeletedEventArgs)">
            <summary>
            Raises the item deleted event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemDeletedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemDeleting(System.Object,Sitecore.Data.Events.ItemDeletingEventArgs)">
            <summary>
            Raises the item deleting event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemDeletingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemMoved(System.Object,Sitecore.Data.Events.ItemMovedEventArgs)">
            <summary>
            Raises the item moved event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemMovedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemSaved(System.Object,Sitecore.Data.Events.ItemSavedEventArgs)">
            <summary>
            Raises the item saved event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemSaving(System.Object,Sitecore.Data.Events.ItemSavingEventArgs)">
            <summary>
            Raises the item saving event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.RemoveFilter(System.String,System.EventHandler)">
            <summary>
            Removes the filter.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The event handler.</param>
        </member>
        <member name="M:Sitecore.Events.Event.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Event.Subscribe(System.String,System.EventHandler)">
            <summary>
            Subscribes the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Events.Event.Unsubscribe(System.String,System.EventHandler,System.Boolean)">
            <summary>
            Unsubscribes the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The handler.</param>
            <param name="removeGroupOfHandlers">if set to <c>true</c> handlers of the same type will also be unsubscribed, otherwise only exact mutch will be unsubscribed.</param>
        </member>
        <member name="M:Sitecore.Events.Event.Unsubscribe(System.String,System.EventHandler)">
            <summary>
            Unsubscribes the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Events.Event.AttachEventHandlersToDatabase(Sitecore.Data.Database)">
            <summary>
            Attaches the event handlers to database.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Events.Event.Database_InstanceCreated(System.Object,Sitecore.Data.Events.InstanceCreatedEventArgs)">
            <summary>
            Handles the <see cref="E:Sitecore.Data.Database.InstanceCreated"/> InstanceCreated
            event of the <see cref="T:Sitecore.Data.Database"/> Database object.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.InstanceCreatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_AddedFromTemplate(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddFromTemplateCommand})">
            <summary>
            Handles the AddedFromTemplate event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_AddedFromTemplateRemote(System.Object,Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs)">
            <summary>
            Handles the AddedFromTemplateRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.AddedFromTemplateRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_AddedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
            Handles the AddedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_AddedVersionRemote(System.Object,Sitecore.Data.Events.AddedVersionRemoteEventArgs)">
            <summary>
            Handles the AddedVersionRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.AddedVersionRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_AddingVersion(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
            Handles the AddingVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutingEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_CopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
            Handles the CopiedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_CopiedItemRemote(System.Object,Sitecore.Data.Events.CopiedItemRemoteEventArgs)">
            <summary>
            Handles the CopiedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.CopiedItemRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_CopyingItem(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
            Handles the CopyingItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutingEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_CreatedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand})">
            <summary>
            Handles the CreatedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_CreatedItemRemote(System.Object,Sitecore.Data.Events.ItemCreatedRemoteEventArgs)">
            <summary>
            Handles the CreatedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemCreatedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_CreatingItem(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand})">
            <summary>
            Handles the CreatingItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_ItemDeleted(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the ItemDeleted event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_ItemDeletedRemote(System.Object,Sitecore.Data.Events.ItemDeletedRemoteEventArgs)">
            <summary>
            Handles the ItemDeletedRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemDeletedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_ItemDeleting(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the ItemDeleting event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_ItemSaved(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the ItemSaved event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_ItemSavedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Handles the ItemSavedRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_ItemSaving(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the ItemSaving event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_MovedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            Handles the MovedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_MovedItemRemote(System.Object,Sitecore.Data.Events.ItemMovedRemoteEventArgs)">
            <summary>
            Handles the MovedItemRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ItemMovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_MovingItem(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            Handles the MovingItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutingEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_RemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemovedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_RemovedVersionRemote(System.Object,Sitecore.Data.Events.VersionRemovedRemoteEventArgs)">
            <summary>
            Handles the RemovedVersionRemote event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.VersionRemovedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.DataEngine_RemovingVersion(System.Object,Sitecore.Data.Events.ExecutingEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemovingVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutingEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.Event.GetConfigFilters">
            <summary>
            Gets the config filters.
            </summary>
            <returns>
            The config filters.
            </returns>
        </member>
        <member name="M:Sitecore.Events.Event.GetConfigTimings">
            <summary>
            Gets the config timings.
            </summary>
            <returns>
            The config timings.
            </returns>
        </member>
        <member name="M:Sitecore.Events.Event.GetNotificationContext">
            <summary>
            Gets the notification context.
            </summary>
            <returns>
            The notification context.
            </returns>
        </member>
        <member name="M:Sitecore.Events.Event.GetTiming(System.String,System.String)">
            <summary>
            Gets the timing.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="timingLevel">The timing level.</param>
            <returns>The get timing.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.GetTimingLevel(System.String)">
            <summary>
            Gets a flag indicating whether to time an event or not.
            </summary>
            <param name="eventName">Name of the event.</param>
            <returns>The get timing level.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Event.RaiseItemSavedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Raises the item saved remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Events.Event.EventSubscribers">
            <summary>
            The event subscribers.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Event.EventSubscribers.subscriptions">
            <summary>
            The subscriptions.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.Add(System.String,System.EventHandler)">
            <summary>
            Adds the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The event handler.</param>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.Add(System.String,System.Xml.XmlNode)">
            <summary>
            Adds the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.GetSubscriberCount(System.String)">
            <summary>
            Gets the subscriber count.
            </summary>
            <param name="eventName">Name of the event.</param>
            <returns>The get subscriber count.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.RaiseEvent(System.String,System.Object[])">
            <summary>
            Raises the event.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="parameters">The parameters.</param>
            <returns>The event result.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.RaiseEvent(System.String,System.Object[],Sitecore.Events.EventResult)">
            <summary>
            Raises the event.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="parameters">The parameters.</param>
            <param name="result">The result.</param>
            <returns>The event result.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.Remove(System.String,System.EventHandler,System.Boolean)">
            <summary>
            Removes the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The handler.</param>
            <param name="removeGroupOfHandlers">if set to <c>true</c> handlers of the same type will also be removed, otherwise only exact mutch will be removed.</param>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.Remove(System.String,System.EventHandler)">
            <summary>
            Removes the specified event name.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.CreateEventArgs(System.String,System.Object[],Sitecore.Events.EventResult)">
            <summary>
            Creates the event args.
            </summary>
            <param name="eventName">
            Name of the event.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="result">
            The result.
            </param>
            <returns>
            The event args.
            </returns>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.GetTargetName(System.EventHandler)">
            <summary>
            Gets the name of the target.
            </summary>
            <param name="handler">The event handler.</param>
            <returns>The target name.</returns>
        </member>
        <member name="M:Sitecore.Events.Event.EventSubscribers.IsSame(System.EventHandler,System.EventHandler)">
            <summary>
            Determines whether the specified handler 1 is same.
            </summary>
            <param name="handler1">The handler 1.</param>
            <param name="handler2">The handler 2.</param>
            <returns>
              <c>true</c> if the specified handler 1 is same; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Events.EventResult">
            <summary>
              Represents an event result.
              <para>Carries return values, messages, and cancel flag.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Events.EventResult.Cancel">
            <summary>
              Gets or sets a value indicating whether this <see cref="T:Sitecore.Events.EventResult" /> is cancelled.
            </summary>
            <value><c>true</c> if cancelled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Events.EventResult.HasMessages">
            <summary>
              Gets a value indicating whether this instance has messages.
            </summary>
            <value>
              <c>true</c> if this instance has messages; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Events.EventResult.HasReturnValues">
            <summary>
              Gets a value indicating whether this instance has return values.
            </summary>
            <value>
              <c>true</c> if this instance has return values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Events.EventResult.Messages">
            <summary>
              Gets the messages.
            </summary>
            <value>The messages.</value>
        </member>
        <member name="P:Sitecore.Events.EventResult.ReturnValues">
            <summary>
              Gets the return values.
            </summary>
            <value>The return values.</value>
        </member>
        <member name="M:Sitecore.Events.EventResult.CreateCancelResult">
            <summary>
              Creates the cancel result.
            </summary>
            <returns>The <see cref="T:Sitecore.Events.EventResult" /> with <see cref="P:Sitecore.Events.EventResult.Cancel" /> set.</returns>
        </member>
        <member name="M:Sitecore.Events.EventResult.ToString">
            <summary>
              Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
              A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Events.EventSubscriber">
            <summary>
            Represents an event subscriber.
            </summary>
        </member>
        <member name="M:Sitecore.Events.EventSubscriber.#ctor(System.Object,System.Reflection.MethodInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Events.EventSubscriber"/> class.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodInfo">The method info.</param>
        </member>
        <member name="M:Sitecore.Events.EventSubscriber.Invoke(System.Object[])">
            <summary>
            Invokes the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Events.Hooks.HookManager">
            <summary>
            Represents a hook manager.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Hooks.HookManager.LoadAll">
            <summary>
            Loads all.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Hooks.HookManager.LoadHook(System.Xml.XmlNode)">
            <summary>
            Loads the hook.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Events.Hooks.IHook">
            <summary>
            Defines the basic methods of a hook.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Hooks.IHook.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Events.IPassNativeEventArgs">
            <summary>
            Marker interface for <see cref="T:System.EventArgs"/> that should be passed directly to the event handlers of <see cref="T:Sitecore.Events.Event"/>
            </summary>
        </member>
        <member name="T:Sitecore.Events.NotificationContext">
            <summary>NotificationContext</summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.FieldSaved">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemChildrenChanged">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemCopied">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemCreated">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemDeleted">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemMoved">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemRenamed">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemRenamedRemote">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemSaved">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemSavedRemote">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemSortorderChanged">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.ItemSortorderChangedRemote">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.VersionAdded">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Events.NotificationContext.VersionRemoved">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Events.NotificationContext.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Events.NotificationContext"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseFieldSaved(System.Object,Sitecore.Data.Events.FieldSavedEventArgs)">
            <summary>
            Raises the field saved event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemCreated(System.Object,Sitecore.Data.Events.ItemCreatedEventArgs)">
            <summary>
            Raises the item created event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemChildrenChanged(System.Object,Sitecore.Data.Events.ItemChildrenChangedEventArgs)">
            <summary>
            Raises the item children changed event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemCopied(System.Object,Sitecore.Data.Events.ItemCopiedEventArgs)">
            <summary>
            Raises the item copied event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemDeleted(System.Object,Sitecore.Data.Events.ItemDeletedEventArgs)">
            <summary>
            Raises the item deleted event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemMoved(System.Object,Sitecore.Data.Events.ItemMovedEventArgs)">
            <summary>
            Raises the item moved event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemRenamed(System.Object,Sitecore.Data.Events.ItemRenamedEventArgs)">
            <summary>
            Raises the item renamed event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemRenamedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Raises the item renamed remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemSaved(System.Object,Sitecore.Data.Events.ItemSavedEventArgs)">
            <summary>
            Raises the item saved event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemSavedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Raises the item saved remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemSortorderChanged(System.Object,Sitecore.Data.Events.ItemSortorderChangedEventArgs)">
            <summary>
            Raises the item sortorder changed event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseItemSortorderChangedRemote(System.Object,Sitecore.Data.Events.ItemSavedRemoteEventArgs)">
            <summary>
            Raises the item sortorder changed remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavedRemoteEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseVersionAdded(System.Object,Sitecore.Data.Events.VersionAddedEventArgs)">
            <summary>
            Raises the version added event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.NotificationContext.RaiseVersionRemoved(System.Object,Sitecore.Events.VersionRemovedEventArgs)">
            <summary>
            Raises the version removed event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Events.Settings.SavedItemRemoteSettings">
            <summary>
            Represents settings for <see cref="T:Sitecore.Data.Eventing.Remote.SavedItemRemoteEvent"/> class.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Settings.SavedItemRemoteSettings.includedTemplates">
            <summary>
            List of included template filters.
            </summary>
        </member>
        <member name="F:Sitecore.Events.Settings.SavedItemRemoteSettings.excludedTemplates">
            <summary>
            List of excluded template filters.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.SerializeAllFields">
            <summary>
            Gets a value indicating whether all fields should be serialized when item:saved:remote event is generated
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.ExcludedFields">
            <summary>
            Gets set of fields ID that should be excluded from serialization.
            </summary>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.IncludedFields">
            <summary>
            Gets set of fields ID that should be included into serialization.
            </summary>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.ExcludedTypes">
            <summary>
            Gets set of types that should be excluded from serialization.
            </summary>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.IncludedTypes">
            <summary>
            Gets set of types that should be included into serialization.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.ExcludeField(System.String)">
            <summary>
            Adds field ID to the excluded set.
            </summary>
            <param name="value">Field ID.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.ExcludeType(System.String)">
            <summary>
            Adds type name to the excluded set.
            </summary>
            <param name="value">Field ID.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.ExcludeTemplate(System.Xml.XmlNode)">
            <summary>
            Adds template fields to the excluded set.
            </summary>
            <param name="configNode">Configuration node.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.IncludeField(System.String)">
            <summary>
            Adds field ID to the included set.
            </summary>
            <param name="value">Field ID.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.IncludeType(System.String)">
            <summary>
            Adds field's type to the included set.
            </summary>
            <param name="value">Field ID.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.IncludeTemplate(System.Xml.XmlNode)">
            <summary>
            Adds template fields to the included set.
            </summary>
            <param name="configNode">Configuration node.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.Initialize(System.String)">
            <summary>
            Initializes exclude and include fields lists for <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings"/> class.
            </summary>
            <param name="databaseName">Name of the database.</param>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.ApplyTemplateFilters(System.Collections.Generic.IEnumerable{Sitecore.Events.Settings.SavedItemRemoteSettings.TemplateFilter},System.Collections.Generic.ISet{Sitecore.Data.ID},Sitecore.Data.Database)">
            <summary>
            Populates fields id list with fields extracted from template filters list.
            </summary>
            <param name="filters">List of template filters.</param>
            <param name="fieldsSet">Set of field ids.</param>
            <param name="database">The database object.</param>
        </member>
        <member name="T:Sitecore.Events.Settings.SavedItemRemoteSettings.TemplateFilter">
            <summary>
            Represents filter for a templates are being serialized when saved:item:remote event is triggered.
            </summary>
        </member>
        <member name="M:Sitecore.Events.Settings.SavedItemRemoteSettings.TemplateFilter.#ctor(Sitecore.Data.ID,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Events.Settings.SavedItemRemoteSettings.TemplateFilter"/> class.
            </summary>
            <param name="id">The template id.</param>
            <param name="includeBaseTemplates">The value indicating whether base templates filed should be included.</param>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.TemplateFilter.Id">
            <summary>
            Gets or sets the item ID.
            </summary>
        </member>
        <member name="P:Sitecore.Events.Settings.SavedItemRemoteSettings.TemplateFilter.IncludeBaseTemplates">
            <summary>
            Gets or sets a value indicating whether base templates filed should be included.
            </summary>
        </member>
        <member name="T:Sitecore.Events.SitecoreEventArgs">
            <summary>
              Represents a Sitecore event argument class.
            <para>Carries event name, set of arguments, and event result.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.#ctor(System.String,System.Object[],Sitecore.Events.EventResult)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Events.SitecoreEventArgs" /> class.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="parameters">The parameters.</param>
            <param name="result">The result.</param>
        </member>
        <member name="P:Sitecore.Events.SitecoreEventArgs.EventName">
            <summary>
              Gets the name of the event.
            </summary>
            <value>The name of the event.</value>
        </member>
        <member name="P:Sitecore.Events.SitecoreEventArgs.Parameters">
            <summary>
              Gets the parameters carried by the instance needed for event processing.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Events.SitecoreEventArgs.Result">
            <summary>
              Gets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.Cancel(System.EventArgs)">
            <summary>
              Cancels this event.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.GetDataManager(System.EventArgs,System.Int32)">
            <summary>
              Gets the data manager.
            </summary>
            <param name="args">The arguments to get element by index from.</param>
            <param name="index">The index of an element in the parameters array.</param>
            <returns>The <see cref="T:Sitecore.Data.DataManager" />.</returns>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.GetID(System.EventArgs,System.Int32)">
            <summary>
              Gets the <see cref="T:Sitecore.Data.ID"/> from provided <paramref name="args"/> parameters by position.
            </summary>
            <param name="args">The arguments to get element by index from.</param>
            <param name="index">The index of an element in the parameters array.</param>
            <returns>The <see cref="T:Sitecore.Data.ID" />.</returns>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.GetItem(System.EventArgs,System.Int32)">
            <summary>
              Gets the <see cref="T:Sitecore.Data.Items.Item"/> from provided <paramref name="args"/> parameters by position.
            </summary>
            <param name="args">The arguments to get element by index from.</param>
            <param name="index">The index of an element in the parameters array.</param>
            <returns>The <see cref="T:Sitecore.Data.Items.Item" />.</returns>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.GetObject(System.EventArgs,System.Int32)">
            <summary>
              Gets the object from provided <paramref name="args"/> parameters by position.
            </summary>
            <param name="args">The arguments to get element by index from.</param>
            <param name="index">The index of an element in the parameters array.</param>
            <returns><c>null</c> if <paramref name="args"/> are not of <see cref="T:Sitecore.Events.SitecoreEventArgs"/> type; object by index otherwise.</returns>
            <exception cref="T:System.IndexOutOfRangeException"> when parameters do not have element with given index.</exception>
        </member>
        <member name="M:Sitecore.Events.SitecoreEventArgs.GetString(System.EventArgs,System.Int32)">
            <summary>
              Gets the <see cref="T:System.String"/> from provided <paramref name="args"/> parameters by position.
            </summary>
            <param name="args">The arguments to get element by index from.</param>
            <param name="index">The index of an element in the parameters array.</param>
            <returns>The <see cref="T:System.String"/> matching the provided index;<c>null</c> when value cannot be cast to<see cref="T:System.String"/>, or <paramref name="args"/> not of <see cref="T:Sitecore.Events.SitecoreEventArgs"/> type.</returns>
        </member>
        <member name="T:Sitecore.Events.TemplateUpdatedEventArgs">
            <summary>
            Represents a template updated event argument class.
            </summary>
        </member>
        <member name="M:Sitecore.Events.TemplateUpdatedEventArgs.#ctor(Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Events.TemplateUpdatedEventArgs"/> class.
            </summary>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="P:Sitecore.Events.TemplateUpdatedEventArgs.ItemID">
            <summary>
            Gets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="T:Sitecore.Events.WellknownEvents">
            <summary>
            WellknownEvents
            </summary>
        </member>
        <member name="F:Sitecore.Events.WellknownEvents.ItemTemplateChanged">
            <summary></summary>
        </member>
        <member name="T:Sitecore.DateUtil">
            <summary>
            Implements a utility class for manipulating dates.
            </summary>
            <remarks>
            The <c>DateUtil</c> operates on ISO formatted date/times for the most part.
            An ISO formatted date/time string is formatted as <c>yyyyMMddTHHmmss</c>.
            <seealso cref="T:Sitecore.IO.FileUtil"/>
            <seealso cref="T:Sitecore.MainUtil"/>
            <seealso cref="T:Sitecore.Web.HtmlUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            <seealso cref="T:Sitecore.Web.WebUtil"/>
            <seealso cref="T:Sitecore.Xml.XmlUtil"/>
            </remarks>
        </member>
        <member name="F:Sitecore.DateUtil.ticksPerMillisecond">
            <summary>
            The ticks per millisecond.
            </summary>
        </member>
        <member name="P:Sitecore.DateUtil.IsoNow">
            <summary>
            Gets the current time formatted as ISO date/time string.
            </summary>
            <value>Now formatted as a ISO formatted date/time string.</value>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example sets isoNow to now in ISO format.
            <code>
            string isoNow = DateUtil.IsoNow;
            </code>
            </example>
        </member>
        <member name="P:Sitecore.DateUtil.IsoNowDate">
            <summary>
            Gets the current date formatted as ISO date string.
            </summary>
            <value>Now formatted as a ISO formatted date string.</value>
            <remarks>The date string is formatted as "yyyyMMdd".</remarks>
            <example>
            The following example sets isoNow to the current date in ISO format.
            <code>
            string isoNow = DateUtil.IsoNowDate;
            </code>
            </example>
        </member>
        <member name="P:Sitecore.DateUtil.IsoNowTime">
            <summary>
            Gets the current time formatted as ISO time string.
            </summary>
            <value>Now formatted as a ISO formatted time string.</value>
            <remarks>The time string is formatted as "HHmmss".</remarks>
            <example>
            The following example sets isoNow to the current time in ISO format.
            <code>
            string isoNow = DateUtil.IsoNowTime;
            </code>
            </example>
        </member>
        <member name="P:Sitecore.DateUtil.IsoNowWithTicks">
            <summary>
            Gets the current time formatted as ISO date/time string with ticks appended.
            </summary>
            <value>Now formatted as a ISO formatted date/time string.</value>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss" and ":{ticks}" is appended.</remarks>
            <example>
            The following example sets isoNow to now in ISO format.
            <code>
            string isoNow = DateUtil.IsoNowWithTicks; // might return 20012008T102817:2382193728213
            </code>
            </example>
        </member>
        <member name="P:Sitecore.DateUtil.TicksPerMillisecond">
            <summary>
            Gets the number of ticks per millisecond.
            </summary>
            <value>The ticks per millisecond.</value>
        </member>
        <member name="M:Sitecore.DateUtil.Compare(System.DateTime,System.DateTime)">
            <summary>
            Compares two instances of System.DateTime and returns an integer that indicates
            whether the first instance is earlier than, the same as, or later than the
            second instance.
            </summary>
            <param name="t1">The first <see cref="T:System.DateTime"/>.</param>
            <param name="t2">The second <see cref="T:System.DateTime"/>.</param>
            <returns>
            A signed number indicating the relative values of t1 and t2.
            Less than zero: t1 is earlier than t2.
            Zero: t1 is the same as t2.
            Greater than zero: t1 is later than t2.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.EnsureDatesCanBeCompared(System.DateTime[])">
            <summary>
            Ensures that dates can be compared.
            </summary>
            <param name="dates">The collection of dates.</param>
            <exception cref="T:System.InvalidOperationException">Exception is thrown if dates are not equal to <see cref="F:System.DateTime.MinValue"/> or <see cref="F:System.DateTime.MaxValue"/> and dates have different kinds.</exception>
        </member>
        <member name="M:Sitecore.DateUtil.CompareDatesIgnoringSeconds(System.DateTime,System.DateTime)">
            <summary>
            Compares two instances of System.DateTime and returns an integer that indicates
            whether the first instance is earlier than, the same as, or later than the
            second instance. Seconds of System.DateTime instances are ignored during the comparison.
            </summary>
            <param name="t1">The first System.DateTime.</param>
            <param name="t2">The second System.DateTime.</param>
            <returns>
            A signed number indicating the relative values of t1 and t2.
            Less than zero: t1 is earlier than t2.
            Zero: t1 is the same as t2.
            Greater than zero: t1 is later than t2.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.DateTimeToMilitary(System.DateTime)">
            <summary>
            Converts a DateTime class to an military formatted date/time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <returns>
            The military formatted date/time equivalent of the DateTime class.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an military date.
            <code>
            return DateUtil.DateTimeToMilitary(DateTime.UtcNow);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.FormatDateTime(System.DateTime,System.String,System.Globalization.CultureInfo)">
            <summary>
            Formats the date time.
            </summary>
            <param name="dateTime">
            The date time.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="culture">
            The culture.
            </param>
            <returns>
            The formatted date time string.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatIsoDate(System.String)">
            <summary>
            Formats an ISO formatted date/time string to long date/time string.
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <returns>
            The date/time in equivalent culture dependant long format.
            </returns>
            <remarks>If the time part is omitted from the input parameter,
            only the date part is formatted.
            <para>The date/time string is formatted as "yyyyMMddTHHmmss".</para>
            </remarks>
            <example>
            The following example returns Now formatted as a long ISO date.
            <code>
            string isoNow = DateUtil.IsoNow;
            return DateUtil.FormatIsoDate(isoNow);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.FormatIsoDate(System.String,System.String)">
            <summary>
            Formats an ISO formatted date/time string using a specified format.
            </summary>
            <param name="isoDate">A ISO formatted date/time string.</param>
            <param name="format">The target format.</param>
            <returns>
            The formatted date/time. If the date/time string is not valied, blank is returned.
            </returns>
            <remarks>The format is specified using .NET formatting codes. See
            <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemglobalizationdatetimeformatinfoclasstopic.asp">here</a>
            for more information.
            <para>The date/time string is formatted as "yyyyMMddTHHmmss".</para>
            </remarks>
            <example>
            The following example returns UtcNow formatted as a short date pattern.
            <code>
            string isoNow = DateUtil.DateTimeToIsoDate(DateTime.UtcNow);
            return DateUtil.FormatIsoDate(isoNow, "d");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.FormatLongDateTime(System.DateTime)">
            <summary>
            Formats a date in a long format.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatLongDateTime(System.DateTime,System.Globalization.CultureInfo)">
            <summary>
            Formats a date in a long format.
            </summary>
            <param name="dateTime">The date time.</param>
            <param name="culture">The culture.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatLongTime(System.TimeSpan)">
            <summary>
            Formats a time span to a string showing hours, minutes and seconds.
            </summary>
            <param name="time">The time.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatShortDateTime(System.DateTime)">
            <summary>
            Formats a date in a short format.
            </summary>
            <param name="dateTime">The date time.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatShortDateTime(System.DateTime,System.Globalization.CultureInfo)">
            <summary>
            Formats a date in a short format.
            </summary>
            <param name="dateTime">The date time.</param>
            <param name="culture">The culture.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatShortTime(System.TimeSpan)">
            <summary>
            Formats a time span to a string showing hours and minutes.
            </summary>
            <param name="time">The time.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.FormatTime(System.TimeSpan,System.String,System.Globalization.CultureInfo)">
            <summary>
            Formats the time.
            </summary>
            <param name="time">The time.</param>
            <param name="format">The format.</param>
            <param name="culture">The culture.</param>
            <returns>The time.</returns>
        </member>
        <member name="M:Sitecore.DateUtil.GetShortIsoDateTime(System.DateTime)">
            <summary>
            Gets the short iso date time.
            </summary>
            <param name="date">The date.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.GetShortIsoDateTime(System.String)">
            <summary>
            Gets the short iso date time.
            </summary>
            <param name="isoDateTime">The iso date time.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.GetTimeSpanFromMilliseconds(System.Double)">
            <summary>
            Gets a time span from milliseconds.
            </summary>
            <param name="milliseconds">The milliseconds.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.IsIsoDate(System.String)">
            <summary>
            Determines if a string is an Iso date.
            </summary>
            <param name="value">The value.</param>
            <returns>
            <c>true</c> if the specified value is an Iso date; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.IsIsoDateUtc(System.String)">
            <summary>
            Determines if a string is an ISO date, expressed as UTC.
            </summary>
            <param name="value">The value.</param>
            <returns>
            <c>true</c> if the specified value is an ISO date, expressed as UTC; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.IsIsoTimeUtc(System.String)">
            <summary>
            Determines if a string is an ISO time, expressed as UTC.
            </summary>
            <param name="value">The value.</param>
            <returns>
            <c>true</c> if the specified value is an ISO time, expressed as UTC; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.IsIsoTimeUtc(System.String,System.Globalization.CultureInfo)">
            <summary>
            Determines if a string is an ISO time, expressed as UTC.
            </summary>
            <param name="value">The value.</param>
            <param name="culture">The culture.</param>
            <returns>
              <c>true</c> if the specified value is an ISO time, expressed as UTC; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.IsoDateToDateTime(System.String)">
            <summary>
            Converts an ISO formatted date/time string to a DateTime class.
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <returns>
            The DateTime class equivalent of the date/time string.
            If the date/time is not valid, DateTime.MinValue is returned.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example converts an ISO formatted date/time string to a DateTime class.
            <code>
            string isoNow = DateUtil.IsoNow;
            DateTime now = DateUtil.IsoDateToDateTime(isoNow);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.IsoDateToDateTime(System.String,System.DateTime)">
            <summary>
            Converts an ISO formatted date/time string to a DateTime class.
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <param name="defaultValue">Default value to use if <paramref name="isoDate"/>
            can not be converted to a date/time.</param>
            <returns>
            The <see cref="T:System.DateTime"/> class equivalent of the date/time string.
            If the date/time is not valid, <see cref="T:System.DateTime"/>.MinValue is returned.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example converts an ISO formatted date/time string to a <see cref="T:System.DateTime"/> class.
            <code>
            string isoNow = DateUtil.IsoNow;
            DateTime now = DateUtil.IsoDateToDateTime(isoNow, DateTime.MinValue);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.IsoDateToDateTime(System.String,System.DateTime,System.Boolean)">
            <summary>
            Converts an ISO formatted date/time string to a DateTime class.
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <param name="defaultValue">Default value to use if <paramref name="isoDate"/>
            can not be converted to a date/time.</param>
            <param name="treatLegacyDatesAsUtc">Boolean value that specifies whether or not legacy dates should be treated as UTC dates.</param>
            <returns>
            The <see cref="T:System.DateTime"/> class equivalent of the date/time string.
            If the date/time is not valid, <see cref="T:System.DateTime"/>.MinValue is returned.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example converts an ISO formatted date/time string to a <see cref="T:System.DateTime"/> class.
            <code>
            string isoNow = DateUtil.IsoNow;
            DateTime now = DateUtil.IsoDateToDateTime(isoNow, DateTime.MinValue, false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.IsoDateToServerTimeIsoDate(System.String)">
            <summary>
            Converts an ISO formatted date/time string to ISO formatted date/time string in server time.
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <returns>
            ISO formatted date/time string in server time.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.IsoDateToUtcIsoDate(System.String)">
            <summary>
            Converts an ISO formatted date/time string to ISO formatted date/time string in UTC.
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <returns>
            ISO formatted date/time string in UTC.
            </returns>
        </member>
        <member name="M:Sitecore.DateUtil.Max(System.DateTime,System.DateTime)">
            <summary>
            Gets the largest of the specified date/times.
            </summary>
            <param name="dateTime1">The date time1.</param>
            <param name="dateTime2">The date time2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Max(System.DateTime[])">
            <summary>
            Gets the largest of the specified date/times.
            </summary>
            <param name="dateTimes">The date times.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Max(System.TimeSpan,System.TimeSpan)">
            <summary>
            Gets the largest of the specified time spans.
            </summary>
            <param name="time1">The time1.</param>
            <param name="time2">The time2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Max(System.TimeSpan[])">
            <summary>
            Gets the largest of the specified time spans.
            </summary>
            <param name="times">The times.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Min(System.DateTime,System.DateTime)">
            <summary>
            Gets the smallest of the specified date/times.
            </summary>
            <param name="dateTime1">The date time1.</param>
            <param name="dateTime2">The date time2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Min(System.DateTime[])">
            <summary>
            Gets the smallest of the specified date/times.
            </summary>
            <param name="dateTimes">The date times.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Min(System.TimeSpan,System.TimeSpan)">
            <summary>
            Gets the smallest of the specified time spans.
            </summary>
            <param name="time1">The time1.</param>
            <param name="time2">The time2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.Min(System.TimeSpan[])">
            <summary>
            Gets the smallest of the specified time spans.
            </summary>
            <param name="times">The times.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.ParseDateTime(System.String,System.DateTime)">
            <summary>
            Parses a string into a DateTime structure.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.ParseDateTime(System.String,System.DateTime,System.Globalization.CultureInfo)">
            <summary>
            Parses a string into a DateTime structure.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <param name="info">The info.</param>
            <returns>Parsed DateTime structure.</returns>
        </member>
        <member name="M:Sitecore.DateUtil.ParseTimeSpan(System.String)">
            <summary>
            Parses a time string representing a time span.
            </summary>
            <param name="time">The time in the format "00:00:00" or "00:00:00:00".</param>
            <returns>
            A TimeSpan class representing the time string.
            </returns>
            <remarks>Format must be 00:00:00 representing hours, minutes
            and seconds. A fourth optional part may be added, representing
            milliseconds (ie. 00:00:00:00)</remarks>
            <example>
            The following example returns the TimeSpan equivalent of the time string.
            <code>
            string timeString = "13:45:00";
            TimeSpan timeSpan = DateUtil.ParseTimeSpan(timeString);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ParseTimeSpan(System.String,System.TimeSpan)">
            <summary>
            Parses a time string representing a time span using <see cref="P:Sitecore.Context.Culture"/>.
            </summary>
            <param name="time">The time in the format "00:00:00" or "00:00:00:00".</param>
            <param name="defaultValue">Default value to return if <paramref name="time"/> can not be parsed.</param>
            <returns>
            A TimeSpan class representing the time string.
            </returns>
            <remarks>Format must be 00:00:00 representing hours, minutes
            and seconds. A fourth optional part may be added, representing
            milliseconds (ie. 00:00:00:00)</remarks>
            <example>
            The following example returns the TimeSpan equivalent of the time string.
            <code>
            string timeString = "13:45:00";
            TimeSpan timeSpan = DateUtil.ParseTimeSpan(timeString);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ParseTimeSpan(System.String,System.TimeSpan,System.Globalization.CultureInfo)">
            <summary>
            Parses a time string representing a time span.
            </summary>
            <param name="time">The time in the format "00:00:00" or "00:00:00:00".</param>
            <param name="defaultValue">Default value to return if <paramref name="time"/> can not be parsed.</param>
            <param name="cultureInfo">The culture info.</param>
            <returns>
            A TimeSpan class representing the Itime string.
            </returns>
            <remarks>Format must be 00:00:00 representing hours, minutes
            and seconds. A fourth optional part may be added, representing
            milliseconds (ie. 00:00:00:00)</remarks>
            <example>
            The following example returns the TimeSpan eqivalent of the time string.
            <code>
            string timeString = "13:45:00";
            TimeSpan timeSpan = DateUtil.ParseTimeSpan(timeString);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.TimeSpanToIsoTime(System.TimeSpan)">
            <summary>
            Converts a TimeSpan into a Iso date string.
            </summary>
            <param name="interval">The interval.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.ToIsoDate(System.DateTime)">
            <summary>
            Converts a DateTime class to an ISO formatted date/time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <returns>
            The ISO formatted date/time equivalent of the DateTime class.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an ISO date.
            <code>
            return DateUtil.ToIsoDate(DateTime.UtcNow);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ToIsoDate(System.DateTime,System.Boolean)">
            <summary>
            Converts a DateTime class to an ISO formatted date/time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <param name="includeTicks">if set to <c>true</c>, ticks are included.</param>
            <returns>
            The ISO formatted date/time equivalent of the DateTime class.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an ISO date.
            <code>
            return DateUtil.ToIsoDate(DateTime.UtcNow, false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ToIsoDate(System.DateTime,System.Boolean,System.Boolean)">
            <summary>
            Converts a DateTime class to an ISO formatted date/time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <param name="includeTicks">if set to <c>true</c>, ticks are included.</param>
            <param name="convertToUTC">if set to <c>true</c>, date is converted to UTC.</param>
            <remarks><paramref name="convertToUTC"/> does not override date time, having UTC kind. i.e.: <paramref name="convertToUTC"/> parameter does not have any effect, when passing UTC date as <paramref name="datetime"/> parameter.</remarks>
            <returns>
            The ISO formatted date/time equivalent of the DateTime class.
            </returns>
            <remarks>The date/time string is formatted as "yyyyMMddTHHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an ISO date.
            <code>
            return DateUtil.ToIsoDate(DateTime.UtcNow, false, false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ToIsoTime(System.DateTime)">
            <summary>
            Converts a DateTime class to an ISO formatted time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <returns>
            The ISO formatted time equivalent of the DateTime class.
            </returns>
            <remarks>The time string is formatted as "HHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an ISO time.
            <code>
            return DateUtil.ToIsoTime(DateTime.UtcNow);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ToIsoTime(System.DateTime,System.Boolean)">
            <summary>
            Converts a DateTime class to an ISO formatted time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <param name="includeTicks">if set to <c>true</c>, ticks are included.</param>
            <returns>
            The ISO formatted time equivalent of the DateTime class.
            </returns>
            <remarks>The time string is formatted as "HHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an ISO time.
            <code>
            return DateUtil.ToIsoTime(DateTime.UtcNow, false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ToIsoTime(System.DateTime,System.Boolean,System.Boolean)">
            <summary>
            Converts a DateTime class to an ISO formatted time string.
            </summary>
            <param name="datetime">A DateTime class to be formatted.</param>
            <param name="includeTicks">if set to <c>true</c>, ticks are included.</param>
            <param name="convertToUTC">if set to <c>true</c>, date is converted to UTC.</param>
            <returns>
            The ISO formatted time equivalent of the DateTime class.
            </returns>
            <remarks>The time string is formatted as "HHmmss".</remarks>
            <example>
            The following example returns UtcNow formatted as an ISO time.
            <code>
            return DateUtil.ToIsoTime(DateTime.UtcNow, false, false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.ToServerTime(System.DateTime)">
            <summary>
            Converts date and time to the server time.
            </summary>
            <param name="timeToConvert">The date and time to convert.</param>
            <returns>The server time.</returns>
        </member>
        <member name="M:Sitecore.DateUtil.ToUniversalTime(System.DateTime)">
            <summary>
            Converts server time to universal time.
            </summary>
            <param name="serverTime">The server time.</param>
            <returns>The universal time.</returns>
        </member>
        <member name="M:Sitecore.DateUtil.ParseTimeSpan(System.String,System.Globalization.CultureInfo)">
            <summary>
            Parses a time string representing a time span.
            </summary>
            <param name="time">The time in the format "00:00:00" or "00:00:00:00".</param>
            <param name="cultureInfo">The culture info.</param>
            <returns>
            A TimeSpan? class representing the Itime string.
            </returns>
            <remarks>Format must be 00:00:00 representing hours, minutes
            and seconds. A fourth optional part may be added, representing
            milliseconds (ie. 00:00:00:00)</remarks>
            <example>
            The following example returns the TimeSpan eqivalent of the time string.
            <code>
            string timeString = "13:45:00";
            TimeSpan timeSpan = DateUtil.ParseTimeSpan(timeString);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.DateUtil.FormatDateTime(System.DateTime,System.String)">
            <summary>
            Formats the date time.
            </summary>
            <param name="dateTime">The date time.</param>
            <param name="format">The format.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DateUtil.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="M:Sitecore.DateUtil.GetIsoDateParts(System.String,System.Boolean,System.Boolean@)">
            <summary>
            Gets the parts of an ISO formatted date/time string (Year, Month, Day, Hour, Minute, Second).
            </summary>
            <param name="isoDate">An ISO formatted date/time string.</param>
            <param name="treatLegacyDatesAsUtc">Boolean value that specifies whether or not legacy dates should be treated as UTC dates.</param>
            <param name="isUtc">if set to <c>true</c> date is a UTC date.</param>
            <returns>
            An integer array containing the parts of the date. If the date/time is not valid, null is returned.
            </returns>
            <example>
            The following example returns the month of an ISO date/time.
              <code>
            string isoNow = DateUtil.IsoNow;
            int[] parts = DateUtil.GetIsoDateParts(isoNow);
            return parts[1]; // month
              </code>
              </example>
            <remarks>
            The integer array contains the following parts:
            <list type="number">
            <item><description>Year</description></item>
            <item><description>Month</description></item>
            <item><description>Day</description></item>
            <item><description>Hour</description></item>
            <item><description>Minute</description></item>
            <item><description>Second</description></item>
            </list>
            The time part can be omitted.
            <para>The date/time string is formatted as "yyyyMMddTHHmmss".</para>
            </remarks>
        </member>
        <member name="T:Sitecore.DaysOfWeek">
            ========================================================================
             <summary>Specifies a days of week enumeration.</summary>
            ========================================================================
        </member>
        <member name="F:Sitecore.DaysOfWeek.None">
            <summary>No date.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Sunday">
            <summary>Sunday.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Monday">
            <summary>Monday.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Tuesday">
            <summary>Tuesdaý.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Wednesday">
            <summary>Wednesday.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Thursday">
            <summary>Thursday.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Friday">
            <summary>Friday.</summary>
        </member>
        <member name="F:Sitecore.DaysOfWeek.Saturday">
            <summary>Saturday.</summary>
        </member>
        <member name="T:Sitecore.DefaultClient">
            <summary>The default client.</summary>
        </member>
        <member name="P:Sitecore.DefaultClient.AjaxScriptManager">
            <summary>
            Gets the current ajax script manager, asserts its presence.
            </summary>
            <value>The ajax script manager.</value>
        </member>
        <member name="P:Sitecore.DefaultClient.ContentDatabase">
            <summary>
            Gets the content database.
            </summary>
            <value>The content database.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.ContentDatabase is null.</exception>
        </member>
        <member name="P:Sitecore.DefaultClient.CoreDatabase">
            <summary>
            Gets the core database.
            </summary>
            <value>The core database.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.CoreDatabase is null.</exception>
        </member>
        <member name="P:Sitecore.DefaultClient.Device">
            <summary>
            Gets the device.
            </summary>
            <value>The device.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Device is null.</exception>
        </member>
        <member name="P:Sitecore.DefaultClient.Page">
            <summary>
            Gets the page.
            </summary>
            <value>The page.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Page is null.</exception>
        </member>
        <member name="P:Sitecore.DefaultClient.Site">
            <summary>
            Gets the site.
            </summary>
            <value>The site.</value>
            <exception cref="T:System.InvalidOperationException">The Sitecore.Client.Site is null.</exception>
        </member>
        <member name="M:Sitecore.DefaultClient.GetDatabaseNotNull(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>The database.</returns>
            <exception cref="T:Sitecore.Exceptions.DatabaseNullException"><c>DatabaseNullException</c>.</exception>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(System.String)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The item not null.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException">Item is null.</exception>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(Sitecore.Data.ID)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The item not null.</returns>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns>The item.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException">Item not found.</exception>
        </member>
        <member name="M:Sitecore.DefaultClient.GetItemNotNull(Sitecore.Data.ItemUri)">
            <summary>
            Gets the item ensuring that it is not null.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The item.</returns>
            <exception cref="T:Sitecore.Exceptions.ItemNullException"><c>ItemNullException</c>.</exception>
        </member>
        <member name="T:Sitecore.DependencyInjection.AllowDependencyInjectionAttribute">
            <summary>
              The allow dependency injection attribute.
              <para>Enables dependency injection for Forms and User Controls.</para>
              <para>NOTE: The limitation of ASP.NET is Form (or User Control) must have default (parameterless) constructor.</para>
              <example>
                <para class="sourcecode">
                  [Sitecore.DependencyInjection.AllowDependecyInjection]
                   <para>public partial class Default : System.Web.UI.Page </para>
             
                  {
              <para>protected Default() // important</para>
                       {
                       }
              <para>public Default(IMyService myService, MyServiceBase serviveBase)</para>
                    <para>{...}</para>
                 }
                </para>
              </example>
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.AutowiredPageHandlerFactory">
            <summary>The injection page handler factory.</summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.OriginFactory">
            <summary>The origin factory.</summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.ServiceProvider">
            <summary>
            Gets the service provider.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.AutowiredPageHandlerFactory"/> class.</summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.#ctor(System.Web.IHttpHandlerFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.AutowiredPageHandlerFactory"/> class.
            </summary>
            <param name="originFactory">The origin factory.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)">
            <summary>
            Returns an instance of a class that implements the <see cref="T:System.Web.IHttpHandler"/> interface.
            </summary>
            <returns>
            A new <see cref="T:System.Web.IHttpHandler"/> object that processes the request.
            </returns>
            <param name="context">An instance of the <see cref="T:System.Web.HttpContext"/> class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param><param name="requestType">The HTTP data transfer method (GET or POST) that the client uses. </param><param name="url">The <see cref="P:System.Web.HttpRequest.RawUrl"/> of the requested resource. </param><param name="pathTranslated">The <see cref="P:System.Web.HttpRequest.PhysicalApplicationPath"/> to the requested resource. </param>
        </member>
        <member name="M:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)">
            <summary>
            Enables a factory to reuse an existing handler instance.
            </summary>
            <param name="handler">The <see cref="T:System.Web.IHttpHandler"/> object to reuse. </param>
        </member>
        <member name="M:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.InitializeChildControls(System.Web.UI.Control)">
            <summary>Initializes child controls.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.InitializeInstance(System.Object)">
            <summary>Initializes instance by calling dependency constructor.</summary>
            <param name="targetObject">The target object.</param>
        </member>
        <member name="T:Sitecore.DependencyInjection.AutowiredPageHandlerFactory.PageHandlerFactoryWrapper">
            <summary>The page handler factory wrapper.</summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.BaseServiceProviderBuilder">
            <summary>
            The service provider configurator interface.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.BaseServiceProviderBuilder.Build">
            <summary>
            The configure.
            </summary>
            <returns>The <see cref="T:System.IServiceProvider"/>.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.BaseServiceProviderBuilder.GetServicesConfigurators">
            <summary>
            Gets services configurators.
            </summary>
            <returns>
            The collection of configurators.
            </returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.BaseServiceProviderBuilder.ConfigureServiceCollection">
            <summary>
            Configures service collection.
            </summary>
            <returns>
            The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/>.
            </returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.BaseServiceProviderBuilder.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            Build service provider form a collection.
            </summary>
            <param name="serviceCollection">The service collection.</param>
            <returns>The <see cref="T:System.IServiceProvider"/>.</returns>
        </member>
        <member name="T:Sitecore.DependencyInjection.BaseServicesConfiguratorFactory">
            <summary>
            The base services configurator factory.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.BaseServicesConfiguratorFactory.Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            The configure.
            </summary>
            <param name="serviceCollection">
            The service collection.
            </param>
        </member>
        <member name="M:Sitecore.DependencyInjection.BaseServicesConfiguratorFactory.GetServicesConfigurators">
            <summary>
            Gets services configurators.
            </summary>
            <returns>
            The collection of configurators.
            </returns>
        </member>
        <member name="T:Sitecore.DependencyInjection.ConfiguratorsConfigurator">
            <summary>
            The configurators configurator.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.ConfiguratorsConfigurator.configuration">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ConfiguratorsConfigurator.#ctor(System.Xml.XmlDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.ConfiguratorsConfigurator"/> class.
            </summary>
            <param name="configuration">The configuration.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.ConfiguratorsConfigurator.GetServicesConfigurators">
            <summary>
            Gets services configurators.
            </summary>
            <returns>
            The collection of configurators.
            </returns>
        </member>
        <member name="T:Sitecore.DependencyInjection.DefaultBaseServiceProviderBuilder">
            <summary>
            The service provider configurator.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.DefaultBaseServiceProviderBuilder.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            Build service provider form a collection.
            </summary>
            <param name="serviceCollection">The service collection.</param>
            <returns>The <see cref="T:System.IServiceProvider"/>.</returns>
        </member>
        <member name="T:Sitecore.DependencyInjection.DefaultServiceProviderBuilder">
            <summary>
            The default service provider builder.
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.DefaultSitecoreServicesConfigurator">
            <summary>
            The default sitecore services configurator.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.DefaultSitecoreServicesConfigurator.DefaultServices">
            <summary>The default services.</summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.DefaultSitecoreServicesConfigurator.ProviderHelpers">
            <summary>
            The provider helpers.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.DefaultSitecoreServicesConfigurator.Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            Configures service collection.
            </summary>
            <param name="serviceCollection">
            The service collection.
            </param>
        </member>
        <member name="T:Sitecore.DependencyInjection.DetailedConfigurationInfo">
            <summary>
            The detailed configuration info.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.DetailedConfigurationInfo.Source">
            <summary>
            The source.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.DetailedConfigurationInfo.Operation">
            <summary>
            The operation.
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.FinalConfigurationInfo">
            <summary>
            The final configuration info.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.FinalConfigurationInfo.ServiceType">
            <summary>
            The service type.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.FinalConfigurationInfo.ServiceImplementation">
            <summary>
            The service implementation.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.FinalConfigurationInfo.Lifetime">
            <summary>
            The lifetime.
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.IServicesConfigurator">
            <summary>
            The ServicesFactory interface.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.IServicesConfigurator.Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            Configures service collection.
            </summary>
            <param name="serviceCollection">
            The service collection.
            </param>
        </member>
        <member name="T:Sitecore.DependencyInjection.ISitecoreServiceLocatorScope">
            <summary>
            The SitecoreServiceLocatorScope interface.
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.LazyResetable`1">
            <summary>
              <see cref="T:System.Lazy`1" /> with resettable value (<see cref="M:Sitecore.DependencyInjection.LazyResetable`1.Reset"/>).
              <para>Provides an exclusive locking for <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.ValueFactory"/> processing for given <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.factoryMethodLockAcquireTimeoutMs"/>.</para>
              <para>Should a thread wait for more than specified timeout, it will call the <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.ValueFactory"/> directly.</para>
            </summary>
            <typeparam name="T">Generic type to by carried by the instance.</typeparam>
        </member>
        <member name="F:Sitecore.DependencyInjection.LazyResetable`1.InstanceLock">
            <summary>
              The instanceLock to power thread-safety.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.LazyResetable`1.ValueFactory">
            <summary>
              The value factory used to compute <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.value" />.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.LazyResetable`1.factoryMethodLockAcquireTimeoutMs">
            <summary>
            The timeout for a value to be calculated by factory.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.LazyResetable`1.lockAquireDurationExceeded">
            <summary>
            A flag raised if <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.ValueFactory"/> could not produce value at once during <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.factoryMethodLockAcquireTimeoutMs"/>.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.LazyResetable`1.value">
            <summary>
              The current value held by the <see cref="T:Sitecore.DependencyInjection.LazyResetable`1" />.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.LazyResetable`1.valueComputed">
            <summary>
              Shows if a value was computed.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.LazyResetable`1.#ctor(System.Func{`0})">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.LazyResetable`1" /> class.
            </summary>
            <param name="valueFactory">The value factory.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.LazyResetable`1.#ctor(System.Func{`0},System.TimeSpan)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.LazyResetable`1" /> class.
            </summary>
            <param name="valueFactory">The value factory.</param>
            <param name="factoryMethodLockAcquireTimeout">Timeout for other threads to wait for a <paramref name="valueFactory"/> to produce result.</param>
        </member>
        <member name="E:Sitecore.DependencyInjection.LazyResetable`1.ResetAction">
            <summary>
              Occurs when <see cref="P:Sitecore.DependencyInjection.LazyResetable`1.Value" /> is reset.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.LazyResetable`1.CarriedType">
            <summary>
              Gets the generic type carried.
            </summary>
            <value>
              The type of the value this instance carries.
            </value>
        </member>
        <member name="P:Sitecore.DependencyInjection.LazyResetable`1.IsValueCreated">
            <summary>
              Gets a value indicating whether this instance already computed <see cref="P:Sitecore.DependencyInjection.LazyResetable`1.Value" />.
            </summary>
            <value>
              <c>true</c> if a value has been created for this <see cref="T:Sitecore.DependencyInjection.LazyResetable`1" />; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.DependencyInjection.LazyResetable`1.Value">
            <summary>
              Gets the value stored inside <see cref="T:Sitecore.DependencyInjection.LazyResetable`1" />.
              <para>
                Will compute the value (via <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.ValueFactory" /> provided in constructor) in case value was not produced
                yet.
              </para>
              <para>Will initiate subscription in case one provided.</para>
            </summary>
            <value>
              The value.
            </value>
        </member>
        <member name="M:Sitecore.DependencyInjection.LazyResetable`1.op_Explicit(Sitecore.DependencyInjection.LazyResetable{`0})~`0">
            <summary>
              Performs an explicit conversion from <see cref="T:Sitecore.DependencyInjection.LazyResetable`1" /> to underlying type inside.
            </summary>
            <param name="instance">The instance.</param>
            <returns>
              The result of the conversion.
            </returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.LazyResetable`1.Reset">
            <summary>
              Resets the computed value, and raises <see cref="E:Sitecore.DependencyInjection.LazyResetable`1.ResetAction" /> event.
              <para>The next call to <see cref="P:Sitecore.DependencyInjection.LazyResetable`1.Value" /> will cause <see cref="F:Sitecore.DependencyInjection.LazyResetable`1.ValueFactory" /> to produce new value.</para>
              <para>Disposes old value in case it implements <see cref="T:System.IDisposable" />.</para>
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.LazyResetable`1.ToString">
            <summary>
              Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
              A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.LazyResetable`1.OnReset">
            <summary>
              Called when <see cref="P:Sitecore.DependencyInjection.LazyResetable`1.Value" /> is reset.
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.SerializationServicesConfigurator">
            <summary>
            Provides collection of serialization related services
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.SerializationServicesConfigurator.SerializationServices">
            <summary>Serialization related services.</summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.ServiceLocator">
            <summary>The service locator.</summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.ServiceLocator.IsReadonly">
            <summary>
            The is initialized.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.ServiceLocator.ReaderWriterLockSlim">
            <summary>
            The sync object.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.ServiceLocator.serviceProvider">
            <summary>
            The service provider.
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.ServiceLocator.IsConfigured">
            <summary>
            Gets a value indicating whether is configured.
            </summary>
            <value>
            The is configured.
            </value>
        </member>
        <member name="P:Sitecore.DependencyInjection.ServiceLocator.ServiceProvider">
            <summary>
            Gets the service provider.
            </summary>
            <value>
            The service provider.
            </value>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServiceLocator.SetServiceProvider(System.IServiceProvider)">
            <summary>The set service provider.</summary>
            <param name="serviceProvider">The service provider.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServiceLocator.MakeReadonly">
            <summary>
            The finalize.
            </summary>
        </member>
        <member name="E:Sitecore.DependencyInjection.ServiceLocator.OnReset">
            <summary>
            Occurs when service provider is reset.
            <para>Dependencies resolved by <see cref="M:Sitecore.DependencyInjection.ServiceLocator.GetRequiredResetableService``1"/> API will be refreshed by event.</para>
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServiceLocator.GetRequiredResetableService``1">
            <summary>
            Gets the required service with <see cref="T:System.Lazy`1"/> initialization, and ensures the value is recomputed upon <see cref="E:Sitecore.DependencyInjection.ServiceLocator.OnReset"/>;
            <para>Allows to avoid trips to service provider for singleton-scoped objects.</para>
            <para>Ability to react <see cref="E:Sitecore.DependencyInjection.ServiceLocator.OnReset"/> event useful for integration tests in legacy code where static code was originally used.</para>
            </summary>
            <typeparam name="T"></typeparam>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServiceLocator.Reset">
            <summary>
            Unsets <see cref="F:Sitecore.DependencyInjection.ServiceLocator.serviceProvider"/>, and calls <see cref="E:Sitecore.DependencyInjection.ServiceLocator.OnReset"/> subscribers one by one in try-catch block.
            <para>Resets <see cref="T:Sitecore.DependencyInjection.LazyResetable`1"/> values resolved via <see cref="M:Sitecore.DependencyInjection.ServiceLocator.GetRequiredResetableService``1"/> API.</para>
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServiceLocator.DoReset">
            <summary>
            Executes the reset event. Unsets service provider, and calls <see cref="E:Sitecore.DependencyInjection.ServiceLocator.OnReset"/> subscribers one by one in try-catch block.
            <para>Resets values for services resolved via <see cref="M:Sitecore.DependencyInjection.ServiceLocator.GetRequiredResetableService``1"/> API.</para>
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServiceLocator.ConfigureServiceProvider">
            <summary>
            The configure service provider.
            </summary>
            <returns>
            The <see cref="T:System.IServiceProvider"/>.
            </returns>
        </member>
        <member name="T:Sitecore.DependencyInjection.ServicesConfigurationDetails">
            <summary>
            The services configuration details.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.ServicesConfigurationDetails.configurator">
            <summary>
            The configurator.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.#ctor(Sitecore.DependencyInjection.BaseServiceProviderBuilder)">
            <summary>
            Initializes a new instance of the ServicesConfigurationDetails class.
            </summary>
            <param name="configurator">
            The configurator.
            </param>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.GetDetailedConfiguration(System.Collections.Generic.IEnumerable{Sitecore.DependencyInjection.IServicesConfigurator},Microsoft.Extensions.DependencyInjection.ServiceCollection)">
            <summary>
            Gets detailed configuration.
            </summary>
            <param name="configurators">The configurators.</param>
            <param name="collection">The collection.</param>
            <returns>The list of configurators details.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.GeDetailedConfigurationChanges(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)">
            <summary>Gets the detailed configuration changes.</summary>
            <param name="previousState">The previous state.</param>
            <param name="currentState">The current state.</param>
            <param name="sourceName">The source name.</param>
            <returns>The list of <see cref="T:Sitecore.DependencyInjection.DetailedConfigurationInfo"/>.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.CopyState(Microsoft.Extensions.DependencyInjection.ServiceCollection)">
            <summary>
            The copy state.
            </summary>
            <param name="collection">The collection.</param>
            <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.ServiceCollection"/>.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.GetImplementation(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)">
            <summary>Gets and implementation from the service descriptor.</summary>
            <param name="serviceDescriptor">The service descriptor.</param>
            <returns>The service implementation details.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.FormatType(System.Type)">
            <summary>Formats type to "FullName, Assembly" representation.</summary>
            <param name="serviceType">The service type.</param>
            <returns>The string representation of the type.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.GetFinalConfigurationList">
            <summary>
            Gets final configuration list.
            </summary>
            <returns>The list of <see cref="T:Sitecore.DependencyInjection.FinalConfigurationInfo"/>.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurationDetails.GetDetailedConfigurationList">
            <summary>
            Gets detailed configuration list.
            </summary>
            <returns>The list of <see cref="T:Sitecore.DependencyInjection.DetailedConfigurationInfo"/>.</returns>
        </member>
        <member name="T:Sitecore.DependencyInjection.ServicesConfigurator">
            <summary>
            The service configurator.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.ServicesConfigurator.configuration">
            <summary>
            The configuration.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurator.#ctor(System.Xml.XmlDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.ServicesConfigurator"/> class.
            </summary>
            <param name="configuration">The configuration.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesConfigurator.Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            Configures service collection.
            </summary>
            <param name="serviceCollection">
            The service collection.
            </param>
        </member>
        <member name="T:Sitecore.DependencyInjection.ServicesScopeConfigurator">
            <summary>
            The services scope configurator.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.ServicesScopeConfigurator.Configure(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
            <summary>
            Adds Scoping service to the service collection.
            </summary>
            <param name="serviceCollection">
            The service collection.
            </param>
        </member>
        <member name="T:Sitecore.DependencyInjection.SitecorePerRequestScopeModule">
            <summary>
            The per request service scope provider.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.ScopeKey">
            <summary>
            The scope key.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.ServiceProvider">
            <summary>
            The service provider.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.SitecorePerRequestScopeModule"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.#ctor(System.IServiceProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.SitecorePerRequestScopeModule"/> class.
            </summary>
            <param name="serviceProvider">The service Provider.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.GetScope(System.IServiceProvider)">
            <summary>
            Gets scope the scope.
            </summary>
            <param name="serviceProvider">The service Provider.</param>
            <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceScope"/>.</returns>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.Init(System.Web.HttpApplication)">
            <summary>Initializes a module and prepares it to handle requests.</summary>
            <param name="context">An <see cref="T:System.Web.HttpApplication" /> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.</param>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.Dispose">
            <summary>Disposes of the resources (other than memory) used by the module that implements <see cref="T:System.Web.IHttpModule" />.</summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.BeginRequest">
            <summary>
            The begin request.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.EndRequest">
            <summary>
            The end request.
            </summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.SitecoreServiceLocatorScope">
            <summary>
            The service locator scope.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.SitecoreServiceLocatorScope.ServiceScope">
            <summary>
            The service scope.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.SitecoreServiceLocatorScope.#ctor(Microsoft.Extensions.DependencyInjection.IServiceScope)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.SitecoreServiceLocatorScope"/> class.
            </summary>
            <param name="serviceScope">The service Scope.</param>
        </member>
        <member name="P:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.SitecoreServiceLocatorScope.ServiceProvider">
            <summary>
            Gets the <see cref="T:System.IServiceProvider" /> used to resolve dependencies from the scope.
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecorePerRequestScopeModule.SitecoreServiceLocatorScope.Dispose">
            <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
        </member>
        <member name="T:Sitecore.DependencyInjection.SitecoreSingletonServiceScope">
            <summary>
            SitecoreSingletonServiceScope class encapsulate the logic to grab service provider.
            </summary>
        </member>
        <member name="F:Sitecore.DependencyInjection.SitecoreSingletonServiceScope.applicationServiceProvider">
            <summary>
            default service provider
            </summary>
        </member>
        <member name="P:Sitecore.DependencyInjection.SitecoreSingletonServiceScope.ServiceProvider">
            <summary>
            Get the service provider in scope
            </summary>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecoreSingletonServiceScope.#ctor(System.IServiceProvider)">
            <summary>
            Constructor of SitecoreSingletonServiceScope
            </summary>
            <param name="applicationServiceProvider"></param>
        </member>
        <member name="M:Sitecore.DependencyInjection.SitecoreSingletonServiceScope.Dispose">
            <summary>
            Dispose class
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.Assert">
            <summary>
            Assertions.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ArgumentCondition(System.Boolean,System.String,System.String)">
            <summary>
            Asserts a condition on an argument.
            </summary>
            <param name="condition">if set to <c>true</c> [condition].</param>
            <param name="argumentName">Name of the argument.</param>
            <param name="message">The message.</param>
            <exception cref="T:System.ArgumentException"><c>ArgumentException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ArgumentNotNull(System.Object,System.String)">
            <summary>
            Asserts that the arguments are not null.
            </summary>
            <param name="argument">The argument.</param>
            <param name="argumentName">Name of the argument.</param>
            <exception cref="T:System.ArgumentNullException">Thrown if the argument is null.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ArgumentNotNull(System.Object,System.Func{System.String})">
            <summary>
            Asserts that the arguments are not null.
            </summary>
            <param name="argument">The argument value.</param>
            <param name="getArgumentName">The delegate used to get the parameter name.</param>
            <exception cref="T:System.ArgumentNullException">Thrown if the argument is null.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ArgumentNotNullOrEmpty(Sitecore.Data.ID,System.String)">
            <summary>
            Asserts that the arguments are not null or empty.
            </summary>
            <param name="argument">The argument.</param>
            <param name="argumentName">Name of the argument.</param>
            <exception cref="T:System.ArgumentException"><c>ArgumentException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ArgumentNotNullOrEmpty(System.String,System.String)">
            <summary>
            Asserts that the arguments are not null or empty.
            </summary>
            <param name="argument">The argument.</param>
            <param name="argumentName">Name of the argument.</param>
            <exception cref="T:System.ArgumentNullException">Null ids are not allowed.</exception>
            <exception cref="T:System.ArgumentException">Empty strings are not allowed.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ArgumentNotNullOrEmpty(System.String,System.Func{System.String})">
            <summary>
            Asserts that the arguments are not null or empty.
            </summary>
            <param name="argument">The argument.</param>
            <param name="getArgumentName">Delegate for getting the argument name.</param>
            <exception cref="T:System.ArgumentNullException">Null ids are not allowed.</exception>
            <exception cref="T:System.ArgumentException">Empty strings are not allowed.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.AreEqual(System.Int32,System.Int32,System.String)">
            <summary>
            Asserts that the arguments are equal.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <param name="message">The message.</param>
            <exception cref="T:Sitecore.Exceptions.InvalidValueException"><c>InvalidValueException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.AreEqual(System.Int32,System.Int32,System.String,System.Object[])">
            <summary>
            Asserts that the arguments are equal.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.AreEqual(System.String,System.String,System.String)">
            <summary>
            Asserts that the arguments are equal.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <param name="message">The message.</param>
            <exception cref="T:Sitecore.Exceptions.InvalidValueException"><c>InvalidValueException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.AreEqual(System.String,System.String,System.String,System.Object[])">
            <summary>
            Asserts that the arguments are equal.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.AreEqual(System.Boolean,System.Boolean,System.String)">
            <summary>
            Asserts that the arguments are equal.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <param name="message">The message.</param>
            <exception cref="T:Sitecore.Exceptions.InvalidValueException"><c>InvalidValueException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.AreEqual(System.Boolean,System.Boolean,System.String,System.Object[])">
            <summary>
            Asserts that the arguments are equal.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.CanRunApplication(System.String)">
            <summary>
            Determines whether this instance [can run application] the specified application.
            </summary>
            <param name="application">The application.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.HasAccess(System.Boolean,System.String)">
            <summary>
            Determines whether the specified access is allowed.
            </summary>
            <param name="accessAllowed">if set to <c>true</c> this access is allowed.</param>
            <param name="message">The message.</param>
            <exception cref="T:Sitecore.Exceptions.AccessDeniedException"><c>AccessDeniedException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.HasAccess(System.Boolean,System.String,System.String)">
            <summary>
            Determines whether the specified access is allowed.
            </summary>
            <param name="accessAllowed">if set to <c>true</c> this access is allowed.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.HasAccess(System.Boolean,System.String,System.String,System.String)">
            <summary>
            Determines whether the specified access is allowed.
            </summary>
            <param name="accessAllowed">if set to <c>true</c> this access is allowed.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
            <param name="arg2">The second argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.HasAccess(System.Boolean,System.String,System.Object[])">
            <summary>
            Determines whether the specified access is allowed.
            </summary>
            <param name="accessAllowed">if set to <c>true</c> this access is allowed.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsEditing(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is in editing mode.
            </summary>
            <param name="item">The item.</param>
            <exception cref="T:Sitecore.Exceptions.EditingNotAllowedException"><c>EditingNotAllowedException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsFalse(System.Boolean,System.String)">
            <summary>
            Asserts that the specified condition is false.
            </summary>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsFalse(System.Boolean,System.Func{System.String})">
            <summary>
            Asserts that the specified condition is false.
            </summary>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsFalse(System.Boolean,System.String,System.Object[])">
            <summary>
            Asserts that the specified condition is false.
            </summary>
            <param name="condition">The condition.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="message">The message.</param>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.String,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="arg1">The arg1.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.String,System.String,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="arg1">The arg1.</param>
            <param name="arg2">The arg2.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.String,System.String,System.String,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="arg1">The arg1.</param>
            <param name="arg2">The arg2.</param>
            <param name="arg3">The arg3.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.String,System.Object[])">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.Type)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="type">The object type.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.Type,System.String,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="type">The type.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.Type,System.String,System.String,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="type">The type.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
            <param name="arg2">The second argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNull(System.Object,System.Type,System.String,System.Object[])">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="type">The type.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNullOrEmpty(System.String,System.String)">
            <summary>
            Asserts that the specified value is not null.
            </summary>
            <param name="value">The value.</param>
            <param name="message">The message.</param>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNullOrEmpty(System.String,System.String,System.String)">
            <summary>
            Asserts that the specified string is not null or empty.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNotNullOrEmpty(System.String,System.String,System.Object[])">
            <summary>
            Asserts that the specified string is not null or empty.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNull(System.Object,System.String)">
            <summary>
            Asserts that the specified value is null.
            </summary>
            <param name="value">The value.</param>
            <param name="message">The message.</param>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsNull(System.Object,System.String,System.Object[])">
            <summary>
            Asserts that the specified value is null.
            </summary>
            <param name="value">The value.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsTrue(System.Boolean,System.String)">
            <summary>
            Determines whether the specified condition is true.
            </summary>
            <param name="condition">if set to <c>true</c> th condition is true.</param>
            <param name="message">The message.</param>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsTrue(System.Boolean,System.String,System.String)">
            <summary>
            Determines whether the specified condition is true.
            </summary>
            <param name="condition">if set to <c>true</c> the condition is true.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsTrue(System.Boolean,System.String,System.String,System.String)">
            <summary>
            Determines whether the specified condition is true.
            </summary>
            <param name="condition">if set to <c>true</c> the condition is true.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
            <param name="arg2">The second argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsTrue(System.Boolean,System.Func{System.String})">
            <summary>
            Determines whether the specified condition is true.
            </summary>
            <param name="condition">if set to <c>true</c> th condition is true.</param>
            <param name="getMessage">The get message delegate.</param>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.IsTrue(System.Boolean,System.String,System.Object[])">
            <summary>
            Determines whether the specified condition is true.
            </summary>
            <param name="condition">if set to <c>true</c> the condition is true.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ReflectionObjectCreated(System.Object,System.String)">
            <summary>
            Asserts that the object is created.
            </summary>
            <param name="obj">The object.</param>
            <param name="typeName">Name of the type.</param>
            <exception cref="T:Sitecore.Exceptions.UnknownTypeException">The type could not be created.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.Required(System.Object,System.String)">
            <summary>
            Throws a <see cref="T:Sitecore.Exceptions.RequiredObjectIsNullException"/> if a specific
            condition is not met.
            </summary>
            <param name="obj">The object.</param>
            <param name="message">The message.</param>
            <exception cref="T:Sitecore.Exceptions.RequiredObjectIsNullException"><c>RequiredObjectIsNullException</c>.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.Required(System.Object,System.String,System.String)">
            <summary>
            Throws a <see cref="T:Sitecore.Exceptions.RequiredObjectIsNullException"/> if a specific
            condition is not met.
            </summary>
            <param name="obj">The object.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.Required(System.Object,System.String,System.Object[])">
            <summary>
            Throws a <see cref="T:Sitecore.Exceptions.RequiredObjectIsNullException"/> if a specific
            condition is not met.
            </summary>
            <param name="obj">The object.</param>
            <param name="format">The format.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ResultNotNull``1(``0,System.String)">
            <summary>
            Results the not null.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="result">The result.</param>
            <returns></returns>
            <param name="message"></param>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ResultNotNull``1(``0,System.String,System.String)">
            <summary>
            Results the not null.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="result">The result.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ResultNotNull``1(``0,System.String,System.String,System.String)">
            <summary>
            Results the not null.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="result">The result.</param>
            <param name="format">The format.</param>
            <param name="arg1">The first argument.</param>
            <param name="arg2">The second argument.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.ResultNotNull``1(``0)">
            <summary>
            Results the not null.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Assert.Format(System.String,System.Object[])">
            <summary>
            Formats a string.
            </summary>
            <param name="pattern">The format pattern.</param>
            <param name="args">The args.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.AuditFormatter">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.AuditFormatter.FormatItem(Sitecore.Data.Items.Item)">
            <summary>
            Formats the item into a text representation with following bits:
            <para>Master:/sitecore/content/home, language: en, version: 1, id: 110D559F-DEA5-42EA-9C1C-8A5DF7E70EF9</para>
            </summary>
            <param name="item">The item to be formatted as text.</param>
            <returns>The item information in text representation;<c>string.Empty</c> if item is <c>null</c>.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.AuditFormatter.FormatField(Sitecore.Data.Fields.Field)">
            <summary>
            Formats the field.
            </summary>
            <param name="field">The field.</param>
            <returns>The field.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.AuditStorage">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.AuditStorage.Provider">
            <summary>
            Gets the active provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.AuditStorage.AddAudit(System.String,System.String,System.String,System.String)">
            <summary>
            Adds auditing information to the audit log.
            </summary>
            <param name="category">The category.</param>
            <param name="action">The action.</param>
            <param name="entityId">The entity id.</param>
            <param name="domainId">The domain id.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.AuditStorageProvider">
            <summary>
            The abstract base class for audit storage providers.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.AuditStorageProvider.AddAudit(System.String,System.String,System.String,System.String)">
            <summary>
            Adds auditing information to the audit log.
            </summary>
            <param name="category">The category.</param>
            <param name="action">The action.</param>
            <param name="entityId">The entity id.</param>
            <param name="domainId">The domain id.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.CallStack">
            <summary>
            Represents the current call stack.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.CallStack.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.CallStack.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.CallStack.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.CallStack.Sequence">
            <summary>
            Gets the sequence.
            </summary>
            <value>The sequence.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.CallStack.Peek">
            <summary>
            Peeks this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.CallStack.Pop">
            <summary>
            Pops this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.CallStack.Push(Sitecore.Diagnostics.ProfileEntry)">
            <summary>
            Pushes the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.ClientLog">
            <summary>
            ClientLog class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.ClientLog.RenderClientLogConfiguration">
            <summary>
            Renders the client log configuration.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.CycleAsserter">
            <summary>
            RecursionLimit class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleAsserter.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.RecursionLimit"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.CycleAsserter.Caller">
            <summary>
            Gets the caller.
            </summary>
            <value>The caller.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.CycleAsserter.Detail">
            <summary>
            Gets the detail (if any).
            </summary>
            <value>The detail.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleAsserter.Add">
            <summary>
            Adds the specified identifier to the current set.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleAsserter.GetCurrent(System.Boolean)">
            <summary>
            Gets the current set.
            </summary>
            <param name="force">if set to <c>true</c> [force].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleAsserter.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.CycleDetector">
            <summary>
            RecursionLimit class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleDetector.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.RecursionLimit"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.CycleDetector.Caller">
            <summary>
            Gets the caller.
            </summary>
            <value>The caller.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.CycleDetector.Detail">
            <summary>
            Gets the detail (if any).
            </summary>
            <value>The detail.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleDetector.Add">
            <summary>
            Adds the specified identifier to the current set.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleDetector.GetCurrent(System.Boolean)">
            <summary>
            Gets the current set.
            </summary>
            <param name="force">if set to <c>true</c> [force].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.CycleDetector.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.Debug">
            <summary>
            Debug class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Debug.ArgumentNotNull(System.Object,System.String)">
            <summary>
            Asserts that the arguments are not null.
            </summary>
            <param name="argument">The argument.</param>
            <param name="argumentName">Name of the argument.</param>
            <exception cref="T:System.ArgumentNullException">Thrown if the argument is null.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Debug.ArgumentNotNullOrEmpty(System.String,System.String)">
            <summary>
            Asserts that the arguments are not null or empty.
            </summary>
            <param name="argument">The argument.</param>
            <param name="argumentName">Name of the argument.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Debug.Assert(System.Boolean,System.String)">
            <summary>
            Asserts a condition.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="errorMessage">The error message.</param>
            <remarks>Requires the preprocessor constant DEBUG</remarks>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="T:Sitecore.Diagnostics.Debugger.IDNameProvider">
            <summary>
            Provides bindings between <see cref="T:Sitecore.Data.ID"/> and human-readable text during debugging.
            <para>Can be enabled or disabled by <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/>.</para>
            <example>
             <para>F.e. Allows to see <see cref="F:Sitecore.FieldIDs.Workflow"/> text next to related <see cref="T:System.Guid"/> shown during debugging.</para>
            </example>
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Debugger.IDNameProvider.IncludeIDNameIntoDebugView">
            <summary>
            Should include identifier name into debug view, or not.
            <para>Controlled by <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/></para>
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Debugger.IDNameProvider.Storage">
            <summary>
            Stores bindings between <see cref="T:Sitecore.Data.ID"/> and human-readable <see cref="T:System.String"/> value.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Debugger.IDNameProvider.#cctor">
            <summary>
            Initializes the static members of <see cref="T:Sitecore.Diagnostics.Debugger.IDNameProvider"/> class.
            <para>Initializes a storage, and reads <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/>.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Debugger.IDNameProvider.AddBindings(System.Reflection.Assembly)">
            <summary>
            Adds names for <see cref="T:Sitecore.Data.ID"/> from static types in <see cref="P:System.Reflection.Assembly.ExportedTypes"/> those name ends with IDs.
            </summary>
            <param name="assembly">The assembly.</param>
            <returns>
            <value>false</value> if a single exception has happened or <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/> is unset;<value>true</value> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Debugger.IDNameProvider.AddBindings(System.Collections.Generic.IEnumerable{System.Type})">
            <summary>
            Adds the bindings from read only static fields of the class enumeration.
            </summary>
            <param name="knownIDsHolderTypes">Enumeration of classes having public static read only IDs.</param>
            <returns>
            <value>false</value> if a single exception has happened or <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/> is unset;<value>true</value> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Debugger.IDNameProvider.AddBindings(System.Type)">
            <summary>
            Adds the bindings from read only static fields of the class.
            <para>Key - field value; Value - type and field name.</para>
            </summary>
            <param name="knownIDsHolder">The class having public static read only IDs.</param>
            <value>false</value> if a single exception has happened or <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/> is unset;<value>true</value> otherwise.
        </member>
        <member name="M:Sitecore.Diagnostics.Debugger.IDNameProvider.AddBinding(Sitecore.Data.ID,System.String)">
            <summary>
            Adds the binding between <see cref="T:Sitecore.Data.ID"/> and human-readable text value.
            </summary>
            <param name="key">The key that has human-readable representation. F.e. HomeItem.</param>
            <param name="name">The human-readable name. Would typically be a combination of class name, and field name representing <see cref="T:Sitecore.Data.ID"/> constant.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Debugger.IDNameProvider.IDToDebugView(Sitecore.Data.ID)">
            <summary>
            Provides human-readable text representation of the given <see cref="T:Sitecore.Data.ID"/> if a name was provided earlier via <see cref="M:Sitecore.Diagnostics.Debugger.IDNameProvider.AddBinding(Sitecore.Data.ID,System.String)"/>.
            </summary>
            <param name="id">The identifier.</param>
            <returns>
             Text representation of <see cref="T:Sitecore.Data.ID"/> if a binding was provided previously via <see cref="M:Sitecore.Diagnostics.Debugger.IDNameProvider.AddBinding(Sitecore.Data.ID,System.String)"/> and <see cref="P:Sitecore.Configuration.Settings.IncludeIDNameIntoDebugView"/> is active.
            <para><see cref="M:Sitecore.Data.ID.ToString"/> otherwise.</para>
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.DefaultLog">
            <summary>
            Represents the Log.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DefaultLog.singles">
            <summary>
            The singles.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.DefaultLog.Enabled">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Diagnostics.Log"/> is enabled.
            </summary>
            <value>
            <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.DefaultLog.IsDebugEnabled">
            <summary>
            Gets a value indicating whether logging of debug information is enabled.
            </summary>
            <value>
            <c>true</c> if logging of debug information is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.DefaultLog.Singles">
            <summary>
            Gets the singles.
            </summary>
            <value>
            The singles.
            </value>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Audit(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Audit(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Audit(System.String,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Audit(System.Type,System.String,System.String[])">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="ownerType">
            Type of the owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Audit(System.Object,System.String,System.String[])">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="owner">
            The owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Debug(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Debug(System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Debug(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.DebugEnabled(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.DebugEnabled(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Error(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Error(System.String,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Error(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Error(System.String,System.Exception,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Error(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.ErrorEnabled(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.ErrorEnabled(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.Exception,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="loggerName">
            The logger name.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.FatalEnabled(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.FatalEnabled(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Info(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Info(System.String,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.InfoEnabled(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.InfoEnabled(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.SingleError(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.SingleFatal(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.SingleFatal(System.String,System.Exception,System.Type)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.SingleWarn(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/> if the message is not already logged.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Warn(System.String,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Warn(System.String,System.Exception,System.Object)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Warn(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.WarnEnabled(System.Object)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.WarnEnabled(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.GetLogger(System.String)">
            <summary>
            Gets the logger.
            </summary>
            <param name="loggerName">Name of the logger.</param>
            <returns>The logger.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.GetLogger(System.Object)">
            <summary>
            Gets the logger.
            </summary>
            <param name="owner">Logger owner.</param>
            <returns>The logger.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.GetLogger(System.Type)">
            <summary>
            Gets the logger.
            </summary>
            <param name="ownerType">Logger owner type.</param>
            <returns>The logger.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Debug(System.String,System.Type,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.DEBUG"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="ownerType">The owner type.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Audit(System.String,System.Type,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/> and prefix 'AUDIT'.
            </summary>
            <param name="message">The message.</param>
            <param name="ownerType">The owner type.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Info(System.String,System.Type,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.INFO"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="ownerType">The owner type.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Warn(System.String,System.Exception,System.Type,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="ownerType">The owner type.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Error(System.String,System.Exception,System.Type,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="ownerType">Type of the owner.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.Fatal(System.String,System.Exception,System.Type,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.FATAL"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="ownerType">Type of the owner.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.DefaultLog.GetContextUserName">
            <summary>
            Returns the value of the <see cref="P:Sitecore.Context.User"/> Name property.
            </summary>
            <returns>The context user name.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.DiagnosticContext">
            <summary>
            Represents the current diagnostics context.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DiagnosticContext.debugging">
            <summary>
            The debugging.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DiagnosticContext.drawRenderingBorders">
            <summary>
            The m_draw rendering borders.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DiagnosticContext.profiler">
            <summary>
            The profiler.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DiagnosticContext.showRenderingInfo">
            <summary>
            The m_show rendering info.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DiagnosticContext.tracer">
            <summary>
            The tracer.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticContext.#ctor(Sitecore.Context.ContextData)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> class.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.Debugging">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> is debugging.
            </summary>
            <value><c>true</c> if debugging; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.DrawRenderingBorders">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> draws the rendering borders.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> draws the rendering borders; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.ProfileWorker">
            <summary>
            Gets or sets the profile worker.
            </summary>
            <value>The profile worker.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.Profiling">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> is profiling.
            </summary>
            <value><c>true</c> if profiling; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.ShowRenderingInfo">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> shows the rendering info.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> shows the rendering info; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.TraceWorker">
            <summary>
            Gets or sets the trace worker.
            </summary>
            <value>The trace worker.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticContext.Tracing">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Diagnostics.DiagnosticContext"/> is tracing.
            </summary>
            <value><c>true</c> if tracing; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticContext.AbortTracing">
            <summary>
            Aborts the tracing.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticContext.AbortProfiling">
            <summary>
            Aborts the profiling.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.DiagnosticWorker">
            <summary>
            Represents a DiagnosticWorker.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.DiagnosticWorker.packet">
            <summary>
            The packet.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticWorker.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.DiagnosticWorker"/> class.
            </summary>
            <param name="rootElementName">
            Name of the root element.
            </param>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticWorker.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The Worker name.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.DiagnosticWorker.Packet">
            <summary>
            Gets the packet.
            </summary>
            <value>The packet.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticWorker.GetReportFileName(System.String)">
            <summary>
            Gets the name of the report file.
            </summary>
            <param name="name">
            The prefix name.
            </param>
            <returns>
            The get report file name.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticWorker.SaveReport(System.String)">
            <summary>
            Saves the report.
            </summary>
            <param name="fileName">
            Name of the file.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.DiagnosticWorker.StartReport(System.String)">
            <summary>
            Starts the report.
            </summary>
            <param name="rootElementName">
            Name of the root element.
            </param>
        </member>
        <member name="T:Sitecore.Diagnostics.DisposeHelper">
            <summary>
            DisposeHelper
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.DisposeHelper.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.DisposeHelper"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.DisposeHelper.Disposed">
            <summary>
            Gets the disposed status.
            </summary>
            <remarks>
            Beware that accessing this property will set it to <c>true</c>. It will only be <c>false</c> on the very first access.
            </remarks>
            <value>The disposed.</value>
        </member>
        <member name="T:Sitecore.Diagnostics.Error">
            <summary>
            Defines methods for error handling.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Error.ThreadErrors">
            <summary>
            Get list of thread errors
            </summary>
            <value>The thread errors.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.Assert(System.Boolean,System.String)">
            <summary>
            Asserts the condition.
            </summary>
            <param name="condition">if set to <c>true</c> this condition is true.</param>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.Assert(System.Boolean,System.String,System.String)">
            <summary>
            Asserts the condition.
            </summary>
            <param name="condition">if set to <c>true</c> this condition is true.</param>
            <param name="error">The error.</param>
            <param name="method">The method.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertAccess(System.Boolean,System.String)">
            <summary>
            Asserts access.
            </summary>
            <param name="condition">if set to <c>true</c> this condition is true.</param>
            <param name="operation">The operation.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertFile(System.String)">
            <summary>
            Asserts that the specified file exists.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertLicense(System.String,System.String)">
            <summary>
            Asserts that a certain license is valid.
            </summary>
            <param name="module">The module.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertNotEqual(System.Object,System.Object,System.String)">
            <summary>
            Asserts the objects are not equal.
            </summary>
            <param name="obj1">The obj1.</param>
            <param name="obj2">The obj2.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertNotNull(System.Object,System.String)">
            <summary>
            Asserts that the object is not null.
            </summary>
            <param name="obj">The object.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertNull(System.Object,System.String)">
            <summary>
            Asserts that the object is null.
            </summary>
            <param name="obj">The object.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertTemplate(Sitecore.Data.Items.TemplateItem,System.String)">
            <summary>
            Asserts that a certain license is valid.
            </summary>
            <param name="template">The template.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.NotSupported(System.String)">
            <summary>
            Raises an unsupported error.
            </summary>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.Raise(System.String)">
            <summary>
            Raises the error.
            </summary>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.Raise(System.String,System.String)">
            <summary>
            Raises the error
            </summary>
            <param name="error">The error.</param>
            <param name="method">The method.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.Raise(System.Exception,System.String)">
            <summary>
            Raises the error
            </summary>
            <param name="exception">The exception.</param>
            <param name="method">The method.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.RaiseNotImplemented">
            <summary>
            Raises the "Not implemented" error.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.RaiseNotSupported">
            <summary>
            Raises the "Not supported" error.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.RaiseThreadError(System.String)">
            <summary>
            Raises an error from action occurring in a worker thread.
            </summary>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.ThreadAssert(System.Boolean,System.String)">
            <summary>
            Asserts from worker thread.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.LogError(System.String)">
            <summary>
            Logs an error message to all logs.
            </summary>
            <param name="error">The error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.LogToEventLog(System.String)">
            <summary>
            Logs an error message to the Application.
            event log
            </summary>
            <param name="sError">The s error.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.Warn(System.Boolean,System.String)">
            <summary>
            Dispatches a warning if some condition is true.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="warning">The warning.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertControl(System.Web.UI.Control,System.String)">
            <summary>
            Asserts the control.
            </summary>
            <param name="control">The control.</param>
            <param name="controlName">Name of the control.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertID(Sitecore.Data.ID,System.String,System.Boolean)">
            <summary>
            Assert that an id is valid
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowNullID">if set to <c>true</c> this instance is allow null ID.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertInt(System.Int32,System.String,System.Boolean,System.Boolean)">
            <summary>
            Assert that an integer is valid
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowZero">if set to <c>true</c> this instance is allow zero.</param>
            <param name="allowNegative">if set to <c>true</c> this instance is allow negative.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertItemFound(Sitecore.Data.Items.Item)">
            <summary>
            Asserts the item found.
            </summary>
            <param name="item">The item.</param>
            <exception cref="T:Sitecore.Exceptions.ItemNotFoundException">Item not found.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertItemFound(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Asserts the item found.
            </summary>
            <param name="item">The item.</param>
            <param name="path">The path.</param>
            <exception cref="T:Sitecore.Exceptions.ItemNotFoundException">Item not found.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertGuid(System.Guid,System.String,System.Boolean)">
            <summary>
            Assert that a guid is valid
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowNullGuid">if set to <c>true</c> this instance is allow null GUID.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertItemID(Sitecore.Data.ID,System.String,System.Boolean)">
            <summary>
            Assert that a guid is valid
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowNullGuid">if set to <c>true</c> this instance is allow null GUID.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertItem(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Assert that a item is not null
            </summary>
            <param name="item">The item.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertLanguage(Sitecore.Globalization.Language,System.String,System.Boolean)">
            <summary>
            Asserts the language.
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowAny">if set to <c>true</c> this instance is allow any.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertObject(System.Object,System.String)">
            <summary>
            Assert that an object reference is not null
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertString(System.String,System.String,System.Boolean)">
            <summary>
            Assert that a string is valid
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowEmpty">if set to <c>true</c> this instance is allow empty.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertVersion(Sitecore.Data.Version,System.String,System.Boolean)">
            <summary>
            Asserts the version.
            </summary>
            <param name="argument">The argument.</param>
            <param name="name">The name.</param>
            <param name="allowUndefined">if set to <c>true</c> this instance is allow undefined.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.AssertXmlControl(Sitecore.Web.UI.XmlControls.XmlControl,System.String)">
            <summary>
            Asserts the XML control.
            </summary>
            <param name="control">The control.</param>
            <param name="controlName">Name of the control.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Error.GetCaller(System.Int32)">
            <summary>
            Gets the caller.
            </summary>
            <param name="indexInStack">The index in stack.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.ThreadError">
            <summary>
            Thread error container class.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.ThreadError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.ThreadError"/> class.
            </summary>
            <param name="errorText">The error text.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.ThreadError.ErrorText">
            <summary>
            Gets the error text.
            </summary>
            <value>The error text.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ThreadError.Time">
            <summary>
            Gets the time of the error.
            </summary>
            <value>The time.</value>
        </member>
        <member name="T:Sitecore.Diagnostics.EventDispatcher">
            <summary>
            Class for dispatching events.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.Debug(System.String,System.Object[])">
            <summary>
            Dispatch a debug event
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchBeforeClientSave(System.Xml.XmlNode)">
            <summary>
            Dispatch a 'before client save' event
            </summary>
            <param name="dataNode">The data node.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchEvent(System.String,System.Object[])">
            <summary>
            Dispatch a generic event
            </summary>
            <param name="name">The name.</param>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchException(System.Exception)">
            <summary>
            Dispatch an exception event
            </summary>
            <param name="ex">The ex.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchItemCreated(Sitecore.Data.Items.Item)">
            <summary>
            Dispatch a 'item created' event
            </summary>
            <param name="itm">The itm.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchItemCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Dispatch a 'item copied' event
            </summary>
            <param name="itm">The itm.</param>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Dispatch a 'item deleted' event
            </summary>
            <param name="itm">The itm.</param>
            <param name="oldParent">The old parent.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Dispatch a 'item moved' event
            </summary>
            <param name="itm">The itm.</param>
            <param name="oldParent">The old parent.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchItemRenamed(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Dispatch a 'item renamed' event
            </summary>
            <param name="itm">The itm.</param>
            <param name="oldName">The old name.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchItemSaved(Sitecore.Data.Items.Item)">
            <summary>
            Dispatch a 'item saved' event
            </summary>
            <param name="itm">The itm.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchMediaUploaded(Sitecore.Data.Items.Item)">
            <summary>
            Dispatch a 'media uploaded' event
            </summary>
            <param name="itm">The itm.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.DispatchPublishDone(Sitecore.IPublishingRequest)">
            <summary>
            Dispatch a 'published file' event
            </summary>
            <param name="request">The request.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.Error(System.String,System.Object[])">
            <summary>
            Dispatch an error event
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.Trace(System.String,System.Object[])">
            <summary>
            Dispatch a trace event
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.Warn(System.String,System.Object[])">
            <summary>
            Dispatch a warning event
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.CallHandlers(System.Collections.ArrayList,System.Type,System.String,System.Object[])">
            <summary>
            Calls event handlers.
            </summary>
            <param name="handlers">The handlers.</param>
            <param name="type">The type.</param>
            <param name="method">The method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.ReadConfigSettings">
            <summary>
            Reads handler information from web.config.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.EventDispatcher.ReadEventHandlers(System.String,System.Collections.ArrayList,System.Type)">
            <summary>
            Create event handlers from web.config information
            </summary>
            <param name="section">The section.</param>
            <param name="handlers">The handlers.</param>
            <param name="handlerType">Type of the handler.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Events.IEventHandler">
            <summary>
            Interface for general event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IEventHandler.HandleEvent(System.String,System.Collections.Hashtable,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Handle an event
            </summary>
            <param name="name">The name.</param>
            <param name="additionalInfo">The additional info.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Events.IExceptionEventHandler">
            <summary>
            Interface for exception event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IExceptionEventHandler.HandleException(System.Exception,System.Collections.Hashtable,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Handles an exception.
            </summary>
            <param name="ex">The ex.</param>
            <param name="additionalInfo">The additional info.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Events.IItemEventHandler">
            <summary>
            Interface for item event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleBeforeClientSave(System.Xml.XmlNode,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item is being saved by the client (ie. via a xml fragment)
            </summary>
            <param name="dataNode">The data node.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleCreated(Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item has been created
            </summary>
            <param name="itm">The itm.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleCopied(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item has been copied
            </summary>
            <param name="itm">The itm.</param>
            <param name="source">The source.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleDeleted(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item has been deleted
            </summary>
            <param name="itm">The itm.</param>
            <param name="oldParent">The old parent.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleMoved(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item has been moved
            </summary>
            <param name="itm">The itm.</param>
            <param name="oldParent">The old parent.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleRenamed(Sitecore.Data.Items.Item,System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item has been renamed
            </summary>
            <param name="itm">The itm.</param>
            <param name="oldName">The old name.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IItemEventHandler.HandleSaved(Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An item has been saved
            </summary>
            <param name="itm">The itm.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Events.IMediaEventHandler">
            <summary>
            Interface for media event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IMediaEventHandler.HandleUploaded(Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            A media item has been uploaded
            </summary>
            <param name="itm">The itm.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Events.IPublishingEventHandler">
            <summary>
            Interface for publishing event handler.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.IPublishingEventHandler.HandlePublishDone(Sitecore.IPublishingRequest,System.Collections.Specialized.NameValueCollection)">
            <summary>
            A publishing operation has finished
            </summary>
            <param name="request">The request.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Events.ITraceEventHandler">
            <summary>
            Interface for trace event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.ITraceEventHandler.HandleError(System.String,System.Collections.Hashtable,System.Collections.Specialized.NameValueCollection)">
            <summary>
            An error message has been traced.
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.ITraceEventHandler.HandleTrace(System.String,System.Collections.Hashtable,System.Collections.Specialized.NameValueCollection)">
            <summary>
            A trace message has been traced.
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Events.ITraceEventHandler.HandleWarning(System.String,System.Collections.Hashtable,System.Collections.Specialized.NameValueCollection)">
            <summary>
            A warning message has been traced.
            </summary>
            <param name="message">The message.</param>
            <param name="additionalInfo">The additional info.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.FailureReason">
            <summary>
            FailureReason
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.FailureReason.None">
            <summary>No failure has occurred.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.FailureReason.AccessDenied">
            <summary>Access to a ressource was denied.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.FailureReason.ItemNotFound">
            <summary>An item was not found.</summary>
        </member>
        <member name="T:Sitecore.Diagnostics.HealthMonitorHook">
            <summary>
            Implements a hook for the health monitor
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.HealthMonitorHook.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.HealthMonitorHook.AlarmClock_Ring(System.Object,System.EventArgs)">
            <summary>
            Handles the Ring event of the AlarmClock control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.HighResTimer">
            ===============================================================
             <summary>Implements a class that encapsulates the operating system
             high resolution timer using native API functions.</summary>
             <remarks>
             <para>This class is usually used for profiling.</para>
             <para>The class uses the API functions QueryPerformanceCounter and QueryPerformanceFrequency.</para>
             </remarks>
            ===============================================================
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Diagnostics.HighResTimer"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.#ctor">
            <summary>
            Initializes a new instance of the HighResTimer class.
            </summary>
            <remarks>The timer is not started automatically.</remarks>
            <example>
                <code>
            HighResTimer timer = new HighResTimer();
            timer.Start();
            timer.Stop();
            double ms = timer.Elapsed();
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the HighResTimer class.
            </summary>
            <param name="bAutoStart">A boolean indicating if the timer should be started.</param>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(true);
            timer.Stop();
            double ms = timer.Elapsed();
            </code>
            </example>
        </member>
        <member name="P:Sitecore.Diagnostics.HighResTimer.Frequency">
            <summary>
            Gets the frequency.
            </summary>
            <value>The frequency.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.HighResTimer.ElapsedTimeSpan">
            <summary>
            Gets the elapsed time as a <see cref="T:System.TimeSpan"/>.
            </summary>
            <value>The elapsed time span.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.GetTick">
            <summary>
            Gets the tick.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.Pause">
            <summary>
            Pauses this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.Start">
            <summary>
            Starts the timer.
            </summary>
            <example>
                <code>
            HighResTimer timer = new HighResTimer();
            timer.Start();
            timer.Stop();
            double ms = timer.Elapsed();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Stop"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.Stop">
            <summary>
            Stops the timer.
            </summary>
            <example>
                <code>
            HighResTimer timer = new HighResTimer();
            timer.Start();
            timer.Stop();
            double ms = timer.Elapsed();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.Resume">
            <summary>
            Resumes a stopped timer.
            </summary>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(true);
            timer.Stop();
            timer.Resume();
            timer.Stop();
            double ms = timer.Elapsed();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.SecondsElapsed">
            <summary>
            Gets the number of seconds that has elapsed since the timer was started.
            </summary>
            <returns>
            Number of seconds since the timer was started.
            </returns>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(true);
            timer.Stop();
            double seconds = timer.SecondsElapsed();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.Elapsed">
            <summary>
            Gets the number of milliseconds that has elapsed since the timer was started.
            </summary>
            <returns>
            Number of milliseconds since the timer was started.
            </returns>
            <remarks>Stops the timer.</remarks>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(true);
            timer.Stop();
            double ms = timer.Elapsed();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.ElapsedTicks">
            <summary>
            Gets the number of ticks that has elapsed since the timer was started.
            </summary>
            <returns>
            Number of ticks since the timer was started.
            </returns>
            <remarks>Stops the timer.</remarks>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(true);
            double ms = timer.ElapsedTicks();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.GetElapsed">
            <summary>
            Gets the number of milliseconds that has elapsed since the timer was started.
            </summary>
            <returns>
            Number of milliseconds since the timer was started.
            </returns>
            <remarks>Does not stop the timer.</remarks>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(true);
            double ms = timer.GetElapsed();
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.GetMillisecondsBetween(System.Int64,System.Int64)">
            <summary>
            Gets the milliseconds between.
            </summary>
            <param name="startTick">The start tick.</param>
            <param name="endTick">The end tick.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.GetMillisecondsSince(System.Int64)">
            <summary>
            Gets the milliseconds since.
            </summary>
            <param name="tick">The tick.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.Supported">
            <summary>
            Checks if timers is supported by the operating system.
            </summary>
            <returns>
            True, if the operating system supports timers, otherwise false.
            </returns>
            <example>
                <code>
            HighResTimer timer = new HighResTimer(false);
            if (timer.Supported()) {
            timerStart();
            timer.Stop();
            double seconds = timer.Elapsed();
            }
            </code>
                <seealso cref="M:Sitecore.Diagnostics.HighResTimer.Start"/>
            </example>
        </member>
        <member name="M:Sitecore.Diagnostics.HighResTimer.QueryTimer">
            <summary>
            Queries the timer.
            </summary>
            <returns>
            Returns 1.0 divided by the timer frequency.
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Log">
            <summary>
            Represents the Log.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Log.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Log.Enabled">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Diagnostics.Log"/> is enabled.
            </summary>
            <value>
            <c>true</c> if enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.Log.IsDebugEnabled">
            <summary>
            Gets a value indicating whether logging of debug information is enabled.
            </summary>
            <value>
            <c>true</c> if logging of debug information is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.Log.Singles">
            <summary>
            Gets the singles.
            </summary>
            <value>
            The singles.
            </value>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Audit(System.String,System.Object)">
            <summary>
            Infoes the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Audit(System.String,System.String)">
            <summary>
            Infoes the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Audit(System.String,System.Type)">
            <summary>
            Audits the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Audit(System.Type,System.String,System.String[])">
            <summary>
            Audits the specified owner type.
            </summary>
            <param name="ownerType">
            Type of the owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Audit(System.Object,System.String,System.String[])">
            <summary>
            Audits the specified owner type.
            </summary>
            <param name="owner">
            The owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Debug(System.String,System.Object)">
            <summary>
            Debugs the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Debug(System.String)">
            <summary>
            Debugs the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Debug(System.String,System.String)">
            <summary>
            Debugs the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Error(System.String,System.Object)">
            <summary>
            Errors the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Error(System.String,System.Type)">
            <summary>
            Errors the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Error(System.String,System.Exception,System.Object)">
            <summary>
            Errors the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Error(System.String,System.Exception,System.Type)">
            <summary>
            Errors the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Error(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.ERROR"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Fatal(System.String,System.Object)">
            <summary>
            Fatals the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Fatal(System.String,System.Type)">
            <summary>
            Fatals the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Fatal(System.String,System.String)">
            <summary>
            Fatals the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Fatal(System.String,System.Exception,System.Object)">
            <summary>
            Fatals the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Fatal(System.String,System.Exception,System.Type)">
            <summary>
            Fatals the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Info(System.String,System.Object)">
            <summary>
            Infoes the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Info(System.String,System.String)">
            <summary>
            Informations the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.SingleError(System.String,System.Object)">
            <summary>
            Logs a single error.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.SingleFatal(System.String,System.Exception,System.Object)">
            <summary>
            Logs a single fatal message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.SingleFatal(System.String,System.Exception,System.Type)">
            <summary>
            Logs a single fatal message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="ownerType">
            Type of the owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.SingleWarn(System.String,System.Object)">
            <summary>
            Logs a single warning.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Warn(System.String,System.Object)">
            <summary>
            Warns the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Warn(System.String,System.Exception,System.Object)">
            <summary>
            Warns the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
            <param name="owner">
            The owner.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Warn(System.String,System.Exception,System.String)">
            <summary>
            Logs the specified message with level <see cref="F:log4net.spi.Level.WARN"/>.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
            <param name="loggerName">Name of the logger.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Warn(System.String,System.Exception)">
            <summary>
            Logs a warning message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Fatal(System.String,System.Exception)">
            <summary>
            Logs a fatal message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Log.Error(System.String,System.Exception)">
            <summary>
            Logs an error message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="exception">
            The exception.
            </param>
        </member>
        <member name="T:Sitecore.Diagnostics.LoggerFactory">
            <summary>
            Creates the Log object.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Diagnostics.LoggerFactory"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.GetGlobalVariables(System.Xml.XmlNodeList)">
            <summary>
            Gets the global variables.
            </summary>
            <param name="nodes">The nodes.</param>
            <returns>The global variables.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.EscapeBackslashInPaths(System.Xml.XmlNode)">
            <summary>
            Escapes the backslash in paths.
            </summary>
            <param name="rootNode">The root node.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.ReplaceGlobalVariables(System.Xml.XmlNode,Sitecore.Collections.StringDictionary)">
            <summary>
            Replaces global variables.
            </summary>
            <param name="node">
            The root node.
            </param>
            <param name="variables">
            The variables.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.GetLogger(System.String)">
            <summary>
            Gets the logger.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.GetLogger(System.Object)">
            <summary>
            Gets the logger.
            </summary>
            <param name="owner">The owner.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.GetLogger(System.Type)">
            <summary>
            Gets the logger.
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.LoggerFactory.DebugAppender">
            <summary>
            Implements a log4net appender that writes to program debug output, which gets captured in Visual Studio.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.LoggerFactory.SitecoreTraceListener">
            <summary>
            Implements a trace listener in the system
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.LoggerFactory.SitecoreTraceListener.IsInStack">
            <summary>
            Gets a value indicating whether the trace listener is in the stack, to avoid recursion across DebugLogger and TraceListener.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.SitecoreTraceListener.Write(System.String)">
            <summary>
            When overridden in a derived class, writes the specified message to the listener you create in the derived class.
            </summary>
            <param name="message">A message to write. </param><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.SitecoreTraceListener.WriteLine(System.String)">
            <summary>
            When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
            </summary>
            <param name="message">A message to write. </param><filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Diagnostics.LoggerFactory.SitecoreTraceListener.InternalWriteEntry(System.String)">
            <summary>
            Writes a string entry into the Sitecore log.
            </summary>
            <param name="entry">Entry to append to the log.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.LogNotificationLevel">
            <summary>
            The level of log information.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.LogNotificationLevel.Debug">
            <summary>
            Debug level.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.LogNotificationLevel.Info">
            <summary>
            Information level.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.LogNotificationLevel.Warning">
            <summary>
            Warning level.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.LogNotificationLevel.Error">
            <summary>
            Error level.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.LogNotificationLevel.Fatal">
            <summary>
            Fatal error level.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.LogNotificationLevel.None">
            <summary>
            No logging.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.LogNotification">
            <summary>
            Defines the log notification class.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.LogNotification.LogNotificationDelegate">
            <summary>
            Delegate.
            </summary>
            <param name="level">The notification level</param>
            <param name="message">The message</param>
            <param name="exception">The thrown exception if any.</param>
        </member>
        <member name="E:Sitecore.Diagnostics.LogNotification.Notification">
            <summary>
            field saved.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.LogNotification.RaiseNotification(Sitecore.Diagnostics.LogNotificationLevel,System.String)">
            <summary>
            Raises the field saved event.
            </summary>
            <param name="level">The level.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.LogNotification.RaiseNotification(Sitecore.Diagnostics.LogNotificationLevel,System.String,System.Exception)">
            <summary>
            Raises the field saved event.
            </summary>
            <param name="level">The level.</param>
            <param name="message">The message.</param>
            <param name="ex">The ex.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.LongRunningOperationWatcher">
            <summary>
            LongRunningOperationWatcher class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.LongRunningOperationWatcher.#ctor(System.Int32,System.String,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.LongRunningOperationWatcher"/> class.
            </summary>
            <param name="threshold">The threshold.</param>
            <param name="message">The message.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.LongRunningOperationWatcher.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.MemoryMonitorHook">
            <summary>
            Implements a hook for the memory monitor
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.MemoryMonitorHook.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.MemoryMonitorHook"/> class.
            </summary>
            <param name="threshold">The threshold.</param>
            <param name="checkInterval">The check interval.</param>
            <param name="minimumLogInterval">The minimum log interval.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.MemoryMonitorHook.AdjustLoadFactor">
            <summary>
            Gets or sets a value indicating whether to adjust the global cache load factor when the memory limit is exceeded.
            </summary>
            <value><c>true</c> if the load factor should be adjusted; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.MemoryMonitorHook.ClearCaches">
            <summary>
            Gets or sets a value indicating whether to clear all caches when the memory limit is exceeded.
            </summary>
            <value><c>true</c> if the caches should be cleared; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.MemoryMonitorHook.GarbageCollect">
            <summary>
            Gets or sets a value indicating whether to garbage collect when the memory limit is exceeded.
            </summary>
            <value><c>true</c> if garbage collection should be performed; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.MemoryMonitorHook.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.MemoryMonitorHook.AlarmClock_Ring(System.Object,System.EventArgs)">
            <summary>
            Handles the Ring event of the AlarmClock control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.MemoryMonitorHook.LogStatus(System.Int64)">
            <summary>
            Logs the status.
            </summary>
            <param name="usedBefore">The memory used before.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter">
            <summary>
            Counter that can be used for counting absolute values
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter.#ctor(System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter"/> class. </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter.#ctor(System.String,System.String,System.Boolean)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter"/> class.</summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="resetOnStartup">if set to <c>true</c>, the counter will be reset before the first usage.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter.Value">
            <summary>
            Gets or sets the value of the counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter.Carry">
            <summary>Gets the carry counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AbsoluteCounter.CommitCarry">
            <summary>
            Commits the carry, if any.
            </summary>
            <returns>The vaule of counter after the carry has been commited.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter">
            <summary>
            Encapsolation of functionality for a counter that counts per second
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="resetOnStartup">if set to <c>true</c>, the counter will be reset before the first usage.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.Value">
            <summary>
            Gets the value of the operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.Carry">
            <summary>Gets the carry counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.CommitCarry">
            <summary>
            Commits the carry, if any.
            </summary>
            <returns>The vaule of counter after the carry has been commited.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.Increment(System.Int64)">
            <summary>
            Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.IncrementBy(System.Int64)">
            <summary>
            Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AmountPerSecondCounter.Decrement">
            <summary>
            Decrement this counter.
            </summary>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.AverageCounter">
            <summary>
            This class encapsulates the performance counters to meassure the average for a given operation.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.AverageBaseCounterNameFmt1Arg">
            <summary>Default format of 'average base' counter name.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.baseCounter">
            <summary>Internal base performance counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.AverageCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.AverageCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="resetOnStartup">if set to <c>true</c>, the counter will be reset before the first usage.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.Value">
            <summary>
            Gets the value of the operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.AbsoluteValue">
            <summary>
            Gets the absolute value of the operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.Operations">
            <summary>
            Gets the number of operations.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.Carry">
            <summary>Gets the carry counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.CommitCarry">
            <summary>
            Commits the carry, if any.
            </summary>
            <returns>The vaule of counter after the carry has been commited.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.AddMeasurement(System.Int64,System.Int64)">
            <summary>
            Add new measurement (e.g. when messured how long time a operation took).
            </summary>
            <param name="amount">The measure (e.g. duration for the operation).</param>
            <param name="operations">The number of operations performed for this measure.
            This parameter is optional (default 1) and can be used if counter is updated
            e.g. every 10th operations.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.AverageCounter.InstantiateCounters">
            <summary>
            Creates <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> instances and adds them to the counters collection.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.BaseCounter">
            <summary>
            Encapsulation of the basic shared performance counters logic.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.name">
            <summary>The name of this counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.category">
            <summary>The category of this counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.readOnly">
            <summary>Whether the counters is read-only or not</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.enabled">
            <summary>Whether the counters is enabled or not</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.initialized">
            <summary>Is this counter initialized.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.counters">
            <summary>A list of counters. This list is used to be able to e.g. reset conters in a base class.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.initializing">
            <summary>
            Determines whether the counter is currently being initialized.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.BaseCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="readOnly">Whether this counter is read-only or not.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.Enabled">
            <summary>Gets a value indicating whether the counters is enabled or not</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.Category">
            <summary>
            Gets Category the performance counter(s) for this operation counter are located.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.Name">
            <summary>
            Gets the name of this operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.FullName">
            <summary>
            Gets the full name of this operation counter. The full name is a concatenation of the category and the counter name
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.ReadOnly">
            <summary>Gets a value indicating whether the counters is read-only or not</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.IsConnected">
            <summary>
            Gets a value indicating whether all internal counters currently are connected to a
            Windows Performance Counter or not.
            Note: Calling this property will not result in initialization of the internal counter.
            Call the Connect Method to initialize the internal counter
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.Counter">
            <summary>Gets or sets the internal performance counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.Connect">
            <summary>
            Force the internal performance counters to be created if not created.
            If it could find a matching counter in the system it is connected.
            If not, internal memory is used and it is not connected.
            </summary>
            <returns>Returns true id connected</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.InitializeCounters">
            <summary>
            Create and initialize counter.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.BaseCounter.InstantiateCounters">
            <summary>
            Creates <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter"/> instances and adds them to the counters collection.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.Categories">
            <summary>
            Defines the different categories used to host Sitecore Performance Counters.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.Categories.Caching">
            <summary>"Defines the name of the Sitecore Caching category"</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.Categories.Data">
            <summary>"Defines the name of the Sitecore Data category"</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.Categories.Jobs">
            <summary>"Defines the name of the Sitecore Jobs category"</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.Categories.Presentation">
            <summary>"Defines the name of the Sitecore Presentation category"</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.Categories.Security">
            <summary>"Defines the name of the Sitecore Security category"</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.Categories.System">
            <summary>"Defines the name of the Sitecore System category"</summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.CachingCount">
            <summary>
            This static class holds Sitecore Performance Counters for 'Sitecore.Caching' operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.CachingCount.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.CachingCount"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.CacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.CacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.CacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.DataCacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a data cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.DataCacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all data caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.DataCacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all data caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.HtmlCacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a html cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.HtmlCacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all html caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.HtmlCacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all html caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.PathCacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a path cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.PathCacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all path caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.PathCacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all path caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.RegistryCacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a registry cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.RegistryCacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all registry caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.RegistryCacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all registry caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.ViewStateCacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a view state cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.ViewStateCacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all view state caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.ViewStateCacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all view state caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.XslCacheClearings">
            <summary>
            Gets the counter that counts total number of times that an instance of a xsl cache has been cleared.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.XslCacheHits">
            <summary>
            Gets the counter that counts total number of cache hits for all xsl caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.CachingCount.XslCacheMisses">
            <summary>
            Gets the counter that counts total number of cache hits for all xsl caches.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.DataCount">
            <summary>
            This static class holds Sitecore Performance Counters for 'Sitecore.Data' operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.DataCount.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.DataCount"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.DataClientDataReads">
            <summary>
            Gets the counter that counts the total number of client data values that have been read.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.DataClientDataWrites">
            <summary>
            Gets the counter that counts the total number of client data values that have been written.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.DataItemsAccessed">
            <summary>
            Gets the counter that counts the total number of items that have been accessed.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.DataPhysicalReads">
            <summary>
            Gets the counter that counts the total number of read operations that have been performed against the physical storage medium (typically a RDBMS).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.DataPhysicalWrites">
            <summary>
            Gets the counter that counts the total number of write operations that have been performed against the physical storage medium (typically a RDBMS).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.GlobalizationTextsTranslated">
            <summary>
            Gets the counter that counts the total number of texts that have been translated.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.GlobalizationTranslateFailed">
            <summary>
            Gets the counter that counts the total number of times a translate operation has failed (ie. the text was not in the dictionary).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.LinksFieldsExamined">
            <summary>
            Gets the counter that counts the total number of fields that have been scanned for links.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.LinksDataRead">
            <summary>
            Gets the counter that counts the total number of read operations that have been performed against the link database.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.LinksDataUpdated">
            <summary>
            Gets the counter that counts the total number of update operations that have been performed against the link database.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.SqlServerStreamOpenStreams">
            <summary>
            Gets the counter that counts the current number of open SQL Server streams.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.StreamSharerOpenStreams">
            <summary>
            Gets the counter that counts the current number of open streams being handled by stream sharers.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.WorkflowActionsExecuted">
            <summary>
            Gets the counter that counts the total number of workflow actions that have been executed.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.WorkflowSecurityResolved">
            <summary>
            Gets the counter that counts the total number of times the workflow engine has resolved an access request.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCount.WorkflowStateChanges">
            <summary>
            Gets the counter that counts the total number of times that a workflow has changed state.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.JobsCount">
            <summary>
            This static class holds Sitecore Performance Counters for 'Sitecore.Jobs' operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.JobsCount.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.JobsCount"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.JobsJobsExecuted">
            <summary>
            Gets the counter that counts the total number of jobs that have been executed.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.PipelinesPipelinesAborted">
            <summary>
            Gets the counter that counts the total number of times a pipeline was aborted.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.PipelinesPipelinesExecuted">
            <summary>
            Gets the counter that counts the total number of times a pipeline was executed.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.PipelinesProcessorsExecuted">
            <summary>
            Gets the counter that counts the total number of processors that have been executed.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.PublishingItemsQueued">
            <summary>
            Gets the counter that counts the total number of items that have been queued for publishing.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.PublishingReplacements">
            <summary>
            Gets the counter that counts the total number of publishing replacement operations that have been performed.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.TasksFileCleanups">
            <summary>
            Gets the counter that counts the total number of times the CleanupAgent task has been run.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.TasksHtmlCacheClearings">
            <summary>
            Gets the counter that counts the total number of times the HtmlCacheClearAgent task has been run.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.TasksPublishings">
            <summary>
            Gets the counter that counts the total number of times the PublishAgent task has been run.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.TasksRemindersSent">
            <summary>
            Gets the counter that counts the total number of reminders that have been sent.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.JobsCount.TasksTasksExecuted">
            <summary>
            Gets the counter that counts the total number of tasks that has been run.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.PresentationCount">
            <summary>
            This static class holds Sitecore Performance Counters for 'Sitecore.Presentation' operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PresentationCount"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.ContextSiteChanged">
            <summary>
            Gets the counter that counts the total number of times the active site has been changed by the API.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingControlsRendered">
            <summary>
            Gets the counter that counts the total number of Sitecore controls rendered.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingControlsRenderedFromCache">
            <summary>
            Gets the counter that counts the total number of Sitecore controls rendered from a cache.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingPagesGenerated">
            <summary>
            Gets the counter that counts the total number of web pages generated by Sitecore.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingRenderingsRendered">
            <summary>
            Gets the counter that counts the total number of Renderings rendered.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingSublayoutsRendered">
            <summary>
            Gets the counter that counts the total number of Sublayouts rendered.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingXmlControlsCompiled">
            <summary>
            Gets the counter that counts the total number of XmlControls compiled.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingXslTransformsRendered">
            <summary>
            Gets the counter that counts the total number of XslTransforms rendered.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PresentationCount.RenderingXamlControlsCompiled">
            <summary>
            Gets the counter that counts the total number of XamlControls compiled.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.SecurityCount">
            <summary>
            This static class holds Sitecore Performance Counters for 'Sitecore.Security' operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.SecurityCount"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.AccessDenied">
            <summary>
            Gets the counter that counts the total number of access requests that have been denied.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.AccessGranted">
            <summary>
            Gets the counter that counts the total number of access requests that have been granted.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.AccessResolved">
            <summary>
            Gets the counter that counts the total number of access requests that have been resolved.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.ModifyRequests">
            <summary>
            Gets the counter that counts the total number of access requests where the desired access would allow the caller to modify data (ie. update or delete an item).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.ProgrammaticDisabling">
            <summary>
            Gets the counter that counts the total number of times that security has been programmatically disabled (using SecurityDisabler).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.ProgrammaticEnabling">
            <summary>
            Gets the counter that counts the total number of times that security has been programmatically enabled (using SecurityEnabler).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.ProgrammaticUserSwitch">
            <summary>
            Gets the counter that counts the total number of times that the current user has been switched programmatically (using SecuritySwitcher).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.ReadRequests">
            <summary>
            Gets the counter that counts the total number of access requests where the desired access would allow the caller to read data (ie. reading an item).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SecurityCount.VirtualUsersBuilt">
            <summary>
            Gets the counter that counts the total number of virutal users that have been built.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.SystemCount">
            <summary>
            This static class holds Sitecore Performance Counters for 'Sitecore.System' operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.SystemCount.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.SystemCount"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.EventsEventsRaised">
            <summary>
            Gets the counter that counts the total number of events that have been raised by the API.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.IOFileWatcherEvents">
            <summary>
            Gets the counter that counts the total number of file watcher events that have been handled by the API.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.LoggingErrorsLogged">
            <summary>
            Gets the counter that counts the number of error messages that have been sent to the log.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.LoggingFatalsLogged">
            <summary>
            Gets the counter that counts the number of fatal messages that have been sent to the log.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.LoggingInformationsLogged">
            <summary>
            Gets the counter that counts the number of information messages that have been sent to the log.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.LoggingWarningsLogged">
            <summary>
            Gets the counter that counts the number of warning messages that have been sent to the log.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.LoggingAuditsLogged">
            <summary>
            Gets the counter that counts the number of audit messages that have been sent to the log.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.ReflectionMethodsInvoked">
            <summary>
            Gets the counter that counts the total number of methods that have been invoked through reflection.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.ReflectionObjectsCreated">
            <summary>
            Gets the counter that counts the total number of objects that have been created using reflection.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.ReflectionObjectsNotCreated">
            <summary>
            Gets the counter that counts the total number of objects where the creation through reflection failed (due to unknown types or constructors).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.ReflectionTypesResolved">
            <summary>
            Gets the counter that counts the total number of types that have been resolved using reflection.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.ReflectionTypesNotResolved">
            <summary>
            Gets the counter that counts the total number of types where the resolving through reflection failed (due to unknown types or other causes).
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.ThreadingBackgroundThreadsStarted">
            <summary>
            Gets the counter that counts the total number of background threads that have been started by the API.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.SystemCount.XmlPacketsCreated">
            <summary>
            Gets the counter that counts the total number of Packet instances that have been created.
            </summary>
            <value>
            The counter instance.
            </value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.CounterSelection">
            <summary>
            Holds the defined operation counter selections.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterSelection.Undefined">
            <summary>
            None Do not create any counters.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterSelection.Absolute">
            <summary>
            Create a counter that performs simple absolute continous counts.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterSelection.Average">
            <summary>
            Create a counter that performs average calculations.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterSelection.AmountPerSecond">
            <summary>
            Create a counter that performs amount per seconds calculations.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterSelection.Default">
            <summary>
            Create the default counter selection.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection">
            <summary>
            Holds the defined operation counter selections.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection.None">
            <summary>
            Do not create any counters.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection.Count">
            <summary>
            Create a counter that performs simple counts.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection.Average">
            <summary>
            Create a counter that performs average calculations.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection.AmountPerSecond">
            <summary>
            Create a counter that performs amount per seconds calculations.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection.Default">
            <summary>
            Create the default counters selection (one simple counter and a count per second counter).
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection.All">
            <summary>
            Create all defined counter types.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.CounterType">
            <summary>
            Enumerates the different types of performnace counters.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterType.None">
            <summary>Not defined.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterType.Global">
            <summary>Global counter. This type of counter can be used to monitor e.g. total processor time</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterType.Windows">
            <summary>Windows counter. This type of counter can be used to monitor e.g. Sitecores memory usage.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterType.CLR">
            <summary>.NET CLR counter. This type of counter can be used to monitor e.g. Sitecores CLR memory usage.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterType.Sitecore">
            <summary>Sitecore counter. This type of counter is placed in one of the Sitecore categories defined by the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.Categories"/> enum.</summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.CounterValueType">
            <summary>
            Counter value type
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterValueType.Raw">
            <summary>
            The raw value of counter
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.CounterValueType.Calculated">
            <summary>
            The calculated value of counter
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.DataCounters">
            <summary>
            Represents the data counters.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.ClientDataReads">
            <summary>
            Gets the 'client data reads' counter.
            </summary>
            <value>The counter.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.ClientDataWrites">
            <summary>
            Gets the 'client data writes' counter.
            </summary>
            <value>The counter.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.ItemsAccessed">
            <summary>
            Gets the number of items that have been accessed.
            </summary>
            <value>The items accessed.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.PhysicalReads">
            <summary>
            Gets the number of read operations that have been
            performed against the physical storage medium (typically a RDBMS).
            </summary>
            <value>The physical reads.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.PhysicalWrites">
            <summary>
            Gets the number of write operations that have been
            performed against the physical storage medium (typically a RDBMS).
            </summary>
            <value>The physical writes.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.StreamShareOpenStreamCounter">
            <summary>
            Gets the counter that counts the number of stream share open stream operations.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.DataCounters.SqlServerStreamOpenStreamCounter">
            <summary>
            Gets the counter that counts the number of SQL Server stream open operations.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.InstanceNameIsNotAvailableException">
            <summary>
            Exception for not available Instance name case
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.InstanceNameIsNotAvailableException.#ctor(Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter)">
            <summary>
            Gets or sets the performance counter.
            </summary>
            <value>The performance counter.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.InstanceNameIsNotAvailableException.PerformanceCounter">
            <summary>Returns performance counter
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter">
            <summary>
            This class encapsulates the performance counters for a given operation.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.AverageCounterNameFmt1Arg">
            <summary>Default format of 'average' counter name.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.PerSecondNameFmt1Arg">
            <summary>Default format of 'per second' counter name.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.AverageBaseCounterNameFmt1Arg">
            <summary>Default format of 'average base' counter name.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.ToStringFmt5Args">
            <summary>Format of ToString() override.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.name">
            <summary>The name of this counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.category">
            <summary>The category of this counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.resetOnStartup">
            <summary>Whether the counters should be rest on startup</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.counterSelection">
            <summary>The selection of performance counters for this operation counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.type">
            <summary>The type of operation counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.initalized">
            <summary>Is this counter initialized.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.countPerformanceCounter">
            <summary>Performance counter for the 'count' counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.averagePerformanceCounter">
            <summary>Performance counter for the 'average' counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.averageBasePerformanceCounter">
            <summary>Performance counter for the 'average base' counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.perSecondPerformanceCounter">
            <summary>Performance counter for the 'per second' counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="counterSelection">The operation counter selection.</param>
            <param name="type">The type.</param>
            <param name="readOnly">Whether the performance counter is read-only.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.#ctor(System.String,System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.OperationCounterSelection,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="instanceName">The instance Name.</param>
            <param name="counterSelection">The operation counter selection.</param>
            <param name="type">The type.</param>
            <param name="resetOnStartup">if set to <c>true</c>, the counter will be reset before the first usage.</param>
            <param name="readOnly">Whether the performance counter is read-only.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.Value">
            <summary>
            Gets or sets the value of the operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CounterValue">
            <summary>
            Gets or sets the raw value of the 'count' performance counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.PerSecondValue">
            <summary>
            Gets the raw value of the 'per second' performance counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.AverageValue">
            <summary>
            Gets the raw value of the 'average' performance counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.Category">
            <summary>
            Gets Category the performance counter(s) for this operation counter are located.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.Name">
            <summary>
            Gets the name of this operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.FullName">
            <summary>
            Gets the full name of this operation counter. The full name is a concatenation of the category and the counter name
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CounterSelection">
            <summary>
            Gets the selected operation counter types (count/average/per seconds).
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CustomAverageCounterName">
            <summary>
            Gets or sets CustomAverageCounterName.
            When it is not null or an empty string the given string will overrule
            the automatically generated name for the 'average' performance counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CustomAverageBaseCounterName">
            <summary>
            Gets or sets CustomAverageBaseCounterName.
            When it is not null or an empty string the given string will overrule
            the automatically generated name for the 'average base' performance counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CustomPerSecondCounterName">
            <summary>
            Gets or sets CustomPerSecondCounterName.
            When it is not null or an empty string the given string will overrule
            the automatically generated name for the 'per second' performance counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the counter(s) should be readonly or not.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.InstanceName">
            <summary>Gets or sets the instance name to use when initalizing counter(s).</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.AverageCounterName">
            <summary>
            Gets the calculated or custom name for the average counter.
            The resultant string is taken from <see cref="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CustomAverageCounterName"/> if it is not null or empty,
            otherwise the name is calculated from the default name rule.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.AverageBaseCounterName">
            <summary>
            Gets the calculated or custom name for the average base counter.
            The resultant string is taken from <see cref="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CustomAverageBaseCounterName"/> if it is not null or empty,
            otherwise the name is calculated from the default name rule.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.PerSecondCounterName">
            <summary>
            Gets the calculated or custom name for the 'per second' counter.
            The resultant string is taken from <see cref="P:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.CustomAverageBaseCounterName"/> if it is not null or empty,
            otherwise the name is calculated from the default name rule.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.Increment(System.Int64)">
            <summary>
            Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.IncrementBy(System.Int64)">
            <summary>
            Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.Decrement">
            <summary>
            Decrement this counter.
            </summary>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.AddMeasurement(System.Int64)">
            <summary>
            Add new measurement (e.g. when messured how long time a operation took).
            </summary>
            <param name="amount">The measure (e.g. duration for the operation).</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.ToString">
            <summary>
            Overrides the ToString method to get more valuable information.
            </summary>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.InitalizeCounters">
            <summary>
            Create and initialize Windows Performance Counters.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.OperationCounter.ResetCounters">
            <summary>
            Reset counter(s) if this operation counter is set to null.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter">
            <summary>
              Encapsulation of a Windows Performance Counter. It is possible
              to create non-registered counter and use in-memory value.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.FullNameTextFmt2Args">
            <summary>Default format of the full counter name.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.InternalCounterText">
            <summary>Internal Counter text.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.ToStringTextFmt3Args">
            <summary>Format of ToString() override.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.category">
            <summary>The category of this counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.counterType">
            <summary>The type of counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.name">
            <summary>The name of this counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.resetOnStartup">
            <summary>Whether the counters should be rest on startup</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.threadPoolWaitTime">
            <summary> The thread pool wait time</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.initialized">
            <summary>Is this counter initialized.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.initializingCounter">
            <summary>Determines whether the counter is currently being initialized.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.performanceCounter">
            <summary>Performance counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.readOnly">
            <summary>Determines if this counter is read-only or not. All system counters are read-only.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.value">
            <summary>The in-memory value to use when failed to create the performance counter</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.#cctor">
            <summary>
              Initializes static members of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> class.
              Use this constructor to create a read/write Sitecore counter where instance
              name and 'reset at startup' are controlled by the settings file.
              For system counters call this contructor with there readOnly argument set to <c>true</c>
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="readOnly">Whether the performance counter is read-only.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> class.
              Use this constructor to create a read/write Sitecore counter where instance
              name and 'reset at startup' are controlled by the settings file.
              For system counters call this contructor with there readOnly argument set to <c>true</c>
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="counterType">The type of counter to create.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="counterType">The type of counter to create.</param>
            <param name="instanceName">The instance Name.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.String,System.Boolean,System.Boolean)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> class.
              Use this constructor to create a Sitecore counter.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="counterType">The type of counter to create.</param>
            <param name="instanceName">The instance Name.</param>
            <param name="readOnly">Whether the performance counter is read-only.</param>
            <param name="resetOnStartup">if set to <c>true</c>, the counter will be reset before the first usage.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.AllowConnect">
            <summary>
              Gets or sets a value indicating whether it should be possible to connect this counter to a Windows Performance
              Counter.
              If false, the counter newer tries to add initialize Windows performance counter instances and will work in
              in-memomory mode.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.CalculatedValue">
            <summary>
              Gets the next.
            </summary>
            <value>
              The next.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Category">
            <summary>
              Gets Category the performance counter(s) for this operation counter are located.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.CounterType">
            <summary>Gets the type of counter.</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.FullName">
            <summary>
              Gets the full name of this operation counter. The full name is a concatenation of the category and the counter name
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.InstanceName">
            <summary>Gets or sets the instance name to use when initalizing counter(s).</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.IsConnected">
            <summary>
              Gets a value indicating whether this counter currently is connected to a Windows Performance Counter or not.
              Note: Calling this property will not result in initialization of the internal counter. Call the Connect Method
              to initialize the internal counter
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Name">
            <summary>
              Gets the name of this operation counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.ReadOnly">
            <summary>
              Gets or sets a value indicating whether the counter(s) should be readonly or not.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Value">
            <summary>
              Gets or sets the value of the counter.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.CreateClrSystemCounter(System.String,System.String)">
            <summary>
              Create and returns a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> to be used to read CLR counters.
            </summary>
            <param name="name">The name of the Windows counter to monitor.</param>
            <param name="category">The category of the Windows counter to monitor.</param>
            <returns>A new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> class.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.CreateSimpleSitecoreCounter(System.String,System.String)">
            <summary>
              Create and returns a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> that only contains a single simple
              counter.
            </summary>
            <param name="name">The name of the counter.</param>
            <param name="category">The category of the counter.</param>
            <returns>A new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> class.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.CreateSystemCounter(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.String,System.String)">
            <summary>
              Create and returns a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> to be used to read none-Sitecore counters.
            </summary>
            <param name="name">The name of the counter.</param>
            <param name="category">The category of the counter.</param>
            <param name="type">The type of counter.</param>
            <param name="resolveInstanceName">The name of the counter to use to resolve the instance name.</param>
            <param name="resolveInstanceCategory">
              The name of the category that contains the counter to use to resolve the instance
              name.
            </param>
            <returns>A new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> class.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.CreateWindowsSystemCounter(System.String,System.String)">
            <summary>
              Create and returns a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> to be used to read Windows counters.
            </summary>
            <param name="name">The name of the Windows counter to monitor.</param>
            <param name="category">The category of the Windows counter to monitor.</param>
            <returns>A new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter" /> class.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Connect">
            <summary>
              Force the internal Windows performance counter to be created if not already created.
              If it could find a matching counter in the system it is connected.
              If not, internal memory is used and it is not connected.
            </summary>
            <returns>Returns true id connected</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Decrement">
            <summary>
              Decrement this counter.
            </summary>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Increment">
            <summary>
              Increment this counter.
            </summary>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.Increment(System.Int64)">
            <summary>
              Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.IncrementBy(System.Int32)">
            <summary>
              Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
            <remarks>
              Added for backwards compatibility.
            </remarks>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.IncrementBy(System.Int64)">
            <summary>
              Increment this counter.
            </summary>
            <param name="amount">The amount of incrementions.</param>
            <returns>The new value of the counter.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.ToString">
            <summary>
              Overrides the ToString method to get more valuable information.
            </summary>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.DoInitialization(System.Object)">
            <summary>
              Executes the initialization of the counter carried in <paramref name="state" />.
            </summary>
            <param name="state">The state.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.ResolveInstanceName(System.String,System.String)">
            <summary>
              Resolves the name of the current Sitecore instance. If there are more than one running instance,
              the names are posfixed with #n where n is an instance counter. Therefore the name is resolved
              by finding running instance with a matching process id.
            </summary>
            <param name="resolveName">The name of the counter to use for resolving the instance name.</param>
            <param name="resolveCategory">The name of the counter category to use for resolving the instance name..</param>
            <returns>The resolved instance name of this Sitecore instance</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.InitializeCounter">
            <summary>
              Create and initialize the Windows Performance Counter.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.ResetCounter">
            <summary>
              Reset counter.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject">
            <summary>
              Object carries <see cref="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject.counter" /> and <see cref="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject.resetEvent" /> to <see cref="T:Sitecore.Threading.ManagedThreadPool" />-based init.
              <para>Having this type allows to avoid an object instance produced by compiler on each method invocation.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject.counter">
            <summary>
              The counter
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject.resetEvent">
            <summary>
              The reset event
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject.#ctor(Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter,System.Threading.ManualResetEvent)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter.PerformanceCounterInitObject" /> class.
            </summary>
            <param name="counter">The counter.</param>
            <param name="resetEvent">The reset event.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounterComparer">
            <summary>
            Represents a performance countercomparer.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounterComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.PipelineCounters">
            <summary>
            Represents the pipeline counters.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PipelineCounters.PipelinesAborted">
            <summary>
            Gets the total number of times a pipeline was aborted.
            </summary>
            <value>The pipelines aborted.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PipelineCounters.PipelinesExecuted">
            <summary>
            Gets the total number of times a pipeline was executed.
            </summary>
            <value>The pipelines executed.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.PipelineCounters.ProcessorsExecuted">
            <summary>
            Gets the total number of processors that have been
            executed.
            </summary>
            <value>The processors executed.</value>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter">
            <summary>
            A counter that can be used for reading only
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.counterType">
            <summary>The type of operation counter.</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.IsRawCounterValue">
            <summary>
            boolean to indicate whether to use raw counter.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.instanceName">
            <summary>Gets or sets the instance name to use when initalizing counter(s).</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="category">The category.</param>
            <param name="counterType">Type of the counter.</param>
            <param name="instanceName">Name of the instance.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="counterType">The type of counter to create.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.#ctor(System.String,System.String,Sitecore.Diagnostics.PerformanceCounters.CounterType,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="counterType">The type of counter to create.</param>
            <param name="instanceName">The instance Name.</param>
            <param name="valueType">raw value Type to be use to grab counter value</param>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.SetIsRawCounterValue(System.String)">
            <summary>
            Sets the is raw counter value.
            </summary>
            <param name="rawValue">The raw value.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.Value">
            <summary>
            Gets the value of the counter.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.CalculatedValue">
            <summary>
            Gets the calculated value.
            </summary>
            <value>
            The calculated value.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.FormattedValue">
            <summary>
            Gets the formatted value.
            </summary>
            <value>
            The formatted value.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.InstanceName">
            <summary>Gets the instance name to use when initalizing counter(s).</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.InstantiateCounters">
            <summary>
            Creates <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> instances and adds them to the counters collection.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.ResolveInstanceName(Sitecore.Diagnostics.PerformanceCounters.CounterType)">
            <summary>
            Resolves the name of the current Sitecore instance. If there are more than one running instance,
            the names are posfixed with #n where n is an instance counter. Therefore the name is resolved
            by finding running instance with a matching process id.
            </summary>
            <param name="counterType">The system type to us.</param>
            <returns>The resolved instance name of this Sitecore instance</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadOnlyCounter.ResolveInstanceName(System.String,System.String)">
            <summary>
            Resolves the name of the current Sitecore instance. If there are more than one running instance,
            the names are posfixed with #n where n is an instance counter. Therefore the name is resolved
            by finding running instance with a matching process id.
            </summary>
            <param name="resolveName">The name of the counter to use for resolving the instance name.</param>
            <param name="resolveCategory">The name of the counter category to use for resolving the instance name..</param>
            <returns>The resolved instance name of this Sitecore instance</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter">
            <summary>
            A counter that can be used for reading and writing
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.carry">
            <summary>Internal carry counter.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.CarryPostfix">
            <summary>The string to postfix carry counters.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.resetOnStartup">
            <summary>Whether the counters should be rest on startup</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.PerformanceCounters.OperationCounter"/> class.
            </summary>
            <param name="name">The name of this operation counter.</param>
            <param name="category">The category.</param>
            <param name="resetOnStartup">if set to <c>true</c>, the counter will be reset before the first usage.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.ResetOnStartup">
            <summary>Gets a value indicating whether the counters should be reset on startup</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.AllowConnect">
            <summary>
            Gets or sets a value indicating whether it should be possible to connect this counter to a Windows Performance Counter.
            If false, the counter never tries to add initialize Windows performance counter instances and will work in
            in-memomory mode.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.HasCarry">
            <summary>Gets a value indicating whether there is a carry for this counter or not.</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.Counter">
            <summary>Gets or sets internal performance counter.</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.ResetCarry">
            <summary>
            Resets the carry, if any.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.ResetCounter">
            <summary>
            Reset counter(s) if this operation counter is set to null.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.InitializeCounters">
            <summary>
            Create and initialize counter.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.PerformanceCounters.ReadWriteCounter.InstantiateCounters">
            <summary>
            Creates <see cref="T:Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter" /> instances and adds them to the counters collection.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.SystemCounter">
            <summary>
            TODO: Update summary.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.PerformanceCounters.XmlCounters">
            <summary>
            Represents the xml counters.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.XmlCounters.ItemNavigatorsCreated">
            <summary>
            Gets the total number of <see cref="T:Sitecore.Xml.XPath.ItemNavigator"/>
            instances that have been created.
            </summary>
            <value>The item navigators created.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.PerformanceCounters.XmlCounters.PacketsCreated">
            <summary>
            Gets the total number of <see cref="T:Sitecore.Xml.Packet"/>
            instances that have been created.
            </summary>
            <value>The packets created.</value>
        </member>
        <member name="T:Sitecore.Diagnostics.ProfileEntry">
            <summary>ProfileData</summary>
        </member>
        <member name="M:Sitecore.Diagnostics.ProfileEntry.#ctor(System.String,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.ProfileEntry"/> class.
            </summary>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.AdminTime">
            <summary>
            Gets the admin time.
            </summary>
            <value>The admin time.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.CallStackID">
            <summary>
            Gets or sets the call stack ID.
            </summary>
            <value>The call stack ID.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.ChildTime">
            <summary>
            Gets the child time.
            </summary>
            <value>The child time.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.EndTick">
            <summary>
            Gets or sets the end tick.
            </summary>
            <value>The end tick.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.Level">
            <summary>
            Gets or sets the level.
            </summary>
            <value>The level.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.MethodName">
            <summary>
            Gets the name of the method.
            </summary>
            <value>The name of the method.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.OwnTime">
            <summary>
            Gets the own time.
            </summary>
            <value>The own time.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.RequestID">
            <summary>
            Gets the request ID.
            </summary>
            <value>The request ID.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.Sequence">
            <summary>
            Gets or sets the sequence.
            </summary>
            <value>The sequence.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.StartTick">
            <summary>
            Gets or sets the start tick.
            </summary>
            <value>The start tick.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.ProfileEntry.TotalTime">
            <summary>
            Gets the total time.
            </summary>
            <value>The total time.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.ProfileEntry.AddAdminTime(System.Double)">
            <summary>
            Adds the admin time.
            </summary>
            <param name="time">The time.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.ProfileEntry.AddChildTime(System.Double)">
            <summary>
            Adds the child time.
            </summary>
            <param name="time">The time.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiler">
            <summary>
            Represents the Profiler.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiler.IsActive">
            <summary>
            Gets a value indicating whether this instance is active.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiler.RenderOnEndSession">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Diagnostics.Profiler"/> renders the on end session.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Diagnostics.Profiler"/> renders the on end session; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Abort">
            <summary>
            Aborts profiling.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.EndOperation">
            <summary>
            Ends the operation.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.EndOperation(System.String)">
            <summary>
            Ends the operation.
            </summary>
            <param name="status">
            The status.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.EndSession">
            <summary>
            Ends the session.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.GetFormattedProfile">
            <summary>
            Gets the formatted profile.
            </summary>
            <returns>
            The get formatted profile.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.GetFormattedProfile(System.String)">
            <summary>
            Gets the formatted profile.
            </summary>
            <param name="xslFile">
            The XSL file.
            </param>
            <returns>
            The get formatted profile.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.GetReportFileName">
            <summary>
            Gets the name of the report file.
            </summary>
            <returns>
            The get report file name.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Render">
            <summary>
            Renders this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.SaveReport">
            <summary>
            Saves the report.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.SaveReport(System.String)">
            <summary>
            Saves the report.
            </summary>
            <param name="fileName">
            Name of the file.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.StartOperation(System.String)">
            <summary>
            Starts the operation.
            </summary>
            <param name="name">
            The operation name.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.StartSession">
            <summary>
            Starts the session.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.GetWorker">
            <summary>
            Gets the worker.
            </summary>
            <returns>Worker object
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.SetWorker(Sitecore.Diagnostics.Profiler.Worker)">
            <summary>
            Sets the worker.
            </summary>
            <param name="worker">
            The worker.
            </param>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiler.Worker">
            <summary>
            Represents a Worker.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiler.Worker.workerName">
            <summary>
            The worker name.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiler.Worker.renderOnEndSession">
            <summary>
            The m_render on end session.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiler.Worker.timer">
            <summary>
            The timer.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Worker.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.Profiler.Worker"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiler.Worker.RenderOnEndSession">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Diagnostics.Profiler.Worker"/> renders the on end session.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Diagnostics.Profiler.Worker"/> renders the on end session; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Worker.GetReportFileName">
            <summary>
            Gets the name of the report file.
            </summary>
            <returns>
            The get report file name.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Worker.EndOperation(System.String)">
            <summary>
            Ends the operation.
            </summary>
            <param name="status">
            The status.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Worker.StartOperation(System.String)">
            <summary>
            Starts the operation.
            </summary>
            <param name="name">
            The operation name.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Worker.GetChildTime">
            <summary>
            Gets the child time.
            </summary>
            <returns>
            The get child time.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiler.Worker.GetElapsed">
            <summary>
            Gets the elapsed.
            </summary>
            <returns>
            The get elapsed.
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.ProfileSection">
            <summary>
            ProfileSection class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.ProfileSection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.ProfileSection"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.ProfileSection.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.CpuTimeMeasuringAgent.OpenThread(System.Int32,System.Boolean,System.UInt32)">
            <summary>
            The open thread.
            </summary>
            <param name="dwDesiredAccess">
            The dw desired access.
            </param>
            <param name="bInheritHandle">
            The b inherit handle.
            </param>
            <param name="dwThreadId">
            The dw thread id.
            </param>
            <returns>
            The System.IntPtr.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.CpuTimeMeasuringAgent.QueryThreadCycleTime(System.Runtime.InteropServices.SafeHandle,System.UInt64@)">
            <summary>
            The query thread cycle time.
            </summary>
            <param name="treadHandle">
            The tread handle.
            </param>
            <param name="CycleTime">
            The cycle time.
            </param>
            <returns>
            The System.UInt64.
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler">
            <summary>
            Default profiler implementation.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.#ctor(System.Boolean,Sitecore.Diagnostics.Profiling.IProfilingResultRecorder{System.String,Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation})">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler"/>
            </summary>
            <param name="measureCpuTime">Whether the profiler should measure CPU time spent.</param>
            <param name="recorder">Implementation to use to record performance measurement results.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.BeginOperation">
            <summary>
            Marks a start of the operation.
            </summary>
            <returns>An opaque object representing the intermediate profiler state.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.EndOperation(System.Object,Sitecore.Diagnostics.Profiling.OperationPerformanceData)">
            <summary>
            Marks an end of the operation and records performance information into the measurement data object.
            </summary>
            <param name="state">The opaque </param>
            <param name="measurementData"></param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.StartPipelineProfilingScope(System.String,System.Int32)">
            <summary>
            Starts a new profiling scope for a pipeline call.
            </summary>
            <param name="name">Name of the pipeline. Profiling results for the same pipeline are combined under the same entry in the performance snapshots.</param>
            <param name="processorCount">Number of the processors in the pipeline.</param>
            <returns>An implementation of <see cref="T:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope"/> interface.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.BeginMeasurement(Sitecore.Diagnostics.Profiling.IMeasuringAgent)">
            <summary>
            Begins measurement for the specified agent, suppressing any exceptions.
            </summary>
            <param name="agent">Agent to begin measurement for.</param>
            <returns>Captured state returned by the agent or null of the operation failed.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.EndMeasurement(Sitecore.Diagnostics.Profiling.IMeasuringAgent,System.Object,Sitecore.Diagnostics.Profiling.OperationPerformanceData)">
            <summary>
            Ends measurement of the specified agent, suppressing any exceptions.
            </summary>
            <param name="agent">Agent to end measurement for.</param>
            <param name="state">Captured initial state of the agent, as returned by <see cref="M:Sitecore.Diagnostics.Profiling.DefaultPipelineProfiler.BeginMeasurement(Sitecore.Diagnostics.Profiling.IMeasuringAgent)"/>.</param>
            <param name="pipelineProfileData">Container for the performance information.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.IOperationProfiler">
            <summary>
            Describes interface for measuring performance of a single operation.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IOperationProfiler.BeginOperation">
            <summary>
            Marks a start of the operation.
            </summary>
            <returns>An opaque object representing the intermediate profiler state.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IOperationProfiler.EndOperation(System.Object,Sitecore.Diagnostics.Profiling.OperationPerformanceData)">
            <summary>
            Marks an end of the operation and records performance information into the measurement data object.
            </summary>
            <param name="state">The opaque profiler state returned by <see cref="M:Sitecore.Diagnostics.Profiling.IOperationProfiler.BeginOperation"/>.</param>
            <param name="measurementData">An instance of <see cref="T:Sitecore.Diagnostics.Profiling.OperationPerformanceData"/> to record performance information into.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.IPipelineProfiler">
            <summary>
            Profiler interface
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IPipelineProfiler.StartPipelineProfilingScope(System.String,System.Int32)">
            <summary>
            Starts a new profiling scope for a pipeline call.
            </summary>
            <param name="name">Name of the pipeline. Profiling results for the same pipeline are combined under the same entry in the performance snapshots.</param>
            <param name="processorCount">Number of the processors in the pipeline.</param>
            <returns>An implementation of <see cref="T:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope"/> interface.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope">
            <summary>
            Describes a scope for profiling of a single pipeline call.
            The scope starts by creating an instance of an object that implements the interface and
            ends by calling <see cref="M:System.IDisposable.Dispose"/> method.
            <p>
            Performance of individual processors is measured by first registering the processor using <see cref="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)"/> method,
            and then calling <see cref="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.StartProcessorScope(System.Int32)"/> to mark the start of the scope and then <see cref="M:System.IDisposable.Dispose"/> on the result to mark the end of the scope.
            </p>
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)">
            <summary>
            Registers processor name and method name into the pipeline scope.
            </summary>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <param name="name">Logical name of the processor (or name of the type that implements the processor).</param>
            <param name="methodName">Name of the method that is invoked.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.StartProcessorScope(System.Int32)">
            <summary>
            Starts profiling scope for an individual processor. The processor must have been registered with <see cref="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)"/>.
            </summary>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <returns>A disposable object that represents the scope of measurement. When processor is finished, <see cref="M:System.IDisposable.Dispose"/> must be called on the result of this method. See also <see cref="T:Sitecore.Diagnostics.Profiling.ProfilerApi"/>.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.IProfilingResultRecorder`2">
            <summary>
            The ProfilerCounters interface.
            </summary>
            <typeparam name="TKey">Type of the key of the timing entries.</typeparam>
            <typeparam name="TData">Type of the profiling data stored in the snapshots.</typeparam>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IProfilingResultRecorder`2.AddTimingEntry(`0,`1)">
            <summary>
            Registers a single execution entry in the profiler state.
            </summary>
            <param name="key">
            Key of the entry.
            </param>
            <param name="data">
            Recorded profiling data.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IProfilingResultRecorder`2.GetSnapshot">
            <summary>
            Retrieves a snapshot of the current profiler state.
            </summary>
            <returns>
            An array of key-value pairs representing the profiling information.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.IProfilingResultRecorder`2.Reset">
            <summary>
            Resets the profiling state.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.NullPipelineProfiler">
            <summary>
            Empty implementation of <see cref="T:Sitecore.Diagnostics.Profiling.IPipelineProfiler"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.NullPipelineProfiler.nullScope">
            <summary>
            null scope singleton.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.NullPipelineProfiler.StartPipelineProfilingScope(System.String,System.Int32)">
            <summary>
            Starts a new profiling scope for a pipeline call.
            </summary>
            <remarks>The object returned by this implementation performs no measurements and does not register any performance results.</remarks>
            <param name="name">Name of the pipeline. Profiling results for the same pipeline are combined under the same entry in the performance snapshots.</param>
            <param name="processorCount">Number of the processors in the pipeline.</param>
            <returns>An implementation of <see cref="T:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope"/> interface.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.NullPipelineProfilingScope">
            <summary>
            Implements a <see cref="T:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope"/> that performs no operations.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.NullPipelineProfilingScope.Dispose">
            <summary>
            Marks the end of the scope.
            </summary>
            <remarks>This method performs no actions in this implementation.</remarks>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.NullPipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)">
            <summary>
            Registers processor name and method name into the pipeline scope.
            </summary>
            <remarks>This method performs no actions in this implementation.</remarks>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <param name="name">Logical name of the processor (or name of the type that implements the processor).</param>
            <param name="methodName">Name of the method that is invoked.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.NullPipelineProfilingScope.StartProcessorScope(System.Int32)">
            <summary>
            Starts profiling scope for an individual processor. The processor must have been registered with <see cref="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)"/>.
            </summary>
            <remarks>This method performs no actions in this implementation.</remarks>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <returns>A disposable object that represents the scope of measurement. When processor is finished, <see cref="M:System.IDisposable.Dispose"/> must be called on the result of this method. See also <see cref="T:Sitecore.Diagnostics.Profiling.ProfilerApi"/>.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.OperationPerformanceData">
            <summary>
            PipelineProfileData
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.OperationPerformanceData.CpuTime">
            <summary>
            The cpu time.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.OperationPerformanceData.WallTime">
            <summary>
            The time.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.OperationPerformanceData.MaxWallTime">
            <summary>
            The max time.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.OperationPerformanceData.ExecutionCount">
            <summary>
            The iteration.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.OperationPerformanceData.Merge(Sitecore.Diagnostics.Profiling.OperationPerformanceData)">
            <summary>
            Merges information from the supplied instance of <see cref="T:Sitecore.Diagnostics.Profiling.OperationPerformanceData"/> into the current instance.
            </summary>
            <param name="other">The instance to merge information from.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.OperationPerformanceData.Clone">
            <summary>
            Returns a clone of the operation performance data.
            </summary>
            <returns>A new instance of <see cref="T:Sitecore.Diagnostics.Profiling.OperationPerformanceData"/> containing the same values as this instance.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation">
            <summary>
            Encapsulates performance information for the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.#ctor(System.Int32)">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation"/> class.
            </summary>
            <param name="processorCount">Number of the processors in the pipeline.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.#ctor(Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation)">
            <summary>
            Copy constructor. Constructs a deep copy of the source instance.
            </summary>
            <param name="source">The instance to copy information from.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.PerformanceData">
            <summary>
            Gets performance information record for the entire pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.GetAllProcessors">
            <summary>
            Enumerates all the processors in the pipeline in the order of definition.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.Merge(Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation)">
            <summary>
            Merges information from the provided <see cref="T:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation"/> instance into the current instance.
            </summary>
            <param name="other">The instance of <see cref="T:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation"/> class to get information from.</param>
            <returns>An reference to <c>this</c> instance.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.RegisterProcessor(System.Int32,System.String,System.String)">
            <summary>
            Creates a processor performance information slot for the processor identified by parameters.
            </summary>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <param name="name">Logical name of the processor (or name of the implementing type).</param>
            <param name="methodName">Name of the method to be invoked.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.GetProcessor(System.Int32)">
            <summary>
            Returns a reference to a particular processor information slot. The slot must have been registered with <see cref="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.RegisterProcessor(System.Int32,System.String,System.String)"/> before calling this method.
            </summary>
            <param name="index">Ordinal index of the procesor in the pipeline.</param>
            <returns>An instance of <see cref="T:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation"/> class.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation.Clone">
            <summary>
            Creates a deep copy of this instance.
            </summary>
            <returns>A new instance of <see cref="T:Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation"/> that is a deep copy of this instance.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.PipelineProfileInfo">
            <summary>
            Pipeline profiling information
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.methodName">
            <summary>
            The method name.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.pipelineName">
            <summary>
            The pipeline name.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.processorObjectName">
            <summary>
            The processor object name.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.hashcode">
            <summary>
            Precalculated hashcode
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.Empty">
            <summary>
            An empty instance of pipeline profiling information.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.#ctor(System.String,System.String,System.String)">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Diagnostics.Profiling.PipelineProfileInfo"/> class.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="processorObjectName">Type name of the processor object.</param>
            <param name="methodName">Name of the method in theprocessor object.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.MethodName">
            <summary>
            The method name.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.PipelineName">
            <summary>
            The pipeline name.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.ProcessorObjectName">
            <summary>
            The processor object name.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.ToString">
            <summary>
            The to string.
            </summary>
            <returns>
            The System.String.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.Equals(System.Object)">
            <summary>
            The equals.
            </summary>
            <param name="obj">
            The obj.
            </param>
            <returns>
            The System.Boolean.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfileInfo.GetHashCode">
            <summary>
            The get hash code.
            </summary>
            <returns>
            The System.Int32.
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.PipelineProfilerMemoryState">
            <summary>
            Memory-based counters implementation
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfilerMemoryState._processorCountersSource">
            <summary>
            The processorCountersSource source.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilerMemoryState.AddTimingEntry(System.String,Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation)">
            <summary>
            The add pipelineProfileData entry.
            </summary>
            <param name="key">
            The pipelineProfileInfo.
            </param>
            <param name="data">
            The pipelineProfileData.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilerMemoryState.Reset">
            <summary>
            The reset.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilerMemoryState.GetSnapshot">
            <summary>
            Gets all the pipelineProfileData entries
            </summary>
            <returns>
            The Sitecore.Diagnostics.Profiling.PipelineProfileInfo[].
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.PipelineProfilingScope">
            <summary>
             Provides execution scope to measure performance of a pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.performanceInformation">
            <summary>
            Container for performance information for the entire pipeline and all its processors.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.pipelineName">
            <summary>
            Name of the pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.pipelineProfiler">
            <summary>
            Profiler used to measure performance.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.resultRecorder">
            <summary>
            Recorder of the profiling results.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.profilerState">
            <summary>
            Intermediate profiler state for this profiling scope.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.#ctor(System.String,System.Int32,Sitecore.Diagnostics.Profiling.IOperationProfiler,Sitecore.Diagnostics.Profiling.IProfilingResultRecorder{System.String,Sitecore.Diagnostics.Profiling.PipelinePerformanceInformation})">
            <summary>
            Creates an instance of <see cref="T:Sitecore.Diagnostics.Profiling.PipelineProfilingScope"/>.
            </summary>
            <param name="pipelineName">Name of the pipeline to measure performance for.</param>
            <param name="processorCount">Count of processors in the pipeline.</param>
            <param name="pipelineProfiler">Profiler implementation to use for measurement.</param>
            <param name="resultRecorder">Implementation of profiler state storage.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.Dispose">
            <summary>
            Marks the end of the profiling scope. Ends measurements and records the results.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)">
            <summary>
            Registers processor name and method name into the pipeline scope.
            </summary>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <param name="name">Logical name of the processor (or name of the type that implements the processor).</param>
            <param name="methodName">Name of the method that is invoked.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.PipelineProfilingScope.StartProcessorScope(System.Int32)">
            <summary>
            Starts profiling scope for an individual processor. The processor must have been registered with <see cref="M:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope.RegisterProcessor(System.Int32,System.String,System.String)"/>.
            </summary>
            <param name="index">Ordinal index of the processor in the pipeline.</param>
            <returns>A disposable object that represents the scope of measurement. When processor is finished, <see cref="M:System.IDisposable.Dispose"/> must be called on the result of this method. See also <see cref="T:Sitecore.Diagnostics.Profiling.ProfilerApi"/>.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation">
            <summary>
            Represents performance information of a processor in a pipeline.
            The object is used to both capture performance of a single processor call and to represent aggregated information in a snapshot.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation.#ctor(System.String,System.String)">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation"/> class.
            </summary>
            <param name="processorName">Name of the processor.</param>
            <param name="methodName">Method name of the processor.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation.ProcessorName">
            <summary>
            Gets the processor name.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation.MethodName">
            <summary>
            Gets the method name of the processor.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation.PerformanceData">
            <summary>
            Gets the performance data contained in the object.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation.Merge(Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation)">
            <summary>
            Merges the performancee data from the supplied instance of <see cref="T:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation"/>.
            </summary>
            <param name="other">The processor information object </param>
            <exception cref="T:System.InvalidOperationException">Occurs when an object with a different processor name and method name is supplied to the method.</exception>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation.Clone">
            <summary>
            Creates a clone (a deep copy) of this instance.
            </summary>
            <returns>An new instance of <see cref="T:Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation"/> containing the same values as this instance.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope">
            <summary>
            Implements profiling scope for a single processor call.
            The scope starts when the object is created and ends when <see cref="M:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope.Dispose"/> method is called.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope.processorInformation">
            <summary>
            Container for the processor performance information.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope.pipelineProfiler">
            <summary>
            Profiler to use to measure the results.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope.state">
            <summary>
            Intermediate profiler state.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope.#ctor(Sitecore.Diagnostics.Profiling.ProcessorPerformanceInformation,Sitecore.Diagnostics.Profiling.IOperationProfiler)">
            <summary>
            Starts a new profiling scope for a processor call.
            </summary>
            <param name="processorInformation">Container to record performance information into.</param>
            <param name="pipelineProfiler">Profiler to use to measure the results.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProcessorProfilingScope.Dispose">
            <summary>
            Marks the end of the profiling scope for the processor call.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.Profiling.ProfilerApi">
            <summary>
            ProfilerApi implementation
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.ProfilerApi.isProfilingEnabled">
            <summary>
            The is profiling enabled.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.ProfilerApi.profilerStateImplementation">
            <summary>
            profiler counters implementation abstraction
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Profiling.ProfilerApi.pipelineProfiler">
            <summary>
            profiler implementation abstraction
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProfilerApi.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Diagnostics.Profiling.ProfilerApi"/> class.
            ProfilerApi static constructor
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Profiling.ProfilerApi.IsProfilingEnabled">
            <summary>
            Static flag indicating if profiling enabled.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProfilerApi.GetPipelineProfilingSnapshot">
            <summary>
            Returns timing data snapshot
            </summary>
            <returns>snapshot data</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProfilerApi.ResetCounters">
            <summary>
            The reset counters.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Profiling.ProfilerApi.StartPipelineScope(System.String,System.Int32)">
            <summary>
             Starts a new pipeline profiling scope. The scope must be disposed of when the scope ends.
            </summary>
            <param name="name">Name of the pipeline to measure performance for. All measurements of the same pipeline are combined into the same entry in the profiling results.</param>
            <param name="processorCount">Number of the processors in the pipeline.</param>
            <returns>An implementation of <see cref="T:Sitecore.Diagnostics.Profiling.IPipelineProfilingScope"/> interface.</returns>
        </member>
        <member name="T:Sitecore.Diagnostics.RecursionLimit">
            <summary>
            RecursionLimit class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionLimit.#ctor(System.String,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.RecursionLimit"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.RecursionLimit.Exceeded">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Diagnostics.RecursionLimit"/> is exceeded.
            </summary>
            <value><c>true</c> if exceeded; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.RecursionLimit.Level">
            <summary>
            Gets the current level.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionLimit.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionLimit.GetValues">
            <summary>
            Gets the values dictionary.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionLimit.SetValue(System.Int32)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionLimit.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.RecursionStack">
            <summary>
            The RecursionStack
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.RecursionStack"/> class.
            </summary>
            <param name="caller">The caller.</param>
            <param name="identifier">The identifier.</param>
            <param name="details">The details.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.GetStack">
            <summary>
            Gets the stack.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.Push(System.String)">
            <summary>
            Pushes the specified key onto the stack.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.Pop">
            <summary>
            Pops a value off the stack.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.Contains(System.String,System.String)">
            <summary>
            Determines whether the stack contains the specified info.
            </summary>
            <param name="caller">The caller.</param>
            <param name="details">The details.</param>
            <returns>
                <c>true</c> if the stack contains the specified info; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.GetCount(System.String,System.String)">
            <summary>
            Gets the number of times the specified info occurs in the stack.
            </summary>
            <param name="caller">The caller.</param>
            <param name="details">The details.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.GetTrail(System.String,System.String)">
            <summary>
            Converts the stack to a string for a specific caller.
            </summary>
            <param name="caller">The caller.</param>
            <param name="divider">The divider.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="caller">The caller.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.GetKey(System.String,System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="caller">The caller.</param>
            <param name="details">The details.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Diagnostics.RecursionStack.GetKey(System.String,System.String,System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="caller">The caller.</param>
            <param name="identifier">The identifier.</param>
            <param name="details">The details.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Statistics">
            <summary>
            Statistics
            </summary>
            <summary>
            Statistics
            </summary>
            <summary>
              Statistics
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Statistics.DisableRenderingDataCollection">
            <summary>
            Indicates rendering data collection is disabled.
            <para>Inverted <see cref="P:Sitecore.Configuration.Settings.Statistics.CollectRenderingData"/> setting copy.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Statistics.CleanupTimer">
            <summary>
            The cleanup timer.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingStatistics">
            <summary>
              Gets the rendering data.
            </summary>
            <value>The rendering data.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RequestCount">
            <summary>
              Gets the request count.
            </summary>
            <value>The request count.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RequestTime">
            <summary>
              Gets the request time.
            </summary>
            <value>The request time.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.AddPipelineTiming(System.String,System.TimeSpan)">
            <summary>
              Adds a pipeline timing.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.AddRenderingData(System.String,System.Double,System.Int64,System.Boolean)">
            <summary>
            Adds rendering data.
            </summary>
            <param name="traceName">Name of the trace.</param>
            <param name="elapsed">The elapsed time (in ms.).</param>
            <param name="itemsAccessed">The items accessed.</param>
            <param name="usedCache">if set to <c>true</c> this instance is used cache.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.AddRequestTiming(System.TimeSpan)">
            <summary>
              Adds the request timing.
            </summary>
            <param name="requestTime">The request time.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.Clear">
            <summary>
            Clears the current data
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.GetRenderingData(System.String)">
            <summary>
            Gets rendering data.
            </summary>
            <param name="traceName">Name of the trace.</param>
            <returns>The rendering data.</returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.ResetPipelineTiming">
            <summary>
              Resets the pipeline timing.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.ResetRequestTiming">
            <summary>
              Resets the request timing.
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.Statistics.PipelineTiming">
            <summary>
            PipelineTiming class
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.PipelineTiming.CallCount">
            <summary>
            Gets the call count.
            </summary>
            <value>The call count.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.PipelineTiming.TotalTime">
            <summary>
            Gets the total time.
            </summary>
            <value>The total time.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.PipelineTiming.Add(System.TimeSpan)">
            <summary>
            Adds the specified timing.
            </summary>
            <param name="elapsed">The elapsed time.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.Statistics.RenderingData">
            <summary>
              The Rendering statistics collected per rendering and site basic.
              <para>
                How may times control was rendered; how many items were accessed; how much time was taken totally, as well as
                min/max values.
              </para>
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Statistics.RenderingData.m_usedCache">
            <summary>
              The number of times rendering used cache.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.RenderingData.#ctor(System.String,System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.Statistics.RenderingData" /> class.
            </summary>
            <param name="traceName">The <see cref="M:Sitecore.Web.UI.WebControl.GetTraceName">trace name</see> of the rendering.</param>
            <param name="site">The Context site name for which statistics was collected.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.AverageItemsAccessed">
            <summary>
              Gets the total number of items accessed by the rendering.
            </summary>
            <value>The total number of items accessed by the rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.AverageTime">
            <summary>
              Gets the average time spent by the rendering.
            </summary>
            <value>The average time spent by the rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.CacheHitRatio">
            <summary>
              Gets the cache hit ratio.
            </summary>
            <value>The cache hit ratio.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.LastRendered">
            <summary>
              Gets the time of the latest rendering.
            </summary>
            <value>The time of the latest rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.MaxItemsAccessed">
            <summary>
              Gets the maximum number of items accessed during rendering.
            </summary>
            <value>The maximum number of items accessed during rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.MaxTime">
            <summary>
              Gets the slowest time of rendering (in ms.).
            </summary>
            <value>The slowest time of rendering (in ms.).</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.MinItemsAccessed">
            <summary>
              Gets the minimum number of items accessed during rendering.
            </summary>
            <value>The minimum number of items accessed during rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.MinTime">
            <summary>
              Gets the fastest time of rendering (in ms.).
            </summary>
            <value>The fastest time of rendering (in ms.).</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.RenderCount">
            <summary>
              Gets the total number of times the rendering has been rendered.
            </summary>
            <value>The total number of times the rendering has been rendered.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.SiteName">
            <summary>
              Gets the name of the site where the rendering was rendered.
            </summary>
            <value>The name of the site where the rendering was rendered.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.TotalItemsAccessed">
            <summary>
              Gets the total number of items accessed by the rendering.
            </summary>
            <value>The total number of items accessed by the rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.TotalTime">
            <summary>
              Gets the total time spent by the rendering.
            </summary>
            <value>The total number of items accessed by the rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.TraceName">
            <summary>
              Gets the <see cref="M:Sitecore.Web.UI.WebControl.GetTraceName">trace name</see> of the rendering.
            </summary>
            <value>The <see cref="M:Sitecore.Web.UI.WebControl.GetTraceName">trace name</see> of the rendering.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Statistics.RenderingData.UsedCache">
            <summary>
              Gets the number of times the rendering was rendered from cache.
            </summary>
            <value>The number of times the rendering was rendered from cache.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.RenderingData.AddData(System.Double,System.Int64,System.Boolean)">
            <summary>
              Adds the statistical data collected while rendering the control for given site.
            </summary>
            <param name="elapsed">The elapsed time (in ms.).</param>
            <param name="itemsAccessed">The number of items accessed to render the control.</param>
            <param name="usedCache">if set to <c>true</c> this instance is used cache.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.RenderingData.AddData(System.Int64,System.Int64,System.Boolean)">
            <summary>
              Adds the statistical data collected while rendering the control for given site.
            </summary>
            <param name="ticksElapsed">The ticks elapsed to produce markup.</param>
            <param name="itemsAccessed">The number of items accessed to render the control.</param>
            <param name="usedCache">if set to <c>true</c> this instance is used cache..</param>
        </member>
        <member name="T:Sitecore.Diagnostics.Statistics.RenderingData.RenderingDataDebuggerProxy">
            <summary>
              The <see cref="T:Sitecore.Diagnostics.Statistics.RenderingData" /> debugger view.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Statistics.RenderingData.RenderingDataDebuggerProxy.#ctor(Sitecore.Diagnostics.Statistics.RenderingData)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.Statistics.RenderingData.RenderingDataDebuggerProxy" /> struct.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.TextLog">
            <summary>
            TextLog class
            </summary>
        </member>
        <member name="T:Sitecore.Diagnostics.TextLog.Severity">
            <summary>Severity</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.TextLog.Severity.Information">
            <summary>Informational entry.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.TextLog.Severity.Warning">
            <summary>Warning entry.</summary>
        </member>
        <member name="F:Sitecore.Diagnostics.TextLog.Severity.Error">
            <summary>Error entry.</summary>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLog.Entries">
            <summary>
            Gets the entries.
            </summary>
            <value>The entries.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLog.Errors">
            <summary>
            Gets the error entries.
            </summary>
            <value>The error entries.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLog.Informations">
            <summary>
            Gets the informtational entries.
            </summary>
            <value>The error entries.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLog.Warnings">
            <summary>
            Gets the warning entries.
            </summary>
            <value>The error entries.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.TextLog.AppendError(System.String)">
            <summary>
            Appends an error to the log.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.TextLog.GetEnumerator(Sitecore.Diagnostics.TextLog.Severity)">
            <summary>
            Gets a filtered enumerator.
            </summary>
            <param name="severity">The severity.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Diagnostics.TextLogEntry">
            <summary>
            TextLogEntry class
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.TextLogEntry.#ctor(System.String,Sitecore.Diagnostics.TextLog.Severity)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.TextLogEntry"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="severity">The severity.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.TextLogEntry.#ctor(System.String,Sitecore.Diagnostics.TextLog.Severity,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.TextLogEntry"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="severity">The severity.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLogEntry.Exception">
            <summary>
            Gets the exception.
            </summary>
            <value>The exception.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLogEntry.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.TextLogEntry.Severity">
            <summary>
            Gets the severity.
            </summary>
            <value>The severity.</value>
        </member>
        <member name="T:Sitecore.Diagnostics.Tracer">
            <summary>
            Represents the Tracer.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.Indent">
            <summary>
            Gets or sets the indent.
            </summary>
            <value>The indent.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.IsActive">
            <summary>
            Gets a value indicating whether this instance is active.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.RenderOnEndSession">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Diagnostics.Tracer"/> renders on end session.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Diagnostics.Tracer"/> renders on end session; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.TotalTime">
            <summary>
            Gets the total time.
            </summary>
            <value>The total time.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Abort">
            <summary>
            Aborts tracing.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Debug(System.Object)">
            <summary>
            Outputs the specified debug message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.DebugInfo(System.String,Sitecore.Xml.Packet)">
            <summary>
            Outputs the specified debug information.
            </summary>
            <param name="debugInfoID">
            The debug info ID.
            </param>
            <param name="packet">
            The debug info.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.EndSession">
            <summary>
            Ends the session.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Error(System.Object)">
            <summary>
            Outputs the specified error message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Error(System.Object,System.Object)">
            <summary>
            Outputs the specified error message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="details">
            The details.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Fatal(System.Object)">
            <summary>
            Outputs the specified fatal message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.GetFormattedTrace">
            <summary>
            Gets the formatted trace.
            </summary>
            <returns>
            The get formatted trace.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.GetFormattedTrace(System.String)">
            <summary>
            Gets the formatted trace.
            </summary>
            <param name="xslFile">
            The XSL file.
            </param>
            <returns>
            The get formatted trace.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.GetReportFileName">
            <summary>
            Gets the name of the report file.
            </summary>
            <returns>
            The get report file name.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Info(System.Object)">
            <summary>
            Outputs the specified information message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Info(System.Object,System.Object)">
            <summary>
            Outputs the specified information message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="details">
            The details.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Render">
            <summary>
            Renders this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.SaveCurrentReport">
            <summary>
            Saves the current report.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.SaveReport(System.String)">
            <summary>
            Saves the report.
            </summary>
            <param name="fileName">
            Name of the file.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.StartSession">
            <summary>
            Starts the session.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Warning(System.Object)">
            <summary>
            Outputs the specified warning message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Warning(System.Object,System.Object)">
            <summary>
            Outputs the specified warning message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="details">
            The details.
            </param>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Add(System.Object,System.String)">
            <summary>
            Adds the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="elementName">
            Name of the element.
            </param>
            <returns>Added node.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Add(System.Object,System.Object,System.String)">
            <summary>
            Adds the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="details">
            The details.
            </param>
            <param name="elementName">
            Name of the element.
            </param>
            <returns>Added node
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.GetWorker">
            <summary>
            Gets the worker.
            </summary>
            <returns>Current worker
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.SetWorker(Sitecore.Diagnostics.Tracer.Worker)">
            <summary>
            Sets the worker.
            </summary>
            <param name="worker">
            The worker.
            </param>
        </member>
        <member name="T:Sitecore.Diagnostics.Tracer.Worker">
            <summary>
            Represents a Worker.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Tracer.Worker.workerName">
            <summary>
            The worker name.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Tracer.Worker.sincestart">
            <summary>
            The sincestart.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Tracer.Worker.timer">
            <summary>
            The timer.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Tracer.Worker.indent">
            <summary>
            The indent.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Tracer.Worker.renderOnEndSession">
            <summary>
            The _render on end session.
            </summary>
        </member>
        <member name="F:Sitecore.Diagnostics.Tracer.Worker.totalTime">
            <summary>
            The _total time.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Worker.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.Tracer.Worker"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.Worker.Indent">
            <summary>
            Gets or sets the indent.
            </summary>
            <value>The indent.</value>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.Worker.RenderOnEndSession">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Diagnostics.Tracer.Worker"/> renders the on end session.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Diagnostics.Tracer.Worker"/> renders the on end session; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Diagnostics.Tracer.Worker.TotalTime">
            <summary>
            Gets the total time.
            </summary>
            <value>The total time.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Worker.GetReportFileName">
            <summary>
            Gets the name of the report file.
            </summary>
            <returns>
            The get report file name.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Worker.Add(System.Object,System.String)">
            <summary>
            Adds the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="elementName">
            Name of the element.
            </param>
            <returns>Added node.
            </returns>
        </member>
        <member name="M:Sitecore.Diagnostics.Tracer.Worker.Add(System.Object,System.Object,System.String)">
            <summary>
            Adds the specified message.
            </summary>
            <param name="message">
            The message.
            </param>
            <param name="details">
            The details.
            </param>
            <param name="elementName">
            Name of the element.
            </param>
            <returns>Added node.
            </returns>
        </member>
        <member name="T:Sitecore.Diagnostics.UnitTester">
            <summary>
            Test related utility functions
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.#ctor(System.Web.UI.Page)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.UnitTester"/> class.
            </summary>
            <param name="page">The m_page.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.#ctor(System.Web.UI.Page,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Diagnostics.UnitTester"/> class.
            </summary>
            <param name="page">The page.</param>
            <param name="detailedTiming">if set to <c>true</c> this instance is detailed timing.</param>
        </member>
        <member name="P:Sitecore.Diagnostics.UnitTester.Silent">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Diagnostics.UnitTester"/> is silent.
            </summary>
            <value><c>true</c> if silent; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.Init">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.StartTest(System.String)">
            <summary>
            Starts a named test.
            </summary>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.Test(System.Boolean,System.String)">
            <summary>
            Tests the specified condition.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.Test(System.Boolean,System.String,System.Boolean)">
            <summary>
            Tests the specified condition.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="description">The description.</param>
            <param name="fatal">if set to <c>true</c> this instance is fatal.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.Test(System.Boolean,System.String,System.String)">
            <summary>
            Tests the specified condition.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="description">The description.</param>
            <param name="timing">The timing.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.Test(System.Boolean,System.String,System.String,System.Boolean)">
            <summary>
            Tests the specified condition.
            </summary>
            <param name="condition">if set to <c>true</c> this instance is condition.</param>
            <param name="description">The description.</param>
            <param name="timing">The timing.</param>
            <param name="fatal">if set to <c>true</c> this instance is fatal.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestAssigned(System.Object,System.Boolean,System.String,System.Boolean)">
            <summary>
            Tests the assigned.
            </summary>
            <param name="obj">The object.</param>
            <param name="expected">if set to <c>true</c> this instance is expected.</param>
            <param name="description">The description.</param>
            <param name="fatal">if set to <c>true</c> this instance is fatal.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestBool(System.Boolean,System.Boolean,System.String)">
            <summary>
            Tests the bool.
            </summary>
            <param name="value">if set to <c>true</c> this instance is _value.</param>
            <param name="expected">if set to <c>true</c> this instance is expected.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestCount(System.Int32,System.Int32,System.String)">
            <summary>
            Tests the count.
            </summary>
            <param name="count">The count.</param>
            <param name="expected">The expected.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestCount(System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Tests the count.
            </summary>
            <param name="count">The count.</param>
            <param name="expected">The expected.</param>
            <param name="description">The description.</param>
            <param name="timing">The timing.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestEnum(System.Object,System.Object,System.String)">
            <summary>
            Tests the enum.
            </summary>
            <param name="value">The _value.</param>
            <param name="expected">The expected.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestHead(System.String)">
            <summary>
            Tests the head.
            </summary>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestIndex(System.Int32,System.Int32,System.String)">
            <summary>
            Tests the index.
            </summary>
            <param name="index">The index.</param>
            <param name="expected">The expected.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestIterCount(System.String,System.Int32,System.Xml.XPath.XPathNavigator)">
            <summary>
            Tests the iter count.
            </summary>
            <param name="xpath">The xpath.</param>
            <param name="expected">The expected.</param>
            <param name="nav">The nav.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestIterCount(System.String,System.Int32,System.Xml.XPath.XPathNavigator,System.Int32)">
            <summary>
            Tests the iter count.
            </summary>
            <param name="xpath">The xpath.</param>
            <param name="expected">The expected.</param>
            <param name="nav">The nav.</param>
            <param name="iterations">The iterations.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.StartSection(System.String)">
            <summary>
            Starts the section.
            </summary>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.StartSection(System.String,System.Boolean)">
            <summary>
            Starts the section.
            </summary>
            <param name="description">The description.</param>
            <param name="timing">if set to <c>true</c> this instance is timing.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.EndSection(System.Web.UI.Page)">
            <summary>
            Ends the section.
            </summary>
            <param name="page">The m_page.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.ShowStatistics">
            <summary>
            Show statistics
            </summary>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.TestString(System.String,System.String,System.String)">
            <summary>
            Tests the string.
            </summary>
            <param name="value">The _value.</param>
            <param name="expected">The expected.</param>
            <param name="description">The description.</param>
        </member>
        <member name="M:Sitecore.Diagnostics.UnitTester.Out(System.String)">
            <summary>
            Write message to output
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Diagnostics.ValidatedNotNullAttribute">
            <summary>
            Represents an attribute indicating that parameter is checked for null inside method.
            It is used to suppress "CA1062: Validate arguments of public methods" code analysis warning.
            </summary>
        </member>
        <member name="T:Sitecore.EventHandlerInfo">
            <summary>
            Information about event handler.
            </summary>
        </member>
        <member name="M:Sitecore.EventHandlerInfo.#ctor(System.Object,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Constructor
            </summary>
            <param name="handler">The handler.</param>
            <param name="configSettings">The config settings.</param>
        </member>
        <member name="P:Sitecore.EventHandlerInfo.ConfigSettings">
            <summary>
            Gets the config settings for event handler.
            </summary>
            <value>The config settings.</value>
        </member>
        <member name="P:Sitecore.EventHandlerInfo.Handler">
            <summary>
            Gets the handler object.
            </summary>
            <value>The handler.</value>
        </member>
        <member name="T:Sitecore.IPublishingRequest">
            <summary>
            Represents a publishing request.
            </summary>
        </member>
        <member name="P:Sitecore.IPublishingRequest.Groups">
            <summary>
            Gets the groups to publish,
            </summary>
            <value>The groups.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.Handle">
            <summary>
            Gets the request handle (guid).
            </summary>
            <value>The handle.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.PublishAll">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.IPublishingRequest"/> publishes all.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.IPublishingRequest"/> publishes all; otherwise, <c>false</c>.
            </value>
            <remarks>If false, only changed items will be published</remarks>
        </member>
        <member name="P:Sitecore.IPublishingRequest.PublishDate">
            <summary>
            Gets the publish date/time.
            </summary>
            <value>The publish date.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.PublishIsoDate">
            <summary>
            Gets the publish date/time in iso format.
            </summary>
            <value>The publish iso date.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.ServerUrl">
            <summary>
            Gets the Url of server that initiated the request.
            </summary>
            <value>The server URL.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.Status">
            <summary>
            Gets the current status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.UserName">
            <summary>
            Gets the name of the user that initiated the publish operation.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="P:Sitecore.IPublishingRequest.WorkFile">
            <summary>
            Gets the path to the work file.
            </summary>
            <value>The work file.</value>
        </member>
        <member name="M:Sitecore.IPublishingRequest.MarkDone">
            <summary>
            Marks the request as being done (ie. processed).
            </summary>
        </member>
        <member name="T:Sitecore.IPublishingStatus">
            <summary>
            Represents a publishing status.
            </summary>
        </member>
        <member name="P:Sitecore.IPublishingStatus.Error">
            <summary>
            Gets the error.
            </summary>
            <value>The error.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.EstimatedTimeLeft">
            <summary>
            Gets the estimated time left (ms).
            </summary>
            <value>The estimated time left.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.ProcessingTime">
            <summary>
            Gets the time spent processing up until now (ms).
            </summary>
            <value>The processing time.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.ProcessedItems">
            <summary>
            Gets the number of items processed up until now.
            </summary>
            <value>The processed items.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.QueueIndex">
            <summary>
            Gets the index in queue.
            </summary>
            <value>The index of the queue.</value>
            <remarks>Returns -1 if not in queue.</remarks>
        </member>
        <member name="P:Sitecore.IPublishingStatus.QueueTime">
            <summary>
            Gets the time spent waiting in queue (ms).
            </summary>
            <value>The queue time.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.RemainingItems">
            <summary>
            Gets the number of items still to be processed.
            </summary>
            <value>The remaining items.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.Status">
            <summary>
            Gets the current status description.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Sitecore.IPublishingStatus.TotalItems">
            <summary>
            Gets the total number of items to be processed.
            </summary>
            <value>The total items.</value>
        </member>
        <member name="T:Sitecore.Disposable">
            <summary>Provides a base class for implementing classes that must be disposed.</summary>
        </member>
        <member name="M:Sitecore.Disposable.Finalize">
            <summary>
            Releases unmanaged resources and performs other cleanup operations before the
            <see cref="T:Sitecore.Disposable"/> is reclaimed by garbage collection.
            </summary>
        </member>
        <member name="M:Sitecore.Disposable.Dispose">
            <summary>
            Disposes the object.
            </summary>
        </member>
        <member name="M:Sitecore.Disposable.Destroy">
            <summary>
            Destroys this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Disposable.DestroyUnmanagedResources">
            <summary>
            Destroys the unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Disposable.DisposeObject(System.Boolean)">
            <summary>
            Disposes the object.
            </summary>
            <param name="disposing">if set to <c>true</c> this instance is disposing.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute.#ctor(System.Int64,System.Int64,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute"/> class.
            </summary>
            <param name="bitmask">The bitmask.</param>
            <param name="value">The value.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute.#ctor(System.Int64,System.Int64,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute"/> class.
            </summary>
            <param name="bitmask">The bitmask.</param>
            <param name="value">The value.</param>
            <param name="name">The name.</param>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute.IsMatch(System.Int64)">
            <summary>
            Determines whether the specified tag value is match.
            </summary>
            <param name="tagValue">The tag value.</param>
            <returns>
                <c>true</c> if the specified tag value is match; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagBitmaskValueNameAttribute.Bitmask">
            <summary>
            Gets the bitmask.
            </summary>
            <value>The bitmask.</value>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Attributes.TagCategoryAttribute">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagCategoryAttribute.#ctor(System.String)">
            <summary></summary>
            <param name="category"></param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagCategoryAttribute.Category">
            <summary>
            Gets the category.
            </summary>
            <value>The category.</value>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Attributes.TagCommentAttribute">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagCommentAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:TagCommentAttribute"/> class.
            </summary>
            <param name="comment">The comment.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagCommentAttribute.Comment">
            <summary>
            Gets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Attributes.TagDefaultValueAttribute">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagDefaultValueAttribute.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagDefaultValueAttribute"/> class.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagDefaultValueAttribute.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Attributes.TagUnknownValueNameAttribute">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagUnknownValueNameAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagUnknownValueNameAttribute"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagUnknownValueNameAttribute.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagUnknownValueNameAttribute"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagUnknownValueNameAttribute.IsMatch(System.Int64)">
            <summary>
            Determines whether the specified tag value is match.
            </summary>
            <param name="tagValue">The tag value.</param>
            <returns>
                <c>true</c> if the specified tag value is match; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute.#ctor(System.Int64,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute.#ctor(System.Int64,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="name">The name.</param>
            <param name="comment">The comment.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute.IsMatch(System.Int64)">
            <summary>
            Determines whether the specified tag value is match.
            </summary>
            <param name="tagValue">The tag value.</param>
            <returns>
                <c>true</c> if the specified tag value is match; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Attributes.TagValueNameAttribute.Comment">
            <summary>
            Gets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.ByteProperty">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.ByteProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.ByteProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.CopyrightProperty">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.CopyrightProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.CopyrightProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
            <exception cref="T:System.ArgumentNullException">Copyright does not contain a valid copyright message</exception>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.CopyrightProperty.Photographer">
            <summary>
            Gets the photographer.
            </summary>
            <value>The photographer.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.CopyrightProperty.Editor">
            <summary>
            Gets the editor.
            </summary>
            <value>The editor.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.CopyrightProperty.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.DateTimeProperty">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.DateTimeProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.DateTimeProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.DateTimeProperty.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.DateTimeProperty.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.GeoLocationProperty">
            <summary>
            The geo location property.
            </summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.GeoLocationProperty.Value">
            <summary>
            The value
            </summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.GeoLocationProperty.NORTH">
            <summary>
            The north.
            </summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.GeoLocationProperty.SOUTH">
            <summary>
            The south.
            </summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.GeoLocationProperty.WEST">
            <summary>
            The west.
            </summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.GeoLocationProperty.EAST">
            <summary>
            The east.
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.GeoLocationProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.GeoLocationProperty"/> class.
            </summary>
            <param name="id"></param>
            <param name="raw"></param>
            <exception cref="T:System.ArgumentOutOfRangeException"><c>Values.Length</c> is out of range.</exception>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.Int32Property">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.Int32Property.#ctor(System.Int32,System.Byte[])">
            <summary>
            </summary>
            <param name="id"></param>
            <param name="raw"></param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.IntegerProperty">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.IntegerProperty.SetValues(System.Int64[])">
            <summary>
            Sets the values.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.IntegerProperty.#ctor(Sitecore.Drawing.Exif.Properties.Property.DataType,System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.IntegerProperty"/> class.
            </summary>
            <param name="dataType">Type of the data.</param>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.IntegerProperty.GetValueNameAttributes(System.Int64)">
            <summary>
            Gets the value name attributes.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.IntegerProperty.Values">
            <summary>
            Gets the values.
            </summary>
            <value>The values.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.IntegerProperty.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.IntegerProperty.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:System.Int64"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.IntegerProperty.ValueNames">
            <summary>
            Gets the value names.
            </summary>
            <value>The value names.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.IntegerProperty.ValueComments">
            <summary>
            Gets the value comments.
            </summary>
            <value>The value comments.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.IntegerProperty.GetValueName(System.Int64)">
            <summary>
            Gets the name of the value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.IntegerProperty.GetValueComment(System.Int64)">
            <summary>
            Gets the value comment.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.JpegThumbnailProperty">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.JpegThumbnailProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            </summary>
            <param name="id"></param>
            <param name="raw"></param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.Property">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.Property.DataType">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.Byte">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.String">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.UInt16">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.UInt32">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.Rational">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.Undefined">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.Int32">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Property.DataType.SRational">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.Property.#ctor(Sitecore.Drawing.Exif.Properties.Property.DataType,System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.Property"/> class.
            </summary>
            <param name="dataType">Type of the data.</param>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Property.Id">
            <summary>
            Gets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Property.PropertyType">
            <summary>
            Gets the type of the property.
            </summary>
            <value>The type of the property.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Property.RawBytes">
            <summary>
            Gets the raw bytes.
            </summary>
            <value>The raw bytes.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Property.Category">
            <summary>
            Gets the category.
            </summary>
            <value>The category.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Property.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Property.Comment">
            <summary>
            Gets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.Property.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.Rational">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.Rational.#ctor(System.Int64,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.Rational"/> class.
            </summary>
            <param name="numerator">The numerator.</param>
            <param name="denominator">The denominator.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Rational.Numerator">
            <summary>
            Gets the numerator.
            </summary>
            <value>The numerator.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Rational.Denominator">
            <summary>
            Gets the denominator.
            </summary>
            <value>The denominator.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.Rational.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.Rational.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.RationalProperty">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.RationalProperty.SetValues(Sitecore.Drawing.Exif.Properties.Rational[])">
            <summary>
            Sets the values.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.RationalProperty.#ctor(Sitecore.Drawing.Exif.Properties.Property.DataType,System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.RationalProperty"/> class.
            </summary>
            <param name="dataType">Type of the data.</param>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.RationalProperty.Values">
            <summary>
            Gets the values.
            </summary>
            <value>The values.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.RationalProperty.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.RationalProperty.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Rational"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.RationalProperty.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.SignedRationalProperty">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.SignedRationalProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.SignedRationalProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.StringProperty">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.StringProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.StringProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.StringProperty.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.StringProperty.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.Tag">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.GpsLatitudeRef">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.GpsLatitude">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.GpsLongitudeRef">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.GpsLongitude">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ImageWidth">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ImageLength">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ImageHeight">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.BitsPerSample">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.CompressionScheme">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.PhotometricInterpretation">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Orientation">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SamplesPerPixel">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.PlanarConfiguration">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.YCbCrSubSampling">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.YCbCrPositioning">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.XResolution">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.YResolution">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ResolutionUnit">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.StripOffsets">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.RowsPerStrip">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.StripByteCounts">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.JPEGInterchangeFormat">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.JPEGInterchangeFormatLength">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.TransferFunction">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.WhitePoint">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.PrimaryChromaticities">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.YCbCrCoefficients">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ReferenceBlackWhite">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.DateTime">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ImageDescription">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Make">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Model">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Software">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Artist">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Copyright">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ExifVersion">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FlashpixVersion">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ColorSpace">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ComponentsConfiguration">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.CompressedBitsPerPixel">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.PixelXDimension">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.PixelYDimension">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.MakerNote">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.UserComment">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.RelatedSoundFile">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.DateTimeOriginal">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.DateTimeDigitized">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubSecTime">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubSecTimeOriginal">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubSecTimeDigitized">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ExposureTime">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FNumber">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ExposureProgram">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SpectralSensitivity">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ISOSpeedRatings">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.OECF">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ShutterSpeedValue">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ApertureValue">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.BrightnessValue">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ExposureBiasValue">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.MaxApertureValue">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubjectDistance">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.MeteringMode">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.LightSource">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Flash">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FocalLength">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubjectArea">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FlashEnergy">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SpatialFrequencyResponse">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FocalPlaneXResolution">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FocalPlaneYResolution">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FocalPlaneResolutionUnit">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubjectLocation">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ExposureIndex">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SensingMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FileSource">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SceneType">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.CFAPattern">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.CustomRendered">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ExposureMode">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.WhiteBalance">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.DigitalZoomRatio">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.FocalLengthIn35mmFilm">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SceneCaptureType">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.GainControl">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Contrast">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Saturation">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.Sharpness">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.DeviceSettingDescription">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.SubjectDistanceRange">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.ImageUniqueID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Drawing.Exif.Properties.Tag.JpegThumbnail">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.ThumbnailProperty">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.ThumbnailProperty.#ctor(Sitecore.Drawing.Exif.Properties.Property.DataType,System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.ThumbnailProperty"/> class.
            </summary>
            <param name="dataType">Type of the data.</param>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.ThumbnailProperty.SetThumbnail(System.Drawing.Image)">
            <summary>
            Sets the thumbnail.
            </summary>
            <param name="thumbnail">The thumbnail.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Properties.ThumbnailProperty.Thumbnail">
            <summary>
            Gets the thumbnail.
            </summary>
            <value>The thumbnail.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.ThumbnailProperty.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.UInt16Property">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.UInt16Property.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.UInt16Property"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.UInt32Property">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.UInt32Property.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.UInt32Property"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.UndefinedProperty">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.UndefinedProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.UndefinedProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Properties.UnsignedRationalProperty">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Properties.UnsignedRationalProperty.#ctor(System.Int32,System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Properties.UnsignedRationalProperty"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="raw">The raw.</param>
        </member>
        <member name="T:Sitecore.Drawing.Exif.Reader">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.LoadExifData(System.Drawing.Image)">
            <summary>
            Loads the exif data.
            </summary>
            <param name="image">The image.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Reader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.#ctor(System.Drawing.Image)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Reader"/> class.
            </summary>
            <param name="image">The image.</param>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Drawing.Exif.Reader"/> class.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Reader.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Reader.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Drawing.Exif.Properties.Property"/> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.HasProperty(System.Int32)">
            <summary>
            Determines whether the specified tag id has property.
            </summary>
            <param name="TagId">The tag id.</param>
            <returns>
                <c>true</c> if the specified tag id has property; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.Drawing.Exif.Reader.Properties">
            <summary>
            Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.GetProperty(System.Int32)">
            <summary>
            Gets the property.
            </summary>
            <param name="TagId">The tag id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.GetMakeProperty">
            <summary>
            The manufacturer of the recording equipment.
            This is the manufacturer of the DSC, scanner,
            video digitizer or other equipment that
            generated the image. When the field is left blank
            it is treated as unknown.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Drawing.Exif.Reader.Parse(System.Drawing.Image)">
            <summary>
            Parses the specified image.
            </summary>
            <param name="image">The image.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.DynamicSerialization.Deserializer">
            <summary>
            Represents a deserializer
            </summary>
        </member>
        <member name="F:Sitecore.DynamicSerialization.Deserializer.NullElementName">
            <summary>Null element name</summary>
        </member>
        <member name="F:Sitecore.DynamicSerialization.Deserializer.ItemElementName">
            <summary>Item element name</summary>
        </member>
        <member name="F:Sitecore.DynamicSerialization.Deserializer.PairElementName">
            <summary>Pair element name</summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Deserializer.Deserialize(System.IO.TextReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Deserializes an object from the specified text reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="context">The serialization context.</param>
            <returns>The serialized object.</returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Deserializer.Deserialize(System.Xml.XmlReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Deserializes an object from the specified xml reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="context">The serialization context.</param>
            <returns>The serialized object.</returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Deserializer.ReadObject(System.Xml.XmlReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Reads the object recuresively from the reader.
            </summary>
            <param name="reader">The xml reader.</param>
            <param name="context">The context.</param>
            <returns>The serialized object.</returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Deserializer.ReadString(System.Xml.XmlReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Reads the string from the xml reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="context">The context.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Deserializer.ReadProperty(System.Xml.XmlReader,System.Object,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Reads the property of an instance from the xml reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="instance">The instance.</param>
            <param name="context">The serialization context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Deserializer.SetCollection(System.Object,System.Reflection.PropertyInfo,System.Collections.IList,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Filling the property of the instance with the list of values.
            </summary>
            <param name="instance">The instance.</param>
            <param name="info">The property info.</param>
            <param name="list">The list.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.DynamicSerialization.ILogger">
            <summary>
            Defines basic methods for a logger
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.ILogger.Info(System.String,System.Object[])">
            <summary>
             Audits some information
            </summary>
            <param name="format">The format string.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.ILogger.Error(System.String,System.Object[])">
            <summary>
            Audits an error
            </summary>
            <param name="format">The format string.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.DynamicSerialization.IObjectFactory">
            <summary>
            Defines basic methods of an object factory
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.IObjectFactory.GetElementName(System.Object)">
            <summary>
            Gets the name of the element by instance
            </summary>
            <param name="object">Instance of type</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.IObjectFactory.GetType(System.String)">
            <summary>
            Gets the type by element.
            </summary>
            <param name="element">The element name</param>
            <returns>The type</returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.IObjectFactory.Register(System.String,System.Type)">
            <summary>
            Registers the specified element.
            </summary>
            <param name="element">The element.</param>
            <param name="type">The type.</param>
        </member>
        <member name="T:Sitecore.DynamicSerialization.ISerializationContext">
            <summary>
            Defines basic properties of a serialization context
            </summary>
        </member>
        <member name="P:Sitecore.DynamicSerialization.ISerializationContext.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>The factory.</value>
        </member>
        <member name="P:Sitecore.DynamicSerialization.ISerializationContext.Events">
            <summary>
            Gets the events.
            </summary>
            <value>The events.</value>
        </member>
        <member name="P:Sitecore.DynamicSerialization.ISerializationContext.Log">
            <summary>
            Gets the logger.
            </summary>
            <value>The logger.</value>
        </member>
        <member name="T:Sitecore.DynamicSerialization.ISerializationEvents">
            <summary>
            Defines events which can be handled during a deserialization process
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.ISerializationEvents.UnknownElement(System.String,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Action on deserializing an unknown element.
            </summary>
            <param name="element">The element.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.ISerializationEvents.SuppressedException(System.Exception,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Action on suppressing an exception
            </summary>
            <param name="exception">The exception.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.ISerializationEvents.UnsupportedNodeType(System.Xml.XmlReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Action on parsing an unsupported type of the node.
            </summary>
            <param name="reader">The reader.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.DynamicSerialization.Pair">
            <summary>
            Represents a Key/Value pair
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Pair.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DynamicSerialization.Pair"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="P:Sitecore.DynamicSerialization.Pair.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.DynamicSerialization.Pair.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.DynamicSerialization.Serializer">
            <summary>
            Represents a serializer
            </summary>
        </member>
        <member name="F:Sitecore.DynamicSerialization.Serializer.ItemElementName">
            <summary>Item element name</summary>
        </member>
        <member name="F:Sitecore.DynamicSerialization.Serializer.NullElementName">
            <summary>Null element name</summary>
        </member>
        <member name="F:Sitecore.DynamicSerialization.Serializer.PairElementName">
            <summary>Pair element name</summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.Serialize(System.IO.TextWriter,System.Object,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the object to the specified writer.
            </summary>
            <param name="writer">The text writer.</param>
            <param name="object">The object to be serialized.</param>
            <param name="context">The serialization context.</param>
            <contract>
              <requires name="writer" condition="not null" />
              <requires name="object" condition="none" />
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.Serialize(System.IO.TextWriter,System.Xml.Formatting,System.Object,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the object to the specified writer.
            </summary>
            <param name="writer">The text writer.</param>
            <param name="formatting">The xml formatting.</param>
            <param name="object">The object to be serialized.</param>
            <param name="context">The serialization context.</param>
            <contract>
              <requires name="writer" condition="not null" />
              <requires name="object" condition="none" />
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.Serialize(System.Xml.XmlWriter,System.Object,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the object to the specified writer.
            </summary>
            <param name="writer">The xml writer.</param>
            <param name="object">The object.</param>
            <param name="context">The serialization context.</param>
            <contract>
              <requires name="writer" condition="not null" />
              <requires name="object" condition="none" />
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.Serialize(System.Xml.XmlWriter,System.Object,Sitecore.DynamicSerialization.ISerializationContext,System.Boolean)">
            <summary>
            Serializes the object to the specified writer.
            </summary>
            <param name="writer">The xml writer.</param>
            <param name="object">The object.</param>
            <param name="context">The serialization context.</param>
            <param name="wrapPrimitive">Defines whether the object xml should be wrapped with a Serializer.ItemElementName element</param>
            <contract>
              <requires name="writer" condition="not null" />
              <requires name="object" condition="none" />
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.SerializeList(System.Xml.XmlWriter,System.Collections.IEnumerable,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the list.
            </summary>
            <param name="writer">The writer.</param>
            <param name="collection">The list.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.SerializeDictionary(System.Xml.XmlWriter,System.Collections.IDictionary,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the dictionary.
            </summary>
            <param name="writer">The writer.</param>
            <param name="dictionary">The dictionary.</param>
            <param name="context">The serialization context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.SerializeObject(System.Xml.XmlWriter,System.Object,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the object.
            </summary>
            <param name="writer">The writer.</param>
            <param name="object">The object to be serialized.</param>
            <param name="context">The serialization context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.SerializeObject(System.Xml.XmlWriter,System.Object,System.String,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the object.
            </summary>
            <param name="writer">The writer.</param>
            <param name="object">The object to be serialized.</param>
            <param name="elementName">The element name </param>
            <param name="context">The serialization context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.SerializeProperty(System.Xml.XmlWriter,System.Object,System.Reflection.PropertyInfo,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Serializes the property.
            </summary>
            <param name="writer">The writer.</param>
            <param name="object">The object.</param>
            <param name="info">The property info.</param>
            <param name="context">The serialization context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.Serializer.Deserialize(System.IO.TextReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Deserializes the object from the specified reader.
            </summary>
            <param name="reader">The reader.</param>
            <param name="context">The serialization context.</param>
            <returns>The serialized object.</returns>
            <contract>
              <requires name="reader" condition="not null" />
              <requires name="context" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="T:Sitecore.DynamicSerialization.SilentEvents">
            <summary>
            Represents a stab object which implements ISerializationEvents interface
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SilentEvents.UnknownElement(System.String,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Action on deserializing an unknown element.
            </summary>
            <param name="element">The element.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SilentEvents.SuppressedException(System.Exception,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Action on suppressing an exception
            </summary>
            <param name="exception">The exception.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SilentEvents.UnsupportedNodeType(System.Xml.XmlReader,Sitecore.DynamicSerialization.ISerializationContext)">
            <summary>
            Action on parsing an unsupported type of the node.
            </summary>
            <param name="reader">The reader.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.DynamicSerialization.SimpleObjectContext">
            <summary>
            Represents a simple serialization context
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SimpleObjectContext.#ctor(Sitecore.DynamicSerialization.IObjectFactory,Sitecore.DynamicSerialization.ISerializationEvents,Sitecore.DynamicSerialization.ILogger)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.DynamicSerialization.SimpleObjectContext"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="events">The events.</param>
            <param name="logger">The logger.</param>
            <contract>
              <requires name="factory" condition="not null" />
              <requires name="events" condition="not null" />
              <requires name="logger" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.DynamicSerialization.SimpleObjectContext.Factory">
            <summary>
            Gets or sets the factory.
            </summary>
            <value>The factory.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.DynamicSerialization.SimpleObjectContext.Events">
            <summary>
            Gets or sets the events.
            </summary>
            <value>The events.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.DynamicSerialization.SimpleObjectContext.Log">
            <summary>
            Gets or sets the logger.
            </summary>
            <value>The logger.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.DynamicSerialization.SmartObjectFactory">
            <summary>
            Represents an object factory
            </summary>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SmartObjectFactory.GetElementName(System.Object)">
            <summary>
            Gets the name of the element by instance
            </summary>
            <param name="object">Instance of type</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SmartObjectFactory.GetType(System.String)">
            <summary>
            Gets the type by element.
            </summary>
            <param name="element">The element name</param>
            <returns>The type</returns>
        </member>
        <member name="M:Sitecore.DynamicSerialization.SmartObjectFactory.Register(System.String,System.Type)">
            <summary>
            Registers the specified element.
            </summary>
            <param name="element">The element.</param>
            <param name="type">The type.</param>
        </member>
        <member name="T:Sitecore.Eventing.AsyncEventProvider">
            <summary>
            Adaption of basic provider to provide multi-threaded distribution of raising events.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventProvider.RaiseQueuedEvents">
            <summary>
            Raises any queued events using separate threads.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventProvider.ProcessDatabase(Sitecore.Data.Database)">
            <summary>
            Processes each <paramref name="database"/>.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventProvider.GetDatabase(System.String)">
            <summary>
            Returns database by name.
            </summary>
            <param name="name">Name of database.</param>
            <returns>Returns database by name.</returns>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventProvider.GetDatabaseNames">
            <summary>
            Returns list of available database names.
            </summary>
            <returns>Returns list of available database names.</returns>
        </member>
        <member name="P:Sitecore.Eventing.AsyncEventProvider.AsyncDataList">
            <summary>
            Returns list of database data.
            </summary>
            <returns>Returns list of database data.</returns>
        </member>
        <member name="T:Sitecore.Eventing.AsyncEventProvider.DatabaseAsyncData">
            <summary>
            Database AsyncData class.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.AsyncEventProvider.DatabaseAsyncData.DatabaseName">
            <summary>
            Database name.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.AsyncEventProvider.DatabaseAsyncData.ResetEvents">
            <summary>
            List of ManualResetEvent.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventProvider.DatabaseAsyncData.#ctor">
            <summary>
            Instatiating DatabaseAsyncData class.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.AsyncEventQueueProvider">
            <summary>
            Represents implementation of <see cref="T:Sitecore.Abstractions.BaseEventQueueProvider"/> which raises queued events asynchronously.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventQueueProvider.RaiseQueuedEvents">
            <summary>
            Raises any queued events using separate threads.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventQueueProvider.ProcessDatabase(Sitecore.Data.Database)">
            <summary>
            Processes each <paramref name="database"/>.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventQueueProvider.GetDatabase(System.String)">
            <summary>
            Returns database by name.
            </summary>
            <param name="name">Name of database.</param>
            <returns>Returns database by name.</returns>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventQueueProvider.GetDatabaseNames">
            <summary>
            Returns list of available database names.
            </summary>
            <returns>Returns list of available database names.</returns>
        </member>
        <member name="P:Sitecore.Eventing.AsyncEventQueueProvider.AsyncDataList">
            <summary>
            Returns list of database data.
            </summary>
            <returns>Returns list of database data.</returns>
        </member>
        <member name="T:Sitecore.Eventing.AsyncEventQueueProvider.DatabaseAsyncData">
            <summary>
            Database AsyncData class.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.AsyncEventQueueProvider.DatabaseAsyncData.DatabaseName">
            <summary>
            Database name.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.AsyncEventQueueProvider.DatabaseAsyncData.ResetEvents">
            <summary>
            List of ManualResetEvent.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.AsyncEventQueueProvider.DatabaseAsyncData.#ctor">
            <summary>
            Instatiating DatabaseAsyncData class.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.DefaultEventManager">
            <summary>The default event manager.</summary>
        </member>
        <member name="F:Sitecore.Eventing.DefaultEventManager.providerHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Eventing.EventProvider,Sitecore.Configuration.Providers.ProviderCollectionBase{Sitecore.Eventing.EventProvider}})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.DefaultEventManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Eventing.DefaultEventManager.Enabled">
            <summary>
            Gets a value indicating whether event queuing is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.DefaultEventManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>
            The provider.
            </value>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">If set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">If set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.RaiseEvent``1(``0)">
            <summary>
            Raises the specified event.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.RaiseEvent(System.Object,System.Type,Sitecore.Eventing.EventContext)">
            <summary>
            Raises the specified event.
            </summary>
            <param name="event">The instance.</param>
            <param name="eventType">Type of the event.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.RaiseQueuedEvents">
            <summary>
            Raises the queued events.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.Initialize">
            <summary>
            Initializes the EventManager. The method must be invoked after all handlers are subscribed.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.Subscribe``1(System.Action{``0})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="eventHandler">The event handler.</param>
            <returns>The subscription id.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext})">
            <summary>
            Subscribes the specified handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.Subscribe``1(System.Action{``0},System.Predicate{``0})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="eventHandler">The event handler.</param>
            <param name="filter">The filter.</param>
            <returns>The subscription id.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext},System.Func{``0,Sitecore.Eventing.EventContext,System.Boolean})">
            <summary>
            Subscribes the specified handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <param name="filter">
            The filter.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventManager.Unsubscribe(Sitecore.Eventing.SubscriptionId)">
            <summary>
            Unsubscribes the specified subscription id.
            </summary>
            <param name="subscriptionId">
            The subscription id.
            </param>
        </member>
        <member name="T:Sitecore.Eventing.DefaultEventQueueProvider">
            <summary>
            Represents default implementation for <see cref="T:Sitecore.Abstractions.BaseEventQueueProvider"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.DefaultEventQueueProvider.ListenToRemoteEvents">
            <summary>
            Gets or sets a value indicating whether default queue will process remote events.
            </summary>
            <value><c>true</c> if remote events are processed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.DefaultEventQueueProvider.Name">
            <summary>
            Gets or sets the name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.
            </summary>
            <value>The name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.</value>
        </member>
        <member name="P:Sitecore.Eventing.DefaultEventQueueProvider.EventQueues">
            <summary>
            Gets <see cref="T:System.Collections.Generic.IReadOnlyDictionary`2"/> of all registered <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.
            Key of the dictionary represents name of the <see cref="T:Sitecore.Eventing.IEventQueue"/> instance.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.DefaultEventQueueProvider.DefaultQueue">
            <summary>
            Gets the default instance of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetEventQueue(System.String)">
            <summary>
            Gets <see cref="T:Sitecore.Eventing.IEventQueue"/> instance using name.
            </summary>
            <param name="name">Name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.</param>
            <returns><see cref="T:Sitecore.Eventing.IEventQueue"/> instance with name specified in <paramref name="name"/>.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetEventQueues">
            <summary>
            Gets all registered <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.
            </summary>
            <returns>Collection of <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.RaiseQueuedEvents">
            <summary>
            Raises events in the registered <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.Cleanup(System.TimeSpan)">
            <summary>
            Cleanups the specified interval to keep.
            </summary>
            <param name="intervalToKeep">The interval to keep.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the default event queue.
            </summary>
            <param name="daysToKeep">Number of days to keep the event queue trail.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.DeserializeEvent(Sitecore.Eventing.QueuedEvent)">
            <summary>
            Deserializes the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <returns>The event.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetLastEvent">
            <summary>
            Returns the top event based on the stamp property.
            </summary>
            <returns>The most recent QueuedEvent with the queue.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetQueuedEventCount">
            <summary>
            Gets the queued event count.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetQueuedEvents">
            <summary>
            The get queued events.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the queued events.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.GetQueuedEvents(System.String)">
            <summary>
            The get queued events.
            </summary>
            <param name="targetInstanceName">Name of the server instance to get events for (usually the local server <see cref="P:Sitecore.Configuration.Settings.InstanceName"/>).</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.ProcessEvents(System.Action{System.Object,System.Type})">
            <summary>
            Processes the events.
            </summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.ReadDefaultEventQueueName">
            <summary>
            Reads default <see cref="T:Sitecore.Eventing.IEventQueue"/> name from the configuration.
            </summary>
            <returns>Name of the default <see cref="T:Sitecore.Eventing.IEventQueue"/> instance.</returns>
        </member>
        <member name="M:Sitecore.Eventing.DefaultEventQueueProvider.ReadEventQueues">
            <summary>
            Reads all registered <see cref="T:Sitecore.Eventing.IEventQueue"/> instances from the configuration.
            </summary>
            <returns>Collection of <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.</returns>
        </member>
        <member name="T:Sitecore.Eventing.EventContext">
            <summary>
            Defines the context in which a typed event is raised.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventContext._local">
            <summary>
            Holds the singleton reference to a local event context
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventContext.#ctor(Sitecore.Eventing.EventQueue)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventContext"/> class.
            </summary>
            <param name="queue">The queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventContext.#ctor(Sitecore.Eventing.IEventQueue)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventContext"/> class.
            </summary>
            <param name="queue">The queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventContext"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.EventContext.Local">
            <summary>
            Gets the local event context.
            </summary>
            <value>The local.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventContext.IsLocal">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Eventing.EventContext"/> is local.
            </summary>
            <value><c>true</c> if local; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventContext.Queue">
            <summary>
            Gets or sets the queue in which event has been present. This is <c>null</c> for locally raised events.
            </summary>
            <value>The source queue.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventContext.EventQueue">
            <summary>
            Gets or sets the instance of <see cref="T:Sitecore.Eventing.IEventQueue"/> in which event has been present. This is <c>null</c> for locally raised events.
            </summary>
            <value>The source queue.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventContext.DatabaseName">
            <summary>
            Gets or sets the database name.
            </summary>
            <value> The database name. </value>
        </member>
        <member name="P:Sitecore.Eventing.EventContext.IsRemote">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Eventing.EventContext"/> is remote.
            </summary>
            <value><c>true</c> if remote; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Eventing.EventManager">
            <summary>
            Manager class for eventing operations.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventManager.Instance">
            <summary>The instance.</summary>
        </member>
        <member name="F:Sitecore.Eventing.EventManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.EventManager.Enabled">
            <summary>
            Gets a value indicating whether event queuing is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventManager.Providers">
            <summary>
            Gets the providers.
            </summary>
            <value>The providers.</value>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.RaiseEvent``1(``0)">
            <summary>
            Raises the specified event.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.RaiseEvent(System.Object,System.Type,Sitecore.Eventing.EventContext)">
            <summary>
            Raises the specified event.
            </summary>
            <param name="event">The instance.</param>
            <param name="eventType">Type of the event.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.RaiseQueuedEvents">
            <summary>
            Raises the queued events.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Initialize">
            <summary>
            Initializes the EventManager. The method must be invoked after all handlers are subscribed.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Subscribe``1(System.Action{``0})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="eventHandler">The event handler.</param>
            <returns>The subscription id.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext})">
            <summary>
            Subscribes the specified handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Subscribe``1(System.Action{``0},System.Predicate{``0})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="eventHandler">The event handler.</param>
            <param name="filter">The filter.</param>
            <returns>The subscription id.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext},System.Func{``0,Sitecore.Eventing.EventContext,System.Boolean})">
            <summary>
            Subscribes the specified handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <param name="filter">
            The filter.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Unsubscribe(Sitecore.Eventing.SubscriptionId)">
            <summary>
            Unsubscribes the specified subscription id.
            </summary>
            <param name="subscriptionId">
            The subscription id.
            </param>
        </member>
        <member name="T:Sitecore.Eventing.EventManager.Configuration">
            <summary>
            ManagerConfiguration class
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Configuration.Reset">
            <summary>
            Resets all internal data.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Configuration.SetProvider(Sitecore.Eventing.EventProvider)">
            <summary>
            Sets the (default) provider.
            </summary>
            <param name="provider">
            The provider.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Configuration.SetProvider(Sitecore.Eventing.EventProvider,System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Sets the (default) provider.
            </summary>
            <param name="provider">
            The provider.
            </param>
            <param name="name">
            The name of the provider.
            </param>
            <param name="configuration">
            The initial configuration.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventManager.Configuration.SetProviders(Sitecore.Configuration.Providers.ProviderCollectionBase{Sitecore.Eventing.EventProvider})">
            <summary>
            Sets the list of provider.
            </summary>
            <param name="providers">
            The providers.
            </param>
        </member>
        <member name="T:Sitecore.Eventing.EventProvider">
            <summary>
            Base provider class for eventing operations.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventProvider"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.EventProvider.EventMonitor">
            <summary>
            Gets the event monitor.
            </summary>
            <value>The event monitor.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventProvider.SubscriptionMap">
            <summary>
            Gets or sets the subscription map.
            </summary>
            <value>The subscription map.</value>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">
            The name of the provider is null.
            </exception>
            <exception cref="T:System.ArgumentException">
            The name of the provider has a length of zero.
            </exception>
            <exception cref="T:System.InvalidOperationException">
            An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"/> on a provider after the provider has already been initialized.
            </exception>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.RaiseEvent``1(``0)">
            <summary>
            Raises the specified event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.RaiseQueuedEvents">
            <summary>
            Gets the event queue.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.Subscribe``1(System.Action{``0,Sitecore.Eventing.EventContext},System.Func{``0,Sitecore.Eventing.EventContext,System.Boolean})">
            <summary>
            Subscribes the specified event handler.
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="eventHandler">
            The event handler.
            </param>
            <param name="filter">
            The filter.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.Unsubscribe(Sitecore.Eventing.SubscriptionId)">
            <summary>
            Unsubscribes the specified subscription id.
            </summary>
            <param name="subscriptionId">The subscription id.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.AddSubscription(Sitecore.Eventing.SubscriptionBase)">
            <summary>
            Adds the subscription.
            </summary>
            <param name="subscription">The subscription.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.GetSubscriptions(System.Type)">
            <summary>
            Gets the subscriptions.
            </summary>
            <param name="eventType">Type of the event.</param>
            <returns>The subscriptions.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.GetValue(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the value.
            </summary>
            <param name="parameterName">
            Name of the parameter.
            </param>
            <param name="config">
            The config.
            </param>
            <returns>
            The get value.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.RaiseEvent(System.Object,System.Type,Sitecore.Eventing.EventContext)">
            <summary>
            Raises the specified event.
            </summary>
            <param name="event">The instance.</param>
            <param name="eventType">Type of the event.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventProvider.RemoveSubscription(Sitecore.Eventing.SubscriptionId)">
            <summary>
            Removes the subscription.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="T:Sitecore.Eventing.EventQueue">
            <summary>
            Defines the base class for <see cref="T:Sitecore.Eventing.IEventQueue"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueue.TimestampPropertyPrefix">
            <summary>
            Property prefix used by the event queue stamps.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueue.DefaultDeleteBatchSize">
            <summary>
            The default Event Queue delete batch size.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.#ctor(Sitecore.Common.Serializer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventQueue"/> class.
            </summary>
            <param name="serializer">The serializer.</param>
        </member>
        <member name="T:Sitecore.Eventing.EventQueue.IPersistentTimestamp">
            <summary>
            Defines interface for persistent holder of timestamp value.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.IPersistentTimestamp.RetrieveTimestamp">
            <summary>
            Retrieves the timestamp. This is used on application start to load the last timestamp value from the persistent storage.
            </summary>
            <returns>Timestamp value or null if the timestamp could not be loaded.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.IPersistentTimestamp.SaveTimestamp(Sitecore.Eventing.EventQueue.TimeStamp)">
            <summary>
            Saves the timestamp to the persistent storage.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.ListenToRemoteEvents">
            <summary>
            Gets or sets a value indicating whether this queue will process remote events.
            </summary>
            <value><c>true</c> if remote events are processed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.InstanceName">
            <summary>
            Gets or sets the name of the instance.
            </summary>
            <value>The name of the instance.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.DatabaseName">
            <summary>
            Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.Name">
            <summary>
            Gets or sets the name of the <see cref="T:Sitecore.Eventing.EventQueue"/>.
            </summary>
            <value>The name of the <see cref="T:Sitecore.Eventing.EventQueue"/>.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.AssignProperties">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Reflection.IInitializable"/> assigns the properties.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Reflection.IInitializable"/> assigns the properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.PersistentTimestamp">
            <summary>
            Gets or sets the persistent timestamp.
            </summary>
            <value>The persistent timestamp.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.Serializer">
            <summary>
            Gets or sets the serializer.
            </summary>
            <value>The serializer.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.Initialized">
            <summary>
            Gets a value indicating whether the instance has been initialized.
            </summary>
            <value>
                <c>true</c> if the instance has been initialized otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="daysToKeep">Number of days to keep the event queue trail.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.Cleanup(System.TimeSpan)">
            <summary>
            Cleanups the specified interval to keep.
            </summary>
            <param name="intervalToKeep">The interval to keep.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.Cleanup(System.TimeSpan,System.Nullable{System.Int32})">
            <summary>
            Removes legacy records by <paramref name="batchSize"/> batches older than <paramref name="intervalToKeep"/>.
            </summary>
            <param name="intervalToKeep">The interval to keep.</param>
            <param name="batchSize">Size of the batch.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.GetQueuedEventCount">
            <summary>
            Gets the queued event count.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.GetLastEvent">
            <summary>
            Returns the top event based on the stamp property.
            </summary>
            <returns>The most recent QueuedEvent with the queue.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.GetQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the queued events.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.GetQueuedEvents">
            <summary>
            The get queued events.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.GetQueuedEvents(System.String)">
            <summary>
            The get queued events.
            </summary>
            <param name="targetInstanceName">Name of the server instance to get events for (usually the local server <see cref="P:Sitecore.Configuration.Settings.InstanceName"/>).</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.ProcessEvents(System.Action{System.Object,System.Type})">
            <summary>
            Processes the events.
            </summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.GetTimestampForLastProcessing">
            <summary>
            Gets the time stamp for last processing.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.MarkProcessed(Sitecore.Eventing.QueuedEvent)">
            <summary>
            Marks the processed.
            </summary>
            <param name="queuedEvent">The queued event.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.QueueEvent(Sitecore.Eventing.QueuedEvent,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> event will be sent to other servers.</param>
            <param name="addToLocalQueue">if set to <c>true</c> event will be sent to the local server.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.SetTimestampForLastProcessing(Sitecore.Eventing.EventQueue.TimeStamp)">
            <summary>
            Sets the timestamp for last processing.
            </summary>
            <param name="timestamp">
            The timestamp.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.DeserializeEvent(Sitecore.Eventing.QueuedEvent)">
            <summary>
            Deserializes the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <returns>The event.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the object from the specified config node.
            </summary>
            <param name="configNode">The config node.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="configNode"/> is null.</exception>
            <exception cref="T:System.InvalidOperationException">The name attribute is empty or does not exist.</exception>
        </member>
        <member name="T:Sitecore.Eventing.EventQueue.PropertyTimeStamp">
            <summary>
            Records timestamp to a disk file to preserve it between application restarts.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueue.PropertyTimeStamp.store">
            <summary>
            The properties store.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.PropertyTimeStamp.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventQueue.PropertyTimeStamp"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.PropertyTimeStamp.#ctor(Sitecore.Data.Properties.IPropertyStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventQueue.PropertyTimeStamp"/> class.
            </summary>
            <param name="store">The properties store.</param>
            <exception cref="T:System.ArgumentNullException">The <paramref name="store"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.PropertyTimeStamp.RetrieveTimestamp">
            <summary>
            Retrieves the timestamp. This is used on application start to load the last timestamp value from the persistent storage.
            </summary>
            <returns>
            Timestamp value or null if the timestamp could not be loaded.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.PropertyTimeStamp.SaveTimestamp(Sitecore.Eventing.EventQueue.TimeStamp)">
            <summary>
            Sets the timestamp.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Eventing.EventQueue.TimeStamp">
            <summary>
            Defines the time stamp of the event queue processing stuff.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueue.TimeStamp.minValue">
            <summary>
            The min timestamp value.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueue.TimeStamp.date">
            <summary>
            The date boundary associated with the timestamp. See <see cref="M:Sitecore.Eventing.EventQueue.PropertyTimeStamp.RetrieveTimestamp"/> and <see cref="M:Sitecore.Eventing.EventQueue.GetQueuedEvents(System.String)"/>
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.#ctor(System.DateTime,System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventQueue.TimeStamp"/> class.
            </summary>
            <param name="date">The date value.</param>
            <param name="sequence">The sequence.</param>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.#ctor(System.Int64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventQueue.TimeStamp"/> class.
            </summary>
            <param name="sequence">The sequence.</param>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.TimeStamp.MinValue">
            <summary>
            Gets the minimal timestamp value.
            </summary>
            <value>The minimal timestamp value.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.TimeStamp.Date">
            <summary>
            Gets or sets the date boundary associated with the timestamp. See <see cref="M:Sitecore.Eventing.EventQueue.PropertyTimeStamp.RetrieveTimestamp"/> and <see cref="M:Sitecore.Eventing.EventQueue.GetQueuedEvents(System.String)"/>
            </summary>
            <value>The date of the event.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueue.TimeStamp.Sequence">
            <summary>
            Gets or sets the sequence number in the event queue.
            </summary>
            <value>The sequence.</value>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.Parse(System.String)">
            <summary>
            Parses the specified string into a timestamp.
            </summary>
            <param name="value">The serialized timestamp.</param>
            <returns>The timestamp.</returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
            </returns>
            <exception cref="T:System.NullReferenceException">
            The <paramref name="obj"/> parameter is null.
            </exception>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.EventQueue.TimeStamp.CompareTo(Sitecore.Eventing.EventQueue.TimeStamp)">
            <summary>
            Compares the current object with another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings:
            Value
            Meaning
            Less than zero
            This object is less than the <paramref name="other"/> parameter.
            Zero
            This object is equal to <paramref name="other"/>.
            Greater than zero
            This object is greater than <paramref name="other"/>.
            </returns>
            <exception cref="T:System.InvalidOperationException">Uncomparable stamps</exception>
        </member>
        <member name="T:Sitecore.Eventing.EventQueueQuery">
            <summary>
            EventQueueQuery class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.EventQueueQuery.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.EventQueueQuery"/> class.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueueQuery.fromUtcDate">
            <summary>
            The minimum value of the <code>Created</code> column.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.EventQueueQuery.toUtcDate">
            <summary>
            The maximum value of the <code>Created</code> column.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.EventTypes">
            <summary>
            Gets or sets the event types.
            </summary>
            <value>
            The event types.
            </value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.FromTimestamp">
            <summary>
            Gets or sets the minimum value of the Timestamp column..
            </summary>
            <value>The minimum value of the Timestamp column.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.FromUtcDate">
            <summary>
            Gets or sets the minimum value of the Created column..
            </summary>
            <value>The minimum value of the Created column.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.InstanceType">
            <summary>
            Gets or sets the type of the instance.
            </summary>
            <value>The type of the instance.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.SourceInstanceName">
            <summary>
            Gets or sets the name of the source instance.
            </summary>
            <value>The name of the source instance.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.TargetInstanceName">
            <summary>
            Gets or sets the name of the target instance.
            </summary>
            <value>The name of the target instance.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.ToTimestamp">
            <summary>
            Gets or sets the maximum value of the Timestamp column..
            </summary>
            <value>The maximum value of the Timestamp column.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.ToUtcDate">
            <summary>
            Gets or sets the maximum value of the Created column..
            </summary>
            <value>The maximum value of the Created column.</value>
        </member>
        <member name="P:Sitecore.Eventing.EventQueueQuery.UserName">
            <summary>
            Gets or sets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="T:Sitecore.Eventing.IEventQueue">
            <summary>
            Represents APIs to work with event queues.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.IEventQueue.ListenToRemoteEvents">
            <summary>
            Gets or sets a value indicating whether this queue will process remote events.
            </summary>
            <value><c>true</c> if remote events are processed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.IEventQueue.Name">
            <summary>
            Gets or sets the name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.
            </summary>
            <value>The name of the <see cref="T:Sitecore.Eventing.IEventQueue"/>.</value>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
            <param name="daysToKeep">Number of days to keep the event queue trail.</param>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.Cleanup(System.TimeSpan)">
            <summary>
            Cleanups the specified interval to keep.
            </summary>
            <param name="intervalToKeep">The interval to keep.</param>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.DeserializeEvent(Sitecore.Eventing.QueuedEvent)">
            <summary>
            Deserializes the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <returns>The event.</returns>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.GetLastEvent">
            <summary>
            Returns the top event based on the stamp property.
            </summary>
            <returns>The most recent QueuedEvent with the queue.</returns>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.GetQueuedEventCount">
            <summary>
            Gets the queued event count.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.GetQueuedEvents">
            <summary>
            The get queued events.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.GetQueuedEvents(System.String)">
            <summary>
            The get queued events.
            </summary>
            <param name="targetInstanceName">Name of the server instance to get events for (usually the local server <see cref="P:Sitecore.Configuration.Settings.InstanceName"/>).</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.GetQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the queued events.
            </summary>
            <param name="query">
            The query.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.ProcessEvents(System.Action{System.Object,System.Type})">
            <summary>
            Processes the events.
            </summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.QueueEvent``1(``0,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="TEvent">The type of the event.</typeparam>
            <param name="event">The @event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> add the event to the global queue.</param>
            <param name="addToLocalQueue">if set to <c>true</c> add the event to the local queue.</param>
        </member>
        <member name="M:Sitecore.Eventing.IEventQueue.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">
            The query.
            </param>
        </member>
        <member name="T:Sitecore.Eventing.IHasEventName">
            <summary>
            <see cref="T:Sitecore.Eventing.IHasEventName"/> interface.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.IHasEventName.EventName">
            <summary>
            Gets the name of the event.
            </summary>
            <value>The name of the event.</value>
        </member>
        <member name="T:Sitecore.Eventing.NullEventQueue">
            <summary>
            Defines the null event queue class.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.NullEventQueue._instance">
            <summary>
            Instance of this class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.NullEventQueue"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.NullEventQueue.Instance">
            <summary>
            Gets the instance.
            </summary>
            <value>The instance.</value>
        </member>
        <member name="P:Sitecore.Eventing.NullEventQueue.Queue">
            <summary>
            Gets the instance.
            </summary>
            <value>The instance.</value>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.Cleanup(System.UInt32)">
            <summary>
            Performs cleanup of the event queue.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.GetQueuedEventCount">
            <summary>
            Gets the queued event count.
            </summary>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.GetLastEvent">
            <summary>
            Returns the top event based on the stamp property.
            </summary>
            <returns>Null</returns>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.GetQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Gets the queued events.
            </summary>
            <param name="query">The query.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.RemoveQueuedEvents(Sitecore.Eventing.EventQueueQuery)">
            <summary>
            Removes the queued events matching the criteria specified by the query.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.GetTimestampForLastProcessing">
            <summary>
            Gets the time stamp for last processing.
            </summary>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.MarkProcessed(Sitecore.Eventing.QueuedEvent)">
            <summary>
            Marks the processed.
            </summary>
            <param name="queuedEvent">The queued event.</param>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.QueueEvent(Sitecore.Eventing.QueuedEvent,System.Boolean,System.Boolean)">
            <summary>
            Queues the event.
            </summary>
            <param name="queuedEvent">The queued event.</param>
            <param name="addToGlobalQueue">if set to <c>true</c> [add to global queue].</param>
            <param name="addToLocalQueue">if set to <c>true</c> [add to local queue].</param>
        </member>
        <member name="M:Sitecore.Eventing.NullEventQueue.SetTimestampForLastProcessing(Sitecore.Eventing.EventQueue.TimeStamp)">
            <summary>
            Sets the timestamp for last processing.
            </summary>
            <param name="timestamp">The timestamp.</param>
        </member>
        <member name="T:Sitecore.Eventing.QueuedEvent">
            <summary>
            <para>The queued event used to propagate an event data from one Sitecore instance to others in scaled environments.</para>
            <para>Carries a serialized representation of an action with additional metadata (like <see cref="P:Sitecore.Eventing.QueuedEvent.UserName"/>, <see cref="P:Sitecore.Eventing.QueuedEvent.Created"/>).</para>
            <para>An action is de-serialized, and replayed on a local instance. Example: Item saved remote event is used to remove obsolete data from cache layer.</para>
            <para>Check <see cref="T:Sitecore.Abstractions.BaseEventManager"/> API for more details.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.QueuedEvent.UniqueStrings">
            <summary>
              Stores unique strings to avoid producing duplicates, thereby reducing the memory pressure.
            <para>Same physical text can be re-used to keep only unique <see cref="T:System.String"/> instances in memory.</para>
            <para>Since fields like <see cref="P:Sitecore.Eventing.QueuedEvent.EventTypeName"/>, <see cref="P:Sitecore.Eventing.QueuedEvent.InstanceName"/>, <see cref="P:Sitecore.Eventing.QueuedEvent.UserName"/> have low entropy, they are interned.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.QueuedEvent.created">
            <summary>
              The created date.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.QueuedEvent.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Eventing.QueuedEvent" /> class.
            </summary>
            <param name="eventTypeName">Type of the event.</param>
            <param name="instanceTypeName">Type of the instance.</param>
            <param name="instanceData">The instance data.</param>
            <param name="instanceName">The server instance name.</param>
            <param name="userName">The user Name.</param>
        </member>
        <member name="M:Sitecore.Eventing.QueuedEvent.#ctor(System.String,System.String,System.String,System.String,System.String,System.Int64,System.DateTime)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Eventing.QueuedEvent" /> class.
            </summary>
            <param name="eventTypeName">Type of the event.</param>
            <param name="instanceTypeName">Type of the instance.</param>
            <param name="instanceData">The instance data.</param>
            <param name="instanceName">Name of the instance.</param>
            <param name="userName">Name of the user.</param>
            <param name="timestamp">The timestamp.</param>
            <param name="created">The created.</param>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.Created">
            <summary>
              Gets or sets the created.
            </summary>
            <value>The created.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.EventType">
            <summary>
              Gets the type of the event.
            </summary>
            <value>The type of the event.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.EventTypeName">
            <summary>
              Gets or sets the name of the event type.
            </summary>
            <value>The name of the event type.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.InstanceData">
            <summary>
              Gets or sets the object data.
            </summary>
            <value>The object data.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.InstanceName">
            <summary>
              Gets or sets the name of the server.
            </summary>
            <value>The name of the server.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.InstanceType">
            <summary>
              Gets the type of the object.
            </summary>
            <value>The type of the object.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.InstanceTypeName">
            <summary>
              Gets or sets the name of the instance type.
            </summary>
            <value>The name of the instance type.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.Timestamp">
            <summary>
              Gets or sets the timestamp.
            </summary>
            <value>The timestamp.</value>
        </member>
        <member name="P:Sitecore.Eventing.QueuedEvent.UserName">
            <summary>
              Gets or sets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="M:Sitecore.Eventing.QueuedEvent.Intern(System.String)">
            <summary>
              Interns the specified target string to avoid multiple instances of same string used.
            </summary>
            <param name="targetString">The target string.</param>
            <returns>Single instance of the string.</returns>
        </member>
        <member name="T:Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent">
            <summary>
            The field sharing changed remote event.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent.#ctor(Sitecore.Data.Templates.TemplateField,Sitecore.Data.Templates.TemplateFieldSharing,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent"/> class.
            </summary>
            <param name="field">The field.</param>
            <param name="sharing">The sharing.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent.DatabaseName">
            <summary>
            Gets or sets DatabaseName.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent.FieldID">
            <summary>
            Gets or sets FieldID.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.FieldSharingChangedRemoteEvent.Sharing">
            <summary>
            Gets or sets Sharing.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.ForwardSecurityEvents">
            <summary>
            Implements a bridge to forward security events from CMS to CD cluster. The class implements a pipeline processor for &lt;initialize&gt; pipeline
            that subscribes to security events occuring on the server (both local and remote), filters them and forwards to a specific database.
            <b>NB: The server must be configured not to listen to events from this database.</b>
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.Remote.ForwardSecurityEvents.targets">
            <summary>
              Target databases for security events.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.Remote.ForwardSecurityEvents.domains">
            <summary>
              The list of domains for which events should be forwarded.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Targets">
            <summary>
            Gets the list of the databases to which security events should be forwarded.
            </summary>
            <value>
            The list of CD clusters' system databases.
            </value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains">
            <summary>
            Gets the names of the Sitecore security domains used on the website. Only events for these domains will be forwarded through this bridge.
            </summary>
            <value>The list of names of the Sitecore security domains used on the website.</value>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueEvent``1(``0)">
            <summary>
            Queues the event.
            </summary>
            <typeparam name="T">Type of the event.</typeparam>
            <param name="event">The event instance.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Implements the pipeline processor interface. This is an entry point to the class.
            </summary>
            <param name="pipelineArgs">The pipeline args.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.SubscribeToLocalEvents">
            <summary>
            Subscribes to local events.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueRoleCreated(System.String)">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.RoleCreatedRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueRoleDeleted(System.String)">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.RoleDeletedRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueRoleRelationsRemoved(System.String)">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.RoleRelationsRemovedRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueRolesAddedToRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="members">The members.</param>
            <param name="targets">The targets.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueRolesRemovedFromRoles(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="members">The members.</param>
            <param name="targets">The targets.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueUserCreated(System.Web.Security.MembershipUser)">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.UserCreatedRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="user">The <see cref="T:System.Web.Security.MembershipUser"/> object representing the user.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueUserDeleted(System.String)">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.UserDeletedRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="name">The name of the user.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueUserUpdated(System.Web.Security.MembershipUser)">
            <summary>
             Queues the <see cref="T:Sitecore.Eventing.Remote.UserUpdatedRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="user">The <see cref="T:System.Web.Security.MembershipUser"/> representing the user.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueUsersAddedToRoles(System.String[],System.String[])">
            <summary>
            Queues the <see cref="T:Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="users">The users.</param>
            <param name="roles">The roles.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.QueueUsersRemovedFromRoles(System.String[],System.String[])">
            <summary>
            Queues the <see cref="T:Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent"/>. Applies the filters.
            </summary>
            <param name="users">The collection of user names.</param>
            <param name="roles">The collection of role names.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.RoleMatches(System.String)">
            <summary>
            Checks if the role matches the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/>.
            </summary>
            <param name="name">The name of the role.</param>
            <returns><c>true</c> if the role belongs to any of the domains in the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/> list, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.RolesMatch(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Checks if the roles match the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/>.
            </summary>
            <param name="roles">The collection of <see cref="T:Sitecore.Security.Accounts.Role"/> objects.</param>
            <returns><c>true</c> is any of the roles belongs to any of the domains in the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/> list, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.RolesMatch(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Checks if the roles match the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/>.
            </summary>
            <param name="roles">The collection of role names.</param>
            <returns><c>true</c> is any of the roles belongs to any of the domains in the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/> list, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.UserMatches(System.Web.Security.MembershipUser)">
            <summary>
            Checks if the user matches the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/>.
            </summary>
            <param name="user">The <see cref="T:System.Web.Security.MembershipUser"/> object representing the user to check.</param>
            <returns><c>true</c> is the user belongs to any of the domains in the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/> list, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.UserMatches(System.String)">
            <summary>
            Checks if the user matches the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/>.
            </summary>
            <param name="name">The name of the user to check.</param>
            <returns><c>true</c> is the user belongs to any of the domains in the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/> list, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Eventing.Remote.ForwardSecurityEvents.UsersMatch(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Checks if the users match the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/>.
            </summary>
            <param name="users">The collection of user names.</param>
            <returns><c>true</c> is any of the users belongs to any of the domains in the <see cref="P:Sitecore.Eventing.Remote.ForwardSecurityEvents.Domains"/> list, <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Eventing.Remote.PublishCompletedRemoteEvent">
            <summary>
            PublishCompletedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.PublishCompletedRemoteEvent.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Publishing.DistributedPublishOptions},System.Int64,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.PublishCompletedRemoteEvent"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishCompletedRemoteEvent.PublishOptions">
            <summary>
            Gets or sets the publish options.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishCompletedRemoteEvent.Processed">
            <summary>
            Gets or sets the processed.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishCompletedRemoteEvent.Failed">
            <summary>
            Gets or sets a value indicating whether failed.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.PublishEndRemoteEvent">
            <summary>
            PublishEndRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.PublishEndRemoteEvent.#ctor(Sitecore.Publishing.Publisher)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.PublishEndRemoteEvent"/> class.
            </summary>
            <param name="publisher">
            The publisher.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.CompareRevisions">
            <summary>
            Gets or sets a value indicating whether to compare revisions.
            </summary>
            <value><c>true</c> if compare revisions; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.Deep">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Eventing.Remote.PublishEndRemoteEvent"/> is deep.
            </summary>
            <value><c>true</c> if deep; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.FromDate">
            <summary>
            Gets or sets from date.
            </summary>
            <value>From date.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.LanguageName">
            <summary>
            Gets or sets the name of the language.
            </summary>
            <value>The name of the language.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.PublishDate">
            <summary>
            Gets or sets the publish date.
            </summary>
            <value>The publish date.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.PublishingTargets">
            <summary>
            Gets or sets the publishing targets.
            </summary>
            <value>The publishing targets.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.RepublishAll">
            <summary>
            Gets or sets a value indicating whether [republish all].
            </summary>
            <value><c>true</c> if [republish all]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.RootItemId">
            <summary>
            Gets or sets the root item id.
            </summary>
            <value>The root item id.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.SourceDatabaseName">
            <summary>
            Gets or sets the name of the source database.
            </summary>
            <value>The name of the source database.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.PublishEndRemoteEvent.TargetDatabaseName">
            <summary>
            Gets or sets the name of the target database.
            </summary>
            <value>The name of the target database.</value>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RemoteEventMap">
            <summary>
            LegacyModule class.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.Remote.RemoteEventMap.LocalPropertyPrefixes">
            <summary>
            Defines prefixes of properties that are known to be local / instance-specific.
            </summary>
        </member>
        <member name="F:Sitecore.Eventing.Remote.RemoteEventMap.firstEvent">
            <summary>
            First event flag.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.#ctor">
            <summary>
            Creates instance of <see cref="T:Sitecore.Eventing.Remote.RemoteEventMap"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.#ctor(Sitecore.Eventing.IEventQueue)">
            <summary>
            Creates instance of <see cref="T:Sitecore.Eventing.Remote.RemoteEventMap"/> class.
            </summary>
            <param name="queue"><see cref="T:Sitecore.Eventing.IEventQueue"/> instance to subscribe for remote events.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.Initialize(Sitecore.Eventing.IEventQueue)">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.InitializeFromPipeline(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Initializes from pipeline.
            </summary>
            <param name="args">
            The pipeline args.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnItemTransferredRemoteEvent(Sitecore.Data.Events.ItemTransferredRemoteEvent)">
            <summary>
            Called when [item transferred remote event].
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnGenericRemoteEvent``1(``0)">
            <summary>
            Called when [generic remote event].
            </summary>
            <typeparam name="TEvent">
            The type of the event.
            </typeparam>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnPublishCompletedRemoteEvent(Sitecore.Eventing.Remote.PublishCompletedRemoteEvent)">
            <summary>
            Called when publish completed remote event.
            </summary>
            <param name="event">The event.</param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnPublishEndRemoteEvent(Sitecore.Eventing.Remote.PublishEndRemoteEvent)">
            <summary>
            Called when [publish end remote event].
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnRoleCreatedRemoteEvent(Sitecore.Eventing.Remote.RoleCreatedRemoteEvent)">
            <summary>
            Called when role created remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnRoleDeletedRemoteEvent(Sitecore.Eventing.Remote.RoleDeletedRemoteEvent)">
            <summary>
            Called when role deleted remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnRoleRelationsRemovedRemoteEvent(Sitecore.Eventing.Remote.RoleRelationsRemovedRemoteEvent)">
            <summary>
            Called when role relations removed remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnRolesAddedToRolesRemoteEvent(Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent)">
            <summary>
            Called when roles added to roles remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnRolesRemovedFromRolesRemoteEvent(Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent)">
            <summary>
            Called when roles removed from roles remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnSecurableUpdatedRemoteEvent(Sitecore.Eventing.Remote.SecurableUpdatedRemoteEvent)">
            <summary>
            Called when securable updated remote event.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnUserCreatedRemoteEvent(Sitecore.Eventing.Remote.UserCreatedRemoteEvent)">
            <summary>
            Called when user created remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnUserDeletedRemoteEvent(Sitecore.Eventing.Remote.UserDeletedRemoteEvent)">
            <summary>
            Called when user deleted remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnRuntimeRolesUpdatedRemoteEvent(Sitecore.Eventing.Remote.RuntimeRolesUpdatedRemoteEvent)">
            <summary>
            Called when virtual user updated remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnUserUpdatedRemoteEvent(Sitecore.Eventing.Remote.UserUpdatedRemoteEvent)">
            <summary>
            Called when user updated remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnUsersAddedToRolesRemoteEvent(Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent)">
            <summary>
            Called when users added to roles remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnUsersRemovedFromRolesRemoteEvent(Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent)">
            <summary>
            Called when users removed from roles remote event.
            </summary>
            <param name="event">
            The event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.OnInstallerRemoteEvent(Sitecore.Install.Events.InstallationRemoteEvent)">
            <summary>
            Invoked on installer remote event.
            </summary>
            <param name="evt">
            The installation remote event.
            </param>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.SetupGlobalEventSubscribers(Sitecore.Eventing.IEventQueue)">
            <summary>
            Setups the global event subscribers.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.SetupRemoteEventSubscribers">
            <summary>
            Setups the remote event subscribers.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.SetupSubscribers(Sitecore.Eventing.IEventQueue)">
            <summary>
            Setups the remote events.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.SetupInstallerEvents(Sitecore.Eventing.IEventQueue)">
            <summary>
            Sets up installer events.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RemoteEventMap.QueueInstallerRemoteEvent(System.EventArgs,System.String,Sitecore.Eventing.IEventQueue)">
            <summary>
            Queues a new installer remote event.
            </summary>
            <param name="args">
            The event arguments.
            </param>
            <param name="eventName">
            The event name.
            </param>
            /// <param name="queue">
            The <see cref="T:Sitecore.Eventing.IEventQueue"/> instance to queue events.
            </param>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RoleCreatedRemoteEvent">
            <summary>
            RoleCreatedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RoleCreatedRemoteEvent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.RoleCreatedRemoteEvent"/> class.
            </summary>
            <param name="roleName">
            Name of the role.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RoleCreatedRemoteEvent.RoleName">
            <summary>
            Gets or sets RoleName.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RoleDeletedRemoteEvent">
            <summary>
            RoleDeletedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RoleDeletedRemoteEvent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.RoleDeletedRemoteEvent"/> class.
            </summary>
            <param name="roleName">
            The role name.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RoleDeletedRemoteEvent.RoleName">
            <summary>
            Gets or sets RoleName.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RoleRelationsRemovedRemoteEvent">
            <summary>
            RoleRelationsRemovedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RoleRelationsRemovedRemoteEvent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.RoleRelationsRemovedRemoteEvent"/> class.
            </summary>
            <param name="roleName">
            Name of the role.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RoleRelationsRemovedRemoteEvent.RoleName">
            <summary>
            Gets or sets RoleName.
            </summary>
            <value>
            The role name.
            </value>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent">
            <summary>
            RolesAddedToRolesRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent"/> class.
            </summary>
            <param name="memberRoles">
            The member roles.
            </param>
            <param name="targetRoles">
            The target roles.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent.MemberRoles">
            <summary>
            Gets or sets the member roles.
            </summary>
            <value>The member roles.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RolesAddedToRolesRemoteEvent.TargetRoles">
            <summary>
            Gets or sets TargetRoles.
            </summary>
            <value>
            The target roles.
            </value>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent">
            <summary>
            RolesRemovedFromRolesRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role},System.Collections.Generic.IEnumerable{Sitecore.Security.Accounts.Role})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent"/> class.
            </summary>
            <param name="memberRoles">
            The member roles.
            </param>
            <param name="targetRoles">
            The target roles.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent.MemberRoles">
            <summary>
            Gets or sets the member roles.
            </summary>
            <value>The member roles.</value>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RolesRemovedFromRolesRemoteEvent.TargetRoles">
            <summary>
            Gets or sets TargetRoles.
            </summary>
            <value>
            The target roles.
            </value>
        </member>
        <member name="T:Sitecore.Eventing.Remote.RuntimeRolesUpdatedRemoteEvent">
            <summary>
            UserUpdatedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.RuntimeRolesUpdatedRemoteEvent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.RuntimeRolesUpdatedRemoteEvent"/> class.
            </summary>
            <param name="user">
            The user.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.RuntimeRolesUpdatedRemoteEvent.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.SecurableUpdatedRemoteEvent">
            <summary>
            SecurableUpdatedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.SecurableUpdatedRemoteEvent.#ctor(Sitecore.Security.AccessControl.ISecurable)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.SecurableUpdatedRemoteEvent"/> class.
            </summary>
            <param name="securable">
            The securable.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.SecurableUpdatedRemoteEvent.TypeName">
            <summary>
            Gets or sets TypeName.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.SecurableUpdatedRemoteEvent.UniqueId">
            <summary>
            Gets or sets UniqueId.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.UserCreatedRemoteEvent">
            <summary>
            UserCreatedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.UserCreatedRemoteEvent.#ctor(System.Web.Security.MembershipUser)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.UserCreatedRemoteEvent"/> class.
            </summary>
            <param name="user">
            The user.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UserCreatedRemoteEvent.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.UserDeletedRemoteEvent">
            <summary>
            UserDeletedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.UserDeletedRemoteEvent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.UserDeletedRemoteEvent"/> class.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UserDeletedRemoteEvent.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent">
            <summary>
            UsersAddedToRolesRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent.#ctor(System.String[],System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent"/> class.
            </summary>
            <param name="userNames">
            The user names.
            </param>
            <param name="roleNames">
            The role names.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent.RoleNames">
            <summary>
            Gets or sets RoleNames.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UsersAddedToRolesRemoteEvent.UserNames">
            <summary>
            Gets or sets UserNames.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent">
            <summary>
            UsersRemovedFromRolesRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent.#ctor(System.String[],System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent"/> class.
            </summary>
            <param name="userNames">
            The user names.
            </param>
            <param name="roleNames">
            The role names.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent.RoleNames">
            <summary>
            Gets or sets RoleNames.
            </summary>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UsersRemovedFromRolesRemoteEvent.UserNames">
            <summary>
            Gets or sets UserNames.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.Remote.UserUpdatedRemoteEvent">
            <summary>
            UserUpdatedRemoteEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.Remote.UserUpdatedRemoteEvent.#ctor(System.Web.Security.MembershipUser)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Remote.UserUpdatedRemoteEvent"/> class.
            </summary>
            <param name="user">
            The user.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Remote.UserUpdatedRemoteEvent.UserName">
            <summary>
            Gets or sets UserName.
            </summary>
        </member>
        <member name="T:Sitecore.Eventing.SubscriptionBase">
            <summary>
            Defines the subscription base class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionBase.Invoke(System.Object,Sitecore.Eventing.EventContext)">
            <summary>
            Invokes the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Eventing.SubscriptionBase.Id">
            <summary>
            Gets or sets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="T:Sitecore.Eventing.Subscription`1">
            <summary>
            Subscription class.
            </summary>
            <typeparam name="TEvent">
            The type of data passed to event handlers.
            </typeparam>
        </member>
        <member name="M:Sitecore.Eventing.Subscription`1.#ctor(System.Action{`0,Sitecore.Eventing.EventContext},System.Func{`0,Sitecore.Eventing.EventContext,System.Boolean})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Subscription`1"/> class.
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.Subscription`1"/> class.
            </summary>
            <param name="handler">
            The handler.
            </param>
            <param name="filter">
            The filter.
            </param>
        </member>
        <member name="P:Sitecore.Eventing.Subscription`1.Filter">
            <summary>
            Gets or sets the filter.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Sitecore.Eventing.Subscription`1.Handler">
            <summary>
            Gets or sets the handler.
            </summary>
            <value>The handler.</value>
        </member>
        <member name="M:Sitecore.Eventing.Subscription`1.Invoke(System.Object,Sitecore.Eventing.EventContext)">
            <summary>
            Invokes the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Eventing.Subscription`1.Id">
            <summary>
            Gets or sets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="T:Sitecore.Eventing.SubscriptionId">
            <summary>
            SubscriptionId class.
            </summary>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.#ctor(System.Guid,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Eventing.SubscriptionId"/> class.
            </summary>
            <param name="guid">The GUID.</param>
            <param name="type">The type.</param>
        </member>
        <member name="P:Sitecore.Eventing.SubscriptionId.Type">
            <summary>
            Gets the type of the subscription.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Eventing.SubscriptionId.Guid">
            <summary>
            Gets or sets the GUID.
            </summary>
            <value>The GUID value.</value>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.CompareTo(System.Object)">
            <summary>
            Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
            </summary>
            <param name="obj">
            An object to compare with this instance.
            </param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
            Value
            Meaning
            Less than zero
            This instance is less than <paramref name="obj"/>.
            Zero
            This instance is equal to <paramref name="obj"/>.
            Greater than zero
            This instance is greater than <paramref name="obj"/>.
            </returns>
            <exception cref="T:System.ArgumentException">
            <paramref name="obj"/> is not the same type as this instance.
            </exception>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.CompareTo(Sitecore.Eventing.SubscriptionId)">
            <summary>
            Compares the current object with another object of the same type.
            </summary>
            <param name="other">
            An object to compare with this object.
            </param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings:
            Value
            Meaning
            Less than zero
            This object is less than the <paramref name="other"/> parameter.
            Zero
            This object is equal to <paramref name="other"/>.
            Greater than zero
            This object is greater than <paramref name="other"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.NewId(System.Type)">
            <summary>
            News the id.
            </summary>
            <returns>The new id.</returns>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
            </summary>
            <param name="obj">
            The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.
            </param>
            <returns>
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
            </returns>
            <exception cref="T:System.NullReferenceException">
            The <paramref name="obj"/> parameter is null.
            </exception>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.op_Equality(Sitecore.Eventing.SubscriptionId,Sitecore.Eventing.SubscriptionId)">
            <summary>
            Implements the operator ==.
            </summary>
            <param name="id0">The id0.</param>
            <param name="id1">The id1.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="M:Sitecore.Eventing.SubscriptionId.op_Inequality(Sitecore.Eventing.SubscriptionId,Sitecore.Eventing.SubscriptionId)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="id0">The id0.</param>
            <param name="id1">The id1.</param>
            <returns>The result of the operator.</returns>
        </member>
        <member name="T:Sitecore.Exceptions.AccessDeniedException">
            <summary>
            Represents a AccessDenied exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.AccessDeniedException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.AccessDeniedException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.AccessDeniedException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.AccessDeniedException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.AccessDeniedException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.AccessDeniedException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.CircularReferenceException">
            <summary>
            Represents a circular reference exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.CircularReferenceException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.CircularReferenceException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.CircularReferenceException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.CircularReferenceException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.CircularReferenceException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.CircularReferenceException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ClientAlertException">
            <summary>
            Represents a client alert exception. Throwing such an exception in SheerUI code will display an alert to the user.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ClientAlertException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ClientAlertException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ClientExceptionAttribute">
            <summary>
            Defines how the exception is displayed in the client.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ClientExceptionAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ClientExceptionAttribute"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ClientExceptionAttribute.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ClientExceptionAttribute"/> class.
            </summary>
            <param name="alert">if set to <c>true</c> this instance is alert.</param>
        </member>
        <member name="P:Sitecore.Exceptions.ClientExceptionAttribute.Alert">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Exceptions.ClientExceptionAttribute"/> is an alert.
            </summary>
            <value><c>true</c> if alert; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Exceptions.ClientExceptionAttribute.Reload">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Exceptions.ClientExceptionAttribute"/> causes the client to reload.
            </summary>
            <value><c>true</c> if reload; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Exceptions.ConfigurationException">
            <summary>
            ConfigurationException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ConfigurationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ConfigurationException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.ConfigurationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ConfigurationException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ControlNotFoundException">
            <summary>
            Represents a control not found exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ControlNotFoundException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ControlNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.CyclicSublayoutException">
            <summary>
            CyclicSublayoutException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.CyclicSublayoutException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.CyclicSublayoutException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.DatabaseNullException">
            <summary>
            Represents a item not found exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.DatabaseNullException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.DatabaseNullException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.DatabaseNullException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.DomainException">
            <summary>
            DomainException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.DomainException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.DomainException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.DomainException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.DomainException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.DomainExistsException">
            <summary>
            DomainExistsException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.DomainExistsException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.DomainExistsException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.DomainExistsException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.DomainExistsException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.DuplicateItemNameException">
            <summary>
            Duplicate Item Name Exception
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.DuplicateItemNameException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.DuplicateItemNameException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.EditingNotAllowedException">
            <summary>
            Represents a editing not allowed exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.EditingNotAllowedException.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.EditingNotAllowedException"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Exceptions.InvalidItemCloneSourceException">
            <summary>
            Indicates an attempt to set wrong item clone source value for an item (f.e. cyclic dependency).
            <para>Raised by <see cref="T:Sitecore.Data.Managers.ItemProvider"/> provider during item save.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidItemCloneSourceException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidItemCloneSourceException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidItemCloneSourceException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidItemCloneSourceException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidItemCloneSourceException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidItemCloneSourceException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.InvalidItemException">
            <summary>
            Represents a invalid item exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidItemException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidItemException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.InvalidItemNameException">
            <summary>
            Represents a invalid item name exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidItemNameException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidItemNameException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.InvalidStructureException">
            <summary>
            Represents a invalid structure exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidStructureException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidStructureException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.InvalidTypeException">
            <summary>
            InvalidTypeException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidTypeException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidTypeException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.InvalidValueException">
            <summary>
            Represents a invalid value exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.InvalidValueException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.InvalidValueException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ItemNotFoundException">
            <summary>
            Represents a item not found exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ItemNotFoundException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ItemNotFoundException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.ItemNotFoundException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ItemNullException">
            <summary>
            Represents a item not found exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ItemNullException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ItemNullException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
            <param name="itemPath">The item path.</param>
        </member>
        <member name="M:Sitecore.Exceptions.ItemNullException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ItemNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.LoadOnlyPropertyException">
            <summary>
            Represents a load only property exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.LoadOnlyPropertyException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.LoadOnlyPropertyException"/> class.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="T:Sitecore.Exceptions.LookupSourceException">
            <summary>
            Represents the lookup source exception
            </summary>
        </member>
        <member name="P:Sitecore.Exceptions.LookupSourceException.InnerMessage">
            <summary>
            Gets the inner message.
            </summary>
            <value>The inner message.</value>
        </member>
        <member name="M:Sitecore.Exceptions.LookupSourceException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.LookupSourceException"/> class.
            </summary>
            <param name="source">The source.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.MachineKeyDecodeException">
            <summary>
            Represents the MachineKeyDecode exception
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.MachineKeyDecodeException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.MachineKeyDecodeException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.MachineKeyDecodeException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.MachineKeyDecodeException"/> class.
            </summary>
            <param name="message">The message</param>
        </member>
        <member name="T:Sitecore.Exceptions.MediaException">
            <summary>
            General Media Exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.MediaException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.MediaException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.MediaException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.MediaException"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Exceptions.MediaIsNotModifiedException">
            <summary>
            Media is Not modified exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.MediaIsNotModifiedException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.MediaIsNotModifiedException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.PipelineException">
            <summary>
            PipelineException class
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.PipelineException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.PipelineException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.PipelineException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.PipelineException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.PropertyStoreNotCofiguredException">
            <summary>
            Represent exception in case PropertyStore provider isn't configured
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.PropertyStoreNotCofiguredException.#ctor(System.String)">
            <summary>
            Initialize a new instance of <see cref="T:Sitecore.Exceptions.PropertyStoreNotCofiguredException"/> class
            </summary>
            <param name="databaseName"></param>
        </member>
        <member name="T:Sitecore.Exceptions.ProviderConfigurationException">
            <summary>
            ProviderConfigurationException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ProviderConfigurationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ProviderConfigurationException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.ProviderConfigurationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ProviderConfigurationException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ProviderIsReadOnlyException">
            <summary>
            ProviderIsReadOnlyException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ProviderIsReadOnlyException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ProviderIsReadOnlyException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.ProviderIsReadOnlyException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ProviderIsReadOnlyException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.QueryException">
            <summary>
            Represents a query exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.QueryException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.QueryException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.QueryException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.QueryException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.QueryException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.QueryException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.ReflectionException">
            <summary>
            ReflectionException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.ReflectionException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ReflectionException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.ReflectionException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.ReflectionException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.RequiredObjectIsNullException">
            <summary>
            Represents a required object is null exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.RequiredObjectIsNullException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.RequiredObjectIsNullException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.SecurityException">
            <summary>
            Security Exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.SecurityException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SecurityException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Exceptions.SitecoreException">
            <summary>
            Defines the basic properties and functionality of a Sitecore exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.SitecoreException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SitecoreException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.SitecoreException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SitecoreException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.SitecoreException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SitecoreException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.SyndicationException">
            <summary>
            Represents the syndication exception
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.SyndicationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SyndicationException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.SyndicationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SyndicationException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.SyndicationUrlHashMismatchException">
            <summary>
            Represents the syndication exception
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.SyndicationUrlHashMismatchException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.SyndicationException"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Exceptions.TemplateNotFoundException">
            <summary>
            Represents a template not found exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.TemplateNotFoundException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.TemplateNotFoundException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.TemplateNotFoundException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.TemplateNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.TemplateNotFoundException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.TemplateNotFoundException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.TicketParseException">
            <summary>
            Represents a ticket parse exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.TicketParseException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.TicketParseException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.TicketParseException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.TicketParseException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.TicketParseException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.TicketParseException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.UnknownDomainException">
            <summary>
            UnknownDomainException
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.UnknownDomainException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnknownDomainException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.UnknownDomainException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnknownDomainException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.UnknownTypeException">
            <summary>
            Represents a unknown type exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.UnknownTypeException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnknownTypeException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.UnknownTypeException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnknownTypeException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.UnknownTypeException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnknownTypeException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException">
            <summary>
            Represents a unsupported thumbnail image format exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.UnsupportedThumbnailImageFormatException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Exceptions.WorkflowException">
            <summary>
            Represents a workflow exception.
            </summary>
        </member>
        <member name="P:Sitecore.Exceptions.WorkflowException.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowException.#ctor(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowException"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Exceptions.WorkflowInitialStateMissingException">
            <summary>
            Thrown if worfklow misses an initial state.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowInitialStateMissingException.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowInitialStateMissingException"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="workflow">The workflow.</param>
        </member>
        <member name="T:Sitecore.Exceptions.WorkflowStateMissingException">
            <summary>
            Represents a Workflow State Missing exception.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowStateMissingException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowStateMissingException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowStateMissingException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowStateMissingException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Exceptions.WorkflowStateMissingException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Exceptions.WorkflowStateMissingException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innnerException">The innner exception.</param>
        </member>
        <member name="T:Sitecore.Express.Application">
            <summary>
            Implements the Application.
            </summary>
        </member>
        <member name="P:Sitecore.Express.Application.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Express.Application.Settings">
            <summary>
            Gets the settings.
            </summary>
            <value>The settings.</value>
        </member>
        <member name="P:Sitecore.Express.Application.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Express.Application.Log(System.String)">
            <summary>
             Logs the specified text.
            </summary>
            <param name="text">The text.</param>
             <contract>
               <requires name="text" condition="not null" />
             </contract>
        </member>
        <member name="T:Sitecore.Express.Application.ApplicationSettings">
            <summary>
            Represents a ApplicationSettings.
            </summary>
        </member>
        <member name="P:Sitecore.Express.Application.ApplicationSettings.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified name.
            </summary>
            <value>The string.</value>
        </member>
        <member name="P:Sitecore.Express.Application.ApplicationSettings.Item(System.String,System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified name.
            </summary>
            <value>The setting.</value>
        </member>
        <member name="T:Sitecore.Express.ExpressItem">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Express.ExpressItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Express.ExpressItem"/> class.
            </summary>
            <param name="innerItem">The inner item.</param>
        </member>
        <member name="M:Sitecore.Express.ExpressItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Express.ExpressItem">
            <summary>
            Implicit operators the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Express.ExpressItem.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Express.ExpressItem.Children">
            <summary>
            Gets the children.
            </summary>
            <value>The children.</value>
        </member>
        <member name="P:Sitecore.Express.ExpressItem.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Express.ExpressItem.InnerItem">
            <summary>
            Gets the inner item.
            </summary>
            <value>The inner item.</value>
        </member>
        <member name="P:Sitecore.Express.ExpressItem.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Sitecore.Express.Items">
            <summary>
            Represents a set of Items.
            </summary>
        </member>
        <member name="P:Sitecore.Express.Items.CurrentItem">
            <summary>
            Gets the current item.
            </summary>
            <value>The current item.</value>
        </member>
        <member name="P:Sitecore.Express.Items.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="M:Sitecore.Express.Items.AddItem(System.String,System.String,System.String)">
            <summary>
            Adds the item.
            </summary>
            <param name="parent">The parent.</param>
            <param name="name">The name.</param>
            <param name="template">The template.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Express.Items.DeleteItem(System.String)">
            <summary>
            Deletes the item.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Express.Items.Exists(Sitecore.Data.ID)">
            <summary>
            Determines if the item exists.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Express.Items.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Express.Items.SelectItems(System.String)">
            <summary>
            Selects the items.
            </summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Express.Items.SelectSingleItem(System.String)">
            <summary>
            Selects the single item.
            </summary>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Extensions.CommonExtensions">
            <summary>
            The common extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.CommonExtensions.LocalizeGrid(ComponentArt.Web.UI.Grid)">
            <summary>
            Localizes the Component Art grid.
            </summary>
            <param name="grid">
            The grid to localize.
            </param>
        </member>
        <member name="T:Sitecore.Extensions.DatabaseExtensions.DatabaseExtensions">
            <summary>
            Extensions methods for Database.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.DatabaseExtensions.DatabaseExtensions.GetKnownItemId(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the leftmost part of a string.
            </summary>
            <param name="database">The database.</param>
            <param name="itemPath">The item path.</param>
            <returns>The known item id.</returns>
        </member>
        <member name="M:Sitecore.Extensions.DatabaseExtensions.DatabaseExtensions.GetKnownItem(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the known item.
            </summary>
            <param name="database">The database.</param>
            <param name="itemPath">The item path.</param>
            <returns>The known item.</returns>
        </member>
        <member name="T:Sitecore.Extensions.DictionaryExtensions">
            <summary>
            Extensions method for Dictionary
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.DictionaryExtensions.GetValue``2(System.Collections.Generic.IDictionary{``0,``1},``0,``1)">
            <summary>
            Getting value in safe manner. Returns default value if key not present in a dictionary
            </summary>
            <typeparam name="TK">Type of key</typeparam>
            <typeparam name="TV">Type of value</typeparam>
            <param name="dict">The dictionary</param>
            <param name="key">The key which search for</param>
            <param name="defaultValue">Default value. Returns if key not found</param>
            <returns>Returns either found value or default value</returns>
        </member>
        <member name="T:Sitecore.Extensions.DirectoryExtension">
            <summary>
            Extensions for Lucene.Net.Store.FSDirectory class.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.DirectoryExtension.Exists(Lucene.Net.Store.Directory)">
            <summary>
            Check if directory exists on file system.
            </summary>
            <param name="directory">Directory object to check.</param>
            <returns>
             <c>true</c> if directory exists <c>false</c> otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Extensions.DirectoryExtension.GetPath(Lucene.Net.Store.Directory)">
            <summary>
            Returns path for existing FSDirectory.
            </summary>
            <param name="directory">
            FSDirectory object.
            </param>
            <returns>
            The path.
            </returns>
        </member>
        <member name="T:Sitecore.Extensions.IdentityExtensions">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Extensions.IdentityExtensions.GetRoleNames(System.Security.Principal.IIdentity)">
            <summary>
            Gets the role names.
            </summary>
            <param name="identity">The identity.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Extensions.ItemClonesExtensions.ItemClonesExtensions">
            <summary>
            Extension methods that utilize the DI to run the clone-related logic.
            </summary>
        </member>
        <member name="F:Sitecore.Extensions.ItemClonesExtensions.ItemClonesExtensions.Instance">
            <summary>
            The instance of <see cref="T:Sitecore.Data.Clones.ItemSourceUriProviders.ISourceUriProvider"/> injected that does actual job.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.ItemClonesExtensions.ItemClonesExtensions.GetItemUriFromSourceItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the clone target <see cref="T:Sitecore.Data.ItemUri"/> from current item.
            </summary>
            <param name="item">The item to have clone source.</param>
            <returns><c>null</c> if item is not a clone, or could not parse itemUri specified inside item; parsed value otherwise.</returns>
        </member>
        <member name="T:Sitecore.Extensions.ObjectExtensions">
            <summary>
            <see cref="T:Sitecore.Extensions.ObjectExtensions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.ObjectExtensions.DefaultOr``2(``0,System.Func{``0,``1})">
            <summary>
            Defaults the or.
            </summary>
            <typeparam name="TInput">
            The type of the input.
            </typeparam>
            <typeparam name="TOutput">
            The type of the output.
            </typeparam>
            <param name="value">
            The value.
            </param>
            <param name="selector">
            The selector.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Extensions.ObjectExtensions.NullOr``2(``0,System.Func{``0,``1})">
            <summary>
            Nulls the or.
            </summary>
            <typeparam name="TInput">
            The type.
            </typeparam>
            <typeparam name="TOutput">
            The return type.
            </typeparam>
            <param name="value">
            The value.
            </param>
            <param name="selector">
            The selector.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="T:Sitecore.Extensions.StringExtensions.StringExtensions">
            <summary>
            Extensions methods for string.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.StringExtensions.StringExtensions.Left(System.String,System.Int32)">
            <summary>
            Gets the leftmost part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="length">The number of character to return.</param>
            <returns>
            The first <i>length</i> characters of the string.
            </returns>
        </member>
        <member name="M:Sitecore.Extensions.StringExtensions.StringExtensions.Mid(System.String,System.Int32)">
            <summary>
            Gets the middle part of a string.
            </summary>
            <param name="text">A string.</param>
            <param name="start">The starting index into the string.</param>
            <returns>
            The rightmost part of the string starting at the <i>start</i> position.
            </returns>
            <remarks>If <i>start</i> is greater than the length of the string, the blank is returned.</remarks>
        </member>
        <member name="M:Sitecore.Extensions.StringExtensions.StringExtensions.Mid(System.String,System.Int32,System.Int32)">
            <summary>
            Gets the middle part of a string.
            </summary>
            <param name="text">A string.</param>
            <param name="start">The starting index into the string.</param>
            <param name="length">The number of returned characters</param>
            <returns>
            The rightmost part of the string starting at the <i>start</i> position.
            </returns>
        </member>
        <member name="M:Sitecore.Extensions.StringExtensions.StringExtensions.Right(System.String,System.Int32)">
            <summary>
            Gets the rightmost part of a string.
            </summary>
            <param name="text">A string.</param>
            <param name="length">The number of characters to return.</param>
            <returns>The rightmost <i>length</i> characters.</returns>
        </member>
        <member name="T:Sitecore.Extensions.ThreadExtensions">
            <summary>
            Extensions for thread execution behaviour, i.e. whether to use a managed thread pool or not.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.ThreadExtensions.QueueTask(System.Action,System.Boolean)">
            <summary>
            Queues a task in the thread pool if corresponding parameter is set to true, otherwise a new thread is created.
            </summary>
            <param name="action">The action.</param>
            <param name="executeInManagedThreadPool">If set to <c>true</c> then the action is executed in the managed thread pool, otherwise a new thread is created.</param>
        </member>
        <member name="T:Sitecore.Extensions.XElementExtensions.XElementExtensions">
            <summary>
            Extensions methods for string.
            </summary>
        </member>
        <member name="M:Sitecore.Extensions.XElementExtensions.XElementExtensions.GetAttributeValue(System.Xml.Linq.XElement,System.String)">
            <summary>
            Gets the attribute value.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the attribute to get.</param>
            <returns>The attribute value.</returns>
        </member>
        <member name="M:Sitecore.Extensions.XElementExtensions.XElementExtensions.Element(System.Xml.Linq.XElement,System.Int32)">
            <summary>
            Elements the specified element.
            </summary>
            <param name="element">The element.</param>
            <param name="index">The index.</param>
            <returns>Returns the X element.</returns>
        </member>
        <member name="T:Sitecore.FeatureState">
            <summary>
            Defines possible states of the Sitecore Features
            </summary>
        </member>
        <member name="F:Sitecore.FeatureState.Undefined">
            <summary>
            State of the Feature is undefined.
            </summary>
        </member>
        <member name="F:Sitecore.FeatureState.Enabled">
            <summary>
            Feature is enabled.
            </summary>
        </member>
        <member name="F:Sitecore.FeatureState.Disabled">
            <summary>
            Feature is disabled.
            </summary>
        </member>
        <member name="T:Sitecore.Globalization.DefaultTranslate">
            <summary>
            Implements the localization utility class, which controls the
            client language.
            </summary>
            <remarks>
            The <c>Sitecore.HttpModule</c> class implements a file watcher that
            responds to new files in the localization folder. When triggered the file
            watcher clears the language table, thereby forcing a reload of the
            language files.
            </remarks>
        </member>
        <member name="F:Sitecore.Globalization.DefaultTranslate.lockObject">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DefaultTranslate.corePipelineManager">
            <summary>
            The core pipeline factory.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DefaultTranslate.log">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DefaultTranslate.domainsTable">
            <summary>
            The domains.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DefaultTranslate.hasPendingReloads">
            <summary>
            Indicates whether cache should be reloaded.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.#ctor(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.DefaultTranslate"/> class.
            </summary>
            <param name="corePipelineManager">The core pipeline factory.</param>
            <param name="log">The logger.</param>
        </member>
        <member name="P:Sitecore.Globalization.DefaultTranslate.HasPendingReloads">
            <summary>
            Gets a value indicating whether translation cache needs to be reloaded.
            </summary>
            <value>
              <c>true</c> if translation cache needs to be reloaded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Globalization.DefaultTranslate.Domains">
            <summary>
            Gets the domains.
            </summary>
            <value>The domains.</value>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.RemoveKeyFromCache(System.String,Sitecore.Globalization.Language,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
            <param name="language">The language.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.RemoveKeyFromCache(System.String,Sitecore.Globalization.Language)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.RemoveKeyFromCache(System.String)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.CachePhrase(System.String,System.String,Sitecore.Globalization.Language,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Caches the phrase.
            </summary>
            <param name="key">The key.</param>
            <param name="phrase">The phrase.</param>
            <param name="language">The language.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.GetCachedDomains">
            <summary>
            Gets the cached domains.
            </summary>
            <returns>The array of cached domains.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.GetCachedLanguages(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Gets the cached languages.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The array of cached languages for specified dictionary domain.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.CreateDictionary(System.Type)">
            <summary>
            Creates the dictionary.
            </summary>
            <param name="type">
            The type containing the strings for which the dictionary should be created.
            </param>
            <returns>
            The dictionary.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.Text(System.String)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Localization.ls("My Text");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TextByDomain(System.String,Sitecore.Globalization.TranslateOptions,System.String,System.Object[])">
            <summary>
            Gets a localized string.
            </summary>
            <param name="domain">The domain.</param>
            <param name="options">The options.</param>
            <param name="key">The key of the string.</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The localized string.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TextByDomain(System.String,System.String,System.Object[])">
            <summary>
            Gets a localized string.
            </summary>
            <param name="domain">The domain.</param>
            <param name="key">The key of the string.</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The localized string.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.Text(System.String,System.Object[])">
            <summary>
            Gets the localized string for the key.
            </summary>
            <param name="key">
            The text key.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The translated text for given key.
            </returns>
            <remarks>
            The localized string is formatted using String.Format.
            </remarks>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TextByLanguage(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <param name="language">
            The language identifier.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Translate.Text("My Text", "da");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TextByLanguage(System.String,Sitecore.Globalization.Language,System.String)">
            <summary>
            Texts the by language no default.
            </summary>
            <param name="key">
            The text key.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The by language.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TextByLanguage(System.String,Sitecore.Globalization.Language,System.String,System.Object[])">
            <summary>
            Texts the by language no default.
            </summary>
            <param name="key">The text key.</param>
            <param name="language">The language.</param>
            <param name="defaultValue">The default value.</param>
            <param name="parameters">String replacement parameters.</param>
            <returns>The by text language.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TextByLanguage(System.String,Sitecore.Globalization.TranslateOptions,System.String,Sitecore.Globalization.Language,System.String,System.Object[])">
            <summary>
            Texts the by language.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="options">The options.</param>
            <param name="key">The phrase key.</param>
            <param name="language">The language.</param>
            <param name="defaultValue">The default value.</param>
            <param name="parameters">The parameters.</param>
            <returns>The translated phrase for specified combination of key, language, domain.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.ResetCache">
            <summary>
            Resets the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.ResetCache(System.Boolean)">
            <summary>
            Resets the cache.
            </summary>
            <param name="removeFileCache">If set to <c>true</c> dictionary file will be removed.</param>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.ReloadDomainCache(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Reloads the domain cache.
            </summary>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.ReloadFromDatabase">
            <summary>
            Reloads the translations from database.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.TryTranslateTextByLanguage(System.String,Sitecore.Globalization.DictionaryDomain,Sitecore.Globalization.Language,System.String@,System.Object[])">
            <summary>
            Texts the by language.
            </summary>
            <param name="key">The phrase key.</param>
            <param name="domain">The domain.</param>
            <param name="language">The language.</param>
            <param name="phrase">The phrase.</param>
            <param name="parameters">The parameters.</param>
            <returns>
              <c>true</c> if dictionary entry for specified key has been found in specified domain and language.
            </returns>
            <remarks>
            Do not use this method unless you are sure that you need to get translations from translation cache without using fallback logic.
            </remarks>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.Save">
            <summary>
            Saves this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.GetFilename">
            <summary>
            Gets the file name.
            </summary>
            <returns>
            The get file name.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.Load">
            <summary>
            Loads this instance.
            </summary>
            <returns>
            The table of translation phrases.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.GetLanguageTable(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Gets the language table.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The cache for the domain.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.GetPhrases(Sitecore.Globalization.DictionaryDomain,Sitecore.Globalization.Language)">
            <summary>
            Gets the phrases.
            </summary>
            <param name="domain">The domain.</param>
            <param name="language">The language.</param>
            <returns>The phrases.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.Load(Sitecore.Globalization.DictionaryDomain,System.String)">
            <summary>
            Loads the specified language.
            </summary>
            <param name="domain">The domain.</param>
            <param name="language">The language.</param>
            <returns>The table of translation phrases.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DefaultTranslate.Load(System.Collections.Hashtable,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Loads the specified table.
            </summary>
            <param name="table">The table.</param>
            <param name="item">The dictionary item.</param>
            <param name="rootItem">Value of root item indicates whether this is initial or recursive call of the method.</param>
        </member>
        <member name="T:Sitecore.Globalization.DictionaryDomain">
            <summary>
            The dictionary domain.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DictionaryDomain.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DictionaryDomain.domainId">
            <summary>
            The domain id.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DictionaryDomain.domainName">
            <summary>
            The domain name.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.DictionaryDomain"/> class.
            </summary>
            <param name="domainItem">
            The domain item.
            </param>
        </member>
        <member name="P:Sitecore.Globalization.DictionaryDomain.Database">
            <summary>
            Gets Database.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.DictionaryDomain.DomainId">
            <summary>
            Gets DomainId.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.DictionaryDomain.FullyQualifiedName">
            <summary>
            Gets FullyQualifiedName.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.DictionaryDomain.Name">
            <summary>
            Gets Name.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.GetDefaultDomain">
            <summary>
            The get default domain.
            </summary>
            <returns>
            The default dictionary domain in Core database.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.GetDefaultDomain(Sitecore.Data.Database)">
            <summary>
            The get default domain.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The default dictionary domain in specified database.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.TryParse(System.String,Sitecore.Globalization.DictionaryDomain@)">
            <summary>
            Parses the domain definition string.
            Acceptable formats:
            empty string - default domain from Core database.
            database_name: - default domain in specified database.
            :domain_name - domain with specified name in Core database.
            :domain_id - domain with specified ID (id of dictionary domain item) in Core database.
            domain_name - domain with specified name in Core database.
            domain_id - domain with specified ID (id of dictionary domain item) in Core database.
            database_name:domain_name - domain with specified name in specified database.
            database_name:domain_id - domain with specified id in specified database.
            </summary>
            <param name="domainDefinition">
            The domain definition.
            </param>
            <param name="domain">
            The dictionary domain.
            </param>
            <returns>
            <c>true</c> if domain definition has been parsed and domain has been found.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.TryParse(System.String,Sitecore.Data.Database,Sitecore.Globalization.DictionaryDomain@)">
            <summary>
            Parses the domain definition string. If domain database is not specified in domain definition string it will be taken from database parameter.
            Acceptable formats:
            empty string - default domain from specified database in parameter.
            database_name: - default domain in specified database.
            :domain_name - domain with specified name in database specified in parameter.
            :domain_id - domain with specified ID (id of dictionary domain item) in database specified in parameter.
            domain_name - domain with specified name in database specified in parameter.
            domain_id - domain with specified ID (id of dictionary domain item) in database specified in parameter.
            database_name:domain_name - domain with specified name in specified database.
            database_name:domain_id - domain with specified id in specified database.
            </summary>
            <param name="domainDefinition">
            The domain definition.
            </param>
            <param name="database">
            The database.
            </param>
            <param name="domain">
            The domain.
            </param>
            <returns>
            <c>true</c> if domain definition has been parsed and domain has been found.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.GetDefinitionItem">
            <summary>
            Gets the definition item.
            </summary>
            <returns>The item that represents the current dictionary domain.</returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.GetDefinitionItem(Sitecore.Globalization.Language)">
            <summary>
            Gets the definition item.
            </summary>
            <param name="language">The language.</param>
            <returns>
            The item that represents the current dictionary domain.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.GetFallbackDictionaryDomain">
            <summary>
            Gets the fallback dictionary domain.
            </summary>
            <returns>The fallback dictionary domain</returns>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomain.GetDomainDefinitionItem(Sitecore.Data.Database,System.String)">
            <summary>
            The get domain definition.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="name">
            The domain name or ID.
            </param>
            <returns>
            The item that represents the dictionary domain.
            </returns>
        </member>
        <member name="T:Sitecore.Globalization.DictionaryDomainAttribute">
            <summary>
            The dictionary domain attribute.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.DictionaryDomainAttribute.dictionaryDomain">
            <summary>
            The dictionary domain.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryDomainAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.DictionaryDomainAttribute"/> class.
            </summary>
            <param name="dictionaryDomain">The dictionary domain.</param>
        </member>
        <member name="P:Sitecore.Globalization.DictionaryDomainAttribute.DictionaryDomain">
            <summary>
            Gets or sets Dictionary Domain.
            </summary>
        </member>
        <member name="T:Sitecore.Globalization.ItemEventHandler">
            <summary>
            Monitors for changes to the dictionary and invalidates the
            translation tables accordingly.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemMoved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has moved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemMovedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item moved has remote.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnVersionRemoved(System.Object,System.EventArgs)">
            <summary>
            Called when the version has removed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnVersionRemovedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the version removed remotely.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemDeletedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemSavedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnVersionRemoved(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Called when the version has removed.
            </summary>
            <param name="item">The item.</param>
            <param name="saveToDisk">Flag that indicates whether we should dump changes to a disk file.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Called when the item has moved.
            </summary>
            <param name="item">The item.</param>
            <param name="newParent">The new parent.</param>
            <param name="oldParent">The old parent.</param>
            <param name="saveToDisk">if set to <c>true</c> the cache should be saved to a disk.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemMovedRecursive(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Called when the item moved has recursive.
            </summary>
            <param name="item">The item.</param>
            <param name="newParent">The new parent.</param>
            <param name="oldParent">The old parent.</param>
            <param name="saveToDisk">if set to <c>true</c> the cache should be saved to a disk.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnDictionaryEntryItemMoved(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Called when the item has moved.
            </summary>
            <param name="item">The item.</param>
            <param name="newParent">The new parent.</param>
            <param name="oldParent">The old parent.</param>
            <param name="saveToDisk">if set to <c>true</c> the cache should be saved to a disk.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.OnItemDeleted(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Called when item deleted.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="parent">The parent.</param>
            <param name="saveToDisk">Flag that indicates whether we should dump changes to a disk file.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.UpdateCacheEntries(System.String,System.String,Sitecore.Data.Items.Item)">
            <summary>
            Updates the cache entry.
            </summary>
            <param name="oldDictionaryKey">The old dictionary key.</param>
            <param name="newDictionaryKey">The new dictionary key.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.CachePhrases(System.String,Sitecore.Data.Items.Item,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Caches the phrase.
            </summary>
            <param name="dictionaryKey">The dictionary key.</param>
            <param name="item">The item.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.RemoveEntriesFromCache(System.String,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="dictionaryKey">The dictionary key.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.ItemEventHandler.FindDictionaryDomainForEntry(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Finds the dictionary domain for entry.
            </summary>
            <param name="entry">The dictionary entry.</param>
            <param name="parent">The parent.</param>
            <returns>
            The dictionary domain specified entry beongs to.
            </returns>
        </member>
        <member name="T:Sitecore.Globalization.Language">
            <summary>Represents a language.</summary>
            <remarks>
                <para>The language class is used both for specifying web site languages and
                Client languages.</para>
                <para>The web site languages are typically defined below /sitecore/system/Languages.</para>
                <para>Client languages are defined in /sitecore/system/Settings/Client
                languages.</para>
            </remarks>
        </member>
        <member name="F:Sitecore.Globalization.Language.languageName">
            <summary>
            The language name.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.Language.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Globalization.Language"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.Language.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.Language"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.Language.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.Language"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Globalization.Language.op_Equality(Sitecore.Globalization.Language,Sitecore.Globalization.Language)">
            <summary>
            Implements the == operator.
            </summary>
            <param name="language1">Language1.</param>
            <param name="language2">Language2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.op_Inequality(Sitecore.Globalization.Language,Sitecore.Globalization.Language)">
            <summary>
            Implements the != operator.
            </summary>
            <param name="language1">Language1.</param>
            <param name="language2">Language2.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Globalization.Language.Invariant">
            <summary>
            Represents the invariant language (culture identifier: 0x007F).
            </summary>
            <value>The invariant language.</value>
        </member>
        <member name="P:Sitecore.Globalization.Language.Size">
            <summary>
            Gets the standard size of an <see cref="T:Sitecore.Globalization.Language"/> instance in bytes.
            </summary>
            <value>
            The size.
            </value>
        </member>
        <member name="M:Sitecore.Globalization.Language.Parse(System.String)">
            <summary>
            Initializes a language structure from a string.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.TryParse(System.String,Sitecore.Globalization.Language@)">
            <summary>
            Initializes a language structure from a string.
            </summary>
            <param name="name">The name.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Globalization.Language.CultureInfo">
            <summary>
            Gets a CultureInfo structure for the current language.
            </summary>
            <value>The culture info.</value>
        </member>
        <member name="P:Sitecore.Globalization.Language.Origin">
            <summary>
            Gets the id of the <see cref="T:Sitecore.Data.Items.Item">item</see>
            representing the language in a specific database.
            </summary>
            <value>The origin.</value>
        </member>
        <member name="P:Sitecore.Globalization.Language.Name">
            <summary>
            Gets or sets the name of the language.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetCharset(Sitecore.Data.Database)">
            <summary>
            Gets the chararacter set for the language.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetDictionary(Sitecore.Data.Database)">
            <summary>
            Gets the dictionary associated with the language in a specific database.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetDisplayName">
            <summary>
            Gets the display name.
            </summary>
            <returns>The display name.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetDisplayName(System.Globalization.CultureInfo)">
            <summary>
            Gets the display name.
            </summary>
            <param name="cultureInfo">The culture info.</param>
            <returns>The display name.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetIcon(Sitecore.Data.Database)">
            <summary>
            Gets the icon associated with the language in a specific database.
            </summary>
            <param name="database">The database.</param>
            <returns>The icon.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Constructor used when deserializing.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="E:Sitecore.Globalization.Language.Sitecore#Caching#ICacheable#DataLengthChanged">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Globalization.Language.Sitecore#Caching#ICacheable#Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Globalization.Language.Sitecore#Caching#ICacheable#Immutable">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Caching.ICacheable"/> is immutable.
            </summary>
            <value><c>true</c> if immutable; otherwise, <c>false</c>.</value>
            <remarks>Is always true.</remarks>
        </member>
        <member name="M:Sitecore.Globalization.Language.Sitecore#Caching#ICacheable#GetDataLength">
            <summary>
            Gets the size of the data to use when caching.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetLanguageItem(Sitecore.Data.Database,Sitecore.Globalization.Language)">
            <summary>
            Gets the language item.
            </summary>
            <param name="database">The database.</param>
            <param name="itemLanguage">The item language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetCultureInfo">
            <summary>
            Gets the culture info of the instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.CreateCultureInfo(System.String)">
            <summary>
            Creates the culture info. Synchronizes calls to constructor.
            </summary>
            <param name="name">The name.</param>
            <returns>The culture info.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.CreateCultureInfo(System.String,System.Boolean)">
            <summary>
            Creates the culture info. Synchronizes calls to constructor.
            </summary>
            <param name="name">The name.</param>
            <param name="userOverride">if set to <c>true</c> this instance is user override.</param>
            <returns>The culture info.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.CreateSpecificCulture(System.String)">
            <summary>
            Creates the specific culture. Synchronizes access to constructor
            </summary>
            <param name="name">The name.</param>
            <returns>The specific culture.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetCultures(System.Globalization.CultureTypes)">
            <summary>
            Gets the cultures.
            </summary>
            <param name="types">The types.</param>
            <returns>The cultures.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Language.GetCultureInfo(System.String)">
            <summary>
            Gets the culture info.
            </summary>
            <param name="cultureName">Name of the culture.</param>
            <returns>The culture info.</returns>
        </member>
        <member name="P:Sitecore.Globalization.Language.Current">
            <summary>
            Gets or sets the current language.
            </summary>
            <value>The current.</value>
        </member>
        <member name="T:Sitecore.Globalization.LanguageComparer">
            <summary>
            Compares two languages.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.LanguageComparer.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="F:Sitecore.Globalization.LanguageComparer.itemComparer">
            <summary>
            Gets or sets the item comparer.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LanguageComparer.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LanguageComparer"/> class.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Globalization.LanguageComparer.Compare(Sitecore.Globalization.Language,Sitecore.Globalization.Language)">
            <summary>
            Compares the specified languages.
            </summary>
            <param name="lang1">First language.</param>
            <param name="lang2">Second language.</param>
            <returns>The result.</returns>
        </member>
        <member name="T:Sitecore.Globalization.LanguageDefinition">
            <summary>
            Defines meta data on a language.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LanguageDefinition.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LanguageDefinition"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="region">The region.</param>
            <param name="codepage">The code page.</param>
            <param name="encoding">The encoding.</param>
            <param name="charset">The charset.</param>
            <param name="icon">The icon.</param>
        </member>
        <member name="M:Sitecore.Globalization.LanguageDefinition.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LanguageDefinition"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="region">The region.</param>
            <param name="codepage">The codepage.</param>
            <param name="encoding">The encoding.</param>
            <param name="charset">The charset.</param>
            <param name="icon">The icon.</param>
            <param name="spellchecker">The spellchecker</param>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.CharSet">
            <summary>
            Gets the charset.
            </summary>
            <value>The charset.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.CodePage">
            <summary>
            Gets the codepage.
            </summary>
            <value>The codepage.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.Encoding">
            <summary>
            Gets the encoding.
            </summary>
            <value>The encoding.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.Id">
            <summary>
            Gets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.Region">
            <summary>
            Gets the region.
            </summary>
            <value>The region.</value>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinition.Spellchecker">
            <summary>
            Gets the spellchecker.
            </summary>
            <value>The spellchecker.</value>
        </member>
        <member name="T:Sitecore.Globalization.LanguageDefinitions">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LanguageDefinitions.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Globalization.LanguageDefinitions"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.LanguageDefinitions.Definitions">
            <summary>
            Gets the language definitions.
            </summary>
            <value>The language definitions.</value>
        </member>
        <member name="M:Sitecore.Globalization.LanguageDefinitions.GetLanguageDefinition(System.Globalization.CultureInfo)">
            <summary>
            Gets the definition.
            </summary>
            <param name="cultureInfo">The culture info.</param>
        </member>
        <member name="M:Sitecore.Globalization.LanguageDefinitions.GetLanguageDefinition(Sitecore.Globalization.Language)">
            <summary>
            Gets the definition.
            </summary>
            <param name="language">The language.</param>
            <returns>The definition.</returns>
        </member>
        <member name="M:Sitecore.Globalization.LanguageDefinitions.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Globalization.LanguageOrigin">
            <summary>
            Identifies the language item that defines a language.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.LanguageOrigin.ItemId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="T:Sitecore.Globalization.LanguageService">
            <summary>
            Helper function for languages
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LanguageService.GetIcon(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="M:Sitecore.Globalization.LanguageService.GetIcon(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the icon.
            </summary>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns>The icon.</returns>
        </member>
        <member name="T:Sitecore.Globalization.LanguageSwitcher">
            <summary>
            Switches to another language temporarily.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LanguageSwitcher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LanguageSwitcher"/> class.
            </summary>
            <param name="languageName">Name of the language.</param>
        </member>
        <member name="M:Sitecore.Globalization.LanguageSwitcher.#ctor(Sitecore.Globalization.Language)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LanguageSwitcher"/> class.
            </summary>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Globalization.LanguageSwitcher.SwitchContext(Sitecore.Globalization.Language)">
            <summary>
            Switches the context.
            </summary>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Globalization.LanguageSwitcher.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Globalization.LocalizationTextsAttribute">
            <summary>
            The localization texts attribute.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LocalizationTextsAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LocalizationTextsAttribute"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.LocalizationTextsAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LocalizationTextsAttribute"/> class.
            </summary>
            <param name="dictionaryDomain">The dictionary domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.LocalizationTextsAttribute.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.LocalizationTextsAttribute"/> class.
            </summary>
            <param name="dictionaryDomain">The dictionary domain.</param>
            <param name="moduleName">The module name.</param>
        </member>
        <member name="P:Sitecore.Globalization.LocalizationTextsAttribute.DictionaryDomain">
            <summary>
            Gets or sets Dictionary Domain.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.LocalizationTextsAttribute.ModuleName">
            <summary>
            Gets or sets Module Name.
            </summary>
        </member>
        <member name="T:Sitecore.Globalization.ThreadCultureSwitcher">
            <summary>
            Switches current culture and current UI culture in current thread
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.ThreadCultureSwitcher.#ctor(System.Globalization.CultureInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.ThreadCultureSwitcher"/> class.
            </summary>
            <param name="cultureSwitchTo">The culture switch to.</param>
        </member>
        <member name="M:Sitecore.Globalization.ThreadCultureSwitcher.OnDisposed(System.Object,System.EventArgs)">
            <summary>
            Called when disposed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Globalization.Translate">
            <summary>
            Implements the localization utility class, which controls the
            client language.
            </summary>
            <remarks>
            The <c>Sitecore.HttpModule</c> class implements a file watcher that
            responds to new files in the localization folder. When triggered the file
            watcher clears the language table, thereby forcing a reload of the
            language files.
            </remarks>
        </member>
        <member name="F:Sitecore.Globalization.Translate.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.Translate.HasPendingReloads">
            <summary>
            Gets a value indicating whether translation cache needs to be reloaded.
            </summary>
            <value>
              <c>true</c> if translation cache needs to be reloaded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Globalization.Translate.RemoveKeyFromCache(System.String,Sitecore.Globalization.Language,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
            <param name="language">The language.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.Translate.RemoveKeyFromCache(System.String,Sitecore.Globalization.Language)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Globalization.Translate.RemoveKeyFromCache(System.String)">
            <summary>
            Removes the key from cache.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Globalization.Translate.CachePhrase(System.String,System.String,Sitecore.Globalization.Language,Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Caches the phrase.
            </summary>
            <param name="key">The key.</param>
            <param name="phrase">The phrase.</param>
            <param name="language">The language.</param>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.Translate.GetCachedDomains">
            <summary>
            Gets the cached domains.
            </summary>
            <returns>The array of cached domains.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.GetCachedLanguages(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Gets the cached languages.
            </summary>
            <param name="domain">The domain.</param>
            <returns>The array of cached languages for specified dictionary domain.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.CreateDictionary(System.Type)">
            <summary>
            Creates the dictionary.
            </summary>
            <param name="type">
            The type containing the strings for which the dictionary should be created.
            </param>
            <returns>
            The dictionary.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.Text(System.String)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Localization.ls("My Text");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TextByDomain(System.String,Sitecore.Globalization.TranslateOptions,System.String,System.Object[])">
            <summary>
            Gets a localized string.
            </summary>
            <param name="domain">The domain.</param>
            <param name="options">The options.</param>
            <param name="key">The key of the string.</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The localized string.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TextByDomain(System.String,System.String,System.Object[])">
            <summary>
            Gets a localized string.
            </summary>
            <param name="domain">The domain.</param>
            <param name="key">The key of the string.</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The localized string.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.Text(System.String,System.Object[])">
            <summary>
            Gets the localized string for the key.
            </summary>
            <param name="key">
            The text key.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The translated text for given key.
            </returns>
            <remarks>
            The localized string is formatted using String.Format.
            </remarks>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TextByLanguage(System.String,Sitecore.Globalization.Language)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <param name="language">
            The language identifier.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Translate.Text("My Text", "da");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TextByLanguage(System.String,Sitecore.Globalization.Language,System.String)">
            <summary>
            Texts the by language no default.
            </summary>
            <param name="key">
            The text key.
            </param>
            <param name="language">
            The language.
            </param>
            <param name="defaultValue">
            The default value.
            </param>
            <returns>
            The by language.
            </returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TextByLanguage(System.String,Sitecore.Globalization.Language,System.String,System.Object[])">
            <summary>
            Texts the by language no default.
            </summary>
            <param name="key">The text key.</param>
            <param name="language">The language.</param>
            <param name="defaultValue">The default value.</param>
            <param name="parameters">String replacement parameters.</param>
            <returns>The by text language.</returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TextByLanguage(System.String,Sitecore.Globalization.TranslateOptions,System.String,Sitecore.Globalization.Language,System.String,System.Object[])">
            <summary>
            Texts the by language.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="options">The options.</param>
            <param name="key">The phrase key.</param>
            <param name="language">The language.</param>
            <param name="defaultValue">The default value.</param>
            <param name="parameters">The parameters.</param>
            <returns>The translated phrade for specified combination of key, language, domain</returns>
        </member>
        <member name="M:Sitecore.Globalization.Translate.TryTranslateTextByLanguage(System.String,Sitecore.Globalization.DictionaryDomain,Sitecore.Globalization.Language,System.String@,System.Object[])">
            <summary>
            Texts the by language.
            </summary>
            <param name="key">The phrase key.</param>
            <param name="domain">The domain.</param>
            <param name="language">The language.</param>
            <param name="phrase">The phrase.</param>
            <param name="parameters">The parameters.</param>
            <returns>
              <c>true</c> if dictionary entry for specified key has been found in specified domain and language.
            </returns>
            <remarks>
            Do not use this method unless you are sure that you need to get translations from translation cache without using falback logic.
            </remarks>
        </member>
        <member name="M:Sitecore.Globalization.Translate.Save">
            <summary>
            Saves this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.Translate.ResetCache">
            <summary>
            Resets the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.Translate.ResetCache(System.Boolean)">
            <summary>
            Resets the cache.
            </summary>
            <param name="removeFileCache">if set to <c>true</c> dictionary file will be removed.</param>
        </member>
        <member name="M:Sitecore.Globalization.Translate.ReloadDomainCache(Sitecore.Globalization.DictionaryDomain)">
            <summary>
            Reloads the domain cache.
            </summary>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Globalization.Translate.ReloadFromDatabase">
            <summary>
            Reloads the translations from database.
            </summary>
        </member>
        <member name="T:Sitecore.Globalization.DictionaryBatchOperationContext">
            <summary>
            Defines context for batch operation with dictionary items.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryBatchOperationContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.DictionaryBatchOperationContext"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryBatchOperationContext.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Globalization.DictionaryBatchOperationContext"/> class.
            </summary>
            <param name="autoReloadTranslationsOnExit">if set to <c>true</c> [auto reload translations on exit].</param>
        </member>
        <member name="P:Sitecore.Globalization.DictionaryBatchOperationContext.AutoReloadTranslationsOnExit">
            <summary>
            Gets or sets a value indicating whether translation cache should be reloaded on exit from current context.
            </summary>
            <value>
              <c>true</c> if translation cache should be reloaded on exit from current context; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Globalization.DictionaryBatchOperationContext.OnDisposed(System.Object,System.EventArgs)">
            <summary>
            Called when current context is disposed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Globalization.TranslateOptions">
            <summary>
            The translate options.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.TranslateOptions.Default">
            <summary>
            Gets the default options.
            </summary>
            <value>The default options.</value>
        </member>
        <member name="P:Sitecore.Globalization.TranslateOptions.Database">
            <summary>
            Gets or sets Translation Database.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.TranslateOptions.FallbackDomains">
            <summary>
            Gets or sets Fallback Domain list.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.TranslateOptions.SuppressDefaultFallback">
            <summary>
            Gets or sets a value indicating whether Fallback to default disctionary domain is allowed.
            </summary>
        </member>
        <member name="P:Sitecore.Globalization.TranslateOptions.SuppressFallback">
            <summary>
            Gets or sets a value indicating whether Fallback to disctionary domain defined in UI (dictionary definition item) is allowed.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.GetTranslationArgs">
            <summary>
            The get translation arguments.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.language">
            <summary>
            The language.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.options">
            <summary>
            The options.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.Key">
            <summary>
            Gets or sets Key.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.Language">
            <summary>
            Gets or sets Language.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.ContentDatabase">
            <summary>
            Gets or sets the content database.
            </summary>
            <value>The content database.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.DomainName">
            <summary>
            Gets or sets the name of the domain specified in Translate.Text().
            </summary>
            <value>The name of the domain.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.Options">
            <summary>
            Gets or sets the options.
            </summary>
            <value>The translation options.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.Parameters">
            <summary>
            Gets or sets Parameters.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.Result">
            <summary>
            Gets or sets Result.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.GetTranslationArgs.HasResult">
            <summary>
            Gets a value indicating whether this instance has result.
            </summary>
            <value>
              <c>true</c> if this instance has result; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.ResolveContentDatabase">
            <summary>
            The resolves the database to be used for translations further on.
            <para>First priority is Content Database;</para>
            <para>Second priority is Sitecore Context Database;</para>
            <para>The thirds priority is Sitecore Core database;</para>
            <para>Pipeline shall be aborted if nothing was resolved.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.ResolveContentDatabase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetTranslation.ResolveContentDatabase"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.ResolveContentDatabase.#ctor(Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetTranslation.ResolveContentDatabase"/> class.
            </summary>
            <param name="client">The client.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.ResolveContentDatabase.Process(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.TryGetFromContextDatabase">
            <summary>
            The try get context database.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromContextDatabase.Process(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.TryGetFromCoreDatabase">
            <summary>
            The try get core database.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromCoreDatabase.Process(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.TryGetFromDomain">
            <summary>
            Tries to translate using domain mentioned in arguments.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromDomain.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetTranslation.TryGetFromDomain"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromDomain.#ctor(Sitecore.Abstractions.BaseTranslate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetTranslation.TryGetFromDomain"/> class.
            </summary>
            <param name="translate">The translate.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromDomain.Process(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            Tries to translate using domain mentioned in arguments.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromDomain.GetDomain(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            Gets the domain referenced in arguments.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The dictionary domain.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains">
            <summary>
            The try get fallback domains.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.CircularReferences">
            <summary>
            The list of detected circular references in fallbacks of dictionary domains.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.LockObject">
            <summary>
            The lock object;
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.Args">
            <summary>
            Gets or sets Args.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.Process(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.ProcessItemFallbackDomains(System.Collections.Generic.List{System.String},System.String@)">
            <summary>
            Processes the UI fallback domains.
            </summary>
            <param name="processedDomains">The processed domains.</param>
            <param name="result">The result.</param>
            <returns>
              <c>true</c> if translation has been found.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.ProcessItemFallbackDomains(Sitecore.Globalization.DictionaryDomain,System.Collections.Generic.List{System.String},System.String@)">
            <summary>
            Processes the item fallback domains.
            </summary>
            <param name="domain">The domain.</param>
            <param name="processedDomains">The processed domains.</param>
            <param name="result">The result.</param>
            <returns>
              <c>true</c> if translation has been found.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.LogCircularReferencesWarning(System.Collections.Generic.List{System.String})">
            <summary>
            Logs the circular references warning.
            </summary>
            <param name="processedDomains">The processed domains.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.ProcessOptionsFallbackDomains(System.Collections.Generic.List{System.String},System.String@)">
            <summary>
            Processes the options fallback domains.
            </summary>
            <param name="processedDomains">The processed domains.</param>
            <param name="result">The translated phrase.</param>
            <returns>
              <c>true</c> if translation has been found.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.TryGetTranslation(System.String,System.Collections.Generic.List{System.String},System.String@)">
            <summary>
            Tries the get translation.
            </summary>
            <param name="domainDefinition">The domain definition.</param>
            <param name="processedDomains">The processed domains.</param>
            <param name="result">The result.</param>
            <returns>
              <c>true</c> if translation has been found.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromFallbackDomains.TryGetTranslation(Sitecore.Globalization.DictionaryDomain,System.Collections.Generic.List{System.String},System.String@)">
            <summary>
            Tries the get translation.
            </summary>
            <param name="domain">The domain.</param>
            <param name="processedDomains">The processed domains.</param>
            <param name="result">The result.</param>
            <returns>
              <c>true</c> if translation has been found.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetTranslation.TryGetFromSiteDomain">
            <summary>
            The try get site domain.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetTranslation.TryGetFromSiteDomain.Process(Sitecore.Pipelines.GetTranslation.GetTranslationArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.ObjectScope">
            <summary>
            Represents an object scope.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ObjectScope.Invocation">
            <summary>Invocation.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.ObjectScope.Processor">
            <summary>Processor.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.ObjectScope.Pipeline">
            <summary>Pipeline.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.ObjectScope.Group">
            <summary>Group.</summary>
        </member>
        <member name="T:Sitecore.Pipelines.Attach.CheckSize">
            <summary>
            Inspects the length of the attached stream to be less than <see cref="P:Sitecore.Pipelines.Attach.CheckSize.MaxSizeInDatabase"/> when to be saved in database.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.CheckSize.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Attach.CheckSize"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.CheckSize.#ctor(Sitecore.Abstractions.BaseTranslate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Attach.CheckSize"/> class.
            </summary>
            <param name="translate">The translate.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.CheckSize.#ctor(System.Int64,Sitecore.Abstractions.BaseTranslate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Attach.CheckSize"/> class.
            </summary>
            <param name="maxSizeInDatabase">The maximum size in database.</param>
            <param name="translate">The translate.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Attach.CheckSize.MaxSizeInDatabase">
            <summary>
            Gets the maximum stream size in bytes that is allowed to be stored in database.
            <para>Defaults to <see cref="P:Sitecore.Configuration.Settings.Media.MaxSizeInDatabase"/> value.</para>
            </summary>
            <value>
            The maximum size in database.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Attach.CheckSize.Translate">
            <summary>
            Gets the <see cref="T:Sitecore.Abstractions.BaseTranslate" /> instance to translate error message.
            </summary>
            <value>
            The translate.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.CheckSize.Process(Sitecore.Pipelines.Attach.AttachArgs)">
            <summary>
            Inspects the length of the attached file stream to be less than <see cref="P:Sitecore.Pipelines.Attach.CheckSize.MaxSizeInDatabase"/> in case stream is to be saved in database.
            </summary>
            <param name="args">The arguments carry target media item, and candidate file.</param>
            <exception cref="T:Sitecore.Exceptions.ClientAlertException">If stream is larger than allowed to be saved in database.</exception>
        </member>
        <member name="T:Sitecore.Pipelines.Attach.UpdatePath">
            <summary>
            UpdatePath class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.UpdatePath.Process(Sitecore.Pipelines.Attach.AttachArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Attach.Save">
            <summary>
            Processor that is responsable for saving media stream
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.Save.Process(Sitecore.Pipelines.Attach.AttachArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Attach.AttachArgs">
            <summary>
            Argument class for "attach" pipeline.
            <para>Carries <see cref="P:Sitecore.Pipelines.Attach.AttachArgs.MediaItem"/>, and candidate <see cref="P:Sitecore.Pipelines.Attach.AttachArgs.FileWrapper"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Attach.AttachArgs._file">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Pipelines.Attach.AttachArgs._mediaItem">
            <summary>
            The media item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.AttachArgs.#ctor(System.Web.HttpPostedFile,Sitecore.Data.Items.MediaItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Attach.AttachArgs"/> class.
            </summary>
            <param name="file">The file to be attached to the media item.</param>
            <param name="mediaItem">The media item to have file attached.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Attach.AttachArgs.#ctor(System.Web.HttpPostedFileBase,Sitecore.Data.Items.MediaItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Attach.AttachArgs"/> class.
            </summary>
            <param name="filebase">The file to be attached to the media item.</param>
            <param name="mediaItem">The media item to have file attached.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Attach.AttachArgs.File">
            <summary>
            Obsolete, please use <see cref="P:Sitecore.Pipelines.Attach.AttachArgs.FileWrapper"/> property instead.
            <para>Gets or sets the file.</para>
            </summary>
            <value>The file.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Attach.AttachArgs.FileWrapper">
            <summary>
            Gets or sets a file that is attempted to be attached.
            </summary>
            <value>
            The file wrapper.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Attach.AttachArgs.MediaItem">
            <summary>
            Gets or sets the media item.
            </summary>
            <value>The media item.</value>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.PrepareHtml">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.PrepareHtml.Process(Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
                <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertWebControls">
            <summary>
            Implements the ConvertWebControls.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertWebControls.Process(Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertWebControls.Convert(HtmlAgilityPack.HtmlDocument,System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Converts the web controls.
            </summary>
            <param name="document">The document.</param>
            <param name="controlName">Name of the control.</param>
            <param name="querystring">The querystring.</param>
            <param name="inlineControls">if set to <c>true</c> this instance is inline controls.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertWebControls.GetParameters(HtmlAgilityPack.HtmlNode,System.String@)">
            <summary>
            Gets the parameters.
            </summary>
            <param name="node">The node.</param>
            <param name="renderingID">The rendering ID.</param>
            <returns>The parameters.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertWebControls.GetInnerHtmlHolderNode(HtmlAgilityPack.HtmlDocument,System.String,System.String)">
            <summary>
            Gets the inner HTML.
            </summary>
            <param name="document">The document.</param>
            <param name="id">The id.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.FixBullets">
            <summary>
            Implements the FixBullets processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.FixBullets.Process(Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.FinalizeHtml">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.FinalizeHtml.Process(Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.ControlName">
            <summary>
            Gets or sets the name of the control.
            </summary>
            <value>The name of the control.</value>
            <contract>
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
            <contract>
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.HtmlDocument">
            <summary>
            Gets the HTML document.
            </summary>
            <value>The HTML document.</value>
            <contract>
                <requires name="value" condition="not null"/>
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.InlineControls">
            <summary>
            Gets or sets a value indicating whether the pipeline generates inline controls.
            </summary>
            <value>
                <c>true</c> if the pipeline generates inline controls; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.QueryString">
            <summary>
            Gets or sets the query string.
            </summary>
            <value>The query string.</value>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.FinalizeProcessing">
            <summary>
            Finalizes the processing.
            </summary>
            <returns>The processing.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToDesignTimeHtml.ConvertToDesignTimeHtmlArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.PrepareHtml">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.PrepareHtml.Process(Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.ShortenLinks">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ShortenLinks.Process(Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ShortenLinks.Shorten(HtmlAgilityPack.HtmlDocument,System.String,System.String)">
            <summary>
            Shortens the links.
            </summary>
            <param name="document">The document.</param>
            <param name="tag">The tag.</param>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.SetImageSizes">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.SetImageSizes.Process(Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.SetImageSizes.SetSizes(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Sets the image sizes.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls.Process(Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls.Convert(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Converts the web controls.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls.Convert(HtmlAgilityPack.HtmlDocument,HtmlAgilityPack.HtmlNode,System.String,Sitecore.Collections.SafeDictionary{System.String,System.Int32})">
            <summary>
            Converts the web controls.
            </summary>
            <param name="document">The document.</param>
            <param name="node">The node.</param>
            <param name="src">The SRC.</param>
            <param name="controlIds">The control ids.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls.RemoveInnerValues(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Removes the inner values.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls.AssignControlId(System.String,System.String,Sitecore.Collections.SafeDictionary{System.String,System.Int32})">
            <summary>
            Assigns the control id.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="name">The name.</param>
            <param name="controlIds">The control ids</param>
            <returns>The control id.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertWebControls.GetParameters(System.String[],System.Collections.Specialized.NameValueCollection,System.String,System.String@)">
            <summary>
            Gets the parameters.
            </summary>
            <param name="list">The list.</param>
            <param name="parameters">The parameters.</param>
            <param name="tagName">Name of the tag.</param>
            <param name="tagPrefix">The tag prefix.</param>
            <returns>The parameters.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.FixBullets">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.FixBullets.Process(Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.FinalizeHtml">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.FinalizeHtml.Process(Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs">
            <summary>
            Implements the convert to runtime Html arguments.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.ConvertWebControls">
            <summary>
            Gets or sets a value indicating whether the pipeline converts the web controls.
            </summary>
            <value>
                <c>true</c> if the pipeline converts the web controls; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.HtmlDocument">
            <summary>
            Gets the HTML document.
            </summary>
            <value>The HTML document.</value>
            <contract>
                <requires name="value" condition="not null"/>
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
            <contract>
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.FinalizeProcessing">
            <summary>
            Finalizes the processing.
            </summary>
            <returns>The processing.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ConvertToRuntimeHtml.ConvertToRuntimeHtmlArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.CorePipeline">
            <summary>
            Represents a core pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.CorePipeline.PipelineManager">
            <summary>
            The runner.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.CorePipeline"/> class.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
        </member>
        <member name="P:Sitecore.Pipelines.CorePipeline.ProcessorsCount">
            <summary>
            Gets the count of the processors in the pipeline.
            </summary>
            <value>
            The number of processors inside the pipeline.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.CorePipeline.IsEmpty">
            <summary>
            Gets a value indicating whether this pipeline is empty.
            </summary>
            <value><c>true</c> if this pipeline is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.CorePipeline.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the pipeline from a config node.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.Run(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.Run(System.String,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.Boolean)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The args.</param>
            <param name="failIfNotExists">if set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.String)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="pipelineDomain">The pipeline domain.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.String,System.Boolean)">
            <summary>
            Runs the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="pipelineDomain">The pipeline domain.</param>
            <param name="failIfNotExists">if set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.AddProcessors(System.Xml.XmlNode)">
            <summary>
            Adds the processors.
            </summary>
            <param name="pipelineNode">The pipeline node.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipeline.CreateProcessor(System.Xml.XmlNode)">
            <summary>
            Creates the processor.
            </summary>
            <param name="processorNode">The processor node.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.CorePipelineFactory">
            <summary>
            Represents the pipeline factory (2).
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.CorePipelineFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.ClearCache">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetPipeline(System.String,System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineGroup">The pipeline group.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetProcessorObject(System.Xml.XmlNode)">
            <summary>
            Gets the processor object.
            </summary>
            <param name="processorNode">The processor node.</param>
            <returns>The processor object.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.AddToCache(Sitecore.Pipelines.ProcessorObject,System.String,System.String,System.String)">
            <summary>
            Adds to cache.
            </summary>
            <param name="obj">The object.</param>
            <param name="groupName">Name of the group.</param>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="objectName">Name of the object.</param>
            <returns>The to cache.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.CreateObject(System.Xml.XmlNode)">
            <summary>
            Creates the object.
            </summary>
            <param name="objectNode">The object node.</param>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetCacheKey(System.String,System.String,System.String,Sitecore.Pipelines.ObjectScope)">
            <summary>
            Gets the cache key.
            </summary>
            <param name="groupName">Name of the group.</param>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="objectName">Name of the object.</param>
            <param name="scope">The scope.</param>
            <returns>The cache key.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetFromCache(System.String,System.String,System.String)">
            <summary>
            Gets from cache.
            </summary>
            <param name="groupName">Name of the group.</param>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="objectName">Name of the object.</param>
            <returns>The from cache.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetGroupName(System.Xml.XmlNode)">
            <summary>
            Gets the name of the group.
            </summary>
            <param name="subNode">The sub node.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetGroupNode(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Gets the group node.
            </summary>
            <param name="subnode">The subnode.</param>
            <param name="assertIfNotFound">if set to <c>true</c> exception will be thrown if the group node not found.</param>
            <returns>
            The group node.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetObject(System.String,System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Gets the object.
            </summary>
            <param name="groupName">Name of the group.</param>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="objectName">Name of the object.</param>
            <param name="groupNode">The group node.</param>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetObjectFromName(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the name of the object from the specified name.
            </summary>
            <param name="objectName">Name of the object.</param>
            <param name="processorNode">The processor node.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.ProcessorObject"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetObjectFromType(System.Xml.XmlNode)">
            <summary>
            Gets the type of the object from the specified name.
            </summary>
            <param name="processorNode">The processor node.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.ProcessorObject"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetObjectNode(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the object node.
            </summary>
            <param name="objectName">Name of the object.</param>
            <param name="groupNode">The group node.</param>
            <returns>The object node.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetPipelineName(System.Xml.XmlNode)">
            <summary>
            Gets the name of the pipeline.
            </summary>
            <param name="pipelineNode">The pipeline node.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.CorePipelineFactory.GetPipelineNode(System.Xml.XmlNode)">
            <summary>
            Gets the pipeline node.
            </summary>
            <param name="processorNode">The processor node.</param>
            <returns>The pipeline node.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.CoreProcessor">
            <summary>
            Represents a processor (2).
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.CoreProcessor"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.CoreProcessor.Name">
            <summary>
            Gets the name.
            </summary>
            <value>
            The name.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.CoreProcessor.RunIfAborted">
            <summary>
            Gets a value indicating whether to run the processor even if the pipeline has been aborted.
            </summary>
            <value><c>true</c> if the processor should be run; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.CoreProcessor.MethodName">
            <summary>
            Returns method name for this processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the processor.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.Invoke(System.Object)">
            <summary>
            Invokes the method.
            </summary>
            <param name="argument">The argument.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.Invoke(System.Object[])">
            <summary>
            Invokes the method.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.GetMethod(System.Object)">
            <summary>
            Gets the method. Avoids array allocation in case method was already produced.
            </summary>
            <param name="argument">The argument.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.GetMethod(System.Object[])">
            <summary>
            Gets the method.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.CoreProcessor.GetMethodInfo(Sitecore.Pipelines.ProcessorObject,System.Object[])">
            <summary>
            Gets the method info.
            </summary>
            <param name="obj">The object.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.DefaultCorePipelineManager">
            <summary>
            The default core pipeline factory.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.DefaultCorePipelineManager.pipelines">
            <summary>
            The pipelines.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.DefaultCorePipelineManager.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.DefaultCorePipelineManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.ClearCache">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.GetPipeline(System.String,System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineGroup">The pipeline group.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.Boolean)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="failIfNotExists">If set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.String)">
            <summary>
            Runs the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="pipelineDomain">The pipeline domain.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.Run(System.String,Sitecore.Pipelines.PipelineArgs,System.String,System.Boolean)">
            <summary>
            Runs the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="pipelineDomain">The pipeline domain.</param>
            <param name="failIfNotExists">If set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.CreatePipeline(System.String,System.String)">
            <summary>
            Creates the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineGroup">The pipeline group.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultCorePipelineManager.GetPipelineNode(System.String,System.String)">
            <summary>
            Gets the pipeline node.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="pipelineGroup">The pipeline group.</param>
            <returns>The pipeline node.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.DefaultPipelineFactory">
            <summary>
            Factory for instantiating pipelines defined in 'pipelines' node in Sitecore configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.DefaultPipelineFactory.processorListCache">
            <summary>
            The processor list cache.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.DefaultPipelineFactory.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.DefaultPipelineFactory.useCaching">
            <summary>
            The _use caching.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.DefaultPipelineFactory"/> class.
            </summary>
            <param name="factory">
            The factory.
            </param>
        </member>
        <member name="P:Sitecore.Pipelines.DefaultPipelineFactory.UseCaching">
            <summary>
            Gets or sets a value indicating whether use caching.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Pipelines.PipelineFactory"/> uses the caching; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.CreatePipeline(System.String)">
            <summary>
            Creates the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetPipeline(System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetPipeline(Sitecore.Data.Items.Item)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetProcessors(System.String)">
            <summary>
            Gets the processors of a specific type.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The processors.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetSuspendedPipelines">
            <summary>
            Gets the suspended pipelines.
            </summary>
            <returns>The suspended pipelines.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetSuspendedPipeline(System.String)">
            <summary>
            Gets the suspended pipeline.
            </summary>
            <param name="pipelineId">The pipeline ID.</param>
            <returns>The suspended pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.AddSuspendedPipeline(Sitecore.Pipelines.Pipeline)">
            <summary>
            Adds the suspended pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.RemoveSuspendedPipeline(Sitecore.Pipelines.Pipeline)">
            <summary>
            Removes the suspended pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetProcessors(Sitecore.Data.Items.Item)">
            <summary>
            Get processors of a specific type.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <returns>The processors.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.AddProcessorListToCache(System.Collections.ArrayList,System.String)">
            <summary>
            Add processor list to cache.
            </summary>
            <param name="processors">The processors.</param>
            <param name="section">The section.</param>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetProcessorListFromCache(System.String)">
            <summary>
            Get processor list from cache.
            </summary>
            <param name="section">The section.</param>
            <returns>The processor list from cache.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.DefaultPipelineFactory.GetProcessorListCacheKey(System.String)">
            <summary>
            Get method cache key.
            </summary>
            <param name="section">The section.</param>
            <returns>The processor list cache key.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Dispatch.DispatchArgs">
            <summary>
            Argument class for Dispatch implementations.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Dispatch.DispatchArgs.#ctor(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Dispatch.DispatchArgs"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Dispatch.DispatchArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Dispatch.DispatchArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Dispatch.DispatchArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Pipelines.Dispatch.DispatchArgs.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified key.
            </summary>
            <value>The <see cref="T:System.String"/>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Dispatch.DispatchArgs.CancelBubble">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.Dispatch.DispatchArgs"/> cancels the bubble.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.Dispatch.DispatchArgs"/> cancels the bubble; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Dispatch.DispatchArgs.Items">
            <summary>
            Gets or sets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Dispatch.DispatchArgs.InnerMessage">
            <summary>
            Gets the inner message.
            </summary>
            <value>The inner message.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Dispatch.DispatchArgs.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Dispatch.DispatchArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.EndSession.PostSessionEndArgs">
            <summary>
              Arguments for PostSessionEnd pipeline processors.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.EndSession.PostSessionEndArgs.#ctor(System.Web.HttpContext)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.EndSession.PostSessionEndArgs"/> class.
            </summary>
            <param name="context">
              Current <see cref="T:System.Web.HttpContext"/>.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.EndSession.PostSessionEndPipeline">
            <summary>
              Entry point for the postSessionEnd pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.EndSession.PostSessionEndPipeline.Run(Sitecore.Pipelines.EndSession.PostSessionEndArgs)">
            <summary>
              Runs the pipeline.
            </summary>
            <param name="args">
              Pipeline arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.EndSession.SessionEndPipeline">
            <summary>
              Entry point for sessionEnd pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.EndSession.SessionEndPipeline.Run(Sitecore.Pipelines.SessionEnd.SessionEndArgs)">
            <summary>
              Runs the pipeline.
            </summary>
            <param name="sessionEndArgs">
              Pipeline arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.SessionEnd.SessionEndArgs">
            <summary>
            Argument class for Session End pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SessionEnd.SessionEndArgs.#ctor(System.Web.HttpContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SessionEnd.SessionEndArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.SessionEnd.SessionEndArgs.Context">
            <summary>
            Gets the context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="M:Sitecore.Pipelines.SessionEnd.SessionEndArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SessionEnd.SessionEndArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandBranchItemName.ReplaceVariables">
            <summary>
            ReplaceVariables
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandBranchItemName.ReplaceVariables.Process(Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs">
            <summary>
            ExpandBranchItemNameArgs
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs"/> class.
            </summary>
            <param name="branchTemplateItem">The branch template item.</param>
            <param name="rootItemName">Name of the root item.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.BranchTemplateItem">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.ResultModified">
            <summary>
            Gets a value indicating whether [result modified].
            </summary>
            <value><c>true</c> if [result modified]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.RootItemName">
            <summary>
            Gets the name of the item.
            </summary>
            <value>The name of the item.</value>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameProcessor">
            <summary>
            ExpandBranchItemNameProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameProcessor.Process(Sitecore.Pipelines.ExpandBranchItemName.ExpandBranchItemNameArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandInitialFieldValue.SkipStandardValueItems">
            <summary>
            SkipStandardValueItems class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.SkipStandardValueItems.Process(Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandInitialFieldValue.SkipFieldWithFallbackValue">
            <summary>
            Checks whether field contains fallback value and should be skipped.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.SkipFieldWithFallbackValue.Process(Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Pipelines.ExpandInitialFieldValue.CheckSharedField">
            <summary>
            Checks shared field for existing versions of item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.CheckSharedField.Process(Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandInitialFieldValue.ReplaceVariables">
            <summary>
            ReplaceVariables
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.ReplaceVariables.Process(Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs">
            <summary>
            InitializeFieldValuesArgs
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.#ctor(Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs"/> class.
            </summary>
            <param name="sourceField">The source field.</param>
            <param name="targetItem">The target item.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.ResultModified">
            <summary>
            Gets a value indicating whether [result modified].
            </summary>
            <value><c>true</c> if [result modified]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.SourceField">
            <summary>
            Gets the source field.
            </summary>
            <value>The source field.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.TargetItem">
            <summary>
            Gets the target item.
            </summary>
            <value>The target item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueProcessor">
            <summary>
            ExpandInitialFieldValueProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueProcessor.Process(Sitecore.Pipelines.ExpandInitialFieldValue.ExpandInitialFieldValueArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.FilterItem.CheckIfFilteringIsActive">
            <summary>
            Aborts the pipeline in case context site is empty, or has <see cref="P:Sitecore.Sites.SiteContext.FilterItems"/> disabled.
            <para>Aborts if <see cref="P:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs.Item"/> is from <see cref="F:Sitecore.Constants.CoreDatabaseName"/> - getting publishable version for system database makes no sense.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.CheckIfFilteringIsActive.Process(Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.FilterItem.DisableApprovedVersionFiltering">
            <summary>
            Disables the approved version filetring for Edit mode.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.DisableApprovedVersionFiltering.Process(Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem">
            <summary>
            Gets the published version of the item being processed.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem._factory">
            <summary>
            Gets the factory.
            </summary>
            <value>
            The factory.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem.Process(Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem.ReplaceFieldValues(Sitecore.Data.Items.Item)">
            <summary>
            Replaces the field values.
            </summary>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem.GetPublishableVersion(Sitecore.Data.Items.Item,System.DateTime,Sitecore.Data.Version,System.Boolean)">
            <summary>
            Gets a publishable version of the specified item.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="date">
            The date.
            </param>
            <param name="requestedVersion">
            The requested version.
            </param>
            <param name="requireApprovedVersion">
            The require Approved Version.
            </param>
            <returns>
            The publish.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.GetPublishedVersionOfItem.UpdateValidPeriod(Sitecore.Data.Items.Item,System.DateTime)">
            <summary>
            Updates the valid period of the specified item.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="displayDate">
            The display date.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.FilterItem.EnsureFilteredItem">
            <summary>
            The ensure filtered item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.EnsureFilteredItem.Process(Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs">
            <summary>
            The filter item pipline args.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Version)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="requestedVersion">
            The requested version.
            </param>
        </member>
        <member name="P:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs.FilteredItem">
            <summary>
            Gets or sets the filtered item (i.e. the result of processing).
            </summary>
            <value>The filtered item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs.RequestedVersion">
            <summary>
            Gets or sets the requested version.
            </summary>
            <value>The requested version.</value>
        </member>
        <member name="P:Sitecore.Pipelines.FilterItem.FilterItemPipelineArgs.RequireApprovedVersion">
            <summary>
            Gets or sets a value indicating whether the item version should approved.
            </summary>
            <value>
            <c>true</c> if the version should be approved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.FixXHtml.PrepareHtml">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.PrepareHtml.Process(Sitecore.Pipelines.FixXHtml.FixXHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.FixXHtml.ConvertToXHtml">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.ConvertToXHtml.Process(Sitecore.Pipelines.FixXHtml.FixXHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.FixXHtml.CheckSchema">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.FixXHtml.CheckSchema.isInvalid">
            <summary>
            The _is invalid.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.FixXHtml.CheckSchema.skipAttributes">
            <summary>
            The _skip attributes.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.CheckSchema.Process(Sitecore.Pipelines.FixXHtml.FixXHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.CheckSchema.Read(System.Xml.XmlReader)">
            <summary>
            Reads the specified reader.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <returns>
            The read.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.CheckSchema.ValidationEventHandler(System.Object,System.Xml.Schema.ValidationEventArgs)">
            <summary>
            Handles the ValidationEventHandler event of the xrs control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The <see cref="T:System.Xml.Schema.ValidationEventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.CheckSchema.WriteAttributes(System.Xml.XmlReader,System.Xml.XmlTextWriter)">
            <summary>
            Writes the attributes.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <param name="writer">
            The writer.
            </param>
            <exception cref="T:System.Exception">
            Invalid Position
            </exception>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.CheckSchema.WriteElement(System.Xml.XmlReader,System.Xml.XmlTextWriter,System.Boolean)">
            <summary>
            Writes the element.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <param name="writer">
            The writer.
            </param>
            <param name="skip">
            if set to <c>true</c> [skip].
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.CheckSchema.WriteNode(System.Xml.XmlReader,System.Xml.XmlTextWriter)">
            <summary>
            Writes the node.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <param name="writer">
            The writer.
            </param>
            <exception cref="T:System.InvalidOperationException">
            </exception>
            <exception cref="T:System.ArgumentNullException">
            </exception>
            <exception cref="T:System.Xml.XmlException">
            </exception>
            <exception cref="T:System.ArgumentException">
            </exception>
        </member>
        <member name="T:Sitecore.Pipelines.FixXHtml.RemoveEmptySpans">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.RemoveEmptySpans.Process(Sitecore.Pipelines.FixXHtml.FixXHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.FixXHtml.FixXHtmlArgs">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.FixXHtmlArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs"/> class.
            </summary>
            <param name="html">The HTML.</param>
        </member>
        <member name="P:Sitecore.Pipelines.FixXHtml.FixXHtmlArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.FixXHtmlArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.FixXHtml.FixXHtmlArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.FixXHtmlArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.FixXHtml.FixXHtmlProcessor">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.FixXHtml.FixXHtmlProcessor.Process(Sitecore.Pipelines.FixXHtml.FixXHtmlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetAboutInformation.GetAboutInformationArgs">
            <summary>
            Pipeline arguments for getAboutInformation pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetAboutInformation.GetAboutInformationArgs.AboutText">
            <summary>
            Gets or sets the about text.
            </summary>
            <value>The about text.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetAboutInformation.GetAboutInformationArgs.LoginPageText">
            <summary>
            Gets or sets the login screen text.
            </summary>
            <value>The login screen text.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs">
            <summary>
            The populate chrome data args.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.chromeType">
            <summary>
            Chrome type
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.chromeData">
            <summary>
            Chrome data
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs"/> class.
            </summary>
            <param name="chromeType">The chrome type.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.#ctor(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs"/> class.
            </summary>
            <param name="chromeType">The chrome type.</param>
            <param name="item">The item</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.#ctor(System.String,Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs"/> class.
            </summary>
            <param name="chromeType">The chrome type.</param>
            <param name="item">The item</param>
            <param name="parameters">The parameters</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ChromeType">
            <summary>
            Gets ChromeType.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ChromeData">
            <summary>
            Gets or sets ChromeData.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.CommandContext">
            <summary>
            Gets or sets command context
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.Item">
            <summary>
            Gets or sets the Sitecore item
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ExtractRequired``1(System.String)">
            <summary>
            Extracts required <typeparamref name="T"/> by <paramref name="requiredKey"/> from <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs"/>.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="requiredKey">A key to locate object inside argumets.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.SetChromeDisplayName(System.String,System.Boolean)">
            <summary>
            Encodes the <paramref name="displayName"/> based on <paramref name="requireEncoding"/> and sets to <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.DisplayName"/>.
            </summary>
            <param name="displayName">The name to be set to <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.DisplayName"/></param>
            <param name="requireEncoding">Controls if <paramref name="displayName"/> should be escaped (encoded) prior to assignment.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.SetExpandedDisplayNameToChromeData(System.String,System.Boolean)">
            <summary>
            Encodes the <paramref name="expandedDisplayName"/> based on <paramref name="requireEncoding"/> and sets to <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.DisplayName"/>.
            </summary>
            <param name="expandedDisplayName">The name to be set to <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.DisplayName"/></param>
            <param name="requireEncoding">Controls if <paramref name="expandedDisplayName"/> should be escaped (encoded) prior to assignment.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetChromeDataPipeline">
            <summary>
            The getChromeData pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataPipeline.Run(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor">
            <summary>
            The populate chrome data processor.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.editFrameSmallButtonTemplateID">
            <summary>
            EditFrameSmallButton template ID
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.fieldEditorButtonTemplateID">
            <summary>
            FieldEditorButton template ID
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.webEditButtonTemplateID">
            <summary>
            WebEditButton template ID
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.#ctor(Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor"/> class.
            </summary>
            <param name="client">client</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.AddButtonToChromeData(Sitecore.Data.Fields.WebEditButton,Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Adds the button to chrome data.
            </summary>
            <param name="button">The button.</param>
            <param name="args">The arguments.</param>
            <remarks>Use this command intead of adding the button to ChromeData.Commands collection</remarks>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.AddButtonsToChromeData(System.Collections.Generic.IEnumerable{Sitecore.Data.Fields.WebEditButton},Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Adds the buttons to chrome data.
            </summary>
            <param name="buttons">The buttons.</param>
            <param name="args">The arguments.</param>
            <remarks>Use this command intead of adding the button to ChromeData.Commands collection</remarks>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.ConvertToWebEditButton(Sitecore.Data.Items.Item)">
            <summary>
            Converts button item to Web Edit Button
            </summary>
            <param name="buttonItem">Item representing a button</param>
            <returns>The Web Edit Button</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.GetButtons(Sitecore.Data.Items.Item)">
            <summary>
            Gets buttons under the specified root
            </summary>
            <param name="rootItem">The root item</param>
            <returns>Web edit buttons</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.GetButtons(System.String)">
            <summary>
            Gets buttons under the specified root
            </summary>
            <param name="rootPath">The path to the root item</param>
            <returns>Web edit buttons</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.GetFieldEditorButton(Sitecore.Data.Items.Item)">
            <summary>
            Gets the field editor button.
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>The field editor button.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.GetSmallButton(Sitecore.Data.Items.Item)">
            <summary>
            Gets the small button.
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>The small button.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.GetWebEditButton(Sitecore.Data.Items.Item)">
            <summary>
            Gets the web edit button.
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>The web edit button.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.QueryButtonState(Sitecore.Data.Fields.WebEditButton,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the button.
            </summary>
            <param name="button">The button.</param>
            <param name="context">The command context</param>
            <returns>
            True if button is enabled and false otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.QueryButtonState(Sitecore.Data.Fields.WebEditButton,Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Queries the state of the button.
            </summary>
            <param name="button">The button.</param>
            <param name="context">The command context</param>
            <param name="click">The click</param>
            <returns>
            True if button is enabled and false otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.QueryChromeButtonState(Sitecore.Data.Fields.WebEditButton,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the chrome button.
            </summary>
            <param name="button">The button.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.VerifyCanHandleChromeType(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Verifies <paramref name="args"/> is not <c>null</c>, mention <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ChromeType"/>.
            <para>Checks <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.HandledChromeType"/> matches <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ChromeType"/>.</para>
            </summary>
            <param name="args"></param>
            <returns><c>true</c> if <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor.HandledChromeType"/> equals to argument chrome type; <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.Setup">
            <summary>
            Sets the <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.ContextItemUri"/> from <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.Item"/> should it be set.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.Setup.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.Setup"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.Setup.#ctor(Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.Setup"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.Setup.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Sets the <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.ContextItemUri"/> to point on <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.Item"/>.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetFieldChromeData">
            <summary>
            The get field chrome data processor.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.ChromeType">
            <summary>
            The chrome type.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.FieldKey">
            <summary>
            The key of the Field instance in CustomData dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.CommonButtonsRoot">
            <summary>
             Path to the root item containing common web edit buttons
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetFieldChromeData"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.#ctor(Sitecore.Abstractions.BaseFieldTypeManager,Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetFieldChromeData"/> class.
            </summary>
            <param name="fieldTypeManager">fieldTypeManager</param>
            /// <param name="client">client</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetFieldChromeData.ExtractFieldSpecificButtons(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the web edit buttons.
            </summary>
            <param name="field">The field.</param>
            <returns>The web edit buttons.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData">
            <summary>The get word field webedit buttons.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData.#ctor(Sitecore.Abstractions.BaseFieldTypeManager,Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData"/> class.
            </summary>
            <param name="fieldTypeManager">fieldTypeManager</param>
            /// <param name="client">client</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>Processes the specified args.</summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData.AddInlineWordChromeData(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs,Sitecore.Data.Fields.Field)">
            <summary>
            Adds specific data for word field in inline mode.
            </summary>
            <param name="args">The arguments.</param>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetWordFieldChromeData.ParseSize(System.String)">
            <summary>
            Parses the size.
            </summary>
            <param name="size">The size.</param>
            <returns>The int size.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData">
            <summary>
            Handles 'rendering' chrome type and expects <see cref="T:Sitecore.Layouts.RenderingReference"/> to be carried in <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs"/>.
            <para>Sets rendering data (f.e. id, display name) to <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.CommandContext"/> and <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ChromeData"/></para>
            <para>Adds WebEdit buttons defined for carried <see cref="P:Sitecore.Layouts.RenderingReference.RenderingItem"/> if any.</para>
            <para>Adds system-wide default buttons (<see cref="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.DefaultButtonsRoot"/>) for WebEdit application.</para>
            <para>Builds 'Compatible Renderings' for processed rendering.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.ChromeType">
            <summary>
            The chrome type.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.RenderingReferenceKey">
            <summary>
            The key of the Field instance in CustomData dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.DefaultButtonsRoot">
            <summary>
             Path to the root item default buttons
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.CustomButtonsFieldName">
            <summary>
            The name of rendering's field that determines custom buttons
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.MorphingRenderingsFieldName">
            <summary>
            The name of rendering's field that determines the morphing renderings
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.#ctor(Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData"/> class.
            </summary>
            <param name="client">client</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.SetRenderingReferenceDisplayNamesToChromeData(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs,Sitecore.Layouts.RenderingReference)">
            <summary>
            Sets <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.DisplayName"/> and <see cref="P:Sitecore.Web.UI.PageModes.ChromeData.ExpandedDisplayName"/> from <see cref="T:Sitecore.Layouts.RenderingReference"/>.
            </summary>
            <param name="args"></param>
            <param name="renderingReference"></param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.SetRenderingInfoToCustomChromeData(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs,Sitecore.Layouts.RenderingReference)">
            <summary>
            Sets <see cref="P:Sitecore.Layouts.RenderingReference.RenderingID"/> to custom data under 'renderingID' key.
            <para>Whether <paramref name="renderingReference"/> is editable or not is saved to 'editable' key.</para>
            </summary>
            <param name="args"></param>
            <param name="renderingReference"></param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.AddDefaultWebEditButtons(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs,Sitecore.Layouts.RenderingReference)">
            <summary>
            Adds default buttons for WebEdit application. Default buttons are stored under <see cref="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.DefaultButtonsRoot"/> path.
            </summary>
            <param name="args"></param>
            <param name="renderingReference"></param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.AddRenderingItemWebEditButtons(Sitecore.Data.Items.RenderingItem,Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            Adds buttons defined in <paramref name="renderingItem"/> <see cref="F:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.CustomButtonsFieldName"/> field.
            </summary>
            <param name="renderingItem"></param>
            <param name="args"></param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.SetRenderingIDsToCommandContext(Sitecore.Shell.Framework.Commands.CommandContext,Sitecore.Layouts.RenderingReference)">
            <summary>
            Fills <see cref="P:Sitecore.Shell.Framework.Commands.CommandContext.Parameters"/> collection from <paramref name="renderingReference"/>.
            <para>'renderingId' key gets <see cref="P:Sitecore.Layouts.RenderingReference.RenderingID"/>.</para>
            <para>'referenceId' key gets <see cref="P:Sitecore.Layouts.RenderingReference.UniqueId"/>.</para>
            </summary>
            <param name="commandContext">Command context to be populated.</param>
            <param name="renderingReference">Rendering reference that </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetRenderingChromeData.ProcessMorphButton(System.Collections.Generic.List{Sitecore.Data.Fields.WebEditButton},Sitecore.Data.Items.RenderingItem)">
            <summary>
            Processes the morph button
            </summary>
            <param name="defaultButtons">The default button</param>
            <param name="renderingItem">The rendering item</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData">
            <summary>
            Handles 'editFrame' <see cref="P:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs.ChromeData"/>.
            <para>Locates WebEdit buttons root either from <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataArgs"/> custom data (<see cref="F:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData.ButtonsPathKey"/> ), or from <see cref="P:Sitecore.Configuration.KnownSettings.WebEditSettings.DefaultButtonPath"/>.</para>
            <para>Adds child buttons to chrome data commands.</para>
            </summary>
            <remarks>Throws <see cref="T:System.InvalidOperationException"/> if button root item was not located.</remarks>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData.ChromeType">
            <summary>
            The chrome type.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData.ButtonsPathKey">
            <summary>
            The key of the buttons path in CustomData dictionary.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData.#ctor(Sitecore.Abstractions.BaseClient,Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetChromeDataProcessor"/> class.
            </summary>
            <param name="client"></param>
            <param name="settings"></param>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetEditFrameChromeData.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData">
            <summary>
            The placeholder chrome data processor.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData.ChromeType">
            <summary>
            The chrome type.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData.PlaceholderKey">
            <summary>
            The key of the placeholderkey in CustomData dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData.DefaultButtonsRoot">
            <summary>
             Path to the root item default buttons.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData.#ctor(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Abstractions.BaseSettings,Sitecore.Abstractions.BaseClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetChromeData.GetPlaceholderChromeData.Process(Sitecore.Pipelines.GetChromeData.GetChromeDataArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The pipeline args.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddress">
            <summary>
            Defines the find email address class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddress.FindEmailInUserProfile(Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs)">
            <summary>
            Finds the email in user profile.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs">
            <summary>
            Defines the find email address args class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs"/> class.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="visitor">The visitor.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs.UserName">
            <summary>
            Name of the current visitor
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetVisitorEmailAddress.FindContactEmailAddressArgs.Visitor">
            <summary>
            Gets or sets the visitor.
            </summary>
            <value>
            The visitor.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound">
            <summary>
            Adds a warning in case no item is set in <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound.#ctor(Sitecore.Abstractions.BaseTranslate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound"/> class.
            </summary>
            <param name="translate">The translate.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound.Translate">
            <summary>
            Gets the translate to localize warning message.
            </summary>
            <value>
            The translate.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.ItemNotFound.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Adds a localized warning that <paramref name="args"/> do not have any item set.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.LanguageNotFound">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.LanguageNotFound.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage">
            <summary>
            Produces a warning when <see cref="M:Sitecore.Security.AccessControl.ItemAccess.CanReadLanguage"/> is lacking.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage.#ctor">
            <summary>
            Initializes a new instance of the CanReadLanguage class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage.#ctor(Sitecore.Abstractions.BaseTranslate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage"/> class.
            </summary>
            <param name="translate">The translate.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage.BaseTranslate">
            <summary>
            Gets the translate to convert warning messages into proper language.
            </summary>
            <value>
            The base translate.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.CanReadLanguage.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions.#ctor(Sitecore.Abstractions.BaseTranslate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions"/> class.
            </summary>
            <param name="translate">The translate.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions.Translate">
            <summary>
              Gets the translate.
            </summary>
            <value>
              The translate.
            </value>
        </member>
        <member name="F:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions.Key">
            <summary>
            The key of class <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions"/> that is used in notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.HasNoVersions.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.CanWrite">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.CanWrite.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.CanWriteWorkflow">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.CanWriteWorkflow.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.CanWriteLanguage">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.CanWriteLanguage.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.IsReadOnly">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.IsReadOnly.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.IsLocked">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.IsLocked.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.HasNoFields">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.HasNoFields.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.NeverPublish">
            <summary>
            Implements the processor for <c>getContentEditorWarnings</c> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.NeverPublish.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.ItemPublishingRestricted">
            <summary>
            Implements the processor for <c>getContentEditorWarnings</c> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.ItemPublishingRestricted.IsPublishRestricted(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether publish is restricted for the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if publish is restricted for the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.ItemPublishingRestricted.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.VersionPublishingRestricted">
            <summary>
            Implements the processor for <c>getContentEditorWarnings</c> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.VersionPublishingRestricted.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.VersionPublishingRestricted.AddOptions(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning,Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError)">
            <summary>
            Adds the options.
            </summary>
            <param name="warning">The warning.</param>
            <param name="error">The error.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.ShowingInputBoxes">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.ShowingInputBoxes.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.FeedIsEmpty">
            <summary>
            Defines the feed is empty class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.FeedIsEmpty.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.Notifications">
            <summary>
            The notifications.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.Notifications.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.Notifications.GetAdditionalNotifications(Sitecore.Data.Items.Item)">
            <summary>
            Gets the additional notifications.
            </summary>
            <param name="item">The clone item.</param>
            <returns>The list of additional notifications.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.Notifications.TryGetItemTreeMovedNotification(Sitecore.Data.Items.Item)">
            <summary>
            Called when the get is item tree moved.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The <see cref="T:Sitecore.Data.Clones.Notification"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.RunRules">
            <summary>Implements the RenderField.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.RunRules.#ctor(Sitecore.Abstractions.BaseRuleFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.RunRules" /> class.
            </summary>
            <param name="ruleFactory">BaseRuleFactory</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.RunRules.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.RunRules" /> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.RunRules.RuleFactory">
            <summary>
            Gets the RuleFactory
            </summary>
            <value>
              RuleFactory
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.RunRules.Process(Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs)">
            <summary>Run the rules defined in <see cref="F:Sitecore.Rules.RuleIds.ContentEditorWarningsRules"/> item.</summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs">
            <summary>
            Implements the RenderField.
            </summary>
            <summary>
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.HideFields">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning"/> hides the fields.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning"/> hides the fields; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="notnull" />
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.IsExclusive">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning"/> is exclusive.
            </summary>
            <value><c>true</c> if exclusive; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.IsFullscreen">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning"/> is fullscreen.
            </summary>
            <value><c>true</c> if fullscreen; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>
            The key.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.Options">
            <summary>
            Gets the options.
            </summary>
            <value>The options.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.AddOption(System.String,System.String)">
            <summary>
            Adds the option.
            </summary>
            <param name="header">The header.</param>
            <param name="command">The command.</param>
            <contract>
              <requires name="header" condition="not empty" />
              <requires name="command" condition="not empty" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ContentEditorWarning.AddOption(System.String)">
            <summary>
            Adds the option without a bound command.
            </summary>
            <param name="header">The header.</param>
            <contract>
              <requires name="header" condition="not empty" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <contract>
              <requires name="item" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <contract>
              <requires name="info" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.Empty">
            <summary>
            Gets the empty.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.HasSections">
            <summary>
            Gets or sets a value indicating whether this instance has sections.
            </summary>
            <value>
                <c>true</c> if this instance has sections; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.ShowInputBoxes">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs"/> shows the input boxes.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs"/> shows the input boxes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.Warnings">
            <summary>
            Gets the warnings.
            </summary>
            <value>The warnings.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.Add">
            <summary>
            Adds this instance.
            </summary>
            <returns>The add.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.Add(System.String,System.String)">
            <summary>
            Adds the specified title.
            </summary>
            <param name="title">The title.</param>
            <param name="text">The text.</param>
            <contract>
              <requires name="title" condition="not null" />
              <requires name="text" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.HasFullscreenWarnings">
            <summary>
            Determines whether there is a fullscreen warning.
            </summary>
            <returns>
                <c>true</c> if there is a fullscreen warning; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.HideFields">
            <summary>
            Determines whether there is a fullscreen warning.
            </summary>
            <returns>
                <c>true</c> if there is a fullscreen warning; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetContentEditorWarnings.GetContentEditorWarningsArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs">
            <summary>
            Describes the argument class for the "getDatasourceExamples" pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.DatasourceExample">
            <summary>
            Represents the pipeline result item.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.DatasourceExample.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>
            The icon.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.DatasourceExample.DisplayName">
            <summary>
            Gets or sets the display name.
            </summary>
            <value>
            The display name.
            </value>
        </member>
        <member name="F:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.database">
            <summary>
            The database to take data from.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.datasource">
            <summary>
            The datasource for proving data for.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.maxResultCount">
            <summary>
            The maximum result count
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.result">
            <summary>
            The pipeline result.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.#ctor(System.String,Sitecore.Data.Database,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs" /> class.
            </summary>
            <param name="datasource">The datasource.</param>
            <param name="database">The database.</param>
            <param name="maxResultCount">The maximum result count.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.Datasource">
            <summary>
            Gets the datasource for providing HTML example markup for.
            </summary>
            <value>
            The datasource.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.MaxResultCount">
            <summary>
            Gets the maximum result count.
            </summary>
            <value>
            The maximum result count.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs.Result">
            <summary>
            Gets the result.
            </summary>
            <value>
            The result.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamples">
            <summary>
            Base class for the pipeline processors.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamples.Process(Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamples.DoGetDatasourceExamples(Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs)">
            <summary>
            Gets datasource examples.
            </summary>
            <param name="args">The pipeline arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetDatasourceExamples.GetIDBasedDatasourceExample">
            <summary>
            Returns datasource example for ID based datasource.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetDatasourceExamples.GetIDBasedDatasourceExample.DoGetDatasourceExamples(Sitecore.Pipelines.GetDatasourceExamples.GetDatasourceExamplesArgs)">
            <summary>
            Gets datasource examples.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel">
            <summary>
              Resolves the field label indicating the source type of the field value.
            </summary>
            <returns>
              The field label.
            </returns>
            <example>
              <code>
            shared
            unversioned
            shared, standard value
            shared, original value
            unversioned, standard value
            unversioned, shared, standard value
            fallback value (English)
            fallback standard value (English)
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel.#ctor">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel.#ctor(Sitecore.Abstractions.BaseTranslate,Sitecore.Abstractions.BaseLanguageFallbackManager)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel" /> class.
            </summary>
            <param name="translate">The translate.</param>
            <param name="languageFallbackManager">The language fallback manager.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel.LanguageFallbackManager">
            <summary>
              Gets the language fallback manager.
            </summary>
            <value>
              The language fallback manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel.Translate">
            <summary>
              Gets the translate.
            </summary>
            <value>
              The translate.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel.Process(Sitecore.Pipelines.GetFieldLabel.GetFieldLabelArgs)">
            <summary>
              Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldLabel.ResolveFieldLabel.TryGetSpecialLabel(Sitecore.Pipelines.GetFieldLabel.GetFieldLabelArgs,System.String@)">
            <summary>
            Tries to the get special label (f.e. standardValue, fallbackValue, or inherit its value from another item).
            </summary>
            <param name="args">The arguments.</param>
            <param name="label">The special label resolved for field.</param>
            <returns><c>true</c> if field has special value to be displayed in label; <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldLabel.GetFieldLabelArgs">
            <summary>
            GetFieldLabelArgs class
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldLabel.GetFieldLabelArgs.ShowFieldSharingLabels">
            <summary>
            Gets or sets a value indicating whether [show field sharing labels].
            </summary>
            <value>
            <c>true</c> if [show field sharing labels]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldLabel.GetFieldLabelArgs.Field">
            <summary>
            Gets or sets the field.
            </summary>
            <value>
            The field.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldLabel.GetFieldLabelArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>
            The result.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.GetInheritedValue">
            <summary>
            Retrieves the inherited field value
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.GetInheritedValue.Process(Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.IsValidForLanguageFallback">
            <summary>
            Processor checks whether language fallback value should be taken into account while getting the field value
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.IsValidForLanguageFallback.Process(Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue">
            <summary>
            Retrieves the language fallback field value if <see cref="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.IsValidForLanguageFallback"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue.#ctor(Sitecore.Abstractions.BaseLanguageFallbackFieldValuesManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue"/> class.
            </summary>
            <param name="fallbackFieldValuesManager">The fallback field values manager.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue.FallbackFieldValuesManager">
            <summary>
            Gets the fallback field values manager.
            </summary>
            <value>
            The fallback field values manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue.AllowStandardValue">
            <summary>
            Gets a value indicating whether language fallback field value will be retrieved considering a standard value.
            </summary>
            <value>
              <c>true</c> if language fallback field value will be retrieved considering a standard value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackValue.Process(Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs)">
            <summary>
            Get language fallback value if <see cref="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.IsValidForLanguageFallback"/>.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.GetStandardValue">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.GetStandardValue.Process(Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackStandardValue">
            <summary>
            Retrieves the language fallback standard field value
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetLanguageFallbackStandardValue.AllowStandardValue">
            <summary>
            Gets a value indicating whether language fallback field value will be retrieved considering a standard value.
            </summary>
            <value>
            <c>true</c> if language fallback field value will be retrieved considering a standard value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.GetDefaultValue">
            <summary>
            Retrieves the default field value
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFieldValue.GetDefaultValue.Process(Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.Field">
            <summary>
            Gets or sets the field.
            </summary>
            <value>
            The field.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.AllowStandardValue">
            <summary>
            Gets or sets a value indicating whether [allow standard value].
            </summary>
            <value>
              <c>true</c> if [allow standard value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.AllowDefaultValue">
            <summary>
            Gets or sets a value indicating whether [allow default value].
            </summary>
            <value>
              <c>true</c> if [allow default value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.AllowFallbackValue">
            <summary>
            Gets or sets a value indicating whether [allow fallback value].
            </summary>
            <value>
              <c>true</c> if [allow fallback value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.AllowInheritValue">
            <summary>
            Gets or sets a value indicating whether [allow inherit value].
            </summary>
            <value>
              <c>true</c> if [allow inherit value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.IsValidForLanguageFallback">
            <summary>
            Gets or sets a value indicating whether this instance is valid for language fallback.
            </summary>
            <value>
            <c>true</c> if this instance is valid for language fallback; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.InheritsValueFromOriginalItem">
            <summary>
            Gets or sets a value indicating whether [inherits value from original item].
            </summary>
            <value>
            <c>true</c> if [inherits value from original item]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.ContainsStandardValue">
            <summary>
            Gets or sets a value indicating whether [contains standard value].
            </summary>
            <value>
            <c>true</c> if [contains standard value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.ContainsFallbackValue">
            <summary>
            Gets or sets a value indicating whether [contains fallback value].
            </summary>
            <value>
            <c>true</c> if [contains fallback value]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFieldValue.GetFieldValueArgs.FallbackSource">
            <summary>
            Gets or sets the fallback source item.
            </summary>
            <value>
            The fallback source item.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.GetFileIconPipeline">
            <summary>
            Pipeline to get an icon for a file.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetFileIcon.GetFileIconPipeline.PipelineName">
            <summary>
            The pipeline name.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetFileIcon.GetFileIconPipeline.PipelineGroupName">
            <summary>
            The pipeline group name.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipeline.Pipeline">
            <summary>
            Gets the pipeline.
            </summary>
            <value>
            The pipeline.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.GetFileIconPipeline.Run(System.String)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="filePathOrExtension">
            The file path or file extension.
            </param>
            <returns>
            The relative icon path, if the icon was found; otherwise, null.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.GetFileIconPipeline.Run(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">
            The pipeline arguments.
            </param>
            <returns>
            <c>true</c>, if pipeline was run successfully; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs">
            <summary>
            Defines pipeline arguments for getFileIcon pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.#ctor(System.String,System.Drawing.Size,System.Drawing.Color)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs"/>
            class.
            </summary>
            <param name="filePathOrExtension">
            Can be either a path to file or only a file extension.
            </param>
            <param name="iconSize">
            The icon size.
            </param>
            <param name="backgroundColor">
            The background color.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs"/>
            class. The constructor is used to restore object from serialization.
            </summary>
            <param name="info">
            The info.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.FileExtension">
            <summary>
            Gets or sets the file extension.
            </summary>
            <value>
            The file extension.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.RelativeIconPath">
            <summary>
            Gets or sets the relative icon path. It is the result of the pipeline run.
            </summary>
            <remarks>
            If absolute path needed, use <see cref="M:Sitecore.IO.FileUtil.MapPath(System.String)"/> to get it.
            </remarks>
            <value>
            The relative icon path, if the icon was found; otherwise, null.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.IconPathRelativeToTheme">
            <summary>
            Gets or sets the icon path relative to theme folder in the following
            format 'package_name/size/icon_name'.
            </summary>
            <example>
            For instance, Application/32x32/document.png.
            </example>
            <remarks>
            The property is useful, when the icon is obtained from theme folder and
            it needs to be saved in <see cref="P:Sitecore.Data.Items.Item.Appearance"/> property
            <see cref="P:Sitecore.Data.Items.ItemAppearance.Icon"/>
            </remarks>
            <value>
            The icon path relative to theme folder, if the icon was got from themes;
            otherwise, null.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.IsThumbnail">
            <summary>
            Gets or sets a value indicates weather the icon is Thumbnail.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.IconSize">
            <summary>
            Gets or sets the icon size.
            </summary>
            <value>
            The icon size.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.BackgroundColor">
            <summary>
            Gets or sets the background color.
            </summary>
            <value>
            The background color.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.ItemUri">
            <summary>
            Gets or sets the item URI that is used to icon from.
            </summary>
            <value>
            The item URI.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.DefaultIcon">
            <summary>
            Gets or sets the default icon to be used as a fallback icon. Generally,
            it is used in <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon"/> processor to get a fallback
            icon, when none of the previous processors in the pipeline has not
            found any icon.
            </summary>
            <value>
            The default icon.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to
            serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate
            with data.</param>
            <param name="context">The destination (see
            <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the
            required permission. </exception>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.Initialize">
            <summary>
            Initializes the pipeline arguments.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon">
            <summary>
            Falls back to <see cref="P:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon.DefaultIcon"/> in case nothing was resolved.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon"/> class.
            </summary>
            <param name="defaultIcon">The default icon path.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon.DefaultIcon">
            <summary>
            Gets the default icon path.
            </summary>
            <value>
            The default icon path.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon.Process(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
             Falls back to <see cref="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.DefaultIcon"/>, or <see cref="P:Sitecore.Pipelines.GetFileIcon.Processors.GetDefaultIcon.DefaultIcon"/> in case nothing was resolved.
            </summary>
            <param name="args">
            The pipeline arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor">
            <summary>
            Defines base processor for GetIconPipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor.Process(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="pipelineArgs">
            The pipeline arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor.GetZipFilePath(System.String@)">
            <summary>
            Gets path to a ZIP file with icons in themes folder. Also adjusts path to icon making it relative to the ZIP file.
            </summary>
            <param name="pathToIcon">
            The path to icon.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor.GetThumbnailFromZip(System.String,System.Drawing.Size)">
            <summary>
            Gets thumbnail from theme zip file.
            </summary>
            <param name="pathToIcon">
            The path to icon.
            </param>
            <param name="size">
            The size.
            </param>
            <returns>
            The <see cref="T:System.String"/> file name or null if the file could not be found.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor.GetSizeFromPath(System.String)">
            <summary>
            Gets thumbnail size from path formatted like "archive-name/32x32/icon-name.png".
            </summary>
            <param name="path">
            The path.
            </param>
            <returns>
            The <see cref="T:System.Drawing.Size"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor.IsArgumentsObjectHandled(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Checks if arguments object has already been handled.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetFileIconProcessor.GetIconPathRelativeToTheme(System.String)">
            <summary>
            Gets icon path relative to theme.
            </summary>
            <param name="absoluteIconPath">
            The absolute icon path.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem">
            <summary>
            Gets an icon from an item specified in pipeline arguments.
            <para>Takes icon from item appearance.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>
            The factory.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromItem.Process(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Resolves icon from <see cref="P:Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs.ItemUri"/> item appearance.
            </summary>
            <param name="args">
            The pipeline arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration">
            <summary>
            Locates icon associated with extension in media configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration.#ctor(Sitecore.Abstractions.BaseMediaManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration"/> class.
            </summary>
            <param name="mediaManager">The media manager.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration.MediaManager">
            <summary>
            Gets the media manager.
            </summary>
            <value>
            The media manager.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromMediaTypeConfiguration.Process(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Extracts icon from <see cref="T:Sitecore.Resources.Media.MediaTypeConfig"/> matching specified extension.
            </summary>
            <param name="args">The pipeline arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation">
            <summary>
            Gets icon associated with given file extension from OS.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.IconCouldNotBeObtainedViaWinAPIText">
            <summary>
            The icon could not be obtained via WinAPI message text.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.#ctor(Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation"/> class.
            </summary>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.TraceToLog">
            <summary>
            Gets or sets a value indicating whether to trace processor execution flow to logs.
            </summary>
            <value><c>true</c> if trace to log; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.Log">
            <summary>
            Gets the log to output messages if reaching OS failed.
            </summary>
            <value>
            The log to write diagnostic messages.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.Process(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Extracts icon associated with the file extension from OS.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.UnmapFilePath(System.String,Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Unmaps the file path.
            </summary>
            <param name="fullIconPath">The full icon path.</param>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetFileIcon.Processors.GetIconFromSystemFileAssociation.GetShellFileIcon(Sitecore.Pipelines.GetFileIcon.GetFileIconPipelineArgs)">
            <summary>
            Gets file icon from windows shell.
            </summary>
            <param name="args">
            The pipeline arguments.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs">
            <summary>
            Carries a <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Field"/>, an <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldOwnerItem"/> it belongs to.
            <para>Has a collection of <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.StandardValuesSource"/> and <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldValuesSource"/> that are to be used to produce resulting layout.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs" /> class.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Field">
            <summary>
            Gets the field.
            </summary>
            <value>The field.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Item">
            <summary>
            Gets the item that owns the inspected <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Field"/>.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldOwnerItem">
            <summary>
            Gets the item that owns the inspected <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Field"/>.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.IsShared">
            <summary>
            Gets a value indicating whether inspected field is shared layout (<see cref="F:Sitecore.FieldIDs.LayoutField"/>).
            </summary>
            <value>Indicating whether field is shared.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.IsSharedLayoutFieldCarried">
            <summary>
            Gets a value indicating whether inspected field is shared layout (<see cref="F:Sitecore.FieldIDs.LayoutField"/>).
            </summary>
            <value>Indicating whether field is shared.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.IsStandardValues">
            <summary>
            Gets a value indicating whether <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Field"/> belongs to 'Standard values' item.
            </summary>
            <value>Indicating whether item is standard values.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldOwnerIsStandardValuesHolder">
            <summary>
            Gets a value indicating whether <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.Field"/> belongs to 'Standard values' item.
            </summary>
            <value>Indicating whether item is standard values.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldValuesSource">
            <summary>
            Gets list of field's values source.
            </summary>
            <value>List of field's values source.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.StandardValuesSource">
            <summary>
            Gets list of field's standard values source.
            </summary>
            <value>List of field's standard values source.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsPipeline">
            <summary>
            GetLayoutSourceFields pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsPipeline.PipelineName">
            <summary>
            Get layout source fields pipeline name.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsPipeline.Run(Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs)">
            <summary>
            Runs the ExcludeRobots pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <returns>Value indicating whether pipeline was run successfully.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetLayoutSourceFields.GetFinalLayoutField">
            <summary>
            Adds final layout field to sources.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetLayoutSourceFields.GetFinalLayoutField.Process(Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs)">
            <summary>
            Adds final layout field to sources.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutField">
            <summary>
            Adds a <see cref="F:Sitecore.FieldIDs.LayoutField"/> taken from <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldOwnerItem"/> into sources.
            <para>Adds to <see cref="P:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs.FieldValuesSource"/> only if field owner item is NOT a 'Standard values' item.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutField.Process(Sitecore.Pipelines.GetLayoutSourceFields.GetLayoutSourceFieldsArgs)">
            <summary>
            Adds layout field to sources.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetLookupSourceItems.ProcessQuerySource">
            <summary>
            Processes query sources that start with 'query:' prefix
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetLookupSourceItems.ProcessQuerySource.Process(Sitecore.Pipelines.GetLookupSourceItems.GetLookupSourceItemsArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetLookupSourceItems.ProcessDefaultSource">
            <summary>
            Processes common query sources without well-known prefixes
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetLookupSourceItems.ProcessDefaultSource.Process(Sitecore.Pipelines.GetLookupSourceItems.GetLookupSourceItemsArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetLookupSourceItems.ProcessDefaultSource.EscapeQueryPath(System.String)">
            <summary>
            Escapes a query path.
            </summary>
            <param name="queryPath">The query path.</param>
            <returns></returns>
            <contract>
              <requires name="queryPath" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.GetLookupSourceItems.ProcessDefaultSource.IsComplex(System.String)">
            <summary>
            Determines whether [is complex source] [the specified source].
            </summary>
            <param name="source">The source.</param>
            <returns>
                <c>true</c> if [is complex source] [the specified source]; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="source" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.GetLookupSourceItems.GetLookupSourceItemsArgs">
            <summary>
            Argument class for getLookupSourceItems pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetLookupSourceItems.GetLookupSourceItemsArgs.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLookupSourceItems.GetLookupSourceItemsArgs.Result">
            <summary>
            Gets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetLookupSourceItems.GetLookupSourceItemsArgs.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetMasters.GetItemMasters">
            <summary>
            Upload has finished.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.GetItemMasters.Process(Sitecore.Pipelines.GetMasters.GetMastersArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetMasters.GetInsertRules">
            <summary>
            Upload has finished.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.GetInsertRules.Process(Sitecore.Pipelines.GetMasters.GetMastersArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.GetInsertRules.Expand(Sitecore.Pipelines.GetMasters.GetMastersArgs,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Expands the master.
            </summary>
            <param name="args">The args.</param>
            <param name="insertRule">The master.</param>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetMasters.RunRules">
            <summary>
            Upload has finished.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.RunRules.Process(Sitecore.Pipelines.GetMasters.GetMastersArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetMasters.CheckSecurity">
            <summary>
            Upload has finished.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.CheckSecurity.Process(Sitecore.Pipelines.GetMasters.GetMastersArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetMasters.GetMastersArgs">
            <summary>
            Argument class for the Upload pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.GetMastersArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetMasters.GetMastersArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetMasters.GetMastersArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetMasters.GetMastersArgs.Masters">
            <summary>
            Gets the masters.
            </summary>
            <value>The masters.</value>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.GetMastersArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetMasters.GetMastersArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetMasters.GetMastersArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs">
            <summary>
            Arguments from GetMediaCreatorOptions pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.WordFieldContext">
            <summary>
            The name of world field context.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.FileBasedContext">
            <summary>
            The cretion from phisical file context.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.UploadContext">
            <summary>
            The uploading context.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.pipelineContext">
            <summary>
            The type of functionality that is tryes to create a media.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.options">
            <summary>
            The Initial Media Creator Options.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.#ctor(Sitecore.Resources.Media.MediaCreatorOptions,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs"/> class.
            </summary>
            <param name="options">The options.</param>
            <param name="pipelineContext">Type of the media creator.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.Options">
            <summary>
            Gets the media creator options.
            </summary>
            <value>The media creator options.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetMediaCreatorOptions.GetMediaCreatorOptionsArgs.PipelineContext">
            <summary>
            Gets the Media Creator Type.
            </summary>
            <value>The media creator type.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs">
            <summary>
            Argument of getMediaUrlOptions pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs.#ctor(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaUrlOptions)">
            <summary>
            Initializes a new instance of <c>GetMediaUrlOptionsArgs</c> using given media item and media url options.
            </summary>
            <param name="mediaItem">The <c>MediaItem</c> instance involved in media url generation.</param>
            <param name="mediaUrlOptions">The <c>MediaUrlOptions</c> instance involved in media url generation.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs.MediaItem">
            <summary>
            Gets the <c>MediaItem</c> which is involved in media url generation.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs.MediaUrlOptions">
            <summary>
            Gets the <c>MediaUrlOptions</c> which is involved in media url generation.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsPipeline">
            <summary>
            GetUrlOptions pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsPipeline.PipelineName">
            <summary>
            Name of the pipeline to get <c>MediaUrlOptions</c>.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsPipeline.Run(Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs)">
            <summary>
            Runs getMediaUrlOptions pipeline to get media url options.
            </summary>
            <param name="args">The pipeline argument.</param>
            <returns>Value indicating whether pipeline was run successfully.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetMediaUrlOptions.Processors.GetMediaUrlOptionsProcessor">
            <summary>
            The base abstract class for processors of getmediaUrlOptions pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaUrlOptions.Processors.GetMediaUrlOptionsProcessor.Process(Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs)">
            <summary>
            Inheitors should override this method to provide <c>MediaUrlOptions</c> based on given argument.
            </summary>
            <param name="args">The argument containing required information for the processor to provide <c>MediaUrlOptions</c>.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetMediaUrlOptions.Processors.SecurityProcessor">
            <summary>
            This processor is responsible to apply security concerns on <c>MediaUrlOptions</c> in url generation.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaUrlOptions.Processors.SecurityProcessor.Process(Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs)">
            <summary>
            Applies security concerns to <c>MediaUrlOptions</c> provided by the piplne argument.
            </summary>
            <remarks>If the given item is not publicly readable, it sets <c>AlwaysIncludeServerUrl</c> to false, unless it's explicitly assigned by another pipeline.</remarks>
            <param name="args">The argument contains required information for processor to apply required security concerns on <c>MediaUrlOptions</c>.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetMediaUrlOptions.Processors.SiteModeProcessor">
            <summary>
            This processor is responsible to apply site mode concerns on <c>MediaUrlOptions</c> in url generation.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaUrlOptions.Processors.SiteModeProcessor.Process(Sitecore.Pipelines.GetMediaUrlOptions.GetMediaUrlOptionsArgs)">
            <summary>
            Applies site mode concerns to <c>MediaUrlOptions</c> provided by the piplne argument.
            </summary>
            <remarks>If the site mode is not normal, it sets <c>AlwaysIncludeServerUrl</c> to false.</remarks>
            <param name="args">The argument contains required information for processor to apply required site mode concerns on <c>MediaUrlOptions</c>.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetMediaUrlOptions.Processors.SiteModeProcessor.IsDebuggingPageMode">
            <summary>
            Determines if the page is in debug mode
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetPagePreviewUrl.GetDefaultUrlOptions">
            <summary>
            The get default options.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPagePreviewUrl.GetDefaultUrlOptions.Process(Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage">
            <summary>
            Sets language from item for URL options and specifies how it should be embedded.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage.#ctor(Sitecore.Abstractions.BaseLinkManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage"/> class.
            </summary>
            <param name="linkManager">The link manager.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage.LinkManager">
            <summary>
            Gets the link manager.
            </summary>
            <value>
            The link manager.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetPagePreviewUrl.SetLanguage.Process(Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetPagePreviewUrl.GetUrl">
            <summary>
            The get url.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPagePreviewUrl.GetUrl.Process(Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs">
            <summary>
            The get page preview url args.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs.Options">
            <summary>
            Gets or sets Options.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetPagePreviewUrl.GetPagePreviewUrlArgs.Url">
            <summary>
            Gets or sets Url.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs">
            <summary>
            Arguments for GetPleceholderRenderings pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.dialogUrl">
            <summary>
            Dialog URL to be started for selecting rendering.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.placeholderRenderings">
            <summary>
            Placeholder renderings.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.contentDatabase">
            <summary>
            The Content Database.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.placeholderKey">
            <summary>
            The placeholder key.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.layoutDefinition">
            <summary>
            The layout definition.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.#ctor(System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs"/> class.
            </summary>
            <param name="placeholderKey">The placeholder key.</param>
            <param name="layoutDefinition">The layout definition.</param>
            <param name="contentDatabase">The content database.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.#ctor(System.String,System.String,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs"/> class.
            </summary>
            <param name="placeholderKey">The placeholder key.</param>
            <param name="layoutDefinition">The layout definition.</param>
            <param name="contentDatabase">The content database.</param>
            <param name="deviceId">The device id.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.DeviceId">
            <summary>
            Gets the device id.
            </summary>
            <value>The device id.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.Options">
            <summary>
            Gets or sets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.PlaceholderKey">
            <summary>
            Gets the placeholder key.
            </summary>
            <value>The placeholder key.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.LayoutDefinition">
            <summary>
            Gets the layout definition.
            </summary>
            <value>The layout definition.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.ContentDatabase">
            <summary>
            Gets the content database.
            </summary>
            <value>The content database.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.DialogURL">
            <summary>
            Gets or sets the dialog URL.
            </summary>
            <value>The dialog URL.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.HasPlaceholderSettings">
            <summary>
            Gets or sets a value indicating whether this placeholder has settings specified.
            </summary>
            <value>
                <c>true</c> if this instance has placeholder settings; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.OmitNonEditableRenderings">
            <summary>
            Gets or sets a value indicating whether [omit non editable renderings].
            </summary>
            <value>
                <c>true</c> if [omit non editable renderings]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.PlaceholderRenderings">
            <summary>
            Gets or sets the rendering list that are allowed to be assigned to the placeholder.
            </summary>
            <value>The placeholder renderings.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs.PredefinedRenderingIds">
            <summary>
            Gets or sets the predefined renderings IDs.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetAllowedRenderings">
            <summary>
            Fills placeholder renderings list.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetAllowedRenderings.Process(Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs)">
            <summary>
            Fills placeholder renderings list.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetAllowedRenderings.GetRenderings(Sitecore.Data.Items.Item,System.Boolean@)">
            <summary>
            Gets the renderings.
            </summary>
            <param name="placeholderItem">The placeholder item.</param>
            <param name="allowedControlsSpecified">A value indicating if allowed condtrols are specified in the placeholder item.</param>
            <returns>The renderings.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings">
            <summary>
            Fills placeholder renderings with predefined renderings list.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings.Process(Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs)">
            <summary>
            Fills placeholder renderings with predefined renderings list.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings.GetRenderingItems(System.Collections.Generic.List{Sitecore.Data.ID},Sitecore.Data.Database)">
            <summary>
            Gets the rendering items
            </summary>
            <param name="predefinedRenderingIds">Rendering items ids</param>
            <param name="contentDatabase">Content database</param>
            <returns>Rendering items</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings.ItemComparer">
            <summary>
            Compares items using IDs
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings.ItemComparer.Equals(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Equalses the specified x.
            </summary>
            <param name="x">The first item.</param>
            <param name="y">The second item.</param>
            <returns>The comparison result.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPredefinedRenderings.ItemComparer.GetHashCode(Sitecore.Data.Items.Item)">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <param name="obj">The object.</param>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetPlaceholderRenderings.RemoveNonEditableRenderings">
            <summary>The remove non editable renderings.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.RemoveNonEditableRenderings.Process(Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs)">
            <summary>Removes the non-editable renderings from list.</summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsDialogUrl">
            <summary>
            Chooses appropriate Dialog for selecting associated renderings.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsDialogUrl.Process(Sitecore.Pipelines.GetPlaceholderRenderings.GetPlaceholderRenderingsArgs)">
            <summary>
            Chooses appropriate Dialog for selecting associated renderings
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs">
            <summary>
            Arguments for GetQueryState processors.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.commandState">
            <summary>
            Command State.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.commandName">
            <summary>
            The name of the command query state to be resolved for.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.commandContext">
            <summary>
            The Command context.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.button">
            <summary>
            Command button.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.#ctor(System.String,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandState,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs"/> class.
            </summary>
            <param name="commandName">Name of the command.</param>
            <param name="button">The Command button.</param>
            <param name="state">State of the command.</param>
            <param name="context">Command context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.Button">
            <summary>
            Gets the Command button, e.g. for Pannels.
            </summary>
            <value>The Command button.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.CommandName">
            <summary>
            Gets the name of the command.
            </summary>
            <value>The name of the command.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.CommandContext">
            <summary>
            Gets the command context.
            </summary>
            <value>The command context.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetQueryState.GetQueryStateArgs.CommandState">
            <summary>
            Gets or sets the state of the command.
            </summary>
            <value>The state of the command.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs">
            <summary>
            The GetRenderingDatasourcArgs
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.contentDatabase">
            <summary>
            The Content Database.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.renderingItem">
            <summary>
            The rendering item
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.templatesForSelection">
            <summary>
            The templates for selection
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.datasourceRoots">
            <summary>
            The datasource roots
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.fallbackDatasourceRoots">
            <summary>
            The fallback device roots
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new instance of
            <cref name="Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs">GetRenderingDatasourceArgs</cref>
            </summary>
            <param name="renderingItem">The rendering item</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Database)">
            <summary>
            Creates a new instance of
            <cref name="Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs">GetRenderingDatasourceArgs</cref>
            </summary>
            <param name="renderingItem">The rendering item</param>
            <param name="contentDatabase">The content database</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.ContentDatabase">
            <summary>
            The Content Database.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.ContentLanguage">
            <summary>
            Gets or sets the content language.
            </summary>
            <value>The content language.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.ContextItemPath">
            <summary>
            Gets or sets the context item full path
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.ContextItemId">
            <summary>
            Gets or sets the context item id
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.CurrentDatasource">
            <summary>
            Gets or sets the current rendering datasource if set.
            </summary>
            <value>The current datasource.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.DatasourceRoots">
            <summary>
            Gets or sets the datasource roots.
            </summary>
            <value>The datasource roots.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.FallbackDatasourceRoots">
            <summary>
            Gets or sets the datasource root, which will be used id no datasource root is specified on the rendering item.
            </summary>
            <value>The fallback datasource root.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.Prototype">
            <summary>
            Gets or sets the template or branch that will be used to create new data sources.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.DialogUrl">
            <summary>
            Gets or sets the dialog url
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.TemplatesForSelection">
            <summary>
            Gets or sets the templates, items should be based on, in order to be selectable.
            </summary>
            <value>The templates for selection.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.ShowDialogIfDatasourceSetOnRenderingItem">
            <summary>
            Gets or sets a value indicating whether dialog should appear if datasource if explicitely set on the rendering item.
            </summary>
            <value>
                <c>true</c> if dialog should appear; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs.RenderingItem">
            <summary>
            Gets or sets rendering item
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceLocation">
            <summary>
            Defines the datasource location root item
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceLocation.Process(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceLocation.AddRootsFromQuery(System.String,Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Find and add roots from passed query.
            </summary>
            <param name="query">
            The query.
            </param>
            <param name="args">
            The arguments of processor.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.SetFallbackDatasourceLocations">
            <summary>
            The set fallback datasource locations.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.SetFallbackDatasourceLocations.Process(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceTemplate">
            <summary>
            Get datasource template
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetDatasourceTemplate.Process(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.GetTemplatesForSelection">
            <summary>The get templates for selection.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetTemplatesForSelection.Process(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.CheckDialogState">
            <summary>
            Checks if the select rendering datasource dialog should be shown
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.CheckDialogState.Process(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.CheckDialogState.IsCurrentRenderingContextItem(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Determines whether [is context item rendering] [the specified args].
            </summary>
            <param name="args">The arguments.</param>
            <returns>
                <c>true</c> if [is context item rendering] [the specified args]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingDatasource.GetDialogUrl">
            <summary>
            Get datasource dialog url
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingDatasource.GetDialogUrl.Process(Sitecore.Pipelines.GetRenderingDatasource.GetRenderingDatasourceArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.GetXslRenderingPreview">
            <summary>
            Get Rendering Preview Field.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetXslRenderingPreview.Process(Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.TryRenderControl">
            <summary>
            Get Rendering Preview Field.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.TryRenderControl.Process(Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewField">
            <summary>
            Get Rendering Preview Field.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewField.Process(Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.GetDefaultRenderingPreview">
            <summary>
            Get Rendering Preview Field.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetDefaultRenderingPreview.Process(Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs">
            <summary>
            The arguments for the Get Rendering Preview Pipeline
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.renderingItem">
            <summary>
            The _rendering item.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.sourceItem">
            <summary>
            The _source item.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.renderingReference">
            <summary>
            Rendering reference
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.result">
            <summary>
            The result.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.#ctor(Sitecore.Layouts.RenderingReference)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs"/> class.
            </summary>
            <param name="reference">The reference.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs"/> class.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.RenderingItem">
            <summary>
            Gets the source item.
            </summary>
            <value>The source item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.RenderingReference">
            <summary>
            Gets the rendering reference.
            </summary>
            <value>The rendering reference.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.SourceItem">
            <summary>
            Gets the source item.
            </summary>
            <value>The source item.</value>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">
            The caller does not have the required permission.
            </exception>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewProcessor">
            <summary>
            ExpandInitialFieldValueProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewProcessor.Process(Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewRunner">
            <summary>
            Runs the Get Rendering Preview Pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewRunner.Run(Sitecore.Data.Items.Item)">
            <summary>
            Runs the specified rendering item.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <returns>The result of the run.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewRunner.Run(Sitecore.Layouts.RenderingReference)">
            <summary>
            Runs the specified reference.
            </summary>
            <param name="reference">The reference.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetRenderingPreview.GetRenderingPreviewRunner.Run(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Runs the specified rendering item.
            </summary>
            <param name="renderingItem">The rendering item.</param>
            <param name="sourceItem">The source item.</param>
            <returns>The result of the run.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs">
            <summary>
            Arguments of getResponseCacheHeaders pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders)">
            <summary>
            Initializes a new instance of <c>GetItemCacheHeadersArgs</c> using given item and item cache headers.
            </summary>
            <param name="item">The <c>Item</c> instance which is involved in cache response headers generation.</param>
            <param name="cacheHeaders">The <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/> which is involved in cache response headers generation.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.Item">
            <summary>
            Gets the <see cref="T:Sitecore.Data.Items.Item"/> instance which is involved in cache response headers generation.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.CacheHeaders">
            <summary>
            Gets the cache headers which are involved in cache response headers generation.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.RequestType">
            <summary>
            Determines the request type.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersPipeline">
            <summary>
            GetResponseCacheHeaders pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersPipeline.PipelineName">
            <summary>
            Name of the pipeline to get <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersPipeline.Run(Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs)">
            <summary>
            Runs getResponseCacheHeaders pipeline to get item cache headers.
            </summary>
            <param name="args">The pipeline argument.</param>
            <returns>Value indicating whether pipeline was run successfully.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.GetResponseCacheHeadersProcessor">
            <summary>
            The base abstract class for processors of getResponseCacheHeaders pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.GetResponseCacheHeadersProcessor.Process(Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs)">
            <summary>
            Inheitors should override this method to provide <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/> based on given argument.
            </summary>
            <param name="args">The argument containing required information for the processor to provide <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/>.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.MediaRequestArgsInitializerProcessor">
            <summary>
            This processor is responsible to initialize <c>GetResponseCacheHeadersArgs</c> parameter for a media request.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.MediaRequestArgsInitializerProcessor.Process(Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs)">
            <summary>
            Initializes <c>GetResponseCacheHeadersArgs</c> for a media request. If the <see cref="P:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.RequestType"/> is not a <see cref="F:Sitecore.Pipelines.GetResponseCacheHeaders.RequestTypes.Media"/> it will not do anything.
            </summary>
            <param name="args">The argument contains required information for the processor to provide <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/>.</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.MediaRequestArgsInitializerProcessor.TryGetMedia(Sitecore.Data.Items.Item)">
            <summary>
            Tries to get <See cref="T:Sitecore.Resources.Media.Media"/> from the given item.
            </summary>
            <param name="item">Input item to be used for getting <c>Media</c>.</param>
            <returns>Returns <See cref="T:Sitecore.Resources.Media.Media"/> if found, otherwise returns <c>null</c>.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.PublishingProcessor">
            <summary>
            This processor is responsible to apply publishing concerns on <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/> when creating response.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.PublishingProcessor.Process(Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs)">
            <summary>
            Applies publishing concerns to <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/> provided by the pipline argument.
            </summary>
            <remarks>It sets cacheablity and expiration date based on the publishing information of the item.</remarks>
            <param name="args">The argument containing required information for the processor to provide <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/>.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.RequestTypeDetectionProcessor">
            <summary>
            This processor is responsible to detect the request type, if <See cref="P:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.RequestType"/> already is not specified.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.RequestTypeDetectionProcessor.Process(Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs)">
            <summary>
            Detects the request type and set <See cref="P:Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs.RequestType"/> property of pipeline argument, if already not specified.
            </summary>
            <param name="args">The argument containing required information for the processor to provide <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/>.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.SecurityProcessor">
            <summary>
            This processor is responsible to apply security concerns on <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/> when creating response.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetResponseCacheHeaders.Processors.SecurityProcessor.Process(Sitecore.Pipelines.GetResponseCacheHeaders.GetResponseCacheHeadersArgs)">
            <summary>
            Applies security concerns to <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/> provided by the pipline argument.
            </summary>
            <remarks>If the given item is not publicly readable, it sets cacheability none and set cache as expired.</remarks>
            <param name="args">The argument containing required information for the processor to provide <see cref="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders"/>.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.RequestTypes">
            <summary>
            Determines the type of request.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetResponseCacheHeaders.RequestTypes.Media">
            <summary>
            Media Request
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetResponseCacheHeaders.RequestTypes.Content">
            <summary>
            Content Request
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders">
            <summary>
            ResponseCacheHeaders class
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.ETag">
            <summary>
            ETag property of cache headers
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.ExpirationDate">
            <summary>
            ExpiryDate property of cache headers
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.LastModifiedDate">
            <summary>
            LastModifiedDate property of cache headers
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.MaxAge">
            <summary>
            MaxAge property of cache headers
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.Cacheability">
            <summary>
            Cacheability property of cache headers
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.SlidingExpiration">
            <summary>
            Get/Set the <see cref = "M:System.Web.HttpCachePolicy.SetSlidingExpiration(System.Boolean)">sliding expiration</see> to use in cache response headers.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.CacheExtension">
            <summary>
            CacheExtension property of cache headers
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetResponseCacheHeaders.ResponseCacheHeaders.Vary">
            <summary>
            VaryHeader property of cache headers
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs">
            <summary>
            Choose SessionIDManager arguments.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs.context">
            <summary>
            The request context for which to choose the session id manager.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs.#ctor(System.Web.HttpContextBase)">
            <summary>
            Creates the args for the specified request.
            </summary>
            <param name="context">The context of the current request.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs.SessionIdManager">
            <summary>
            Gets and sets the id manager that is to be used for the current request.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs.Context">
            <summary>
            Gets the context of the current request.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerPipeline">
            <summary>
            Choose SessionIDManager pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerPipeline.PipelineName">
            <summary>
            Get layout source fields pipeline name.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerPipeline.Run(Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs)">
            <summary>
            Runs the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs">
            <summary>
            Arguments for the <see cref="T:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoPipeline"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs.Site">
            <summary>
            Gets the site name.
            </summary>
            <value>
            The site name.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs.ReturnUrl">
            <summary>
            Gets the return URL.
            </summary>
            <value>
            The return URL.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs.Result">
            <summary>
            Gets a collection of <see cref="T:Sitecore.Data.SignInUrlInfo"/> for particular <see cref="P:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs.Site"/> with <see cref="P:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs.ReturnUrl"/> specified.
            It is populated by the "getSignInUrlInfo" pipeline.
            </summary>
            <value>
            A collection of <see cref="T:Sitecore.Data.SignInUrlInfo"/>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoPipeline">
            <summary>
            Pipeline to get sign-in urls.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoPipeline.PipelineName">
            <summary>
            Pipeline name.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoPipeline.Run(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs)">
            <summary>
            Runs the <see cref="F:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoPipeline.PipelineName"/> pipeline.
            </summary>
            <param name="corePipelineManager"></param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoProcessor">
            <summary>
            A base class for GetSignInUrlInfo processors.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoProcessor.Process(Sitecore.Pipelines.GetSignInUrlInfo.GetSignInUrlInfoArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromQueryString">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromQueryString.Process(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromUserProfile">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromUserProfile.Process(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromSite">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromSite.#ctor(Sitecore.Abstractions.BaseSiteContextFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromSite"/> class.
            </summary>
            <param name="siteContextFactory">The site context factory.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromSite.SiteContextFactory">
            <summary>
            Gets the site context factory.
            </summary>
            <value>
            The site context factory.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromSite.Process(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlFromSite.GetSiteContext(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <summary>
            Gets the site context.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.#ctor(Sitecore.Abstractions.BaseSettings,Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.Settings">
            <summary>
            Gets the settings.
            </summary>
            <value>
            The settings.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>
            The factory.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.Process(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.GetFalblackStartUrl(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <summary>
            Gets the falblack start URL.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.IsValidStartUrl(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <summary>
            Determines whether the Result property of the <paramref name="args"/> is a valid start URL.
            </summary>
            <param name="args">The arguments.</param>
            <returns>
              <c>true</c> if the Result property of the <paramref name="args"/> is a valid start URL; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.GetLocalPath(System.Uri)">
            <summary>
            Gets the local path.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.ItemExist(Sitecore.Data.Database,System.String)">
            <summary>
            Checks, if the specified item exist in Core DB.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.CanAccessItem(Sitecore.Data.Database,Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks, if the user has read access to the item path.
            </summary>
            <param name="database">The database.</param>
            <param name="user">The user.</param>
            <param name="itemPath">The item path.</param>
            <returns>
              <c>true</c> if the user can acces the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.ValidateStartUrl.GetAliasItem(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the alias item.
            </summary>
            <param name="database">The database.</param>
            <param name="localPath">The local path.</param>
            <returns>The alias item.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.AppendClientLanguageParameter">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.AppendClientLanguageParameter.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetStartUrl.AppendClientLanguageParameter"/> class.
            </summary>
            <param name="settings">The settings.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.AppendClientLanguageParameter.Settings">
            <summary>
            Gets the settings.
            </summary>
            <value>
            The settings.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.AppendClientLanguageParameter.Process(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.PipelineArgs" />
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.#ctor(Sitecore.Security.Accounts.User,Sitecore.Sites.SiteContext,System.Uri,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs" /> class.
            </summary>
            <param name="user">The user.</param>
            <param name="site">The current site.</param>
            <param name="requestUri">The request URI.</param>
            <param name="returnUrlParameter">The name of the query string parameter to get the return URL from the request.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.User">
            <summary>
            Gets the user.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.Site">
            <summary>
            Gets the current site.
            </summary>
            <value>
            The current site.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.RequestUri">
            <summary>
            Gets the request URI.
            </summary>
            <value>
            The request URI.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.AppendClientLanguage">
            <summary>
            Gets or sets a value indicating whether the <see cref="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.Result"/> should contain sc_lang parameter.
            </summary>
            <value>
              <c>true</c> if the <see cref="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.Result"/> should contain sc_lang parameter; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.ReturnUrlParameter">
            <summary>
            Gets the value that determines the name of the query string parameter to get the return URL from the request.
            </summary>
            <value>
            The name of the query string parameter to get the return URL from the request.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>
            The result.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlPipeline">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetStartUrl.GetStartUrlPipeline.PipelineName">
            <summary>
            The pipeline name.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlPipeline.Run(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs,Sitecore.Abstractions.BaseLog)">
            <summary>
            Runs the specified core pipeline manager.
            </summary>
            <param name="corePipelineManager">The core pipeline manager.</param>
            <param name="args">The arguments.</param>
            <param name="log">The log.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetStartUrl.GetStartUrlProcessor.Process(Sitecore.Pipelines.GetStartUrl.GetStartUrlArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetSyndicationWarnings.IsReadOnly">
            <summary>
            Defines the is readonly class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSyndicationWarnings.IsReadOnly.Process(Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetSyndicationWarnings.IsLocked">
            <summary>
            Defines the is readonly class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSyndicationWarnings.IsLocked.Process(Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetSyndicationWarnings.CantWrite">
            <summary>
            Defines the cant write class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSyndicationWarnings.CantWrite.Process(Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs">
            <summary>
            Defines the get syndication warnings args class.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs.item">
            <summary>
            The Sitecore item
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs.warnings">
            <summary>
            The warnings
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs"/> class.
            </summary>
            <param name="item">The Sitecore item</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The Sitecore item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.GetSyndicationWarnings.GetSyndicationWarningsArgs.Warnings">
            <summary>
            Gets the warnings.
            </summary>
            <value>The warnings.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetSyndicationWarnings.SyndicationWarning">
            <summary>
            Defines the syndication warning class.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.GetSyndicationWarnings.SyndicationWarning.title">
            <summary>
            Warning title
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetSyndicationWarnings.SyndicationWarning.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.GetSyndicationWarnings.SyndicationWarning"/> class.
            </summary>
            <param name="title">The title.</param>
        </member>
        <member name="P:Sitecore.Pipelines.GetSyndicationWarnings.SyndicationWarning.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="T:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields">
            <summary>
            Processor to extract specific fields from the <see cref="T:Sitecore.Workflows.WorkflowEvent"/>
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.Fields">
            <summary>
            Gets or sets the names of the fields to extract
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.FieldSeperator">
            <summary>
            Gets or sets the seperator to use between fields in the output
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.ValueSeperator">
            <summary>
            Gets or sets the seperator to use between the key and the value of the field
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.IncludeFieldName">
            <summary>
            Gets or sets whether to include the field name in the output or not
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.AllFields">
            <summary>
            Gets or sets whether all fields are output
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.#ctor">
            <summary>
            Create a new instance of the class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.Process(Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs)">
            <summary>
            Execute the processor
            </summary>
            <param name="args">The arguments for the pipeline</param>
        </member>
        <member name="M:Sitecore.Pipelines.GetWorkflowCommentsDisplay.ExtractFields.AddField(System.String)">
            <summary>
            Helper method for the Sitecore Factory to allow adding individual field names from configuration
            </summary>
            <param name="fieldName">The name of the field to add</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs">
            <summary>
            Pipeline arguments used in the <c>getWorkflowCommentsDisplay</c> pipeline
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs.WorkflowEvent">
            <summary>
            Gets the <see cref="T:Sitecore.Workflows.WorkflowEvent"/> to extract the comments for
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs.Item">
            <summary>
            Gets or sets the <see cref="T:Sitecore.Data.Items.Item"/> to extract the comments for
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs.Comment">
            <summary>
            Gets or sets the comment text to display
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayArgs.#ctor(Sitecore.Workflows.WorkflowEvent,Sitecore.Data.Items.Item)">
            <summary>
            Create a new instance of the class
            </summary>
            <param name="workflowEvent">The <see cref="T:Sitecore.Workflows.WorkflowEvent"/> to feed into the pipeline</param>
            <param name="item">The <see cref="T:Sitecore.Data.Items.Item"/> to feed into the pipeline</param>
        </member>
        <member name="T:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayPipeline">
            <summary>
            The 'getWorkflowCommentsDisplay' pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.GetWorkflowCommentsDisplay.GetWorkflowCommentsDisplayPipeline.Run(Sitecore.Workflows.WorkflowEvent,Sitecore.Data.Items.Item)">
            <summary>
            Run the 'getWorkflowCommentsDisplay' pipeline
            </summary>
            <param name="workflowEvent">The <see cref="T:Sitecore.Workflows.WorkflowEvent"/> to get the display comments for</param>
            <param name="item">The <see cref="T:Sitecore.Data.Items.Item"/> to get the display comments for</param>
            <returns>The comment</returns>
        </member>
        <member name="T:Sitecore.Pipelines.HandlePageError.HandlePageErrorArgs">
            <summary>
            Arguments for the handlePageError pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HandlePageError.HandlePageErrorArgs.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HandlePageError.HandlePageErrorArgs"/> class.
            </summary>
            <param name="requestedUrl">The requested url that resulted in the error.</param>
            <param name="errorMessage">A message associated with the error.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HandlePageError.HandlePageErrorArgs.RequestedUrl">
            <summary>
            Gets the requested url that resulted in the error.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HandlePageError.HandlePageErrorArgs.ErrorMessage">
            <summary>
            Gets a message associated to the error.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.HandlePageError.HandlePageErrorPipeline">
            <summary>
            Provides a way to indicate that a page error associated to an url has occurred.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HandlePageError.HandlePageErrorPipeline.Run(Sitecore.Pipelines.HandlePageError.HandlePageErrorArgs)">
            <summary>
            Runs the handlePageError pipeline.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundArgs">
            <summary>
            Arguments for the handlePageNotFound pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundArgs"/> class.
            </summary>
            <param name="requestedUrl">The requested url that was not found.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundArgs.RequestedUrl">
            <summary>
            Gets the requested url that was not found.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundPipeline">
            <summary>
            Provides a way to indicate that a page associated to a specific url was not found.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundPipeline.Run(Sitecore.Pipelines.HandlePageNotFound.HandlePageNotFoundArgs)">
            <summary>
            Runs the handlePageNotFound pipeline.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HasPresentation.CheckLayout">
            <summary>
            Checks layout.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HasPresentation.CheckLayout.Process(Sitecore.Pipelines.HasPresentation.HasPresentationArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.HasPresentation.HasPresentationArgs">
            <summary>
            Has presentation args.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HasPresentation.HasPresentationArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HasPresentation.HasPresentationArgs"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="P:Sitecore.Pipelines.HasPresentation.HasPresentationArgs.Item">
            <summary>
            Gets or sets the item.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HasPresentation.HasPresentationArgs.Result">
            <summary>
            Gets or sets a value indicating whether result.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.HasPresentation.HasPresentationPipeline">
            <summary>
            Check item has presentation pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HasPresentation.HasPresentationPipeline.Run(Sitecore.Data.Items.Item)">
            <summary>
            The run.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The System.Boolean.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.HasPresentation.HasPresentationProcessor">
            <summary>
            Has presentation processor
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HasPresentation.HasPresentationProcessor.Process(Sitecore.Pipelines.HasPresentation.HasPresentationArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.HealthMonitor.HealthMonitor">
            <summary>
              Main processor container for the HealthMonitor pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HealthMonitor.HealthMonitor.DumpFile">
            <summary>
              Gets or sets the dump file path.
            </summary>
            <value>
              The dump file path.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.AddCounter(System.Xml.XmlNode)">
            <summary>
              Adds the counter.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.DumpAllCacheStatus(Sitecore.Pipelines.PipelineArgs)">
            <summary>
              Dumps all cache status.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.DumpRenderingsStatistics(Sitecore.Pipelines.PipelineArgs)">
            <summary>
              Dumps renderings statistics.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.LogCacheStatus(Sitecore.Pipelines.PipelineArgs)">
            <summary>
              Logs the cache status.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.LogCounterStatus(Sitecore.Pipelines.PipelineArgs)">
            <summary>
              Logs the counter status.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.LogMemoryStatus(Sitecore.Pipelines.PipelineArgs)">
            <summary>
              Logs the memory status.
            </summary>
            <param name="args">The pipeline args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HealthMonitor.HealthMonitor.DumpInFile(System.String)">
            <summary>
              Dumps data in file.
            </summary>
            <param name="text">The text to dump.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.EnsureServerUrl">
            <summary>
            Ensures the server url to global settings.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.EnsureServerUrl.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.StartMeasurements">
            <summary>
              Processor used for initiating timing of HTTP requests.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.StartMeasurements.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Process method that starts the timer.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.SaveFormAction">
            <summary>
            Saves the form action.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SaveFormAction.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.IgnoreList">
            <summary>
            Determines if the requested URL should be ignored by Sitecore.
            <para>Pipeline will be aborted in case <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Url"/> file path starts with any of the <see cref="P:Sitecore.Configuration.Settings.IgnoreUrlPrefixes"/>.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.IgnoreList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.IgnoreList"/> class.
            <para>Specifies <see cref="P:Sitecore.Configuration.Settings.IgnoreUrlPrefixes"/> as ignore list.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.IgnoreList.#ctor(System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.IgnoreList"/> class.
            </summary>
            <param name="prefixesToIgnore">The prefixes that URL should start with to be ignored by platform.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.IgnoreList.Prefixes">
            <summary>
            Gets the prefixes to be ignored.
            </summary>
            <value>The prefixes.</value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.IgnoreList.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Aborts pipeline in case requested url starts with one of the <see cref="!:IgnoreUrlPrefixes"/>.
            </summary>
            <param name="args">The arguments with request data.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.SiteResolver">
            <summary>
            Updates the paths in the <see cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs"/> and <see cref="P:Sitecore.Context.Site"/>.
            Note: this processor does not resolve a site anymore. <see cref="T:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver"/> resolves a site.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.SiteResolver"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.#ctor(Sitecore.Abstractions.BaseSiteContextFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.SiteResolver" /> class.
            </summary>
            <param name="siteContextFactory">The site context factory.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.#ctor(Sitecore.Abstractions.BaseSiteContextFactory,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.SiteResolver"/> class.
            </summary>
            <param name="siteContextFactory">The site context factory.</param>
            <param name="enableSiteConfigFiles">Should 'site.config' be taken into account during site resolution.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.SiteResolver.SiteContextFactory">
            <summary>
            Gets the site context factory.
            </summary>
            <value>
            The site context factory.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.SiteResolver.EnableSiteConfigFiles">
            <summary>
            Gets a value indicating whether take 'site.config' configuration file into account.
            </summary>
            <value>
            <c>true</c> if enable site configuration file; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.SiteResolver.SiteQueryStringKey">
            <summary>
            Gets the site query string key.
            </summary>
            <value>
            The site query string key.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.GetFilePath(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,Sitecore.Sites.SiteContext)">
            <summary>
            Gets the file path.
            </summary>
            <param name="args">The args.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.GetItemPath(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,Sitecore.Sites.SiteContext)">
            <summary>
            Gets the item path.
            </summary>
            <param name="args">The args.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.GetPath(System.String,System.String,Sitecore.Sites.SiteContext)">
            <summary>
            Gets the path.
            </summary>
            <param name="basePath">The base path.</param>
            <param name="path">The path.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.ExtractSiteConfigPathForRequestedDirectory(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Extracts the site configuration file path for requested directory.
            <para>Uses file path to <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Url"/> to get directory that should contain 'site.config' file.</para>
            </summary>
            <param name="args">The arguments.</param>
            <returns>File path to the requested directory site configuration;<c>null</c> in case file does not exist.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.ResolveSiteContext(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Resolves the site context.
            </summary>
            <param name="args">The args.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.SetSiteToRequestContext(Sitecore.Sites.SiteContext)">
            <summary>
            Sets the resolved site to request context.
            </summary>
            <param name="site">The site to be used in current request.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.SiteResolver.UpdatePaths(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,Sitecore.Sites.SiteContext)">
            <summary>
            Updates the paths.
            </summary>
            <param name="args">The args.</param>
            <param name="site">The site.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.DatabaseResolver">
            <summary>
            Resolves database using <see cref="F:Sitecore.Pipelines.HttpRequest.DatabaseResolver.DatabaseQueryStringKey"/> value in request query string for users with sufficient access.
            <para>User must be in <see cref="F:Sitecore.Constants.SitecoreClientUsersRole"/> role, or be an admin to be eligible to change database by query string value.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.DatabaseResolver.DatabaseQueryStringKey">
            <summary>
            The database query string key.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DatabaseResolver.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.DatabaseResolver"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DatabaseResolver.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.DatabaseResolver"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.DatabaseResolver.Factory">
            <summary>
            The factory to get database by name.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DatabaseResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Resolves the database from provided query string in case user is an admin, or a member of <see cref="F:Sitecore.Constants.SitecoreClientUsersRole"/>.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DatabaseResolver.CanSetDatabaseByQueryString(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,System.String)">
            <summary>
            Checks if <see cref="P:Sitecore.Context.User"/> is eligible to have database set from query string.
            </summary>
            <param name="args">The arguments.</param>
            <param name="databaseName">Name of the database.</param>
            <returns><c>true</c> if user is an admin, or a member of <see cref="F:Sitecore.Constants.SitecoreClientUsersRole"/>;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.UserResolver">
            <summary>
            Resolves current user with respect to <see cref="P:Sitecore.Sites.SiteContext.DisplayMode"/>, and Sitecore shell security (<see cref="T:Sitecore.Abstractions.BaseTicketManager"/>).
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.UserResolver"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.#ctor(Sitecore.Abstractions.BasePreviewManager,Sitecore.Abstractions.BaseAuthenticationManager,Sitecore.Abstractions.BaseTicketManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.UserResolver"/> class.
            </summary>
            <param name="previewManager">The preview manager.</param>
            <param name="authenticationManager">The authentication manager.</param>
            <param name="ticketManager">The ticket manager.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.UserResolver.AuthenticationManager">
            <summary>
            Gets the authentication manager that provides current user.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.UserResolver.TicketManager">
            <summary>
            Gets ticket manager that restores remembered user.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.UserResolver.PreviewManager">
            <summary>
            Gets the preview manager.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Resolves user with respect to page preview mode, and Sitecore shell ticket-based security (<see cref="T:Sitecore.Abstractions.BaseTicketManager"/>).
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.CurrentSiteIsShell(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Determines whether current site is <see cref="F:Sitecore.Constants.ShellSiteName"/>.
            </summary>
            <param name="args">The arguments.</param>
            <returns>
              <c>true</c> if shell is set as context site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.IsSiteEditingInExperienceEditor(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Determines whether site editing in experience editor takes place now.
            <para>Ensures context site is set, and its display mode is set to editing.</para>
            </summary>
            <param name="args">The arguments.</param>
            <returns>
              <c>true</c> if site editing in experience editor happens; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.UserIsAuthenticated(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Checks if context user is authenticated (has logged in).
            </summary>
            <param name="args">The arguments.</param>
            <returns><c>true</c> if context user is authenticated;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.UserResolver.ReloginUserWithValidTicket(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Re-logins user in <see cref="P:Sitecore.Pipelines.HttpRequest.UserResolver.TicketManager"/> in case valid ticket is owned.
            </summary>
            <param name="args"> The arguments carrying request information.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.BeginDiagnostics">
            <summary>
            Starts the diagnostics tools.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The <c>args</c>.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.GetDebugAllowed(Sitecore.Sites.SiteContext)">
            <summary>
            Determines if debug is allowed.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.GetSwitch(System.String,System.Boolean,Sitecore.Sites.SiteContext)">
            <summary>
            Gets the switch value.
            </summary>
            <param name="name">The name.</param>
            <param name="debugAllowed">if set to <c>true</c> [debug allowed].</param>
            <param name="site">The site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.GetSwitch(System.String,System.Boolean,System.Boolean,Sitecore.Sites.SiteContext)">
            <summary>
            Gets the switch value.
            </summary>
            <param name="name">The name.</param>
            <param name="setCookie">if set to <c>true</c> this value is written to a cookie.</param>
            <param name="debugAllowed">if set to <c>true</c> [debug allowed].</param>
            <param name="site">The site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.SetDisplayMode(System.Boolean,Sitecore.Sites.SiteContext)">
            <summary>
            Sets the display mode.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.SetSwitches(System.Boolean,Sitecore.Sites.SiteContext,Sitecore.Diagnostics.DiagnosticContext)">
            <summary>
            Sets the switches.
            </summary>
            <param name="debugAllowed">if set to <c>true</c> [debug allowed].</param>
            <param name="site">The site.</param>
            <param name="diagnostics">The diagnostics.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.BeginDiagnostics.TraceSettings(Sitecore.Sites.SiteContext,Sitecore.Diagnostics.DiagnosticContext)">
            <summary>
            Traces the settings.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.DeviceResolver">
            <summary>
            Resolves the device.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DeviceResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.CustomHandlers">
            <summary>
            Rewrites request to be processed by <see cref="T:System.Web.IHttpHandler"/> if <see cref="P:Sitecore.Web.CustomHandler.Trigger"/> was found in incoming url.
            <para>The 'customHandlers' configuration binds trigger (part or url) to <see cref="T:System.Web.IHttpHandler"/> web.config.</para>
            <example>If url local path contains media <see cref="P:Sitecore.Web.CustomHandler.Trigger"/> ('-/media/') it will be processed by <see cref="P:Sitecore.Web.CustomHandler.Handler"/> that is defined in ASP.NET handlers node.</example>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.CustomHandlers" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.#ctor(Sitecore.Pipelines.HttpRequest.HandlerMapping.HandlerMapper)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.CustomHandlers"/> class.
            </summary>
            <param name="handlerMapper">The handler mapper.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Web.CustomHandler},System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.CustomHandlers" /> class.
            </summary>
            <param name="handlers">The handlers.</param>
            <param name="encodeNameReplacements">The encode name replacements.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.CustomHandlers.HandlerMapper">
            <summary>
            Gets the handler mapper that will try to map url local path to <see cref="T:Sitecore.Web.CustomHandler"/>.
            </summary>
            <value>
            The handler mapper.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.CustomHandlers.EncodeNameReplacements">
            <summary>
            Gets the encode name replacements.
            </summary>
            <value>
            The encode name replacements.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.CustomHandlers.Handlers">
            <summary>
            Gets the handlers.
            </summary>
            <value>
            The handlers.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Rewrites the url to matching handler if any.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.RewritePath(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,System.String)">
            <summary>
                Rewrites the path.
            </summary>
            <param name="args">The arguments.</param>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.StopDiagnostics">
            <summary>
                Stops the diagnostics.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.IsHandlerResolved(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Determines whether handler is already resolved for current request.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
              <c>true</c> if handler is already resolved for current request; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.CustomHandlers.ExtractLocalPath(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
                Extracts the local path.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.LanguageResolver">
            <summary>
            Resolves the language.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.LanguageResolver.LanguageQueryStringKey">
            <summary>
            The key for language name in query string.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.LanguageResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.LanguageResolver.GetLanguageFromRequest(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Extracts the language from the query string.
            </summary>
            <param name="args">The arguments.</param>
            <returns>Language that is parsed from <see cref="F:Sitecore.Pipelines.HttpRequest.LanguageResolver.LanguageQueryStringKey"/> value specified in request.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.LanguageResolver.TryParse(System.String,Sitecore.Globalization.Language@)">
            <summary>
            Tries to parse the language.
            </summary>
            <param name="languageName">Name of the language.</param>
            <param name="language">The language.</param>
            <returns><c>true</c> if <paramref name="language"/> is parsed by name;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.LanguageResolver.TraceLanguageSet(Sitecore.Globalization.Language,Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Traces the specified language.
            </summary>
            <param name="language">The language.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.QueryStringResolver">
            <summary>
            Resolves the query string.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.QueryStringResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.DynamicLinkResolver">
            <summary>
            DynamicLinkResolver class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DynamicLinkResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.AliasResolver">
            <summary>
            Resolves aliases.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.AliasResolver"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.AliasResolver.MediaManager">
            <summary>
            Gets the media manager.
            </summary>
            <value>
            The media manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.AliasResolver.AliasesActive">
            <summary>
            Gets a value indicating whether [aliases active].
            </summary>
            <value>
              <c>true</c> if [aliases active]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.ProcessExternalUrl(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Processes the external URL.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.ProcessExternalUrl(System.String)">
            <summary>
            Processes the external URL.
            </summary>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.ProcessItem(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Processes the item.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.ProcessItem(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,Sitecore.Data.Items.Item)">
            <summary>
            Processes the item.
            </summary>
            <param name="args">The arguments.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.AliasResolver.RedirectToExternalLink(System.String)">
            <summary>
            Redirect to external link, using virtual to make it more easy for unit-test usage
            </summary>
            <param name="path">the URL of link</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.DefaultResolver">
            <summary>
            Resolves the default item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DefaultResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.FileResolver">
            <summary>
            Resolves files
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.FileResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.ItemResolver">
            <summary>
            Resolves the current item from the query string path.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.ItemResolver.UseSiteStartPathQueryStringKey">
            <summary>
            The 'use site start path' query string key.
            <para>Request should have this key specified to have a fallback to site root path.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.ItemResolver.pathResolver">
            <summary>
            Item path resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.ItemResolver"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Data.ItemResolvers.ItemPathResolver)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.ItemResolver" /> class.
            </summary>
            <param name="itemManager">The item manager.</param>
            <param name="pathResolver">The path resolver.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Data.ItemResolvers.ItemPathResolver,Sitecore.Data.ItemResolvers.MixedItemNameResolvingMode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.ItemResolver" /> class.
            </summary>
            <param name="itemManager">The item manager.</param>
            <param name="pathResolver">The path resolver.</param>
            <param name="itemNameResolvingMode">The item name resolving mode.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.ItemResolver.ItemManager">
            <summary>
            Gets the item manager.
            </summary>
            <value>
            The item manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.ItemResolver.ItemNameResolvingMode">
            <summary>
            Gets the item name resolving mode.
            </summary>
            <value>
            The item name resolving mode.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver">
            <summary>
            Gets or sets item path resolver.
            </summary>
            <value>Item path resolver.</value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Resolves context item from provided <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Url"/>, <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.LocalPath"/>, and context site information (if site resolved).
            <para>Will try to resolve different combinations of aforementioned parameters according to resolve order from <see cref="M:Sitecore.Pipelines.HttpRequest.ItemResolver.GetCandidatePaths(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)"/>.</para>
            <para>If item still not resolved, will use <see cref="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver"/> logic.</para>
            <para>Last resort is to use site start path if request contains <see cref="F:Sitecore.Pipelines.HttpRequest.ItemResolver.UseSiteStartPathQueryStringKey"/>.</para>
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.UseSiteStartPath(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Checks if site start path should be used as last resort.
            </summary>
            <param name="args">The arguments.</param>
            <returns><c>true</c> if site start path should be used to resolve context item.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.GetCandidatePaths(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Gets item candidate paths that will be tested to be resolved to context item.
            <para>Uses <see cref="P:Sitecore.Web.RequestUrl.ItemPath"/> as a first priority.</para>
            <para>Uses <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.LocalPath"/> as a second priority.</para>
            <para>Will try a combination of <see cref="P:Sitecore.Sites.SiteContext.RootPath"/>, and <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.LocalPath"/> next.</para>
            <para>Will use <see cref="T:Sitecore.Sites.SiteContext"/> rootPath/startItem/localPath next.</para>
            </summary>
            <param name="args">The arguments.</param>
            <returns>Item path candidates that are fetched from arguments.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.TryResolveItem(System.String,Sitecore.Pipelines.HttpRequest.HttpRequestArgs,Sitecore.Data.Items.Item@,System.Boolean@)">
            <summary>
            Tries to resolve item by provided path. Reports if item read permission was denied.
            <para>Returns <c>true</c> if item was found by <paramref name="itemPath"/>, and user has access to it.</para>
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="args">The arguments.</param>
            <param name="item">Will be resolved from provided parameters.</param>
            <param name="permissionDenied">If set to <c>true</c> read permission was denied for an item.</param>
            <returns><c>true</c> if item was resolved by path; <c>false</c> when item does not exist, or user does not have read access to it.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.DecodeName(System.String)">
            <summary>
            Decodes the path to ensure all URL characters are escaped with respect to 'EncodeNameReplacements'.
            <para>Refer to <see cref="M:Sitecore.MainUtil.DecodeName(System.String)"/> for more details.</para>
            </summary>
            <param name="itemPath">The item path.</param>
            <returns>An escaped path with all the characters from 'EncodeNameReplacements' replaced.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.SkipItemResolving(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Checks if item resolving should be skipped:
            <para>If context item is already set - do not want to override it.</para>
            <para>If no context database is set - do not know where to fetch item from.</para>
            <para>If no item path is provided.</para>
            </summary>
            <param name="args">The arguments.</param>
            <returns><c>true</c> if item resolution should be skipped;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.ResolveEncodedMixedPath(System.String,Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Resolves the item based on the provided path by <see cref="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver"/>.
            <para>Treats first part of the path as root path, and remaining - as item path.</para>
            </summary>
            <param name="path">The path to participate in resolution.</param>
            <param name="args">Request arguments.</param>
            <returns>An item resolved by inner <see cref="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver"/>;<c>null</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.ResolveEncodedMixedPath(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,System.String,System.String)">
            <summary>
            Resolves the <paramref name="pathToResolveUnderRoot"/> by <see cref="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver"/>.
            <para>Needs to have <paramref name="rootItemPath"/> resolved first.</para>
            </summary>
            <param name="args">Request arguments.</param>
            <param name="rootItemPath">The root item path.</param>
            <param name="pathToResolveUnderRoot">The path.</param>
            <returns>An item resolved by <see cref="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver"/> from provided arguments;<c>null</c> if could not resolve anything.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ItemResolver.ResolveByMixedDisplayName(Sitecore.Pipelines.HttpRequest.HttpRequestArgs,System.Boolean@)">
            <summary>
            <para>Assume the path can contain mix of </para>
            Resolves the target item by inner <see cref="P:Sitecore.Pipelines.HttpRequest.ItemResolver.PathResolver"/> based on <see cref="P:Sitecore.Sites.SiteContext.RootPath"/> as first option.
             <para>Falls back to <see cref="P:Sitecore.Web.RequestUrl.ItemPath"/>.</para>
             <para>Uses <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.LocalPath"/> as last attempt.</para>
            </summary>
            <param name="args">Request arguments.</param>
            <param name="accessDenied">if set to <c>true</c> [access denied].</param>
            <returns>Item resolved by provided data;<c>null</c> if nothing was resolved.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver">
            <summary>
            The device simulator resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver.ExecuteSimulatedPreview(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Executes the simulated preview.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver.ExecuteSimulationRequest(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Executes simulation request.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver.IsAsyncRequest(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Determines whether request is asynchronous
            </summary>
            <param name="args">The arguments.</param>
            <returns>
                <c>true</c> if request is asynchronous; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.DeviceSimulatorResolver.TryResolveDefaultSimulator">
            <summary>
            Checks the default simulator.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.LayoutResolver">
            <summary>
            Resolves the layout corresponding to the Url.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.LayoutResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.LayoutResolver.GetQueryStringLayout">
            <summary>
            Gets the layout.
            </summary>
            <returns>The layout.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.ExecuteRequest">
            <summary>
            Executes the request.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.ExecuteRequest._siteManager">
            <summary>
            The site manager.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.ExecuteRequest._itemManager">
            <summary>
            The item manager.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.ExecuteRequest"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.#ctor(Sitecore.Abstractions.BaseSiteManager,Sitecore.Abstractions.BaseItemManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.ExecuteRequest"/> class.
            </summary>
            <param name="siteManager">The site manager.</param>
            <param name="itemManager">The item manager.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.ExecuteRequest.ItemManager">
            <summary>
            Gets the item manager. Used to provide layout item.
            </summary>
            <value>
            The item manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.ExecuteRequest.SiteManager">
            <summary>
            Gets the site manager to check <see cref="M:Sitecore.Abstractions.BaseSiteManager.CanEnter(System.String,Sitecore.Security.Accounts.Account)"/> site access.
            </summary>
            <value>
            The site manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.ExecuteRequest.ContextUser">
            <summary>
            Gets the context user.
            </summary>
            <value>
            The context user.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.RedirectToLoginPage(System.String)">
            <summary>
            Redirects to login page.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.RedirectOnItemNotFound(System.String)">
            <summary>
            Preforms redirect on 'item not found' condition.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.RedirectOnNoAccess(System.String)">
            <summary>
            Redirects on 'no access' condition.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.RedirectOnSiteAccessDenied(System.String)">
            <summary>
            Redirects the on 'site access denied' condition.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.RedirectOnLayoutNotFound(System.String)">
            <summary>
            Redirects on 'layout not found' condition.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.PerformRedirect(System.String)">
            <summary>
            Redirects request to the specified URL.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.GetNoAccessUrl(System.Boolean@)">
            <summary>
            Gets the no access URL.
            </summary>
            <returns>The no access URL.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.HandleItemNotFound(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Handles the item not found.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.HandleLayoutNotFound(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Handles the layout not found.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ExecuteRequest.HandleSiteAccessDenied(Sitecore.Sites.SiteContext,Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Handles 'site access denied'.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.EndDiagnostics">
            <summary>
            Ends the diagnostics tools.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.EndDiagnostics.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.ResizePicture">
            <summary>
            Resizes the image.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.ResizePicture.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.StopMeasurements">
            <summary>
              Processor used for stopping and evaluating timing of HTTP requests.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.StopMeasurements.ItemThreshold">
            <summary>
            Gets or sets the 'no. of items' threshold.
            </summary>
            <value>The 'no. of items' threshold.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.StopMeasurements.MemoryThreshold">
            <summary>
            Gets or sets the 'memory used' threshold.
            </summary>
            <value>The 'memory used' threshold.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.StopMeasurements.TimingThreshold">
            <summary>
            Gets or sets the timing threshold.
            </summary>
            <value>The timing threshold.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.StopMeasurements.ShowThresholdWarnings">
            <summary>
            Gets or sets a value indicating whether [show threshold warnings].
            </summary>
            <value>
                <c>true</c> if [show threshold warnings]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.StopMeasurements.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Process method that starts the timer.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.StopMeasurements.CheckItems">
            <summary>
            Checks the timing.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.StopMeasurements.CheckMemory">
            <summary>
            Checks the memory.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.StopMeasurements.CheckTiming">
            <summary>
            Checks the timing.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.StopMeasurements.LogMessage(System.String,System.Object[])">
            <summary>
            Logs the message.
            </summary>
            <param name="format">The format.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper">
            <summary>
            Checks if <see cref="P:Sitecore.Web.CustomHandler.Trigger"/> is a part of the provided path.
            </summary>
            <seealso cref="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.HandlerMapper" />
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper.allHandlers">
            <summary>
            Gets all custom handlers.
            </summary>
            <value>
            All custom handlers.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper.#ctor(System.Collections.Generic.IReadOnlyList{Sitecore.Web.CustomHandler})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper"/> class.
            </summary>
            <param name="allCustomHandlers">All custom handlers.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper.KnownHandlers">
            <summary>
            Gets the known custom handlers that participate in handler mapping process.
            </summary>
            <value>
            The known custom handlers.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper.TryFindMatchingHandler(System.String,Sitecore.Web.CustomHandler@)">
            <summary>
            Tries to find matching handler for <paramref name="localPath" />.
            </summary>
            <param name="localPath">The local path that should contain <see cref="P:Sitecore.Web.CustomHandler.Trigger" />.</param>
            <param name="matchingHandler">The matched handler for path.</param>
            <returns>
              <c>true</c> if matching handler was found;<c>false</c> otherwise.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator">
            <summary>
            Tries to map decoded path to handlers that are affected by decoding triggers.
            <para>Example: <see cref="T:Sitecore.Web.CustomHandler"/> trigger might contain character to encode (f.e. underscore: '~/custom_handler/').</para>
            Local path might contain encoded version of the trigger (f.e. replaced with dash: '~/custom-handler/').
            <para>In this case local path should be decoded and compared with decoded trigger.</para>
            </summary>
            <seealso cref="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.DirectHandlerMapper" />
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator.textReplacementPairs">
            <summary>
            Gets the encode name replacer.
            </summary>
            <value>
            The encode name replacer.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator.#ctor(Sitecore.Pipelines.HttpRequest.HandlerMapping.HandlerMapper,System.Collections.Generic.IReadOnlyCollection{Sitecore.Common.NameEncoding.TextReplacementPair})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator" /> class.
            </summary>
            <param name="handlerMapper">The handler mapper.</param>
            <param name="textReplacementPairs">The encode name replacer.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator.TryFindMatchingHandler(System.String,Sitecore.Web.CustomHandler@)">
            <summary>
            Tries to find the handler that matches <paramref name="localPath"/>.
            </summary>
            <param name="localPath">The local path.</param>
            <param name="matched">The matched handler.</param>
            <returns><c>true</c> if handler was matched; <c>false</c> otherwise.</returns>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HandlerMapping.EncodeAwareHandlerMapperDecorator.KnownHandlers">
            <summary>
            Gets the known custom handlers that participate in handler mapping process.
            </summary>
            <value>
            The known custom handlers.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HandlerMapping.HandlerMapper">
            <summary>
            Maps provided path on <see cref="T:Sitecore.Web.CustomHandler"/>.
            <para>Example: local path containing '-/media/' could be mapped on 'media.ashx' handler.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerMapping.HandlerMapper.TryFindMatchingHandler(System.String,Sitecore.Web.CustomHandler@)">
            <summary>
            Tries to find matching handler for <paramref name="localPath"/>.
            </summary>
            <param name="localPath">The local path that should contain <see cref="P:Sitecore.Web.CustomHandler.Trigger"/>.</param>
            <param name="matchingHandler">The matched handler for path.</param>
            <returns><c>true</c> if matching handler was found;<c>false</c> otherwise.</returns>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HandlerMapping.HandlerMapper.KnownHandlers">
            <summary>
            Gets the known custom handlers that participate in handler mapping process.
            </summary>
            <value>
            The known custom handlers.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HandlerUtil">
            <summary>
            Utility class for handlers
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerUtil.GetHandler(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Gets the matching handler for request url carried in <paramref name="args"/>. Handlers are fetched from <see cref="T:Sitecore.Configuration.Factory"/>.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The handler.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerUtil.GetHandler(System.String)">
            <summary>
            Gets the matching handler for <paramref name="path"/>. Handlers are fetched from <see cref="T:Sitecore.Configuration.Factory"/>.
            </summary>
            <param name="path">The requested path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerUtil.FindMatchingHandler(System.String,System.Collections.Generic.IEnumerable{Sitecore.Web.CustomHandler})">
            <summary>
            Returns first handler that matches specified path using <see cref="P:Sitecore.MainUtil.EncodeNameReplacements"/>.
            </summary>
            <param name="path">The path</param>
            <param name="handlers">List of available custom handlers</param>
            <returns>First matching handler or null if no handler found</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HandlerUtil.FindMatchingHandler(System.String,System.Collections.Generic.IEnumerable{Sitecore.Web.CustomHandler},System.String[])">
            <summary>
            Returns first handler that matches specified path.
            </summary>
            <param name="localPath">The local path of the URL (without hostname).</param>
            <param name="handlers">List of available custom handlers</param>
            <param name="encodeNameReplacements">The encode name replacements.</param>
            <returns>
            First matching handler or null if no handler found
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HttpRequestType">
            <summary>
            Defines the phase of the Http request.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HttpRequestType.Begin">
            <summary>Begin.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HttpRequestType.End">
            <summary>End.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HttpRequestType.PostRequestHandlerExecuted">
            <summary>Fired after request handler has executed, but before the request end.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HttpRequestType.AuthenticateRequest">
            <summary>The authenticate request event</summary>
        </member>
        <member name="F:Sitecore.Pipelines.HttpRequest.HttpRequestType.PostAuthenticateRequest">
            <summary>The post authenticate request event</summary>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs">
            <summary>
            Argument class for HttpRequest pipeline.
            <para>Carries <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.HttpContext"/>, and Sitecore-specific request information.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.#ctor(System.Web.HttpContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.#ctor(System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.#ctor(System.Web.HttpContext,Sitecore.Pipelines.HttpRequest.HttpRequestType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
            <param name="requestType">Type of the request.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.#ctor(System.Web.HttpContextBase,Sitecore.Pipelines.HttpRequest.HttpRequestType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
            <param name="requestType">Type of the request.</param>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Context">
            <summary>
            Gets the context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.HttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <value>
            The HTTP context.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.LocalPath">
            <summary>
            Gets the local path.
            </summary>
            <value>The local path.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.PermissionDenied">
            <summary>
            Gets or sets a value indicating whether requested item was found, but permission to access it was denied.
            <para>Example: item is not allowed to be read by anonymous users. Item is resolved from Url, but item cannot be accessed by anonymous user.</para>
            </summary>
            <value><c>true</c> if access permission to matching item is denied; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.RequestType">
            <summary>
            Is this a BeginRequest event? If not, it
            is an EndRequest event.
            </summary>
            <value>The type of the request.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.RequestUrl">
            <summary>
            Gets the requested URL from inner <see cref="!:HttpRequest.Url"/> represented by carried <see cref="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Context"/>.
            </summary>
            <value>
            The request URL.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.StartPath">
            <summary>
            Gets or sets the start path.
            </summary>
            <value>The start path.</value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Url">
            <summary>
            Gets or sets the request URL.
            </summary>
            <value>
            The URL.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.UseSiteStartPath">
            <summary>
            Gets a value indicating whether the ItemResolver should use the site start path if no item where resolved.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Pipelines.HttpRequest.ItemResolver"/> should use the site start path if no item where resolved; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.ApplySecurity(Sitecore.Data.Items.Item)">
            <summary>
            Applies the security.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.GetItem(Sitecore.Data.ID)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.GetItem(Sitecore.Data.ID,Sitecore.Data.Version)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="version">The version of the item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.GetHttpRequestType(System.Web.RequestNotification,System.Boolean)">
            <summary>
            Gets the type of the HTTP request.
            </summary>
            <param name="requestNotification">The request notification.</param>
            <param name="isPostNotification">if set to <c>true</c>, then the notification is post.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.Initialize">
            <summary>
            Initialize.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.HttpRequest.HttpRequestProcessor">
            <summary>
            HttpRequestProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestProcessor.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestProcessor.GetQueryString(System.String,Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Gets a safe query string value from the <paramref name="args"/> request.
            </summary>
            <param name="key">The query string key.</param>
            <param name="args">The request context arguments.</param>
            <returns>Query string value matching given key;<see cref="F:System.String.Empty"/> when value with given key does not exist.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestProcessor.TraceInfo(System.String)">
            <summary>
            Traces the information.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestProcessor.StartProfilingOperation(System.String,Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Starts the profiling operation.
            </summary>
            <param name="operation">The operation.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.HttpRequest.HttpRequestProcessor.EndProfilingOperation(System.String,Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Ends the profiling operation.
            </summary>
            <param name="status">The status.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeEvent">
            <summary>
             Initialize Events processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeEvent.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeItemManager">
            <summary>
            Initialize ItemManager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeItemManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeHistoryManager">
            <summary>
            Initialize HistoryManager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeHistoryManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeLanguageManager">
            <summary>
             Initialize LanguageManager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeLanguageManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializePublishManager">
            <summary>
            Initialize PublishManager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializePublishManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeSerializationManager">
            <summary>
            Initialize Serialization manager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeSerializationManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeNotificationManager">
            <summary>
            Initialize NotificationManager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeNotificationManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeEventManager">
            <summary>
            Initialize EventManager processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeEventManager.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InitializeManagers.InitializeScriptFactory">
            <summary>
            Initialize Script Factory processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InitializeManagers.InitializeScriptFactory.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Processsor entry point method.
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs">
            <summary>Argument class for IRenderLayoutProcessor implementations.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.testingRenderinUniqueIds">
            <summary>
            unique ids of renderings for which mv tests have been executed.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs"/> class. Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderLayout.RenderLayoutArgs"/> class.</summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.ContextItem">
            <summary>
            Gets or sets the context item.
            </summary>
            <value>The context item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.EvaluateConditions">
            <summary>
            Gets or sets a value indicating whether [evaluate conditions].
            </summary>
            <value><c>true</c> if [evaluate conditions]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.HasRenderings">
            <summary>
            Gets or sets a value indicating whether [add renderings].
            </summary>
            <value><c>true</c> if [add renderings]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.IsDesigning">
            <summary>
            Gets or sets a value indicating whether this instance is designing.
            </summary>
            <value>
            <c>true</c> if this instance is designing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.Renderings">
            <summary>
            Gets the renderings.
            </summary>
            <value>The renderings.</value>
        </member>
        <member name="P:Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs.TestingRenderingUniqueIds">
            <summary>
            Gets the unique ids of renderings for which mv tests have been executed.
            </summary>
            <value>The testing rendering unique ids.</value>
        </member>
        <member name="T:Sitecore.Pipelines.InsertRenderings.InsertRenderingsProcessor">
            <summary>Defines the insert renderings processor class.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.InsertRenderingsProcessor.Process(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs)">
            <summary>Processes the specified args.</summary>
            <param name="args">The argumentss.</param>
        </member>
        <member name="T:Sitecore.Pipelines.InsertRenderings.Processors.GetItem">
            <summary>Defines the get item class.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.GetItem.Process(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs)">
            <summary>Processes the specified args.</summary>
            <param name="args">The argumentss.</param>
        </member>
        <member name="T:Sitecore.Pipelines.InsertRenderings.Processors.AddPageDesignerRenderings">
            <summary>Defines the get item class.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.AddPageDesignerRenderings.Process(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs)">
            <summary>Processes the specified args.</summary>
            <param name="args">The argumentss.</param>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.AddPageDesignerRenderings.GetRenderings(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs)">
            <summary>
            Gets the renderings.
            </summary>
            <param name="args">The args.</param>
            <returns>Returns the renderings.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.InsertRenderings.Processors.AddRenderings">
            <summary>Defines the get item class.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.AddRenderings.Process(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs)">
            <summary>Processes the specified args.</summary>
            <param name="args">The argumentss.</param>
        </member>
        <member name="T:Sitecore.Pipelines.InsertRenderings.Processors.EvaluateConditions">
            <summary>Defines the get item class.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.EvaluateConditions.Process(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs)">
            <summary>Processes the specified args.</summary>
            <param name="args">The argumentss.</param>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.EvaluateConditions.Evaluate(Sitecore.Pipelines.InsertRenderings.InsertRenderingsArgs,Sitecore.Data.Items.Item)">
            <summary>Evaluates the specified args.</summary>
            <param name="args">The args.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.EvaluateConditions.GetConditionItems(Sitecore.Data.Database,System.String)">
            <summary>Gets the condition items.</summary>
            <param name="database">The database.</param>
            <param name="conditions">The conditions.</param>
            <returns>The condition items.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.InsertRenderings.Processors.EvaluateConditions.GetGlobalRules(Sitecore.Data.Items.Item)">
            <summary>Gets the global rule set.</summary>
            <param name="item">The source item.</param>
            <returns>The global rule set.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs">
            <summary>
            Argument class for the <code>addFromTemplate</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="newId">The new id.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs.ItemName">
            <summary>
            Gets the name of the item.
            </summary>
            <value>
            The name of the item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs.TemplateId">
            <summary>
            Gets the template id.
            </summary>
            <value>
            The template id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs.Destination">
            <summary>
            Gets the destination.
            </summary>
            <value>
            The destination.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs.NewId">
            <summary>
            Gets the new id.
            </summary>
            <value>
            The new id.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateProcessor">
            <summary>
            Processor for <code>addFromTemplate</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateProcessor.Process(Sitecore.Pipelines.ItemProvider.AddFromTemplate.AddFromTemplateArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionArgs">
            <summary>
            Argument class for the <code>addVersion</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check state.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionArgs.SecurityCheck">
            <summary>
            Gets the security check state.
            </summary>
            <value>
            The security check state.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionProcessor">
            <summary>
            Processor for <code>addVersion</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionProcessor.Process(Sitecore.Pipelines.ItemProvider.AddVersion.AddVersionArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsArgs">
            <summary>
            Argument class for the <code>blobStreamExists</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.Guid,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsArgs.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>
            The BLOB id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsProcessor">
            <summary>
            Processor for <code>blobStreamExists</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsProcessor.Process(Sitecore.Pipelines.ItemProvider.BlobStreamExists.BlobStreamExistsArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CopyItem.EnsureAllowedToCopy">
            <summary>
            Ensures user has enough access rights to perform copy operation.
            <para>Can read item to copy, and can create items under destination.</para>
            </summary>
            <seealso cref="T:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.EnsureAllowedToCopy.Process(Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs)">
            <summary>
            Ensures user can write to destination, and can read source item.
            </summary>
            <param name="args">The arguments carry an item to copy (source), and destination.</param>
            <exception cref="T:Sitecore.Exceptions.AccessDeniedException">User does not have access to create items in destination.</exception>
            <exception cref="T:System.ArgumentNullException">Provided arguments are empty.</exception>
            <exception cref="T:Sitecore.Exceptions.RequiredObjectIsNullException">Either source, or target are not set.</exception>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CopyItem.PerformCopy">
            <summary>
            Copies given item using target item <see cref="T:Sitecore.Data.Engines.DataEngine"/>.
            </summary>
            <seealso cref="T:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.PerformCopy.Process(Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The arguments carry an item to copy (source), and destination.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.PerformCopy.TriggerCopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs)">
            <summary>
            Triggers the <see cref="T:Sitecore.Data.Engines.DataEngine"/> copy logic for non-virtual items.
            </summary>
            <param name="sourceItem">The source item to be copied.</param>
            <param name="destinationItem">The destination to place item to.</param>
            <param name="args">The arguments.</param>
            <returns>A copied item.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.PerformCopy.ExtractDataEngine(Sitecore.Data.Items.Item)">
            <summary>
            Extracts the data engine from given destination.
            </summary>
            <param name="destination">The real destination database.</param>
            <returns>Inner data engine that does items manipulations.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics">
            <summary>
            Updates creation information for all item versions, and its descendants.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.#ctor(Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics"/> class.
            </summary>
            <param name="log">The log to output diagnostic messages.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.TimeNowInIsoFormat">
            <summary>
            Gets the current time in ISO format - the format statistic-related fields store data.
            <seealso cref="P:Sitecore.DateUtil.IsoNow"/>.
            </summary>
            <value>
            The current time in ISO format.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.ContextUserName">
            <summary>
            Gets the context user name.
            </summary>
            <value>
            The context user name.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.Log">
            <summary>
            Gets the log to output diagnostic messages.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.Process(Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs)">
            <summary>
            Recursively updates <see cref="F:Sitecore.FieldIDs.Created"/>, and <see cref="F:Sitecore.FieldIDs.CreatedBy"/> fields for copied item, and its descendants.
            </summary>
            <param name="args">The arguments that carry copied item, as well as copy operation metadata.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.UpdateChildrenCreationInfo(Sitecore.Data.Items.Item)">
            <summary>
            Updates the children creation info.
            </summary>
            <param name="item">The copied.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.UpdateItemCreationInfo(Sitecore.Data.Items.Item)">
            <summary>
            Updates creation information for all the item versions in all languages.
            </summary>
            <param name="item">The item to have created date updated.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.UpdateStatistics.UpdateVersionCreationInfo(Sitecore.Data.Items.Item)">
            <summary>
            Updates the creation information for the specific item version- date, and by whom an item version was created.
            </summary>
            <param name="itemVersion">The item version.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CopyItem.ApplySecurity">
            <summary>
            Ensures user has permissions to read copied item.
            </summary>
            <seealso cref="T:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.ApplySecurity.Process(Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs)">
            <summary>
            Ensures user has permissions to read copied item.
            <para>Will un-set result in case user does not have needed permissions.</para>
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs">
            <summary>
            Argument class for the <code>copyItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="source">The item to copy.</param>
            <param name="destination">The destination.</param>
            <param name="deep">If set to <c>true</c>, child items will be copied recursively.</param>
            <param name="copyName">Name of the copied item.</param>
            <param name="copyId">Id of the copied item.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs.Source">
            <summary>
            Gets item to copy.
            </summary>
            <value>
            The item to copy.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs.Destination">
            <summary>
            Gets the destination.
            </summary>
            <value>
            The destination.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs.Deep">
            <summary>
            Gets a value indicating whether child items will be copied recursively.
            </summary>
            <value>
              <c>true</c> if child items will be copied recursively; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs.CopyName">
            <summary>
            Gets the name of the copied item.
            </summary>
            <value>
            The name of the copied item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs.CopyId">
            <summary>
            Gets the Id of the copied item.
            </summary>
            <value>
            The Id of the copied item.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor">
            <summary>
            Processor for <code>copyItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemProcessor.Process(Sitecore.Pipelines.ItemProvider.CopyItem.CopyItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs">
            <summary>
            Argument class for the <code>createItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs.ItemName">
            <summary>
            Gets the name of the item.
            </summary>
            <value>
            The name of the item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs.Destination">
            <summary>
            Gets the destination.
            </summary>
            <value>
            The destination.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs.TemplateId">
            <summary>
            Gets the template ID.
            </summary>
            <value>
            The template ID.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs.NewId">
            <summary>
            Gets the item ID.
            </summary>
            <value>
            The item ID.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemProcessor">
            <summary>
            Processor for <code>createItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemProcessor.Process(Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs">
            <summary>
            Argument class for the <code>createItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.ID,System.DateTime,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemName">Name of the item.</param>
            <param name="destination">The destination.</param>
            <param name="templateId">The template ID.</param>
            <param name="newId">The item id.</param>
            <param name="created">The created datetime</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.ItemName">
            <summary>
            Gets the name of the item.
            </summary>
            <value>
            The name of the item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.Destination">
            <summary>
            Gets the destination.
            </summary>
            <value>
            The destination.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.TemplateId">
            <summary>
            Gets the template ID.
            </summary>
            <value>
            The template ID.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.NewId">
            <summary>
            Gets the item ID.
            </summary>
            <value>
            The item ID.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.Created">
            <summary>
            Gets the item Created DateTime.
            </summary>
            <value>
            The item Created DateTime.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.CreateItem.CreateItemWithDateTimeArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemArgs">
            <summary>
            Argument class for the <code>deleteItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item to delete.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemArgs.Item">
            <summary>
            Gets the item to delete.
            </summary>
            <value>
            The item to delete.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemProcessor">
            <summary>
            Processor for <code>deleteItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemProcessor.Process(Sitecore.Pipelines.ItemProvider.DeleteItem.DeleteItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamArgs">
            <summary>
            Argument class for the <code>getBlobStream</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.Guid,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamArgs.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>
            The BLOB id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamProcessor">
            <summary>
            Processor for <code>getBlobStream</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamProcessor.Process(Sitecore.Pipelines.ItemProvider.GetBlobStream.GetBlobStreamArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs">
            <summary>
            Argument class for the <code>getChildren</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck,Sitecore.Collections.ChildListOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The parent item.</param>
            <param name="securityCheck">The security check.</param>
            <param name="options">The options for getting children.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs.Item">
            <summary>
            Gets the parent item.
            </summary>
            <value>
            The parent item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs.Options">
            <summary>
            Gets the options for getting children.
            </summary>
            <value>
            The options for getting children.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenProcessor">
            <summary>
            Processor for <code>getChildren</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenProcessor.Process(Sitecore.Pipelines.ItemProvider.GetChildren.GetChildrenArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesArgs">
            <summary>
            Argument class for the <code>getContentLanguages</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesProcessor">
            <summary>
            Processor for <code>getContentLanguages</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesProcessor.Process(Sitecore.Pipelines.ItemProvider.GetContentLanguages.GetContentLanguagesArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetItem.GetLanguageFallbackItem">
            <summary>
            If requested item does not have any version, this processor allows to retrieve the item that has at least one version in the fallback language
            <remarks><see cref="P:Sitecore.Data.Items.Item.Language"/> contains requested language, <see cref="P:Sitecore.Data.Items.Item.OriginalLanguage"/> contains the fallback language</remarks>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.GetLanguageFallbackItem.Process(Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.GetLanguageFallbackItem.IsItemFallbackEnabled(Sitecore.Data.Items.Item)">
            <summary>
            Checks if item fallback is enabled for a given item.
            </summary>
            <param name="item">the item</param>
            <returns>true if item fallback is enabled.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetItem.EnforceVersionPresence">
            <summary>
            If requested item does not have any version, null will be returned
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.EnforceVersionPresence.Process(Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.EnforceVersionPresence.IsEnforceVersionPresenceEnabled">
            <summary>
            Returns whether 'enforce version presence' feature is enabled for the context.
            </summary>
            <returns>true if enabled.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.EnforceVersionPresence.IsItemEnforceVersionPresenceEnabled(Sitecore.Data.Items.Item)">
            <summary>
             Returns whether 'enforce version presence' feature is enabled for the given item.
            </summary>
            <param name="item">The item.</param>
            <returns>true if enabled.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.EnforceVersionPresence.GetItem(Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs)">
            <summary>
            Returns item from GetItemArgs
            </summary>
            <param name="args">The args.</param>
            <returns>The item.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs">
            <summary>
            Argument class for the <code>getItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check state.</param>
            <param name="allowLanguageFallback">if set to <c>true</c> allow language fallback.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemPath">The item path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check state.</param>
            <param name="allowLanguageFallback">if set to <c>true</c> allow language fallback.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>
            The item id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.ItemPath">
            <summary>
            Gets the item path.
            </summary>
            <value>
            The item path.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.Language">
            <summary>
            Gets the language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.Version">
            <summary>
            Gets the version.
            </summary>
            <value>
            The version.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.SecurityCheck">
            <summary>
            Gets the security check state.
            </summary>
            <value>
            The security check state.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs.AllowLanguageFallback">
            <summary>
            Gets a value indicating whether allow language fallback.
            </summary>
            <value>
            <c>true</c> if allow language fallback; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetItem.GetItemProcessor">
            <summary>
            Processor for <code>getItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetItem.GetItemProcessor.Process(Sitecore.Pipelines.ItemProvider.GetItem.GetItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetParent.GetParentArgs">
            <summary>
            Argument class for the <code>getParent</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetParent.GetParentArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetParent.GetParentArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetParent.GetParentArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetParent.GetParentArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetParent.GetParentProcessor">
            <summary>
            Processor for <code>getParent</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetParent.GetParentProcessor.Process(Sitecore.Pipelines.ItemProvider.GetParent.GetParentArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs">
            <summary>
            Argument class for the <code>getRootItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="language">The language to return.</param>
            <param name="version">The version to return.</param>
            <param name="database">The database.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs.Language">
            <summary>
            Gets the language to return.
            </summary>
            <value>
            The language to return.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs.Version">
            <summary>
            Gets the version to return.
            </summary>
            <value>
            The version to return.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemProcessor">
            <summary>
            Processor for <code>getRootItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemProcessor.Process(Sitecore.Pipelines.ItemProvider.GetRootItem.GetRootItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetVersions.GetLanguageFallbackItemVersions">
            <summary>
            If requested item does not have any version, this processor allows to retrieve the item that has at least one version in the fallback language
            <remarks><see cref="P:Sitecore.Data.Items.Item.Language"/> contains requested language, <see cref="P:Sitecore.Data.Items.Item.OriginalLanguage"/> contains the fallback language</remarks>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetVersions.GetLanguageFallbackItemVersions.Process(Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs">
            <summary>
            Argument class for the <code>getVersions</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs.Language">
            <summary>
            Gets the language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsProcessor">
            <summary>
            Processor for <code>getVersions</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsProcessor.Process(Sitecore.Pipelines.ItemProvider.GetVersions.GetVersionsArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenArgs">
            <summary>
            Argument class for the <code>hasChildren</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenProcessor">
            <summary>
            Processor for <code>hasChildren</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenProcessor.Process(Sitecore.Pipelines.ItemProvider.HasChildren.HasChildrenArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs">
            <summary>
            Argument class for the <code>moveItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item to move.</param>
            <param name="destination">The destination. This will become the new parent of <c>item</c>.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs.Item">
            <summary>
            Gets the item to move.
            </summary>
            <value>
            The item to move.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs.Destination">
            <summary>
            Gets the destination.
            </summary>
            <value>
            The destination.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemProcessor">
            <summary>
            Processor for <code>moveItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemProcessor.Process(Sitecore.Pipelines.ItemProvider.MoveItem.MoveItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamArgs">
            <summary>
            Argument class for the <code>removeBlobStream</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.Guid,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="blobId">The id of BLOB to remove.</param>
            <param name="database">The database which the BLOB stream has to be removed from.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamArgs.BlobId">
            <summary>
            Gets the id of BLOB to remove.
            </summary>
            <value>
            The id of BLOB to remove.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamArgs.Database">
            <summary>
            Gets the database which the BLOB stream has to be removed from.
            </summary>
            <value>
            The database which the BLOB stream has to be removed from.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamProcessor">
            <summary>
            Processor for <code>removeBlobStream</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamProcessor.Process(Sitecore.Pipelines.ItemProvider.RemoveBlobStream.RemoveBlobStreamArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs">
            <summary>
            Argument class for the <code>removeData</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemId">The item id.</param>
            <param name="language">The language of the data to remove. Specify <see cref="P:Sitecore.Globalization.Language.Invariant"/> to remove data in all languages.</param>
            <param name="removeSharedData">If set to <c>true</c> shared data is removed.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>
            The item id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs.Language">
            <summary>
            Gets the language of the data to remove.
            </summary>
            <value>
            The language of the data to remove.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs.RemoveSharedData">
            <summary>
            Gets a value indicating whether shared data is removed.
            </summary>
            <value>
              <c>true</c> if shared data is removed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataProcessor">
            <summary>
            Processor for <code>removeData</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataProcessor.Process(Sitecore.Pipelines.ItemProvider.RemoveData.RemoveDataArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs">
            <summary>
            Argument class for the <code>removeVersions</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.Globalization.Language,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs.Language">
            <summary>
            Gets the language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsProcessor">
            <summary>
            Processor for <code>removeVersions</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsProcessor.Process(Sitecore.Pipelines.ItemProvider.RemoveVersions.RemoveVersionsArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionArgs">
            <summary>
            Argument class for the <code>removeVersion</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item,Sitecore.SecurityModel.SecurityCheck)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item representing the version to remove.</param>
            <param name="securityCheck">The security check.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionArgs.Item">
            <summary>
            Gets the item representing the version to remove.
            </summary>
            <value>
            The item representing the version to remove.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionArgs.SecurityCheck">
            <summary>
            Gets the security check.
            </summary>
            <value>
            The security check.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionProcessor">
            <summary>
            Processor for <code>removeVersion</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionProcessor.Process(Sitecore.Pipelines.ItemProvider.RemoveVersion.RemoveVersionArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathArgs">
            <summary>
            Argument class for the <code>resolvePath</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.String,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathArgs.ItemPath">
            <summary>
            Gets the item path.
            </summary>
            <value>
            The item path.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathProcessor">
            <summary>
            Processor for <code>resolvePath</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathProcessor.Process(Sitecore.Pipelines.ItemProvider.ResolvePath.ResolvePathArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.SkipIfNoModifications">
            <summary>
              Abort pipeline in case either no modifications are detected, or item is temporary.
              <para>In both cases no data pending to be saved.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.SkipIfNoModifications.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
              Skip pipeline execution if no data pending for saving.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications">
            <summary>
              Ensures that a newly set <see cref="F:Sitecore.FieldIDs.SourceItem" /> field value will not cause a recursive chain for clones,
              thereby will not provoke <see cref="T:System.StackOverflowException" />.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications.CloneSourceUriProvider">
            <summary>
              Provider responsible for the candidate item source field value validation.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications.ItemCloningDisabled">
            <summary>
              Shows if item cloning functionality is disabled.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications.Log">
            <summary>
              The logger to output messages.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications.#ctor(Sitecore.Data.Clones.ItemSourceUriProviders.ISourceUriProvider,Sitecore.Abstractions.BaseLog)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications" /> class.
            </summary>
            <param name="cloneSourceUriProvider">The clone source URI provider for validating candidate value.</param>
            <param name="log">The log to output messages.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
            Ensures that a newly set <see cref="F:Sitecore.FieldIDs.SourceItem" /> field value will not cause a recursive chain for clones.
            </summary>
            <param name="args">The arguments carry item to be saved data.</param>
            <exception cref="T:Sitecore.Exceptions.InvalidItemCloneSourceException">When harmful value detected.</exception>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.ValidateCloneSourceModifications.InvalidItemCloneSourceChangeDetected(Sitecore.Data.Items.ItemChanges,Sitecore.Data.Items.Item)">
            <summary>
            Inspects clone-related field changes in <paramref name="itemChanges"/> and validates the input value.
            </summary>
            <param name="itemChanges">The item changes to be inspected.</param>
            <param name="realItem">The real item to have clone source set.</param>
            <returns><c>true</c> if harmful modification detected; <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists">
            <summary>
            Creates the item version in case no item versions exist, but non-shared field changes are created.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists.ItemManager">
            <summary>
            The item manager responsible for adding item version.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists.#ctor(Sitecore.Abstractions.BaseItemManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists"/> class.
            </summary>
            <param name="itemManager">The item manager.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
            Creates an item version in case no other version exist, and non-shared field was modified.
            </summary>
            <param name="args">The arguments with realItem, and pipeline result.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists.IsPublishingOperation(Sitecore.Data.Items.Item)">
            <summary>
            Check whether EnsureVersionExist processor should be stoped.
            <para>Processor should be stoped in case of publishing.</para>
            </summary>
            <param name="realItem">The real item.</param>
            <returns><c>true</c> if publishing operation invoked;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.EnsureVersionExists.RequireVersionCreation(Sitecore.Data.Items.ItemChanges)">
            <summary>
            Checks if an item version creation is needed.
            <para>Version should be created in case non-shared field modified.</para>
            </summary>
            <param name="changes">The item changes.</param>
            <returns><c>true</c> if a new version for the item should be produced;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.TriggerDataEngine">
            <summary>
              <para>Updates item revision, and triggers <see cref="T:Sitecore.Data.Engines.DataEngine"/> item save execution.</para>
            <para><see cref="T:Sitecore.Data.Engines.DataEngine"/> raises item-related events, and updates data in data source.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.TriggerDataEngine.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
             Updates item revision, and triggers <see cref="T:Sitecore.Data.Engines.DataEngine"/> item save execution.
            </summary>
            <param name="args">The arguments with real item to be saved, and pipeline results.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.TriggerDataEngine.ExecuteSave(Sitecore.Data.Engines.DataEngine,Sitecore.Data.Items.Item)">
            <summary>
              Executes the save operation.
            </summary>
            <param name="dataEngine">The data engine.</param>
            <param name="realItem">The real item.</param>
            <returns><c>true</c> if dataEngine has saved the data; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.TriggerDataEngine.GetDataEngine(Sitecore.Data.Items.Item)">
            <summary>
              Gets the data engine from given <paramref name="realItem"/>.
            <para>Inspects item database engines.</para>
            </summary>
            <param name="realItem">The real item.</param>
            <returns>An instance of <see cref="T:Sitecore.Data.Engines.DataEngine"/>.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions">
            <summary>
              Updates revisions for other item language versions in case unversioned, or shared field was modified.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions.ItemManager">
            <summary>
              The item manager responsible for fetching language versions that should have their revisions modified.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions.LanguageManager">
            <summary>
              The language manager responsible for fetching all languages in system in case shared field was modified, and all versions should have new revisions.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions.#ctor(Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseLanguageManager)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions" /> class.
            </summary>
            <param name="itemManager">The item manager.</param>
            <param name="languageManager">The language manager.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
              Updates other item versions revisions in case unversioned, or shared field was modified.
            </summary>
            <param name="args">The arguments with realItem, and pipeline result.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.UpdateDependantRevisions.UpdateRevisions(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
              Updates the dependant revisions of an item after save.
            </summary>
            <param name="item">The item that was saved.</param>
            <param name="includeAllLanguages">If set to <c>true</c> includes all item language.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.ReloadItem">
            <summary>
            Reloads item data, and sets pipeline result.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.ReloadItem.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs">
            <summary>
            Argument class for the <code>saveItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs"/> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The item.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemProcessor">
            <summary>
            Processor for <code>saveItem</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemProcessor.Process(Sitecore.Pipelines.ItemProvider.SaveItem.SaveItemArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs">
            <summary>
            Argument class for the <code>setBlobStream</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs.#ctor(Sitecore.Data.Managers.ItemProviderBase,System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs" /> class.
            </summary>
            <param name="itemProvider">The item provider.</param>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs.Stream">
            <summary>
            Gets the stream.
            </summary>
            <value>
            The stream.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs.BlobId">
            <summary>
            Gets the BLOB id.
            </summary>
            <value>
            The BLOB id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamProcessor">
            <summary>
            Processor for <code>setBlobStream</code> pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamProcessor.Process(Sitecore.Pipelines.ItemProvider.SetBlobStream.SetBlobStreamArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.ShowVersion">
            <summary>
            Shows the version in the log file.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Loader.ShowVersion.AssembliesToOutputInfoAbout">
            <summary>
            The assemblies.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Loader.ShowVersion.CheckLogProcessInfoInterval">
            <summary>
            The interval to check the necessity of logging process information.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.#ctor(Sitecore.Abstractions.BaseLog,Sitecore.Abstractions.BaseDomainManager,Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion" /> class.
            </summary>
            <param name="log">The log.</param>
            <param name="domainManager">The factory.</param>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.#ctor(Sitecore.Abstractions.BaseLog,Sitecore.Abstractions.BaseDomainManager,Sitecore.Abstractions.BaseFactory,System.String,System.Boolean,System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion" /> class.
            </summary>
            <param name="log">The log to output information.</param>
            <param name="domainManager">The domain manager.</param>
            <param name="factory">The factory to construct well-known processors.</param>
            <param name="instanceName">Name of the current instance in scaled setup.</param>
            <param name="debugEnabled">If set to <c>true</c> ASP.NET debugging is enabled.</param>
            <param name="logProcessInfoInterval">The interval to check the necessity of logging process information.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.AlarmClock">
            <summary>
            Gets or sets the alarm clock to output information about process when a new file is created.
            </summary>
            <value>
            The alarm clock.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.ProcessInfoLastLogDate">
            <summary>
            Gets or sets the last log date - when an information about process was printed last.
            </summary>
            <value>
            The last log date.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.ShowDatabases">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion"/> shows the databases.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion"/> shows the databases; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.ShowDebugWarning">
            <summary>
            Gets or sets a value indicating whether debug warning is enabled.
            </summary>
            <value><c>true</c> if debug warning is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.ShowDomains">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion"/> shows the domains.
            </summary>
            <value>
             <c>true</c> if the <see cref="T:Sitecore.Pipelines.Loader.ShowVersion"/> shows the domains; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.ShowVersionForAllAssemblies">
            <summary>
            Gets or sets a value indicating whether version data should be shown for all assemblies from "bin" folder.
            </summary>
            <value>
             <c>true</c> if version data should be shown for all assemblies from "bin" folder; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.Log">
            <summary>
            Gets the log that shall be used to output system status messages.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.DomainManager">
            <summary>
            Gets the domain manager to output names of configured security domains.
            </summary>
            <value>
            The domain manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>
            The factory.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.DebugEnabled">
            <summary>
            Gets a value indicating whether [debug enabled].
            </summary>
            <value>
              <c>true</c> if [debug enabled]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.InstanceName">
            <summary>
            Gets the name of the instance.
            </summary>
            <value>
            The name of the instance.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.ShowVersion.RunningHttpApplicationType">
            <summary>
            Gets or sets the type of the currently running <see cref="T:System.Web.HttpApplication"/>.
            Type is assigned by <see cref="M:Sitecore.Pipelines.Loader.ShowVersion.Process(Sitecore.Pipelines.PipelineArgs)"/> method call.
            </summary>
            <value>
            The type of the running HTTP application.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.AddAssembly(System.String)">
            <summary>
            Adds the assembly.
            </summary>
            <param name="filename">
            The file name.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Prints the information regarding process state into log files.
            <para>Outputs assembly information, process id and other diagnostic info in a separate thread.</para>
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.CaptureRunningApplicationType(System.Web.HttpContextBase)">
            <summary>
            Captures the running application class into <see cref="P:Sitecore.Pipelines.Loader.ShowVersion.RunningHttpApplicationType"/>.
            </summary>
            <param name="httpContext">The HTTP context wrapper.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.PrintDataToLog(System.Object)">
            <summary>
            Prints the process information into <see cref="P:Sitecore.Pipelines.Loader.ShowVersion.Log"/>.
            <para>Outputs information about assembly versions, process id, and other info.</para>
            </summary>
            <param name="dummy">The dummy.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.LogHttpApplication(System.Text.StringBuilder)">
            <summary>
            Logs the information about HTTP application used in case not based on <see cref="T:Sitecore.Web.Application"/>.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.StartDumpProcessInfoTimer(System.TimeSpan)">
            <summary>
            Starts the timer that outputs process information to ensure that new logs contain all the details.
            </summary>
            <param name="interval">The interval.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShouldWriteInfoToNewLog(System.EventArgs,System.DateTime)">
            <summary>
            Checks if writing to a new log file should be performed.
            <para>New log file always created at midnight; return <c>true</c> if last logged was yesterday.</para>
            </summary>
            <param name="eventArgs">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <param name="now">The now time.</param>
            <returns><c>true</c> if a new log file was created since application start;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.AttemptToLogProcessInfo(System.Object,System.EventArgs)">
            <summary>
            Logs the process information in case it was not written to the log yet.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.QueueCallback(System.Threading.WaitCallback)">
            <summary>
            Queues the callback to be executed in background thread.
            </summary>
            <param name="callback">The callback.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.GetProcessorNodeByType(System.String,System.String)">
            <summary>
            Gets the processor configuration node by it's type.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="processorType">Type name of the processor.</param>
            <returns>
            Configuration node.
            </returns>
            <remarks>
            There should be a space between the processor type name and assembly name, i.e. "Sitecore.Processors.ProcessorName, Sitecore.Kernel".
            </remarks>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowActiveRoles(System.Text.StringBuilder)">
            <summary>
            Shows the active server roles.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowConfigurationEnvironment(System.Text.StringBuilder)">
            <summary>
            Shows the configuration environment.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowConfigurationLayers(System.Text.StringBuilder)">
            <summary>
            Shows the configuration layers.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowConfigurationRules(System.Text.StringBuilder)">
            <summary>
            Shows the configuration rules.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowDatabaseNames(System.Text.StringBuilder)">
            <summary>
            Shows the database names.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowPipelineMode(System.Text.StringBuilder)">
            <summary>
            Shows the pipeline mode.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowDebugEnabledMessage(System.Text.StringBuilder)">
            <summary>
            Writes a message to log if debug is enabled.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowDomainNames(System.Text.StringBuilder)">
            <summary>
            Shows the domain names.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowSearchProvider(System.Text.StringBuilder)">
            <summary>
            Shows the search provider.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowThresholds(System.Text.StringBuilder)">
            <summary>
            Shows the thresholds.
            </summary>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.ShowVersionData(System.String,System.Text.StringBuilder)">
            <summary>
            Shows the version data.
            </summary>
            <param name="filename">The file name.</param>
            <param name="messageBody">The message body.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.ShowVersion.IsDotNetAssembly(System.String)">
            <summary>
            Identify whether the assembly is .net assembly or not.
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns>
            <c>true</c> if .net assembly and <c>false</c> if not.
            </returns>
            The filename.
        </member>
        <member name="T:Sitecore.Pipelines.Loader.SetGlobals">
            <summary>
            Loads the global settings.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.SetGlobals.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.LoadHooks">
            <summary>
            Loads hooks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.LoadHooks.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.InitializeManagers">
            <summary>
            Processor used for initializing static managers processors.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Loader.InitializeManagers.PipelineName">
            <summary>
            The pipeline name
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.InitializeManagers.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Initializes static manager classes.
            </summary>
            <param name="args">The arguments.</param>
            <exception cref="T:Sitecore.Exceptions.ConfigurationException"></exception>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.InitializeScheduler">
            <summary>
            Initializes the scheduler.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.InitializeScheduler.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.InitializeHeartbeat">
            <summary>
            Initializes the heartbeat.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.InitializeHeartbeat.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.InitializeAgilityPack">
            <summary>
            Initializes the html agility pack, setting the default settings.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.InitializeAgilityPack.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.InitializeJSNLog">
            <summary>
            Initializes the JSNLog configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.InitializeJSNLog.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.EnsureAnonymousUsers">
            <summary>
            Ensures that each domain has anonymous user in it.
            <para>Creates anonymous user inside domain if did not exist.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Loader.EnsureAnonymousUsers.DomainManager">
            <summary>
            The domain manager to get domains from.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Loader.EnsureAnonymousUsers.Log">
            <summary>
            The log to output diagnostic messages.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.EnsureAnonymousUsers.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Loader.EnsureAnonymousUsers"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.EnsureAnonymousUsers.#ctor(Sitecore.Abstractions.BaseDomainManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Loader.EnsureAnonymousUsers"/> class.
            </summary>
            <param name="domainManager">The domain manager provides all security domains.</param>
            <param name="log">The log to output error messages.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.EnsureAnonymousUsers.WaitCompletion">
            <summary>
            Gets or sets a value indicating whether should wait async operation completion.
            <para></para>
            </summary>
            <value>
              <c>true</c> if wait completion; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.EnsureAnonymousUsers.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.DumpConfigurationFiles">
            <summary>
            Dumps configuration files
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.DumpConfigurationFiles.Zip">
            <summary>
            Gets or sets a value indicating whether dumped configuration files should be zipped.
            </summary>
            <value>
              <c>true</c> if dumped configuration files should be zipped; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Loader.DumpConfigurationFiles.DumpFolder">
            <summary>
            Gets or sets the dump folder.
            </summary>
            <value>
            The dump folder.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.DumpConfigurationFiles.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.DumpConfigurationFiles.CopyFilesRecursively(System.IO.DirectoryInfo,System.IO.DirectoryInfo)">
            <summary>
            Copies the files recursively.
            </summary>
            <param name="source">The source.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.DumpConfigurationFiles.CopyFile(System.String,System.String)">
            <summary>
            Copies the file.
            </summary>
            <param name="sourceFilePath">The source file path.</param>
            <param name="targetDirectoryPath">The target directory path.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.DumpConfigurationFiles.CopyDirectory(System.String,System.String)">
            <summary>
            Copies the file.
            </summary>
            <param name="sourceDirectoryPath">The source directory path.</param>
            <param name="targetDirectoryPath">The target directory path.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Loader.RegisterjQuery">
            <summary>
            Registers jQuery script definition.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.RegisterjQuery.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Loader.RegisterjQuery.GetHttpScheme">
            <summary>
            Get http scheme used in current request
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs">
            <summary>
            Argument class for the Load Html pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs"/> class.
            </summary>
            <param name="html">The HTML.</param>
            <param name="controlName">Name of the control.</param>
        </member>
        <member name="P:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.Body">
            <summary>
            Gets or sets the body.
            </summary>
            <value>The body.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.ControlName">
            <summary>
            Gets the name of the control.
            </summary>
            <value>The name of the control.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.Footer">
            <summary>
            Gets or sets the footer.
            </summary>
            <value>The footer.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.RawBody">
            <summary>
            Gets or sets the raw body.
            </summary>
            <value>The raw body.</value>
        </member>
        <member name="M:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoadHtml.LoadHtmlArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs">
            <summary>
            Argument class for Load Layout pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.LayoutType">
            <summary>
            Defines the layout type.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.LayoutType.Layout">
            <summary>Layout.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.LayoutType.Sublayout">
            <summary>Sublayout.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs"/> class.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs"/> class.
            </summary>
            <param name="filename">The filename.</param>
            <param name="controlName">Name of the control.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Create">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs"/> is create.
            </summary>
            <value><c>true</c> if create; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Body">
            <summary>
            Gets or sets the body.
            </summary>
            <value>The body.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.ControlName">
            <summary>
            Gets the name of the control.
            </summary>
            <value>The name of the control.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Filename">
            <summary>
            Gets the filename.
            </summary>
            <value>The filename.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Footer">
            <summary>
            Gets or sets the footer.
            </summary>
            <value>The footer.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.InlineControls">
            <summary>
            Gets a value indicating whether controls are generated as inline or in an iframe.
            </summary>
            <value><c>true</c> if inline; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.LastWriteTime">
            <summary>
            Gets or sets the last write time.
            </summary>
            <value>The last write time.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.FileTemplate">
            <summary>
            Gets or sets the file template.
            </summary>
            <remarks>This is only used if Create is true.</remarks>
            <value>The file template.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.RawBody">
            <summary>
            Gets or sets the raw body.
            </summary>
            <value>The raw body.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.LoadLayoutArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.LoadLayout.Load">
            <summary>
            Loads the layout from the file.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.Load.Process(Sitecore.Pipelines.LoadLayout.LoadLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.Load.CreateFile(Sitecore.Pipelines.LoadLayout.LoadLayoutArgs,System.String)">
            <summary>
            Creates the file.
            </summary>
            <param name="args">The args.</param>
            <param name="filename">The filename.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoadLayout.Parse">
            <summary>
            Parses the layout into Header, Body and Footer.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.Parse.Process(Sitecore.Pipelines.LoadLayout.LoadLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoadLayout.ConvertToDesignTime">
            <summary>
            Converts the Html to design time Html.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoadLayout.ConvertToDesignTime.Process(Sitecore.Pipelines.LoadLayout.LoadLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoggedIn.Ticket">
            <summary>
            Processor for storing a ticket.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.Ticket.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.Ticket"/> class. Obsolete.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.Ticket.#ctor(Sitecore.Abstractions.BaseTicketManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.Ticket"/> class.
            </summary>
            <param name="manager">TicketManager</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.Ticket.#ctor(Sitecore.Abstractions.BaseTicketManager,System.String,System.TimeSpan)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.Ticket"/> class.
            </summary>
            <param name="manager"></param>
            <param name="ticketCookieName"></param>
            <param name="clientPersistentLoginDuration"></param>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.Ticket.TicketManager">
            <summary>
            Returns the ticket manager. Used to create a ticket.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.Ticket.TicketCookieName">
            <summary>
            Returns default name of the ticket cookie.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.Ticket.ClientPersistentLoginDuration">
            <summary>
            Specifies the number of days before client "remember me" information expires.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.Ticket.Process(Sitecore.Pipelines.LoggedIn.LoggedInArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.Ticket.AppendTicketCookie(Sitecore.Pipelines.LoggedIn.LoggedInArgs,System.String,System.Web.HttpContextBase)">
            <summary>
            Appends the ticket cookie.
            </summary>
            <param name="args">The arguments.</param>
            <param name="ticketId">The ticket identifier.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoggedIn.CleanupUserProfile">
            <summary>
            Cleanup recent documents from user profile
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.CleanupUserProfile.Process(Sitecore.Pipelines.LoggedIn.LoggedInArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage">
            <summary>
              Sets the <see cref="P:Sitecore.Security.UserProfile.ClientLanguage" /> for shell site, and responsible for maintaining it over browser sessions in case <see cref="P:Sitecore.Pipelines.LoggedIn.LoggedInArgs.Persist"/>.
            <para>Enforces language into cookie.</para>
            </summary>
            <seealso cref="T:Sitecore.Pipelines.LoggedIn.LoggedInProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.#ctor(Sitecore.Abstractions.BaseAuthenticationManager,Sitecore.Abstractions.BaseLanguageManager,Sitecore.Abstractions.BaseSiteContextFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage" /> class.
            </summary>
            <param name="baseAuthenticationManager">The authentication manager to provide active user.</param>
            <param name="languageManager">The language manager to provide language by name.</param>
            <param name="baseSiteContextFactory">The factory to provide site details by name.</param>
            <param name="baseLog">Outputs messages to log file.</param>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.SetForNonPersistent">
            <summary>
              Gets or sets a value indicating whether language should be forced for non-persistent users (without 'Remember Me'
              selected).
            </summary>
            <value>
              <c>true</c> if language should be forced for non-persistent as well; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.Process(Sitecore.Pipelines.LoggedIn.LoggedInArgs)">
            <summary>
              Switches Shell language to <see cref="P:Sitecore.Security.UserProfile.ClientLanguage" />.
            </summary>
            <param name="args">The arguments with user log in details.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.UpdateUrlWithPrefferedLanguage(System.String,System.String)">
            <summary>
            Updates the rquest url with the sc_lang query string paramter.
            </summary>
            <param name="url">The requested URL.</param>
            <param name="defaultLanguageName">The default language.</param>
            <returns>The updated URL.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.GetLanguage(System.String)">
            <summary>
              Gets the language by name.
            </summary>
            <param name="name">The name of the language (Can be empty).</param>
            <returns><c>null</c> in case name is empty, or no language found by name; language instance otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.SetClientLanguage(Sitecore.Globalization.Language,System.Boolean)">
            <summary>
            Sets the client language for shell site as cookie that is either session one, or after <see cref="P:Sitecore.Configuration.Settings.Authentication.ClientPersistentLoginDuration"/> interval.
            <para>Either session, or persistent cookie is created depending on <paramref name="persistUserLanguage"/>.</para>
            </summary>
            <param name="clientLanguage">The client language to be enforced.</param>
            <param name="persistUserLanguage">If set to <c>true</c> persist user language over browser sessions.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.SetPreferedClientLanguage.SetClientLanguage(Sitecore.Globalization.Language,Sitecore.Sites.SiteContext,System.Nullable{System.DateTime})">
            <summary>
            Encapsulates logic regarding setting the client language.
            </summary>
            <param name="clientLanguage">The client language.</param>
            <param name="shellSite">The shell site.</param>
            <param name="expiryDate">The cookie expiry date.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoggedIn.LoggedInArgs">
            <summary>
            Argument class for ILoginProcessor implementations
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.LoggedInArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.LoggedInArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.LoggedInArgs.#ctor(System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.LoggedInArgs"/> class.
            </summary>
            <param name="context"></param>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.LoggedInArgs.Persist">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.LoggedIn.LoggedInArgs"/> is persist.
            </summary>
            <value><c>true</c> if persist; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.LoggedInArgs.Username">
            <summary>
            Gets or sets the username.
            </summary>
            <value>The username.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.LoggedInArgs.StartUrl">
            <summary>
            Gets or sets the start URL.
            </summary>
            <value>The start URL.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggedIn.LoggedInArgs.Context">
            <summary>
            Presents wrapper over the HttpContext.Current
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.LoggedInArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggedIn.LoggedInArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.LoggedInArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.LoggedIn.LoggedInProcessor">
            <summary>
            LoggedInProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggedIn.LoggedInProcessor.Process(Sitecore.Pipelines.LoggedIn.LoggedInArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoggingIn.ClearCache">
            <summary>
            Performs clear cache
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.ClearCache.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggingIn.ClearCache"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.ClearCache.#ctor(Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggingIn.ClearCache"/> class.
            </summary>
            <param name="cacheManager">The cache manager.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.ClearCache.Process(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.LoggingIn.CheckClientUser">
            <summary>
            Validates that the user has access to the start page.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckClientUser.Process(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckClientUser.UserExists(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Check whether user exists
            </summary>
            <param name="args"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.LoggingIn.CheckStartUrl">
            <summary>
            Retrieves the default start url set on the user.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.#ctor(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Abstractions.BaseSiteContextFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggingIn.CheckStartUrl" /> class.
            </summary>
            <param name="corePipelineManager">The core pipeline manager.</param>
            <param name="siteContextFactory">The site context factory.</param>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.CheckStartUrl.CorePipelineManager">
            <summary>
            Gets the core pipeline manager.
            </summary>
            <value>
            The core pipeline manager.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.CheckStartUrl.SiteContextFactory">
            <summary>
            Gets the site context factory.
            </summary>
            <value>
            The site context factory.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.CheckStartUrl.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.Process(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.½</param>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.ValidateStartUrl(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Determines whether [is valid start URL] [the specified user name].
            </summary>
            <param name="args">The arguments.</param>
            <returns>
              <c>true</c> if [is valid start URL] [the specified user name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.GetLocalPath(System.String,System.Uri)">
            <summary>
            Gets the local path.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.CheckOnExternalUrl(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Checks the on external URL.
            </summary>
            <param name="args">The arguments.</param>
            <exception cref="T:Sitecore.Exceptions.SecurityException">Only local URLs are allowed.</exception>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.ItemExist(Sitecore.Data.Database,System.String)">
            <summary>
            Checks, if the specified item exist in Core DB.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.CanAccessItem(Sitecore.Data.Database,Sitecore.Security.Accounts.User,System.String)">
            <summary>
            Checks, if the user has read access to the item path.
            </summary>
            <param name="database">The database.</param>
            <param name="user">The user.</param>
            <param name="itemPath">The item path.</param>
            <returns>
              <c>true</c> if the user can acces the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartUrl.GetAliasItem(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the alias item.
            </summary>
            <param name="database">The database.</param>
            <param name="localPath">The local path.</param>
            <returns>The alias item.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.LoggingIn.LoggingInArgs">
            <summary>
            Argument class for ILoginProcessor implementations
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.LoggingInArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggingIn.LoggingInArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.LoggingInArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.LoggingIn.LoggingInArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.LoggingInArgs.Password">
            <summary>
            Gets or sets the password.
            </summary>
            <value>The password.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.LoggingInArgs.Success">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.LoggingIn.LoggingInArgs"/> is success.
            </summary>
            <value><c>true</c> if success; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.LoggingInArgs.Username">
            <summary>
            Gets or sets the username.
            </summary>
            <value>The username.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.LoggingInArgs.User">
            <summary>
            Gets or sets the user.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.LoggingInArgs.StartUrl">
            <summary>
            Gets or sets the start URL.
            </summary>
            <value>The start URL.</value>
        </member>
        <member name="P:Sitecore.Pipelines.LoggingIn.LoggingInArgs.RequestUrl">
            <summary>
            Gets or sets the URL of the current request.
            </summary>
            <value>
            The URL of the current request.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.LoggingInArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.LoggingInArgs.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.LoggingIn.CheckStartPage">
            <summary>
            Validates that the user has access to the start page.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.LoggingIn.CheckStartPage.NoAccessTo">
            <summary>No Access enum.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.LoggingIn.CheckStartPage.NoAccessTo.Desktop">
            <summary>Desktop application
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.LoggingIn.CheckStartPage.NoAccessTo.ContentEditor">
            <summary>Content Editor application
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.LoggingIn.CheckStartPage.NoAccessTo.PageEditor">
            <summary>Page Editor application
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.LoggingIn.CheckStartPage.NoAccessTo.Empty">
            <summary>Empty value
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartPage.GetErrorMessage(Sitecore.Pipelines.LoggingIn.CheckStartPage.NoAccessTo)">
            <summary>
            Gets the error message.
            </summary>
            <param name="accessTo">The access to.</param>
            <returns></returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException"><c>InvalidEnumArgumentException</c>.</exception>
        </member>
        <member name="M:Sitecore.Pipelines.LoggingIn.CheckStartPage.Process(Sitecore.Pipelines.LoggingIn.LoggingInArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.LogoutArgs">
            <summary>
            Argument class for the Logout pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.LogoutArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Logout.LogoutArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.LogoutArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Logout.LogoutArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Logout.LogoutArgs.IsFullscreen">
            <summary>
            Gets a value indicating whether this session is fullscreen.
            </summary>
            <value>
                <c>true</c> if this session is fullscreen; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Logout.LogoutArgs.RedirectUrl">
            <summary>
            Gets or sets the redirect URL.
            </summary>
            <value>The redirect URL.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.LogoutArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.CheckModified">
            <summary>
            Check for modified flag in Sheer.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.CheckModified.Process(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
            Runs the processor.
            The process aborts the pipeline if there is no SheerResponse context.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.ClearSession">
            <summary>
            Clears the session.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.ClearSession.Process(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.RemoveTicket">
            <summary>
            Removes a login ticket.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.RemoveTicket.Process(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.ClearCache">
            <summary>
            Performs clear cache related to user
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.ClearCache.Process(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.GotoLogin">
            <summary>
            Redirects the browser to the login page.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.GotoLogin.Process(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Logout.ClearDisplayMode">
            <summary>
              Removes <see cref="T:Sitecore.Sites.DisplayMode"/> from current browser session for each site that can change display mode from <see cref="F:Sitecore.Sites.DisplayMode.Normal"/>.
              <para>
                User after log out must not have 'sc_mode' cookie. Otherwise a login screen would show up during an attempt to
                browse site.
              </para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Logout.ClearDisplayMode.siteContextFactory">
            <summary>
              The site context factory.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.ClearDisplayMode.#ctor(Sitecore.Abstractions.BaseSiteContextFactory)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Logout.ClearDisplayMode" /> class.
            </summary>
            <param name="siteContextFactory">The site context factory.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Logout.ClearDisplayMode.SiteContextFactory">
            <summary>
              Gets the site context factory.
            </summary>
            <value>
              The site context factory.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.ClearDisplayMode.Process(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
              Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.ClearDisplayMode.ResetDiplayMode(Sitecore.Web.SiteInfo)">
            <summary>
            Resets the display mode back to <see cref="F:Sitecore.Sites.DisplayMode.Normal"/> to avoid redirect to login screen.
            </summary>
            <param name="site">The site to have display mode reverted.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Logout.ClearDisplayMode.CanSetDisplayMode(Sitecore.Web.SiteInfo)">
            <summary>
            Checks if <paramref name="site"/> the can change <see cref="T:Sitecore.Sites.DisplayMode"/>.
            <para>Site should either have WebEdit, or Preview enabled.</para>
            </summary>
            <param name="site">The inspected site.</param>
            <returns><c>true</c> if site has either Preview, or WebEdit allowed;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs">
            <summary></summary>
            <seealso cref="T:Sitecore.Pipelines.PipelineArgs" />
        </member>
        <member name="M:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs" /> class.
            </summary>
            <param name="placeholderKey">The placeholder key.</param>
        </member>
        <member name="P:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs.PlaceholderKey">
            <summary>
            Gets the placeholder key.
            </summary>
            <value>
            The placeholder key.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs.Result">
            <summary>
            Gets or sets the normalized placeholder key.
            </summary>
            <value>
            The normalized placeholder key.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs.Handled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs"/> is handled.
            </summary>
            <value>
              <c>true</c> if handled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyProcessor">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyProcessor.Process(Sitecore.Pipelines.NormalizePlaceholderKey.NormalizePlaceholderKeyArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDataSource.GetDataSourceItemByIdOrPath">
            <summary>
            Gets Data Source item by ID/path.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDataSource.GetDataSourceItemByIdOrPath.Process(Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs)">
            <summary>
            Processor entry point.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs">
            <summary>
            Arguments for the ParseDataSource pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs.#ctor(System.String,Sitecore.Data.Database)">
            <summary>
            Constructor
            </summary>
            <param name="dataSource"></param>
            <param name="database"></param>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs.#ctor(System.String,Sitecore.Data.Database,Sitecore.Data.Items.Item)">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs.Database">
            <summary>
            Database name
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs.DataSource">
            <summary>
            Raw value of the Data Source field
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs.Items">
            <summary>
            Data Source items
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDataSource.ParseDataSourceArgs.RelativeRootItem">
            <summary>
            Root item for relative data source path
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDataSource.ParseDataSourcePipeline">
            <summary>
            Pipeline to parse Data Source string
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDataSource.ParseDataSourcePipeline.Run(Sitecore.Data.Database,System.String)">
            <summary>
            Parses Data Source string into collection of items.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDataSource.ParseDataSourcePipeline.Run(Sitecore.Data.Database,System.String,Sitecore.Data.Items.Item)">
            <summary>
            Parses Data Source string into collection of items.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDataSource.ParseDataSourcePipeline.Run(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Data.Database,System.String,Sitecore.Data.Items.Item)">
            <summary>
            Parses Data Source string into collection of items.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.ConvertToXHtml">
            <summary>
            Converts document to XHtml
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.ConvertToXHtml.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.ExtractEmbeddedImages">
            <summary>
            A step of 'word.parseDocx' pipeline. Extracts all the images from a docx file to media library
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.ExtractEmbeddedImages.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.ExtractEmbeddedImages.GetKey(System.Byte[])">
            <summary>
            Gets the key.
            </summary>
            <param name="crc">The CRC.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.FixImageLinks">
            <summary>
            A step of "word.parseDocx" pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.FixImageLinks.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.FixImageLinks.IsExternalReference(System.String)">
            <summary>
            Determines whether the specified URL is external reference.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if the specified URL is external reference; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.FixImageLinks.GetImageUrl(Sitecore.Pipelines.ParseDocx.ParseDocxArgs,System.String)">
            <summary>
            Gets the image URL.
            </summary>
            <param name="args">The arguments.</param>
            <param name="imageFileName">Name of the image file.</param>
            <returns>
            The image URL.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.FixStyles">
            <summary>
            A step of "word.parseDocx" pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.FixStyles.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.FixLinks">
            <summary>
            Fixes links in converted html
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.FixLinks.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.RemoveJavascript">
            <summary>
            Removes Javascript event handlers
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.RemoveJavascript.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.RemoveJavascript.RemoveAttributes(HtmlAgilityPack.HtmlNode,System.String)">
            <summary>
            Removes the attributes.
            </summary>
            <param name="document">The document.</param>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.SetFieldValue">
            <summary>
            Sets the field value
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.SetFieldValue.Process(Sitecore.Pipelines.ParseDocx.ParseDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ParseDocx.ParseDocxArgs">
            <summary>
            Arguments for "ParseDocx" pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.#ctor(System.Web.HttpFileCollection,Sitecore.Data.Database,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ParseDocx.ParseDocxArgs"/> class.
            </summary>
            <param name="files">The uploaded files.</param>
            <param name="database">The database.</param>
            <param name="blobId">The BLOB id.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.BlobId">
            <summary>
            Gets or sets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.PictureMapping">
            <summary>
            Contains mapping between internal docx part id (that contains an image) and ID of the related item in media library.
            </summary>
            <value>The picture mapping.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.HtmlDocument">
            <summary>
            Gets or sets the HTML document.
            </summary>
            <value>The HTML document.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ParseDocx.ParseDocxArgs.Files">
            <summary>
            Gets the files.
            </summary>
            <value>The files.</value>
        </member>
        <member name="T:Sitecore.Pipelines.PasswordRecovery.VerifyUsername">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.VerifyUsername.Process(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
             
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.VerifyUsername.GetEmailFromUsername(System.String)">
            <summary>
            Returns email address from username
            </summary>
            <param name="username"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.PasswordRecovery.GeneratePassword">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.GeneratePassword.Process(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
            Resets the user password
            </summary>
            <param name="args"></param>
        </member>
        <member name="T:Sitecore.Pipelines.PasswordRecovery.PopulateMail">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PopulateMail.Process(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
             
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PopulateMail.LoadEmailFields(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
             
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PopulateMail.IsExist(Sitecore.Data.Items.Item)">
            <summary>
            Checks if version of this item is stored in database
            </summary>
            <returns>Returns <c>true</c> if item version is stored in database, otherwise <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PopulateMail.GetEmailContent(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs,System.String)">
            <summary>
             
            </summary>
            <param name="args"></param>
            <param name="emailContentTemplate"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.PasswordRecovery.SendPasswordRecoveryMail">
            <summary>
            SendPasswordRecoveryMail
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.SendPasswordRecoveryMail.Process(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
             
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.SendPasswordRecoveryMail.GenerateMailMessage(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
            GenerateMailMessage
            </summary>
            <param name="args"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.SendPasswordRecoveryMail.SendMailMessageAsync(System.Net.Mail.MailMessage)">
            <summary>
            Sends Mail Message asynchronously.
            </summary>
            <param name="mailMessage">
            Message to send.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs">
            <summary>
            PasswordRecoveryArgs
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.Username">
            <summary>
            Username to recover password for
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.UserEmail">
            <summary>
            Email of user
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.SendFromEmail">
            <summary>
            Recovery mail send from address
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.SendFromDisplayName">
            <summary>
            Recovery mail send from display name
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.Subject">
            <summary>
            Recovery mail subject
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.EmailContent">
            <summary>
            Content of recovery email
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.HtmlEmailContent">
            <summary>
            Html Content of recovery email
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.Password">
            <summary>
            Generated password
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.#ctor(System.Web.HttpContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.Context">
            <summary>
            Gets the HTTP context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryProcessor">
            <summary>
            PasswordRecoveryProcessor
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryProcessor.Process(Sitecore.Pipelines.PasswordRecovery.PasswordRecoveryArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Pipeline">
            <summary>
            Represents a pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.Pipeline.PipelineType">
            <summary>
            Represents the type of a pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Pipeline.PipelineType.Unknown">
            <summary>Unknown.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.Pipeline.PipelineType.Predefined">
            <summary>Predefined.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.Pipeline.PipelineType.ItemBased">
            <summary>Item based.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.Pipeline.PipelineType.Dynamic">
            <summary>Dynamic.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.#ctor(System.String,System.Collections.ArrayList,Sitecore.Pipelines.Pipeline.PipelineType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Pipeline"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="processors">The processors.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Pipeline"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Pipelines.Pipeline.Args">
            <summary>
            Gets the arguments.
            </summary>
            <value>The arguments.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Pipeline.CurrentProcessor">
            <summary>
            Gets or sets the current processor.
            </summary>
            <value>The current processor.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Pipeline.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Pipeline.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Pipeline.NextProcessor">
            <summary>
            Gets or sets the next processor.
            </summary>
            <value>The next processor.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Pipeline.Processors">
            <summary>
            Gets the processors.
            </summary>
            <value>The processors.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Add(Sitecore.Pipelines.Processor)">
            <summary>
            Adds the specified processor.
            </summary>
            <param name="processor">The processor.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.AddAt(System.Int32,Sitecore.Pipelines.Processor)">
            <summary>
            Adds the specified processor at the index.
            </summary>
            <param name="index">The index.</param>
            <param name="processor">The processor.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Remove(Sitecore.Pipelines.Processor)">
            <summary>
            Removes the specified processor.
            </summary>
            <param name="processor">The processor.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Resume">
            <summary>
            Runs the processors of a specific type.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Start(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Starts the pipeline using the specified argumentss.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Start(Sitecore.Pipelines.PipelineArgs,System.Boolean)">
            <summary>
            Starts the pipeline using the specified argumentss.
            </summary>
            <param name="args">The arguments.</param>
            <param name="atomic">if set to <c>true</c> this instance is atomic.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Start(System.String,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Starts the pipeline with the specified name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.Pipeline"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Start(System.String,Sitecore.Pipelines.PipelineArgs,System.Boolean)">
            <summary>
            Starts the pipeline with the specified name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="atomic">if set to <c>true</c> this instance is atomic.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.Pipeline"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Start(Sitecore.Data.Items.Item,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Starts the pipeline with the specified owner item.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <param name="args">The arguments.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.Pipeline"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.Start(Sitecore.Data.Items.Item,Sitecore.Pipelines.PipelineArgs,System.Boolean)">
            <summary>
            Starts the pipeline with the specified owner item.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <param name="args">The arguments.</param>
            <param name="atomic">if set to <c>true</c> this instance is atomic.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.Pipeline"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.GetProcessorByName(System.String)">
            <summary>
            Gets the name of the processor by name.
            </summary>
            <param name="name">The name.</param>
            <returns>The <see cref="T:Sitecore.Pipelines.Processor"/>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.GetNextProcessor">
            <summary>
            Gets the next processor.
            </summary>
            <returns>The next processor.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Pipeline.DoStart(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Executes the start event.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineArgs">
            <summary>
            Base argument class for processor implementations
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PipelineArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PipelineArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineArgs.CustomData">
            <summary>
            Gets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.AbortPipeline">
            <summary>
            Aborts this pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.AddMessage(System.String)">
            <summary>
            Adds the message.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <exception cref="T:System.NotSupportedException"></exception>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.AddMessage(System.String,Sitecore.Pipelines.PipelineMessageType)">
            <summary>
            Adds the message.
            </summary>
            <param name="text">The text.</param>
            <param name="type">The type.</param>
            <returns>The message.</returns>
            <exception cref="T:System.NotSupportedException"></exception>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.GetMessages">
            <summary>
            Gets the messages.
            </summary>
            <returns>The messages.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.GetMessages(Sitecore.Pipelines.PipelineMessageFilter)">
            <summary>
            Gets the messages.
            </summary>
            <param name="filter">The filter.</param>
            <returns></returns>
            <exception cref="T:System.ArgumentNullException"></exception>
            <exception cref="T:System.InvalidCastException"></exception>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.Suspend">
            <summary>
            Suspends this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.Suspend(System.Boolean)">
            <summary>
            Suspends the specified resume last processor.
            </summary>
            <param name="resumeLastProcessor">if set to <c>true</c> this instance is resume last processor.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.Dispose">
            <summary>
            Disposes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.ProcessorDone">
            <summary>
            Called when the processor is done.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.Resume">
            <summary>
            Resumes a processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.SerializeCustomData(Sitecore.Collections.SafeDictionary{System.String,System.Object})">
            <summary>
            Serializes the custom data.
            </summary>
            <param name="customData">The data.</param>
            <returns>
            Serialized data.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.DeserializeCustomData(System.String)">
            <summary>
            Deserializes the custom data.
            </summary>
            <param name="customData">The custom data.</param>
            <returns>Deserialized data</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineArgs.TryGetCustomData(System.Runtime.Serialization.SerializationInfo)">
            <summary>
            Tries the get serialization custom data.
            </summary>
            <param name="info">The info.</param>
            <returns>Serialization Custom Data</returns>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineArgs.Aborted">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Pipelines.PipelineArgs"/> is aborted.
            </summary>
            <value><c>true</c> if aborted; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineArgs.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineArgs.ProcessorItem">
            <summary>
            Gets or sets the processor item.
            </summary>
            <value>The processor item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineArgs.Suspended">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Pipelines.PipelineArgs"/> is suspended.
            </summary>
            <value><c>true</c> if suspended; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineArgs.ResumeLastProcessor">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.PipelineArgs"/> resumes the last processor.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.PipelineArgs"/> resumes the last processor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineFactory">
            <summary>
            Factory for instantiating processors defined in the web.config.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineFactory.UseCaching">
            <summary>
            Get processors of a specific type
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.PipelineFactory"/> uses the caching; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.CreatePipeline(System.String)">
            <summary>
            Creates the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.GetPipeline(System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.GetPipeline(Sitecore.Data.Items.Item)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="ownerItem">The owner item.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.GetProcessors(System.String)">
            <summary>
            Gets the processors of a specific type.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <returns>The processors.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.GetSuspendedPipelines">
            <summary>
            Gets the suspended pipelines.
            </summary>
            <returns>The suspended pipelines.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.GetSuspendedPipeline(System.String)">
            <summary>
            Gets the suspended pipeline.
            </summary>
            <param name="pipelineID">The pipeline ID.</param>
            <returns>The suspended pipeline.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.AddSuspendedPipeline(Sitecore.Pipelines.Pipeline)">
            <summary>
            Adds the suspended pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineFactory.RemoveSuspendedPipeline(Sitecore.Pipelines.Pipeline)">
            <summary>
            Removes the suspended pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineGroup">
            <summary>
            Represents a pipeline group.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PipelineGroup"/> class.
            </summary>
            <param name="groupName">Name of the group.</param>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineGroup.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineGroup.AddPipeline(Sitecore.Pipelines.CorePipeline)">
            <summary>
            Adds the pipeline.
            </summary>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineGroup.GetPipeline(System.String)">
            <summary>
            Gets the pipeline.
            </summary>
            <param name="name">The name.</param>
            <returns>The pipeline.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineMessage">
            <summary>
            Represents a pipeline message.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineMessage.#ctor(System.String,Sitecore.Pipelines.PipelineMessageType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PipelineMessage"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="type">The type.</param>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineMessage.Text">
            <summary>
            Gets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Sitecore.Pipelines.PipelineMessage.Type">
            <summary>
            Gets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineMessage.IsMatch(Sitecore.Pipelines.PipelineMessageFilter)">
            <summary>
            Determines whether the specified filter is matched.
            </summary>
            <param name="filter">The filter.</param>
            <returns>
                <c>true</c> if the specified filter is matched; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineMessageFilter">
            <summary>
            Represents the filter for a pipeline message.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageFilter.Informations">
            <summary>Informations.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageFilter.Warnings">
            <summary>Warnings.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageFilter.Errors">
            <summary>Errors.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageFilter.All">
            <summary>All.</summary>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineMessageType">
            <summary>
            Represents the type of a pipeline message.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageType.Information">
            <summary>Information.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageType.Warning">
            <summary>Warning.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.PipelineMessageType.Error">
            <summary>Error.</summary>
        </member>
        <member name="T:Sitecore.Pipelines.PipelineMethod">
            <summary>
            Represents a pipeline method.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineMethod.#ctor(System.Object,System.Reflection.MethodInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PipelineMethod"/> class.
            </summary>
            <param name="method">The method.</param>
            <param name="obj">The object.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineMethod.#ctor(System.Object,System.Reflection.MethodInfo,Sitecore.Reflection.MethodGeneration.MethodGenerator)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PipelineMethod"/> class.
            </summary>
            <param name="obj">The object.</param>
            <param name="method">The method.</param>
            <param name="generator">The generator.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineMethod.Invoke(System.Object[])">
            <summary>
            Invokes the method with the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PipelineMethod.Invoke(System.Object)">
            <summary>
            Invokes the specified argument.
            </summary>
            <param name="argument">The argument.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver">
            <summary>
            Resolves a site.
            </summary>
            <seealso cref="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestProcessor" />
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver.#ctor(Sitecore.Abstractions.BaseSiteContextFactory,Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver" /> class.
            </summary>
            <param name="siteContextFactory">The site context factory.</param>
            <param name="settings">The settings.</param>
        </member>
        <member name="P:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver.SiteContextFactory">
            <summary>
            Site context factory.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver.Settings">
            <summary>
            Gets the settings.
            </summary>
            <value>
            The settings.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver.HttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <value>
            The HTTP context.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver.Process(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.SiteResolver.ResolveSiteContext(Sitecore.Pipelines.HttpRequest.HttpRequestArgs)">
            <summary>
            Resolves the site context.
            </summary>
            <param name="args">The args.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs">
            <summary>
            Arguments for the PreAuthenticateRequest pipeline
            </summary>
            <seealso cref="T:Sitecore.Pipelines.HttpRequest.HttpRequestArgs" />
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs.#ctor(System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs.#ctor(System.Web.HttpContextBase,Sitecore.Pipelines.HttpRequest.HttpRequestType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
            <param name="requestType">Type of the request.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestPipeline">
            <summary>
            PreAuthenticateRequest pipeline
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestPipeline.PipelineName">
            <summary>
            The pipeline name
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestPipeline.Run(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs)">
            <summary>
            Runs the specified core pipeline manager.
            </summary>
            <param name="corePipelineManager">The core pipeline manager.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestProcessor">
            <summary>
            Base processor for the PreAuthenticateRequest pipeline
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestProcessor.Process(Sitecore.Pipelines.PreAuthenticateRequest.PreAuthenticateRequestArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag">
            <summary>
            Allows to abort pipeline in case <see cref="F:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag.PipelineOnFlag" /> mentioned in <see cref="P:Sitecore.Context.Items" /> with <c>false</c> value.
            <para>Placing this processor into any pipeline would allow to abort it.</para></summary>
            <seealso cref="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestProcessor" />
        </member>
        <member name="F:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag.PipelineOnFlag">
            <summary>
            The 'pipeline on flag' name.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag.ignoreFlagName">
            <summary>
            Gets the name of the ignore key.
            </summary>
            <value>The name of the ignore key.</value>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Allows to abort pipeline in case <see cref="P:Sitecore.Pipelines.PreprocessRequest.CheckIgnoreFlag.ignoreFlagName"/> exist in context items with <c>false</c> value.
            </summary>
            <param name="args">Arguments provide access to aborting pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.SuppressFormValidation">
            <summary>
            The suppress form validation.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.SuppressFormValidation.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Suppresses the form validation exception that has been introduced in .NET 4.0 for Sitecore backend.
            </summary>
            <param name="args">The pipeline arguments.</param>
            <exception cref="T:System.Web.HttpRequestValidationException">Indicates that form validation exception occurred for front-end.</exception>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.NormalizeRawUrl">
            <summary>
            NormalizeRawUrl
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.NormalizeRawUrl.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.IIS404Handler">
            <summary>
            IIS404Handler
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.IIS404Handler.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Processes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.FilterUrlExtensions">
            <summary>
            Filters Url extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.FilterUrlExtensions.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreprocessRequest.FilterUrlExtensions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.FilterUrlExtensions.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.StripLanguage">
            <summary>
            Attempts to strip language from processed request url.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreprocessRequest.StripLanguage"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.#ctor(System.Boolean,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreprocessRequest.StripLanguage"/> class.
            </summary>
            <param name="alwaysStripLanguage">if set to <c>true</c> always strip language.</param>
            <param name="redirectUrlPrefixes">The redirect URL prefixes.</param>
        </member>
        <member name="P:Sitecore.Pipelines.PreprocessRequest.StripLanguage.AlwaysStripLanguage">
            <summary>
            Gets a value indicating whether an attempt to strip language should be always performed.
            </summary>
            <value>
              <c>true</c> if always strip language; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.PreprocessRequest.StripLanguage.RedirectUrlPrefixes">
            <summary>
            RedirectUrlPrefixes property
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Processes the specified arguments.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.TryParseLanguage(System.String,Sitecore.Globalization.Language@)">
            <summary>
            Tries to parse the language.
            </summary>
            <param name="languageName">Name of the language.</param>
            <param name="language">The language.</param>
            <returns><c>true</c> if language can be restored from name;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.IsValidForStrippingFromUrl(Sitecore.Globalization.Language,Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Determines whether language is valid for stripping from url.
            </summary>
            <param name="language">The language.</param>
            <param name="args">The arguments.</param>
            <returns>
              <c>true</c> if is valid for stripping; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.IsCustomCultureAllowed(Sitecore.Globalization.Language)">
            <summary>
            Determines whether custom language is allowed for usage.
            </summary>
            <param name="language">The language.</param>
            <returns>
              <c>true</c> if custom language is allowed for usage; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.TryExtractLanguage(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs,Sitecore.Globalization.Language@)">
            <summary>
            Tries to extract language from provided args.
            </summary>
            <param name="args">The arguments.</param>
            <param name="language">The language.</param>
            <returns><c>true</c> if language was extracted from request url;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.TraceLanguageChange(System.String)">
            <summary>
            Adds language changed tracing to the tracer
            </summary>
            <param name="languageName">Name of language</param>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.ExtractLanguageName(System.String)">
            <summary>
            Extracts the name of the language.
            </summary>
            <param name="filePath">The file path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.RewriteUrl(System.Web.HttpContextBase,Sitecore.Globalization.Language)">
            <summary>
            Rewrites the URL after removing the language prefix.
            </summary>
            <param name="context">
            The context.
            </param>
            <param name="embeddedLanguage">
            The embedded language.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.StripLanguage.UseRedirect(System.String)">
            <summary>
            The use rewrite.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>The use rewrite.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs">
            <summary>
            PreprocessRequestPipelineArgs
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs.#ctor(System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs.#ctor(System.Web.HttpContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestPipeline">
            <summary>
            PreprocessRequestPipeline class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestPipeline.Run(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Runs the 'publish' pipeline with specified arguments.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestProcessor">
            <summary>
            PreprocessRequestProcessor
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.PreprocessRequest.PreprocessRequestProcessor.Process(Sitecore.Pipelines.PreprocessRequest.PreprocessRequestArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Processor">
            <summary>
            Represents a single step in a pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Processor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.#ctor(System.String,System.Object,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Processor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.#ctor(Sitecore.Data.Items.ProcessorItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Processor"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Processor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Processor"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Processor.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Processor.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.Invoke(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Invokes this processor with the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.Parse(System.Xml.XmlNode)">
            <summary>
            Parses the specified node.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.Parse(Sitecore.Data.Items.ProcessorItem)">
            <summary>
            Parses the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.GetObject">
            <summary>
            Gets the object.
            </summary>
            <returns>The object upon which the processor is run.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Processor.GetMethodByName(System.Object,System.String)">
            <summary>
            Gets the method by name.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Pipelines.ProcessorObject">
            <summary>
            Represents a processor object.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessorObject.#ctor(System.Object,Sitecore.Pipelines.ObjectScope)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ProcessorObject"/> class.
            </summary>
            <param name="obj">The object.</param>
            <param name="scope">The scope.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ProcessorObject.Object">
            <summary>
            Gets the object.
            </summary>
            <value>The object.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ProcessorObject.Scope">
            <summary>
            Gets the scope.
            </summary>
            <value>The scope.</value>
        </member>
        <member name="T:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml">
            <summary>
            The process html.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.ClientScriptFieldName">
            <summary>
            The client script field name.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.ParametersFieldName">
            <summary>
            The parameters field name.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.StylesheetFieldName">
            <summary>
            The stylesheet field name.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.Process(Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.GetClientScripts(Sitecore.Data.Items.Item)">
            <summary>
            Gets the client scripts
            </summary>
            <param name="trait">
            The trait.
            </param>
            <returns>
            The client scripts.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.GetStylesheets(Sitecore.Data.Items.Item)">
            <summary>
            Gets the style sheets
            </summary>
            <param name="trait">
            The trait.
            </param>
            <returns>
            The stylesheets.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessHtml.GetTraitItem(Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs)">
            <summary>
            Gets the trait item.T
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The capbility item.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.ProcessSimulatorResponse.ReplaceHtml">
            <summary>
            The replace html.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ReplaceHtml.Process(Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ReplaceHtml.GetMandatoryField(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the mandatory field.
            </summary>
            <param name="capabilityItem">
            The capability item.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The mandatory field.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs">
            <summary>
            The process simulator response args.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.keyDelimiter">
            <summary>
            The key delimiter.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.deviceSimulator">
            <summary>
            The device archetype.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.includeClientScripts">
            <summary>
            The client script files to include into page
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.includeStylesheets">
            <summary>
            The stylesheet files to include into page
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.#ctor(Sitecore.Shell.DeviceSimulation.Simulator)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs"/> class.
            </summary>
            <param name="deviceSimulator">
            The device archetype.
            </param>
        </member>
        <member name="P:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.DeviceSimulator">
            <summary>
            Gets Device Archetype item.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.IncludeClientScripts">
            <summary>
            Gets the client scripts to include
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.IncludeStylesheets">
            <summary>
            Gets stylesheets to inclide into the page
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.Parameters">
            <summary>
            Gets Parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.AddParameter(Sitecore.Data.Fields.Field)">
            <summary>
            Adds the parameter.
            </summary>
            <param name="parameterField">
            The field.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.AddParameter(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Adds parameter parameter.
            </summary>
            <param name="parameterField">
            The parameter.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.AddParameter(Sitecore.Data.Fields.Field,System.Collections.Specialized.NameValueCollection)">
            <summary>
            The add parameter.
            </summary>
            <param name="parameterParameterField">
            The parameter.
            </param>
            <param name="nameValues">
            The name values.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.ProcessSimulatorResponse.ProcessSimulatorResponseArgs.GetParameterKey(Sitecore.Data.Fields.Field)">
            <summary>
            The get parameter key.
            </summary>
            <param name="field">
            The field.
            </param>
            <returns>
            The get parameter key.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.CopyFromSource">
            <summary>
            Processor to copy the renderings from the source list to the proposed list.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.CopyFromSource.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.PreserveMvTests">
            <summary>
            Processor to ensure MV Tests in the target are retained when the proposed contains the same rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.PreserveMvTests.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.PreservePersonalizationTests">
            <summary>
            Processor to ensure Personalization rules in the target are retained when the proposed contains the same rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.PreservePersonalizationTests.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.SourceMvTests">
            <summary>
            Processor to set Multivariate tests from the source into the proposed.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.SourceMvTests.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.SourcePersonalizationTests">
            <summary>
            Processor to set personalization tests from the source into the proposed.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.SourcePersonalizationTests.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.TargetMvTests">
            <summary>
            Processor to warn about target Multivariate tests that will be abandoned.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.TargetMvTests.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.TargetPersonalizationTests">
            <summary>
            Processor to warn about target personalization tests that will be abandoned.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.TargetPersonalizationTests.Process(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Execute this processor.
            </summary>
            <param name="args">The arguments for the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs">
            <summary>
            Arguments for the 'ProposeCopyDevice' pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.warnings">
            <summary>List of warning messages to display to the user for confirmation.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Layouts.RenderingDefinition},System.Collections.Generic.IEnumerable{Sitecore.Layouts.RenderingDefinition},Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs" /> class.
            </summary>
            <param name="sourceRenderings">The source devices renderings.</param>
            <param name="targetRenderings">The target devices current renderings.</param>
            <param name="database">The database to read additional content from.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.SourceRenderings">
            <summary>Gets or sets the list of renderings from the source.</summary>
            <value>The renderings to get or set.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.TargetRenderings">
            <summary>Gets or sets the list of renderings from the target.</summary>
            <value>The renderings to get or set.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.ProposedRenderings">
            <summary>Gets or sets the proposed renderings to apply to the target.</summary>
            <value>The list of <see cref="T:Sitecore.Layouts.RenderingDefinition"/> that are proposed.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.Database">
            <summary>Gets or sets the <see cref="T:Sitecore.Data.Database"/> to read additional content from if required.</summary>
            <value>The <see cref="T:Sitecore.Data.Database"/> to get.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.Warnings">
            <summary>Gets the warnings that have been added.</summary>
            <value>The warnings that have been set.</value>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs.AddWarning(System.String)">
            <summary>
            Adds a warning.
            </summary>
            <param name="warning">The warning to add.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDevicePipeline">
            <summary>
            Utility class for executing the 'ProposeCopyDevice' pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDevicePipeline.Run(Sitecore.Pipelines.ProposeCopyDevice.ProposeCopyDeviceArgs)">
            <summary>
            Executes the 'ProposeCopyDevice' pipeline.
            </summary>
            <param name="args">The arguments to execute through the pipeline.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ProviderRequestPipelineArgs`1">
            <summary>
            Argument class for provider processors that can mark request as handled or not.
            </summary>
            <typeparam name="TProvider">The type of the fallback provider.</typeparam>
        </member>
        <member name="M:Sitecore.Pipelines.ProviderRequestPipelineArgs`1.#ctor(`0)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ProviderRequestPipelineArgs`1"/> class.
            </summary>
            <param name="fallbackProvider">The fallback provider.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ProviderRequestPipelineArgs`1.FallbackProvider">
            <summary>
            Gets the fallback provider.
            </summary>
            <value>
            The fallback provider.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.ProviderResultPipelineArgs`2">
            <summary>
            Argument class for provider processors that need to return result.
            </summary>
            <typeparam name="TResult">The type of result.</typeparam>
            <typeparam name="TProvider">The type of the fallback provider.</typeparam>
        </member>
        <member name="M:Sitecore.Pipelines.ProviderResultPipelineArgs`2.#ctor(`1)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ProviderResultPipelineArgs`2"/> class.
            </summary>
            <param name="fallbackProvider">The fallback provider.</param>
        </member>
        <member name="P:Sitecore.Pipelines.ProviderResultPipelineArgs`2.FallbackProvider">
            <summary>
            Gets the fallback provider.
            </summary>
            <value>
            The fallback provider.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingArgs">
            <summary>
            Arguments for the RenderDeviceEditorRendering pipelines.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingArgs.#ctor(Sitecore.Layouts.RenderingDefinition,Sitecore.Web.UI.XmlControls.XmlControl,System.Web.UI.Control)">
            <summary>
            Initialize a new instance of the <see cref="T:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingArgs"/> class.
            </summary>
            <param name="rendering">The <see cref="T:Sitecore.Layouts.RenderingDefinition"/> being rendered.</param>
            <param name="control">The control holding the rendering infomration output.</param>
            <param name="container">The control container holding the rendering controls.</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingArgs.Rendering">
            <summary>
            Gets or sets the <see cref="T:Sitecore.Layouts.RenderingDefinition"/> being rendered.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingArgs.Control">
            <summary>
            Gets or sets the control holding the rendering infomration output.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingArgs.Container">
            <summary>
            Gets or sets the control container holding the rendering controls.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingPipeline">
            <summary>
            Utility class for executing RenderDeviceEditorRendering pipelines.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingPipeline.PipelineNamePrefix">
            <summary>The pipeline name.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderDeviceEditorRendering.RenderDeviceEditorRenderingPipeline.Run(Sitecore.Layouts.RenderingDefinition,Sitecore.Web.UI.XmlControls.XmlControl,System.Web.UI.Control)">
            <summary>
            Run the pipeline.
            </summary>
            <param name="rendering">The <see cref="T:Sitecore.Layouts.RenderingDefinition"/> being rendered.</param>
            <param name="control">The control holding the rendering infomration output.</param>
            <param name="container">The control container holding the rendering controls.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderDocx.GetHtmlFromField">
            <summary>
            Gets the html from field value
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderDocx.GetHtmlFromField.Process(Sitecore.Pipelines.RenderDocx.RenderDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderDocx.ExpandLinks">
            <summary>
            A pipeline step that expands dynamic links
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderDocx.ExpandLinks.Process(Sitecore.Pipelines.RenderDocx.RenderDocxArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderDocx.RenderDocxArgs">
            <summary>
            Defineas an argument from "renderHtml" pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderDocx.RenderDocxArgs.#ctor(Sitecore.Data.Database,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderDocx.RenderDocxArgs"/> class.
            </summary>
            <param name="database">The database.</param>
            <param name="fieldValue">The field value.</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDocx.RenderDocxArgs.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDocx.RenderDocxArgs.FieldValue">
            <summary>
            Gets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDocx.RenderDocxArgs.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDocx.RenderDocxArgs.DisableLinks">
            <summary>
            Gets or sets a value indicating whether the pipelie should disables the links in Html document.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.RenderDocx.RenderDocxArgs"/> disables the links; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderDocx.RenderDocxArgs.ResolveDynamicLinks">
            <summary>
            Gets or sets the resolve dynamic links.
            </summary>
            <value>The resolve dynamic links.</value>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.SetParameters">
            <summary>
            Sets the renderField parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.SetParameters.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.SetParameters.MoveParameterToRender(Sitecore.Pipelines.RenderField.RenderFieldArgs,System.String)">
            <summary>
            Moves the parameter to render.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <param name="name">
            The name.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.SetParameters.MoveLineBreaksParameterToRender(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Move line breaks parameter. "line-breaks" takes precedence over "linebreaks"
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetFieldValue">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetTextFieldValue">
            <summary>
            The get text field value.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetTextFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetTextFieldValue.EncodeFieldValue(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Encodes field value if needed.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.ExpandLinks">
            <summary>
            ExpandLinks
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ExpandLinks.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetImageFieldValue">
            <summary>
            Renders the image from <see cref="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Item"/> into <see cref="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Result"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderField.GetImageFieldValue._TitleFieldName">
            <summary>
            The name of the 'title' field in MediaItem.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.GetImageFieldValue.TitleFieldName">
            <summary>
            Gets the name of the 'title' field in MediaItem.
            </summary>
            <value>
            The name of the title field.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Renders an image in case arguments carry an image details.
            </summary>
            <param name="args">The arguments with rendering parameters (f.e. Item, fieldName).</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.IsImage(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Checks if <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> carries image details.
            </summary>
            <param name="args">The rendering details.</param>
            <returns><c>true</c> if an image to be rendered;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.SetRenderFieldResult(Sitecore.Xml.Xsl.RenderFieldResult,Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Sets the rendering result into pipeline arguments.
            </summary>
            <param name="result">The result of rendering data specified in args.</param>
            <param name="args">The arguments that carry rendering result.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.ConfigureRenderer(Sitecore.Pipelines.RenderField.RenderFieldArgs,Sitecore.Xml.Xsl.ImageRenderer)">
            <summary>
            Configures <paramref name="imageRenderer"/> with values from <paramref name="args"/>.
            <para>Sets an item to be rendered, as well as additional parameters.</para>
            </summary>
            <param name="args"> Carries details of an item to be rendered.</param>
            <param name="imageRenderer">The renderer to render item specified in args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.EnsureMediaItemTitle(Sitecore.Pipelines.RenderField.RenderFieldArgs,Sitecore.Data.Items.Item,Sitecore.Xml.Xsl.ImageRenderer)">
            <summary>
            Ensures title is rendered for image field.
            </summary>
            <param name="args"> Carries details of an item to be rendered.</param>
            <param name="itemToRender"> An item with image field to be rendered.</param>
            <param name="imageRenderer">The renderer to render item specified in args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.GetInnerImageItem(Sitecore.Pipelines.RenderField.RenderFieldArgs,Sitecore.Data.Items.Item)">
            <summary>
            Gets the inner image that is to be rendered from <paramref name="itemToRender"/>.
            </summary>
            <param name="args">The arguments specify what field to render.</param>
            <param name="itemToRender">The item to render.</param>
            <returns>An inner image item to be rendered ;<c>null</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetImageFieldValue.CreateRenderer">
            <summary>
            Creates the new instance of the <see cref="T:Sitecore.Xml.Xsl.ImageRenderer"/> class that will do the rendering part.
            </summary>
            <returns>The renderer.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetLinkFieldValue">
            <summary>
            Implements the GetLinkFieldValue.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetLinkFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetLinkFieldValue.SetWebEditParameters(Sitecore.Pipelines.RenderField.RenderFieldArgs,System.String[])">
            <summary>
            Sets the webedit parameters.
            </summary>
            <param name="args">The arguments.</param>
            <param name="parameterNames">The parameter names.</param>
            <contract>
              <requires name="args" condition="not null" />
              <requires name="parameterNames" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetLinkFieldValue.CreateRenderer(Sitecore.Data.Items.Item)">
            <summary>
            Creates the renderer.
            </summary>
            <param name="item">The item.</param>
            <returns>The renderer.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetLinkFieldValue.SkipProcessor(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Checks if the field should not be handled by the processor.
            </summary>
            <param name="args">The arguments.</param>
            <returns>true if the field should not be handled by the processor; otherwise false</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetInternalLinkFieldValue">
            <summary>
            Implements the GetLinkFieldValue.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetInternalLinkFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetInternalLinkFieldValue.SetWebEditParameters(Sitecore.Pipelines.RenderField.RenderFieldArgs,System.String[])">
            <summary>
            Sets the webedit parameters.
            </summary>
            <param name="args">The arguments.</param>
            <param name="parameterNames">The parameter names.</param>
            <contract>
              <requires name="args" condition="not null" />
              <requires name="parameterNames" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetInternalLinkFieldValue.CreateRenderer">
            <summary>
            Creates the renderer.
            </summary>
            <returns>The renderer.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetMemoFieldValue">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetMemoFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the field value.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetMemoFieldValue.Replace(System.String,System.String)">
            <summary>
            Replaces the specified linebreaks.
            </summary>
            <param name="linebreaks">The linebreaks.</param>
            <param name="output">The output.</param>
            <returns>The replace.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetDateFieldValue">
            <summary>
            Gets the value of date fields.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetDateFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetDateFieldValue.CreateRenderer">
            <summary>
            Creates the renderer.
            </summary>
            <returns>The renderer.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetDocxFieldValue">
            <summary>A step for 'renderField' pipeline</summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderField.GetDocxFieldValue.RenderHtmlPipeline">
            <summary>The render html pipeline.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetDocxFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetDocxFieldValue.GetFileValueControlId(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the file value control id.
            </summary>
            <param name="args">The args.</param>
            <returns>The get file value control id.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetDocxFieldValue.IsInWebEditingMode(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Determines whether the site is in the web editing mode.
            </summary>
            <param name="args">The args.</param>
            <returns>
                <c>true</c> if [is in web editing mode] [the specified args]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetDocxFieldValue.RenderHtml(Sitecore.Pipelines.RenderField.RenderFieldArgs,System.Boolean)">
            <summary>
            Renders the HTML.
            </summary>
            <param name="args">The args.</param>
            <param name="disableLinks">if set to <c>true</c> this instance is disable links.</param>
            <returns>The HTML.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetNumberFieldValue">
            <summary>
            Gets the value of number fields.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetNumberFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetNumberFieldValue.CreateRenderer">
            <summary>
            Creates the renderer.
            </summary>
            <returns>The renderer.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.GetIntegerFieldValue">
            <summary>
            Gets the value of integer fields.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetIntegerFieldValue.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.GetIntegerFieldValue.CreateRenderer">
            <summary>
            Creates the renderer.
            </summary>
            <returns>The renderer.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.AddBeforeAndAfterValues">
            <summary>
            Adds the before, after and enclosing tag.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.AddBeforeAndAfterValues.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer">
            <summary>
            Adds hash to media item urls based on <see cref="T:Sitecore.Configuration.Settings.Media.RequestProtection"/> settings.
            <para>Scans the produced markup for hyperlinks, and image tags with media urls that have specific/sensitive query string parameters (like image resizing).</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.quotes">
            <summary>
            The quotes.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.#ctor(Sitecore.Abstractions.BaseLog,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer" /> class.
            </summary>
            <param name="log">The logger to output messages.</param>
            <param name="sitesToIgnore">The sites to ignore.</param>
            <param name="mediaRequestProtectionEnabled">if set to <c>true</c> if media request protection enabled.</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.MediaRequestProtectionEnabled">
            <summary>
            Gets a value indicating whether media request protection is enabled.
            </summary>
            <value>
            <c>true</c> if media request protection enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.SitesToIgnore">
            <summary>
            Gets the list of the ignored sites by media protection module.
            </summary>
            <value>
            The sites to ignore.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.ShouldProtectRequest(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Request should be protected if:
            <para>A) <see cref="P:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.MediaRequestProtectionEnabled"/>;</para>
            <para>B) Context site is not in <see cref="P:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.SitesToIgnore"/>;</para>
            <para>C) Context site is displayed in <see cref="F:Sitecore.Sites.DisplayMode.Normal"/> mode.</para>
            <remarks>Request should be protected if site is not known.</remarks>
            </summary>
            <param name="args">Arguments carry rendering information.</param>
            <returns><c>true</c> if media links should be protected; otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.GetProtectedUrl(System.String)">
            <summary>
            Gets the protected URL.
            </summary>
            <param name="url">The URL to protect.</param>
            <returns>The protected by hash parameter URL.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.HashReferences(System.String)">
            <summary>
            Hashes hyperlinks, and images if urls needs protection (have specific/sensitive query string params).
            </summary>
            <param name="renderedText">The rendered text.</param>
            <returns>Fixed references</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.HashImageReferences(System.String)">
            <summary>
            Locates image tags with 'src' attribute, and adds hash if the url needs protection.
            </summary>
            <param name="renderedText">The rendered text.</param>
            <returns>Fixed image references</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.HashLinkReferences(System.String)">
            <summary>
            Locates hyperlinks with existing 'href' attributes, and adds hash if the url need protection.
            </summary>
            <param name="renderedText">The rendered text.</param>
            <returns>Fixed anchor references</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.DoesRenderedTextContainParameter(System.String,System.String,System.String,System.String)">
            <summary>
            Check if the rendered text has some parameters
            </summary>
            <param name="renderedText"></param>
            <param name="tagName"></param>
            <param name="urlAttribute"></param>
            <param name="tagStartName"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.PerformeReferenceHashing(System.String,System.String,System.String)">
            <summary>
            Do the hashing for the rendered text
            </summary>
            <param name="renderedText"></param>
            <param name="urlAttribute"></param>
            <param name="tagStartName"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.HashReferences(System.String,System.String,System.String)">
            <summary>
            Searches <paramref name="tagName"/> with <paramref name="urlAttribute"/> in <paramref name="renderedText"/>, and appends hash to url if it needs protection.
            </summary>
            <param name="renderedText">The rendered text to be inspected.</param>
            <param name="tagName">The looked tag name whose value needs protection (f.e 'img', or 'a').</param>
            <param name="urlAttribute">The attribute that carries url that ought to be protected.</param>
            <returns><paramref name="renderedText"/> with <paramref name="urlAttribute"/> protected with hash for given tag.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.ResolveDisplayMode(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the DisplayMode of the site, or fallbacks to <see cref="F:Sitecore.Sites.DisplayMode.Normal"/> if no site provided.
            </summary>
            <param name="site">The site to have <see cref="T:Sitecore.Sites.DisplayMode"/> extracted.</param>
            <returns>The display mode for current site, or normal mode if no site provided.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.CheckReferenceForParams(System.String,System.Int32)">
            <summary>
            Checks the reference for parameters.
            </summary>
            <param name="renderedText">The rendered text.</param>
            <param name="tagStartIndex">The tag start index.</param>
            <returns><c>True</c> is reference contains dangerous parameters, <c>false</c> otherwise</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.CheckReferenceForParams(System.String,System.Int32,System.String,System.String)">
            <summary>
            Checks if <paramref name="renderedText"/> has <paramref name="tagName"/> with non-empty <paramref name="urlAttribute"/> with query string starting from <paramref name="tagStartIndex"/>.
            <para>The query string is inspected further on to contain sensitive params that needs protection.</para>
            </summary>
            <param name="renderedText">The rendered text to be checked.</param>
            <param name="tagStartIndex">The tag start index.</param>
            <param name="tagName">tag name to look for</param>
            <param name="urlAttribute">url attribute name</param>
            <returns><c>true</c> is reference contains dangerous parameters, <c>false</c> otherwise</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.ContainsUnsafeParametersInQuery(System.String)">
            <summary>
            Determines whether specified URL query parameters contain parameters to protect.
            </summary>
            <param name="urlParameters">The URL parameters.</param>
            <returns>
              <c>true</c> if specified URL query parameters contain parameters to protect; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.ProtectedImageLinkRenderer.ReplaceReference(System.String,System.String)">
            <summary>
            Replaces the reference.
            </summary>
            <param name="tagHtml">The <c>img</c> tag.</param>
            <param name="urlAttribute">url attribute name</param>
            <returns>Fixed image reference</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.RenderWebEditing">
            <summary>Implements the Render Field pipeline processor for WebEdit.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>Gets the field value.</summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.CanRenderField(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            The can render field.
            </summary>
            <param name="args">
            The args.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.CanEditItem(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance [can edit item] the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance [can edit item] the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.CanWebEdit(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Determines whether this instance [can web edit] the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.RenderWrapperlessField(System.Web.UI.HtmlTextWriter,Sitecore.Pipelines.RenderField.RenderFieldArgs,Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Renders the field without a wrapper.
            </summary>
            <param name="output">The output.</param>
            <param name="args">The arguments.</param>
            <param name="field"> </param>
            <param name="controlID"> </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.RenderWrappedField(System.Web.UI.HtmlTextWriter,Sitecore.Pipelines.RenderField.RenderFieldArgs,Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Renders the inline editable field.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="args">
            The arguments.
            </param>
            <param name="field">
            The field.
            </param>
            <param name="controlID">
            The control Id.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.AddParameters(Sitecore.Web.UI.HtmlControls.Tag,Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Adds the parameters.
            </summary>
            <param name="tag">The tag.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.GetEditableElementTagName(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the name of the editable element tag.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.GetRawValueContainer(Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Gets the field value HTML.
            </summary>
            <param name="field">The field.</param>
            <param name="controlID">The control ID.</param>
            <returns>
            The field value HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.GetDefaultText(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>Gets the default image.</summary>
            <param name="args">The args.</param>
            <returns>The default image.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.GetFieldDisplayName(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>Gets the display name of the field.</summary>
            <param name="args">The arguments.</param>
            <returns>The get field display name.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.ApplyWordFieldStyle(Sitecore.Web.UI.HtmlControls.Tag,Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>
            Gets the word style string.
            </summary>
            <param name="tag">The tag.</param>
            <param name="args">The arguments.</param>
            <returns>The word style string.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.SetCommandParametersValue(System.Collections.Generic.IEnumerable{Sitecore.Data.Fields.WebEditButton},Sitecore.Data.Fields.Field,System.String)">
            <summary>
            Renders the buttons.
            </summary>
            <param name="commands">The commands.</param>
            <param name="field">The field.</param>
            <param name="controlID"> </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.GetFieldData(Sitecore.Pipelines.RenderField.RenderFieldArgs,Sitecore.Data.Fields.Field,System.String)">
            <summary>Renders the bottom bar.</summary>
            <param name="args">The arguments.</param>
            <param name="field">The field.</param>
            <param name="controlID"> </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderWebEditing.CreateFieldTag(System.String,Sitecore.Pipelines.RenderField.RenderFieldArgs,System.String)">
            <summary>
            Creates the field tag.
            </summary>
            <param name="tagName">Name of the tag.</param>
            <param name="args">The arguments.</param>
            <param name="controlID"> </param>
            <returns>The field tag.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.SetAnchorsPositionInLinks">
            <summary>
            Sets anchors position in RTE links.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderField.SetAnchorsPositionInLinks.pattern">
            <summary>
            The pattern for finding links.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.SetAnchorsPositionInLinks.Process(Sitecore.Pipelines.RenderField.RenderFieldArgs)">
            <summary>Sets the correct position of anchors in RTE links.</summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.SetAnchorsPositionInLinks.CheckLinks(System.String)">
            <summary>
            Checks if links exist in the RTE field and modifies them.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.SetAnchorsPositionInLinks.MoveAnchor(System.String)">
            <summary>
            Changes the position of the anchor in the link if needed.
            </summary>
            <param name="link">The link.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderField.RenderFieldArgs">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderFieldArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderFieldArgs.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> class.
            </summary>
            <param name="disableWebEditEditing">if set to <c>true</c> [disable web edit editing].</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderFieldArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> class.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderFieldArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
            <param name="disableWebEditEditing">if set to <c>true</c> [disable web edit editing].</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.WebEditButtons">
            <summary>
            Gets or sets the web edit buttons.
            </summary>
            <value>The web edit buttons.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.After">
            <summary>
            Gets or sets the after.
            </summary>
            <value>The after.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Before">
            <summary>
            Gets or sets the before.
            </summary>
            <value>The before.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.DisableWebEdit">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> disables the web editing.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> disables the web editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.DisableWebEditContentEditing">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> disables the web edit content editing.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.RenderField.RenderFieldArgs"/> disables the web edit content editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.DisableWebEditFieldWrapping">
            <summary>
            Gets or sets a value indicating whether the field value should be wrapped in an extra DOM element when rendered in Page Editor.
            </summary>
            <value>
                <c>true</c> if should value be wrapped; otherwise, <c>false</c>.
            </value>
            <remarks>
            Makes sense only when DisableWebEditContentEditing equals <c>true</c>.
            Content editable should be always wrapped.
            </remarks>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.EnclosingTag">
            <summary>
            Gets or sets the enclosing tag.
            </summary>
            <value>The enclosing tag.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.FieldTypeKey">
            <summary>
            Gets the type of the field.
            </summary>
            <value>The type of the field.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Format">
            <summary>
            Gets or sets the format value.
            </summary>
            <value>The format.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.RenderParameters">
            <summary>
            Gets render parameters. Render parameters are used to control renderer logic, but are not output themselves
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.RawParameters">
            <summary>
            Gets or sets the raw parameters.
            </summary>
            <value>The raw parameters.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.WebEditClick">
            <summary>
            Gets or sets the web edit click.
            </summary>
            <value>The web edit click.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderField.RenderFieldArgs.WebEditParameters">
            <summary>
            The web edit parameters allow passing arbitrary data to web editing commands. This allows the commands to re-render the field using the same parameters that were used by the original
            rendering logic without a full page refresh.
            </summary>
            <value>The web edit parameters.</value>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderFieldArgs.GetField">
            <summary>
            Gets the field.
            </summary>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderField.RenderFieldArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.RenderItemTile.RenderTemplateTile">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTemplateTile.Process(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTemplateTile.RenderTileDetails(System.Web.UI.HtmlTextWriter,Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the tile details.
            </summary>
            <param name="output">The output.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderItemTile.RenderFolderTile">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderFolderTile.Process(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderFolderTile.RenderTileDetails(System.Web.UI.HtmlTextWriter,Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the tile details.
            </summary>
            <param name="output">The output.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderItemTile.RenderPlaceholderTile">
            <summary>The render placeholder tile.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderItemTile.RenderPlaceholderTile.placeholderTemplateID">
            <summary>The placeholder template id.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderPlaceholderTile.Process(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>The process.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderPlaceholderTile.RenderTileDetails(System.Web.UI.HtmlTextWriter,Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>Renders the tile details.</summary>
            <param name="output">The output.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderItemTile.RenderDefaultTile">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs">
            <summary>
            Implements the RenderField.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Shell.Web.UI.TileView,Sitecore.Web.UI.ImageDimension,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="view">The view.</param>
            <param name="imageDimension">The image dimension.</param>
            <param name="click">The click.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.Click">
            <summary>
            Gets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.CssClass">
            <summary>
            Gets or sets the CSS class.
            </summary>
            <value>The CSS class.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.DoubleClick">
            <summary>
            Gets or sets the double click.
            </summary>
            <value>The double click.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.ImageDimension">
            <summary>
            Gets the image dimension.
            </summary>
            <value>The image dimension.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.Tile">
            <summary>
            Gets or sets the tile.
            </summary>
            <value>The tile.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.View">
            <summary>
            Gets the view.
            </summary>
            <value>The view.</value>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.RenderItemTile.RenderTileBase">
            <summary>
            Implements the ShortenLinks.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.Process(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.RenderIcon(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the icon.
            </summary>
            <param name="args">The arguments.</param>
            <exception cref="T:System.ArgumentNullException"></exception>
            <exception cref="T:System.FormatException"></exception>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.RenderList(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the list.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.RenderTile(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the tile.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.RenderThumbnail(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the thumbnail.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.RenderTileDetails(System.Web.UI.HtmlTextWriter,Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the tile details.
            </summary>
            <param name="output">The output.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderItemTile.RenderTileBase.RenderIconOnly(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the list.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingArgs">
            <summary>
            Arguments for the RenderLayoutGridRendering pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingArgs.#ctor(Sitecore.Layouts.RenderingDefinition)">
            <summary>
            Initialize a new instance of the <see cref="T:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingArgs"/> class.
            </summary>
            <param name="rendering"></param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingArgs.Rendering">
            <summary>
            Gets or sets the <see cref="T:Sitecore.Layouts.RenderingDefinition"/> to render.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingArgs.Markup">
            <summary>
            Gets or sets the markup to display the rendering.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingPipeline">
            <summary>
            Utility class for executing the renderLayoutGridRendering pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingPipeline.PipelineName">
            <summary>The name of the pipeline.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayoutGridRendering.RenderLayoutGridRenderingPipeline.Run(Sitecore.Layouts.RenderingDefinition,System.String)">
            <summary>
            Run the pipeline.
            </summary>
            <param name="rendering">The rendering to render.</param>
            <param name="initialMarkup">Initial markup for the rendering.</param>
            <returns>The markup for the rendering.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.PageHandlers">
            <summary>
            Inserts page handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Call custom page handlers.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.ReadConfigSettings">
            <summary>
            Read page handlers from web.config
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler">
            ===============================================================
             <summary>Wrapper for page handler</summary>
            ===============================================================
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler"/> class.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.Active">
            <summary>
            Check if handler is active
            </summary>
            <value><c>true</c> if active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.HandlerType">
            <summary>
            Get handler type
            </summary>
            <value>The type of the handler.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.Name">
            <summary>
            Get handler name
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.Url">
            <summary>
            Get handler url
            </summary>
            <value>The URL.</value>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.Execute">
            <summary>
            Execute task
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.ExecuteMethod">
            <summary>
            Execute method based task
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.ExecuteWebPage">
            <summary>
            Execute page based task
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.TraceError(System.Object[])">
            <summary>
            Report an error
            </summary>
            <param name="errors">The errors.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandler.TraceInfo(System.Object[])">
            <summary>
            Traces the info.
            </summary>
            <param name="messages">The messages.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandlerType">
            <summary>
            PageHandlerType
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandlerType.Method">
            <summary>
            Method
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderLayout.PageHandlers.PageHandlerType.WebPage">
            <summary>
            WebPage
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.SecurityCheck">
            <summary>
            Checks for security settings.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.SecurityCheck.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Process query string.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.SecurityCheck.GetLoginPage(Sitecore.Sites.SiteContext)">
            <summary>
            Gets the login page.
            </summary>
            <param name="site">The site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.SecurityCheck.HasAccess">
            <summary>
            Check credentials.
            </summary>
            <returns>
                <c>true</c> if this instance has access; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.SecurityCheck.IsLoginPageRequest">
            <summary>
            Determines whether current request addresses the login page of the site.
            </summary>
            <returns>
                <c>true</c> if current request addresses the login page of the site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.InsertRenderings">
            <summary>Inserts renderings.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.InsertRenderings.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>Runs the processor.</summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.PageExtenders">
            <summary>
            Inserts page extenders.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageExtenders.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.PageExtenders.ReadPageExtenders">
            <summary>
            Reads the page extenders.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.ExpandMasterPages">
            <summary>
            The expand master pages processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.ExpandMasterPages.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.ExpandMasterPages.IsExpandNeeded">
            <summary>
            Defines if expanding should be performed.
            </summary>
            <returns>
            The value indication whether expand should be prefrmed.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.BuildTree">
            <summary>
            BuildTree
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.BuildTree.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.InsertSystemControls">
            <summary>
            InsertSystemControls class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.InsertSystemControls.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.InsertUnusedControls">
            <summary>
            InsertUnusedControls class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.InsertUnusedControls.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.BrowserCaching">
            <summary>
            Sets the browser caching.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.BrowserCaching.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Set browser caching headers.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.BrowserCaching.SetCacheHeaders(System.Web.UI.Page)">
            <summary>
            Set caching related headers
            </summary>
            <param name="page">The page.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.BrowserCaching.SetUpdateHeaders(Sitecore.Data.Items.Item,System.Web.UI.Page)">
            <summary>
            Set time-of-last-update headers
            </summary>
            <param name="item">The item.</param>
            <param name="page">The page.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.BrowserCaching.SetUpdateHeaders(Sitecore.Data.Items.Item,System.Web.HttpResponseBase)">
            <summary>
            Set time-of-last-update headers
            </summary>
            <param name="item">The item.</param>
            <param name="response">The response.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.RenderLayoutArgs">
            <summary>
            Argument class for IRenderLayoutProcessor implementations.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.RenderLayoutArgs.#ctor(System.Web.UI.Page,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderLayout.RenderLayoutArgs"/> class.
            </summary>
            <param name="page">The page.</param>
            <param name="currentItem">The current item.</param>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.RenderLayoutArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.RenderLayout.RenderLayoutArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderLayout.RenderLayoutProcessor">
            <summary>
            RenderLayoutProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderLayout.RenderLayoutProcessor.Process(Sitecore.Pipelines.RenderLayout.RenderLayoutArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs">
            <summary>
            Arguments for RenderRulePlaceholder pipelines.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.#ctor(Sitecore.Data.ItemUri,Sitecore.Data.ID,Sitecore.Data.ID,System.Xml.Linq.XElement)">
            <summary>
            Initialize a new instance of the <see cref="T:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs"/> class.
            </summary>
            <param name="itemUri">The <see cref="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.ItemUri"/> of the item where the rule is defined.</param>
            <param name="deviceId">The Id of the device where the rendering is defined.</param>
            <param name="ruleSetId">The ID of the ruleset where the rule is defined.</param>
            <param name="rule">The rule being rendered.</param>
        </member>
        <member name="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.ItemUri">
            <summary>
            Gets or sets the <see cref="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.ItemUri"/> of the item where the rule is defined.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.DeviceId">
            <summary>
            Gets or sets the Id of the device where the rendering is defined.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.RuleSetId">
            <summary>
            Gets or sets the ID of the ruleset where the rule is defined.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.Rule">
            <summary>
            Gets or sets the rule being rendered.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderArgs.Markup">
            <summary>
            Gets or sets the markup to inject into the placeholder.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderPipeline">
            <summary>
            Utility class for executing RenderRulePlaceholder pipelines.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderPipeline.PipelineNamePrefix">
            <summary>The pipeline name prefix.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.RenderRulePlaceholder.RenderRulePlaceholderPipeline.Run(System.String,Sitecore.Data.ItemUri,Sitecore.Data.ID,Sitecore.Data.ID,System.Xml.Linq.XElement)">
            <summary>
            Run a RenderRulePlaceholder pipeline for the given placeholder.
            </summary>
            <param name="placeholderName">The name of the placeholder to execute for. Used to locate the pipeline.</param>
            <param name="uri">The <see cref="T:Sitecore.Data.ItemUri"/> of the item where the rule is defined.</param>
            <param name="deviceId">The ID of the device where the rule is defined.</param>
            <param name="ruleSetId">The ID of the ruleset.</param>
            <param name="rule">The rule being rendered.</param>
            <returns>The markup for the placeholder.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.ReplaceItemReferences.StartJob">
            <summary>
              Starts reference replacement job.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.ReplaceItemReferences.StartJob.Process(Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs">
            <summary>
            Argument class for replaceItemReferences pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs.CopyItem">
            <summary>
            Gets or sets the copy item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs.SourceItem">
            <summary>
            Gets or sets the source item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs.Deep">
            <summary>
            Gets or sets the deep mode.
            </summary>
            <value>The deep mode.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs.Async">
            <summary>
            Gets or sets the async mode.
            </summary>
            <value>The async mode.</value>
        </member>
        <member name="P:Sitecore.Pipelines.ReplaceItemReferences.ReplaceItemReferencesArgs.FieldIDs">
            <summary>
            Gets or sets the fields IDs.
            </summary>
            <value>The fields IDs.</value>
        </member>
        <member name="T:Sitecore.Pipelines.RequestPipelineArgs">
            <summary>
            Argument class for processors that can mark request as handled or not.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.RequestPipelineArgs.Handled">
            <summary>
            Gets or sets a value indicating whether this request has been handled.
            </summary>
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Pipelines.ResolveRenderingDatasource.ResolveRenderingDatasourceArgs">
            <summary>
             The arguments for resolveRenderingDatasource pipeline
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ResolveRenderingDatasource.ResolveRenderingDatasourceArgs.DefaultDatasource">
            <summary>
            Gets the default datasource.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ResolveRenderingDatasource.ResolveRenderingDatasourceArgs.Datasource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>
            The data source.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.ResolveRenderingDatasource.ResolveRenderingDatasourceArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.ResolveRenderingDatasource.ResolveRenderingDatasourceArgs"/> class.
            </summary>
            <param name="originalDatasource">The original data source value.</param>
        </member>
        <member name="T:Sitecore.Pipelines.ResultPipelineArgs`1">
            <summary>
            Argument class for processors that need to return result.
            </summary>
            <typeparam name="T">The type of result.</typeparam>
        </member>
        <member name="F:Sitecore.Pipelines.ResultPipelineArgs`1.result">
            <summary>
            The result.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.ResultPipelineArgs`1.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>
            The result.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.Rules.Taxonomy.GetContextFolder">
            <summary>
            Defines the get context folder class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetContextFolder.Process(Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.Rules.Taxonomy.GetTags">
            <summary>
            The get tags.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetTags.Action(System.Collections.Generic.Dictionary{Sitecore.Data.ID,Sitecore.Data.Items.Item},Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The action.
            </summary>
            <param name="result">
            The result.
            </param>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetTags.GetResultCollection(Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The get result collection.
            </summary>
            <param name="args">
            The args.
            </param>
            <returns>
            The result collection
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.Rules.Taxonomy.GetElementFolders">
            <summary>
            The get conditions.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetElementFolders.Action(System.Collections.Generic.Dictionary{Sitecore.Data.ID,Sitecore.Data.Items.Item},Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            Actions the specified result.
            </summary>
            <param name="result">
            The result.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetElementFolders.GetConditionFolders(Sitecore.Data.Items.Item)">
            <summary>
            Gets the condition items.
            </summary>
            <param name="tag">
            The tag.
            </param>
            <returns>
            The condition items.
            </returns>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetElementFolders.GetResultCollection(Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The get result collection.
            </summary>
            <param name="args">
            The args.
            </param>
            <returns>
            The result collection
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.Rules.Taxonomy.GetRenderedRuleElements">
            <summary>
            The get rule elements pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetRenderedRuleElements.Run(Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            Runs the 'GetRuleElements' pipeline with specified arguments.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.Rules.Taxonomy.GetRuleElementProcessor">
            <summary>
            The get rule element processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetRuleElementProcessor.Process(Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The process.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetRuleElementProcessor.Action(System.Collections.Generic.Dictionary{Sitecore.Data.ID,Sitecore.Data.Items.Item},Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The action.
            </summary>
            <param name="result">
            The result.
            </param>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetRuleElementProcessor.EnrollVisibilityRules(Sitecore.Data.Items.Item,Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            Enrolls visibility rules.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.GetRuleElementProcessor.GetResultCollection(Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs)">
            <summary>
            The get result collection.
            </summary>
            <param name="args">
            The args.
            </param>
            <returns>
            The result collection
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs">
            <summary>
            The get condition items pipeline args.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs.ContextItemId">
            <summary>
            Gets or sets the context item.
            </summary>
            <value>
            The context item Id.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs.ElementFolders">
            <summary>
            Gets or sets ElementFolders.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs.RulesPath">
            <summary>
            Gets or sets RulesPath.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs.Tags">
            <summary>
            Gets or sets Tags.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Rules.Taxonomy.RuleElementsPipelineArgs.RuleContextFolder">
            <summary>
            Gets or sets the rule context folder.
            </summary>
            <value>
            The rule context folder.
            </value>
        </member>
        <member name="T:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs">
            <summary>Argument class for the Save Html pipeline.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs"/> class.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.Body">
            <summary>
            Gets or sets the body.
            </summary>
            <value>The body.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.Footer">
            <summary>
            Gets or sets the footer.
            </summary>
            <value>The footer.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.CodeFilename">
            <summary>
            Gets or sets the code filename.
            </summary>
            <value>The code filename.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.Code">
            <summary>
            Gets or sets the code.
            </summary>
            <value>The code.</value>
        </member>
        <member name="M:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveHtml.SaveHtmlArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.NewFile">
            <summary>
            Creates a new file.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.NewFile.Process(Sitecore.Pipelines.SaveLayout.SaveLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.Overwrite">
            <summary>
            Overwrites and existing file.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.Overwrite.Process(Sitecore.Pipelines.SaveLayout.SaveLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.Overwrite.ProcessExistingFile(System.String,Sitecore.Pipelines.SaveLayout.SaveLayoutArgs)">
            <summary>
            Processes the existing file.
            </summary>
            <param name="filename">The filename.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.Overwrite.ShowConfirmMessage(System.String)">
            <summary>
            Shows the confirm message.
            </summary>
            <param name="messageText">The confirm text.</param>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.ConvertToRuntime">
            <summary>
            Represents a ConvertToRuntime processor.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.ConvertToRuntime.Process(Sitecore.Pipelines.SaveLayout.SaveLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.ConvertToXHtml">
            <summary>
            Converts the body to XHtml.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.ConvertToXHtml.Process(Sitecore.Pipelines.SaveLayout.SaveLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.Save">
            <summary>
            Saves the layout.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.Save.Process(Sitecore.Pipelines.SaveLayout.SaveLayoutArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.Save.DispatchCommand(System.String,Sitecore.Web.UI.WebControls.AjaxScriptManager)">
            <summary>
            Dispatches the command.
            </summary>
            <param name="filename">The filename.</param>
            <param name="ajaxScriptManager">The ajax script manager.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.Save.UpdateTimestamp(System.String,Sitecore.Web.UI.Sheer.ClientPage,Sitecore.Web.UI.WebControls.AjaxScriptManager)">
            <summary>
            Updates the timestamp.
            </summary>
            <param name="filename">The filename.</param>
            <param name="clientPage">The client page.</param>
            <param name="ajaxScriptManager">The ajax script manager.</param>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs">
            <summary>
            Argument class for ILoginProcessor implementations
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.LayoutType">
            <summary>Defines the type of layout.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.LayoutType.Layout">
            <summary>Layout.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.LayoutType.Sublayout">
            <summary>Sublayout.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.LayoutType.Other">
            <summary>Other.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.Body">
            <summary>
            Gets or sets the body.
            </summary>
            <value>The body.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.ConvertToXHtml">
            <summary>
            Gets or sets a value indicating whether the layout is converted to XHTML.
            </summary>
            <value>
                <c>true</c> if the layout is converted to XHTML; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.ConvertToRuntime">
            <summary>
            Gets or sets a value indicating whether the layout should be converted to runtime HTML.
            </summary>
            <value><c>true</c> if the layout should be converted to runtime HTML; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.Filename">
            <summary>
            Gets or sets the filename.
            </summary>
            <value>The filename.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.Footer">
            <summary>
            Gets or sets the footer.
            </summary>
            <value>The footer.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.LastWriteTime">
            <summary>
            Gets or sets the last write time.
            </summary>
            <value>The last write time.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.CodeFilename">
            <summary>
            Gets or sets the code filename.
            </summary>
            <value>The code filename.</value>
        </member>
        <member name="P:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.Code">
            <summary>
            Gets or sets the code.
            </summary>
            <value>The code.</value>
        </member>
        <member name="M:Sitecore.Pipelines.SaveLayout.SaveLayoutArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.Save.BeforeSaveEvent">
            <summary>
            Fires the before save event.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.BeforeSaveEvent.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.ParseXml">
            <summary>
            Parses the Xml into the data structure.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ParseXml.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckItemLock">
            <summary>
            Checks whether items to be saved are locked and if they are it aborts the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckItemLock.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckRevision">
            <summary>
            Parses the Xml into the data structure.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckRevision.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckCloneSource">
            <summary>
            Ensures an item with 'broken' <see cref="F:Sitecore.FieldIDs.SourceItem"/> source field for <see cref="T:Sitecore.Configuration.Settings.ItemCloning"/> cannot be saved.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Save.CheckCloneSource.ItemSourceUriProvider">
            <summary>
            Provides and validates values for item <see cref="F:Sitecore.FieldIDs.Source"/> field to enable <see cref="T:Sitecore.Configuration.Settings.ItemCloning"/>.
            <para>Prevents a wrong value from being saved into an item.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Save.CheckCloneSource.CloningDisabled">
            <summary>
            The cloning disabled setting copy.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckCloneSource.#ctor(Sitecore.Data.Clones.ItemSourceUriProviders.ISourceUriProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Save.CheckCloneSource"/> class.
            </summary>
            <param name="itemSourceUriProvider">The item source URI provider.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckCloneSource.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.Validators">
            <summary>
            Validates the fields.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Validators.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Validators.ProcessInternal(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Processes the internal.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.ValidateFields">
            <summary>
            Validates the fields.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ValidateFields.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.HasWritePermission">
            <summary>
            Checks write permissions.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.HasWritePermission.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.NewVersion">
            <summary>
            Creates a new version if needed.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.NewVersion.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.TightenRelativeImageLinks">
            <summary>
            Processor for saving Html image links.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.TightenRelativeImageLinks.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckLock">
            <summary>
            Checks locking.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckLock.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.Lock">
            <summary>
            Locks the item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Lock.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Lock.GetField(Sitecore.Pipelines.Save.SaveArgs.SaveItem,Sitecore.Data.ID)">
            <summary>
            Gets the field.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldID">The field ID.</param>
            <returns>The field.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckBaseTemplateFieldChange">
            <summary>
            Checks whether BaseTemplate field was changed
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckBaseTemplateFieldChange.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckTemplateFieldChange">
            <summary>
            Checks for broken links.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckTemplateFieldChange.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckTemplateFieldChange.GetField(Sitecore.Pipelines.Save.SaveArgs.SaveItem,Sitecore.Data.ID)">
            <summary>
            Gets the field.
            </summary>
            <param name="saveItem">The save item.</param>
            <param name="id">The id.</param>
            <returns>The field.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Save.ConvertLayoutField">
            <summary>
            Processor for saving data.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ConvertLayoutField.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ConvertLayoutField.CompareNodes(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Compares the documents.
            </summary>
            <param name="newNode">The new node.</param>
            <param name="originalNode">The original node.</param>
            <returns>The documents.</returns>
            <contract>
              <requires name="newNode" condition="not null" />
              <requires name="originalNode" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ConvertLayoutField.CompareNodeAttributes(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Compares the node attributes.
            </summary>
            <param name="newNode">The new node.</param>
            <param name="originalNode">The original node.</param>
            <returns>The node attributes.</returns>
            <contract>
              <requires name="newNode" condition="not null" />
              <requires name="originalNode" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ConvertLayoutField.GetAttributes(System.Xml.XmlNode)">
            <summary>
            Compares the node attributes.
            </summary>
            <param name="node">The node.</param>
            <returns>The node attributes.</returns>
            <contract>
              <requires name="node" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.Save.ConvertLayoutField.GetChildElements(System.Xml.XmlNode)">
            <summary>
            Gets the child elements.
            </summary>
            <param name="node">The node.</param>
            <returns>The child elements.</returns>
            <contract>
              <requires name="node" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Pipelines.Save.CheckLinks">
            <summary>
            Checks for broken links.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckLinks.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.CheckLinks.ShowDialog(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Shows the dialog.
            </summary>
            <param name="item">The item.</param>
            <param name="links">The links.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.Save">
            <summary>
            Saves new field values into inner item.
            <para>Ensures that user can modify the field.</para>
            <para>Can remove scripts from RTE fields (based on <see cref="P:Sitecore.Configuration.Settings.HtmlEditor.RemoveScripts"/>).</para>
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Save.Save" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.#ctor(Sitecore.Abstractions.BaseTranslate,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Save.Save"/> class.
            </summary>
            <param name="translate">The translate.</param>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.#ctor(Sitecore.Abstractions.BaseTranslate,Sitecore.Abstractions.BaseLog,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Save.Save"/> class.
            </summary>
            <param name="translate">Implementation of a BaseTranslate.</param>
            <param name="logger">Implementation of a BaseLog.</param>
            <param name="removeAllScripts">Whether all JS should be removed from RTE fields.</param>
        </member>
        <member name="P:Sitecore.Pipelines.Save.Save.Translate">
            <summary>
            Gets the translate.
            </summary>
            <value>
            The translate.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.Save.RemoveScripts">
            <summary>
            Whether scripts should be removed from RTE fields.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Save.Save.Logger">
            <summary>
            Gets the logger.
            </summary>
            <value>
            The logger.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.OnLackWriteAccessDetected(Sitecore.Data.Items.Item,Sitecore.Data.Fields.Field,Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Called when lack of write access rights detected.
            </summary>
            <param name="item">The item.</param>
            <param name="field">The field.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.RemoveAllScripts(System.String)">
            <summary>
            Removes all JS from the specified string.
            </summary>
            <param name="text">String to process.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.SetAnimation(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Adds animation script to a page if <see cref="P:Sitecore.Pipelines.Save.SaveArgs.SaveAnimation"/>.
            </summary>
            <param name="args">The operation context data.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.UncheckModified(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Unchecks <see cref="P:Sitecore.Web.UI.Sheer.ClientPage.Modified"/> for current client page.
            </summary>
            <param name="args">The operation context data.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.FormatItem(Sitecore.Data.Items.Item)">
            <summary>
            Formats item for audit output.
            </summary>
            <param name="item">The item to be transformed into text representation.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Save.NeedsHtmlTagEncode(Sitecore.Pipelines.Save.SaveArgs.SaveField)">
            <summary>
            Defines if the html tags in the field value should be encoded.
            </summary>
            <param name="field">The save field</param>
            <returns><c>true</c> if the value should be encoded and <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Save.RenderingHack">
            <summary>
            Ugly hack.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.RenderingHack.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.Unlock">
            <summary>
            Unlocks the item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.Unlock.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.WorkflowSaveCommand">
            <summary>
            Unlocks the item.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.WorkflowSaveCommand.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.PostAction">
            <summary>
            Dispatches the post action message.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.PostAction.Process(Sitecore.Pipelines.Save.SaveArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Save.SaveArgs">
            <summary>
            Argument class for Save pipeline.
            </summary>
            <summary>Argument class for Save pipeline.</summary>
            <summary>Argument class for Save pipeline.</summary>
        </member>
        <member name="M:Sitecore.Pipelines.Save.SaveArgs.#ctor(System.Xml.XmlDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Save.SaveArgs"/> class.
            </summary>
            <param name="xml">The XML.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.SaveArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Save.SaveArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Save.SaveArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.Error">
            <summary>
            Gets or sets the error.
            </summary>
            <value>The error.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.HasSheerUI">
            <summary>
            Gets or sets a value indicating whether this instance has sheer UI.
            </summary>
            <value>
                <c>true</c> if this instance has sheer UI; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.Items">
            <summary>
            Gets or sets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.PostAction">
            <summary>
            Gets or sets the post action.
            </summary>
            <value>The post action.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SavedItems">
            <summary>
            Gets the saved items.
            </summary>
            <value>The saved items.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.Xml">
            <summary>
            Gets or sets the XML.
            </summary>
            <value>The XML.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveAnimation">
            <summary>
            Gets or sets a value indicating whether [save animation].
            </summary>
            <value><c>true</c> if [save animation]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.PolicyBasedLocking">
            <summary>
            Gets or sets a value indicating whether [policy based check in].
            </summary>
            <value><c>true</c> if [policy based check in]; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Save.SaveArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="T:Sitecore.Pipelines.Save.SaveArgs.SaveField">
            <summary>
            Holds a field for saving.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Save.SaveArgs.SaveField._id">
            <summary>The ID.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.Save.SaveArgs.SaveField._originalValue">
            <summary>The value.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.Save.SaveArgs.SaveField._value">
            <summary>The value.</summary>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveField.ID">
            <summary>
            The ID.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveField.OriginalValue">
            <summary>
            The value.
            </summary>
            <value>The original value.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveField.Value">
            <summary>
            The value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="T:Sitecore.Pipelines.Save.SaveArgs.SaveItem">
            <summary>
            Holds an item for saving.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveItem.Fields">
            <summary>
            The fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveItem.ID">
            <summary>
            The ID.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveItem.Language">
            <summary>
            The language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveItem.Version">
            <summary>
            The version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Save.SaveArgs.SaveItem.Revision">
            <summary>
            Gets or sets the revision.
            </summary>
            <value>The revision.</value>
        </member>
        <member name="T:Sitecore.Pipelines.Search.IDResolver">
            <summary>
            Resolves id searches.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.IDResolver.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Search.PathResolver">
            <summary>
            Resolves path searches
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.PathResolver.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Search.UrlResolver">
            <summary>
            Resolves url searchers.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.UrlResolver.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.UrlResolver.GetItem(Sitecore.Sites.SiteContext,Sitecore.Data.Database,System.Uri)">
            <summary>
            Gets the item.
            </summary>
            <param name="site">The site.</param>
            <param name="database">The database.</param>
            <param name="uri">The URI.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.UrlResolver.GetItemFromQueryString(Sitecore.Data.Database,System.Uri)">
            <summary>
            Gets the item from query string.
            </summary>
            <param name="database">The database.</param>
            <param name="uri">The URI.</param>
            <returns>The item from query string.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.UrlResolver.GetAliasItem(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the alias item.
            </summary>
            <param name="database">The database.</param>
            <param name="localPath">The local path.</param>
            <returns>The alias item.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.UrlResolver.GetLocalPath(System.Uri)">
            <summary>
            Gets the local path.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The local path.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.UrlResolver.ParseUri(System.String)">
            <summary>
            Parses the URI.
            </summary>
            <param name="url">The URL.</param>
            <returns>The URI.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Search.CategorizeResults">
            <summary>
            Categorizes the results.
            </summary>
            <summary>
            Categorizes the results.
            </summary>
            <summary>
            Categorizes the results.
            </summary>
            <summary>
            Categorizes the results.
            </summary>
            <summary>
            Categorizes the results.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.GetMostSuitableResult(Sitecore.Search.SearchResult,Sitecore.Globalization.Language)">
            <summary>
            Gets the most suitable result.
            </summary>
            <param name="result">The search result.</param>
            <param name="language">The current language.</param>
            <returns>The latest version in the specified language that matches an item. When no language is specified (or no items were found in the specified language), it returns the latest of the first language in the results.</returns>
            <remarks>
            If the result and its subresults don't match any item, then <paramref name="result"/> is returned.
            </remarks>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.GetLatestVersionWithItemByLanguage(Sitecore.Search.SearchResult)">
            <summary>
            Gets the latest version with item by language.
            </summary>
            <param name="result">The result.</param>
            <returns>Returns search result collection grouped by language</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.ToFlatResultList(Sitecore.Search.SearchResult)">
            <summary>
            Converts the <see cref="T:Sitecore.Pipelines.Search.CategorizeResults"/> to a <see cref="T:System.Collections.Generic.IEnumerable`1"/>.
            </summary>
            <param name="result">The result.</param>
            <returns> The <see cref="T:System.Collections.Generic.IEnumerable`1"/>.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Search.CategorizeResults.Categorizer">
            <summary>
            Categorizes search results.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Categorizer.AddCategory(Sitecore.Pipelines.Search.CategorizeResults.Category)">
            <summary>
            Adds the category.
            </summary>
            <param name="category">The item.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Categorizer.AddCategory(Sitecore.Pipelines.Search.CategorizeResults.Category,System.Int32)">
            <summary>
            Adds the category.
            </summary>
            <param name="category">The item.</param>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Categorizer.GetCategory(Sitecore.Data.Items.Item)">
            <summary>
            Gets the category.
            </summary>
            <param name="item">The item.</param>
            <returns>The category.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Categorizer.AddCategory(System.Xml.XmlNode)">
            <summary>
            Adds the category.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Search.CategorizeResults.Category">
            <summary>
            Represents a search result category
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Search.CategorizeResults.Category.DisplayName">
            <summary>
            Gets or sets the display name.
            </summary>
            <value>The display name.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Category.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.CategorizeResults.Category"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Category.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.CategorizeResults.Category"/> class.
            </summary>
            <param name="displayName">The display name.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Category.Matches(Sitecore.Data.Items.Item)">
            <summary>
            Matcheses the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>The matches.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.Category.GetAutoDisplayName">
            <summary>
            Gets the display name of the auto.
            </summary>
            <returns>The auto display name.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Search.CategorizeResults.PathCategory">
            <summary>
            Represents a path based category
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Search.CategorizeResults.PathCategory.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.PathCategory.#ctor(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.CategorizeResults.PathCategory"/> class.
            </summary>
            <param name="root">The root.</param>
            <param name="displayName">The display name.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.PathCategory.Matches(Sitecore.Data.Items.Item)">
            <summary>
            Matcheses the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>The matches.</returns>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.PathCategory.GetAutoDisplayName">
            <summary>
            Gets the display name of the auto.
            </summary>
            <returns>The auto display name.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Search.CategorizeResults.TemplateCategory">
            <summary>
            Represents a template based category.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Search.CategorizeResults.TemplateCategory.TemplateIDs">
            <summary>
            Gets the template ID.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.TemplateCategory.#ctor(System.Collections.Generic.IList{Sitecore.Data.ID},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.CategorizeResults.TemplateCategory"/> class.
            </summary>
            <param name="templateIDs">The _template ID.</param>
            <param name="displayName">The display name.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.CategorizeResults.TemplateCategory.Matches(Sitecore.Data.Items.Item)">
            <summary>
            Matcheses the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>The matches.</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Search.AddInstantOptions">
            <summary>
            Adds the instant search options.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.AddInstantOptions.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Search.DatabaseResolver">
            <summary>
            Allows database switching in instant searches.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.DatabaseResolver.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Search.SecurityResolver">
            <summary>
            Resolves the security based searches, such as users and roles.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SecurityResolver.Process(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SecurityResolver.AddRoleResult(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Adds the role result.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SecurityResolver.AddUserResult(Sitecore.Pipelines.Search.SearchArgs)">
            <summary>
            Adds the user result.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Search.SearchArgs">
            <summary>
            Arguments for search pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.ContentLanguage">
            <summary>
            Content language
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.Limit">
            <summary>
            Gets or sets the limit.
            </summary>
            <value>The limit.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.Query">
            <summary>
            Gets or sets the query.
            </summary>
            <value>The query.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.ParsedQueryClause">
            <summary>
            Gets or sets the parsed query clause.
            </summary>
            <value>
            The parsed query clause.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.UseLegacySearchEngine">
            <summary>
            Gets or sets a value indicating whether legacy search engine should be used.
            </summary>
            <value>
            <c>true</c> if legacy search engine should be used; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.TextQuery">
            <summary>
            Gets or sets the query.
            </summary>
            <value>The query.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.Result">
            <summary>
            Gets or sets the results.
            </summary>
            <value>The results.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.IsIndexProviderOn">
            <summary>
            Gets or sets a value indicating whether the underlying index provider is on.
            </summary>
            <value>
            <c>true</c> if this instance is index provider on; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Search.SearchArgs.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SearchArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.SearchArgs"/> class.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SearchArgs.#ctor(Sitecore.Search.QueryBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.SearchArgs"/> class.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SearchArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Search.SearchArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Search.SearchArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.Shutdown.ShowReason">
            <summary>
            Show the reason for shutdown.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Shutdown.ShowReason.Process(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.CheckPermissions">
            <summary>
            Checks permissions
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.CheckPermissions.Process(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.FilterBlockedExtensions">
            <summary>
            Cancel file uploading if extension is marked as disabled to be uploaded
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Upload.FilterBlockedExtensions._baseMediaManager">
            <summary>
            Initialize instance of BaseMediaManager
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.FilterBlockedExtensions.Process(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.FilterBlockedExtensions.GetFileNames(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Gets file names from UploadArgs files
            </summary>
            <param name="args">Upload args</param>
            <returns>Retruns array of file names from UploadArgs</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.CheckSize">
            <summary>
            Resolves the folder.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.CheckSize.Process(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.ResolveFolder">
            <summary>
            Resolves the folder.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResolveFolder.Process(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.Save">
            <summary>
            Saves the uploaded files.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.Save.Process(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.Save.ProcessItem(Sitecore.Pipelines.Upload.UploadArgs,Sitecore.Data.Items.MediaItem,System.String)">
            <summary>
            Processes the item.
            </summary>
            <param name="args">The arguments.</param>
            <param name="mediaItem">The media item.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.Save.UnpackToFile(Sitecore.Pipelines.Upload.UploadArgs,System.Web.HttpPostedFile)">
            <summary>
            Unpacks to file.
            </summary>
            <param name="args">The arguments.</param>
            <param name="file">The file.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.Save.UploadToFile(Sitecore.Pipelines.Upload.UploadArgs,System.Web.HttpPostedFile)">
            <summary>
            Uploads to file.
            </summary>
            <param name="args">The arguments.</param>
            <param name="file">The file.</param>
            <returns>The name of the uploaded file</returns>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.Done">
            <summary>
            Upload has finished.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.Done.Process(Sitecore.Pipelines.Upload.UploadArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.UploadProcessor">
            <summary>
            Represents a UploadProcessor.
            </summary>
             
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadProcessor.IsUnpack(Sitecore.Pipelines.Upload.UploadArgs,System.Web.HttpPostedFile)">
            <summary>
            Determines whether the specified args is zip.
            </summary>
            <param name="args">The arguments.</param>
            <param name="file">The file.</param>
            <returns>
                <c>true</c> if the specified args is zip; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.ResponseHandler">
            <summary>
            Response handler
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Upload.ResponseHandler.httpContextBase">
            <summary>
            HttpContextBase instance
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Upload.ResponseHandler"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.#ctor(System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Upload.ResponseHandler"/> class.
            </summary>
            <param name="httpContextBase">HttpContextBase object</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.FileTooBigForUpload(System.String)">
            <summary>
            Show file too big warning
            </summary>
            <param name="fileName"></param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.FileCannotBeUploaded(System.String,System.String)">
            <summary>
            File cannot be uploaded
            </summary>
            <param name="fileName">File name</param>
            <param name="reason">Reason</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.UploadDone(System.String,System.String)">
            <summary>
            Upload done.
            </summary>
            <param name="fileName">File name</param>
            <param name="message">Message</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.MaliciousFile(System.String)">
            <summary>
            Show file has malicious content warning
            </summary>
            <param name="fileName"></param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.GetFileTooBigHtml(System.String)">
            <summary>
            Get file too big html
            </summary>
            <param name="fileName">File name</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.GetFileCannotBeUploaded(System.String,System.String)">
            <summary>
            Get file cannot be uploaded
            </summary>
            <param name="fileName">File name</param>
            <param name="reason">Reason</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.GetDoneHtml(System.String,System.String)">
            <summary>
            Get done html
            </summary>
            <param name="fileName">File name</param>
            <param name="message">Message</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.ResponseHandler.GetMaliciousFileHtml(System.String)">
            <summary>
            Get malicious file warning html
            </summary>
            <param name="fileName">File name</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.UploadDestination">
            <summary>
            Specifies the destination for the upload operation.
            </summary>
        </member>
        <member name="F:Sitecore.Pipelines.Upload.UploadDestination.Database">
            <summary>Database.</summary>
        </member>
        <member name="F:Sitecore.Pipelines.Upload.UploadDestination.File">
            <summary>File</summary>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.UploadArgs">
            <summary>
            Argument class for the Upload pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.#ctor(Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandler)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> class.
            </summary>
            <param name="responseHandler">UI response handler</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.#ctor(Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandlerEx)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> class.
            </summary>
            <param name="responseHandler">UI response handler</param>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Files">
            <summary>
            Gets the files.
            </summary>
            <value>The files.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.CloseDialogOnEnd">
            <summary>
            Gets or sets a value indicating whether the pipeline closes the dialog on end.
            </summary>
            <value>
                <c>true</c> if the pipeline closes the dialog on end; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Destination">
            <summary>
            Gets or sets the destination.
            </summary>
            <value>The destination.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Folder">
            <summary>
            Gets or sets the folder.
            </summary>
            <value>The folder.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Overwrite">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> is overwrite.
            </summary>
            <value><c>true</c> if overwrite; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.UiResponseHandler">
            <summary>
            Gets or sets UiResponseHandler
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.UiResponseHandlerEx">
            <summary>
            Gets or sets UiResponseHandlerEx
            </summary>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Versioned">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> is versioned.
            </summary>
            <value><c>true</c> if versioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.Unpack">
            <summary>
            Gets or sets a value indicating whether ZIP archives are unpacked.
            </summary>
            <value><c>true</c> if ZIP archives are unpacked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.UploadedItems">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.ErrorText">
            <summary>
            Gets or sets the error text.
            </summary>
            <value>The error text.</value>
        </member>
        <member name="P:Sitecore.Pipelines.Upload.UploadArgs.FileOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> files the only.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> files the only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.ProcessorDone">
            <summary>
            A processor is done.
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.GetFileParameter(System.String,System.String)">
            <summary>
            Gets the file parameter.
            </summary>
            <param name="filename">The filename.</param>
            <param name="key">The key.</param>
            <returns>The file parameter.</returns>
            <contract>
              <requires name="filename" condition="not null" />
              <requires name="key" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.SetFileParameter(System.String,System.String,System.String)">
            <summary>
            Sets the file parameter.
            </summary>
            <param name="filename">The filename.</param>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <returns>The file parameter.</returns>
            <contract>
              <requires name="filename" condition="not null" />
              <requires name="key" condition="not null" />
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.AbortUpload(System.String)">
            <summary>
            Aborts the upload.
            </summary>
            <param name="abortUploadReason">The abort upload reason.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Pipelines.Upload.UploadArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandler">
            <summary>
            Handle upload ui response
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandler.FileTooBigForUpload(System.String)">
            <summary>
            Show file too big warning
            </summary>
            <param name="fileName">File name</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandler.UploadDone(System.String,System.String)">
            <summary>
            Upload done
            </summary>
            <param name="fileName">File name</param>
            <param name="message">Message</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandler.FileCannotBeUploaded(System.String,System.String)">
            <summary>
            File cannot be uploaded
            </summary>
            <param name="fileName">File name</param>
            <param name="reason">Reason</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandlerEx">
            <summary>
            Handle upload ui response
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandlerEx.MaliciousFile(System.String)">
            <summary>
            Show file has malicious content warning
            </summary>
            <param name="fileName">File name</param>
        </member>
        <member name="T:Sitecore.Pipelines.Upload.UploadArgs.AdapterUiResponseHandlerEx">
            <summary>
            Remove this when IUiResponseHandler is being removed
            </summary>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.AdapterUiResponseHandlerEx.#ctor(Sitecore.Pipelines.Upload.UploadArgs.IUiResponseHandler)">
            <summary>
             
            </summary>
            <param name="handler"></param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.AdapterUiResponseHandlerEx.UploadDone(System.String,System.String)">
            <summary>
            Wrap Done method
            </summary>
            <param name="fileName"></param>
            <param name="message"></param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.AdapterUiResponseHandlerEx.FileTooBigForUpload(System.String)">
            <summary>
            Wrap FileTooBig method
            </summary>
            <param name="fileName"></param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.AdapterUiResponseHandlerEx.FileCannotBeUploaded(System.String,System.String)">
            <summary>
            File cannot be uploaded
            </summary>
            <param name="fileName">File name</param>
            <param name="reason">Reason</param>
        </member>
        <member name="M:Sitecore.Pipelines.Upload.UploadArgs.AdapterUiResponseHandlerEx.MaliciousFile(System.String)">
            <summary>
            Wrap MaliciousFile method
            </summary>
            <param name="fileName"></param>
        </member>
        <member name="T:Sitecore.Globals">
            <summary>
            Represents the global data.
            </summary>
        </member>
        <member name="F:Sitecore.Globals.defaultCulture">
            <summary>
            The default culture.
            </summary>
        </member>
        <member name="F:Sitecore.Globals.linkDatabase">
            <summary>
            The link database.
            </summary>
        </member>
        <member name="F:Sitecore.Globals.server">
            <summary>
            The server.
            </summary>
        </member>
        <member name="F:Sitecore.Globals.serverBase">
            <summary>
            The server base.
            </summary>
        </member>
        <member name="F:Sitecore.Globals.serverUrl">
            <summary>
            The server url.
            </summary>
        </member>
        <member name="F:Sitecore.Globals.taskDatabase">
            <summary>
            The task database.
            </summary>
        </member>
        <member name="P:Sitecore.Globals.IsServerUrlCorrect">
            <summary>
            Gets a value indicating whether <see cref="P:Sitecore.Globals.ServerUrl"/> contains correct hostname value.
            </summary>
            <value>
            <c>True</c> if <see cref="P:Sitecore.Globals.ServerUrl"/> contains correct hostname value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Globals.DefaultCulture">
            <summary>
            Gets the default culture.
            </summary>
            <value>The default culture.</value>
        </member>
        <member name="P:Sitecore.Globals.LinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <value>The link database.</value>
        </member>
        <member name="P:Sitecore.Globals.Server">
            <summary>
            Gets the server.
            </summary>
            <value>The server.</value>
        </member>
        <member name="P:Sitecore.Globals.ServerBase">
            <summary>
            Gets the server base.
            </summary>
        </member>
        <member name="P:Sitecore.Globals.ServerUrl">
            <summary>
            Gets the server URL.
            </summary>
            <value>The server URL.</value>
        </member>
        <member name="P:Sitecore.Globals.TaskDatabase">
            <summary>
            Gets the task database.
            </summary>
            <value>The task database.</value>
        </member>
        <member name="M:Sitecore.Globals.Load">
            <summary>
            Loads this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Handle">
            <summary>
              Represents a server-specific unique identifier.
              <para><see cref="P:Sitecore.Configuration.Settings.InstanceName" /> is used to provide server-specific part.</para>
              <para>
                The default constructor would generate a random value by converting <see cref="M:System.Guid.NewGuid" /> to
                <see cref="T:System.String" />.
              </para>
              <para>The <see cref="M:Sitecore.Handle.Parse(System.String)" /> method allows to regenerate the <see cref="T:Sitecore.Handle" /> from <see cref="T:System.String" />.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Handle.Separator">
            <summary>
              The separator ';' used to separate values while producing <see cref="M:Sitecore.Handle.ToString" /> and <see cref="M:Sitecore.Handle.Parse(System.String)" /> value
              back.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.Null">
            <summary>
              The Server-specific empty handle.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.InstanceNameSerializationName">
            <summary>
            The name under which <see cref="F:Sitecore.Handle.instanceName"/> would be stored in serialization stream.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.UniqueValueSerializationName">
            <summary>
            The name under which <see cref="F:Sitecore.Handle.uniqueValue"/> would be stored in serialization stream.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.uniqueValue">
            <summary>
              The value used to compare <see cref="T:Sitecore.Handle"/> instances along with <see cref="F:Sitecore.Handle.instanceName"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.hashCode">
            <summary>
            The hash code of the instance.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.handleTextView">
            <summary>
            The combination of <see cref="F:Sitecore.Handle.uniqueValue"/> and <see cref="F:Sitecore.Handle.instanceName"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Handle.instanceName">
            <summary>
             The Sitecore instance name on which the handle was produced.
            </summary>
        </member>
        <member name="M:Sitecore.Handle.#ctor">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Handle" /> class with a random <see cref="T:System.String" /> generated by
              <see cref="M:System.Guid.NewGuid" />.
            </summary>
        </member>
        <member name="M:Sitecore.Handle.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Handle" /> class.
            </summary>
            <param name="info">The information.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Handle.#ctor(System.String,System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Handle" /> class.
            </summary>
            <param name="uniqueValue">The handle.</param>
            <param name="instanceName">The instance name.</param>
        </member>
        <member name="P:Sitecore.Handle.IsLocal">
            <summary>
              Gets a value indicating whether this instance was produced on this Sitecore Server instance.
            </summary>
            <value>
              <c>true</c> if handle instance was produced on this Sitecore Server instance; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Handle.ProducedByInstanceName">
            <summary>
            Gets the name of the Sitecore instance that produced the <see cref="T:Sitecore.Handle"/>.
            </summary>
            <value>
            The name of the Sitecore instance that produced the <see cref="T:Sitecore.Handle"/>.
            </value>
        </member>
        <member name="M:Sitecore.Handle.Parse(System.String)">
            <summary>
              Parses the specified text.
              <para>'uniqueValue;InstanceName' format expected.</para>
            </summary>
            <param name="value"> The value in 'uniqueValue;InstanceName' format.</param>
            <returns>The parsed <see cref="T:Sitecore.Handle" />;<see cref="F:Sitecore.Handle.Null" /> in case parsing failed.</returns>
        </member>
        <member name="M:Sitecore.Handle.Clone">
            <summary>
              Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
              A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Handle.Equals(System.Object)">
            <summary>
              Determines whether the specified <see cref="T:System.Object"></see> is equal to the current
              <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">
              The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>
            </param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object"></see> is equal to the current
              <see cref="T:System.Object"></see>;
              otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Handle.Equals(Sitecore.Handle)">
            <summary>
              Indicates whether the current object is equal to another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
              <c>true</c> if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Handle.GetHashCode">
            <summary>
              Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use
              in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
              A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Handle.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
              Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data needed to serialize the
              target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
            <param name="context">
              The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext" />) for this
              serialization.
            </param>
        </member>
        <member name="M:Sitecore.Handle.ToString">
            <summary>
              Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
              A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.ImageLib.ResizeOptions">
            <summary>
            ResizeOptions class
            </summary>
        </member>
        <member name="M:Sitecore.ImageLib.ResizeOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ImageLib.ResizeOptions"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.AllowStretch">
            <summary>
            Gets or sets a value indicating whether to allow stretching.
            </summary>
            <value><c>true</c> if stretching is allowed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value>The color of the background.</value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.CompositingMode">
            <summary>
            Gets or sets the compositing mode.
            </summary>
            <value>
            The compositing mode.
            </value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.Format">
            <summary>
            Gets or sets the image format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.IgnoreAspectRatio">
            <summary>
            Gets or sets a value indicating whether to ignore the aspect ratio when resizing.
            </summary>
            <value>
              <c>true</c> if ignore aspect ratio; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.InterpolationMode">
            <summary>
            Gets or sets the interpolation mode.
            </summary>
            <value>
            The interpolation mode.
            </value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty (i.e. <see cref="P:Sitecore.ImageLib.ResizeOptions.Size"/> is empty and <see cref="P:Sitecore.ImageLib.ResizeOptions.Scale"/> is 0).
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.MaxSize">
            <summary>
            Gets or sets the max size.
            </summary>
            <value>The max size.</value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.PixelOffsetMode">
            <summary>
            Gets or sets the pixel offset mode.
            </summary>
            <value>
            The pixel offset mode.
            </value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.PreserveResolution">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.ImageLib.ResizeOptions"/> preserves the image resolution.
            When generating thumbnails, default resolution is used (96dpi), not the original image resolution.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.ImageLib.ResizeOptions"/> preserves the resolution; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.Scale">
            <summary>
            Gets or sets the scale.
            </summary>
            <value>The scale.</value>
        </member>
        <member name="P:Sitecore.ImageLib.ResizeOptions.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="T:Sitecore.ImageLib.Resizer">
            <summary>
            Defines the resizer class.
            </summary>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Resize(System.Drawing.Bitmap,Sitecore.ImageLib.ResizeOptions,System.Drawing.Imaging.ImageFormat)">
            <summary>
            Resizes the specified bitmap.
            </summary>
            <param name="bitmap">The bitmap.</param>
            <param name="options">The options.</param>
            <param name="format">The format.</param>
            <returns>
            The resized bitmap.
            </returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Resize(System.Drawing.Bitmap,Sitecore.ImageLib.ResizeOptions,System.Drawing.Imaging.ImageFormat,System.Drawing.Drawing2D.InterpolationMode)">
            <summary>
            Resizes the specified bitmap.
            </summary>
            <param name="bitmap">The bitmap.</param>
            <param name="options">The options.</param>
            <param name="format">The format.</param>
            <param name="interpolationMode">The interpolation mode.</param>
            <returns>
            The resized bitmap.
            </returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Resize(System.Drawing.Bitmap,System.Drawing.Size,System.Drawing.Size,System.Drawing.Color,System.Drawing.Imaging.ImageFormat,System.Drawing.Drawing2D.InterpolationMode)">
            <summary>
            Resizes the specified bitmap.
            </summary>
            <param name="bitmap">The bitmap.</param>
            <param name="imageSize">Size of the image.</param>
            <param name="frameSize">Size of the frame.</param>
            <param name="frameColor">Color of the frame.</param>
            <param name="format">The format.</param>
            <param name="interpolationMode">The interpolation mode.</param>
            <returns>The resized bitmap.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Resize(System.Drawing.Bitmap,System.Drawing.Size,System.Drawing.Size,System.Drawing.Color,System.Boolean,System.Drawing.Imaging.ImageFormat,System.Drawing.Drawing2D.InterpolationMode)">
            <summary>
            Resizes the specified bitmap.
            </summary>
            <param name="bitmap">The bitmap.</param>
            <param name="imageSize">Size of the image.</param>
            <param name="frameSize">Size of the frame.</param>
            <param name="frameColor">Color of the frame.</param>
            <param name="preserveResolution">if set to <c>true</c> resolution will not be reduced to 96dpi.</param>
            <param name="format">The format.</param>
            <param name="interpolationMode">The interpolation mode.</param>
            <returns>The resized bitmap.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Resize(System.Drawing.Bitmap,System.Drawing.Size,System.Drawing.Size,System.Drawing.Color,System.Boolean,System.Drawing.Imaging.ImageFormat,System.Drawing.Drawing2D.InterpolationMode,System.Drawing.Drawing2D.CompositingMode,System.Drawing.Drawing2D.PixelOffsetMode)">
            <summary>
            Resizes the specified bitmap.
            </summary>
            <param name="bitmap">The bitmap.</param>
            <param name="imageSize">Size of the image.</param>
            <param name="frameSize">Size of the frame.</param>
            <param name="frameColor">Color of the frame.</param>
            <param name="preserveResolution">if set to <c>true</c> resolution will not be reduced to 96dpi.</param>
            <param name="format">The format.</param>
            <param name="interpolationMode">The interpolation mode.</param>
            <param name="compositingMode">The compositing mode.</param>
            <param name="pixelOffsetMode">The pixel offset mode.</param>
            <returns>
            The resized bitmap.
            </returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetScale(Sitecore.ImageLib.ResizeOptions,System.Drawing.Image,System.Drawing.Size)">
            <summary>
            Gets the scale.
            </summary>
            <param name="options">The options.</param>
            <param name="originalImage">The original image.</param>
            <param name="size">The size.</param>
            <returns>The scale factor of the image.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.LimitToMaxSize(Sitecore.ImageLib.ResizeOptions,System.Drawing.Size,System.Boolean@)">
            <summary>
            Gets the size.
            </summary>
            <param name="options">The options.</param>
            <param name="size">The old size.</param>
            <param name="proportionsAreSaved">if set to <c>true</c> proportions are saved.</param>
            <returns>The limited size.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetPreferredSize(Sitecore.ImageLib.ResizeOptions,System.Drawing.Image,System.Boolean@)">
            <summary>
            Gets the set of options to use in the image transformation.
            </summary>
            <param name="options">The options.</param>
            <param name="image">The image.</param>
            <param name="proportionsAreSaved">if set to <c>true</c> proportions are saved.</param>
            <returns>The preferred size.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Scale(System.Int32,System.Single)">
            <summary>
            Scales the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="amount">The scale.</param>
            <returns>The scaled value.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.Scale(System.Int32,System.Single,System.Int32)">
            <summary>
            Scales the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="amount">The amount.</param>
            <param name="maxValue">The max value.</param>
            <returns>
            The scaled value.
            </returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetFrameSize(System.Drawing.Bitmap,Sitecore.ImageLib.ResizeOptions)">
            <summary>
            Gets the size of the output bitmap including any whitespace area.
            </summary>
            <param name="image">The image.</param>
            <param name="options">The options.</param>
            <returns>The frame size.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetFrameSize(System.Drawing.Bitmap,Sitecore.ImageLib.ResizeOptions,System.Boolean@)">
            <summary>
            Gets the size of the output bitmap including any whitespace area.
            </summary>
            <param name="image">The image.</param>
            <param name="options">The options.</param>
            <param name="proportionsAreSaved">if set to <c>true</c> proportions are saved.</param>
            <returns>The frame size.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetImageSize(System.Drawing.Bitmap,System.Drawing.Size,Sitecore.ImageLib.ResizeOptions,System.Boolean)">
            <summary>
            Gets the size of the original image in the output bitmap.
            </summary>
            <param name="image">The image.</param>
            <param name="frameSize">Size of the frame.</param>
            <param name="options">The options.</param>
            <param name="proportionsAreSaved">if set to <c>true</c> proportions are saved.</param>
            <returns>The image size.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.ClearGif(System.Drawing.Bitmap,System.Byte)">
            <summary>
            Clears a GIF image.
            </summary>
            <param name="image">The image.</param>
            <param name="backgroundColor">Color of the background.</param>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.CreateGifFrame(System.Drawing.Size,System.Byte,System.Drawing.Bitmap)">
            <summary>
            Creates a GIF frame image.
            </summary>
            <param name="size">The frame size.</param>
            <param name="backgroundColor">The color.</param>
            <param name="image">The image.</param>
            <returns>The frame for GIF image.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetColorIndex(System.Drawing.Color,System.Drawing.Bitmap)">
            <summary>
            Gets the palette index of a color.
            </summary>
            <param name="color">The color.</param>
            <param name="image">The image.</param>
            <returns>The color index.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetColorIndex(System.Int32,System.Int32,System.Drawing.Imaging.BitmapData)">
            <summary>
            Gets the pixel pointer.
            </summary>
            <param name="x">The x axis.</param>
            <param name="y">The y axis.</param>
            <param name="data">The bitmap data.</param>
            <returns>The color index.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetLeastUsedColorIndex(System.Drawing.Bitmap)">
            <summary>
            Gets the index of the least used color.
            </summary>
            <param name="image">The image.</param>
            <returns>The least used color index.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.GetPaletteUsage(System.Drawing.Bitmap)">
            <summary>
            Gets the palette usage.
            </summary>
            <param name="image">The image.</param>
            <returns>The palette usage.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.OverlayGif(System.Drawing.Bitmap,System.Drawing.Bitmap)">
            <summary>
            Overlays two GIF images.
            </summary>
            <param name="image">The image.</param>
            <param name="frame">The frame.</param>
            <returns>The overlaid GIF bitmap.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.ReplaceLeastUsedColor(System.Drawing.Bitmap,System.Drawing.Color)">
            <summary>
            Replaces the the least used color with another.
            </summary>
            <param name="image">The image.</param>
            <param name="replacement">The color.</param>
            <returns>The replaced least used color.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.ResizeAny(System.Drawing.Bitmap,System.Drawing.Size,System.Drawing.Size,System.Drawing.Color,System.Boolean,System.Drawing.Drawing2D.InterpolationMode,System.Drawing.Drawing2D.CompositingMode,System.Drawing.Drawing2D.PixelOffsetMode)">
            <summary>
            Resizes an image of any type.
            </summary>
            <param name="image">The bitmap.</param>
            <param name="imageSize">Size of the image.</param>
            <param name="frameSize">Size of the frame.</param>
            <param name="frameColor">Color of the frame.</param>
            <param name="preserveResolution">if set to <c>true</c> this instance is preserve resolution.</param>
            <param name="interpolationMode">The interpolation mode.</param>
            <param name="compositingMode"></param>
            <param name="pixelOffsetMode"></param>
            <returns>The resized bitmap of any image.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.ResizeGif(System.Drawing.Bitmap,System.Drawing.Size,System.Boolean)">
            <summary>
            Resizes a GIF image.
            </summary>
            <param name="image">The bitmap.</param>
            <param name="size">The new size.</param>
            <param name="preserveResolution">if set to <c>true</c> resolution will not be reduced to 96 dpi.</param>
            <returns>The resized bitmap of GIF image.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.Resizer.ResizeGif(System.Drawing.Bitmap,System.Drawing.Size,System.Drawing.Size,System.Drawing.Color,System.Boolean)">
            <summary>
            Resizes a GIF image.
            </summary>
            <param name="image">The image.</param>
            <param name="imageSize">Size of the image.</param>
            <param name="frameSize">Size of the frame.</param>
            <param name="frameColor">Color of the frame.</param>
            <param name="preserveResolution">if set to <c>true</c> resolution will not be reduced to default (96dpi).</param>
            <returns>The resized bitmap of GIF image.</returns>
        </member>
        <member name="T:Sitecore.ImageLib.ThumbMaker">
            <summary>
            ThumbMaker
            </summary>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ImageLib.ThumbMaker"/> class.
            </summary>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.#ctor(System.Drawing.Bitmap)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.ImageLib.ThumbMaker"/> class.
            </summary>
            <param name="image">The image.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToGif(System.Int32,System.Int32,System.String)">
            <summary>
            Resizes to GIF.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToGif(System.Drawing.Size,System.Boolean)">
            <summary>
            Resizes to GIF.
            </summary>
            <param name="size">The size.</param>
            <param name="preserveResolution">if set to <c>true</c> output resolution will be the same as input resolution, not reduced to 96dpi.</param>
            <returns>The to GIF.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToJpeg(System.Int32,System.Int32,System.String)">
            <summary>
            Resizes to JPEG.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToJpeg(System.Int32,System.Int32,System.IO.Stream)">
            <summary>
            Resizes to JPEG.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToJpeg(System.Int32,System.Int32,System.Int64,System.String)">
            <summary>
            Resizes to JPEG.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="jQuality">The j quality.</param>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToJpeg(System.Int32,System.Int32,System.Int64,System.IO.Stream)">
            <summary>
            Resizes to JPEG.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="jQuality">The j quality.</param>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToPng(System.Int32,System.Int32,System.String)">
            <summary>
            Resizes to PNG.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeToPng(System.Int32,System.Int32,System.IO.Stream)">
            <summary>
            Resizes to PNG.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.GetSize(Sitecore.ImageLib.ResizeOptions,System.Drawing.Size)">
            <summary>
            Gets the size.
            </summary>
            <param name="options">The options.</param>
            <param name="size">The size.</param>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.GetSize(Sitecore.ImageLib.ResizeOptions,System.Drawing.Image)">
            <summary>
            Gets the set of options to use in the image transformation.
            </summary>
            <param name="image">The image.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.ResizeAnimatedGif(System.Int32,System.Int32)">
            <summary>
            Resizes the animated GIF.
            </summary>
            <param name="xSize">Size of the x.</param>
            <param name="ySize">Size of the y.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.ImageLib.ThumbMaker.Scale(System.Int32,System.Single)">
            <summary>
            Scales the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="amount">The scale.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.BlobData.BlobEntryData">
            <summary>
            BlobEntryData class
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobEntryData.#ctor(Sitecore.Install.BlobData.BlobLink)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.BlobEntryData"/> class.
            </summary>
            <param name="blobLink">The BLOB link.</param>
        </member>
        <member name="P:Sitecore.Install.BlobData.BlobEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.Install.BlobData.BlobInstaller">
            <summary>
            Media installer
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.#ctor(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.BlobInstaller"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.CreateContext">
            <summary>
            Creates the context.
            </summary>
            <returns>The context.</returns>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Installs blob from the entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.UpdateBlobData(Sitecore.Data.Items.Item,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            In Sitecore 5.3 attachment field contains blob value. In Sitecore 6 this field contains
            guid which is a referense for blob in related table.
            This method does a convertion for such values.
            Also the method registers references to blob values. In order not to install unused blobs.
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.FlushData(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Flushes the data.
            </summary>
            <param name="processingContext">The context.</param>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.StampsAreEqual(System.Byte[],System.Byte[])">
            <summary>
            Compares two stamps.
            </summary>
            <param name="stamp1">The stamp1.</param>
            <param name="stamp2">The stamp2.</param>
            <returns>True if the stamps are equal</returns>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.HasReference(System.Guid,System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Determines whether the specified id has reference.
            </summary>
            <param name="id">The id.</param>
            <param name="databaseName">Name of the database.</param>
            <param name="context">The context.</param>
            <returns>
                <c>true</c> if the specified id has reference; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.InstallEntry(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs the entry.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstaller.InstallFile(Sitecore.Install.Framework.IStreamHolder,System.Guid,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs a blob value to a file.
            </summary>
            <param name="stream">The stream.</param>
            <param name="guid">The GUID.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.BlobData.BlobInstallerContext">
            <summary>
            BlobInstallerContext class
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.BlobInstallerContext.Entries">
            <summary>
            Entries to be installed
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.BlobInstallerContext.References">
            <summary>
            Links to blobs, from the items that have been installed
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.BlobInstallerContext.FileReferences">
            <summary>
            Links to files, from the items that have been installed
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.BlobInstallerContext.ImageCache">
            <summary>
            Contains list of MD5 stamps for installed images and its guid
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobInstallerContext.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Install.BlobData.BlobLink">
            <summary>
            Link to a blob
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.BlobLink.databaseName">
            <summary>
            The _database name.
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.BlobLink.guid">
            <summary>
            The blob guid.
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobLink.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.BlobLink"/> class.
            </summary>
            <param name="field">
            The field.
            </param>
        </member>
        <member name="M:Sitecore.Install.BlobData.BlobLink.#ctor(System.String,System.Guid)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.BlobLink"/> class.
            </summary>
            <param name="databaseName">
            Name of the database.
            </param>
            <param name="guid">
            The blob GUID.
            </param>
        </member>
        <member name="P:Sitecore.Install.BlobData.BlobLink.DatabaseName">
            <summary>
            Gets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Install.BlobData.BlobLink.Guid">
            <summary>
            Gets the GUID.
            </summary>
            <value>The blob GUID.</value>
        </member>
        <member name="T:Sitecore.Install.BlobData.FileReference">
            <summary>
            Represents a reference to a file from media item
            </summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.FileReference.FileName">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.FileReference.ItemReference">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.BlobData.FileReference.FieldID">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.FileReference.#ctor(Sitecore.Install.Items.ItemReference,Sitecore.Data.ID,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.FileReference"/> class.
            </summary>
            <param name="itemReference">The item reference.</param>
            <param name="fieldId">The field id.</param>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="T:Sitecore.Install.BlobData.MediaStreamEntryData">
            <summary>
            MediaStreamEntryData class
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.MediaStreamEntryData.#ctor(Sitecore.Install.BlobData.MediaStreamLink)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.MediaStreamEntryData"/> class.
            </summary>
            <param name="link">The link.</param>
        </member>
        <member name="P:Sitecore.Install.BlobData.MediaStreamEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.BlobData.MediaStreamEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.Install.BlobData.MediaStreamLink">
            <summary>
            MediaStreamLink class
            </summary>
        </member>
        <member name="M:Sitecore.Install.BlobData.MediaStreamLink.#ctor(Sitecore.Resources.Media.Media,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.BlobData.MediaStreamLink"/> class.
            </summary>
            <param name="media">The media.</param>
            <param name="id">The id.</param>
        </member>
        <member name="P:Sitecore.Install.BlobData.MediaStreamLink.Media">
            <summary>
            Gets the media.
            </summary>
            <value>The media.</value>
        </member>
        <member name="P:Sitecore.Install.BlobData.MediaStreamLink.Id">
            <summary>
            Gets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="T:Sitecore.Install.Configuration.InstallerConfigurationTransform">
            <summary>
            Processor that adds a behaviour options to a package entry
            </summary>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerConfigurationTransform.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Configuration.InstallerConfigurationTransform"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerConfigurationTransform.#ctor(Sitecore.Install.Utils.BehaviourOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Configuration.InstallerConfigurationTransform"/> class.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="P:Sitecore.Install.Configuration.InstallerConfigurationTransform.Options">
            <summary>
            Gets or sets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerConfigurationTransform.Process(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Runs the processor.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="T:Sitecore.Install.Configuration.InstallerObjectFactory">
            <summary>
            Installer object factory
            </summary>
        </member>
        <member name="P:Sitecore.Install.Configuration.InstallerObjectFactory.Instance">
            <summary>
            Gets the instance.
            </summary>
            <value>The instance.</value>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Configuration.InstallerObjectFactory"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.Populate(Sitecore.Data.Items.Item)">
            <summary>
            Populates the specified root.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.GetAttribute(System.Type,System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="type">The type.</param>
            <param name="key">The key.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.GetAttributes(System.Type)">
            <summary>
            Gets the attributes.
            </summary>
            <param name="type">The type.</param>
            <returns>The attributes.</returns>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.GetElementName(System.Object)">
            <summary>
            Gets the name of the element by an instance
            </summary>
            <param name="object">Instance of type</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.GetType(System.String)">
            <summary>
            Gets the type by an element.
            </summary>
            <param name="element">The element name</param>
            <returns>The type</returns>
        </member>
        <member name="M:Sitecore.Install.Configuration.InstallerObjectFactory.Sitecore#DynamicSerialization#IObjectFactory#Register(System.String,System.Type)">
            <summary>
            Throws an exception.
            </summary>
            <param name="element">The element.</param>
            <param name="type">The type.</param>
        </member>
        <member name="T:Sitecore.Install.Events.InstallationEventArgs">
            <summary>
            Represents the arguments for a job finished event.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Events.InstallationEventArgs.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.ItemUri},System.Collections.Generic.IEnumerable{Sitecore.Install.Files.FileCopyInfo},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Events.InstallationEventArgs"/> class.
            </summary>
            <param name="itemsToInstall">The job.</param>
            <param name="filesToInstall"></param>
            <param name="jobName"></param>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationEventArgs.ItemsToInstall">
            <summary>
            The items that are going to be installed in the package
            </summary>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationEventArgs.FilesToInstall">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationEventArgs.JobName">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.Install.Events.InstallationRemoteEvent">
            <summary>
            Defines the InstallationRemoteEvent type.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Events.InstallationRemoteEvent.#ctor(System.String,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Events.InstallationRemoteEvent"/> class.
            </summary>
            <param name="eventName">
            The remote event name.
            </param>
            <param name="itemUris">
            The item URI's.
            </param>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationRemoteEvent.EventName">
            <summary>
            Gets or sets remote event name.
            </summary>
            <value>
            The event name.
            </value>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationRemoteEvent.ItemUris">
            <summary>
            Gets or sets array of item URI's.
            </summary>
            <value>
            The item URI's.
            </value>
        </member>
        <member name="T:Sitecore.Install.Events.InstallationRemoteEventArgs">
            <summary>
            Defines the InstallationRemoteEventArgs type.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Events.InstallationRemoteEventArgs.#ctor(System.String,System.Collections.Generic.IEnumerable{Sitecore.Data.ItemUri})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Events.InstallationRemoteEventArgs"/> class.
            </summary>
            <param name="eventName">
            The event name.
            </param>
            <param name="itemUris">
            The item URI's.
            </param>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationRemoteEventArgs.EventName">
            <summary>
            Gets or sets the event name.
            </summary>
            <value>
            The event name.
            </value>
        </member>
        <member name="P:Sitecore.Install.Events.InstallationRemoteEventArgs.ItemsToInstall">
            <summary>
            Gets or sets the items to install.
            </summary>
            <value>
            The items to install.
            </value>
        </member>
        <member name="T:Sitecore.Install.Files.DefaultFileInstallerEvents">
            <summary>
            Default implementation of <see cref="T:Sitecore.Install.Files.IFileInstallerEvents" />
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.DefaultFileInstallerEvents.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.DefaultFileInstallerEvents"/> class.
            </summary>
            <param name="overwrite">if set to <c>true</c> the all items will be overwritten during the installation.</param>
        </member>
        <member name="M:Sitecore.Install.Files.DefaultFileInstallerEvents.RequestOverwrite(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Requests calling party for overwrite event
            </summary>
            <param name="virtualPath">File path which is subject of request</param>
            <param name="context">Processing context</param>
            <returns>
            A pair of bools:
            <list type="bullet">
                    <item>First: Whether overwrite is allowed or not</item>
                    <item>Second: Whether decision should be applied to all subsequent files</item>
                </list>
            </returns>
        </member>
        <member name="M:Sitecore.Install.Files.DefaultFileInstallerEvents.BeforeCommit">
            <summary>
            Event fired before starting the process of actually installing files to their locations in the site.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Files.DirectoryEntryData">
            <summary>
            Directory entry data
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.DirectoryEntryData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.DirectoryEntryData"/> class.
            </summary>
            <param name="path">The path.</param>
        </member>
        <member name="P:Sitecore.Install.Files.DirectoryEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Files.DirectoryEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.ExplicitFileSource">
            <summary>
              FileInfo source that accepts Sitecore virtual paths
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.ExplicitFileSource"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSource.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.ExplicitFileSource.Builder">
            <summary>
            Builder for <see cref="T:Sitecore.Install.Files.ExplicitFileSource" />
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSource.Builder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.ExplicitFileSource.Builder"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSource.Builder.#ctor(Sitecore.Install.Files.ExplicitFileSource)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.ExplicitFileSource.Builder"/> class.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="P:Sitecore.Install.Files.ExplicitFileSource.Builder.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSource.Builder.GetDefaultRoot">
            <summary>
            Gets the default root.
            </summary>
            <returns>The default root.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.ExplicitFileSystemSource">
            <summary>
              FileInfo source that accepts raw filesystem paths
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.ExplicitFileSystemSource"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Install.Files.ExplicitFileSystemSource.Entries">
            <summary>
            Gets the entries.
            </summary>
            <value>The entries.</value>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.InternalPopulate(Sitecore.Install.Framework.ISink{System.IO.FileSystemInfo})">
            <summary>
            Converts the list of the pathes to the FileSystemInfo objects and populates the sink with it
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.ExplicitFileSystemSource.Builder">
            <summary>
            Builds the ExplicitFileSystemSource object
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.Builder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.ExplicitFileSystemSource.Builder"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.Builder.#ctor(Sitecore.Install.Files.ExplicitFileSystemSource)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.ExplicitFileSystemSource.Builder"/> class.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="P:Sitecore.Install.Files.ExplicitFileSystemSource.Builder.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Install.Files.ExplicitFileSystemSource.Builder.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.Builder.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.Builder.GetDefaultRoot">
            <summary>
            Gets the default root.
            </summary>
            <returns>The default root.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.GetList">
            <summary>
            Gets the list of paths.
            </summary>
            <returns>The list.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.ExplicitFileSystemSource.ResolveKey(System.String)">
            <summary>
            Resolves the key.
            </summary>
            <param name="key">The key.</param>
            <returns>The object.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.FileCopyInfo">
            <summary>
            Information about a file copying
            </summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileCopyInfo.SourcePath">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileCopyInfo.TargetPath">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileCopyInfo.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileCopyInfo"/> class.
            </summary>
            <param name="sourcePath">The source path.</param>
            <param name="targetPath">The target path.</param>
        </member>
        <member name="T:Sitecore.Install.Files.FileEntryData">
            <summary>
            Entry that represents a file
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileEntryData.#ctor(System.String,System.IO.FileInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileEntryData"/> class.
            </summary>
            <param name="path">The file path.</param>
            <param name="info">The file info.</param>
        </member>
        <member name="P:Sitecore.Install.Files.FileEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Files.FileEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileEntryData.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="path">The file path.</param>
            <returns>The key.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.FileInstaller">
            <summary>
            Installs files from package entries
            </summary>
        </member>
        <member name="T:Sitecore.Install.Files.FileInstaller.FileOperation">
            <summary>
              Supported basic file operations.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Files.FileInstaller.FileOperationInfo">
            <summary>
              File operation data object.
            </summary>
        </member>
        <member name="P:Sitecore.Install.Files.FileInstaller.CommitWorker.Sequence">
            <summary>
            Sets data necessary for worker operation
            </summary>
            <value>The sequence.</value>
        </member>
        <member name="P:Sitecore.Install.Files.FileInstaller.CommitWorker.LogFile">
            <summary>
            Sets the log file.
            </summary>
            <value>The log file.</value>
        </member>
        <member name="P:Sitecore.Install.Files.FileInstaller.CommitWorker.StatusFile">
            <summary>
            Sets the status file name.
            </summary>
            <value>The status file name.</value>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitWorker.LogError(System.Exception)">
            <summary>
            Logs the error.
            </summary>
            <param name="exception">The exception.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitWorker.Run">
            <summary>
            Runs the commit sequence.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Files.FileInstaller.CommitProcessor">
            <summary>
              Post-installation processor to move files to their locations.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.Process(Sitecore.Install.Framework.IProcessingContext,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
              Commits installation of files.
            </summary>
            <param name="entry"></param>
            <param name="context"></param>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.ProcessOperations(System.String,System.Collections.Generic.IEnumerable{Sitecore.Install.Files.FileInstaller.FileOperationInfo})">
            <summary>
            Processes operations in a separate AppDomain
            </summary>
            <param name="taskId">The task id.</param>
            <param name="operations">The operations.</param>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.CreateWorker">
            <summary>
            Creates file installation worker object in the specified appdomain
            </summary>
            <returns><see cref="T:Sitecore.Install.Files.FileInstaller.CommitWorker"/>instance</returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.CreateDomain">
            <summary>
            Creates separate appdomain that will install files
            </summary>
            <returns>The domain.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.UnwrapOperations(System.Collections.Generic.IEnumerable{Sitecore.Install.Files.FileCopyInfo},System.String)">
            <summary>
            Unwraps installation sequence into a atomic file operations to perform the transaction.
            </summary>
            <param name="data">The data.</param>
            <param name="transactionId">The transaction id.</param>
            <returns>The operations.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.RemoveTransaction(System.String,System.Collections.Generic.ICollection{Sitecore.Install.Files.FileInstaller.FileOperationInfo})">
            <summary>
            Generates sequence to remove transaction data from temporary folder.
            </summary>
            <param name="transactionId">The transaction id.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.InstallFile(Sitecore.Install.Files.FileCopyInfo,System.Collections.Generic.ICollection{Sitecore.Install.Files.FileInstaller.FileOperationInfo})">
            <summary>
            Generates sequence to install file from transaction folder.
            </summary>
            <param name="info">The info.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.BackupFile(System.String,System.String,System.Collections.Generic.ICollection{Sitecore.Install.Files.FileInstaller.FileOperationInfo})">
            <summary>
            Generates sequence for backup file to installation history folder.
            </summary>
            <param name="path">The path.</param>
            <param name="transactionid">The transactionid.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CommitProcessor.GetCommitScriptName(System.String)">
            <summary>
            Gets the name of the commit script.
            </summary>
            <param name="id">The id.</param>
            <returns>The commit script name.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.GetStatusFileName(System.String)">
            <summary>
            Gets the name of the status file for file installer and its background worker.
            </summary>
            <param name="taskID">The task ID.</param>
            <returns>The status file name.</returns>
        </member>
        <member name="E:Sitecore.Install.Files.FileInstaller.FileScheduledForInstallation">
            <summary>
            Occurs when the file is scheduled for installation.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.#ctor(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileInstaller"/> class.
            </summary>
            <param name="processingContext">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            If an entry contains file or directory it will be installed.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.GetOverwriteOption(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Gets the overwrite option.
            </summary>
            <param name="context">The context.</param>
            <returns>The overwrite option.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.Install(System.Boolean,System.String,Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Installs the specified allow overwrite.
            </summary>
            <param name="allowOverwrite">If set to <c>true</c> overwrite file is allowed.</param>
            <param name="path">The file path.</param>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.Install(System.Boolean,System.String,System.IO.Stream)">
            <summary>
            Installs the specified allow overwrite.
            </summary>
            <param name="allowOverwrite">If set to <c>true</c> overwrite file is allowed.</param>
            <param name="path">The file path.</param>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.OnFileScheduledForInstallation(Sitecore.Install.Files.FileCopyInfo)">
            <summary>
            Called when the specified file scheduled for installation.
            </summary>
            <param name="info">The information.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.GenerateTransactionId(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Generates the transaction id.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.GetTransactionPath(System.String,System.String)">
            <summary>
            Gets the transaction path.
            </summary>
            <param name="type">The type.</param>
            <param name="transactionid">The transactionid.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.GetTempPath(System.String)">
            <summary>
            Gets the temp path.
            </summary>
            <param name="transactionid">The transactionid.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.InstallIsAllowed(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Determines whether installation is allowed.
            </summary>
            <param name="virtualPath">The virtual path.</param>
            <param name="outerContext">The outer context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstaller.CreateContext">
            <summary>
            Creates the context.
            </summary>
            <returns>The context.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.FileScheduledForInstallationHandler">
            <summary>
            The handler design to process event that is risen after the file has been scheduled to be updated from the package.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Install.Files.FileScheduledForInstallationEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Install.Files.FileInstallerContext">
            <summary>
            File installer context
            </summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileInstallerContext.Overwrite">
            <summary>
            Defines whether files should be overwritten when collision
            </summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileInstallerContext.ApplyToAll">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileInstallerContext.FileInstallerContextKey">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileInstallerContext.Events">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileInstallerContext.Transaction">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Files.FileInstallerContext.LayersFileModification">
            <summary>
            The layers file modification info. When modification is not detected the field is null.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileInstallerContext.#ctor(Sitecore.Install.Files.IFileInstallerEvents)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileInstallerContext"/> class.
            </summary>
            <param name="events">The events.</param>
        </member>
        <member name="F:Sitecore.Install.Files.FileKeyUtils.DirectorySuffix">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.GetKey(System.IO.FileSystemInfo)">
            <summary>
            Gets the key.
            </summary>
            <param name="info">The info.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="virtualPath">The virtual path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.GetDirectoryKey(System.String)">
            <summary>
            Gets the directory key.
            </summary>
            <param name="virtualPath">The virtual path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.GetVirtualPath(System.String)">
            <summary>
            Gets the virtual path.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.IsDirectory(System.String)">
            <summary>
            Determines whether the specified key is directory.
            </summary>
            <param name="key">The key.</param>
            <returns>
                <c>true</c> if the specified key is directory; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.Resolve(System.String)">
            <summary>
            Resolves the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.FileKeyUtils.KeyIsAlive(System.String)">
            <summary>
            Checks wheter file or directory exists.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Files.FileScheduledForInstallationEventArgs">
            <summary>
            The event arguments designed for the FileScheduledForInstallation handler.
            </summary>
            <seealso cref="T:System.EventArgs" />
        </member>
        <member name="M:Sitecore.Install.Files.FileScheduledForInstallationEventArgs.#ctor(Sitecore.Install.Files.FileCopyInfo,Sitecore.Install.Files.FileInstallerContext,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileScheduledForInstallationEventArgs" /> class.
            </summary>
            <param name="scheduleInfo">The schedule information.</param>
            <param name="context">The installation context.</param>
            <param name="processingContext">The processing context.</param>
        </member>
        <member name="P:Sitecore.Install.Files.FileScheduledForInstallationEventArgs.ScheduleInfo">
            <summary>
            Gets the file copy schedule information.
            </summary>
            <value>
            The schedule information.
            </value>
        </member>
        <member name="P:Sitecore.Install.Files.FileScheduledForInstallationEventArgs.Context">
            <summary>
            Gets the file installation context.
            </summary>
            <value>
            The file installation context.
            </value>
        </member>
        <member name="P:Sitecore.Install.Files.FileScheduledForInstallationEventArgs.ProcessingContext">
            <summary>
            Gets the processing context.
            </summary>
            <value>
            The processing context.
            </value>
        </member>
        <member name="T:Sitecore.Install.Files.FileSource">
            <summary>
              FileInfo dynamic source that accepts virtual paths
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileSource.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.FileSystemSource">
            <summary>
            File system source. Get all files from the Root property and populates a sink whis <see cref="T:System.IO.FileSystemInfo"/>
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileSystemSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileSystemSource"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileSystemSource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileSystemSource"/> class.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="P:Sitecore.Install.Files.FileSystemSource.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="M:Sitecore.Install.Files.FileSystemSource.InternalPopulate(Sitecore.Install.Framework.ISink{System.IO.FileSystemInfo})">
            <summary>
            Puts a file or a directory to the sink.
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileSystemSource.ProcessPath(System.String,Sitecore.Install.Framework.ISink{System.IO.FileSystemInfo})">
            <summary>
            Puts a file or a directory to the sink.
            </summary>
            <param name="path">The path.</param>
            <param name="sink">The sink.</param>
        </member>
        <member name="M:Sitecore.Install.Files.FileSystemSource.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.FileToEntryConverter">
            <summary>
            File to entry converter
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileToEntryConverter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.FileToEntryConverter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.FileToEntryConverter.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The resolved path.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.IFileInstallerEvents">
            <summary>
            Defines basic file installer events
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.IFileInstallerEvents.RequestOverwrite(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
              Requests calling party for overwrite event
            </summary>
            <param name="virtualPath">File path which is subject of request</param>
            <param name="context">Processing context</param>
            <returns>A pair of bools:
              <list type="bullet">
                 <item>First: Whether overwrite is allowed or not</item>
                 <item>Second: Whether decision should be applied to all subsequent files</item>
              </list>
            </returns>
        </member>
        <member name="M:Sitecore.Install.Files.IFileInstallerEvents.BeforeCommit">
            <summary>
            Event fired before starting the process of actually installing files to their locations in the site.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler">
            <summary>
            Responsible for updating layers configuration file when package installs configuration into layer specific location.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.modulesLayerPath">
            <summary>
            The modules layer path.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.undefinedModulesLayerPath">
            <summary>
            The undefined modules layer path.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.Handle(System.Object,Sitecore.Install.Files.FileScheduledForInstallationEventArgs)">
            <summary>
            Handles the FileScheduledForInstallation event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Install.Files.FileScheduledForInstallationEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.ModifyLayersConfiguration(System.String,Sitecore.Install.Files.FileInstallerContext,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Modifies the layers configuration.
            </summary>
            <param name="path">The path to the module configuration file.</param>
            <param name="context">The context.</param>
            <param name="processingContext">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.SerializeConfigurationLayerProvider(Sitecore.Configuration.IConfigurationLayerProvider,System.String)">
            <summary>
            Serializes the configuration layer provider.
            </summary>
            <param name="provider">The provider.</param>
            <param name="layerFilePath">The layer file path.</param>
            <returns><c>true</c> if operation succeed.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.GetLayerProviderSerializer">
            <summary>
            Gets the layer provider serializer.
            </summary>
            <returns>The serializer.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.DeserializeConfigurationLayerProvider(System.String)">
            <summary>
            Deserializes the configuration layer provider.
            </summary>
            <param name="layerFilePath">The layer file path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.GetModuleConfigurationFolderName(System.String)">
            <summary>
            Gets the name of the module configuration folder.
            </summary>
            <param name="moduleConfigurationPath">The module configuration path.</param>
            <returns>The name of the root folder that contains module related configuration files.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.IsModulesLayerConfigurationFile(System.String)">
            <summary>
            Determines whether the specified mapped file path belongs to the modules configuration layer.
            </summary>
            <param name="mappedFileSystemEntryPath">The mapped file system entry path.</param>
            <returns><c>true</c> when the specified mapped file path belongs to the modules configuration layer.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.GetModulesLayerPath">
            <summary>
            Gets the modules layer path.
            </summary>
            <returns>The mapped path to the modules configuration layer.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.GetProviders">
            <summary>
            Gets the providers.
            </summary>
            <returns>The collection of configuration providers.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.LayersAwareConfigurationFileInstallationHandler.GetLayersConfigurationFilePath">
            <summary>
            Gets the layers configuration file path.
            </summary>
            <returns>The absolute path to the Layers.config file.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.MappedFileProvider">
            <summary>
            Mapped file provider
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.MappedFileProvider.GetStream(System.String)">
            <summary>
            Gets the stream from a file by file name.
            </summary>
            <param name="name">File name.</param>
            <returns>The stream.</returns>
        </member>
        <member name="T:Sitecore.Install.Files.PathUtils">
            <summary>
            Path utils
            </summary>
        </member>
        <member name="F:Sitecore.Install.Files.PathUtils.DirectorySuffix">
            <summary>Directory suffix</summary>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.ReducePath(System.String,System.String)">
            <summary>
            Reduces the path.
            </summary>
            <param name="root">The root.</param>
            <param name="fullname">The fullname.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.UnifyPathSeparators(System.String)">
            <summary>
            Unifies the path separators.
            </summary>
            <param name="path">The path.</param>
            <returns>The unified path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.UnifyPath(System.String)">
            <summary>
            Unifies the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.MangleDirectoryPath(System.String)">
            <summary>
            Mangles the directory path.
            </summary>
            <param name="path">The path.</param>
            <returns>The directory path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.DemangleDirectoryPath(System.String)">
            <summary>
            Demangles the directory path.
            </summary>
            <param name="path">The path.</param>
            <returns>The directory path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.IsDirectoryPath(System.String)">
            <summary>
            Determines whether [is directory path] [the specified path].
            </summary>
            <param name="path">The path.</param>
            <returns>
                <c>true</c> if [is directory path] [the specified path]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.Unmap(System.String)">
            <summary>
            Unmaps the specified path.
            </summary>
            <param name="path">The path.</param>
            <returns>The unmap.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.PathUtils.MapPath(System.String)">
            <summary>
            Maps the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="P:Sitecore.Install.Files.PathUtils.SiteRoot">
            <summary>
            Gets the site root.
            </summary>
            <value>The site root.</value>
        </member>
        <member name="T:Sitecore.Install.Files.RawFileSystemWriter">
            <summary>
            Installs files from package entries
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileSystemWriter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.RawFileSystemWriter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileSystemWriter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.RawFileSystemWriter"/> class.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="P:Sitecore.Install.Files.RawFileSystemWriter.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileSystemWriter.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Install a file from a package entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="T:Sitecore.Install.Files.RawFileToEntryConverter">
            <summary>
            Represents a convertor from file to package entry
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileToEntryConverter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.RawFileToEntryConverter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileToEntryConverter.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Files.RawFileToEntryConverter"/> class.
            </summary>
            <param name="root">The root.</param>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="P:Sitecore.Install.Files.RawFileToEntryConverter.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileToEntryConverter.InternalConvert(System.IO.FileSystemInfo,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Converts a file into package entry.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
            <returns>The conversion result.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileToEntryConverter.ReducePath(System.String)">
            <summary>
            Reduces the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The reduced path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileToEntryConverter.ResolvePath(System.String)">
            <summary>
            Resolves the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The resolved path.</returns>
        </member>
        <member name="M:Sitecore.Install.Files.RawFileToEntryConverter.GetIconFromPipeline(System.String)">
            <summary>
            The get icon from pipeline.
            </summary>
            <param name="filename">
            The file name.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ExplicitKeyFilter">
            <summary>
            Represents a filter which is qualifying an entry by key
            </summary>
        </member>
        <member name="P:Sitecore.Install.Filters.ExplicitKeyFilter.Keys">
            <summary>
            Gets the keys.
            </summary>
            <value>The keys.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ExplicitKeyFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="M:Sitecore.Install.Filters.ExplicitKeyFilter.Qualify(System.String)">
            <summary>
            Qualifies the specified sample.
            </summary>
            <param name="sample">The sample.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Install.Filters.ExplicitKeyFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Install.Filters.FileDateFilter">
            <summary>
            Filter which is checking the creation date of the file
            </summary>
        </member>
        <member name="T:Sitecore.Install.Filters.FileDateFilter.FileDateFilterType">
            <summary>
            Enumeration that defines a mode of working for <see cref="T:Sitecore.Install.Filters.FileDateFilter" />
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.FileDateFilter.FileDateFilterType.CreatedFilter">
            <summary>
            Filter will be checking the date of the creation
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.FileDateFilter.FileDateFilterType.ModifiedFilter">
            <summary>
            Filter will be checking the date of the modification
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.FileDateFilter.NoValue">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.Filters.FileDateFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileDateFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.FileDateFilter.#ctor(Sitecore.Install.Filters.FileDateFilter.FileDateFilterType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileDateFilter"/> class.
            </summary>
            <param name="filterType">Type of the filter.</param>
        </member>
        <member name="M:Sitecore.Install.Filters.FileDateFilter.#ctor(System.String,System.String,Sitecore.Install.Filters.FileDateFilter.FileDateFilterType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileDateFilter"/> class.
            </summary>
            <param name="actionDateFrom">The start date/time of the action expressed as UTC.</param>
            <param name="actionDateTo">The finish date/time of the action, expressed as UTC.</param>
            <param name="filterType">Type of the filter.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.FileDateFilter.FilterType">
            <summary>
            Gets or sets the type of the filter.
            </summary>
            <value>The type of the filter.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.FileDateFilter.ActionDateTo">
            <summary>
            Gets or sets the finish date/time of the action, expressed as UTC.
            </summary>
            <value>The finish date/time of the action, expressed as UTC.</value>
            <remarks>Date/time should have UTC marker</remarks>
        </member>
        <member name="P:Sitecore.Install.Filters.FileDateFilter.ActionDateFrom">
            <summary>
            Gets or sets the start date/time of the action, expressed as UTC.
            </summary>
            <value>The start date/time of the action, expressed as UTC.</value>
            <remarks>Date/time should have UTC marker</remarks>
        </member>
        <member name="P:Sitecore.Install.Filters.FileDateFilter.NotOlderThan">
            <summary>
            Gets or sets the value that indicates time period, calculated in days.
            </summary>
            <value>Indicates time period, calculated in days.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.FileDateFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="P:Sitecore.Install.Filters.FileDateFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Install.Filters.FileNameFilter">
            <summary>
            Represents a filter which is qualifing the name of the file
            with the specifyed regular expression pattern
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.FileNameFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileNameFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.FileNameFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileNameFilter"/> class.
            </summary>
            <param name="pattern">The pattern.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.FileNameFilter.Pattern">
            <summary>
            Gets or sets the pattern.
            </summary>
            <value>The pattern.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.FileNameFilter.AcceptDirectories">
            <summary>
              Always accept directories regardless of name pattern match
            </summary>
        </member>
        <member name="P:Sitecore.Install.Filters.FileNameFilter.RegexPattern">
            <summary>
            Gets the regex pattern.
            </summary>
            <value>The regex pattern.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.FileNameFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="P:Sitecore.Install.Filters.FileNameFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.FileNameFilter.GenerateRegex(System.String)">
            <summary>
            Generates the regex.
            </summary>
            <param name="pattern">The pattern.</param>
            <returns>The regex.</returns>
        </member>
        <member name="T:Sitecore.Install.Filters.FileSizeFilter">
            <summary>
            Represents a filter which is checking file size
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.FileSizeFilter.NoValue">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.Filters.FileSizeFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileSizeFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.FileSizeFilter.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.FileSizeFilter"/> class.
            </summary>
            <param name="minimumSize">The minimum size.</param>
            <param name="maximumSize">The maximum size.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.FileSizeFilter.MinimumSize">
            <summary>
            Gets or sets the minimum size.
            </summary>
            <value>The minimum size.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.FileSizeFilter.MaximumSize">
            <summary>
            Gets or sets the maximum size.
            </summary>
            <value>The maximum size.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.FileSizeFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="P:Sitecore.Install.Filters.FileSizeFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemDateFilter">
            <summary>
            Represents a filter which is qualifying items by date
            </summary>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType">
            <summary>
            Enumeration of the way in which <see cref="T:Sitecore.Install.Filters.ItemDateFilter" /> is choosing a date
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType.CreatedFilter">
            <summary>
            A creation date will be choosen
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType.ModifiedFilter">
            <summary>
            A modification date will be choosen
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType.PublishedFilter">
            <summary>
            A publishing date will be choosen
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemDateFilter.NoValue">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemDateFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemDateFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemDateFilter.#ctor(Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemDateFilter"/> class.
            </summary>
            <param name="filterType">Type of the filter.</param>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemDateFilter.#ctor(System.String,System.String,Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemDateFilter"/> class.
            </summary>
            <param name="actionDateFrom">The start date of the action expressed as UTC.</param>
            <param name="actionDateTo">The finish date of the action, expressed as UTC.</param>
            <param name="filterType">Type of the filter.</param>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemDateFilter.#ctor(System.Int32,Sitecore.Install.Filters.ItemDateFilter.ItemDateFilterType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemDateFilter"/> class.
            </summary>
            <param name="days">Defines time period, in days.</param>
            <param name="filterType">Type of the filter.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemDateFilter.FilterType">
            <summary>
            Gets or sets the type of the filter.
            </summary>
            <value>The type of the filter.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemDateFilter.NotOlderThan">
            <summary>
            Gets or sets the value that indicates time period, calculated in days.
            </summary>
            <value>Indicates time period, calculated in days.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemDateFilter.ActionDateTo">
            <summary>
            Gets or sets the finish date/time of the action, expressed as UTC.
            </summary>
            <value>The finish date/time of the action, expressed as UTC.</value>
            <remarks>Date/time should have UTC marker</remarks>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemDateFilter.ActionDateFrom">
            <summary>
            Gets or sets the start date/time of the action, expressed as UTC.
            </summary>
            <value>The start date/time of the action, expressed as UTC.</value>
            <remarks>Date/time should have UTC marker</remarks>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemDateFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemDateFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemLanguageFilter">
            <summary>
            Represents a filter which is qualifying the item version by its language
            </summary>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemLanguageFilter.Languages">
            <summary>
            Gets or sets the languages.
            </summary>
            <value>The languages.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemLanguageFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemLanguageFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemNameFilter">
            <summary>
            Represent a filter which is qualifying items by name
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemNameFilter.Wildcard.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemNameFilter.Wildcard"/> class.
            </summary>
            <param name="pattern">The pattern.</param>
            <param name="options">The options.</param>
            <contract>
              <requires name="pattern" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemNameFilter.Wildcard.WildcardToRegex(System.String)">
            <summary>
            Wildcards to regex.
            </summary>
            <param name="pattern">The pattern.</param>
            <returns>The to regex.</returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemNameFilter.SearchType">
            <summary>
            Search type
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemNameFilter.SearchType.Simple">
            <summary>
            Simple search
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemNameFilter.SearchType.Regex">
            <summary>
            Searching by a regual expression
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemNameFilter.SearchType.Wildcards">
            <summary>
            Searching by an expression with some wildcards
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemNameFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemNameFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemNameFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemNameFilter"/> class.
            </summary>
            <param name="pattern">The pattern.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemNameFilter.Pattern">
            <summary>
            Gets or sets the pattern.
            </summary>
            <value>The pattern.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemNameFilter.FilterSearchType">
            <summary>
            Gets or sets the type of the filter search.
            </summary>
            <value>The type of the filter search.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemNameFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemNameFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemPublishFilter">
            <summary>
              Accepts only the version of item which would be published on the specified date
              (optionally taking or not taking workflow into account)
            </summary>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemPublishFilter.PublishDate">
            <summary>
            Gets or sets the publish date.
            </summary>
            <value>The publish date.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemPublishFilter.CheckWorkflow">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Filters.ItemPublishFilter"/> checks the workflow.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Filters.ItemPublishFilter"/> checks the workflow; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemPublishFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemPublishFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemPublishFilter.GetData(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Gets the data.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemPublishFilter.GetValidVersion(Sitecore.Data.Items.Item,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Gets the valid version.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemRoleFilter">
            <summary>
            Represents a filter to filiter item by role of the user who created/modified last that item
            </summary>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemRoleFilter.ItemRoleFilterType">
            <summary>
            Enumeration of ways in which <see cref="T:Sitecore.Install.Filters.ItemRoleFilter" /> is choosing a field to qualify by
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemRoleFilter.ItemRoleFilterType.Created">
            <summary>
            "Created by" field will be used
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemRoleFilter.ItemRoleFilterType.Modified">
            <summary>
            "Modified by" field will be used
            </summary>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemRoleFilter.Roles">
            <summary>
            Gets or sets the roles.
            </summary>
            <value>The roles.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemRoleFilter.FilterType">
            <summary>
            Gets or sets the type of the filter.
            </summary>
            <value>The type of the filter.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemRoleFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemRoleFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemTemplateFilter">
            <summary>
            Represents a filter wich is filtering items by its template
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemTemplateFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemTemplateFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemTemplateFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.ItemTemplateFilter"/> class.
            </summary>
            <param name="templates">The templates.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemTemplateFilter.Templates">
            <summary>
            Gets or sets the templates.
            </summary>
            <value>The templates.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemTemplateFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemTemplateFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemUserFilter">
            <summary>
            Represents a filter which is qualifying an item by the user which created/modified this item
            </summary>
        </member>
        <member name="T:Sitecore.Install.Filters.ItemUserFilter.ItemUserFilterType">
            <summary>
            Filting mode
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemUserFilter.ItemUserFilterType.Created">
            <summary>
            "Created by" field will be used
            </summary>
        </member>
        <member name="F:Sitecore.Install.Filters.ItemUserFilter.ItemUserFilterType.Modified">
            <summary>
            "Modified by" field will be used
            </summary>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemUserFilter.FilterType">
            <summary>
            Gets or sets the type of the filter.
            </summary>
            <value>The type of the filter.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemUserFilter.Accounts">
            <summary>
            Gets or sets the accounts.
            </summary>
            <value>The accounts.</value>
        </member>
        <member name="P:Sitecore.Install.Filters.ItemUserFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemUserFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemUserFilter.QualifyUsers(System.String)">
            <summary>
            Qualifies the users.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Filters.ItemUserFilter.QualifyRoles(System.String)">
            <summary>
            Qualifies the roles.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Filters.PackageEntryKeyFilter">
            <summary>
            Represents a filter which is checking the key of the package entry with the specified pattern
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.PackageEntryKeyFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.PackageEntryKeyFilter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Filters.PackageEntryKeyFilter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Filters.PackageEntryKeyFilter"/> class.
            </summary>
            <param name="pattern">The pattern.</param>
        </member>
        <member name="P:Sitecore.Install.Filters.PackageEntryKeyFilter.Pattern">
            <summary>
            Gets or sets the regular expression pattern.
            </summary>
            <value>The pattern.</value>
        </member>
        <member name="M:Sitecore.Install.Filters.PackageEntryKeyFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="P:Sitecore.Install.Filters.PackageEntryKeyFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.AdvancedBaseSink`2">
            <summary>
            AdvancedBaseSink
            </summary>
            <typeparam name="T">Entry type</typeparam>
            <typeparam name="ContextType">Context Type</typeparam>
        </member>
        <member name="P:Sitecore.Install.Framework.AdvancedBaseSink`2.Context">
            <summary>
            Gets the context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.AdvancedBaseSink`2.CreateContext">
            <summary>
            Creates the context.
            </summary>
            <returns>The context.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.AdvancedBaseSink`2.SetupContext(`1)">
            <summary>
            Setups the context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.AdvancedBaseSink`2.GetContext(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Gets the context.
            </summary>
            <param name="processingContext">The processing context.</param>
            <returns>The context.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.AdvancedBaseSink`2.HasContext(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Determines whether the specified processing context has context.
            </summary>
            <param name="processingContext">The processing context.</param>
            <returns>
                <c>true</c> if the specified processing context has context; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Framework.AdvancedBaseSink`2.Initialize(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes this instance.
            </summary>
            <param name="processingContext">The processing context.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.AspectBase">
            <summary>
            Base implementation of IAspectContainer
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.AspectBase.HasAspect``1">
            <summary>
            Determines whether this instance has aspect.
            </summary>
            <typeparam name="T"></typeparam>
            <returns>
                <c>true</c> if this instance has aspect; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Framework.AspectBase.AddAspect``1(``0)">
            <summary>
            Adds the aspect.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="instance">The instance.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.AspectBase.GetAspect``1">
            <summary>
            Gets the aspect.
            </summary>
            <typeparam name="T"></typeparam>
            <returns>The aspect.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.BaseConverter`1">
            <summary>
            Implements basic functionality of "to Entry" convertor
            </summary>
            <typeparam name="T">Source type</typeparam>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseConverter`1.Transforms">
            <summary>
            Gets the transforms.
            </summary>
            <value>The transforms.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseConverter`1.Convert(`0,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Converts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
            <returns>The conversion result.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseConverter`1.ApplyTransforms(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Applies the transform.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseConverter`1.ApplyTransforms``1(``0,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Applies the transform.
            </summary>
            <param name="entries">The entries.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseConverter`1.AutoApplyTransforms">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Install.Framework.BaseConverter`1"/> converter transforms should be applied by BaseConverter, not the derived class.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.BaseConverter`1"/> transforms should be applied by BaseConverter implicitly; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseConverter`1.InternalConvert(`0,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Conversion method. Should be overriden.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
            <returns>The conversion result.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseConverter`1.SetAttribute(System.String,System.Object)">
            <summary>
            Sets the value of the attribute.
            </summary>
            <param name="name">The attribute name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseConverter`1.GetAttribute(System.String)">
            <summary>
            Gets the value of the attribute.
            </summary>
            <param name="name">The attribute name.</param>
            <returns>The value of the attribute.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.BaseSink`1">
            <summary>
            BaseSink class
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="F:Sitecore.Install.Framework.BaseSink`1._processingContext">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSink`1.ProcessingContext">
            <summary>
            Gets the processing context.
            </summary>
            <value>The processing context.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSink`1.IsInitialized">
            <summary>
            Gets a value indicating whether this instance is initialized.
            </summary>
            <value>
                <c>true</c> if this instance is initialized; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSink`1.Initialize(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes this instance.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSink`1.Put(`0)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSink`1.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSink`1.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSink`1.AssertInit">
            <summary>
            Asserts the init.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Framework.BaseSource`1">
            <summary>
            Implements basic source functionality
            </summary>
            <typeparam name="T">Entry type</typeparam>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSource`1.Converter">
            <summary>
            Gets or sets the converter.
            </summary>
            <value>The converter.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSource`1.Include">
            <summary>
            Gets the include filters.
            </summary>
            <value>The include filters.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSource`1.Exclude">
            <summary>
            Gets the exclude filters.
            </summary>
            <value>The exclude filters.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSource`1.Populate(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Populates this sourse from the specified sink.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.BaseSource`1.InternalSink">
            <summary>
            Internal sink implementation
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSource`1.InternalSink.#ctor(Sitecore.Install.Framework.BaseSource{`0},Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.BaseSource`1.InternalSink"/> class.
            </summary>
            <param name="owner">The owner.</param>
            <param name="sink">The sink.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSource`1.InternalSink.Put(`0)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSource`1.InternalSink.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.BaseSource`1.InternalPopulate(Sitecore.Install.Framework.ISink{`0})">
            <summary>
              To be overridden in descendants
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSource`1.Sitecore#Install#Framework#ISupportsTransforms{Sitecore#Install#Framework#PackageEntry}#Transforms">
            <summary>
            Gets the transforms.
            </summary>
            <value>The transforms.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.BaseSource`1.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Install.Framework.DefaultOutput">
            <summary>
            Default output
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.DefaultOutput.Execute(System.Threading.ThreadStart)">
            <summary>
            Executes the callback asynchronuosly
            </summary>
            <param name="callback">The callback.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.DefaultOutput.Execute(Sitecore.Jobs.AsyncUI.Callback)">
            <summary>
            Executes the specified callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.DefaultOutput.RunPipeline(Sitecore.Jobs.AsyncUI.PipelineCallback)">
            <summary>
            Executes the specified pipeline callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.DefaultOutput.Alert(System.String)">
            <summary>
            Shows an alert form.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.DefaultOutput.Confirm(System.String)">
            <summary>
            Shows the confirmation dialog.
            </summary>
            <param name="message">The message.</param>
            <returns>The confirmation result.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.EntryBuilder">
            <summary>
            Converts an <see cref="T:Sitecore.Install.Framework.IEntryData" /> object to <see cref="T:Sitecore.Install.Framework.PackageEntry" /> object
            and populates the internal sink with that package entry
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.#ctor(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.EntryBuilder"/> class.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.Put(Sitecore.Install.Framework.IEntryData)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.PutEntry(Sitecore.Install.Framework.IEntryData)">
            <summary>
            Puts the entry .
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.PutProperty(Sitecore.Install.Framework.IEntryData)">
            <summary>
            Puts the property to the pending properties.
            </summary>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.EntryBuilder.PutPackageEntry(Sitecore.Install.Framework.IEntryData,Sitecore.Install.Framework.IEntryData)">
            <summary>
            Puts the package entry.
            </summary>
            <param name="data">The data.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.FilteringSink`1">
            <summary>
            A sink that applies filters and populates the result entries to wrapped sink
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Install.Framework.FilteringSink`1.#ctor(Sitecore.Install.Framework.ISink{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.FilteringSink`1"/> class.
            </summary>
            <param name="sink">The inner sink.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.FilteringSink`1.#ctor(Sitecore.Install.Framework.ISink{`0},System.Collections.Generic.IList{Sitecore.Install.Framework.IFilter},System.Collections.Generic.IList{Sitecore.Install.Framework.IFilter})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.FilteringSink`1"/> class.
            </summary>
            <param name="sink">The inner sink.</param>
            <param name="include">The include filters.</param>
            <param name="exclude">The exclude filters.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.FilteringSink`1.Put(`0)">
            <summary>
            Puts the specified entry to the sink if the entry satisfies the filters.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.FilteringSink`1.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.FilteringSink`1.Qualify(`0,System.Collections.Generic.IList{Sitecore.Install.Framework.IFilter},System.Boolean)">
            <summary>
            Qualifies the specified entry.
            </summary>
            <param name="entry">The entry.</param>
            <param name="list">The list.</param>
            <param name="invert">if set to <c>true</c> this instance is invert.</param>
            <returns>The qualify.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.FilteringSink`1.Qualify(`0)">
            <summary>
            Qualifies the specified entry.
            </summary>
            <param name="entry">The entry.</param>
            <returns>The qualify.</returns>
        </member>
        <member name="P:Sitecore.Install.Framework.FilteringSink`1.Include">
            <summary>
            Gets the include filters.
            </summary>
            <value>The include filters.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.FilteringSink`1.Exclude">
            <summary>
            Gets the exclude filters.
            </summary>
            <value>The exclude filters.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.IAspectContainer">
            <summary>
            IAspectContainer interface
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.IAspectContainer.HasAspect``1">
            <summary>
            Determines whether this instance has aspect.
            </summary>
            <typeparam name="T"></typeparam>
            <returns>
                <c>true</c> if this instance has aspect; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Framework.IAspectContainer.AddAspect``1(``0)">
            <summary>
            Adds the aspect.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="instance">The instance.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.IAspectContainer.GetAspect``1">
            <summary>
            Gets the aspect.
            </summary>
            <typeparam name="T"></typeparam>
            <returns>The aspect.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.IConverter`2">
            <summary>
            Defines a method to transorm some objects
            </summary>
            <typeparam name="T">Source type</typeparam>
            <typeparam name="K">Transformation result type</typeparam>
        </member>
        <member name="M:Sitecore.Install.Framework.IConverter`2.Convert(`0,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Converts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
            <returns>The conversion result.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.IEntryData">
            <summary>
            Basic methods and properties for an entry
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.IEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.IEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.IExplicitSource">
            <summary>
            Defines basic properties of an explicit source
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.IExplicitSource.Entries">
            <summary>
            Gets the entries.
            </summary>
            <value>The entries.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.IFilter">
            <summary>
            Defines basic methods and properties for a filer
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.IFilter.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.IFilter.Qualify(System.Object,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Qualifies the specified instance.
            </summary>
            <param name="instance">The instance.</param>
            <param name="context">The processing context.</param>
            <returns>Qualification result.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.IKeyResolver">
            <summary>
            Defines a basic methods of a key resolver
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.IKeyResolver.ResolveKey(System.String)">
            <summary>
            Resolves the key.
            </summary>
            <param name="key">The key.</param>
            <returns>The object.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.INamedObject">
            <summary>
            Defines a "name" property
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.INamedObject.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.InstallPolicy">
            <summary>
            Define what to do with the item collision
            </summary>
        </member>
        <member name="F:Sitecore.Install.Framework.InstallPolicy.Overwrite">
            <summary>Item should be overwritten</summary>
        </member>
        <member name="F:Sitecore.Install.Framework.InstallPolicy.Append">
            <summary>A verstion should be append</summary>
        </member>
        <member name="F:Sitecore.Install.Framework.InstallPolicy.Skip">
            <summary>A version should be skipped</summary>
        </member>
        <member name="T:Sitecore.Install.Framework.IPostStep">
            <summary>
            Mefines a basic method of a post step
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.IPostStep.Run(Sitecore.Install.Framework.ITaskOutput,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Runs this post step
            </summary>
            <param name="output">The output.</param>
            <param name="metaData">The meta data.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.IProcessingContext">
            <summary>
            Defines basic methods and properties of a processing context
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.IProcessingContext.MapDatabase(System.String)">
            <summary>
            Return the mapped database for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The mapped database.</returns>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.Log">
            <summary>
            Gets the logger.
            </summary>
            <value>The logger.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.Output">
            <summary>
            Gets the output.
            </summary>
            <value>The output.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.PostActions">
            <summary>
            Gets the post actions.
            </summary>
            <value>The post actions.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.SkipData">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the data.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the data; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.SkipProperties">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the properties.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.SkipCompression">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the compression.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the compression; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.ShowSourceInfo">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> shows the source info.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> shows the source info; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.IProcessingContext.TaskID">
            <summary>
            Gets the unique task ID. Can be used in workers to derive task-specific object names.
            </summary>
            <value>The task ID.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.IProcessingContext.ObjectNotFound(System.String,System.String)">
            <summary>
            Actions to perform when source cannot add an find the object to add to the package.
            </summary>
            <param name="key">The key.</param>
            <param name="description">The description.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.IProcessor`1">
            <summary>
            Defines basic methods of a processor
            </summary>
            <typeparam name="T">Entry type</typeparam>
        </member>
        <member name="M:Sitecore.Install.Framework.IProcessor`1.Process(`0,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Runs the processor.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.ISink`1">
            <summary>
            Defines basic methods for a sink
            </summary>
            <typeparam name="T">Type of entry</typeparam>
        </member>
        <member name="P:Sitecore.Install.Framework.ISink`1.IsInitialized">
            <summary>
            Gets a value indicating whether this instance is initialized.
            </summary>
            <value>
                <c>true</c> if this instance is initialized; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.ISink`1.ProcessingContext">
            <summary>
            Gets the processing context.
            </summary>
            <value>The processing context.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.ISink`1.Initialize(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.ISink`1.Put(`0)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.ISink`1.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.ISink`1.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Framework.ISortingKeyProvider">
            <summary>
            Defines basic methods of sorting key provider
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.ISortingKeyProvider.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="key">The key.</param>
            <returns>The key.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.ISource`1">
            <summary>
            Defines basic methods for a source
            </summary>
            <typeparam name="T">Entry type</typeparam>
        </member>
        <member name="M:Sitecore.Install.Framework.ISource`1.Populate(Sitecore.Install.Framework.ISink{`0})">
            <summary>
            Populates specified sink from this sourse.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.IStreamHolder">
            <summary>
            Defines a property to get a stream
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.IStreamHolder.Stream">
            <summary>
            Gets the stream.
            </summary>
            <value>The stream.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.IStreamProvider">
            <summary>
            Defines basic methods of a stream provider
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.IStreamProvider.GetStream(System.String)">
            <summary>
            Gets the stream by its name.
            </summary>
            <param name="name">The name of the stream.</param>
            <returns>The stream.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.ISupportsAttributes">
            <summary>
            Defines methods to get/set attributes
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.ISupportsAttributes.SetAttribute(System.String,System.Object)">
            <summary>
            Sets the value of the attribute.
            </summary>
            <param name="name">The attribute name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.ISupportsAttributes.GetAttribute(System.String)">
            <summary>
            Gets the value of the attribute.
            </summary>
            <param name="name">The attribute name.</param>
            <returns>The value of the attribute.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.ISupportsFiltering">
            <summary>
            Defines properties to get filters
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.ISupportsFiltering.Include">
            <summary>
            Gets the include filters.
            </summary>
            <value>The include filters.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.ISupportsFiltering.Exclude">
            <summary>
            Gets the exclude filters.
            </summary>
            <value>The exclude filters.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.ISupportsTransforms`1">
            <summary>
            Defines a property to get transforms
            </summary>
            <typeparam name="T">Type of object to be processed</typeparam>
        </member>
        <member name="P:Sitecore.Install.Framework.ISupportsTransforms`1.Transforms">
            <summary>
            Gets the transforms.
            </summary>
            <value>The transforms.</value>
        </member>
        <member name="T:Sitecore.Install.Framework.ITaskOutput">
            <summary>
            Defines basic methods to work with UI in another thread
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.ITaskOutput.Execute(System.Threading.ThreadStart)">
            <summary>
            Executes the callback asynchronuosly
            </summary>
            <param name="callback">The callback.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.ITaskOutput.Execute(Sitecore.Jobs.AsyncUI.Callback)">
            <summary>
            Executes the specified callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.ITaskOutput.RunPipeline(Sitecore.Jobs.AsyncUI.PipelineCallback)">
            <summary>
            Executes the specified pipeline callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.ITaskOutput.Alert(System.String)">
            <summary>
            Shows an alert form.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.ITaskOutput.Confirm(System.String)">
            <summary>
            Shows the confirmation dialog.
            </summary>
            <param name="message">The message.</param>
            <returns>The confirmation result.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.NullOutput">
            <summary>
            A "stab" task output
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.NullOutput.PutMessage(System.String,System.Object[])">
            <summary>
            Puts the message.
            </summary>
            <param name="message">The message.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.NullOutput.Execute(System.Threading.ThreadStart)">
            <summary>
            Executes the callback asynchronuosly
            </summary>
            <param name="callback">The callback.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.NullOutput.Execute(Sitecore.Jobs.AsyncUI.Callback)">
            <summary>
            Executes the specified callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.NullOutput.RunPipeline(Sitecore.Jobs.AsyncUI.PipelineCallback)">
            <summary>
            Executes the specified pipeline callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.NullOutput.Alert(System.String)">
            <summary>
            Shows an alert form.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.NullOutput.Confirm(System.String)">
            <summary>
            Shows the confirmation dialog.
            </summary>
            <param name="message">The message.</param>
            <returns>The confirmation result.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.ObjectNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with information about the exception.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
            <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
            <exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is a null reference (Nothing in Visual Basic). </exception>
            <PermissionSet>
                <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*"/>
                <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="SerializationFormatter"/>
            </PermissionSet>
        </member>
        <member name="T:Sitecore.Install.Framework.PackageEntry">
            <summary>
            Represents a package entry
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.PackageEntry.#ctor(Sitecore.Install.Framework.IEntryData)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.PackageEntry"/> class.
            </summary>
            <param name="data">The data.</param>
            <contract>
              <requires name="data" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Install.Framework.PackageEntry.#ctor(Sitecore.Install.Framework.IEntryData,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.PackageEntry"/> class.
            </summary>
            <param name="data">The entry data.</param>
            <param name="attributes">The attributes.</param>
            <param name="properties">The properties.</param>
            <contract>
              <requires name="data" condition="not null" />
              <requires name="attributes" condition="not null" />
              <requires name="properties" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Install.Framework.PackageEntry.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.PackageEntry.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="P:Sitecore.Install.Framework.PackageEntry.Properties">
            <summary>
              Persistent values, stored along the entry in package file
            </summary>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Install.Framework.PackageEntry.Attributes">
            <summary>
              Volatile values, handled by objects in the current processing session
            </summary>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Install.Framework.PropertySetter">
            <summary>
            Represents a processor which is setting the properties of entries
            </summary>
        </member>
        <member name="P:Sitecore.Install.Framework.PropertySetter.Properties">
            <summary>
            Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.PropertySetter.Process(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Runs the processor.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.SimpleKeyProvider">
            <summary>
            Simple key provider
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SimpleKeyProvider.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="key">The key.</param>
            <returns>The key.</returns>
        </member>
        <member name="T:Sitecore.Install.Framework.SimpleProcessingContext">
            <summary>
            Simple processing context
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SimpleProcessingContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SimpleProcessingContext"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SimpleProcessingContext.#ctor(Sitecore.Install.Framework.ITaskOutput)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SimpleProcessingContext"/> class.
            </summary>
            <param name="output">The task output.</param>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.PostActions">
            <summary>
            Gets the post actions.
            </summary>
            <value>The post actions.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.SimpleProcessingContext.MapDatabase(System.String)">
            <summary>
            Returns the mapped database for the specified database.
            </summary>
            <param name="database">The database.</param>
            <returns>The mapped database.</returns>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.Log">
            <summary>
            Gets the logger.
            </summary>
            <value>The logger.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.Output">
            <summary>
            Gets the output.
            </summary>
            <value>The output.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.SkipData">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the data.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the data; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.SkipProperties">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the properties.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.SkipCompression">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the compression.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> skips the compression; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.ShowSourceInfo">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> shows the source info.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.IProcessingContext"/> shows the source info; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.SkipErrors">
            <summary>
            Gets or sets a value indicating whether error should be skipped.
            </summary>
            <value><c>true</c> if [skip errors]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SimpleProcessingContext.TaskID">
            <summary>
            Gets the unique task ID. Can be used in workers to derive task-specific object names.
            </summary>
            <value>The task ID.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.SimpleProcessingContext.ObjectNotFound(System.String,System.String)">
            <summary>
            An action on objects the not found.
            </summary>
            <param name="key">The key.</param>
            <param name="description">The description.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.SinkDispatcher">
            <summary>
            Represents a sink that use one of internal sinks to populate depends on the prefix of the name of the entry
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SinkDispatcher.#ctor(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SinkDispatcher"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.SinkDispatcher.AddSink(System.String,Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Adds the sink.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="sink">The sink.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.SinkDispatcher.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.SinkDispatcher.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SinkDispatcher.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SinkDispatcher.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Framework.SortingKey">
            <summary>
            Sorting key
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SortingKey"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SortingKey"/> class.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="path">The path.</param>
            <param name="uniqueid">The unique id.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SortingKey"/> class.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="path">The path.</param>
        </member>
        <member name="P:Sitecore.Install.Framework.SortingKey.Prefix">
            <summary>
            Gets or sets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SortingKey.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SortingKey.UniqueID">
            <summary>
            Gets or sets the unique ID.
            </summary>
            <value>The unique ID.</value>
        </member>
        <member name="P:Sitecore.Install.Framework.SortingKey.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.Compare(Sitecore.Install.Framework.SortingKey,Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares two keys.
            </summary>
            <param name="left">The left key.</param>
            <param name="right">The right key.</param>
            <returns>Comparsion result.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.CompareTo(Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares the current object with another object of the same type.
            </summary>
            <param name="other">An object to compare with this object.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the <paramref name="other"/> parameter.Zero This object is equal to <paramref name="other"/>. Greater than zero This object is greater than <paramref name="other"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.CompareVersions(Sitecore.Install.Framework.SortingKey,Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares the versions.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.CompareIDs(Sitecore.Install.Framework.SortingKey,Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares the IDs.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.CompareLanguages(Sitecore.Install.Framework.SortingKey,Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares the languages.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.ComparePrefixes(Sitecore.Install.Framework.SortingKey,Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares the prefixes.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SortingKey.ComparePaths(Sitecore.Install.Framework.SortingKey,Sitecore.Install.Framework.SortingKey)">
            <summary>
            Compares the paths.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Framework.SourceCollection`1">
            <summary>
            An aggregation of sources
            </summary>
            <typeparam name="T">Entry type</typeparam>
        </member>
        <member name="P:Sitecore.Install.Framework.SourceCollection`1.Sources">
            <summary>
            Gets the sources.
            </summary>
            <value>The sources.</value>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceCollection`1.Add(Sitecore.Install.Framework.ISource{`0})">
            <summary>
            Adds the specified source.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceCollection`1.Populate(Sitecore.Install.Framework.ISink{`0})">
            <summary>
            Populates specified sink with sources.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.SourceInverter`1">
            <summary>
              Adapts ISource into an IEnumerable (inverts from PUSH to PULL model)
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceInverter`1.#ctor(Sitecore.Install.Framework.ISource{`0},Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Framework.SourceInverter`1"/> class.
            </summary>
            <param name="source">The source.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceInverter`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="P:Sitecore.Install.Framework.SourceInverter`1.Current">
            <summary>
            Gets the element in the collection at the current position of the enumerator.
            </summary>
            <value></value>
            <returns>The element in the collection at the current position of the enumerator.</returns>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceInverter`1.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceInverter`1.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
            </returns>
            <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceInverter`1.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the first element in the collection.
            </summary>
            <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
        </member>
        <member name="M:Sitecore.Install.Framework.SourceInverter`1.ProcessSource(System.Object)">
            <summary>
            Processes the source.
            </summary>
            <param name="state">The state.</param>
        </member>
        <member name="T:Sitecore.Install.Framework.TrivialConverter">
            <summary>
            "Stub" converter. As a result of any conversion we will have the input object.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Framework.TrivialConverter.InternalConvert(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Returns the entry.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
            <returns>The conversion result.</returns>
        </member>
        <member name="T:Sitecore.Install.Installer">
            <summary>
            Installer class
            </summary>
        </member>
        <member name="M:Sitecore.Install.Installer.ExecutePostStep(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Executes the post step.
            </summary>
            <param name="action">The action.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.GetFilename(System.String)">
            <summary>
            Gets the filename.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The filename.</returns>
        </member>
        <member name="M:Sitecore.Install.Installer.GetPostStep(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Gets the post step.
            </summary>
            <param name="context">The context.</param>
            <returns>The post step.</returns>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String)">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,System.Boolean)">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="registerInstallation">if set to <c>true</c> the package installation will be registered.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,Sitecore.Install.Framework.ISource{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,System.Boolean,Sitecore.Install.Framework.ISource{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="registerInstallation">if set to <c>true</c> the package installation will be registered.</param>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,System.Boolean,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="registerInstallation">if set to <c>true</c> package installation will be registered.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,Sitecore.Install.Framework.ISource{Sitecore.Install.Framework.PackageEntry},Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="source">The source.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallPackage(System.String,System.Boolean,Sitecore.Install.Framework.ISource{Sitecore.Install.Framework.PackageEntry},Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs the package.
            </summary>
            <param name="path">The path.</param>
            <param name="registerInstallation">if set to <c>true</c> [register installation].</param>
            <param name="source">The source.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallSecurity(System.String)">
            <summary>
            Installs the security accounts from the package.
            </summary>
            <param name="path">The path to the package file.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.InstallSecurity(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Installs the security accounts from the package.
            </summary>
            <param name="path">The path to the package file.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.CreateInstallerSink(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Creates an installer sink.
            </summary>
            <returns>An installer sink.</returns>
        </member>
        <member name="M:Sitecore.Install.Installer.CreateInstallationContext">
            <summary>
            Creates the installation context.
            </summary>
            <returns>The installation context.</returns>
        </member>
        <member name="M:Sitecore.Install.Installer.CreatePreviewContext">
            <summary>
            Creates the preview context.
            </summary>
            <returns>The preview context.</returns>
        </member>
        <member name="M:Sitecore.Install.Installer.RegisterPackage(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Creates an item with information about package installation.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Installer.CreateRegistrationItem(System.String)">
            <summary>
            Creates the registration item.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Installer.RestartServer">
            <summary>
            Restarts the sitecore server.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Items.DefaultItemInstallerEvents">
            <summary>
            Default implementation of <see cref="T:Sitecore.Install.Items.IItemInstallerEvents" />
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.DefaultItemInstallerEvents.#ctor(Sitecore.Install.Utils.BehaviourOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.DefaultItemInstallerEvents"/> class.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Install.Items.DefaultItemInstallerEvents.AskUser(Sitecore.Install.Utils.ItemInfo,Sitecore.Install.Utils.ItemInfo,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Returns the behavour options was specified in the constructor
            </summary>
            <param name="databaseItem">The database item.</param>
            <param name="packageItem">The package item.</param>
            <param name="context">The context.</param>
            <returns>The user.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ExplicitItemSource">
            <summary>
            Explicit item source
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ExplicitItemSource"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Install.Items.ExplicitItemSource.Entries">
            <summary>
            Gets the entries.
            </summary>
            <value>The entries.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ExplicitItemSource.SkipVersions">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Items.ExplicitItemSource"/> skips the versions.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Items.ExplicitItemSource"/> skips the versions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.InternalPopulate(Sitecore.Install.Framework.ISink{Sitecore.Data.Items.Item})">
            <summary>
            To be overridden in descendants
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="T:Sitecore.Install.Items.ExplicitItemSource.Builder">
            <summary>
            Builds an ExplicitItemSource object
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.Builder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ExplicitItemSource.Builder"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.Builder.#ctor(Sitecore.Install.Items.ExplicitItemSource)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ExplicitItemSource.Builder"/> class.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="P:Sitecore.Install.Items.ExplicitItemSource.Builder.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ExplicitItemSource.Builder.ExpectExactReferences">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Items.ExplicitItemSource.Builder"/> expects the exact references.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Items.ExplicitItemSource.Builder"/> expects the exact references; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.Builder.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.Builder.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ExplicitItemSource.ResolveKey(System.String)">
            <summary>
            Resolves the key.
            </summary>
            <param name="key">The key.</param>
            <returns>The object.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.IItemInstallerEvents">
            <summary>
            Defines basic event of an item installer
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.IItemInstallerEvents.AskUser(Sitecore.Install.Utils.ItemInfo,Sitecore.Install.Utils.ItemInfo,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Asks the user what to do when we have an item collision.
            </summary>
            <param name="databaseItem">The database item.</param>
            <param name="packageItem">The package item.</param>
            <param name="context">The context.</param>
            <returns>The user.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemEntryData">
            <summary>
            Item entry data
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemEntryData.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemEntryData"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Install.Items.ItemEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Items.ItemEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemFieldsProperties">
            <summary>ItemFieldsProperties class. Used by packager and UPT.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemFieldsProperties.properties">
            <summary>List of the properties</summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemFieldsProperties.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:Sitecore.Install.Items.ItemFieldsProperties"/> class from being created.
            </summary>
        </member>
        <member name="P:Sitecore.Install.Items.ItemFieldsProperties.Properties">
            <summary>
            Gets Properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="M:Sitecore.Install.Items.ItemFieldsProperties.TryParse(System.String,Sitecore.Install.Items.ItemFieldsProperties@)">
            <summary>
            Try to parse string in order to get ItemFieldsProperties object.
            </summary>
            <param name="data">The serialized data.</param>
            <param name="itemFieldsProperties">The item fields properties.</param>
            <returns>
             <c>true</c> if parse was successful; <c>false</c> otherwise
            </returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemFieldsProperties.GetFieldsProperties(Sitecore.Data.Items.Item)">
            <summary>
            Performs serialization of fields with sharing type.
            </summary>
            <param name="item">The item to serialize</param>
            <returns>String representation of object.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemFieldsProperties.GetSharingType(Sitecore.Data.Fields.Field)">
            <summary>
            Gets sharing type of the template
            </summary>
            <param name="field">TemplateField object</param>
            <returns>DefaultFieldSharing.SharingType enum</returns>
        </member>
        <member name="T:Sitecore.Install.Items.VersionInstallMode">
            <summary>
            Version install mode
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.VersionInstallMode.Merge">
            <summary>
            Merge versions by version number
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.VersionInstallMode.Append">
            <summary>
            Append version if version with same revision number is not exists
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.VersionInstallMode.Skip">
            <summary>
            Don't install version
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.VersionInstallMode.Undefined">
            <summary>
            Undefined
            </summary>
        </member>
        <member name="T:Sitecore.Install.Items.ItemInstaller">
            <summary>
            Item installer
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstaller.removeFromDeletionQueue">
            <summary>
            Contains entries that should be removed from deletion queue.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstaller.createdItems">
            <summary>
            Contains identifiers of created items.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstaller._postponedToInstall">
            <summary>
            Contains entries that have not installed template yet
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.#ctor(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemInstaller"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            If an entry contains an item than that item will be added to the installation queue.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.CreateLightweightItem(Sitecore.Install.Items.ItemReference,Sitecore.Install.Utils.XmlVersionParser)">
            <summary>
            Creates the lightweight item.
            </summary>
            <param name="item">The item.</param>
            <param name="parser">The parser.</param>
            <returns>The lightweight item.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.GetItemInstallOptions(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Items.ItemInstallerContext,System.String)">
            <summary>
            Gets the item install options.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
            <param name="prefix">The prefix.</param>
            <returns>The item install options.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.GetPrefix(Sitecore.Install.Utils.ItemInfo,Sitecore.Install.Utils.ItemInfo)">
            <summary>
            Gets the prefix.
            </summary>
            <param name="installedItem">The installed item.</param>
            <param name="newItem">The new item.</param>
            <returns>The prefix.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.InstallItem(Sitecore.Install.Utils.BehaviourOptions,Sitecore.Data.Items.Item,Sitecore.Install.Items.ItemReference,Sitecore.Install.Utils.XmlVersionParser)">
            <summary>
            Installs the item.
            </summary>
            <param name="installOptions">The install options.</param>
            <param name="targetItem">The target item.</param>
            <param name="item">The item.</param>
            <param name="parser">The parser.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.InstallItem(Sitecore.Install.Utils.BehaviourOptions,Sitecore.Data.Items.Item,Sitecore.Install.Items.ItemReference,Sitecore.Install.Utils.XmlVersionParser,System.Boolean@)">
            <summary>
            Installs the item.
            </summary>
            <param name="installOptions">The install options.</param>
            <param name="targetItem">The target item.</param>
            <param name="item">The item.</param>
            <param name="parser">The parser.</param>
            <param name="removeVersions">Boolean value indicating whether versions of item should be removed.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.RemoveVersions(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Removes the versions.
            </summary>
            <param name="targetItem">The target item.</param>
            <param name="removeSharedData">if set to <c>true</c> the shared data will be removed.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.GetVersionInstallMode(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Items.ItemReference,Sitecore.Install.Utils.XmlVersionParser,Sitecore.Install.Items.ItemInstallerContext,System.Boolean@)">
            <summary>
            Gets the version install mode.
            </summary>
            <param name="entry">The entry.</param>
            <param name="reference">The reference.</param>
            <param name="parser">The parser.</param>
            <param name="context">The context.</param>
            <param name="removeVersions">Boolean value indicating whether versions of item should be removed.</param>
            <returns>
            The version install mode.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.InstallEntry(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Installs the entry.
            </summary>
            <param name="entry">The entry.</param>
            <exception cref="T:System.Exception">ItemInstallerContext is not set in current processing context.</exception>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.ParseRef(System.String)">
            <summary>
             
            </summary>
            <param name="reference"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.GetTargetItem(Sitecore.Install.Items.ItemReference,System.Boolean@)">
            <summary>
            This method returns an item by a reference, but ignores items from the current package which may cause a path collision.
            </summary>
            <param name="reference">The reference.</param>
            <param name="ignorePathCollision">if set to <c>true</c> a path collision should be ignored.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.SourceOrTargetIsWildcard(Sitecore.Data.Items.Item,Sitecore.Install.Items.ItemReference)">
            <summary>
            Checks whether item to be installed or item to be overriden is wildcard(issue 220315)
            </summary>
            <param name="target">target item in content tree</param>
            <param name="source">item from package to be installed</param>
            <returns>true if any item is wildcard and ids are different</returns>
        </member>
        <member name="P:Sitecore.Install.Items.ItemInstaller.PendingDeleteItems">
            <summary>
            Gets the pended to be deleted items.
            </summary>
            <value>The pending delete items.</value>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.CreateContext">
            <summary>
            Creates the context.
            </summary>
            <returns>The context.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemInstaller.ContentRestorer">
            <summary>
            Content restorer. Deletes item which is pended to be deleted
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.ContentRestorer.#ctor(System.Collections.Generic.IList{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemInstaller.ContentRestorer"/> class.
            </summary>
            <param name="pendingDeleteItems">The pending delete items.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.ContentRestorer.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.ContentRestorer.Process(Sitecore.Install.Framework.IProcessingContext,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Runs the processor.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The processing context.</param>
        </member>
        <member name="T:Sitecore.Install.Items.ItemInstaller.VersionInstaller">
            <summary>
            Version installer
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.PasteVersion(System.Xml.XmlNode,Sitecore.Data.Items.Item,Sitecore.Install.Items.VersionInstallMode,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Pastes the version.
            </summary>
            <param name="versionXml">The version XML.</param>
            <param name="target">The target.</param>
            <param name="mode">The mode.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.PasteVersion(System.Xml.XmlNode,Sitecore.Data.Items.Item,Sitecore.Install.Items.VersionInstallMode,Sitecore.Install.Framework.IProcessingContext,System.Boolean)">
            <summary>
            Pastes the version.
            </summary>
            <param name="versionXml">The version XML.</param>
            <param name="target">The target.</param>
            <param name="mode">The mode.</param>
            <param name="context">The context.</param>
            <param name="removeOtherVersions">if set to <c>true</c> other versions will be removed.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.ParseItemVersion(System.Xml.XmlNode,Sitecore.Data.Items.Item,Sitecore.Install.Items.VersionInstallMode)">
            <summary>
            Parses the item version.
            </summary>
            <param name="versionNode">The version node.</param>
            <param name="target">The target item.</param>
            <param name="mode">The version install mode.</param>
            <returns>The item version.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.ParseItemVersion(System.Xml.XmlNode,Sitecore.Data.Items.Item,Sitecore.Install.Items.VersionInstallMode,System.Boolean)">
            <summary>
            Parses the item version.
            </summary>
            <param name="versionNode">The version node.</param>
            <param name="target">The target item.</param>
            <param name="mode">The version install mode.</param>
            <param name="removeOtherVersions">if set to <c>true</c> other versions will be removed.</param>
            <returns>
            The item version.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.InstallVersion(Sitecore.Data.Items.Item)">
            <summary>
            Installs the version.
            </summary>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.ParseField(System.Xml.XmlNode,Sitecore.Data.Items.CoreItem.Builder)">
            <summary>
            Parses the field.
            </summary>
            <param name="node">The node.</param>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstaller.VersionInstaller.UpdateFieldSharing(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initiates the TemplateEngine.ChangeFieldSharing process.
            </summary>
            <param name="source">The source.</param>
            <param name="target">The target.</param>
        </member>
        <member name="T:Sitecore.Install.Items.ItemInstallerContext">
            <summary>
            Item installer context
            </summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstallerContext.CurrentItemID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstallerContext.VersionInstallMode">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstallerContext.ApplyToAll">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Items.ItemInstallerContext.Events">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstallerContext.#ctor(Sitecore.Install.Items.IItemInstallerEvents)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemInstallerContext"/> class.
            </summary>
            <param name="events">The events.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstallerContext.IsApplyToAll(System.String)">
            <summary>
            Determines whether behavior should be applied for all entries whit the specified prefix
            </summary>
            <param name="prefix">The prefix.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemInstallerContext.GetInstallOptions(System.String)">
            <summary>
            Gets the install options.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns>The install options.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemKeyProvider">
            <summary>
            Item key provider
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemKeyProvider.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="key">The key.</param>
            <returns>The key.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemKeyUtils">
            <summary>
            Item key utils
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemKeyUtils.GetKey(Sitecore.Data.Items.Item)">
            <summary>
            Gets the key.
            </summary>
            <param name="item">The item.</param>
            <returns>The key.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemKeyUtils.GetKey(Sitecore.Install.Items.ItemReference)">
            <summary>
            Gets the key.
            </summary>
            <param name="reference">The reference.</param>
            <returns>The key.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemKeyUtils.GetReference(System.String)">
            <summary>
            Gets the reference.
            </summary>
            <param name="key">The key.</param>
            <returns>The reference.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemKeyUtils.Resolve(System.String)">
            <summary>
            Gets an item by the reference.
            </summary>
            <param name="key">The reference.</param>
            <returns>The resolved item.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemReference">
            <summary>
            Item reference
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemReference"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.#ctor(System.String,System.String,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemReference"/> class.
            </summary>
            <param name="database">The database.</param>
            <param name="path">The path.</param>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.#ctor(Sitecore.Data.ItemUri,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemReference"/> class.
            </summary>
            <param name="uri">The URI.</param>
            <param name="exact">if set to <c>true</c> this instance is exact.</param>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.DatabaseName">
            <summary>
            Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.IsStrong">
            <summary>
            Gets a value indicating whether this instance is strong.
            </summary>
            <value><c>true</c> if this instance is strong; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.IsLanguageInvariant">
            <summary>
            Gets a value indicating whether this instance is language invariant.
            </summary>
            <value>
                <c>true</c> if this instance is language invariant; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemReference.IsVersionInvariant">
            <summary>
            Gets a value indicating whether this instance is version invariant.
            </summary>
            <value>
                <c>true</c> if this instance is version invariant; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.Reduce">
            <summary>
            Gets the reduced reference
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.GetItems">
            <summary>
            Gets the items.
            </summary>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemReference.Parse(System.String)">
            <summary>
            Parses the specified reference.
            </summary>
            <param name="reference">The reference.</param>
            <returns>The item refecence.</returns>
            <example>
            ItemReference.Parse("/master/sitecore/content/home/{}/en/1");
             </example>
        </member>
        <member name="T:Sitecore.Install.Items.ItemSource">
            <summary>
            Item source
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.ItemSource"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Install.Items.ItemSource.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemSource.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Install.Items.ItemSource.SkipVersions">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Install.Items.ItemSource"/> skips the versions.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Items.ItemSource"/> skips the versions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Items.ItemSource.InternalPopulate(Sitecore.Install.Framework.ISink{Sitecore.Data.Items.Item})">
            <summary>
            Populates the specified sink with the item and its subitems)
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="M:Sitecore.Install.Items.ItemSource.RecursivePopulate(Sitecore.Data.Items.Item,Sitecore.Install.Framework.ISink{Sitecore.Data.Items.Item})">
            <summary>
            Populates the sink recursively.
            </summary>
            <param name="item">The item.</param>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Items.ItemToEntryConverter">
            <summary>
            Item to entry converter
            </summary>
        </member>
        <member name="P:Sitecore.Install.Items.ItemToEntryConverter.AutoApplyTransforms">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Install.Framework.BaseConverter`1"/> converter transforms should be applied by BaseConverter, not the derived class.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Install.Framework.BaseConverter`1"/> transforms should be applied by BaseConverter implicitly; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Items.ItemToEntryConverter.InternalConvert(Sitecore.Data.Items.Item,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Convert the item to an entry.
            </summary>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <returns>The convert.</returns>
        </member>
        <member name="M:Sitecore.Install.Items.ItemToEntryConverter.CheckForBlobFields(Sitecore.Data.Items.Item)">
            <summary>
            Collects the blob references
            </summary>
            <param name="item">The item.</param>
            <returns>The check for blob fields.</returns>
        </member>
        <member name="T:Sitecore.Install.Items.ItemUninstaller">
            <summary>
            Item uninstaller
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.ItemUninstaller.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="T:Sitecore.Install.Items.LegacyItemUnpacker">
            <summary>
            Legacy item unpacker
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.LegacyItemUnpacker.#ctor(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Items.LegacyItemUnpacker"/> class.
            </summary>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Sitecore.Install.Items.LegacyItemUnpacker.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            If the entry is in the old format this method "splits"
            this entry to several entries for each item version
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Items.LegacyItemUnpacker.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.LegacyItemUnpacker.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Items.LegacyItemUnpacker.Split(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Splits an entry with an item to several entries, per each item version
            </summary>
            <param name="entry"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Metadata.MetadataSink">
            <summary>
            Reads metadata from a package entry.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSink.#ctor(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Metadata.MetadataSink"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSink.#ctor(Sitecore.Install.Metadata.MetadataView)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Metadata.MetadataSink"/> class.
            </summary>
            <param name="view">The view.</param>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSink.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Reads metadata from a package entry. If the entry contains it
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSink.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSink.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Metadata.MetadataSource">
            <summary>
            Represents metadata as a source for package entries
            </summary>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Metadata.MetadataSource"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataSource.Populate(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Populates specified sink from this sourse.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Metadata.MetadataView">
            <summary>
            Represents the metadata part of a package
            </summary>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataView.#ctor(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Metadata.MetadataView"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataView.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Metadata.MetadataView"/> class.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.PackageName">
            <summary>
            Gets or sets the name of the package.
            </summary>
            <value>The name of the package.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Author">
            <summary>
            Gets or sets the author.
            </summary>
            <value>The author.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Revision">
            <summary>
            Gets or sets the revision.
            </summary>
            <value>The revision.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.License">
            <summary>
            Gets or sets the license.
            </summary>
            <value>The license.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Comment">
            <summary>
            Gets or sets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Attributes">
            <summary>
            Gets or sets the attributes.
            </summary>
            <value>The attributes.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Readme">
            <summary>
            Gets or sets the readme.
            </summary>
            <value>The readme.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Publisher">
            <summary>
            Gets or sets the publisher.
            </summary>
            <value>The publisher.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.PostStep">
            <summary>
            Gets or sets the post step.
            </summary>
            <value>The post step.</value>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.PackageID">
            <summary>
            Gets or sets the package ID.
            </summary>
            <value>The package ID.</value>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataView.GetDictionary">
            <summary>
            Gets the dictionary.
            </summary>
            <returns>The dictionary.</returns>
        </member>
        <member name="P:Sitecore.Install.Metadata.MetadataView.Metadata">
            <summary>
            Gets the metadata as a NameValueCollection.
            </summary>
            <value>The metadata.</value>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataView.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="key">The key.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Install.Metadata.MetadataView.SetValue(System.String,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Install.PackageGenerator">
            <summary>
            Package generator
            </summary>
        </member>
        <member name="M:Sitecore.Install.PackageGenerator.GeneratePackage(Sitecore.Install.PackageProject,Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Generates the package.
            </summary>
            <param name="solution">The solution.</param>
            <param name="writer">The writer. Should be initialized.</param>
        </member>
        <member name="M:Sitecore.Install.PackageGenerator.GeneratePackage(System.String,System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Generates the package.
            </summary>
            <param name="solutionFile">The solution file.</param>
            <param name="packageFile">The package file.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.PackageGenerator.NewProjectFromPackage(System.String)">
            <summary>
            Creates a new project from the package.
            </summary>
            <param name="packageFilename">The package filename.</param>
            <returns>The project from package.</returns>
        </member>
        <member name="M:Sitecore.Install.PackageGenerator.GetIntermediateFileName(System.String)">
            <summary>
            Gets the name of the intermediate file.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The intermediate file name.</returns>
        </member>
        <member name="M:Sitecore.Install.PackageGenerator.Cleanup(System.String)">
            <summary>
            Deletes the specified file.
            </summary>
            <param name="tempFile">The temp file.</param>
        </member>
        <member name="M:Sitecore.Install.PackageGenerator.Commit(System.String,System.String)">
            <summary>
            Commits the specified temp file.
            </summary>
            <param name="tempFile">The temp file.</param>
            <param name="filename">The filename.</param>
        </member>
        <member name="T:Sitecore.Install.PackageInstallationContext">
            <summary>
            Represents the package installation context. Package installatopn API activates current context during package installation.
            </summary>
            <seealso cref="T:Sitecore.Install.PackageInstallationContext" />
        </member>
        <member name="M:Sitecore.Install.PackageInstallationContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.PackageInstallationContext"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Install.PackageInstallationContext.IsActive">
            <summary>
            Gets a value indicating whether the context is active and package installation is in progress.
            </summary>
            <value>
              <c>true</c> if this package installation context is active; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Install.PackageProject">
            <summary>
            Package project class
            </summary>
        </member>
        <member name="M:Sitecore.Install.PackageProject.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.PackageProject"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Install.PackageProject.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
            <value>The metadata.</value>
        </member>
        <member name="P:Sitecore.Install.PackageProject.SaveProject">
            <summary>
            Gets or sets a value indicating whether project should be saved into the package.
            </summary>
            <value><c>true</c> if project should be included into the package; otherwise, <c>false</c>. Default is <c>true</c></value>
        </member>
        <member name="P:Sitecore.Install.PackageProject.Sources">
            <summary>
            Gets the sources.
            </summary>
            <value>The sources.</value>
        </member>
        <member name="M:Sitecore.Install.PackageProject.InternalPopulate(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Populates the sink with metadata and sources have been set
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="T:Sitecore.Install.PackageProject.Builder">
            <summary>
            Represents a sink which is used to build a <see cref="T:Sitecore.Install.PackageProject" /> object
            </summary>
        </member>
        <member name="P:Sitecore.Install.PackageProject.Builder.Source">
            <summary>
            Gets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Install.PackageProject.Builder.Initialize(Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Initializes this instance.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Install.PackageProject.Builder.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.PackageProject.Builder.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.PackageProject.Builder.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="T:Sitecore.Install.PackageRegistrationFieldIDs">
            <summary>
            Constains field ids
            </summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackageID">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackageName">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackageVersion">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackageAuthor">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackagePublisher">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackageReadme">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.PackageRegistrationFieldIDs.PackageRevision">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Install.PackageRegistrationFieldIDs.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Install.PackageRegistrationFieldIDs"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Security.AccountInstaller">
            <summary>
            Account installer
            </summary>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Installs the entry
            </summary>
            <param name="entry">entry</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.InstallUser(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Installs the user.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.InstallRole(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Installs the role.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.GetAccountName(System.String)">
            <summary>
            Gets the name of the account.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.ReadXml(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Reads the XML.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.PropertyExists(System.String)">
            <summary>
            Indicates whether the property exists.
            </summary>
            <param name="name">The property name name.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.SetUserProperties(Sitecore.Security.Accounts.User,System.Xml.XmlDocument)">
            <summary>
            Sets the user properties.
            </summary>
            <param name="user">The user.</param>
            <param name="xml">The XML.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.SetUserProfile(Sitecore.Security.Accounts.User,System.Xml.XmlDocument)">
            <summary>
            Sets the user properties.
            </summary>
            <param name="user">The user.</param>
            <param name="xml">The XML.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.SetUserRoles(Sitecore.Security.Accounts.User,System.Xml.XmlDocument)">
            <summary>
            Sets the user roles.
            </summary>
            <param name="user">The user.</param>
            <param name="xml">The XML.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.GetPassword(System.Xml.XmlDocument)">
            <summary>
            Gets the password.
            </summary>
            <param name="xml">The XML.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.ParseProperty(System.Xml.XmlNode)">
            <summary>
            Parses the property.
            </summary>
            <param name="propertyNode">The property node.</param>
            <returns>A name/value pair</returns>
        </member>
        <member name="M:Sitecore.Install.Security.AccountInstaller.TryingToInstallAdmin(System.Xml.XmlDocument,System.String)">
            <summary>
            A non-admistrator user cannot install a user with administrator's rights. This method checks if the target user is admin
            if yes - it shows a warnign and returns 'true', otherwice - false.
            </summary>
            <param name="xml">The XML.</param>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="T:Sitecore.Install.Security.AccountToEntryConverter">
            <summary>
            UserToEntryConverter class
            </summary>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.InternalConvert(System.String,Sitecore.Install.Framework.IProcessingContext)">
            <summary>
            Creates a package entry by user name.
            </summary>
            <param name="accountName">Name of the account.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.CreateUserEntry(System.String)">
            <summary>
            Creates the user entry.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.CreateRoleEntry(System.String)">
            <summary>
            Creates the role entry.
            </summary>
            <param name="roleName">Name of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.SaveUserProfile(Sitecore.Security.Accounts.User,System.Xml.XmlWriter)">
            <summary>
            Saves the user profile.
            </summary>
            <param name="user">The user.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.SaveUserRoles(Sitecore.Security.Accounts.User,System.Xml.XmlWriter)">
            <summary>
            Saves the user roles.
            </summary>
            <param name="user">The user.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.SaveUserProperties(Sitecore.Security.Accounts.User,System.Xml.XmlWriter)">
            <summary>
            Saves the user properties.
            </summary>
            <param name="user">The user.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Install.Security.AccountToEntryConverter.WriteProperty(System.String,System.Object,System.Xml.XmlWriter)">
            <summary>
            Writes the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Sitecore.Install.Security.IAccountInstallerEvents">
            <summary>
            Define an interface for working with UI to be used in AccountInstaller
            </summary>
        </member>
        <member name="M:Sitecore.Install.Security.IAccountInstallerEvents.ShowWarning(System.String,System.String)">
            <summary>
            Shows the warning.
            </summary>
            <param name="message">The message.</param>
            <param name="warningType">Type of the warning. Meaning is that message of one type can be ignored.</param>
        </member>
        <member name="T:Sitecore.Install.Security.SecuritySource">
            <summary>
            SecuritySource class
            </summary>
        </member>
        <member name="M:Sitecore.Install.Security.SecuritySource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Security.SecuritySource"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Security.SecuritySource.AddAccount(Sitecore.Security.Accounts.AccountString)">
            <summary>
            Adds the account.
            </summary>
            <param name="account">The account.</param>
        </member>
        <member name="M:Sitecore.Install.Security.SecuritySource.InternalPopulate(Sitecore.Install.Framework.ISink{System.String})">
            <summary>
            Populates internal sink
            </summary>
            <param name="sink">The sink</param>
        </member>
        <member name="P:Sitecore.Install.Security.SecuritySource.Entries">
            <summary>
            Gets the entries.
            </summary>
            <value>The entries.</value>
        </member>
        <member name="M:Sitecore.Install.Security.SecuritySource.ResolveKey(System.String)">
            <summary>
            Returns string.Empty if the account exists, otherwice returns null
            </summary>
            <param name="key"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Serialization.IOUtils">
            <summary>
            IO Utility
            </summary>
        </member>
        <member name="M:Sitecore.Install.Serialization.IOUtils.GetContext">
            <summary>
            Gets the serialization context.
            </summary>
            <returns>The serialization context.</returns>
        </member>
        <member name="P:Sitecore.Install.Serialization.IOUtils.SerializationContext">
            <summary>
            Gets the serialization context.
            </summary>
            <value>The serialization context.</value>
        </member>
        <member name="M:Sitecore.Install.Serialization.IOUtils.StoreSolution(Sitecore.Install.PackageProject)">
            <summary>
            Serializes the solution to a string.
            </summary>
            <param name="solution">The solution.</param>
            <returns>The serialized solution.</returns>
        </member>
        <member name="M:Sitecore.Install.Serialization.IOUtils.LoadSolution(System.String)">
            <summary>
            Deseliaziles a solution from string.
            </summary>
            <param name="stream">The stream with a serialized solution.</param>
            <returns>The solution.</returns>
        </member>
        <member name="M:Sitecore.Install.Serialization.IOUtils.StoreObject(System.Object)">
            <summary>
            Serializes the object to a string.
            </summary>
            <param name="instance">The instance.</param>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Install.Serialization.IOUtils.StoreObject(System.Object,System.Xml.Formatting)">
            <summary>
            Serializes the specifyed object to a string. The string will contain an xml code.
            </summary>
            <param name="instance">The instance.</param>
            <param name="formatting">The xml formatting to be used.</param>
            <returns>The object serialized into a string.</returns>
        </member>
        <member name="M:Sitecore.Install.Serialization.IOUtils.LoadObject(System.String)">
            <summary>
            Deserializes an object from string.
            </summary>
            <param name="stream">The stream.</param>
            <returns>The deserialized object.</returns>
        </member>
        <member name="T:Sitecore.Install.Constants">
            <summary>
            Constants
            </summary>
        </member>
        <member name="F:Sitecore.Install.Constants.KeySeparator">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.MediaStreamsFolder">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.BlobDataPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.FilesPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.ItemsPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.MetadataPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.PropertiesPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.InstallerPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.ProjectKey">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.SolutionExtension">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.PackageExtension">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.UnnamedPackage">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.ApplicationPath">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.SystemPath">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.IDCollisionPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.PathCollisionPrefix">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.InstallMode">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Constants.MergeMode">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Install.Constants.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="F:Sitecore.Install.Constants.InstallerObjectTemplate">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Install.Utils.EntrySorter">
            <summary>
            Entry sorter
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.#ctor(Sitecore.Install.Framework.ISource{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.EntrySorter"/> class.
            </summary>
            <param name="baseSource">The base source.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.Populate(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Populates specified sink from this sourse.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.EntrySorter.volatileSections">
            <summary>
              Sections entries for which are not sorted separately but merged with other sections, based on the trailer of the key.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.SetSectionOrder(System.String,System.String)">
            <summary>
            Sets the section order.
            </summary>
            <param name="sectionName">Name of the section.</param>
            <param name="order">The order.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.SetKeyProvider(System.String,Sitecore.Install.Framework.ISortingKeyProvider)">
            <summary>
            Sets the key provider.
            </summary>
            <param name="key">The key.</param>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.GetKeyProvider(System.String)">
            <summary>
            Gets the key provider.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.GetSectionRank(System.String)">
            <summary>
            Gets the section rank.
            </summary>
            <param name="section">The section.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Install.Utils.EntrySorter.KeyCache">
            <summary>
            Gets the key cache.
            </summary>
            <value>The key cache.</value>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.GetSortingKey(System.String)">
            <summary>
            Gets the sorting key.
            </summary>
            <param name="entryKey">The entry key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.CompareEntries(Sitecore.Install.Framework.PackageEntry,Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Compares the entries.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.CompareKeys(System.String,System.String)">
            <summary>
            Compares the keys.
            </summary>
            <param name="left">The left.</param>
            <param name="right">The right.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Install.Utils.EntrySorter.ClearCache">
            <summary>
            Clears the cache.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.Files">
            <summary>
            Utility to work with files
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.Files.OpenFile(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Opens the file wiht FileBrowser application.
            </summary>
            <param name="header">The header.</param>
            <param name="text">The text.</param>
            <param name="icon">The icon.</param>
            <param name="button">The button.</param>
            <param name="root">The root.</param>
            <param name="directory">The directory.</param>
            <param name="selected">The selected.</param>
            <param name="filter">The filter.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.Files.UploadToDirectory(System.String)">
            <summary>
            Shows "upload to directory" dialog.
            </summary>
            <param name="directory">The directory.</param>
        </member>
        <member name="T:Sitecore.Install.Utils.InstallationException">
            <summary>
              An installation error.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.InstallationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.InstallationException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.InstallationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.InstallationException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Install.Utils.InstallerMarker">
            <summary>
            Add an entry with a installer version to a sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.InstallerMarker.Populate(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Add an entry with a installer version to a sink.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Utils.InstallerVersion">
            <summary>
            Contains methods to work with versions of the instraller
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.InstallerVersion.GetInstallerVersion">
            <summary>
            Gets the installer version.
            </summary>
            <returns>The installer version.</returns>
        </member>
        <member name="M:Sitecore.Install.Utils.InstallerVersion.CanHandleVersion(System.String)">
            <summary>
            Determines whether this version of packager can handle the specified package version.
            </summary>
            <param name="packageVersion">The package version.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.Utils.InstallMode">
            <summary>
            Defines what to do with an item in collision
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.InstallMode.Overwrite">
            <summary>
            Delete item -> add item from template -> append versions
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.InstallMode.Merge">
            <summary>
            See ItemMergeVersionMode acions
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.InstallMode.Skip">
            <summary>
            Skips item
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.InstallMode.SideBySide">
            <summary>
            Installs new item with same path but different ID (for path collision only)
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.InstallMode.Undefined">
            <summary>
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.MergeMode">
            <summary>
            Defines item merge mode
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.MergeMode.Clear">
            <summary>
            Delete versions -> Append versions
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.MergeMode.Append">
            <summary>
            Append versions
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.MergeMode.Merge">
            <summary>
            Merge versions by versions number
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.MergeMode.Undefined">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Install.Utils.PackageUser">
            <summary>
            Package user type
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.PackageUser.Developer">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Install.Utils.PackageUser.EndUser">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Install.Utils.BehaviourOptions">
            <summary>
            Defines behavior answering what to do with collision
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.BehaviourOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.BehaviourOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.BehaviourOptions.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.BehaviourOptions"/> class.
            </summary>
            <param name="data">The data.</param>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.BehaviourOptions.#ctor(Sitecore.Install.Utils.InstallMode,Sitecore.Install.Utils.MergeMode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.BehaviourOptions"/> class.
            </summary>
            <param name="installMode">The install mode.</param>
            <param name="mergeMode">The merge mode.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.BehaviourOptions.ItemMode">
            <summary>
            Gets or sets the item mode.
            </summary>
            <value>The item mode.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.BehaviourOptions.ItemMergeMode">
            <summary>
            Gets or sets the item merge mode.
            </summary>
            <value>The item merge mode.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.BehaviourOptions.IsDefined">
            <summary>
            Gets a value indicating whether merge mode is defined.
            </summary>
            <value>
                <c>true</c> if this merge mode is defined; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Install.Utils.BehaviourOptions.Assign(Sitecore.Install.Utils.BehaviourOptions)">
            <summary>
            Assigns the specified options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.BehaviourOptions.GetVersionInstallMode">
            <summary>
            Gets the version install mode.
            </summary>
            <returns>The version install mode.</returns>
        </member>
        <member name="T:Sitecore.Install.Utils.ItemInfo">
            <summary>
            Item iformation
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.ItemInfo.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.ItemInfo"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.ItemInfo.#ctor(Sitecore.Install.Items.ItemReference,Sitecore.Install.Utils.XmlVersionParser)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.ItemInfo"/> class.
            </summary>
            <param name="reference">The reference.</param>
            <param name="parser">The parser.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.ItemInfo.ID">
            <summary>
            Gets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.ItemInfo.Path">
            <summary>
            Gets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.ItemInfo.TemplateID">
            <summary>
            Gets the template ID.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="T:Sitecore.Install.Utils.ProjectSource">
            <summary>
            Inserts an entry with package project in xml format
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.SitecoreLogger">
            <summary>
            Wrapper for Sitecore.Diagnostics.Log class
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.SitecoreLogger.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.SitecoreLogger"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.SitecoreLogger.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.SitecoreLogger"/> class.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.SitecoreLogger.Info(System.String,System.Object[])">
            <summary>
            Audits some information
            </summary>
            <param name="format">The format string.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.SitecoreLogger.Error(System.String,System.Object[])">
            <summary>
            Audits an error
            </summary>
            <param name="format">The format string.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Install.Utils.StatusFile">
            <summary>
             Wrapper around a file-based one-way communication channel.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.StatusFile.Status">
            <summary>
              Represents status of the operation.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.StatusFile.Status.Working">
            <summary>
            Background process is still working.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.StatusFile.Status.Finished">
            <summary>
            Background process has finished successfully.
            </summary>
        </member>
        <member name="F:Sitecore.Install.Utils.StatusFile.Status.Failed">
            <summary>
            Background process has failed with exception.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.StatusFile.StatusInfo">
            <summary>
              Encapsulates status information passed from packaground worker.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.StatusInfo.#ctor(Sitecore.Install.Utils.StatusFile.Status,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.StatusFile.StatusInfo"/> class.
            </summary>
            <param name="status">The status.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.StatusInfo.#ctor(Sitecore.Install.Utils.StatusFile.Status,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.StatusFile.StatusInfo"/> class.
            </summary>
            <param name="status">The status.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.StatusFile.StatusInfo.Status">
            <summary>
            Gets the status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.StatusFile.StatusInfo.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.StatusFile.StatusInfo.Exception">
            <summary>
            Gets the exception.
            </summary>
            <value>The exception.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.StatusFile.StatusInfo.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.StatusFile"/> class.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.StatusFile.FileName">
            <summary>
            Gets the name of the file.
            </summary>
            <value>The name of the file.</value>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.WriteWorking(System.String,System.Object[])">
            <summary>
            Sets the status.
            </summary>
            <param name="message">The message.</param>
            <param name="args">Optional data parameter.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.WriteFinished(System.String,System.Object[])">
            <summary>
            Writes the finished.
            </summary>
            <param name="message">The message.</param>
            <param name="args">1 Optional data parameter.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.ReportError(System.Exception,System.Object[])">
            <summary>
            Reports the error.
            </summary>
            <param name="exception">The exception.</param>
            <param name="args">1 Optional data parameter.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.CreateStatusInfo(Sitecore.Install.Utils.StatusFile.Status,System.String,System.Object[])">
            <summary>
            Creates the status info.
            </summary>
            <param name="status">The status.</param>
            <param name="message">The message.</param>
            <param name="args">The arguments.</param>
            <returns>The status info.</returns>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.WriteStatus(Sitecore.Install.Utils.StatusFile.StatusInfo)">
            <summary>
            Writes the message.
            </summary>
            <param name="statusInfo">The status info.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.StatusFile.ReadStatus">
            <summary>
            Gets the status.
            </summary>
            <returns>The status.</returns>
        </member>
        <member name="T:Sitecore.Install.Utils.StringEntryData">
            <summary>
            String entry data
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.StringEntryData.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.StringEntryData"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="content">The content.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.StringEntryData.#ctor(System.String,System.String,System.Text.Encoding)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.StringEntryData"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="content">The content.</param>
            <param name="encoding">The encoding.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.StringEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Utils.StringEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.Install.Utils.StrongStreamHolder">
            <summary>
            Strong stream holder.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.StrongStreamHolder.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.StrongStreamHolder"/> class.
            </summary>
            <param name="stream">The stream.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.StrongStreamHolder.Stream">
            <summary>
            Gets the stream.
            </summary>
            <value>The stream.</value>
        </member>
        <member name="M:Sitecore.Install.Utils.StrongStreamHolder.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.Uniq">
            <summary>
            Strips adjacent duplicate entries in the package
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.Uniq.#ctor(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.Uniq"/> class.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.Uniq.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry if its key is different from the last parsed key.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Utils.Uniq.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.Uniq.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.WeakStreamHolder">
            <summary>
            Weak stream holder. Contains a reference to one stream
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.WeakStreamHolder.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.WeakStreamHolder"/> class.
            </summary>
            <param name="stream">The stream.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.WeakStreamHolder.Stream">
            <summary>
            Gets the stream.
            </summary>
            <value>The stream.</value>
        </member>
        <member name="M:Sitecore.Install.Utils.WeakStreamHolder.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Utils.XmlVersionParser">
            <summary>
            Xml version parser
            </summary>
        </member>
        <member name="M:Sitecore.Install.Utils.XmlVersionParser.#ctor(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Utils.XmlVersionParser"/> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="P:Sitecore.Install.Utils.XmlVersionParser.Xml">
            <summary>
            Gets the XML.
            </summary>
            <value>The XML.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.XmlVersionParser.TemplateID">
            <summary>
            Gets the template ID.
            </summary>
            <value>The template ID.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.XmlVersionParser.ParentID">
            <summary>
            Gets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.XmlVersionParser.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.XmlVersionParser.Created">
            <summary>
            Gets the parent ID.
            </summary>
            <value>The parent ID.</value>
        </member>
        <member name="P:Sitecore.Install.Utils.XmlVersionParser.BaseTemplates">
            <summary>
            Gets the array of BaseTemplate IDs.
            </summary>
            <value>
            The base templates.
            </value>
        </member>
        <member name="M:Sitecore.Install.Utils.XmlVersionParser.GetVersionXml(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Gets the version XML.
            </summary>
            <param name="entry">The entry.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.PackageUtils">
            <summary>
            Package utils
            </summary>
        </member>
        <member name="M:Sitecore.Install.PackageUtils.GetItemStream(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item stream.
            </summary>
            <param name="item">The item.</param>
            <returns>The item stream.</returns>
        </member>
        <member name="M:Sitecore.Install.PackageUtils.GetEntryKeyPrefix(System.String)">
            <summary>
            Gets the entry key prefix.
            </summary>
            <param name="key">The key.</param>
            <returns>The entry key prefix.</returns>
        </member>
        <member name="M:Sitecore.Install.PackageUtils.RemovePrefix(System.String,System.String,System.Boolean)">
            <summary>
            Removes the prefix.
            </summary>
            <param name="key">The key.</param>
            <param name="section">The section.</param>
            <param name="stripSlash">if set to <c>true</c> this instance is strip slash.</param>
            <returns>The prefix.</returns>
        </member>
        <member name="M:Sitecore.Install.PackageUtils.TryGetValue``2(System.Collections.Generic.IDictionary{``0,``1},``0)">
            <summary>
            Tries the get value from the dictionary.
            </summary>
            <typeparam name="K">Type of the key</typeparam>
            <typeparam name="V">Type of the value</typeparam>
            <param name="dictionary">The dictionary.</param>
            <param name="key">The key.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Install.PackageUtils.CleanupFileName(System.String)">
            <summary>
            Generates a valid file name
            </summary>
            <param name="fileName">A file name</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Install.StreamUtil">
            <summary>
            Stream utility class
            </summary>
        </member>
        <member name="T:Sitecore.Install.StreamUtil.AdvancedStreamWriter">
            <summary>
            AdvancedStreamWriter class
            </summary>
        </member>
        <member name="M:Sitecore.Install.StreamUtil.Copy(System.IO.Stream,System.IO.Stream,System.Int32)">
            <summary>
            Copies one stream to another.
            </summary>
            <param name="from">From.</param>
            <param name="to">To.</param>
            <param name="bufferSize">Size of the buffer.</param>
        </member>
        <member name="M:Sitecore.Install.StreamUtil.SaveDictionary(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Saves the dictionary to the stream.
            </summary>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="M:Sitecore.Install.StreamUtil.SaveDictionary(System.Collections.Generic.IDictionary{System.String,System.String},System.IO.Stream,System.Boolean)">
            <summary>
            Saves the dictionary to the stream.
            </summary>
            <param name="dictionary">The dictionary.</param>
            <param name="stream">The stream.</param>
            <param name="closeStream">if set to <c>true</c> closes the stream.</param>
        </member>
        <member name="M:Sitecore.Install.StreamUtil.LoadDictionary(System.Collections.Generic.IDictionary{System.String,System.String},System.IO.Stream)">
            <summary>
            Loads the dictionary from the stream.
            </summary>
            <param name="dictionary">The dictionary.</param>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.Install.StreamUtil.LoadString(System.IO.Stream)">
            <summary>
            Loads the string from the stream.
            </summary>
            <param name="stream">The stream.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Install.StreamUtil.SaveString(System.String)">
            <summary>
            Saves the string to the stream.
            </summary>
            <param name="s">The string.</param>
            <returns>The string.</returns>
        </member>
        <member name="T:Sitecore.Install.Zip.PackageReader">
            <summary>
            Reads zip as a source of package entries
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageReader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Zip.PackageReader"/> class.
            Should be used only during deserialization
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageReader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Zip.PackageReader"/> class.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="P:Sitecore.Install.Zip.PackageReader.FileName">
            <summary>
            Gets or sets the name of the file.
            </summary>
            <value>The name of the file.</value>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageReader.Populate(Sitecore.Install.Framework.ISink{Sitecore.Install.Framework.PackageEntry})">
            <summary>
            Populates specified sink with package entiries from the file.
            </summary>
            <param name="sink">The sink.</param>
        </member>
        <member name="T:Sitecore.Install.Zip.PackageWriter">
            <summary>
            Sink for <see cref="T:Sitecore.Install.Framework.PackageEntry"/> that creates result zip file
            </summary>
        </member>
        <member name="F:Sitecore.Install.Zip.PackageWriter.tempPath">
            <summary>
            Temporary package path.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Zip.PackageWriter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Zip.PackageWriter"/> class.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="P:Sitecore.Install.Zip.PackageWriter.PackagePath">
            <summary>
            Gets or sets the package path.
            </summary>
            <value>The package path.</value>
        </member>
        <member name="P:Sitecore.Install.Zip.PackageWriter.InnerWriter">
            <summary>
            Gets or sets the inner writer.
            </summary>
            <value>The inner writer.</value>
        </member>
        <member name="P:Sitecore.Install.Zip.PackageWriter.TempPath">
            <summary>
            Gets or sets the tempopary package path.
            </summary>
            <value>The temporary package path.</value>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.Put(Sitecore.Install.Framework.PackageEntry)">
            <summary>
            Puts the specified entry to file.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.Flush">
            <summary>
            Flushes the sink
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.Finish">
            <summary>
            Finishes the sink.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.PackageWriter.WriterClosed">
            <summary>
            Throws an exception.
            </summary>
        </member>
        <member name="T:Sitecore.Install.Zip.ZipEntryData">
            <summary>
            Zip entry data
            </summary>
        </member>
        <member name="M:Sitecore.Install.Zip.ZipEntryData.#ctor(Sitecore.Zip.ZipEntry)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Install.Zip.ZipEntryData"/> class.
            </summary>
            <param name="entry">The entry.</param>
        </member>
        <member name="P:Sitecore.Install.Zip.ZipEntryData.Key">
            <summary>
            Gets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="M:Sitecore.Install.Zip.ZipEntryData.GetStream">
            <summary>
            Gets the stream holder.
            </summary>
            <returns>The stream holder.</returns>
        </member>
        <member name="T:Sitecore.InvokerParameterNameAttribute">
            <summary>
            An attribute used to specify a parameter should match a parameter name of the calling function.
            </summary>
        </member>
        <member name="T:Sitecore.IO.Crc">
            <summary>
            Calculates Cycling Redundancy Check values.
            </summary>
        </member>
        <member name="M:Sitecore.IO.Crc.CRC(System.IO.Stream)">
            <summary>
            Calculates the Crc value of the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <returns>The Crc value</returns>
        </member>
        <member name="M:Sitecore.IO.Crc.CRC(System.IO.Stream,System.Int64,System.Int64)">
            <summary>
            Calculates the Crc value of the specified stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="offset">The offset.</param>
            <param name="length">The length.</param>
            <returns>The Crc value</returns>
        </member>
        <member name="M:Sitecore.IO.Crc.CRC(System.String)">
            <summary>
            Calculates the Crc value of the specified string.
            </summary>
            <param name="text">The text.</param>
            <returns>The Crc value</returns>
        </member>
        <member name="M:Sitecore.IO.Crc.CRC(System.Byte[])">
            <summary>
            Calculates the Crc value of the specified byte array.
            </summary>
            <param name="bytes">The bytes.</param>
            <returns>The Crc value</returns>
        </member>
        <member name="T:Sitecore.IO.Crc64">
            <summary>
            Implementation of Crc64 hashing algorithm
            </summary>
        </member>
        <member name="F:Sitecore.IO.Crc64.DefaultSeed">
            <summary>
            Default seed
            </summary>
        </member>
        <member name="M:Sitecore.IO.Crc64.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.Crc64"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.Crc64.#ctor(System.UInt64)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.Crc64"/> class.
            </summary>
            <param name="seed">The seed.</param>
        </member>
        <member name="M:Sitecore.IO.Crc64.Initialize">
            <summary>
            Initializes an implementation of the <see cref="T:System.Security.Cryptography.HashAlgorithm"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.Crc64.HashCore(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Computes hash.
            </summary>
            <param name="buffer">The buffer.</param>
            <param name="start">The start.</param>
            <param name="length">The length.</param>
        </member>
        <member name="M:Sitecore.IO.Crc64.HashFinal">
            <summary>
            When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
            </summary>
            <returns>The computed hash code.</returns>
        </member>
        <member name="P:Sitecore.IO.Crc64.HashSize">
            <summary>
            Gets the size, in bits, of the computed hash code.
            </summary>
            <value></value>
            <returns>The size, in bits, of the computed hash code.</returns>
        </member>
        <member name="M:Sitecore.IO.Crc64.Compute(System.UInt64,System.Byte[])">
            <summary>
            Computes hash for the specified buffer.
            </summary>
            <param name="seed">The seed.</param>
            <param name="buffer">The buffer.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.IO.CsvFileReader">
            <summary>
            Represents a CSV file.
            </summary>
        </member>
        <member name="F:Sitecore.IO.CsvFileReader.reader">
            <summary>
            The file stream reader.
            </summary>
        </member>
        <member name="M:Sitecore.IO.CsvFileReader.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.CsvFileReader"/> class.
            </summary>
            <param name="filename">The file name.</param>
            <exception cref="T:System.Exception"><c>Exception</c> when file is not a CSV file.</exception>
        </member>
        <member name="M:Sitecore.IO.CsvFileReader.Finalize">
            <summary>
            Finalizes an instance of the <see cref="T:Sitecore.IO.CsvFileReader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.CsvFileReader.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.IO.CsvFileReader.ReadLine">
            <summary>
            Reads one line from the file.
            </summary>
            <returns>List of values.</returns>
        </member>
        <member name="M:Sitecore.IO.CsvFileReader.ReadToList(System.Collections.Generic.List{System.String},System.String,System.Int32)">
            <summary>
            Reads to list.
            </summary>
            <param name="list">The list to read to.</param>
            <param name="rest">The rest of symbols.</param>
            <param name="quote">The quote.</param>
        </member>
        <member name="T:Sitecore.IO.FileUtil">
            <summary>
            Implements a utility class for manipulating files.
            </summary>
            <remarks>
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.Web.HtmlUtil"/>
            <seealso cref="T:Sitecore.MainUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            <seealso cref="T:Sitecore.Web.WebUtil"/>
            <seealso cref="T:Sitecore.Xml.XmlUtil"/>
            </remarks>
        </member>
        <member name="F:Sitecore.IO.FileUtil.File">
            <summary>
            The file base.
            </summary>
        </member>
        <member name="F:Sitecore.IO.FileUtil.fileLock">
            <summary>
            The file lock.
            </summary>
        </member>
        <member name="F:Sitecore.IO.FileUtil.lock">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="F:Sitecore.IO.FileUtil.getFileLockCount">
            <summary>
            The get file lock count.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileUtil.AppendToFile(System.String,System.String)">
            <summary>
            Appends the text to a file.
            </summary>
            <param name="filename">The filename.</param>
            <param name="text">The text to append.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.Backup(System.Xml.XmlDocument,System.String)">
            <summary>
            Makes a backup file from an XML document.
            </summary>
            <param name="doc">An XML document which will be placed in the backup file.</param>
            <param name="baseFilename">The base filename of the backup file. This name will be extended to make it unique within the backup folder.</param>
            <remarks>
            An exception is thrown if the XML document is null or the filename is blank.
            </remarks>
            <example>
            The following example takes a backup of an XML document.
            <code>
            XmlDocument doc = new XmlDocument();
            doc.LoadXml(myXmlString);
            FileUtil.Backup(doc, "MyXml.xml");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.BackupFile(System.String)">
            <summary>
            Copies a file to a file with a ".bak" extension.
            </summary>
            <param name="filename">The filename of the file which will be copied.</param>
            <returns>The filename of the backup file.</returns>
            <remarks>
            If the file does not exist, no file is copied and blank is returned.
            </remarks>
            <example>
            The following example takes a backup of the robots.txt file in the root folder of the
            website. Afterwards there will be a robots.bak in the root folder.
            <code>
            string filename = MainUtil.MapPath("robots.txt");
            FileUtil.BackupFile(filename);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.BackupFilename(System.String)">
            <summary>
            Generates a backup filename with an ".bak" extension.
            </summary>
            <param name="filename">A filename.</param>
            <returns>
            The filename with the a new extension ".bak".
            </returns>
            <example>
            The following example generates a backup filename.
            <code>
            string filename = "MyXml.xml";
            string backupname = FileUtil.BackupFilename(filename);
            </code>
            The filename variable is "MyXml.bak" afterwards.
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.Bundle(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>
            Bundles the specified input files into one output file.
            </summary>
            <param name="inputFilePaths">
            The input file paths.
            </param>
            <param name="outputFilePath">
            The output file path.
            </param>
            <exception cref="T:System.ArgumentException">
            <c>ArgumentException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CloseFileStream(System.IO.FileStream)">
            <summary>
            Closes a file stream.
            </summary>
            <param name="stream">The file stream.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CloseStream(System.IO.Stream)">
            <summary>
            Closes a stream.
            </summary>
            <param name="stream">
            The stream.
            </param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CopyStream(System.IO.Stream,System.IO.Stream,System.Int32)">
            <summary>
            Copies one stream to another.
            </summary>
            <param name="from">
            From.
            </param>
            <param name="to">
            To.
            </param>
            <param name="bufferSize">
            Size of the buffer.
            </param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CopyStream(System.IO.Stream,System.IO.Stream)">
            <summary>
            Copies one stream to another.
            </summary>
            <param name="from">From stream.</param>
            <param name="to">To stream.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CopyTextFile(System.String,System.String)">
            <summary>
            Copies the text file.
            </summary>
            <param name="destination">The destination.</param>
            <param name="source">The source.</param>
            <remarks>
            The file is saved in UTF8 encoding.
            </remarks>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CreateFile(System.String,System.IO.Stream,System.Boolean)">
            <summary>
            Creates the file.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="inputStream">The input stream.</param>
            <param name="closeStream">if set to <c>true</c> the input stream will be closed.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CreateFolder(System.String)">
            <summary>
            Create a folder (if it does not exist).
            </summary>
            <param name="folder">The folder path.</param>
            <returns>The create folder.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.Delete(System.String)">
            <summary>
            Deletes a file.
            </summary>
            <param name="fileName">
            The path of the file.
            </param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.Delete(System.String,System.Boolean)">
            <summary>
            Deletes a file.
            </summary>
            <param name="path">The path of the file.</param>
            <param name="includeDirectories">if set to <c>true</c> this instance includes directories.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.DeleteDirectory(System.String)">
            <summary>
            Deletes a directory.
            </summary>
            <param name="folder">The path of the directory.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.DeleteDirectory(System.String,System.Boolean)">
            <summary>
            Deletes a directory.
            </summary>
            <param name="folder">The path of the directory.</param>
            <param name="recursive">if set to <c>true</c> the action is recursive.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.TryDeleteDirectory(System.String,System.Boolean)">
            <summary>
            Tries to delete directory.
            </summary>
            <param name="path">The path.</param>
            <param name="recursive">if set to <c>true</c> [recursive].</param>
            <exception cref="T:System.IO.IOException"><c>IOException</c>.</exception>
        </member>
        <member name="M:Sitecore.IO.FileUtil.EmptyDirectory(System.String)">
            <summary>
            Deletes all files in the specified directory and all its subdirectories.
            </summary>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.EnsureFileFolder(System.String)">
            <summary>
            Ensures that the folder part of a file path exists.
            </summary>
            <remarks>
            <para>
            For example, given the file path:
            </para>
            <para>
            /images/new/image.jpg
            </para>
            <para>
            the method will ensure that the folder '/images/new' is created if it does not exist.
            </para>
            </remarks>
            <param name="filePath">
            The file path.
            </param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.EnsureFolder(System.String)">
            <summary>
            Ensures that the folder part of a path exists.
            </summary>
            <param name="path">The folder path.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.Exists(System.String)">
            <summary>
            Checks if a file or folder exists.
            </summary>
            <param name="path">The path to the file or folder.</param>
            <returns>
            True, if the file or folder exists, otherwise false.
            </returns>
            <example>
            The following example checks if the robots.txt file exists and if it does
            make a backup of it.
            <code>
            string filename = MainUtil.MapPath("robots.txt");
            if (FileUtil.Exists(filename)) {
            FileUtil.BackupFile(filename);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.FileExists(System.String)">
            <summary>
            Checks if a file exists.
            </summary>
            <param name="filename">
            The name of the file.
            </param>
            <returns>
            True, if the file exists, otherwise false.
            </returns>
            <example>
            The following example checks if the robots.txt file exists and if it does
            make a backup of it.
            <code>
            string filename = MainUtil.MapPath("robots.txt");
            if (FileUtil.FileExists(filename)) {
            FileUtil.BackupFile(filename);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.FilePathHasInvalidChars(System.String)">
            <summary>
            Files the path has invalid chars.
            </summary>
            <param name="path">The path.</param>
            <returns>True, if the path has invalid characters, otherwise false.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.FolderExists(System.String)">
            <summary>
            Checks if a folder exists.
            </summary>
            <param name="folder">
            The name of the folder.
            </param>
            <returns>
            True, if the folder exists, otherwise false.
            </returns>
            <example>
            The following example checks if the data folder exists.
            <code>
            string folderPath = MainUtil.MapPath("/data");
            if (FileUtil.FolderExists(folderPath)) {
            MainUtil.Out("Folder exists: " + folderPath);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetBackupFilename(System.String)">
            <summary>
            Gets a filename for a backup file.
            </summary>
            <param name="baseFilename">The base filename.</param>
            <returns>A unique filename.</returns>
            <remarks>
            The filename is made unique by inserting a timestamp in the
            filename. The timestamp is a ISO formatted date/time string.
            The date/time string is formatted as "yyyyMMddTHHmmss".
            </remarks>
            <example>
            The following example finds the backup filename for the robots.txt. Afterwards
            the backupname variable holds a name like "c:\inetpub\wwwroot\default website\robots_20030101T120000.txt".
            <code>
            string filename = MainUtil.MapPath("robots.txt");
            string backupname = FileUtil.GetBackupFilename(filename);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetBackupFilename(System.String,System.String,System.String)">
            <summary>
            Gets a filename for a backup file.
            </summary>
            <param name="folder">The folder of a file.</param>
            <param name="prefix">The file prefix of a file (usually the filename itself).</param>
            <param name="extension">The extension of a file.</param>
            <returns>A unique filename.</returns>
            <remarks>
            The filename is made unique by inserting a timestamp in the
            filename. The timestamp is a ISO formatted date/time string.
            The date/time string is formatted as "yyyyMMddTHHmmss".
            </remarks>
            <example>
            The following example finds the backup filename for the robots.txt. Afterwards
            the backupname variable holds a name like "c:\inetpub\wwwroot\default website\robots_20030101T120000.txt".
            <code>
            string backupname = FileUtil.GetBackupFilename(@"c:\inetpub\wwwroot\default website", "robots", "txt");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetExtension(System.String,System.Boolean,System.Boolean)">
            <summary>
            Gets the extension.
            </summary>
            <param name="source">The source.</param>
            <param name="allowInvalidPath">If set to <c>true</c> [allow invalid path] (exceptions will not thrown if path contains special characters).</param>
            <param name="addLeadingDot">If set to <c>true</c> adds dot before extension.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetExtension(System.String,System.Boolean)">
            <summary>
            Gets the extension (without a leading dot).
            </summary>
            <param name="source">The source.</param>
            <param name="allowInvalidPath">if set to <c>true</c> [allow invalid path] (exceptions will not thrown if path contains special characters).</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetExtension(System.String)">
            <summary>
            Gets the file extension of a path (without a leading dot).
            </summary>
            <param name="path">
            The file path.
            </param>
            <example>
            <code>
            string extension = FileUtil.GetExtension("/temp/document.txt"); // returns 'txt'
            </code>
            </example>
            <returns>
            The get extension.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFileNameWithoutExtension(System.String)">
            <summary>
            Gets the file name without extension.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFileLock(System.String)">
            <summary>
            Gets file specific lock object.
            </summary>
            <param name="path">
            A filename path.
            </param>
            <returns>
            The lock object.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFileName(System.String)">
            <summary>
            Gets the name of the file.
            </summary>
            <param name="filename">The file path.</param>
            <returns>The get file name.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFilePathFromFileUri(System.String)">
            <summary>
            Converts the file URI to a file path.
            </summary>
            <param name="fileUri">
            The file URI.
            </param>
            <returns>
            The file path corresponding to the URI.
            </returns>
            <contract>
              <requires name="fileUri" condition="not empty"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFileSize(System.String)">
            <summary>
            Gets the size if a file.
            </summary>
            <param name="filePath">
            A filename (including path).
            </param>
            <returns>
            The size of the file in bytes. If the file does not exist, -1 is returned.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFileTime(System.String)">
            <summary>
            Gets the last modified time of a file.
            </summary>
            <param name="filename">A filename path.</param>
            <returns>
            The last modified time of the file as a string.
            </returns>
            <remarks>
            If the file does not have a last modified time, blank is returned.
            </remarks>
            <example>
            <code>
            string lastModified = FileUtil.GetFileTime("/robots.txt");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFileWriteTime(System.String)">
            <summary>
            Gets the last modified time of a file.
            </summary>
            <param name="filename">A filename path.</param>
            <returns>
            The last modified time of the file as a date/time.
            </returns>
            <remarks>
            If the file does not have a last modified time, DateTime.MinValue is returned.
            </remarks>
            <example>
            <code>
            DateTime lastModified = FileUtil.GetFileWriteTime("/robots.txt");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetFiles(System.String,System.String,System.Boolean)">
            <summary>
            Gets the files matching a pattern.
            </summary>
            <param name="folder">The folder.</param>
            <param name="pattern">The pattern.</param>
            <param name="mapResult">If set to <c>true</c> the resulting file paths will be mapped (using <see cref="M:Sitecore.IO.FileUtil.MapPath(System.String)"/>).</param>
            <returns>List of files.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetParentPath(System.String)">
            <summary>
            Gets the parent path.
            </summary>
            <param name="path">The parent path.</param>
            <returns>The get parent path.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetPathSeparator(System.String)">
            <summary>
            Determines the separator used in a filename path.
            </summary>
            <param name="path">
            A filename path.
            </param>
            <returns>
            The separator character (slash (/) or backslash (\)).
            </returns>
            <remarks>
            In paths with mixed separators, the backslash (\) takes precedens over the slash.
            If the filename path is blank, slash (/) is returned.
            </remarks>
            <example>
            <code>
            char s1 = FileUtil.GetPathSeparator("/sitecore/data/masterdata.xml"); // returns /
            char s2 = FileUtil.GetPathSeparator(@"c:\inetpub\wwwroot\default site"); // returns \
            char s3 = FileUtil.GetPathSeparator(@"c:\inetpub\wwwroot\default site/sitecore/data/masterdata.xml"); // returns \
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetSpecialFolder(Sitecore.IO.SpecialFolder)">
            <summary>
            Gets the special folder.
            </summary>
            <param name="folder">
            The folder.
            </param>
            <returns>
            The get special folder.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetUniqueFilename(System.String)">
            <summary>
            Gets a unique filename.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <returns>
            The get unique filename.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetValidFilePath(System.String)">
            <summary>
            Gets a valid filename from a proposed path (ie. strip invalid chars).
            </summary>
            <param name="proposedPath">
            The proposed path.
            </param>
            <returns>
            The get valid file path.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetWorkFilename(System.String,System.String,System.String)">
            <summary>
            Gets a unique filename.
            </summary>
            <param name="folder">The folder of a file.</param>
            <param name="prefix">The file prefix of a file (usually the filename itself).</param>
            <param name="extension">The extension of a file.</param>
            <returns>The unique filename.</returns>
            <remarks>
            The filename is made unique by inserting a running serial number into it.
            </remarks>
            <example>
            The following example gets a unique filename for the robots.txt file. Afterwards
            the backupname variable holds a name like "c:\inetpub\wwwroot\default website\robots_00001.txt".
            <code>
            string backupname = FileUtil.GetWorkFilename(@"c:\inetpub\wwwroot\default website", "robots", "txt");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.IsAspxFile(System.String)">
            <summary>
            Check if a path denotes an aspx file.
            </summary>
            <param name="filename">
            The file path.
            </param>
            <returns>
            <c>true</c> if the file is an aspx file; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.IsFile(System.String)">
            <summary>
            Determines whether the specified path is an existing file.
            </summary>
            <param name="filename">The file path.</param>
            <returns>
              <c>true</c> if the specified path is an existing file; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.IsFolder(System.String)">
            <summary>
            Determines whether the specified path is an existing folder.
            </summary>
            <param name="folder">The file path.</param>
            <returns>
              <c>true</c> if the specified path is an existing folder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.IsFullyQualified(System.String)">
            <summary>
            Determines whether the filename is fully qualified.
            </summary>
            <param name="filename">The filename.</param>
            <returns>
              <c>true</c> if the filename is fully qualified; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.IsReadOnly(System.String)">
            <summary>
            Determines whether the specified file is read only.
            </summary>
            <param name="filename">The filename.</param>
            <returns>
              <c>true</c> if the specified file is read only; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.IsWritable(System.IO.FileInfo)">
            <summary>
            Determines whether the specified file is writable.
            </summary>
            <param name="file">
            The file info object.
            </param>
            <returns>
            <c>true</c> if the specified file is writable; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.LoadHashtable(System.String)">
            <summary>
            Loads a hashtable from a file.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The Hashtable.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.LoadObject(System.String)">
            <summary>
            Loads the object from a file.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The load object.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.MakePath(System.String,System.String)">
            <summary>
            Makes a path from two filename parts.
            </summary>
            <param name="part1">
            The first part of the filename.
            </param>
            <param name="part2">
            The second part of the filename.
            </param>
            <returns>
            The two parts concatenated with a separator in between.
            </returns>
            <remarks>
            The parts are seperated by the separator used in the first part.
            </remarks>
            <example>
            The following example joins "c:\inetpub\wwwroot\default website" and "robots.txt" into a single string
            seperated by a backslash (\).
            <code>
            string filename = FileUtil.MakePath(@"c:\inetpub\wwwroot\default website", "robots");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.MakePath(System.String,System.String,System.Char)">
            <summary>
            Makes a path from two filename parts.
            </summary>
            <param name="part1">
            The first part of the filename.
            </param>
            <param name="part2">
            The second part of the filename.
            </param>
            <param name="separator">
            A separator character.
            </param>
            <returns>
            The two parts concatenated with the separator in between.
            </returns>
            <example>
            The following example joins "c:\inetpub\wwwroot\default website" and "robots.txt" into a single string
            seperated by a backslash (\).
            <code>
            string filename = FileUtil.MakePath(@"c:\inetpub\wwwroot\default website", "robots", "\\");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.MapDataFilePath(System.String)">
            <summary>
            Maps a filename to a physical filename in the data folder.
            </summary>
            <param name="path">A filename path.</param>
            <returns>A filename in the data folder.</returns>
            <remarks>
            If the path does not contain any folder information,
            the file is assumed to be located in the data folder. The data folder is specified
            by the <see cref="P:Sitecore.Configuration.Settings.DataFolder">Settings.DataFolder</see> setting.
            </remarks>
            <example>
            The following example returns the filename of the mydata.xml file in the data folder.
            Afterwards the filename variable holds a value like
            "c:\inetpub\wwwroot\default website\sitecore\data\mydata.xml".
            <code>
            string filename = FileUtil.MapDataFilePath("mydata.xml");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.MapPath(System.String)">
            <summary>
            Maps a virtual file path to a physical file path.
            </summary>
            <param name="path">A virtual file path.</param>
            <returns>The physical file path.</returns>
            <remarks>
            If the file path is blank, contains a backslash (\) or
            contains the string "://" the path itself is returned.
            </remarks>
            <example>
            The following example returns the physical filename of the mydata.xml file in the data folder.
            Afterwards the filename variable holds a value like
            "c:\inetpub\wwwroot\default website\sitecore\data\mydata.xml".
            <code>
            string filename = FileUtil.MapPath("/sitecore/data/mydata.xml");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.MapPath(System.Web.HttpContextBase,System.String)">
            <summary>
            Maps a virtual file path to a physical file path.
            </summary>
            <param name="context">A HTTP context.</param>
            <param name="path">A virtual file path.</param>
            <returns>The physical file path.</returns>
            <remarks>
            If the file path is blank, contains a backslash (\) or
            contains the string "://" the path itself is returned.
            </remarks>
            <example>
            The following example returns the physical filename of the mydata.xml file in the data folder.
            Afterwards the filename variable holds a value like
            "c:\inetpub\wwwroot\default website\sitecore\data\mydata.xml".
            <code>
            string filename = FileUtil.MapPath("/sitecore/data/mydata.xml");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.MatchPattern(System.String,System.String)">
            <summary>
            Checks whether the value matches the pattern.
            </summary>
            <param name="value">The value.</param>
            <param name="pattern">The pattern.</param>
            <returns>The match pattern.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.NormalizeWebPath(System.String)">
            <summary>
            Normalizes the web path by replacing all backslashes (\) with forward slashes (/).
            </summary>
            <param name="path">The web path.</param>
            <returns>The normalize web path.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.OpenCreate(System.String)">
            <summary>
            Creates a new file and opens it in read/write mode.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <returns>
            The file stream.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.OpenFileStream(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Boolean,System.Boolean)">
            <summary>
            Opens the file stream.
            </summary>
            <param name="filePath">
            The filename.
            </param>
            <param name="mode">
            The mode mode.
            </param>
            <param name="access">
            The access mode.
            </param>
            <param name="share">
            The share mode.
            </param>
            <param name="createFolder">
            if set to <c>true</c> this instance is create folder.
            </param>
            <param name="logErrors">
            if set to <c>true</c> this instance is log errors.
            </param>
            <returns>
            The file stream.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.OpenRead(System.String)">
            <summary>
            Opens a file in read mode.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <returns>
            The file stream.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.OpenWrite(System.String)">
            <summary>
            Opens a file in write mode.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <returns>
            The file stream.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.ReadBinaryFile(System.String)">
            <summary>
            Reads the binary file.
            </summary>
            <param name="filename">Name of the file.</param>
            <returns>The array of bites.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.ReadFromFile(System.String)">
            <summary>
            Reads a text file.
            </summary>
            <param name="path">A file name.</param>
            <returns>The content of the file.</returns>
            <remarks>
            If the file is not found, an exception is written to the trace file and blank is returned.
            </remarks>
            <example>
            <code>
            string text = MainUtil.ReadFromFile("/robots.txt");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.ReadUTF8File(System.String)">
            <summary>
            Reads the file in UTF8 encoding.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The read ut f 8 file.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.ReplaceVariables(System.String)">
            <summary>
            Replaces variables in a filename.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The replace variables.</returns>
            <remarks>
            Currently only {$date} is supported.
            </remarks>
        </member>
        <member name="M:Sitecore.IO.FileUtil.Save(System.Xml.XmlDocument,System.String)">
            <summary>
            Saves an XML document to a file.
            </summary>
            <param name="doc">An XML document to be saved.</param>
            <param name="filename">A filename.</param>
            <remarks>
            The XML document is first saved to a temporary file, then the
            temporary file is renamed to the name of the original file.
            </remarks>
            <example>
            The following example saves the XML document in the xml variable to a file
            <code>
            string filename = FileUtil.MapPath("/sitecore/data/mydata.xml");
            FileUtil.Save(xml, filename);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.SaveHashtable(System.String,System.Collections.Hashtable)">
            <summary>
            Saves a hashtable to a file.
            </summary>
            <param name="filename">The filename.</param>
            <param name="data">The data object.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.SaveObject(System.String,System.Object)">
            <summary>
            Saves an object to a file.
            </summary>
            <param name="filename">The filename.</param>
            <param name="data">The data object.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.SaveToTemporaryFile(Sitecore.Data.Items.MediaItem)">
            <summary>
            Saves the Media Item's MediaStream to a temporary file
            and returns the path to that file.
            </summary>
            <param name="item">
            The MediaItem
            </param>
            <returns>
            The path to the generated temporary file.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.SubtractPath(System.String,System.String)">
            <summary>
            Subtracts one path from another.
            </summary>
            <param name="fullPath">
            The full path.
            </param>
            <param name="subtract">
            The path to subtract.
            </param>
            <returns>
            The subtract path.
            </returns>
            <example>
            <code>
            string path = FileUtil.SubtractPath("/layouts/hola.aspx", "/layouts/"); // hola.aspx
                string path = FileUtil.SubtractPath("c:\website\layouts\hola.aspx", "/layouts/"); // hola.aspx (assuming the web site )
                string path = FileUtil.SubtractPath("/layouts/hola.aspx", "/temp/"); // null
              </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.UnmapPath(System.String,System.Boolean)">
            <summary>
            Maps a physical path to a virtual path.
            </summary>
            <param name="path">A file path.</param>
            <param name="toLower">Indicated whether result should be converted to lower case</param>
            <returns>A virtual path.</returns>
            <remarks>
            If the path cannot be made into a virtual path, the
            physical path is returned.
            </remarks>
            <example>
            <code>
            string path = MainUtil.UnmapPath(@"c:\Inetpub\wwwroot\Default side\Sitecore\Images\blank.gif", false);
            // "/Sitecore/Images/blank.gif"
            </code>
              <seealso cref="M:Sitecore.IO.FileUtil.MapPath(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.UnmapPath(System.String,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Maps a physical path to a virtual path.
            </summary>
            <param name="path">A file path.</param>
            <param name="toLower">Indicated whether result should be converded to lower case</param>
            <param name="unmapTempFolder">Indicated whether path should be mapped to temp folder handler</param>
            <param name="unmapIconCaheFolder">Indicated whether path should be mapped to icon cache folder handler</param>
            <returns>A virtual path.</returns>
            <remarks>
            If the path cannot be made into a virtual path, the
            physical path is returned.
            </remarks>
            <example>
            <code>
            string path = MainUtil.UnmapPath(@"c:\Inetpub\wwwroot\Default side\Sitecore\Images\blank.gif", false);
            // "/Sitecore/Images/blank.gif"
            </code>
              <seealso cref="M:Sitecore.IO.FileUtil.MapPath(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.UnmapPath(System.String)">
            <summary>
            Maps a physical path to a virtual path.
            </summary>
            <param name="path">A file path.</param>
            <returns>A virtual path.</returns>
            <remarks>
            If the path cannot be made into a virtual path, the
            physical path is returned.
            </remarks>
            <example>
            <code>
            string path = MainUtil.UnmapPath(@"c:\inetpub\wwwroot\default side\sitecore\images\blank.gif");
            // "/sitecore/images/blank.gif"
            </code>
              <seealso cref="M:Sitecore.IO.FileUtil.MapPath(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.WriteToFile(System.String,System.Byte[]@)">
            <summary>
            Writes a byte array to a file.
            </summary>
            <param name="path">A file name path.</param>
            <param name="data">A byte array of data.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.WriteToFile(System.String,System.String)">
            <summary>
            Writes a string to a file.
            </summary>
            <param name="path">A file name path.</param>
            <param name="text">A text string.</param>
            <example>
            <code>
            MainUtil.WriteToString("/my.txt", "Hello world");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.WriteToFile(System.String,System.String,System.Boolean)">
            <summary>
            Write or appends a atring to a file.
            </summary>
            <param name="path">A file name path.</param>
            <param name="text">A text string.</param>
            <param name="append">Indicates if the string is appended to the file.</param>
            <example>
            <code>
            MainUtil.WriteToString("/my.txt", "Hello world", true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.IO.FileUtil.WriteToStream(System.IO.Stream,System.Int32,System.IO.Stream)">
            <summary>
            Writes one stream to another stream.
            </summary>
            <param name="inputStream">
            The stream to read data from.
            </param>
            <param name="blockSize">
            Size of each block being read.
            </param>
            <param name="outputStream">
            The stream to write data to.
            </param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.WriteUTF8File(System.String,System.String)">
            <summary>
            Writes the file in UTF8 encoding.
            </summary>
            <param name="filename">The filename.</param>
            <param name="data">The data text.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.ZipFiles(System.String,System.String[])">
            <summary>
            Zips a list of files.
            </summary>
            <param name="zipfile">The zipfile.</param>
            <param name="files">The files.</param>
            <returns>The zip files.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetTemporaryFile(System.String)">
            <summary>
            returns a name that can be used as a temporary file.
            </summary>
            <param name="file">The file path.</param>
            <returns>The get temporary file.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.GetTemporaryFilePath(System.String,System.String)">
            <summary>
            Returns a string that can be used as a path to a temporary file.
            </summary>
            <param name="name">The file name.</param>
            <param name="extension">The file extension.</param>
            <returns>A string that can be used as a path to a temporary file.</returns>
        </member>
        <member name="M:Sitecore.IO.FileUtil.CreateFolderRecursive(System.String)">
            <summary>
            Creates the folder recursively.
            </summary>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.EmptyDirectory(System.IO.DirectoryInfo)">
            <summary>
            The empty directory.
            </summary>
            <param name="directoryInfo">The directory info.</param>
        </member>
        <member name="M:Sitecore.IO.FileUtil.UnmapHandlerPath(System.String,System.String,System.String)">
            <summary>Maps a physical path from the handler path to a virtual path.</summary>
            <param name="path">The path.</param>
            <param name="handlerPrefix">The handler prefix.</param>
            <param name="handlerPath">The handler path.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Sitecore.IO.FileWatcher">
            <summary>
              Monitors a folder for changes to files.
            </summary>
        </member>
        <member name="F:Sitecore.IO.FileWatcher._hasBackgroundProcessing">
            <summary>
              Is there any associated FileSystemWatcher created?
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.#ctor(System.String,System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.IO.FileWatcher" /> class.
            </summary>
            <param name="folder">The folder.</param>
            <param name="filter">The filter.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.#ctor(System.String,System.String,System.Boolean)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.IO.FileWatcher" /> class.
            </summary>
            <param name="folder">The folder.</param>
            <param name="filter">The filter.</param>
            <param name="includeSubdirectories">Include subdirectories.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.#ctor(System.String)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.IO.FileWatcher" /> class.
            </summary>
            <param name="configReference">The configuration reference.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.#ctor">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.IO.FileWatcher" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Finalize">
            <summary>
              Finalizes an instance of the <see cref="T:Sitecore.IO.FileWatcher" /> class.
            </summary>
        </member>
        <member name="P:Sitecore.IO.FileWatcher.Folder">
            <summary>
              Gets the path to the monitored folder.
            </summary>
            <value>The path to the folder monitored by this FileWatcher.</value>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.ProcessPending">
            <summary>
              Processes all pending operations for all file watchers.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Dispose">
            <summary>
              Application shutdown handler.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Init(System.Web.HttpApplication)">
            <summary>
              Application startup handler.
            <para>No logic is triggered here.</para>
            </summary>
            <param name="context">
              An <see cref="T:System.Web.HttpApplication"></see> that provides access to the methods,
              properties, and events common to all application objects within an ASP.NET application
            </param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Created(System.String)">
            <summary>
              Called when a file has been created.
            </summary>
            <param name="fullPath">The full path.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.CurrentDomainDomainUnload(System.Object,System.EventArgs)">
            <summary>
              Currents the domain domain unload.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs" /> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Deleted(System.String)">
            <summary>
              Called when a file has been deleted.
            </summary>
            <param name="filePath">The full path.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Dispose(System.Boolean)">
            <summary>
              Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposing">
              <c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only
              unmanaged resources.
            </param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.InitializeWatcher(System.String,System.String)">
            <summary>
              Initializes a file watcher.
            </summary>
            <param name="filter">The filter.</param>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.InitializeWatcher(System.String,System.String,System.Boolean)">
            <summary>
              Initializes a file watcher.
            </summary>
            <param name="filter">The filter.</param>
            <param name="folder">The folder.</param>
            <param name="includeSubdirectories">Include subdirectories.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.InitializeWorker">
            <summary>
              Initializes the worker thread to periodically process queue.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.MapPathToSiteCore(System.String,System.String,System.String)">
            <summary>
              Maps the path to a Sitecore path.
            </summary>
            <param name="fullPath">The full path.</param>
            <param name="directory">The directory.</param>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.OnError(System.Object,System.IO.ErrorEventArgs)">
            <summary>
              Called when an error occurs that prevents the file watcher from monitoring changes.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.ErrorEventArgs" /> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.OnFileCreated(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
              File has been created.
            </summary>
            <param name="o">The object.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.OnFileDeleted(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
              File has been deleted.
            </summary>
            <param name="o">The object.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.OnFileRenamed(System.Object,System.IO.RenamedEventArgs)">
            <summary>
              File has been renamed.
            </summary>
            <param name="o">The object.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.PathShouldBeIngnored(System.String)">
            <summary>
              Checks whether the pathes the should be ignored.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Renamed(System.String,System.String)">
            <summary>
              Called when a file has been renamed.
            </summary>
            <param name="filePath">The full path.</param>
            <param name="oldFilePath">The old full path.</param>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Contains(System.Collections.Queue,System.String)">
            <summary>
              Determines whether the specified queue contains a specific file path.
            </summary>
            <param name="queue">The queue.</param>
            <param name="path">The path to check for.</param>
            <returns>
              <c>true</c> if the specified queue contains the file; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Dequeue(System.Collections.Queue)">
            <summary>
              Dequeues a path from a queue.
            </summary>
            <returns><see cref="T:System.String"/> from the beginning of the queue;<c>null</c> if queue is empty.</returns>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.ProcessCreatedQueue">
            <summary>
              Processes the created queue.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.ProcessDeletedQueue">
            <summary>
              Processes the deleted queue.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.ProcessQueues">
            <summary>
              Processes the file change queues.
            <para>Processes deleted, created, and renamed queues.</para>
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.ProcessRenamedQueue">
            <summary>
              Processes the renamed queue.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.StopThread">
            <summary>
              Stops the thread.
            </summary>
        </member>
        <member name="M:Sitecore.IO.FileWatcher.Worker">
            <summary>
              The worker thread method - keeps on processing file changes queue.
            </summary>
        </member>
        <member name="T:Sitecore.IO.LayoutWatcher">
            <summary>
            Implements a file watcher that looks for changes in the /Layout folder.
            </summary>
        </member>
        <member name="M:Sitecore.IO.LayoutWatcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.LayoutWatcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.LayoutWatcher.Created(System.String)">
            <summary>
            Called when a file has been created.
            </summary>
            <param name="fullPath">The full path.</param>
        </member>
        <member name="M:Sitecore.IO.LayoutWatcher.Deleted(System.String)">
            <summary>
            Called when a file has been deleted.
            </summary>
            <param name="filePath">The full path.</param>
        </member>
        <member name="M:Sitecore.IO.LayoutWatcher.Renamed(System.String,System.String)">
            <summary>
            Called when a file has been renamed.
            </summary>
            <param name="filePath">The full path.</param>
            <param name="oldFilePath">The old full path.</param>
        </member>
        <member name="M:Sitecore.IO.LayoutWatcher.ClearLayoutCache">
            <summary>
            Clears the layout cache.
            </summary>
        </member>
        <member name="T:Sitecore.IO.SingleFileWatcher">
            <summary>
            Defines the single file watcher class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.SingleFileWatcher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.SingleFileWatcher"/> class.
            </summary>
            <param name="path">The path to the file to monitor.</param>
        </member>
        <member name="M:Sitecore.IO.SingleFileWatcher.RaiseEvent(System.Delegate,System.IO.FileSystemEventArgs)">
            <summary>
            Raises the specified event is args point to the target file.
            </summary>
            <param name="handler">The handler.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="F:Sitecore.IO.SingleFileWatcher.Changed">
            <summary>
            Occurs when the target file is changed.
            </summary>
        </member>
        <member name="F:Sitecore.IO.SingleFileWatcher.Created">
            <summary>
            Ocrcurs when a new file is created in place of the target file.
            </summary>
        </member>
        <member name="F:Sitecore.IO.SingleFileWatcher.Deleted">
            <summary>
            Occurs when the target file is deleted.
            </summary>
        </member>
        <member name="F:Sitecore.IO.SingleFileWatcher.Renamed">
            <summary>
            Occurse when the target file is renamed.
            </summary>
        </member>
        <member name="M:Sitecore.IO.SingleFileWatcher.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.IO.SpecialFolder">
            <summary>
            Identifies special folders.
            </summary>
        </member>
        <member name="F:Sitecore.IO.SpecialFolder.IndexRoot">
            <summary>
            Index root.
            </summary>
        </member>
        <member name="F:Sitecore.IO.SpecialFolder.TempDiagnostics">
            <summary>
            Temporary folder for diagnostics.
            </summary>
        </member>
        <member name="T:Sitecore.IO.StreamSharer">
            <summary>
            StreamSharer class
            </summary>
            <summary>
            StreamSharer.MetaStream class
            </summary>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.#ctor(System.IO.Stream,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.StreamSharer"/> class.
            </summary>
            <param name="masterStream">The master stream.</param>
            <param name="bufferFilePath">The buffer file path.</param>
        </member>
        <member name="P:Sitecore.IO.StreamSharer.StreamLength">
            <summary>
            Gets the length of the stream.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.OpenStream">
            <summary>
            Opens a new instance of the stream.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.Read(System.Int64,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads data from the stream.
            </summary>
            <param name="position">The position that will be read.</param>
            <param name="buffer">The buffer.</param>
            <param name="offset">The offset.</param>
            <param name="count">The number of bytes that will be read.</param>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.ReadFromFile(System.Int64,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads data from the buffer file.
            </summary>
            <param name="position">The position.</param>
            <param name="buffer">The buffer.</param>
            <param name="offset">The offset.</param>
            <param name="count">The count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.ReadFromBuffer(System.Int64,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Reads data from the current buffer stream.
            </summary>
            <param name="position">The position.</param>
            <param name="buffer">The buffer.</param>
            <param name="offset">The offset.</param>
            <param name="count">The count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.PrepareRead(System.Int64,System.Int32)">
            <summary>
            Prepares the master buffer file for a specific read operation.
            </summary>
            <param name="position">The position that will be read.</param>
            <param name="count">The number of bytes that will be read.</param>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.CloseStreams">
            <summary>
            Closes the streams.
            </summary>
        </member>
        <member name="T:Sitecore.IO.StreamSharer.MetaStream">
            <summary>
            StreamSharer.MetaStream class
            </summary>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.MetaStream.#ctor(Sitecore.IO.StreamSharer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.StreamSharer.MetaStream"/> class.
            </summary>
            <param name="streamSharer">The stream sharer.</param>
        </member>
        <member name="P:Sitecore.IO.StreamSharer.MetaStream.CanRead">
            <summary>
            When overridden in a derived class, gets a value indicating whether the current stream supports reading.
            </summary>
            <value></value>
            <returns>true if the stream supports reading; otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.IO.StreamSharer.MetaStream.CanSeek">
            <summary>
            When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
            </summary>
            <value></value>
            <returns>true if the stream supports seeking; otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.IO.StreamSharer.MetaStream.CanWrite">
            <summary>
            When overridden in a derived class, gets a value indicating whether the current stream supports writing.
            </summary>
            <value></value>
            <returns>true if the stream supports writing; otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.IO.StreamSharer.MetaStream.Length">
            <summary>
            When overridden in a derived class, gets the length in bytes of the stream.
            </summary>
            <value></value>
            <returns>A long value representing the length of the stream in bytes.</returns>
            <exception cref="T:System.NotSupportedException">A class derived from Stream does not support seeking. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception>
        </member>
        <member name="P:Sitecore.IO.StreamSharer.MetaStream.Position">
            <summary>
            When overridden in a derived class, gets or sets the position within the current stream.
            </summary>
            <value></value>
            <returns>The current position within the stream.</returns>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support seeking. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.MetaStream.Flush">
            <summary>
            When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.
            </summary>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.MetaStream.Read(System.Byte[],System.Int32,System.Int32)">
            <summary>
            When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
            </summary>
            <param name="buffer">An array of bytes. When this method returns, the buffer contains the specified byte array with the values between <paramref name="offset"/> and (<paramref name="offset"/> + <paramref name="count"/> - 1) replaced by the bytes read from the current source.</param>
            <param name="offset">The zero-based byte offset in <paramref name="buffer"/> at which to begin storing the data read from the current stream.</param>
            <param name="count">The maximum number of bytes to be read from the current stream.</param>
            <returns>
            The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
            </returns>
            <exception cref="T:System.ArgumentException">The sum of <paramref name="offset"/> and <paramref name="count"/> is larger than the buffer length. </exception>
            <exception cref="T:System.ArgumentNullException">
                <paramref name="buffer"/> is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
                <paramref name="offset"/> or <paramref name="count"/> is negative. </exception>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support reading. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.MetaStream.Seek(System.Int64,System.IO.SeekOrigin)">
            <summary>
            When overridden in a derived class, sets the position within the current stream.
            </summary>
            <param name="offset">A byte offset relative to the <paramref name="origin"/> parameter.</param>
            <param name="origin">A value of type <see cref="T:System.IO.SeekOrigin"/> indicating the reference point used to obtain the new position.</param>
            <returns>
            The new position within the current stream.
            </returns>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support seeking, such as if the stream is constructed from a pipe or console output. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.MetaStream.SetLength(System.Int64)">
            <summary>
            When overridden in a derived class, sets the length of the current stream.
            </summary>
            <param name="value">The desired length of the current stream in bytes.</param>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support both writing and seeking, such as if the stream is constructed from a pipe or console output. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception>
        </member>
        <member name="M:Sitecore.IO.StreamSharer.MetaStream.Write(System.Byte[],System.Int32,System.Int32)">
            <summary>
            When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
            </summary>
            <param name="buffer">An array of bytes. This method copies <paramref name="count"/> bytes from <paramref name="buffer"/> to the current 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 number of bytes to be written to the current stream.</param>
            <exception cref="T:System.ArgumentException">The sum of <paramref name="offset"/> and <paramref name="count"/> is greater than the buffer length. </exception>
            <exception cref="T:System.ArgumentNullException">
                <paramref name="buffer"/> is null. </exception>
            <exception cref="T:System.ArgumentOutOfRangeException">
                <paramref name="offset"/> or <paramref name="count"/> is negative. </exception>
            <exception cref="T:System.IO.IOException">An I/O error occurs. </exception>
            <exception cref="T:System.NotSupportedException">The stream does not support writing. </exception>
            <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed. </exception>
        </member>
        <member name="T:Sitecore.IO.TempFolder">
            <summary>
            Represents the temporary folder.
            </summary>
        </member>
        <member name="P:Sitecore.IO.TempFolder.Folder">
            <summary>
            Gets the folder.
            </summary>
            <value>The folder.</value>
        </member>
        <member name="M:Sitecore.IO.TempFolder.CreateTempFile(System.String)">
            <summary>
            Creates the temp file.
            </summary>
            <param name="filename">The filename.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.TempFolder.EnsureFolder">
            <summary>
            Ensures that the Temp folder exists on the physical disk.
            </summary>
        </member>
        <member name="M:Sitecore.IO.TempFolder.GetFilename">
            <summary>
            Gets the filename.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.IO.TempFolder.GetFilename(System.String)">
            <summary>
            Gets the filename.
            </summary>
            <param name="filename">The filename.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.IO.UploadFile">
            <summary>Implements a class for simplifing upload of files from a HTML form.</summary>
            <remarks>This is an internal class for uploaing files and should
            not be used.</remarks>
        </member>
        <member name="M:Sitecore.IO.UploadFile.#ctor(System.Web.UI.HtmlControls.HtmlInputFile)">
            <summary>
            Initializes a new instance of the UploadFile class.
            </summary>
            <param name="file">A file from a HTML form.</param>
        </member>
        <member name="P:Sitecore.IO.UploadFile.IsValid">
            <summary>
            Checks if the file object is valid.
            </summary>
            <value>True, if the file object contains a value, otherwise false.</value>
            <remarks>A file object is valid if it contains a value.</remarks>
        </member>
        <member name="M:Sitecore.IO.UploadFile.SaveToFolder(System.String,System.Boolean)">
            <summary>
            Saves the file to a folder.
            </summary>
            <param name="sFolder">A folder file name.</param>
            <param name="bUniqueName">A boolean indicating if the name should unique within the folder.</param>
            <returns>The filename of the file.</returns>
            <remarks>If the file is not valid, blank is returned.</remarks>
        </member>
        <member name="M:Sitecore.IO.UploadFile.MakeThumbnail(System.String,System.Int32,System.Int32)">
            <summary>
            Makes a thumbnail of the file.
            </summary>
            <param name="sFile">A file name.</param>
            <param name="nWidth">Width of thumbnail.</param>
            <param name="nHeight">Height of thumbnail.</param>
            <returns>
            True, if a thumbnail was generated, otherwise false.
            </returns>
            <remarks>The function looks for an extension of .gif or .jpg.</remarks>
        </member>
        <member name="M:Sitecore.IO.UploadFile.ThumbnailAborter">
            <summary>
            Implements a thumbnail aborter delegate.
            </summary>
            <returns>Always false.</returns>
            <remarks>Always returns false.</remarks>
        </member>
        <member name="T:Sitecore.IO.VirtualDrive">
            <summary>
              Defines the virtual drive class.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.DDD_EXACT_MATCH_ON_REMOVE">
            <summary>If this value is specified along with DDD_REMOVE_DEFINITION, the function DefineDosDevice will use an exact match to determine which mapping to remove.
            Use this value to ensure that you do not delete something that you did not define.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.DDD_RAW_TARGET_PATH">
            <summary>
            Uses the lpTargetPath string as is. Otherwise, it is converted from an MS-DOS path to a path.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.DDD_REMOVE_DEFINITION">
            <summary>
            Removes the specified definition for the specified device. To determine which definition to remove, the function walks the list of mappings for the device, looking for a match of lpTargetPath against a prefix of each mapping associated with this device. The first mapping that matches is the one removed, and then the function returns.
            If lpTargetPath is NULL or a pointer to a NULL string, the function will remove the first mapping associated with the device and pop the most recent one pushed. If there is nothing left to pop, the device name will be removed.
            If this value is not specified, the string pointed to by the lpTargetPath parameter will become the new mapping for this device.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.DRIVE_FIXED">
            <summary>
            The drive has fixed media; for example, a hard disk drive or flash drive.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.DRIVE_NO_ROOT_DIR">
            <summary>
            The root path is invalid; for example, there is no volume mounted at the specified path.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.DRIVE_UNKNOWN">
            <summary>
            The drive type cannot be determined.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.driveChar">
            <summary>
            Virtual drive letter.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.path">
            <summary>
            Path to the folder to be linked.
            </summary>
        </member>
        <member name="F:Sitecore.IO.VirtualDrive.disposed">
            <summary>
            Boolean value indicating whether this instance has been disposed.
            </summary>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.#ctor(System.Char,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.VirtualDrive"/> class.
            </summary>
            <param name="driveChar">Drive letter.</param>
            <param name="path">Path to the folder to be linked.</param>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.VirtualDrive"/> class.
            </summary>
            <param name="path">Path to the folder to be linked.</param>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.Finalize">
            <summary>
            Finalizes an instance of the <see cref="T:Sitecore.IO.VirtualDrive"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.IO.VirtualDrive.Name">
            <summary>
            Gets the drive name.
            </summary>
            <value>
            The drive name.
            </value>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.Dispose(System.Boolean)">
            <summary>
            Releases unmanaged and - optionally - managed resources.
            </summary>
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.DefineDosDevice(System.Int32,System.String,System.String)">
            <summary>
              Defines, redefines, or deletes MS-DOS device names.
            </summary>
            <param name="flags">The controllable aspects of the DefineDosDevice function. This parameter can be one or more of the following values.</param>
            <param name="deviceName">A pointer to an MS-DOS device name string specifying the device the function is defining, redefining, or deleting.
            The device name string must not have a colon as the last character, unless a drive letter is being defined, redefined, or deleted. For example, drive C would be the string "C:".
            In no case is a trailing backslash ("\") allowed.</param>
            <param name="targetPath">A pointer to a path string that will implement this device.
            The string is an MS-DOS path string unless the DDD_RAW_TARGET_PATH flag is specified, in which case this string is a path string.</param>
            <returns>If the function succeeds, the return value is nonzero.
            If the function fails, the return value is zero. </returns>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.DefineDosDevice(System.Char,System.String,System.Boolean)">
            <summary>
              Defines, redefines, or deletes MS-DOS device names.
            </summary>
            <param name="driveChar">Virtual drive letter.</param>
            <param name="path">Path string that will implement this device.</param>
            <param name="create">If true, device will be created. If false, device will be deleted.</param>
            <returns>If the function succeeds, the return value is true.
            If the function fails, the return value is false.</returns>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.GetDriveType(System.String)">
            <summary>
              Determines whether a disk drive is a removable, fixed, CD-ROM, RAM disk, or network drive.
            </summary>
            <param name="rootPathName">The root directory for the drive.
            A trailing backslash is required. If this parameter is NULL, the function uses the root of the current directory.</param>
            <returns>The return value specifies the type of drive, which can be one of the following values.</returns>
        </member>
        <member name="M:Sitecore.IO.VirtualDrive.GetFreeDriveLetter">
            <summary>
            Gets the free drive letter.
            </summary>
            <returns>The free drive letter.</returns>
        </member>
        <member name="T:Sitecore.IO.XslWatcher">
            <summary>
            Implements a file watcher that monitors changes in the /Xsl folder.
            </summary>
        </member>
        <member name="M:Sitecore.IO.XslWatcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.IO.XslWatcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.IO.XslWatcher.Created(System.String)">
            <summary>
            Called when a file has been created.
            </summary>
            <param name="fullPath">The full path.</param>
        </member>
        <member name="M:Sitecore.IO.XslWatcher.Deleted(System.String)">
            <summary>
            Called when a file has been deleted.
            </summary>
            <param name="filePath">The full path.</param>
        </member>
        <member name="M:Sitecore.IO.XslWatcher.Renamed(System.String,System.String)">
            <summary>
            Called when a file has been renamed.
            </summary>
            <param name="filePath">The full path.</param>
            <param name="oldFilePath">The old full path.</param>
        </member>
        <member name="M:Sitecore.IO.XslWatcher.ClearCaches">
            <summary>
            Clears all html and xsl caches.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.IMessageQueue">
            <summary>
            IMessageQueue
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.IMessageQueue.PutMessage(Sitecore.Jobs.AsyncUI.IMessage)">
            <summary>
            Puts the message to the queue.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.IMessageQueue.GetMessage(Sitecore.Jobs.AsyncUI.IMessage@)">
            <summary>
            Gets the message from the queue.
            </summary>
            <param name="message">The message.</param>
            <returns>False if the queue was empty</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.IMessageQueue.GetResult">
            <summary>
            Gets the result.
            </summary>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.IMessageQueue.PutResult(System.Object)">
            <summary>
            Puts the result to the queue.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.InvalidContextException">
            <summary>
            InvalidContextException class
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.InvalidContextException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.InvalidContextException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.InvalidContextException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.InvalidContextException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.InvalidContextException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.InvalidContextException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="inner">The inner.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.InvalidContextException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.InvalidContextException"/> class.
            </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="T:Sitecore.Jobs.AsyncUI.Callback">
            <summary>Callback</summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.PipelineCallback">
            <summary>Pipeline callback</summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.JobContext">
            <summary>
            Task context
            </summary>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.JobContext.MessageQueue">
            <summary>
            Gets the message queue for the current job.
            </summary>
            <value>The message queue.</value>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.JobContext.IsJob">
            <summary>
            Gets a value indicating whether current thread contains a task.
            </summary>
            <value><c>true</c> if this instance is a task; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.JobContext.JobHandle">
            <summary>
            Gets the task ID.
            </summary>
            <value>The task ID.</value>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.JobContext.Job">
            <summary>
            Gets the job.
            </summary>
            <value>The job.</value>
            <exception cref="T:Sitecore.Jobs.AsyncUI.InvalidContextException"><c>InvalidContextException</c>.</exception>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.Confirm(System.String)">
            <summary>
            Runs a confirm dialog.
            </summary>
            <param name="message">The message.</param>
            <returns>The confirmation result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.ShowModalDialog(System.String)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="url">The URL.</param>
            <returns>Dialog result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.ShowModalDialog(System.String,System.String,System.String)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>Dialog result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.ShowModalDialog(System.String,System.String,System.String,System.String)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="title">The message.</param>
            <param name="controlName">Name of the control.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>Dialog result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.ShowModalDialog(System.Collections.Hashtable,System.String,System.String,System.String)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="controlName">Name of the control.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>Dialog result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.Alert(System.String)">
            <summary>
            Shows an alert dialog.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.SendMessage(System.String)">
            <summary>
            Sends the message and waits for result.
            </summary>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.SendMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Sends the message and waits for result.
            </summary>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.PostMessage(System.String)">
            <summary>
            Posts the message to the page without waiting for result.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.PostMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Posts the message to the page without waiting fo result.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.Flush">
            <summary>
            Makes sure monitor processes all outstanding messages.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.Execute(Sitecore.Jobs.AsyncUI.Callback)">
            <summary>
            Executes the specified callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>Callback result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.Execute(Sitecore.Jobs.AsyncUI.PipelineCallback)">
            <summary>
            Executes the specified pipeline callback.
            </summary>
            <param name="callback">The callback.</param>
            <returns>Callback result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.Execute(System.Threading.ThreadStart)">
            <summary>
            Executes the specified callback asynchroniously.
            </summary>
            <param name="callback">The callback.</param>
            <returns>Callback result.</returns>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobContext.ExecuteSimple(System.Delegate)">
            <summary>
            Puts a message "ExecuteMessage" to the message queue.
            </summary>
            <param name="obj">The obj.</param>
            <returns>Result of execution</returns>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.JobMonitor">
            <summary>
            Controls which is checking the TaskInfo and executing scheduled callbacks
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobMonitor.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobMonitor.OnJobFinished">
            <summary>
             Stops monitoring the job and fires up <see cref="E:Sitecore.Jobs.AsyncUI.JobMonitor.JobFinished"/> event.
            </summary>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.JobMonitor.JobHandle">
            <summary>
            Gets or sets the task.
            </summary>
            <value>The task.</value>
        </member>
        <member name="E:Sitecore.Jobs.AsyncUI.JobMonitor.JobFinished">
            <summary>Occurs when the task is finished.</summary>
        </member>
        <member name="E:Sitecore.Jobs.AsyncUI.JobMonitor.JobDisappeared">
            <summary>
            Occurs when check message received without current task.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobMonitor.Start(System.String,System.String,System.Threading.ThreadStart)">
            <summary>
            Starts the specified task.
            </summary>
            <param name="name">The name.</param>
            <param name="category">The category.</param>
            <param name="task">The entry.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobMonitor.ScheduleCallback">
            <summary>
            Schedules the callback.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.JobMonitor.TaskRunner">
            <summary>
              Adaptor from ThreadStart to job API
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.AsyncUI.JobMonitor.TaskRunner._task">
            <summary>
              Task to execute
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobMonitor.TaskRunner.#ctor(System.Threading.ThreadStart)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.JobMonitor.TaskRunner"/> class.
            </summary>
            <param name="task">The task.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.JobMonitor.TaskRunner.Run">
            <summary>
            Runs the task inside the job.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.MessageQueue">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.MessageQueue.PutMessage(Sitecore.Jobs.AsyncUI.IMessage)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.MessageQueue.GetMessage(Sitecore.Jobs.AsyncUI.IMessage@)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.MessageQueue.GetResult">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.MessageQueue.PutResult(System.Object)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.AlertMessage">
            <summary>
            Message to show an alert
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.AlertMessage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.AlertMessage"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.AlertMessage.Execute">
            <summary>
            Shows an alert message.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.BasePipelineMessage">
            <summary>
            A base class for a pipeline message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.BasePipelineMessage.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.BasePipelineMessage"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.BasePipelineMessage.Execute">
            <summary>
            Starts the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.BasePipelineMessage.Pipeline(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Entry point for a pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.BasePipelineMessage.ShowUI">
            <summary>
            Abstract method to show the UI.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.CompleteMessage">
            <summary>
              Marks task completion
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.ConfirmMessage">
            <summary>
            Confirmation message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ConfirmMessage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.ConfirmMessage"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ConfirmMessage.ShowUI">
            <summary>
            Shows a confirmation dialog.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.ExecuteMessage">
            <summary>
            Execute message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ExecuteMessage.#ctor(System.Delegate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.ExecuteMessage"/> class.
            </summary>
            <param name="callback">The callback.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ExecuteMessage.Execute">
            <summary>
            Executes the callback.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.ExecuteMessage.PipelineRunner">
            <summary>
            Pipeline callback
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ExecuteMessage.PipelineRunner.#ctor(Sitecore.Jobs.AsyncUI.PipelineCallback,Sitecore.Handle)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.ExecuteMessage.PipelineRunner"/> class.
            </summary>
            <param name="callback">The callback.</param>
            <param name="jobHandle">The taskid.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ExecuteMessage.PipelineRunner.Start">
            <summary>
            Starts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ExecuteMessage.PipelineRunner.Pipeline(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Pipeline function.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.FlushMessage">
            <summary>
            Flush message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.FlushMessage.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.FlushMessage"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.FlushMessage.Execute">
            <summary>
            Put bool(true) value to the result
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.IMessage">
            <summary>
            Defines basic methods for a message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.IMessage.Execute">
            <summary>
            Executes message action.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.SendMessageMessage">
            <summary>
            SendMessage Message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.SendMessageMessage.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.SendMessageMessage"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="postBack">if set to <c>true</c> the result should be put to the queue.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.SendMessageMessage.#ctor(Sitecore.Web.UI.Sheer.Message,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.SendMessageMessage"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="postBack">if set to <c>true</c> the result should be put to the queue.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.SendMessageMessage.Execute">
            <summary>
            Sends a message.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage">
            <summary>
            Show modal dialog message
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage"/> class.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage"/> class.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage"/> class.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.ShowModalDialogMessage.ShowUI">
            <summary>
            Shows the dialog.
            </summary>
        </member>
        <member name="T:Sitecore.Jobs.AsyncUI.SyncBoolean">
            <summary>
            A wrapper for AutoResetEvent class to use as a boolean
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.SyncBoolean.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.SyncBoolean"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.SyncBoolean.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.AsyncUI.SyncBoolean"/> class.
            </summary>
            <param name="initialValue">if set to <c>true</c> this instance is initial value.</param>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.SyncBoolean.Timeout">
            <summary>
            Gets or sets the timeout.
            </summary>
            <value>The timeout.</value>
        </member>
        <member name="P:Sitecore.Jobs.AsyncUI.SyncBoolean.Value">
            <summary>
            Gets or sets a value of this instance.
            </summary>
            <value>Boolean value</value>
        </member>
        <member name="M:Sitecore.Jobs.AsyncUI.SyncBoolean.WaitFor(System.Boolean)">
            <summary>
            Waits for when this instance will have specifyed value
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
        </member>
        <member name="T:Sitecore.Jobs.ContextJob">
            <summary>
            BaseJob in the Context
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.ContextJob.AddMessage(System.String,System.Object[])">
            <summary>
            Adds the status message to the context job. If there is no job, the message is ignored.
            </summary>
            <param name="message">The message.</param>
            <param name="args">The args.</param>
        </member>
        <member name="P:Sitecore.Jobs.ContextJob.Processed">
            <summary>
            Gets or sets the processed counter of the context job. If there is no job, the operation is ignored.
            </summary>
            <value>The processed.</value>
        </member>
        <member name="P:Sitecore.Jobs.ContextJob.Total">
            <summary>
            Gets or sets the total counter of the context job. If there is no job, the operation is ignored.
            </summary>
            <value>The total.</value>
        </member>
        <member name="T:Sitecore.Jobs.DefaultJob">
            <inheritdoc />
            <summary>
            Represents a job.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJob.#ctor(Sitecore.Abstractions.BaseJobOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Abstractions.BaseJob"/> class.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.Category">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.Handle">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.IsDone">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.Name">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.DisplayName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.Options">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.Status">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.MessageQueue">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJob.QueueTime">
            <inheritdoc />
            <summary>
            Gets or sets the queue time, expressed as UTC.
            </summary>
            <value>The queue time, expressed as UTC.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJob.DoExecute">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Jobs.DefaultJobManager">
            <summary>
            Represents the job manager.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.DefaultJobManager.clock">
            <summary>
            The clock.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.DefaultJobManager.jobs">
            <summary>
            The jobs dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.DefaultJobManager.queuedJobs">
            <summary>
            The queued jobs.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.DefaultJobManager.runningJobs">
            <summary>
            The running jobs.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.DefaultJobManager.finishedJobs">
            <summary>
            The finished jobs.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.DefaultJobManager.lockObject">
            <summary>
            The m lock.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.DefaultJobManager"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.GetJob(Sitecore.Handle)">
            <summary>
            Gets the job.
            </summary>
            <param name="handle">The handle.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.GetJob(System.String)">
            <summary>
            Gets a job.
            </summary>
            <param name="jobName">The job Name.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.GetJobs">
            <summary>
            Gets the jobs.
            </summary>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.IsJobQueued(System.String)">
            <summary>
            Determines whether a job is queued.
            </summary>
            <param name="jobName">Name of the job.</param>
            <returns>
              <c>true</c> if a job with the specified job name is queued; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.IsJobRunning(System.String)">
            <summary>
            Determines whether a job is running.
            </summary>
            <param name="jobName">Name of the job.</param>
            <returns>
              <c>true</c> if a job with the specified job name is running; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.Start(Sitecore.Abstractions.BaseJobOptions)">
            <summary>
            Starts the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.Start(Sitecore.Abstractions.BaseJob)">
            <summary>
            Starts the specified job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.JobStarting(System.Object,Sitecore.Jobs.JobStartingEventArgs)">
            <summary>
            Handles the Starting event of the AlarmClock control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.AlarmClockRing(System.Object,System.EventArgs)">
            <summary>
            Handles the Ring event of the AlarmClock control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.JobFinished(System.Object,Sitecore.Jobs.JobFinishedEventArgs)">
            <summary>
            Handles the Finished event of the BaseJob control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.JobStarted(System.Object,Sitecore.Jobs.JobStartedEventArgs)">
            <summary>
             Handles the Started event of the BaseJob control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.Cleanup">
            <summary>
            Cleanups this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.ProcessQueue">
            <summary>
            Processes the queue.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.QueueJob(Sitecore.Abstractions.BaseJob)">
            <summary>
            Queues the job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.RunJob(Sitecore.Abstractions.BaseJob)">
            <summary>
            Runs the job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.FinishJob(Sitecore.Abstractions.BaseJob)">
            <summary>
            Finishes the job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.ProcessQueuedJobs">
            <summary>
            Processes the queued jobs.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobManager.RemoveJob(Sitecore.Abstractions.BaseJob)">
            <summary>
            Removes the job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="T:Sitecore.Jobs.DefaultJobOptions">
            <summary>
            Represents the options for a <see cref="T:Sitecore.Abstractions.BaseJob"></see>.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobOptions.#ctor(System.String,System.String,System.String,System.Object,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.DefaultJobOptions"/> class.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="category">The category.</param>
            <param name="siteName">Name of the site.</param>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobOptions.#ctor(System.String,System.String,System.String,System.Object,System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.DefaultJobOptions"/> class.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="category">The category.</param>
            <param name="siteName">Name of the site.</param>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.AfterLife">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.AtomicExecution">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.Category">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.ContextUser">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.ClientLanguage">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.CustomData">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.EnableSecurity">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.InitialDelay">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.Item">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.JobName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.JobDisplayName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.Method">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.Parameters">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.PipelineDomain">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.PipelineName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.Priority">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.SiteName">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.WriteToLog">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobOptions.ExecuteInManagedThreadPool">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Jobs.DefaultJobStatus">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobStatus.#ctor(Sitecore.Abstractions.BaseJob)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.DefaultJobStatus"/> class.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobStatus.Expiry">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobStatus.Processed">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobStatus.Total">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobStatus.Exceptions">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Jobs.DefaultJobStatus.Messages">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobStatus.IncrementProcessed">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobStatus.AddMessage(System.String)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Jobs.DefaultJobStatus.GetMessages">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Jobs.JobArgs">
            <summary>
            Represents the arguments for a <see cref="P:Sitecore.Jobs.JobArgs.Job"></see>.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobArgs.#ctor(Sitecore.Abstractions.BaseJob)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.JobArgs"/> class.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Jobs.JobArgs.Job">
            <summary>
            Gets the job.
            </summary>
            <value>The job.</value>
        </member>
        <member name="P:Sitecore.Jobs.JobArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="M:Sitecore.Jobs.JobArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.JobArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Jobs.JobFinishedEventArgs">
            <summary>
            Represents the arguments for a job finished event.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobFinishedEventArgs.#ctor(Sitecore.Abstractions.BaseJob)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.JobFinishedEventArgs"/> class.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Jobs.JobFinishedEventArgs.Job">
            <summary>
            Gets the <see cref="P:Sitecore.Jobs.JobFinishedEventArgs.Job"/> associated with the event.
            </summary>
            <value>The job.</value>
        </member>
        <member name="T:Sitecore.Jobs.JobManager">
            <summary>
            Represents the job manager.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.JobManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Jobs.JobManager"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.GetJob(Sitecore.Handle)">
            <summary>
            Gets the job.
            </summary>
            <param name="handle">The handle.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.GetJob(System.String)">
            <summary>
            Gets a job.
            </summary>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.GetJobs">
            <summary>
            Gets the jobs.
            </summary>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.IsJobQueued(System.String)">
            <summary>
            Determines whether a job is queued.
            </summary>
            <param name="jobName">Name of the job.</param>
            <returns>
                <c>true</c> if a job with the specified job name is queued; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.IsJobRunning(System.String)">
            <summary>
            Determines whether a job is running.
            </summary>
            <param name="jobName">Name of the job.</param>
            <returns>
                <c>true</c> if a job with the specified job name is running; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.Start(Sitecore.Abstractions.BaseJobOptions)">
            <summary>
            Starts the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>The <see cref="T:Sitecore.Abstractions.BaseJob"/>.</returns>
        </member>
        <member name="M:Sitecore.Jobs.JobManager.Start(Sitecore.Abstractions.BaseJob)">
            <summary>
            Starts the specified job.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="T:Sitecore.Jobs.JobRunner">
            <summary>
            Represents a <see cref="T:Sitecore.Abstractions.BaseJob"></see> runner.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.InitializeContext(Sitecore.Jobs.JobArgs)">
            <summary>
            Initializes the context.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.ResetSecurity(Sitecore.Jobs.JobArgs)">
            <summary>
            Resets the security.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.RestoreContextUser(Sitecore.Jobs.JobArgs)">
            <summary>
            Restores the original context user
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.RunMethod(Sitecore.Jobs.JobArgs)">
            <summary>
            Runs the method.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.SetPriority(Sitecore.Jobs.JobArgs)">
            <summary>
            Sets the priority.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.SetSecurity(Sitecore.Jobs.JobArgs)">
            <summary>
            Sets the security.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.SetContextUser(Sitecore.Jobs.JobArgs)">
            <summary>
            Sets the context user.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.SignalEnd(Sitecore.Jobs.JobArgs)">
            <summary>
            Signals the end.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Jobs.JobRunner.SignalStart(Sitecore.Jobs.JobArgs)">
            <summary>
            Signals the start.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Jobs.JobStartedEventArgs">
            <summary>
            Represents the arguments for a job finished event.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobStartedEventArgs.#ctor(Sitecore.Abstractions.BaseJob)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.JobStartedEventArgs"/> class.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Jobs.JobStartedEventArgs.Job">
            <summary>
            Gets the <see cref="P:Sitecore.Jobs.JobStartedEventArgs.Job"/> associated with the event.
            </summary>
            <value>The job.</value>
        </member>
        <member name="T:Sitecore.Jobs.JobStartingEventArgs">
            <summary>
            Represents the arguments for a job finished event.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.JobStartingEventArgs.#ctor(Sitecore.Abstractions.BaseJob)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Jobs.JobStartingEventArgs"/> class.
            </summary>
            <param name="job">The job.</param>
        </member>
        <member name="P:Sitecore.Jobs.JobStartingEventArgs.Job">
            <summary>
            Gets the <see cref="P:Sitecore.Jobs.JobStartingEventArgs.Job"/> associated with the event.
            </summary>
            <value>The job.</value>
        </member>
        <member name="T:Sitecore.Jobs.JobState">
            <summary>
            Determines <see cref="T:Sitecore.Abstractions.BaseJob"/> state: <see cref="F:Sitecore.Jobs.JobState.Queued"/>(waiting for execution), <see cref="F:Sitecore.Jobs.JobState.Running"/>, or already has <see cref="F:Sitecore.Jobs.JobState.Finished"/> execution.
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.JobState.Initializing">
            <summary>Initializing.</summary>
        </member>
        <member name="F:Sitecore.Jobs.JobState.Queued">
            <summary>
            BaseJob is runable, and added into a queue to be executed.
            <para>See <see cref="!:JobManager.Start(Sitecore.Jobs.JobOptions)"/> API.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.JobState.Running">
            <summary>
            Running.
            <para>Indicates job being executed now.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.JobState.Finished">
            <summary>
            BaseJob execution has finished.
            <para><see cref="T:Sitecore.Abstractions.BaseJob"/> is kept inside <see cref="T:Sitecore.Jobs.JobManager"/> for <see cref="P:Sitecore.Abstractions.BaseJobOptions.AfterLife"/>.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Jobs.JobState.Unknown">
            <summary>Unknown.</summary>
        </member>
        <member name="T:Sitecore.Jobs.ReferenceReplacementJob">
            <summary>
            Internal link update in cloned subtree
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Construct ReferenceReplacementJob object with source and copy item
            </summary>
            <param name="source">Item object</param>
            <param name="copy">Item object</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,Sitecore.Data.ID[])">
            <summary>
            Construct ReferenceReplacementJob object with source and copy item
            </summary>
            <param name="source">Item object</param>
            <param name="copy">Item object</param>
            <param name="deep">If <c>true</c>, the job processes all descendant items; otherwise, the job processes only given item</param>
            <param name="fieldIDs">Array of field IDs to only replace references in; otherwise, all item fields are processed</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.#ctor(Sitecore.Data.Database,System.String,System.String)">
            <summary>
            Construct ReferenceReplacementJob object with database, sourceid and copyid
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.#ctor(Sitecore.Data.Database,System.String,System.String,System.Boolean,System.String[])">
            <summary>
            Construct ReferenceReplacementJob object with database, sourceid and copyid
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
            <param name="deep">If <c>true</c>, the job processes all descendant items; otherwise, the job processes only given item</param>
            <param name="fieldIDs">Array of field IDs to only replace references in; otherwise, all item fields are processed</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.#ctor(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Construct ReferenceReplacementJob object with source and copy item
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.Start(Sitecore.Data.Database,System.String,System.String)">
            <summary>
            Start the job
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.Start(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Start the job
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.Start(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Start the process
            </summary>
            <param name="source">Source Item</param>
            <param name="copy">Copy Item</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.StartAsync(Sitecore.Data.Database,System.String,System.String)">
            <summary>
            Start Asyncronously
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.StartAsync(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Start Asynchronously
            </summary>
            <param name="database">Database</param>
            <param name="sourceId">Source ID</param>
            <param name="copyId">Copy ID</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.StartAsync(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Start Asynchronously
            </summary>
            <param name="source">Source Item</param>
            <param name="copy">Copy Item</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.StartAsync">
            <summary>
            Start job asynchronously
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.Start">
            <summary>
            Starts the job.
            </summary>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.PreProcessClonedChild(Sitecore.Data.Items.Item)">
            <summary>
            Pre-process cloned child
            </summary>
            <param name="copy">The copy item.</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.ProcessItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Processes item.
            </summary>
            <param name="source">The source item.</param>
            <param name="copy">The copy item.</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.ProcessItemVersions(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Processes item versions only.
            </summary>
            <param name="source">The source item.</param>
            <param name="copy">The copy item.</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.GetCopyLinks(Sitecore.Data.Items.Item)">
            <summary>
            Get links of copy item
            </summary>
            <param name="copy">The copy item</param>
            <returns>Links of copy item</returns>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.ProcessItemVersion(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Links.ItemLink})">
            <summary>
            Processes item versions only.
            </summary>
            <param name="source">The source item.</param>
            <param name="copyVersion">The copy version.</param>
            <param name="links">The links.</param>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.NeedsProcessing(Sitecore.Links.ItemLink)">
            <summary>
            Returns <c>true</c> if link needs processing; <c>false</c> otherwise.
            </summary>
            <param name="link">The link to check.</param>
            <returns><c>true</c> if link needs processing; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Jobs.ReferenceReplacementJob.ProcessLink(Sitecore.Links.ItemLink,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Processes link
            </summary>
            <param name="link">The link.</param>
            <param name="source">The source item.</param>
            <param name="copyVersion">The copy item.</param>
        </member>
        <member name="T:Sitecore.LanguageUtil">
            <summary>
            The language utilities.
            </summary>
        </member>
        <member name="M:Sitecore.LanguageUtil.GetCultureInfo">
            <summary>
            Gets the culture info.
            </summary>
            <returns>
            The culture info.
            </returns>
        </member>
        <member name="T:Sitecore.Layouts.CachedXmlUrlResolver">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.CachedXmlUrlResolver.GetEntity(System.Uri,System.String,System.Type)">
            <summary>
            Maps a URI to an object containing the actual resource.
            </summary>
            <param name="absoluteUri">The URI returned from <see cref="M:System.Xml.XmlResolver.ResolveUri(System.Uri,System.String)"/></param>
            <param name="role">The current implementation does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios.</param>
            <param name="ofObjectToReturn">The type of object to return. The current implementation only returns System.IO.Stream objects.</param>
            <returns>
            A System.IO.Stream object or null if a type other than stream is specified.
            </returns>
            <exception cref="T:System.Xml.XmlException">
                <paramref name="ofObjectToReturn"/> is neither null nor a Stream type. </exception>
            <exception cref="T:System.UriFormatException">The specified URI is not an absolute URI. </exception>
            <exception cref="T:System.NullReferenceException">
                <paramref name="absoluteUri"/> is null. </exception>
            <exception cref="T:System.Exception">There is a runtime error (for example, an interrupted server connection). </exception>
        </member>
        <member name="M:Sitecore.Layouts.CachedXmlUrlResolver.ReadFullStream(System.IO.Stream)">
            <summary>
            Reads the full stream.
            </summary>
            <param name="stream">The stream.</param>
            <returns>The full stream.</returns>
        </member>
        <member name="T:Sitecore.Layouts.ControlFactory">
            <summary>
            Creates controls for layouts.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.ControlFactory.GetLoginControl(Sitecore.Web.UI.WebControl,System.Boolean)">
            <summary>
            Gets the login control.
            </summary>
            <param name="control">The control.</param>
            <param name="assert">if set to <c>true</c> this instance is assert.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.ControlFactory.GetRenderingControl(System.String,System.Boolean)">
            <summary>
            Gets the rendering control.
            </summary>
            <param name="renderingPath">The rendering path.</param>
            <param name="assert">if set to <c>true</c> this instance is assert.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Layouts.DesignTimeHtml">
            <summary>
            Converts HTML from runtime to designtime and back.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.Convert(System.String,System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Converts to design time.
            </summary>
            <param name="body">The body.</param>
            <param name="controlName">Name of the control.</param>
            <param name="querystring">The querystring.</param>
            <returns>The to design time Html.</returns>
            <contract>
              <requires name="body" condition="not null" />
              <requires name="controlName" condition="not null" />
              <requires name="querystring" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.Convert(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Converts to design time.
            </summary>
            <param name="body">The body.</param>
            <param name="controlName">Name of the control.</param>
            <param name="querystring">The querystring.</param>
            <param name="inlineControls">if set to <c>true</c> this instance generates inline controls.</param>
            <returns>The to design time Html.</returns>
            <contract>
              <requires name="body" condition="not null" />
              <requires name="controlName" condition="not null" />
              <requires name="querystring" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.FixBullets(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Fixes the bullets.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.FixSelectOptions(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Fixes the select options.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.GetRenderingNode(HtmlAgilityPack.HtmlDocument,Sitecore.Data.Items.RenderingItem,System.String,System.String@)">
            <summary>
            Gets the rendering node.
            </summary>
            <param name="document">The document.</param>
            <param name="rendering">The rendering.</param>
            <param name="controlName">Name of the control.</param>
            <param name="htmlHeader">The HTML header.</param>
            <returns>The rendering node.</returns>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.GetRenderingNode(HtmlAgilityPack.HtmlDocument,Sitecore.Layouts.DesignTimeHtml.ControlOptions)">
            <summary>
            Gets the layout object.
            </summary>
            <param name="document">The document.</param>
            <param name="options">The rendering node params.</param>
            <returns>The layout object.</returns>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.FixBullets(HtmlAgilityPack.HtmlDocument,System.String)">
            <summary>
            Fixes the bullets.
            </summary>
            <param name="document">The document.</param>
            <param name="tag">The tag.</param>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.GetFrameControl(HtmlAgilityPack.HtmlDocument,System.String,Sitecore.Text.UrlString)">
            <summary>
            Gets the frame control.
            </summary>
            <param name="document">The document.</param>
            <param name="id">The id.</param>
            <param name="url">The URL.</param>
            <returns>The frame control.</returns>
        </member>
        <member name="M:Sitecore.Layouts.DesignTimeHtml.GetInlineControl(HtmlAgilityPack.HtmlDocument,System.String,System.String,Sitecore.Text.UrlString)">
            <summary>
            Gets the inline control.
            </summary>
            <param name="document">The document.</param>
            <param name="controlName">Name of the control.</param>
            <param name="id">The id.</param>
            <param name="url">The URL.</param>
            <returns>The inline control.</returns>
        </member>
        <member name="T:Sitecore.Layouts.DesignTimeHtml.ControlOptions">
            <summary>
            Rendering node parameters
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.ControlName">
            <summary>
            Gets or sets the name of the control.
            </summary>
            <value>The name of the control.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.InlineControls">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.DesignTimeHtml.ControlOptions"/> inlines the controls.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Layouts.DesignTimeHtml.ControlOptions"/> inlines the controls; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.Querystring">
            <summary>
            Gets the querystring.
            </summary>
            <value>The querystring.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.RenderingID">
            <summary>
            Gets or sets the rendering ID.
            </summary>
            <value>The rendering ID.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.TagPrefix">
            <summary>
            Gets or sets the tag prefix.
            </summary>
            <value>The tag prefix.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.TagName">
            <summary>
            Gets or sets the name of the tag.
            </summary>
            <value>The name of the tag.</value>
        </member>
        <member name="P:Sitecore.Layouts.DesignTimeHtml.ControlOptions.Tooltip">
            <summary>
            Gets or sets the tooltip.
            </summary>
            <value>The tooltip.</value>
        </member>
        <member name="T:Sitecore.Layouts.DeviceDefinition">
            <summary>
            Represents a device.
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.DeviceDefinition.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Layouts.DeviceDefinition.Layout">
            <summary>
            Gets or sets the layout.
            </summary>
            <value>The layout.</value>
        </member>
        <member name="P:Sitecore.Layouts.DeviceDefinition.Placeholders">
            <summary>
            Gets or sets the placeholders.
            </summary>
            <value>The placeholders.</value>
        </member>
        <member name="P:Sitecore.Layouts.DeviceDefinition.Renderings">
            <summary>
            Gets or sets the renderings.
            </summary>
            <value>The renderings.</value>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.AddPlaceholder(Sitecore.Layouts.PlaceholderDefinition)">
            <summary>
            Adds the placeholder.
            </summary>
            <param name="placeholderDefinition">The placeholder definition.</param>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.AddRendering(Sitecore.Layouts.RenderingDefinition)">
            <summary>
            Adds the rendering.
            </summary>
            <param name="renderingDefinition">The rendering definition.</param>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.GetIndex(System.String)">
            <summary>
            Gets the index.
            </summary>
            <param name="uniqueId">The unique id.</param>
            <returns>The index.</returns>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.GetPlaceholder(System.String)">
            <summary>
            Gets the placeholder.
            </summary>
            <param name="uniqueID">The unique ID.</param>
            <returns>The placeholder.</returns>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.GetRendering(System.String)">
            <summary>
            Gets the rendering.
            </summary>
            <param name="renderingItemId">The rendering item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.GetRenderingByUniqueId(System.String)">
            <summary>
            Gets the rendering by unique id.
            </summary>
            <param name="uniqueId">The unique id.</param>
            <returns>The rendering by unique id.</returns>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.GetRenderings(System.String)">
            <summary>
            Gets all renderings with a specific id.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.DeviceDefinition.Insert(System.Int32,Sitecore.Layouts.RenderingDefinition)">
            <summary>
            Inserts the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="renderingDefinition">The rendering definition.</param>
        </member>
        <member name="T:Sitecore.Layouts.DynamicEntityDefinition">
            <summary>
            Defines object with dynamic properties
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.DynamicEntityDefinition.DynamicProperties">
            <summary>
            Gets or sets the model.
            </summary>
            <value>
            The model.
            </value>
        </member>
        <member name="T:Sitecore.Layouts.HtmlParts">
            <summary>
            Represents html document parsed into header / body / footer.
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.HtmlParts.Body">
            <summary>
            Gets or sets the body.
            </summary>
            <value>The body.</value>
        </member>
        <member name="P:Sitecore.Layouts.HtmlParts.Footer">
            <summary>
            Gets or sets the footer.
            </summary>
            <value>The footer.</value>
        </member>
        <member name="P:Sitecore.Layouts.HtmlParts.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="T:Sitecore.Layouts.IExpandable">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.IExpandable.Expand">
            <summary>
            Expands this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Layouts.LayoutDefinition">
            <summary>
            Represents a layout.
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.LayoutDefinition.Devices">
            <summary>
            Gets or sets the devices.
            </summary>
            <value>The devices.</value>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.GetDevice(System.String)">
            <summary>
            Gets the device.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.Parse(System.String)">
            <summary>
            Parses the specified XML.
            </summary>
            <param name="xml">The XML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.ToXml">
            <summary>
            Creates a string xml representation of this object.
            Note that cycles are not allowed.
            </summary>
            <returns>
            A xml string representation of this object
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.FilterRenderingsToRemove(System.Collections.ArrayList)">
            <summary>
            Returns list of indexes of Renderings to remove
            </summary>
            <param name="renderings">Collection of Renderings for filtering</param>
            <returns>list of indexes of Renderings</returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.FilterPlaceholdersToRemove(System.Collections.ArrayList)">
            <summary>
            Returns list of indexes of Placeholders to remove
            </summary>
            <param name="placeholders">Collection of placeholders for filtering</param>
            <returns>list of indexes of Placeholders</returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.CleanupXml(System.String)">
            <summary>
            Cleanups the XML.
            </summary>
            <param name="xml">The XML value.</param>
            <returns>
            The xml.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.RemoveByIndexes(System.Collections.Generic.IEnumerable{System.Int32},System.Collections.ArrayList)">
            <summary>
            Removes elements from ArrayList by indexes.
            </summary>
            <param name="indexes">The indexes to remove.</param>
            <param name="arrayList">The array list.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.LayoutDefinition.CleanupDeviceNode(System.Xml.XmlNode)">
            <summary>
            Cleanups the device node.
            </summary>
            <param name="deviceNode">The device node.</param>
        </member>
        <member name="T:Sitecore.Layouts.PageContext">
            <summary>Holds the current page context.</summary>
            <summary>
            Nested type: Expander
            </summary>
        </member>
        <member name="F:Sitecore.Layouts.PageContext.systemControls">
            <summary>The system controls.</summary>
        </member>
        <member name="F:Sitecore.Layouts.PageContext.device">
            <summary>The device.</summary>
        </member>
        <member name="F:Sitecore.Layouts.PageContext.filePath">
            <summary>The file path.</summary>
        </member>
        <member name="F:Sitecore.Layouts.PageContext.page">
            <summary>The page.</summary>
        </member>
        <member name="F:Sitecore.Layouts.PageContext.placeholders">
            <summary>The placeholders.</summary>
        </member>
        <member name="F:Sitecore.Layouts.PageContext.renderings">
            <summary>The renderings.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.#ctor">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Layouts.PageContext"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.PageContext.DatabaseHelper">
            <summary> The instance of <see cref="P:Sitecore.Layouts.PageContext.DatabaseHelper"/>. </summary>
        </member>
        <member name="P:Sitecore.Layouts.PageContext.Device">
            <summary>
            Gets or sets the device.
            </summary>
            <value>The device.</value>
        </member>
        <member name="P:Sitecore.Layouts.PageContext.FilePath">
            <summary>
            Gets or sets the file path.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Layouts.PageContext.Page">
            <summary>
            Gets the page.
            </summary>
            <value>The page.</value>
        </member>
        <member name="P:Sitecore.Layouts.PageContext.Placeholders">
            <summary>
            Gets the placeholders.
            </summary>
            <value>The placeholders.</value>
        </member>
        <member name="P:Sitecore.Layouts.PageContext.Renderings">
            <summary>
            Gets the renderings.
            </summary>
            <value>The renderings.</value>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.AddRendering(Sitecore.Layouts.RenderingReference)">
            <summary>Adds the rendering.</summary>
            <param name="reference">The reference.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.Build">
            <summary>Builds this page.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.ClearRenderings">
            <summary>Clears the renderings.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.Expand(System.Web.UI.Control)">
            <summary>Expands the specified control.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetPlaceholder(System.String)">
            <summary>Gets the placeholder.</summary>
            <param name="key">The key.</param>
            <returns>The placeholder.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetPlaceholderDefinition(System.String,System.String)">
            <summary>
            Gets the placeholder definition.
            </summary>
            <param name="definition">The layout definition.</param>
            <param name="placeholderKey">The placeholder key.</param>
            <returns>The placeholder definition.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetPlaceholderDefinition(Sitecore.Layouts.LayoutDefinition,System.String,Sitecore.Data.ID)">
            <summary>Gets the placeholder definition.</summary>
            <param name="definition">The layout definition.</param>
            <param name="placeholderKey">The placeholder key.</param>
            <param name="deviceId">The device ID.</param>
            <returns>The placeholder definition.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetPlaceholderItem(System.String,Sitecore.Data.Database)">
            <summary>Gets the placeholder item.</summary>
            <param name="placeholderKey">The placeholder key.</param>
            <param name="database">The database.</param>
            <returns>The placeholder item.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetPlaceholderItem(System.String,Sitecore.Data.Database,System.String)">
            <summary>Gets the placeholder item.</summary>
            <param name="placeholderKey">The placeholder key.</param>
            <param name="database">The database.</param>
            <param name="layoutDefinition">The layout definition.</param>
            <returns>The placeholder item.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetPlaceholderItem(Sitecore.Web.UI.WebControls.Placeholder,Sitecore.Data.Database)">
            <summary>Gets the placeholder item.</summary>
            <param name="placeholder">The placeholder.</param>
            <param name="database">The database.</param>
            <returns>The placeholder item.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.GetRenderingReference(System.Web.UI.Control)">
            <summary>Gets the rendering reference corresponding to the control.</summary>
            <param name="control">The control.</param>
            <returns>The rendering reference.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.InsertSystemControls">
            <summary>Inserts the system controls.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.InsertUnusedControls">
            <summary>Traces all unused renderings.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.Initialize">
            <summary>Initializes this instance.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.InsertSystemControl(System.Web.UI.Control)">
            <summary>Inserts the system control.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.AddPlaceholders(System.Web.UI.Control,System.Collections.Generic.List{Sitecore.Web.UI.WebControls.Placeholder})">
            <summary>Adds the placeholders of a control.</summary>
            <param name="control">The control.</param>
            <param name="placeholders">The resulting list of placeholders.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.BuildControlTree(System.Object,System.EventArgs)">
            <summary>Builds the control tree using layout and rendering information from the current item.</summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.CreatePlaceholderList">
            <summary>Creates the placeholder list.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.InitializeEventHandlers">
            <summary>Initializes the event handlers.</summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.OnPreRender(System.Object,System.EventArgs)">
            <summary>Called when in pre render.</summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.TraceUnusedRendering(Sitecore.Layouts.RenderingReference)">
            <summary>Traces an unused rendering.</summary>
            <param name="reference">The reference.</param>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.TraceUnusedRenderings">
            <summary>Traces all unused renderings.</summary>
        </member>
        <member name="T:Sitecore.Layouts.PageContext.Expander">
            <summary>
            Expander
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.Expander.Expand(System.Web.UI.Control)">
            <summary>
            Expands this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.PageContext.Expander.Excluded(System.Web.UI.Control)">
            <summary>
            Excludeds the specified control.
            </summary>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Layouts.PageExtenders.PageExtender">
            <summary>
            Defines the basic properties and functionality of a page extender.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.PageExtenders.PageExtender.Insert">
            <summary>
            Inserts the page extender into the page.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.PageExtenders.PageExtender.InsertControl(System.Web.UI.Control)">
            <summary>
            Inserts the control.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="T:Sitecore.Layouts.PlaceholderDefinition">
            <summary>
            Represents a placeholder.
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.PlaceholderDefinition.UniqueId">
            <summary>
            Gets or sets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Layouts.PlaceholderDefinition.Key">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Layouts.PlaceholderDefinition.MetaDataItemId">
            <summary>
            Gets or sets the meta data item id.
            </summary>
            <value>The meta data item id.</value>
        </member>
        <member name="M:Sitecore.Layouts.PlaceholderDefinition.GetItemIdByValue(System.String)">
            <summary>
            Gets the item by it's path and returns ID if item is not null.
            </summary>
            <param name="value">The value.</param>
            <returns><c>string representation of ID</c> when content database getItem method returns not null item;
            otherwise<c>value</c> will be returned.</returns>
        </member>
        <member name="M:Sitecore.Layouts.PlaceholderDefinition.GetItemFromContentDatabase(System.String)">
            <summary>
             
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Layouts.RenderingCaching">
            <summary>
            <para>Provides HTML-cache related information - should rendering be cached, and what varies should be taken into account.</para>
            <para>HTML caching is a key for building high-loaded solution. A vast majority of renderings are expected to use it.</para>
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.Cacheable">
            <summary>
              Gets or sets a value indicating whether this <see cref="T:Sitecore.Layouts.RenderingCaching" /> is cacheable.
            <para>Having only this value set would result in rendering rendered only once, and same markup would be returned for all users.</para>
            <para>Please refer to other parameters for more caching options.</para>
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.ClearOnIndexUpdate">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> output depends on search index and its
              output cache will be cleared after index update operation.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> output cache will be cleared after index update; otherwise,
              <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.VaryByData">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the data.
            <para>Varies for data source specified for a rendering.</para>
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the data; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.VaryByDevice">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the device.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the device; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.VaryByLogin">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the login.
            <para>Varies for authenticated, and non-authenticated users.</para>
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the login; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.VaryByParm">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the parameters.
            <para>Varies by rendering parameters passed to the instance.</para>
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the parameters; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.VaryByQueryString">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the query string.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the query string; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.VaryByUser">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the user.
            <para>Varies for each authenticated user.</para>
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingCaching" /> varies by the user; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingCaching.DebugView">
            <summary>
            Gets the debug view to represent this instance in debugger.
            </summary>
            <value>
            The debug view.
            </value>
        </member>
        <member name="M:Sitecore.Layouts.RenderingCaching.Parse(System.Xml.XmlNode)">
            <summary>
              Parses the specified config node into a <see cref="T:Sitecore.Layouts.RenderingCaching"/> parameters.
            </summary>
            <param name="configNode">The config node.</param>
            <returns>An instance of caching initialized from given node.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingCaching.Parse(Sitecore.Data.Items.Item)">
            <summary>
              Parses the specified item fiels into <see cref="T:Sitecore.Layouts.RenderingCaching"/>.
            </summary>
            <param name="item">The item to fetch rendering parameters from.</param>
            <returns>An instance of caching initialized from given item.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingCaching.Parse(Sitecore.Layouts.RenderingDefinition)">
            <summary>
              Parses the specified item.
            </summary>
            <param name="definition">The definition.</param>
            <returns>The parse.</returns>
        </member>
        <member name="T:Sitecore.Layouts.RenderingDefinition">
            <summary>Represents a rendering.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingDefinition.uniqueId">
            <summary>The unique id.</summary>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.Cachable">
            <summary>
            Gets or sets the cachable flag.
            </summary>
            <value>The cachable flag.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.Conditions">
            <summary>
            Gets or sets the conditions.
            </summary>
            <value>The conditions.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.Datasource">
            <summary>
            Gets or sets the datasource.
            </summary>
            <value>The datasource.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.MultiVariateTest">
            <summary>
            Gets or sets the multi variate test.
            </summary>
            <value>The multi variate test.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.PersonalizationTest">
            <summary>
            Gets or sets the personalization test.
            </summary>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.Placeholder">
            <summary>
            Gets or sets the placeholder.
            </summary>
            <value>The placeholder.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.Rules">
            <summary>
            The conditional rendering rules.
            </summary>
            <value>The rules.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.UniqueId">
            <summary>
            Gets or sets the unique id.
            </summary>
            <value>The unique id.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.VaryByData">
            <summary>
            Gets or sets the vary by data.
            </summary>
            <value>The vary by data.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.VaryByDevice">
            <summary>
            Gets or sets the vary by device.
            </summary>
            <value>The vary by device.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.VaryByLogin">
            <summary>
            Gets or sets the vary by login.
            </summary>
            <value>The vary by login.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.VaryByParameters">
            <summary>
            Gets or sets the vary by parameters.
            </summary>
            <value>The vary by parameters.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.VaryByQueryString">
            <summary>
            Gets or sets the vary by query string.
            </summary>
            <value>The vary by query string.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.VaryByUser">
            <summary>
            Gets or sets the vary by user.
            </summary>
            <value>The vary by user.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingDefinition.ClearOnIndexUpdate">
            <summary>
            Gets or sets the clear on index update flag.
            </summary>
            <value>The clean on index update.</value>
        </member>
        <member name="T:Sitecore.Layouts.RenderingReference">
            <summary>Represents a reference to a rendering.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.configNode">
            <summary>The config node</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.database">
            <summary>The database.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.language">
            <summary>The language.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.settings">
            <summary>The _settings.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.control">
            <summary>The control.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.failureReason">
            <summary>The _failure reason.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.placeholder">
            <summary>The _placeholder.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.renderingDefinition">
            <summary>The rendering definition.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.renderingId">
            <summary>The _rendering id.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.renderingItem">
            <summary>The _rendering item.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.uniqueId">
            <summary>The _unique id.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingReference.webEditDisplayName">
            <summary>The display name for Page Editor </summary>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.#ctor(System.Xml.XmlNode,Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Layouts.RenderingReference"/> class.</summary>
            <param name="configNode">The config node.</param>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.#ctor(Sitecore.Data.Items.RenderingItem)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Layouts.RenderingReference"/> class.</summary>
            <param name="renderingItem">The rendering item.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.#ctor(Sitecore.Layouts.RenderingDefinition,Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Layouts.RenderingReference"/> class.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.#ctor(System.Web.UI.Control)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Layouts.RenderingReference"/> class.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.AddToFormIfUnused">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.RenderingReference"/> adds the to form if unused.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Layouts.RenderingReference"/> adds the to form if unused; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.AddedToPage">
            <summary>
            Gets or sets a value indicating whether the rendering has been added to a page.
            </summary>
            <value><c>true</c> if [the rendering was added to a page; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.FailureReason">
            <summary>
            Gets the failure reason.
            </summary>
            <value>The failure reason.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.Placeholder">
            <summary>
            Gets the placeholder.
            </summary>
            <value>The placeholder.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.RenderingID">
            <summary>
            Gets the rendering ID.
            </summary>
            <value>The rendering ID.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.RenderingItem">
            <summary>
            Gets the rendering item.
            </summary>
            <value>The rendering item.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.Settings">
            <summary>
            Gets the settings.
            </summary>
            <value>The settings.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.UniqueId">
            <summary>
            Gets the unique ID.
            </summary>
            <value>The unique ID.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingReference.WebEditDisplayName">
            <summary>
            Gets the display name for Page Editor.
            </summary>
            <value>The display name for Page Editor.</value>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.GetControl">
            <summary>Gets the control.</summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.SetControl(System.Web.UI.Control)">
            <summary>Sets the control.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.SetRendering(Sitecore.Data.ID)">
            <summary>
            Sets the rendering.
            </summary>
            <param name="renderingItemId">The rendering item id.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseCaching(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the caching information.</summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseCaching(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the caching information.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The caching.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseConditions(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the conditions.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The parse conditions.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseConditions(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the conditions.</summary>
            <param name="configNode">The configuration node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The conditions.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseDataSource(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the data source.</summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The parse data source.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseDataSource(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the data source.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The data source.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseId(System.Xml.XmlNode)">
            <summary>Parses the rendering id.</summary>
            <param name="configNode">The config node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseMultiVariateTest(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the multi variate test.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>Returns the string.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseMultiVariateTest(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the multi variate test.</summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>Returns the string.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParsePersonalizationTest(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the personalization test.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>Returns the string.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParsePersonalizationTest(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the personalization test.</summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>Returns the string.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseParameters(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the parameters.</summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The parse parameters.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseParameters(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the parameters.</summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The parameters.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParsePlaceHolder(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the place holder.</summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The parse place holder.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParsePlaceHolder(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>Parses the place holder.</summary>
            <param name="renderingDefinition">The definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The place holder.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseRules(System.Xml.XmlNode,Sitecore.Data.Items.RenderingItem)">
            <summary>
            The parse rules.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The rules.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseRules(Sitecore.Layouts.RenderingDefinition,Sitecore.Data.Items.RenderingItem)">
            <summary>
            The parse rules.
            </summary>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="renderingItem">The rendering item.</param>
            <returns>The rules</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseUniqueId(System.Xml.XmlNode)">
            <summary>Parses the unique id.</summary>
            <param name="configNode">The config node.</param>
            <returns>The unique id.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseDefinition(Sitecore.Layouts.RenderingDefinition)">
            <summary>Parses the definition.</summary>
            <param name="definition">The definition.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseItem(System.Xml.XmlNode)">
            <summary>Parses the item.</summary>
            <param name="configNode">The config node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseItem(Sitecore.Data.ID)">
            <summary>Parses the item.</summary>
            <param name="itemId">The item id.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReference.ParseSettings(System.Xml.XmlNode)">
            <summary>Parses the settings.</summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="T:Sitecore.Layouts.RenderingReferenceList">
            <summary>
            Represents a list of rendering references
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReferenceList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Layouts.RenderingReference})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Layouts.RenderingReferenceList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Layouts.RenderingReferenceList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Layouts.RenderingReferenceList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Layouts.RenderingSettings">
            <summary>Represents a set of rendering settings.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.caching">
            <summary>The caching.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.conditions">
            <summary>The conditions.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.dataSource">
            <summary>The data source.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.multiVariateTest">
            <summary>The multi variate test.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.parameters">
            <summary>The parameters.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.placeholder">
            <summary>The placeholder.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.personalizationTest">
            <summary>The personalization test.</summary>
        </member>
        <member name="F:Sitecore.Layouts.RenderingSettings.rules">
            <summary>The rules.</summary>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.Caching">
            <summary>
            Gets or sets the caching information.
            </summary>
            <value>The caching information.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.Conditions">
            <summary>
            Gets or sets the m_conditions.
            </summary>
            <value>The m_conditions.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.MultiVariateTest">
            <summary>
            Gets or sets the multi variate test.
            </summary>
            <value>The multi variate test.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.Placeholder">
            <summary>
            Gets or sets the placeholder.
            </summary>
            <value>The placeholder.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.Rules">
            <summary>
            Gets or sets the conditional rendering rules.
            </summary>
            <value>The rules.</value>
        </member>
        <member name="P:Sitecore.Layouts.RenderingSettings.PersonalizationTest">
            <summary>
            Gets or sets the personalization test.
            </summary>
        </member>
        <member name="T:Sitecore.Layouts.RuntimeHtml">
            <summary>
            Converts HTML from runtime to designtime and back.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.RuntimeHtml.Convert(System.String)">
            <summary>
            Converts to runtime.
            </summary>
            <param name="body">The body.</param>
            <returns>The runtime html.</returns>
            <contract>
              <requires name="body" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Layouts.RuntimeHtml.Convert(System.String,System.Boolean)">
            <summary>
            Converts to runtime.
            </summary>
            <param name="body">The body.</param>
            <param name="convertWebControls">if set to <c>true</c> this instance is convert web controls.</param>
            <returns>The runtime html.</returns>
            <contract>
              <requires name="body" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Layouts.RuntimeHtml.FixBullets(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Fixes the bullets.
            </summary>
            <param name="document">The document.</param>
            <contract>
              <requires name="document" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Layouts.RuntimeHtml.FixSelectOptions(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Fixes the select options.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Sitecore.Layouts.RuntimeHtml.Parse(System.String,System.String@,System.String@,System.String@)">
            <summary>
            Parses the specified HTML.
            </summary>
            <param name="html">The HTML.</param>
            <param name="header">The header.</param>
            <param name="body">The body.</param>
            <param name="footer">The footer.</param>
            <contract>
              <requires name="html" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Layouts.RuntimeHtml.FixBullets(HtmlAgilityPack.HtmlDocument,System.String)">
            <summary>
            Fixes the bullets.
            </summary>
            <param name="document">The document.</param>
            <param name="tag">The tag.</param>
        </member>
        <member name="T:Sitecore.Layouts.XHtml">
            <summary>
            Represents a XHtml.
            </summary>
            <summary>
            Defines the XHTML helper class.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.Convert(System.String)">
            <summary>
            Converts to <c>XHtml</c>.
            </summary>
            <param name="body">
            The body.
            </param>
            <returns>
            The convert body.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.ConvertToXml(System.String)">
            <summary>
            Converts to XML.
            </summary>
            <param name="body">
            The body.
            </param>
            <returns>
            the body in <c>Xml</c> format.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.Format(System.String)">
            <summary>
            Formats the specified HTML.
            </summary>
            <param name="html">
            The HTML.
            </param>
            <returns>
            The formatted HTML.
            </returns>
            <exception cref="T:System.Xml.XmlException">
            The Html is valid valid <c>Xml</c>.
            </exception>
            <exception cref="T:System.ArgumentNullException">
            </exception>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.Format(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Formats the specified HTML document.
            </summary>
            <param name="htmlDocument">
            The HTML document.
            </param>
            <returns>
            The format.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.GetBody(System.String)">
            <summary>
            Gets the body.
            </summary>
            <param name="html">
            The HTML.
            </param>
            <returns>
            The body
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.GetHtml(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Gets the HTML.
            </summary>
            <param name="htmlDocument">
            The HTML document.
            </param>
            <returns>
            The HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.GetInnerHtml(System.String,System.String)">
            <summary>
            Returns inner HTML for item provided by xpath.
            </summary>
            <param name="document">
            The document.
            </param>
            <param name="xpath">
            The xpath.
            </param>
            <returns>
            Html from the node.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.LoadHtmlDocument(System.String)">
            <summary>
            Loads the HTML document.
            </summary>
            <param name="html">
            The HTML.
            </param>
            <returns>
            The HTML document.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.LoadHtmlDocument(System.String,System.Boolean)">
            <summary>
            Loads the HTML document.
            </summary>
            <param name="html">
            The HTML.
            </param>
            <param name="isXml">
            if set to <c>true</c> [is XML].
            </param>
            <returns>
            The HTML document.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.MakeDocument(System.String,System.Boolean)">
            <summary>
            Makes the XHTML document.
            </summary>
            <param name="body">
            The body.
            </param>
            <param name="useOwnDoctype">
            if set to <c>true</c> the own doctype with specified HTML symbol definitions will we used.
            </param>
            <returns>
            The XHTML document.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.MakeDocument(System.String)">
            <summary>
            Makes the XHTML document.
            </summary>
            <param name="body">The body.</param>
            <returns>The XHTML document.</returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.PrepareHtml(System.String)">
            <summary>
            Prepares the HTML.
            </summary>
            <param name="html">
            The HTML.
            </param>
            <returns>
            The prepared HTML.
            </returns>
            <exception cref="T:System.ArgumentNullException">
            </exception>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.Validate(System.String)">
            <summary>
            Validates the specified XHTML.
            </summary>
            <param name="xhtml">
            The XHTML.
            </param>
            <returns>
            The validation errors.
            </returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.AddHtmlEntityConversionsInDoctype(System.String)">
            <summary>
            It declares the conversions for HTML entities to numbers (like nbsp to #160 etc) inside DOCTYPE element.
            </summary>
            <param name="html">The HTML.</param>
            <returns>Html with DOCTYPE element changed.</returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.ReplaceAmps(System.Text.RegularExpressions.Match)">
            <summary>
            Replaces the amps.
            </summary>
            <param name="match">
            The match.
            </param>
            <returns>
            The amps.
            </returns>
        </member>
        <member name="F:Sitecore.Layouts.XHtml.customDoctypeDefinition">
            <summary>
            The custom doctype definition that allows us to validate special Html expressions.
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.XHtml.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Layouts.XHtml"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Layouts.XHtmlFormatter">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.Format(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Formats the specified HTML document.
            </summary>
            <param name="htmlDocument">The HTML document.</param>
            <returns>The formatted document.</returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.FormatDocument(HtmlAgilityPack.HtmlDocument)">
            <summary>
            Gets the XHTML.
            </summary>
            <param name="doc">The doc.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.Write(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the specified writer.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
            <exception cref="T:System.ArgumentOutOfRangeException"><c>ArgumentOutOfRangeException</c>.</exception>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.WriteAttributes(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the attributes.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.WriteComment(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the comment.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.WriteContent(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the content.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.WriteDocument(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the document.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.WriteElement(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the element.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlFormatter.WriteText(System.Xml.XmlWriter,HtmlAgilityPack.HtmlNode)">
            <summary>
            Writes the text.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Layouts.XHtmlValidator">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlValidator.#ctor(System.String)">
            <summary>
            XHTMLs the validator.
            </summary>
            <param name="document">The input.</param>
        </member>
        <member name="P:Sitecore.Layouts.XHtmlValidator.ReportWarnings">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Layouts.XHtmlValidator"/> reports the warnings.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Layouts.XHtmlValidator"/> reports the warnings; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlValidator.Validate">
            <summary>
            Validates this instance.
            </summary>
            <returns>The validate.</returns>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlValidator.ValidationEventHandler(System.Object,System.Xml.Schema.ValidationEventArgs)">
            <summary>
            Handles the ValidationEventHandler event of the xrs control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.Xml.Schema.ValidationEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Layouts.XHtmlValidatorError">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlValidatorError.#ctor(System.Xml.Schema.ValidationEventArgs)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Layouts.XHtmlValidatorError"/> class.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlValidatorError.#ctor(System.Xml.XmlException)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Layouts.XHtmlValidatorError"/> class.
            </summary>
            <param name="exception">The XML exc.</param>
        </member>
        <member name="P:Sitecore.Layouts.XHtmlValidatorError.LineNumber">
            <summary>
            Gets the line number.
            </summary>
            <value>The line number.</value>
        </member>
        <member name="P:Sitecore.Layouts.XHtmlValidatorError.LinePosition">
            <summary>
            Gets the line position.
            </summary>
            <value>The line position.</value>
        </member>
        <member name="P:Sitecore.Layouts.XHtmlValidatorError.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Layouts.XHtmlValidatorError.Severity">
            <summary>
            Gets the severity.
            </summary>
            <value>The severity.</value>
        </member>
        <member name="M:Sitecore.Layouts.XHtmlValidatorError.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Links.BrokenLinksFilter">
            <summary>
              Wraps the <see cref="T:Sitecore.Links.LinkDatabase" /> instance and extends its functionality.
            </summary>
        </member>
        <member name="M:Sitecore.Links.BrokenLinksFilter.#ctor(Sitecore.Data.Database,System.Collections.Generic.IReadOnlyCollection{Sitecore.Links.ItemLink},System.Boolean,System.Boolean)">
            <summary>
            BrokenLinksFilter
            </summary>
            <param name="database">Databse</param>
            <param name="brokenLinks">List of Broken Links</param>
            <param name="excludeSystemItems">Exclude system items flag</param>
            <param name="showOnlyLatestVersion">Show latest version flag</param>
        </member>
        <member name="M:Sitecore.Links.BrokenLinksFilter.Filter">
            <summary>
            Filter the Items
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Links.DefaultLinkManager">
            <summary>
            The default link manager.
            </summary>
        </member>
        <member name="F:Sitecore.Links.DefaultLinkManager.providerHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Links.LinkProvider,Sitecore.Links.LinkProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.DefaultLinkManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.AddAspxExtension">
            <summary>
            Gets a value indicating whether to add the 'aspx' extension to generated URLs.
            </summary>
            <value><c>true</c> if the 'aspx' extension should be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether to always add the current server URL to generated URLs.
            </summary>
            <value><c>true</c> if the server URL should always be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.LanguageEmbedding">
            <summary>
            Gets a value controlling if and how to embed language in the URL.
            </summary>
            <value>The embed language option.</value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.LanguageLocation">
            <summary>
            Gets the language location.
            </summary>
            <value>The location within the URL where the language should be added.</value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.LowercaseUrls">
            <summary>
            Gets a value indicating whether to render lowercase URLs.
            </summary>
            <value>
              <c>true</c> if renders lowercase URLs; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.ShortenUrls">
            <summary>
            Gets a value indicating whether to shorten generated URLs.
            </summary>
            <value><c>true</c> if URLs should be shortened; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.UseDisplayName">
            <summary>
            Gets a value indicating whether to use the <see cref="P:Sitecore.Data.Items.Item.DisplayName"/> of items when generating URLs.
            </summary>
            <value><c>true</c> if display names should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.DefaultLinkManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.ExpandDynamicLinks(System.String)">
            <summary>
            Expands all dynamic links embedded in a text.
            </summary>
            <param name="text">The text.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.ExpandDynamicLinks(System.String,System.Boolean)">
            <summary>
            Expands all dynamic links embedded in a text.
            </summary>
            <param name="text">The text.</param>
            <param name="resolveSites">Set this to <c>true</c> to resolve site information when expanding dynamic links.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.GetDefaultUrlOptions">
            <summary>
            Gets (a clone of) the default URL options.
            </summary>
            <returns>The default URL options.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.GetDynamicUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.GetDynamicUrl(Sitecore.Data.Items.Item,Sitecore.Links.LinkUrlOptions)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <param name="options">The options.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.GetItemUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.GetItemUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.IsDynamicLink(System.String)">
            <summary>
            Determines whether the specified link text represents a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>
              <c>true</c> if [is dynamic link] [the specified link text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.ParseDynamicLink(System.String)">
            <summary>
            Parses a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>The dynamic link.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.ParseRequestUrl(System.Web.HttpRequest)">
            <summary>
            Parses a request URL.
            </summary>
            <param name="request">The request.</param>
            <returns>The request URL.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.ResolveTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            Gets the target site by the item.
            </summary>
            <param name="item">The item, by which site information should be found.</param>
            <returns>Site, if it was resolved; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkManager.GetPreviewSiteContext(Sitecore.Data.Items.Item)">
            <summary>
            Gets the preview site context.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Links.DefaultLinkStrategyFactory">
            <summary>
            Defines the link strategy factory class.
            </summary>
        </member>
        <member name="M:Sitecore.Links.DefaultLinkStrategyFactory.Resolve(Sitecore.Data.Items.Item)">
            <summary>
            Resolves the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The get links strategy.
            </returns>
        </member>
        <member name="T:Sitecore.Links.DynamicLink">
            <summary>
            DynamicLink
            </summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.ITEM_LINK_ID_KEY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.ITEM_LINK_LANGUAGE_KEY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.ITEM_LINK_SITE_KEY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.ITEM_LINK_TERMINATOR_KEY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.ITEM_LINK_TYPE_KEY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.MEDIA_LINK_DATABASE_KEY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.DynamicLink.MEDIA_LINK_LANGUAGE_KEY">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.Initialize(System.String)">
            <summary>
            Initializes this instance.
            </summary>
            <param name="linkText">The link text.</param>
        </member>
        <member name="P:Sitecore.Links.DynamicLink.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Links.DynamicLink.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Links.DynamicLink.LinkText">
            <summary>
            Gets the link text.
            </summary>
            <value>The link text.</value>
        </member>
        <member name="P:Sitecore.Links.DynamicLink.LinkType">
            <summary>
            Gets the type of the link.
            </summary>
            <value>The type of the link.</value>
        </member>
        <member name="P:Sitecore.Links.DynamicLink.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Links.DynamicLink.Site">
            <summary>
            Gets the site.
            </summary>
            <value>The site.</value>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ExpandLinks(System.String)">
            <summary>
            Expands the links.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ExpandLinks(System.String,System.Boolean)">
            <summary>
            Expands the links.
            </summary>
            <param name="text">The text.</param>
            <param name="resolveSites">Set this to <c>true</c> to resolve site information when expanding dynamic links.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetUrl(Sitecore.Links.UrlOptions)">
            <summary>
            Gets a full URL.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.IsMediaLink">
            <summary>
            Determines whether the item being pointed to is a media item.
            </summary>
            <returns>
                <c>true</c> if it is a media item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.Parse(System.String)">
            <summary>
            Parses the link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.TryParse(System.String,Sitecore.Links.DynamicLink@)">
            <summary>
            Tries the parse.
            </summary>
            <param name="linkText">The link text.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.BuildItemUrl(Sitecore.Links.UrlOptions)">
            <summary>
            Builds the item URL.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.BuildMediaUrl(Sitecore.Links.UrlOptions)">
            <summary>
            Builds the media URL.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ParseLinkText(System.String)">
            <summary>
            Parses the link text.
            </summary>
            <param name="linkText">The link text.</param>
            <returns></returns>
            <exception cref="T:Sitecore.Web.InvalidLinkFormatException"><c>InvalidLinkFormatException</c>.</exception>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetSupportedMediaPrefixes">
            <summary>
            Gets the supported media prefixes.
            </summary>
            <returns>The supported media prefixes.</returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetMediaPrefixesString">
            <summary>
            Gets the media formatted media prefixes.
            </summary>
            <returns>The formatted media prefixes string.</returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetItemId">
            <summary>
            Gets the item id.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetLanguage">
            <summary>
            Gets the language.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetQueryString(System.Boolean)">
            <summary>
            Gets the query string.
            </summary>
            <param name="xhtml">If set to <c>true</c>, return an XHTML compliant query string.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.GetSite">
            <summary>
            Gets the site.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ParseItemLink(System.String,System.Int32)">
            <summary>
            Parses an item link.
            </summary>
            <param name="linkText">The link text.</param>
            <param name="position">The position to start from.</param>
            <returns></returns>
            <contract>
              <requires name="linkText" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ParseLinkParameter(System.String,System.Int32@,System.String@,System.String@)">
            <summary>
            Parses a link parameter.
            </summary>
            <param name="linkText">The link text.</param>
            <param name="position">The position.</param>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ParseLinkParameters(System.String,System.Int32@)">
            <summary>
            Parses the link parameters.
            </summary>
            <param name="linkText">The link text.</param>
            <param name="position">The position.</param>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.ParseMediaLink(System.String,System.Int32)">
            <summary>
            Parses the media link.
            </summary>
            <param name="linkText">The link text.</param>
            <param name="position">The position.</param>
            <returns></returns>
            <exception cref="T:Sitecore.Web.InvalidLinkFormatException"><c>InvalidLinkFormatException</c>.</exception>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.SetLinkItemNotFoundError">
            <summary>
            Sets the link item not found error in the current context.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.SetLinkProperty(System.String,System.String)">
            <summary>
            Sets the link property.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Links.DynamicLink.SetParameter(System.String,System.String)">
            <summary>
            Sets the parameter.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Links.GetCloneItemLinksStrategy">
            <summary>
            Defines the get clone item links strategy class.
            </summary>
        </member>
        <member name="M:Sitecore.Links.GetCloneItemLinksStrategy.ProcessReferences(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the references.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetCloneItemLinksStrategy.ProcessReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="T:Sitecore.Links.GetItemLinksStrategy">
            <summary>
            Defines the get item links strategy class.
            </summary>
        </member>
        <member name="M:Sitecore.Links.GetItemLinksStrategy.ProcessReferences(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the references.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetItemLinksStrategy.ProcessReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="T:Sitecore.Links.GetLinksStrategy">
            <summary>
            Defines the get links strategy class.
            </summary>
        </member>
        <member name="P:Sitecore.Links.GetLinksStrategy.LinkDatabase">
            <summary>
            Gets the link database.
            </summary>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.ProcessReferences(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the references.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.ProcessReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.AddReferences(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Adds the references.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.InheritsValueFrom(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.ID,System.Collections.Generic.List{Sitecore.Data.ID})">
            <summary>
            Determines whether [contains standard value] [the specified item].
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="contextItem">The item.</param>
            <param name="fieldId">The field id.</param>
            <param name="visitedItemIDs">The visited item IDs.</param>
            <returns>
              <c>true</c> if [contains standard value] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetItemStandardValuesCandidates(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the item standard values.
            </summary>
            <param name="contextItem">The context item.</param>
            <param name="fieldID">The field ID.</param>
            <returns>
            The item standard values.
            </returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetItemStandardValues(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item standard values.
            </summary>
            <param name="contextItem">The context item.</param>
            <returns>
            The item standard values.
            </returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.AddReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Adds the referrers.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.AddSourceItemReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Adds the source item referrers.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.AddCloneItemsReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Adds the clone items referrers.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetReferences(Sitecore.Data.Items.Item)">
            <summary>
            Gets the references.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The references.
            </returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetReferrers(Sitecore.Data.Items.Item)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The referrers.
            </returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetNotProcessedFieldLinks(Sitecore.Data.Items.Item,System.Collections.Generic.List{Sitecore.Data.ID})">
            <summary>
            Gets the not processed field links.
            </summary>
            <param name="item">The item.</param>
            <param name="processedFields">The processed fields.</param>
            <returns>
            The not processed field links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetSourceItemLink(Sitecore.Links.StrategyContextArgs,Sitecore.Links.ItemLink)">
            <summary>
            Gets the link to the source item.
            </summary>
            <param name="args">The strategy context args.</param>
            <param name="itemLink">The item link.</param>
            <returns>The item link to the source item.</returns>
        </member>
        <member name="M:Sitecore.Links.GetLinksStrategy.GetLinksInItemValue(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the links in item itemValue.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Links.GetStandardValuesLinksStrategy">
            <summary>
            Defines the get standard values links strategy class.
            </summary>
        </member>
        <member name="M:Sitecore.Links.GetStandardValuesLinksStrategy.ProcessReferences(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the references.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetStandardValuesLinksStrategy.ProcessReferrers(Sitecore.Links.StrategyContextArgs)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetStandardValuesLinksStrategy.ProcessNestedTemplates(Sitecore.Data.Items.TemplateItem,Sitecore.Links.StrategyContextArgs)">
            <summary>
            Processes the nested templates.
            </summary>
            <param name="template">The template.</param>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetStandardValuesLinksStrategy.ProcessTemplateUsages(Sitecore.Data.Items.TemplateItem,Sitecore.Links.StrategyContextArgs)">
            <summary>
            Processes the template usages.
            </summary>
            <param name="template">The template.</param>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="M:Sitecore.Links.GetStandardValuesLinksStrategy.ProcessDescendantTemplate(Sitecore.Data.Items.TemplateItem,Sitecore.Links.StrategyContextArgs)">
            <summary>
            Processes the descendant template.
            </summary>
            <param name="template">The template.</param>
            <param name="contextArgs">The context args.</param>
        </member>
        <member name="T:Sitecore.Links.ItemEventHandler">
            <summary>
            Represents an item event handler.
            </summary>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.#ctor(Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes members of the <see cref="T:Sitecore.Links.ItemEventHandler"/> class.
            </summary>
            <param name="settings"></param>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.#ctor(System.Boolean)">
            <summary>
            Initializes members of the <see cref="T:Sitecore.Links.ItemEventHandler"/> class.
            </summary>
            <param name="allowUpdateLinksDuringPublishing"></param>
        </member>
        <member name="P:Sitecore.Links.ItemEventHandler.LinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <value>The link database.</value>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="sender" condition="none" />
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.OnItemCopied(System.Object,System.EventArgs)">
            <summary>
            Called when the item has copied.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.OnVersionRemoved(System.Object,System.EventArgs)">
            <summary>
            Called when the version has been removed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="sender" condition="none" />
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has saved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="sender" condition="none" />
              <requires name="args" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemEventHandler.CanTriggerLinkUpdate(System.EventArgs)">
            <summary>
            Link operations are skipped in case either no <paramref name="linkRelatedEventArg"/>.
            <para>Or publishing process is on and settings prevent from updating links while publishing.</para>
            </summary>
            <param name="linkRelatedEventArg"></param>
            <returns><c>true</c> if link update process can be triggered;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Links.ItemLink">
            <summary>
            Links a language/version specific item field to another item language/version with specific value (path).
            <para>Example: First version of 'Home' item in 'DA' language has 'Text' field that has a link to 'About' item in first version of 'DA' language.</para>
            <para>Each link stores information about source and target items:</para>
            <para>Source item: <see cref="P:Sitecore.Links.ItemLink.SourceDatabaseName"/>, <see cref="P:Sitecore.Links.ItemLink.SourceItemID"/>, <see cref="P:Sitecore.Links.ItemLink.SourceItemVersion"/>, <see cref="P:Sitecore.Links.ItemLink.SourceItemVersion"/>, <see cref="P:Sitecore.Links.ItemLink.SourceFieldID"/>.</para>
            <para>Target item: <see cref="P:Sitecore.Links.ItemLink.TargetDatabaseName"/>, <see cref="P:Sitecore.Links.ItemLink.TargetItemID"/>, <see cref="P:Sitecore.Links.ItemLink.TargetItemVersion"/>, <see cref="P:Sitecore.Links.ItemLink.TargetItemLanguage"/>, <see cref="P:Sitecore.Links.ItemLink.TargetPath"/>.</para>
            <remarks>Must take into account source field language/version configuration - no need to save item language/version details if the link is produced from shared field.</remarks>
            <remarks>No need to save item version info if source field is un-versioned.</remarks>
            </summary>
        </member>
        <member name="F:Sitecore.Links.ItemLink.sourceItem">
            <summary>
            The source item.
            </summary>
        </member>
        <member name="F:Sitecore.Links.ItemLink.targetItem">
            <summary>
            The target item.
            </summary>
        </member>
        <member name="M:Sitecore.Links.ItemLink.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.String,Sitecore.Data.ID,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.ItemLink"/> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="sourceItemID">The source item ID.</param>
            <param name="sourceFieldID">The source field ID.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="targetItemID">The target item ID.</param>
            <param name="targetPath">The target path.</param>
        </member>
        <member name="M:Sitecore.Links.ItemLink.#ctor(System.String,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.ItemLink"/> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="sourceItemID">The source item ID.</param>
            <param name="sourceItemLanguage">The source item language.</param>
            <param name="sourceItemVersion">The source item version.</param>
            <param name="sourceFieldID">The source field ID.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="targetItemID">The target item ID.</param>
            <param name="targetItemLanguage">The target item language.</param>
            <param name="targetItemVersion">The target item version.</param>
            <param name="targetPath">The target path.</param>
        </member>
        <member name="M:Sitecore.Links.ItemLink.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.ItemLink"/> class.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="sourceFieldID">The source field ID.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="targetItemID">The target item ID.</param>
            <param name="targetItemLanguage">The target item language.</param>
            <param name="targetItemVersion">The target item version.</param>
            <param name="targetPath">The target path.</param>
        </member>
        <member name="M:Sitecore.Links.ItemLink.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.ItemLink"/> class.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="sourceFieldID">The source field ID.</param>
            <param name="targetItem">The target item.</param>
            <param name="targetPath">The target path.</param>
        </member>
        <member name="M:Sitecore.Links.ItemLink.#ctor(System.String,Sitecore.Data.ID,Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.ItemLink"/> class.
            <para>Does not assign source item language, and version.</para>
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="sourceItemID">The source item identifier.</param>
            <param name="sourceFieldID">The source field identifier.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="targetItemID">The target item identifier.</param>
            <param name="targetItemLanguage">The target item language.</param>
            <param name="targetItemVersion">The target item version.</param>
            <param name="targetPath">The target path.</param>
        </member>
        <member name="P:Sitecore.Links.ItemLink.SourceItemLanguage">
            <summary>
            Gets the source item language.
            </summary>
            <value>The source item language.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.SourceItemVersion">
            <summary>
            Gets the source item version.
            </summary>
            <value>The source item version.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.TargetItemLanguage">
            <summary>
            Gets the target item language.
            </summary>
            <value>The target item language.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.TargetItemVersion">
            <summary>
            Gets the target item version.
            </summary>
            <value>The target item version.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.SourceDatabaseName">
            <summary>
            Gets the name of the source database.
            </summary>
            <value>The name of the source database.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.SourceFieldID">
            <summary>
            Gets the source field ID.
            </summary>
            <value>The source field ID.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.SourceItemID">
            <summary>
            Gets the source item ID.
            </summary>
            <value>The source item ID.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.TargetDatabaseName">
            <summary>
            Gets the name of the target database.
            </summary>
            <value>The name of the target database.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.TargetItemID">
            <summary>
            Gets the target item ID.
            </summary>
            <value>The target item ID.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.TargetPath">
            <summary>
            Gets the target path.
            </summary>
            <value>The target path.</value>
        </member>
        <member name="P:Sitecore.Links.ItemLink.SourceIsLanguageIndependent">
            <summary>
            Gets a value indicating whether source of the link is language independent - <see cref="P:Sitecore.Links.ItemLink.SourceItemLanguage"/> is invariant, or field id is <see cref="P:Sitecore.Data.ID.Null"/>.
            <para>This usually happens for links coming from shared fields.</para>
            </summary>
            <value>
            <c>true</c> if <see cref="P:Sitecore.Links.ItemLink.SourceFieldID"/> is <see cref="P:Sitecore.Data.ID.Null"/>, or <see cref="P:Sitecore.Links.ItemLink.SourceItemLanguage"/> is invariant; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Links.ItemLink.GetSourceItem">
            <summary>
            Gets the source item (where is link coming from).
            <remarks>Might return <c>null</c> if source item was not found (f.e. was removed, or lack of security access).</remarks>
            </summary>
            <returns>
            The source item if could be found; <c>null</c> if nothing was found.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLink.GetTargetItem">
            <summary>
            Gets the target item (which link points on).
            </summary>
            <returns>
            The target item.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLink.TryGetDatabaseByName(System.String,Sitecore.Data.Database@)">
            <summary>
            Tries to get database by name.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <param name="database">The database.</param>
            <returns><c>true</c> if database was found by name; <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Links.ItemLink.ItemLinkDebuggerProxy">
            <summary>
            A Debugger view to expose the content of the collection at once.
            </summary>
        </member>
        <member name="T:Sitecore.Links.ItemLinkExpander">
            <summary>
            The item link expander.
            </summary>
        </member>
        <member name="M:Sitecore.Links.ItemLinkExpander.Expand(System.String@,Sitecore.Links.UrlOptions)">
            <summary>
            The expand.
            </summary>
            <param name="text">The text.</param>
            <param name="urlOptions">The url Options.</param>
        </member>
        <member name="T:Sitecore.Links.ItemLinks">
            <summary>
            <para>Shows what items are referenced (linked) by inner <see cref="P:Sitecore.Links.ItemLinks.Item"/>.</para>
            <para>Allows verifying the <see cref="T:Sitecore.Links.ItemLinkState"/> for links stored in the inner <see cref="P:Sitecore.Links.ItemLinks.Item"/>.</para>
            <para>Example: Imaginary 'Landing Page' has a versioned field 'Hot News' that points to 'Sunday Prime' article.</para>
            <para><see cref="M:Sitecore.Links.ItemLinks.GetAllLinks"/> would find all the links for 'Landing Page' (in all languages/versions), and a link to 'Sunday Prime' would be in the list.</para>
            <remarks>Capable of providing links as for the specific item language version, or for all.</remarks>
            <para><remarks>Please refer to <seealso cref="T:Sitecore.Links.ItemLink"/> class that models link entity.</remarks></para>
            </summary>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.ItemLinks"/> class.
            </summary>
            <param name="ownerItem">
            The owner item.
            </param>
            <contract>
              <requires name="ownerItem" condition="not null"/>
            </contract>
        </member>
        <member name="P:Sitecore.Links.ItemLinks.Database">
            <summary>
            Gets the database inner <see cref="P:Sitecore.Links.ItemLinks.Item"/> belongs to.
            </summary>
            <value>The database.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Links.ItemLinks.Item">
            <summary>
            Gets the item to find referenced items for.
            </summary>
            <value>The Sitecore item.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Links.ItemLinks.FieldTypeManager">
            <summary>
            Provides mapping between field type and custom field type defined for it.
            <para><see cref="M:Sitecore.Data.Fields.CustomField.ValidateLinks(Sitecore.Links.LinksValidationResult)"/> API allows to generate links from field value.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetAllLinks">
            <summary>
            Gets all links (in any <see cref="T:Sitecore.Links.ItemLinkState"/>) <see cref="P:Sitecore.Links.ItemLinks.Item"/> points at.
            <remarks>Provided links are produced by all item versions in any <see cref="T:Sitecore.Links.ItemLinkState"/>.</remarks>
            </summary>
            <returns>
            All links produced by all language/versions of the <see cref="P:Sitecore.Links.ItemLinks.Item"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetAllLinks(System.Boolean,System.Boolean)">
            <summary>
            Gets all links (in any <see cref="T:Sitecore.Links.ItemLinkState"/>) <see cref="P:Sitecore.Links.ItemLinks.Item"/> points at.
            </summary>
            <param name="allversions">if set to <c>true</c> all item versions would be inspected for links.</param>
            <param name="includeStandardValuesLinks">if set to <c>true</c>to result set will include links from standard values item.</param>
            <returns>
            All the <see cref="T:Sitecore.Links.ItemLink"/> from <see cref="P:Sitecore.Links.ItemLinks.Item"/> in any link state..
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetAllLinks(System.Boolean)">
            <summary>
            Gets all links (in any <see cref="T:Sitecore.Links.ItemLinkState"/>) <see cref="P:Sitecore.Links.ItemLinks.Item"/> points at.
            </summary>
            <param name="allVersions">if set to <c>true</c> all item versions would be inspected for links.</param>
            <returns>
            The all links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetBrokenLinks">
            <summary>
            Gets all the <see cref="F:Sitecore.Links.ItemLinkState.Broken"/> links that <see cref="P:Sitecore.Links.ItemLinks.Item"/> has.
            <para>Link is considered broken if a field carrying the value validates it as wrong.</para>
            <remarks>Provided links are produced by all item versions.</remarks>
            </summary>
            <returns>
            The array of <see cref="T:Sitecore.Links.ItemLink"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetBrokenLinks(System.Boolean)">
            <summary>
            Gets all the <see cref="F:Sitecore.Links.ItemLinkState.Broken"/> links that <see cref="P:Sitecore.Links.ItemLinks.Item"/> has.
            <para>Link is considered broken if a field carrying the value validates it as wrong.</para>
            </summary>
            <param name="allVersions">
            if set to <c>true</c> links will be inspected from all item versions.
            </param>
            <returns>
            The broken links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetValidLinks">
            <summary>
            Gets all the <see cref="F:Sitecore.Links.ItemLinkState.Valid"/> links that <see cref="P:Sitecore.Links.ItemLinks.Item"/> has.
            </summary>
            <returns>
            The array of <see cref="T:Sitecore.Links.ItemLink"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetValidLinks(System.Boolean)">
            <summary>
            Gets the valid links.
            </summary>
            <param name="allVersions">
            The all Versions.
            </param>
            <returns>
            The array of <see cref="T:Sitecore.Links.ItemLink"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.AddLinks(Sitecore.Data.Fields.Field,System.Collections.Generic.List{Sitecore.Links.ItemLink},Sitecore.Links.ItemLinkState)">
            <summary>
            Adds the links.
            </summary>
            <param name="field">
            The field.
            </param>
            <param name="links">
            The links.
            </param>
            <param name="linkState">
            State of the link.
            </param>
            <contract>
              <requires name="field" condition="not null"/>
              <requires name="links" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.AddSharedLink(Sitecore.Data.ID,System.String,System.Collections.Generic.List{Sitecore.Links.ItemLink})">
            <summary>
            Adds the link.
            </summary>
            <param name="targetID">
            The target ID.
            </param>
            <param name="targetPath">
            The target path.
            </param>
            <param name="links">
            The links.
            </param>
            <contract>
              <requires name="field" condition="none"/>
              <requires name="targetID" condition="not null"/>
              <requires name="targetPath" condition="not null"/>
              <requires name="links" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.AddMasterLink(System.Collections.Generic.List{Sitecore.Links.ItemLink},Sitecore.Links.ItemLinkState)">
            <summary>
            Adds the master link.
            </summary>
            <param name="links">
            The links.
            </param>
            <param name="linkState">
            State of the link.
            </param>
            <contract>
              <requires name="links" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.AddTemplateLink(System.Collections.Generic.List{Sitecore.Links.ItemLink},Sitecore.Links.ItemLinkState)">
            <summary>
            Adds the template link.
            </summary>
            <param name="links">
            The links.
            </param>
            <param name="linkState">
            State of the link.
            </param>
            <contract>
              <requires name="links" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetLinks(Sitecore.Links.ItemLinkState,System.Boolean)">
            <summary>
            Gets all the links.
            </summary>
            <param name="linkState">
            State of the link.
            </param>
            <param name="allVersions">
            if set to <c>true</c> this instance is all versions.
            </param>
            <returns>
            The array of <see cref="T:Sitecore.Links.ItemLink"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.GetLinks(Sitecore.Links.ItemLinkState,System.Boolean,System.Boolean)">
            <summary>
            Gets the links.
            </summary>
            <param name="linkState">State of the link.</param>
            <param name="allVersions">if set to <c>true</c> [all versions].</param>
            <param name="includeStandardValuesLinks">if set to <c>true</c>to result set will include links from standard values item.</param>
            <returns>
            The links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.ItemLinks.LinkStateMatches(Sitecore.Links.ItemLinkState,System.Boolean)">
            <summary>
            Check whether specified link state value matches the link validity flag.
            </summary>
            <param name="linkState">
            Link state to check.
            </param>
            <param name="isValid">
            Link validity flag.
            </param>
            <returns>
            The link state matches.
            </returns>
        </member>
        <member name="T:Sitecore.Links.ItemLinkState">
            <summary>
            Represents the state of an item link.
            </summary>
        </member>
        <member name="F:Sitecore.Links.ItemLinkState.Any">
            <summary>Any.</summary>
        </member>
        <member name="F:Sitecore.Links.ItemLinkState.Broken">
            <summary>Broken.</summary>
        </member>
        <member name="F:Sitecore.Links.ItemLinkState.Valid">
            <summary>Valid.</summary>
        </member>
        <member name="T:Sitecore.Links.LanguageEmbedding">
            <summary>
            Language embedding options
            </summary>
        </member>
        <member name="F:Sitecore.Links.LanguageEmbedding.AsNeeded">
            <summary>Only embed languages if the linked-to language differs from the <see cref="P:Sitecore.Globalization.Language.Current">context language</see>.</summary>
        </member>
        <member name="F:Sitecore.Links.LanguageEmbedding.Always">
            <summary>Always embed languages.</summary>
        </member>
        <member name="F:Sitecore.Links.LanguageEmbedding.Never">
            <summary>Never embed languages.</summary>
        </member>
        <member name="T:Sitecore.Links.LanguageLocation">
            <summary>
            LanguageLocation enumeration
            </summary>
        </member>
        <member name="F:Sitecore.Links.LanguageLocation.FilePath">
            <summary>Embed the language in the file path of the link/URL.</summary>
        </member>
        <member name="F:Sitecore.Links.LanguageLocation.QueryString">
            <summary>Embed the language in the query string of the link/URL.</summary>
        </member>
        <member name="T:Sitecore.Links.LinkDatabase">
            <summary>
            Defines that basic methods and properties of a link database.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.Compact(Sitecore.Data.Database)">
            <summary>
            Compacts the specified database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetBrokenLinks(Sitecore.Data.Database)">
            <summary>
            Gets the broken links.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The broken links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetReferenceCount(Sitecore.Data.Items.Item)">
            <summary>
            Gets the reference count.
            </summary>
            <param name="item">
            The Sitecore item to calculate the references.
            </param>
            <returns>
            The count.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetReferences(Sitecore.Data.Items.Item)">
            <summary>
            Gets the references.
            </summary>
            <param name="item">
            The Sitecore item to get the references for.
            </param>
            <returns>
            The references.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetItemReferences(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the references.
            </summary>
            <param name="item">The item to get references for.</param>
            <param name="includeStandardValuesLinks">If set to <c>true</c>to result set will include links from standard values item.</param>
            <returns>The references.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetItemVersionReferences(Sitecore.Data.Items.Item)">
            <summary>
            Get the references of the item version.
            </summary>
            <param name="version">The item version to get references for.</param>
            <returns>The item version references.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetReferrerCount(Sitecore.Data.Items.Item)">
            <summary>
            Gets the referrer count - how many links point at the given item as a target.
            </summary>
            <param name="item">
            The item that acts as a link target - the one we are looking referrers for.
            </param>
            <returns>
            The referrer count.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetReferrers(Sitecore.Data.Items.Item)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="item">
            The Sitecore item to get the referrers for.
            </param>
            <returns>
            The referrers.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetReferrers(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="item">The item.</param>
            <param name="sourceFieldId">The source field id.</param>
            <returns>
            The referrers.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetItemReferrers(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the refererers.
            </summary>
            <param name="item">The item.</param>
            <param name="includeStandardValuesLinks">if set to <c>true</c>to result set will include links from standard values item.</param>
            <returns>
            The refererers.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetItemVersionReferrers(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item version referrers.
            </summary>
            <param name="version">The item version.</param>
            <returns>
            The list of referrers to the item version.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.HasExternalReferrers(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Determines whether the specified item has external referrers.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="deep">
            if set to <c>true</c> this instance is deep.
            </param>
            <returns>
            <c>true</c> if the specified item has external referrers; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.Rebuild(Sitecore.Data.Database)">
            <summary>
            Rebuilds the specified database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.RemoveReferences(Sitecore.Data.Items.Item)">
            <summary>
            Removes the references.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.UpdateItemVersionReferences(Sitecore.Data.Items.Item)">
            <summary>
            The update item version references.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.UpdateReferences(Sitecore.Data.Items.Item)">
            <summary>
            Updates the references.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.GetString(System.String,System.Int32)">
            <summary>Gets a string.</summary>
            <param name="value">The value.</param>
            <param name="maxLength">The maximum allowed length.</param>
            <returns>The get string.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.ItemExists(Sitecore.Data.ID,System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Targets the exists.
            </summary>
            <param name="itemId">
            The item ID.
            </param>
            <param name="itemPath">
            The item path.
            </param>
            <param name="itemLanguage">
            The item language.
            </param>
            <param name="itemVersion">
            The item version.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            <c>true</c> if item with specified ID, language and version exists.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.TargetExists(Sitecore.Data.ID,System.String,Sitecore.Data.Database)">
            <summary>
            Determines if the target exists.
            </summary>
            <param name="targetID">
            The target ID.
            </param>
            <param name="targetPath">
            The target path.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            <c>true</c> if the target exists, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.UpdateItemVersionLinks(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Updates the item version links.
            </summary>
            <param name="item">
            The item version.
            </param>
            <param name="links">
            The links.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.UpdateLinks(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Sets <paramref name="links"/> as all links coming from/(generated by) <paramref name="item"/>.
            <para>In other words - all the links that given item has.</para>
            </summary>
            <param name="item"> The Sitecore item. </param>
            <param name="links"> All item links for given item.</param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.AddLink(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink)">
            <summary>
            Adds the link to item.
            </summary>
            <param name="item">The item.</param>
            <param name="link">The link.</param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.RemoveItemVersionLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the item version link.
            </summary>
            <param name="link">The link.</param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.AddModifiedItemLinks(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[],Sitecore.Links.ItemLink[])">
            <summary>
            Adds the modified item links.
            </summary>
            <param name="item">The item.</param>
            <param name="itemLinkReferences">The item link references.</param>
            <param name="contextitemLinks">The context item links.</param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.RemoveDeletedItemLinks(Sitecore.Links.ItemLink[],Sitecore.Links.ItemLink[])">
            <summary>
            Removes the deleted item links.
            </summary>
            <param name="itemLinkReferences">The item link references.</param>
            <param name="contextitemLinks">The context item links.</param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.LinkExistsInTargetItemLinks(Sitecore.Links.ItemLink[],Sitecore.Links.ItemLink)">
            <summary>
            Check whether item link exists in target item links.
            </summary>
            <param name="targetItemLinks">The target item links.</param>
            <param name="itemLink">The item link.</param>
            <returns>True, if item link exist in target item links;else false.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.AddItemIDs(Sitecore.Data.Items.Item,System.Collections.Hashtable)">
            <summary>
            Adds the item Ids.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="itemIDs">
            The item ids.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.HasExternalReferrers(Sitecore.Links.ItemLink[],System.Collections.Hashtable)">
            <summary>
            Determines whether the specified referrers has external referrers.
            </summary>
            <param name="referrers">
            The referrers.
            </param>
            <param name="tree">
            The child IDs.
            </param>
            <returns>
            <c>true</c> if the specified referrers has external referrers; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabase.RebuildItem(Sitecore.Data.Items.Item)">
            <summary>
            Rebuilds the item.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="T:Sitecore.Links.LinkDatabaseHelper">
            <summary>
            The link database helper.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseHelper.UpdateLink(Sitecore.Data.Items.Item)">
            <summary>
            Updates the links.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseHelper.UpdateLink(Sitecore.Data.Items.Item,System.Collections.Generic.List{Sitecore.Data.ItemUri})">
            <summary>
            Updates item version fields that contain links pointing at an <paramref name="item"/>.
            <para>Gets all item referrers with non-empty source field, and triggers <see cref="M:Sitecore.Data.Fields.CustomField.UpdateLink(Sitecore.Links.ItemLink)"/> API for them.</para>
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="list">
            The list of items that were updated.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseHelper.UpdateLink(Sitecore.Data.Items.Item,System.Collections.Generic.ICollection{Sitecore.Data.ItemUri},Sitecore.Links.LinkDatabase)">
            <summary>
            Updates item version fields that contain links pointing at an <paramref name="item" />.
            <para>Gets all item referrers with non-empty source field, and triggers <see cref="M:Sitecore.Data.Fields.CustomField.UpdateLink(Sitecore.Links.ItemLink)" /> API for them.</para>
            </summary>
            <param name="item">The item.</param>
            <param name="list">The list of items that were updated.</param>
            <param name="linkDatabase">The link database to get item referrers.</param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseHelper.GetItemIDsOrPaths(System.String)">
            <summary>
            Gets the item ids or paths.
            </summary>
            <param name="itemValue">The itemValue.</param>
            <returns>A list of links in the itemValue</returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseHelper.UpdateItemLinks(System.Collections.Generic.IEnumerable{Sitecore.Links.ItemLink},System.Collections.Generic.ICollection{Sitecore.Data.ItemUri})">
            <summary>
            Updates sources for <paramref name="links"/> keeping track of <paramref name="uniqueItemVersionsProcessed"/>.
            <para>Calls <see cref="M:Sitecore.Data.Fields.CustomField.UpdateLink(Sitecore.Links.ItemLink)"/> for <see cref="T:Sitecore.Links.ItemLink"/> with not empty source field, and existing <see cref="M:Sitecore.Links.ItemLink.GetSourceItem"/>.</para>
            </summary>
            <param name="links">
            The links.
            </param>
            <param name="uniqueItemVersionsProcessed">
            Unique link source items that have been updated.
            </param>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseHelper.UpdateVersion(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink)">
            <summary>
            Updates the version, and returns <c>true</c> if <see cref="M:Sitecore.Data.Fields.CustomField.UpdateLink(Sitecore.Links.ItemLink)"/> was executed; <c>false</c> if field type was not found.
            </summary>
            <param name="sourceVersion">
            The source version containing the <paramref name="itemLink"/>.
            </param>
            <param name="itemLink">
            The item link.
            </param>
            <returns>
            <c>true</c>, if version has been updated; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Links.LinkDatabaseProxy">
            <summary>
            Represents a link database proxy.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseProxy.GetBrokenLinks(Sitecore.Data.Database)">
            <summary>
            Gets the broken links.
            </summary>
            <param name="database">The database.</param>
            <returns>The broken links.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkDatabaseProxy.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="handle">The handle.</param>
            <returns>The status.</returns>
        </member>
        <member name="T:Sitecore.Links.LinkDisablerState">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.LinkDisablerState.Disabled">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Links.LinkDisablerState.Enabled">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Links.LinkDisabler">
            <summary>
            EventDisabler class
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinkDisabler"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkDisabler.IsActive">
            <summary>
            Gets a value indicating whether this instance is active.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Links.LinkExpander">
            <summary>
            The link expander.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkExpander.Expand(System.String@,Sitecore.Links.UrlOptions)">
            <summary>
            The expand.
            </summary>
            <param name="text">The text to expand links.</param>
            <param name="urlOptions">The options. </param>
        </member>
        <member name="T:Sitecore.Links.LinkManager">
            <summary>
            Defines the link manager class.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinkManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinkManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkManager.AddAspxExtension">
            <summary>
            Gets a value indicating whether to add the 'aspx' extension to generated URLs.
            </summary>
            <value><c>true</c> if the 'aspx' extension should be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkManager.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether to always add the current server URL to generated URLs.
            </summary>
            <value><c>true</c> if the server URL should always be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkManager.LanguageEmbedding">
            <summary>
            Gets a value controlling if and how to embed language in the URL.
            </summary>
            <value>The embed language option.</value>
        </member>
        <member name="P:Sitecore.Links.LinkManager.LanguageLocation">
            <summary>
            Gets the language location.
            </summary>
            <value>The location within the URL where the language should be added.</value>
        </member>
        <member name="P:Sitecore.Links.LinkManager.LowercaseUrls">
            <summary>
            Gets a value indicating whether to render lowercase URLs.
            </summary>
            <value>
              <c>true</c> if renders lowercase URLs; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.LinkManager.ShortenUrls">
            <summary>
            Gets a value indicating whether to shorten generated URLs.
            </summary>
            <value><c>true</c> if URLs should be shortened; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkManager.UseDisplayName">
            <summary>
            Gets a value indicating whether to use the <see cref="P:Sitecore.Data.Items.Item.DisplayName"/> of items when generating URLs.
            </summary>
            <value><c>true</c> if display names should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Links.LinkManager.ExpandDynamicLinks(System.String)">
            <summary>
            Expands all dynamic links embedded in a text.
            </summary>
            <param name="text">The text.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.ExpandDynamicLinks(System.String,System.Boolean)">
            <summary>
            Expands all dynamic links embedded in a text.
            </summary>
            <param name="text">The text.</param>
            <param name="resolveSites">Set this to <c>true</c> to resolve site information when expanding dynamic links.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetDefaultUrlOptions">
            <summary>
            Gets (a clone of) the default URL options.
            </summary>
            <returns>The default URL options.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetDefaultUrlOptions(System.Boolean)">
            <summary>
            Gets (a clone of) the default URL options. Checks if
            SiteResolving will be from Settings
            </summary>
            <returns>The default URL options.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetDynamicUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetDynamicUrl(Sitecore.Data.Items.Item,Sitecore.Links.LinkUrlOptions)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <param name="options">The options.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetItemUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetItemUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.IsDynamicLink(System.String)">
            <summary>
            Determines whether the specified link text represents a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>
              <c>true</c> if [is dynamic link] [the specified link text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.ParseDynamicLink(System.String)">
            <summary>
            Parses a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>The dynamic link.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.ParseRequestUrl(System.Web.HttpRequest)">
            <summary>
            Parses a request URL.
            </summary>
            <param name="request">The request.</param>
            <returns>The request URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.ResolveTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            Gets the target site by the item.
            </summary>
            <param name="item">The item, by which site information should be found.</param>
            <returns>Site, if it was resolved; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkManager.GetPreviewSiteContext(Sitecore.Data.Items.Item)">
            <summary>
            Gets the preview site context.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Links.LinkProvider">
            <summary>
            Defines the link provider class.
            </summary>
            <summary>
            LinkProvider class
            </summary>
            <summary>
            LinkProvider
            </summary>
            <summary>
            LinkProvider class
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinkProvider.defaultUrlOptions">
            <summary>
            The URL options.
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.AddAspxExtension">
            <summary>
            Gets a value indicating whether to add the 'aspx' extension to generated URLs.
            </summary>
            <value><c>true</c> if the 'aspx' extension should be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether to always add the current server URL to generated URLs.
            </summary>
            <value><c>true</c> if the server URL should always be added to generated URLs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.EncodeNames">
            <summary>
            Gets a value indicating whether to encode the names making up the URL of the link.
            </summary>
            <value><c>true</c> if encode names; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LanguageEmbedding">
            <summary>
            Gets a value controlling if and how to embed language in the URL.
            </summary>
            <value>The embed language option.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LanguageLocation">
            <summary>
            Gets the language location.
            </summary>
            <value>The location within the URL where the language should be added.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LowercaseUrls">
            <summary>
            Gets a value indicating whether to render lowercase URLs.
            </summary>
            <value>
              <c>true</c> if renders lowercase URLs; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.ShortenUrls">
            <summary>
            Gets a value indicating whether to shorten generated URLs.
            </summary>
            <value><c>true</c> if URLs should be shortened; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.UseDisplayName">
            <summary>
            Gets a value indicating whether to use the <see cref="P:Sitecore.Data.Items.Item.DisplayName"/> of items when generating URLs.
            </summary>
            <value><c>true</c> if display names should be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.ExpandDynamicLinks(System.String,System.Boolean)">
            <summary>
            Expands the dynamic links.
            </summary>
            <param name="text">The text.</param>
            <param name="resolveSites">Set this to <c>true</c> to resolve site information when expanding dynamic links.</param>
            <returns>The expanded dynamic links.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.GetDefaultUrlOptions">
            <summary>
            Gets (a clone of) the default URL options.
            </summary>
            <returns>The default URL options.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.GetItemUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions)">
            <summary>
            Gets the (friendly) URL of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>The item URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.GetDynamicUrl(Sitecore.Data.Items.Item,Sitecore.Links.LinkUrlOptions)">
            <summary>
            Gets the dynamic URL for an item.
            </summary>
            <param name="item">The item to create an URL to.</param>
            <param name="options">The options.</param>
            <returns>The dynamic URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"/> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.IsDynamicLink(System.String)">
            <summary>
            Determines whether the specified link text represents a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>
              <c>true</c> if [is dynamic link] [the specified link text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.ParseDynamicLink(System.String)">
            <summary>
            Parses a dynamic link.
            </summary>
            <param name="linkText">The link text.</param>
            <returns>The dynamic link.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.ParseRequestUrl(System.Web.HttpRequest)">
            <summary>
            Parses a request URL.
            </summary>
            <param name="request">The request.</param>
            <returns>The request URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.ParseRequestUrl(System.Web.HttpRequestBase)">
            <summary>
            Parses a request URL.
            </summary>
            <param name="request">The request.</param>
            <returns>The request URL.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.ResolveTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            Resolves the target site by the item.
            </summary>
            <param name="item">The item, by which site information should be found.</param>
            <returns>Site, if it was resolved; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.GetPreviewSiteContext(Sitecore.Data.Items.Item)">
            <summary>
            Gets the preview site context.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.CreateLinkBuilder(Sitecore.Links.UrlOptions)">
            <summary>
            Creates a link builder.
            </summary>
            <param name="options">The options.</param>
            <returns>The link builder.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.CreateLinkParser">
            <summary>
            Creates a link parser.
            </summary>
            <returns>The link parser.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.GetLanguageEmbedding(System.String,Sitecore.Links.LanguageEmbedding)">
            <summary>
            Gets language embedding.
            </summary>
            <param name="configValue">The configured value.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The language embedding.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.GetLanguageLocation(System.String,Sitecore.Links.LanguageLocation)">
            <summary>
            Gets the language location.
            </summary>
            <param name="configValue">The configurative value.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The language location.</returns>
        </member>
        <member name="T:Sitecore.Links.LinkProvider.LinkBuilder">
            <summary>
            LinkBuilder
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.#ctor(Sitecore.Links.UrlOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinkProvider.LinkBuilder"/> class.
            </summary>
            <param name="options">The URL options.</param>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LinkBuilder.AddAspxExtension">
            <summary>
            Gets a value indicating whether to add aspx extension.
            </summary>
            <value><c>true</c> if add aspx extension; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LinkBuilder.AlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether to always include the server URL.
            </summary>
            <value>
                <c>true</c> if always include the server URL; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LinkBuilder.UseDisplayName">
            <summary>
            Gets a value indicating whether to use display name.
            </summary>
            <value><c>true</c> if use display name; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetItemUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the URL.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            Gets the target site by the item.
            </summary>
            <param name="item">The item, by which site information should be found.</param>
            <returns>Site, if it was resolved; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.FindMatchingSite(System.Collections.Generic.Dictionary{Sitecore.Links.LinkProvider.LinkBuilder.SiteKey,Sitecore.Web.SiteInfo},Sitecore.Links.LinkProvider.LinkBuilder.SiteKey)">
            <summary>
            Finds the matching site.
            </summary>
            <param name="resolvingTable">The resolving table.</param>
            <param name="key">The key.</param>
            <returns>matching site</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.FindMatchingSiteByPath(System.Collections.Generic.Dictionary{Sitecore.Links.LinkProvider.LinkBuilder.SiteKey,Sitecore.Web.SiteInfo},System.String)">
            <summary>
            Finds the matching site by path.
            </summary>
            <param name="resolvingTable">The resolving table.</param>
            <param name="path">The path.</param>
            <returns>the matching site</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.BuildItemUrl(Sitecore.Data.Items.Item)">
            <summary>
            Builds the item URL.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.ResolveTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            Resolves the target site.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.BuildSiteResolvingTable(System.Collections.Generic.IEnumerable{Sitecore.Web.SiteInfo})">
            <summary>
            Builds the site resolving table.
            </summary>
            <param name="sites">The sites.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetSiteResolvingTable">
            <summary>
            Gets the site resolving table.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetTargetHostName(Sitecore.Web.SiteInfo)">
            <summary>
            Gets the name of the target host.
            </summary>
            <param name="siteInfo">The site info.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.BuildItemUrl(System.String,System.String)">
            <summary>
            Builds an item URL.
            </summary>
            <param name="serverUrl">The server URL.</param>
            <param name="itemPath">The item path.</param>
            <returns>item url</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.BuildItemUrl(System.String,System.String,System.String)">
            <summary>
            Builds an item URL.
            </summary>
            <param name="serverUrl">The server URL.</param>
            <param name="itemPath">The item path.</param>
            <param name="virtualFolder">The virtual folder.</param>
            <returns>item url</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.EmbedLanguage">
            <summary>
            Gets a value indicating if the language should be embedded in the link.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.IsDescendantOrSelfOf(System.String,System.String)">
            <summary>
            Determines whether is item path descendant or self of the root item path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="rootPath">The root path.</param>
            <returns>
              <c>true</c> if item path is descendant or self of the root item path; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetItemPathElement(Sitecore.Data.Items.Item,Sitecore.Web.SiteInfo)">
            <summary>
            Gets the item path element.
            </summary>
            <param name="item">The item.</param>
            <param name="site">The site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetRootPath(Sitecore.Web.SiteInfo,Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the root path of a site.
            </summary>
            <param name="site">The site.</param>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetRootPath(Sitecore.Web.SiteInfo,Sitecore.Globalization.Language,Sitecore.Data.Database,System.Boolean)">
            <summary>
            Gets the root path of a site.
            </summary>
            <param name="site">The site.</param>
            <param name="language">The language.</param>
            <param name="database">The database.</param>
            <param name="useStartItem">Defines whether to add start item to the resulting path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetServerUrlElement(Sitecore.Web.SiteInfo)">
            <summary>
            Gets the server URL.
            </summary>
            <returns>Server URL</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetServerUrlElement(Sitecore.Web.SiteInfo,Sitecore.Sites.SiteContext,System.Int32)">
            <summary>
            Gets the server URL.
            </summary>
            <returns>Server URL</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.ResolveServerUrl(Sitecore.Web.SiteInfo,Sitecore.Sites.SiteContext,System.String,System.Int32,System.Int32)">
            <summary>
            Validates and returns server url
            </summary>
            <param name="siteInfo"> site info</param>
            <param name="currentSite">current site</param>
            <param name="defaultUrl">default url</param>
            <param name="portNumber">port number</param>
            <param name="currentPort">default port number</param>
            <returns>server url</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetHostName(Sitecore.Web.SiteInfo,System.String)">
            <summary>
            Resolves site host name
            </summary>
            <param name="siteInfo">Site info</param>
            <param name="currentHostName">current host name</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.FormServerUrl(System.String,System.String,System.Int32)">
            <summary>
            Forms server url
            </summary>
            <param name="scheme">Url scheme</param>
            <param name="hostName">Url host name</param>
            <param name="portNumber">Url port number</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.IsSameSiteName(Sitecore.Web.SiteInfo,System.String,System.String,System.String)">
            <summary>
            Checks if site names and host names are the same.
            </summary>
            <param name="siteInfo">Site info</param>
            <param name="currentSiteName">Current site name</param>
            <param name="hostName">Site host name</param>
            <param name="currentHostName">Current site host name</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.IsUndefinedHostName(System.String)">
            <summary>
            Checks if the host name is undefined
            </summary>
            <param name="hostName">Site host name</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.IsSameSiteScheme(System.String,System.String,System.Int32,System.Int32,System.String)">
            <summary>
            Checks if sites have same shceme
            </summary>
            <param name="hostName">Site host name</param>
            <param name="currentHostName">Current site host name</param>
            <param name="portNumber">Port number</param>
            <param name="currentPort">Current port number</param>
            <param name="scheme">Site scheme</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetSiteContext">
            <summary>
            Gets site context
            </summary>
            <returns>site context</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetDefaultUrl">
            <summary>
            Gets default url
            </summary>
            <returns>default url</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetPortNumber(Sitecore.Web.SiteInfo)">
            <summary>
            Gets port number
            </summary>
            <param name="siteInfo">site info</param>
            <returns>port number</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetCurrentPortNumber">
            <summary>
            Gets current port number
            </summary>
            <returns>current port number</returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetScheme">
            <summary>
            Get url scheme.
            </summary>
            <returns>
            Returns Url scheme.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.GetHostName">
            <summary>
            Gets host name from current request.
            </summary>
            <returns>
            Returns host name from current request.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.BuildKey(System.String,System.String)">
            <summary>
            Builds the site key.
            </summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.MatchCurrentSite(Sitecore.Data.Items.Item,Sitecore.Sites.SiteContext)">
            <summary>
            Matches the current site.
            </summary>
            <param name="item">The item.</param>
            <param name="currentSite">The current site context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.SiteCantBeResolved(Sitecore.Web.SiteInfo)">
            <summary>
            Checks if site can't take participation in site resolving process.
            </summary>
            <param name="siteInfo">The site info</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey">
            <summary>
            Class is used to resolve sites while building links
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey.Path">
            <summary>
            Gets the path.
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey.Language">
            <summary>
            Gets the language.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey"/> class.
            </summary>
            <param name="path">The path.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkBuilder.SiteKey.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Links.LinkProvider.LinkParser">
            <summary>
            LinkParser
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkParser.ExpandDynamicLinks(System.String,Sitecore.Links.UrlOptions)">
            <summary>
            Expands the dynamic links embedded in the text and returns the result.
            </summary>
            <param name="text">
            The text.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            Text with expanded links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.LinkParser.GetExpanders">
            <summary>
            The get expanders.
            </summary>
            <returns>List of expanders.
            </returns>
        </member>
        <member name="T:Sitecore.Links.LinkProvider.PreviewLinkBuilder">
            <summary>
            PreviewLinkBuilder class
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.PreviewLinkBuilder.#ctor(Sitecore.Links.UrlOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinkProvider.PreviewLinkBuilder"/> class.
            </summary>
            <param name="options">The URL options.</param>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.PreviewLinkBuilder.MatchCurrentSite(Sitecore.Data.Items.Item,Sitecore.Sites.SiteContext)">
            <summary>
            In base class method matches item with current site.
            In case of site preview it is wrong to match item with current site,
            because current site for preview is "shell" site,
            so method always return false.
            </summary>
            <param name="item">The item.</param>
            <param name="currentSite">The current site context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.PreviewLinkBuilder.ResolveTargetSite(Sitecore.Data.Items.Item)">
            <summary>
            The resolve target site with default context from Preview.DefaultSite.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The <see cref="T:Sitecore.Web.SiteInfo"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinkProvider.PreviewLinkBuilder.SiteCantBeResolved(Sitecore.Web.SiteInfo)">
            <summary>
            Checks if site can't take participation in site resolving process.
            </summary>
            <param name="siteInfo">The site info</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Links.LinkProviderCollection">
            <summary>
            LinkProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Links.LinkProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Links.LinksTableColumns">
            <summary>
            Defines structure for Links table.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.Database">
            <summary>
            Source database.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.ItemID">
            <summary>
            Source item id.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.SourceLanguage">
            <summary>
            Source item language.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.SourceVersion">
            <summary>
            Source item version.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.FieldID">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.TargetDatabase">
            <summary>
            Target item database.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.TargetID">
            <summary>
            Target item id.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.TargetLanguage">
            <summary>
            Target item language.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.TargetVersion">
            <summary>
            Target item version.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksTableColumns.TargetPath">
            <summary>
            Target item path
            </summary>
        </member>
        <member name="T:Sitecore.Links.LinkStrategyFactory">
            <summary>
            Defines the link strategy factory class.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinkStrategyFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkStrategyFactory.Resolve(Sitecore.Data.Items.Item)">
            <summary>
            Resolves the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
            The get links strategy.
            </returns>
        </member>
        <member name="T:Sitecore.Links.LinksValidationResult">
            <summary>
            Represents a Links Validation Result.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksValidationResult.field">
            <summary>
            The field.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksValidationResult.links">
            <summary>
            The links.
            </summary>
        </member>
        <member name="F:Sitecore.Links.LinksValidationResult.linkState">
            <summary>
            The link state.
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinksValidationResult.#ctor(Sitecore.Data.Fields.Field,Sitecore.Links.ItemLinkState)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinksValidationResult"/> class.
            </summary>
            <param name="field">
            The field to validate.
            </param>
            <param name="linkState">
            State of the link.
            </param>
        </member>
        <member name="P:Sitecore.Links.LinksValidationResult.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.LinksValidationResult.Links">
            <summary>
            Gets the links.
            </summary>
            <value>The links.</value>
        </member>
        <member name="M:Sitecore.Links.LinksValidationResult.AddBrokenLink(System.String)">
            <summary>
            Adds the broken link.
            </summary>
            <param name="targetPath">The target path.</param>
            <returns>The link object.</returns>
        </member>
        <member name="M:Sitecore.Links.LinksValidationResult.AddVersionedBrokenLink(Sitecore.Data.ItemUri,System.String)">
            <summary>
            Adds the broken link to the item version.
            </summary>
            <param name="targetItemUri">The target item URI.</param>
            <param name="targetPath">The target path.</param>
            <returns>The item link.</returns>
        </member>
        <member name="M:Sitecore.Links.LinksValidationResult.AddValidLink(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds the valid link.
            </summary>
            <param name="targetItem">
            The target item.
            </param>
            <param name="targetPath">
            The target path.
            </param>
            <returns>
            The valid link.
            </returns>
        </member>
        <member name="M:Sitecore.Links.LinksValidationResult.AddVersionedValidLink(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds the valid link to item version.
            </summary>
            <param name="targetItem">
            The target item.
            </param>
            <param name="targetPath">
            The target path.
            </param>
            <returns>
            The valid link.
            </returns>
        </member>
        <member name="T:Sitecore.Links.LinkUpdaterJob">
            <summary>
            Updates item version fields (<see cref="M:Sitecore.Data.Fields.CustomField.UpdateLink(Sitecore.Links.ItemLink)"/>) that point at (linked to) given item, or any of its children.
            <para>The <see cref="T:Sitecore.Links.ItemLink"/> should be originated from a field, meaning <see cref="P:Sitecore.Links.ItemLink.SourceFieldID"/> should be set.</para>
            <para>Updates links (references) for all touched item versions.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkUpdaterJob.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinkUpdaterJob" /> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Links.LinkUpdaterJob.#ctor(Sitecore.Data.Items.Item,System.Collections.Generic.IReadOnlyList{Sitecore.Data.Database},Sitecore.Links.LinkDatabase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.LinkUpdaterJob" /> class.
            </summary>
            <param name="item">The item.</param>
            <param name="databases">The databases.</param>
            <param name="linkDatabase">The link database.</param>
        </member>
        <member name="P:Sitecore.Links.LinkUpdaterJob.LinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <value>
            The link database.
            </value>
        </member>
        <member name="P:Sitecore.Links.LinkUpdaterJob.Databases">
            <summary>
            Gets the databases.
            </summary>
            <value>
            The databases.
            </value>
        </member>
        <member name="M:Sitecore.Links.LinkUpdaterJob.Update">
            <summary>
            Updates item version fields that contain links pointing on <see cref="F:Sitecore.Links.LinkUpdaterJob.itemToUpdateLinksForSelfAndDescendants"/>.
            <para>Keeps track of updated item versions. Updates all links for updated item versions.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Links.LinkUpdaterJob.ExtactUniqueItemIdsPerDatabase(System.Collections.Generic.IEnumerable{Sitecore.Data.ItemUri})">
            <summary>
            Extacts the unique item ids per database.
            </summary>
            <param name="updatedItemVersions">The updated item versions.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.LinkUpdaterJob.UpdateLinksRecursively(Sitecore.Data.Items.Item,System.Collections.Generic.List{Sitecore.Data.ItemUri})">
            <summary>
            Updates item version fields that contain links pointing at an <paramref name="item" />, and keeps track of unique item versions processed.
            <para>Does same operation for all <paramref name="item" /> children - meaning will recursively call self for each item child.</para>
            </summary>
            <param name="item">The item.</param>
            <param name="processedItems">The processed items.</param>
            <contract>
              <requires name="item" condition="not null" />
              <requires name="list" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Links.LinkUrlOptions">
            <summary>
            Contains options for generating an Url from an item that is linked to.
            </summary>
        </member>
        <member name="P:Sitecore.Links.LinkUrlOptions.Empty">
            <summary>
            Gets the empty.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Links.LinkUrlOptions.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Links.LinkUrlOptions.Site">
            <summary>
            Gets or sets the site.
            </summary>
            <value>The site.</value>
        </member>
        <member name="T:Sitecore.Links.MediaLinkExpander">
            <summary>
            The media link expander.
            </summary>
        </member>
        <member name="M:Sitecore.Links.MediaLinkExpander.Expand(System.String@,Sitecore.Links.UrlOptions)">
            <summary>
            The expand.
            </summary>
            <param name="text">The text.</param>
            <param name="urlOptions">The url options.</param>
        </member>
        <member name="M:Sitecore.Links.MediaLinkExpander.FindMediaPrefix(System.String,System.Int32,System.String@)">
            <summary>
            The find media prefix.
            </summary>
            <param name="text">
            The text.
            </param>
            <param name="startIndex">
            The start index.
            </param>
            <param name="prefix">
            The prefix.
            </param>
            <returns>
            The media prefix.
            </returns>
        </member>
        <member name="T:Sitecore.Links.SqlBatchLinksOperationWorker">
            <summary>
            Defines worker for processing batches in memory and flushing them to SQL over the time.
            </summary>
        </member>
        <member name="F:Sitecore.Links.SqlBatchLinksOperationWorker.MaxBatchInProcess">
            <summary>
            Maximum batch count that worker should keep, if worker has more that this value - it will start to flush batches to SQL.
            </summary>
        </member>
        <member name="F:Sitecore.Links.SqlBatchLinksOperationWorker.MaxParametersInOneSqlRequest">
            <summary>
            SQL maximum parameters in one batch.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Links.SqlBatchLinksOperationWorker"/>
            </summary>
            <param name="dataApi">SQL data API.</param>
        </member>
        <member name="P:Sitecore.Links.SqlBatchLinksOperationWorker.LastProcessedBatchIndex">
            <summary>
            Counter that indicates index of latest processed batch by worker.
            </summary>
        </member>
        <member name="P:Sitecore.Links.SqlBatchLinksOperationWorker.BatchIndex">
            <summary>
            Pointer for latest batch.
            </summary>
        </member>
        <member name="P:Sitecore.Links.SqlBatchLinksOperationWorker.CurrentParametersIndex">
            <summary>
            Defines bound with sql query string and it parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.GetBatchSqlQueryStatement(System.Int32)">
            <summary>
            Gets the batch sql query string for specific batch index.
            </summary>
            <param name="index">Batch index.</param>
            <returns>Batch query string.</returns>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.GetBatchSqlQueryParameters(System.Int32)">
            <summary>
            Gets the batch parameters for specific batch index.
            </summary>
            <param name="index">Batch index.</param>
            <returns>Collection of batch parameters.</returns>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.AddItemLink(Sitecore.Links.SqlInsertLinksModel)">
            <summary>
            Add item link to batch.
            </summary>
            <param name="sqlInsertLinks">Model with query string and parameters for this query.</param>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.FlushAllBatches">
            <summary>
            Flush all batches to SQL and clean up memory after that.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.TryStartProcessingBatches">
            <summary>
            Push batch to SQL if batch que is exceed.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.FlushLinks(System.String,System.Collections.Generic.IEnumerable{System.Object},System.Int32)">
            <summary>
            Flush passed links query to SQL.
            </summary>
            <param name="sql">SQL query.</param>
            <param name="parameters">SQL query parameters.</param>
            <param name="index">Batch index.</param>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.GetUnprocessedBatchIndex">
            <summary>
            Gets the latest unprocessed batch index.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.IncreaseBatch">
            <summary>
            Switch current batch index to next batch.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.Reset">
            <summary>
            Reset worker and free all memory reserved for batches.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlBatchLinksOperationWorker.ClearProcessedBatch(System.Int32)">
            <summary>
            Free batch memory by passed batch index.
            </summary>
            <param name="index">Batch index for clearing batch.</param>
        </member>
        <member name="T:Sitecore.Links.SqlInsertLinksModel">
            <summary>
            Defines base model for inserting link into Links table
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlInsertLinksModel.#ctor(System.String,System.Object[])">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Links.SqlInsertLinksModel"/>
            </summary>
            <param name="query">Sql query for inserting links.</param>
            <param name="queryParameters">Parameters that will be populate sql query.</param>
            <exception cref="T:System.ArgumentNullException"></exception>
        </member>
        <member name="P:Sitecore.Links.SqlInsertLinksModel.LinksQueryStatement">
            <summary>
            Sql query statement.
            </summary>
        </member>
        <member name="P:Sitecore.Links.SqlInsertLinksModel.QueryParameters">
            <summary>
            Parameters for sql query statement.
            </summary>
        </member>
        <member name="T:Sitecore.Links.SqlLinkDatabase">
            <summary>
            SqlLinkDatabase class
            </summary>
        </member>
        <member name="F:Sitecore.Links.SqlLinkDatabase._dataApi">
            <summary>
            data API
            </summary>
        </member>
        <member name="F:Sitecore.Links.SqlLinkDatabase.DatabaseNameLength">
            <summary>
            The database name length.
            </summary>
        </member>
        <member name="F:Sitecore.Links.SqlLinkDatabase.locks">
            <summary>
            The locks.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.#ctor(Sitecore.Data.DataProviders.Sql.SqlDataApi)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.SqlLinkDatabase"/> class.
            </summary>
            <param name="dataApi">
            The data API.
            </param>
        </member>
        <member name="P:Sitecore.Links.SqlLinkDatabase.DataApi">
            <summary>
            Gets the data API.
            </summary>
            <value>The data API.</value>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.Compact(Sitecore.Data.Database)">
            <summary>
            Compacts the specified database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetBrokenLinks(Sitecore.Data.Database)">
            <summary>
            Gets the broken links.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The broken links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetReferenceCount(Sitecore.Data.Items.Item)">
            <summary>
            Gets the reference count.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The count.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetReferences(Sitecore.Data.Items.Item)">
            <summary>
            Gets the references.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The references.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetItemVersionReferences(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item version referrers.
            </summary>
            <param name="version">The item version.</param>
            <returns>
            The list of referrers to the item version.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetReferrerCount(Sitecore.Data.Items.Item)">
            <summary>
            Gets the referrer count.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The referrer count.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetReferrers(Sitecore.Data.Items.Item)">
            <summary>
            Gets the referrers.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The referrers.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetReferrers(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the <see cref="T:Sitecore.Links.ItemLink" /> referrers that are coming from <paramref name="sourceFieldId" /> - where any version of an <paramref name="item" /> is a link target.
            <para>In other words - all links that are produced by specific field and point at the given item ID in a specific database.</para>
            </summary>
            <param name="item">The item that acts as a link target - the one we are looking referrers for.</param>
            <param name="sourceFieldId">The source field id - from which field link comes from.</param>
            <returns>
            The referrers.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetItemVersionReferrers(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item version referrers.
            </summary>
            <param name="version">The item version.</param>
            <returns>
            The list of referrers to the item version.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.RemoveReferences(Sitecore.Data.Items.Item)">
            <summary>
            Removes the references.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.UpdateItemVersionReferences(Sitecore.Data.Items.Item)">
            <summary>
            The update item version references.
            </summary>
            <param name="item">The Sitecore item.</param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.AddLink(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink)">
            <summary>
            Adds the link.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="link">
            The link instance.
            </param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.RemoveLinks(Sitecore.Data.Items.Item)">
            <summary>
            Removes all the links where <paramref name="item"/> is a link source.
            <remarks>Link source is matched by <see cref="P:Sitecore.Data.Items.Item.ID"/> and database name.</remarks>
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.RemoveItemVersionLinks(Sitecore.Data.Items.Item)">
            <summary>
            Removes the links.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.RemoveItemVersionLink(Sitecore.Links.ItemLink)">
            <summary>
            Removes the item version link.
            </summary>
            <param name="itemLink">The item Link.</param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.UpdateLinks(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Sets <paramref name="links" /> as all links coming from/(generated by) <paramref name="item" />.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="links">All item links for given item.</param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.UpdateItemVersionLinks(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Updates the links.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="links">
            The links.
            </param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.UpdateItemVersionLink(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Update links of the context item that are changed.
            </summary>
            <param name="item">The item.</param>
            <param name="contextitemLinks">The context item links.</param>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.AddBrokenLinks(System.Data.IDataReader,System.Collections.Generic.List{Sitecore.Links.ItemLink},Sitecore.Data.Database)">
            <summary>
            Adds the broken links.
            </summary>
            <param name="reader">The reader.</param>
            <param name="links">The links.</param>
            <param name="database">The database.</param>
            <remarks>
            SourceItemID, SourceFieldID, TargetItemID, TargetPath
            </remarks>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetLinks(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Gets the links.
            </summary>
            <param name="sql">
            The SQL statement.
            </param>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The links collection.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetLinks(System.String,Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Gets the links.
            </summary>
            <param name="sql">The SQL.</param>
            <param name="item">The item.</param>
            <param name="sourceFieldId">The source field id.</param>
            <returns>
            The links.
            </returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinkDatabase.GetLinks(System.String,Sitecore.Data.Items.Item,System.Object[])">
            <summary>
            Gets the links.
            </summary>
            <param name="sql">The SQL statement.</param>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The links collection.</returns>
        </member>
        <member name="T:Sitecore.Links.SqlLinksBatchOperation">
            <summary>
            Class that stores data needed for single batch operation
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlLinksBatchOperation.#ctor">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Links.SqlLinksBatchOperation"/>
            </summary>
        </member>
        <member name="P:Sitecore.Links.SqlLinksBatchOperation.BatchStatement">
            <summary>
            Holds batch query statement.
            </summary>
        </member>
        <member name="P:Sitecore.Links.SqlLinksBatchOperation.BatchParameters">
            <summary>
            Parameters for query statement.
            </summary>
        </member>
        <member name="T:Sitecore.Links.SqlLinksQueryFactory">
            <summary>
            Factory for working with SQL links database.
            </summary>
        </member>
        <member name="M:Sitecore.Links.SqlLinksQueryFactory.CreateDeleteQuery(System.String)">
            <summary>
            Creates query for deleting links table.
            </summary>
            <param name="databaseName">The database name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinksQueryFactory.CreateInsertIntoQuery(Sitecore.Data.ID,System.String,Sitecore.Data.ID,System.String,System.Int32,System.String,Sitecore.Data.ID,System.String,System.Int32,System.String,System.Int32)">
            <summary>
            Creates query for insert new link into Links table
            </summary>
            <param name="itemId">Source item id.</param>
            <param name="databaseName">Source database name.</param>
            <param name="sourceFieldId">Source item field id.</param>
            <param name="sourceItemLanguage">Source item language.</param>
            <param name="sourceItemVersionNumber">Source item version</param>
            <param name="targetDatabaseName">Target database name.</param>
            <param name="targetItemId">Target item id.</param>
            <param name="targetItemLanguage">Target item language.</param>
            <param name="targetItemVersionNumber">Target item version number.</param>
            <param name="linkTargetPath">Target link path.</param>
            <param name="index">Index that will be used to match parameters with query string.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinksQueryFactory.GetString(System.String,System.Int32)">
            <summary>
            Substring passed value based on maxLength
            </summary>
            <param name="value">Value</param>
            <param name="maxLength">Maximum allowed length for passed value</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Links.SqlLinksQueryFactory.IncreaseParamName(System.String,System.Int32)">
            <summary>
            Returns passed parameters concatenated with passed number
            </summary>
            <param name="param">The parameter.</param>
            <param name="number">The parameter number.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Links.StrategyContextArgs">
            <summary>
            Defines the strategy context args class.
            </summary>
        </member>
        <member name="M:Sitecore.Links.StrategyContextArgs.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Links.StrategyContextArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Links.StrategyContextArgs.SourceItem">
            <summary>
            Gets the source item.
            </summary>
        </member>
        <member name="P:Sitecore.Links.StrategyContextArgs.ProcessedFields">
            <summary>
            Gets the processed fields.
            </summary>
        </member>
        <member name="P:Sitecore.Links.StrategyContextArgs.ContextItem">
            <summary>
            Gets or sets the context item.
            </summary>
            <value>
            The context item.
            </value>
        </member>
        <member name="P:Sitecore.Links.StrategyContextArgs.LinkToProcess">
            <summary>
            Gets or sets the link to process.
            </summary>
            <value>
            The link to process.
            </value>
        </member>
        <member name="P:Sitecore.Links.StrategyContextArgs.StandardValuesHolder">
            <summary>
            Gets or sets the standard values holder.
            </summary>
            <value>
            The standard values holder.
            </value>
        </member>
        <member name="P:Sitecore.Links.StrategyContextArgs.Result">
            <summary>
            Gets the result.
            </summary>
        </member>
        <member name="T:Sitecore.Links.UrlOptions">
            <summary>
            Defines the URL options class.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.addAspxExtension">
            <summary>
            The flag indicating whether to add ASPX extension to URLs.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.alwaysIncludeServerUrl">
            <summary>
            The flag indicating whether to always include server URL.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.encodeNames">
            <summary>
            The flag indicating whether to encode the names making up the URL of the link.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.contentLanguage">
            <summary>
            The content language.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.languageEmbedding">
            <summary>
            The language embedding enumerator.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.languageLocation">
            <summary>
            The language location enumerator.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.lowercaseUrls">
            <summary>
            The flag indicating whether to render lowercase URLs.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.shortenUrls">
            <summary>
            The flag indicating whether to shorten URLs according to the <see cref="T:Sitecore.Sites.Site">site</see>
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.siteContext">
            <summary>
            The site context.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.siteResolving">
            <summary>
            The flag indicating whether to enable site resolving.
            </summary>
        </member>
        <member name="F:Sitecore.Links.UrlOptions.useDisplayName">
            <summary>
            The flag indicating whether to use the display name for URLs.
            </summary>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.DefaultOptions">
            <summary>
            Gets (a clone of) the default options.
            </summary>
            <value>The default options.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.AddAspxExtension">
            <summary>
            Gets or sets a value indicating whether to add ASPX extension.
            </summary>
            <value><c>true</c> if adds ASPX extension; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.AlwaysIncludeServerUrl">
            <summary>
            Gets or sets a value indicating whether to always include the server URL.
            </summary>
            <value>
              <c>true</c> if always include server URL; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.EncodeNames">
            <summary>
            Gets or sets a value indicating whether to encode the names making up the URL of the link.
            </summary>
            <value><c>true</c> if encode names; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.SiteResolving">
            <summary>
            Gets or sets a value indicating whether site resolving is enabled.
            </summary>
            <value>
              <c>true</c> if site resolving is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.LanguageEmbedding">
            <summary>
            Gets or sets a value controlling if and how to embed language in the URL.
            </summary>
            <value>The embed language option.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.LanguageLocation">
            <summary>
            Gets or sets the language location.
            </summary>
            <value>The location within the URL where the language should be added.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.LowercaseUrls">
            <summary>
            Gets or sets a value indicating whether to render lowercase URLs.
            </summary>
            <value>
              <c>true</c> if renders lowercase URLs; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.ShortenUrls">
            <summary>
            Gets or sets a value indicating whether to shorten URLs according to the <see cref="T:Sitecore.Sites.Site">site</see>.
            </summary>
            <value><c>true</c> if shorten; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.Site">
            <summary>
            Gets or sets the site.
            </summary>
            <value>The site.</value>
        </member>
        <member name="P:Sitecore.Links.UrlOptions.UseDisplayName">
            <summary>
            Gets or sets a value indicating whether to use the display name for URLs.
            </summary>
            <value><c>true</c> if use display name; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Links.UrlOptions.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Links.UrlOptions.EmbedLanguage(Sitecore.Globalization.Language)">
            <summary>
            Returns a value indicating whether to embed the specified language to URL.
            </summary>
            <param name="language">The language.</param>
            <returns><c>true</c> if embed language to URL; otherwise, <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.MainUtil">
            <summary>Implements a library of standard utility functions.</summary>
            <remarks>The MainUtil library covers both string and file utility functions.
            These function at a later point be moved to the <see cref="T:Sitecore.StringUtil">StringUtil</see>
            and <see cref="T:Sitecore.IO.FileUtil">FileUtil</see> classes.
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.IO.FileUtil"/>
            <seealso cref="T:Sitecore.Web.HtmlUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            <seealso cref="T:Sitecore.Web.WebUtil"/>
            <seealso cref="T:Sitecore.Xml.XmlUtil"/>
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.MainUtil"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.MainUtil.WorkingSetSize">
            <summary>
            Gets the size of the working set.
            </summary>
            <value>
            The size of the working set.
            </value>
        </member>
        <member name="P:Sitecore.MainUtil.EncodeNameReplacements">
            <summary>
            Gets item name encodings.
            </summary>
            <value>The encode name replacements.</value>
        </member>
        <member name="P:Sitecore.MainUtil.TextReplacements">
            <summary>
            Gets the text replacements.
            </summary>
            <value>
            The text replacements.
            </value>
        </member>
        <member name="M:Sitecore.MainUtil.AddArrays(System.Array,System.Array,System.Type)">
            <summary>
            Concatenates two arrays.
            </summary>
            <param name="array1">The array1.</param>
            <param name="array2">The array2.</param>
            <param name="elementType">Type of the element.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.AppendMissingIDBrace(System.String)">
            <summary>
            Appends a mssing closing brace "}" if a path starts with a brace "{".
            </summary>
            <param name="sPath">A path.</param>
            <returns>
            The path ending with a closing brace "}".
            </returns>
            <remarks>This function is usually called to ensure that a GUID ends with a closing brace "}".
            This can occur if a web page is opened from Outlook by a pasted link as Outlook does
            not automatically include the ending brace "}".</remarks>
            <example>
                <code>
            string path = StringUtil.GetString(Request.QueryString["path"]);
            string id = MainUtil.AppendMissingIDBrace(path);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.BoolToString(System.Boolean)">
            <summary>
            Converts a boolean to "true" or "false".
            </summary>
            <param name="b">A boolean value.</param>
            <returns>
            If the boolean is true, "true", otherwise "false".
            </returns>
            <example>
                <code lang="CS">
            string trueString = MainUtil.BoolToString(1 = 1); // "true"
            string falseString = MainUtil.BoolToString(1 = 0); // "false"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.BuildHashtable(System.Object[])">
            <summary>
            Builds the hashtable.
            </summary>
            <param name="objects">The objects.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.Cast``1(System.Object,``0)">
            <summary>
            Casts the specified obj to passed type.
            </summary>
            <typeparam name="T">The type to cast to.</typeparam>
            <param name="obj">The object.</param>
            <param name="type">The type.</param>
            <returns>Object to specified type.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.ClearBit(System.Int32,System.Int32)">
            <summary>
            Resets a bit in an integer.
            </summary>
            <param name="bit">The bit.</param>
            <param name="bits">The bits.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.ColorToString(System.Drawing.Color)">
            <summary>
            Converts a color to a string.
            </summary>
            <param name="color">The color.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.CombineArrays``1(``0[],``0)">
            <summary>
            Combines an array and a value.
            </summary>
            <typeparam name="T">The type of the arrrays.</typeparam>
            <param name="values">The values.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.MainUtil.CombineArrays``1(``0[],``0[])">
            <summary>
            Combines two arrays.
            </summary>
            <typeparam name="T">The type of the arrrays.</typeparam>
            <param name="values1">The first array of values.</param>
            <param name="values2">The second array of values.</param>
        </member>
        <member name="M:Sitecore.MainUtil.CompactArray(System.Object[],System.Type)">
            <summary>
            Compacts an object array by removing null values.
            </summary>
            <param name="array">An array of object.</param>
            <param name="elementType">Type of the element.</param>
            <returns>The compacted array of object.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.CompactArray(System.String[])">
            <summary>
            Compacts a string array by removing empty strings.
            </summary>
            <param name="array">An array of string.</param>
            <returns>The compacted array of string.</returns>
            <example>
                <code>
            string[] texts = new string[] {"My", "", "Text, ""};
            string[] compact = MainUtil.CompactArray(texts): // { "My", "Text" }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.CompareVersionNumbers(System.String,System.String)">
            <summary>
            Compares two Sitecore version numbers.
            </summary>
            <param name="ver1">A version number, e.g. "x.x.x"</param>
            <param name="ver2">A version number, e.g. "x.x.x"</param>
            <returns>
            0 if the versions numbers are identical,
            -1 if ver1 &lt; ver2,
            1 if ver1 &gt; ver2.
            </returns>
            <example>
                <code>
            int compare0 = MainUtil.CompareVersionNumbers("1.0.1", "1.1.0"); // -1
            int compare1 = MainUtil.CompareVersionNumbers("1.0.1", "1.0.0"); // 1
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ContainsUnicodeCharacters(System.String)">
            <summary>
            Determines whether the specified string contains unicode characters.
            </summary>
            <param name="str">The string.</param>
            <returns>
                <c>true</c> if the specified string contains unicode characters; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertArray(System.Object[],System.Type)">
            <summary>
            Converts an array to another type.
            </summary>
            <param name="array">An array of objects.</param>
            <param name="elementType">Type of the element.</param>
            <returns>The converted array of objects.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertToHashtable(System.Collections.ArrayList)">
            <summary>
            Converts an array list to a hashtable.
            </summary>
            <param name="list">An array list of values.</param>
            <returns>A hashtable.</returns>
            <remarks>The hashtable collection is built by using values from the array list in pairs.
            An array list consisting of { "Name1", "Value1", "Name2", "Value2" } are converted to
            ("Name1", "Value1"), ("Name2", "Value2").</remarks>
            <example>
                <code>
            ArrayList list = new ArrayList(new string[] {"Name1", "Value1", "Name2", "Value2"});
            Hashtable collection = MainUtil.ConvertToHashtable(list);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertToNameValues(System.Collections.ArrayList)">
            <summary>
            Converts an array list to a name/value collection.
            </summary>
            <param name="list">An array list of values.</param>
            <returns>A name/value collection.</returns>
            <remarks>The name/value collection is built by using values from the array list in pairs.
            An array list consisting of { "Name1", "Value1", "Name2", "Value2" } are converted to
            ("Name1", "Value1"), ("Name2", "Value2").</remarks>
            <example>
                <code lang="CS">
            ArrayList list = new ArrayList(new string[] {"Name1", "Value1", "Name2", "Value2"});
            NameValueCollection collection = MainUtil.ConvertToNameValues(list);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertToNameValues(System.String,System.Char)">
            <summary>
            Converts a string to name/value collection.
            </summary>
            <param name="values">A string of seperated values.</param>
            <param name="separator">A separator character.</param>
            <returns>A name/value collection.</returns>
            <remarks>The name/value collection is built by using values from the string in pairs.
            A string consisting of "Name1|Value1|Name2|Value2" are converted to
            ("Name1", "Value1"), ("Name2", "Value2").</remarks>
            <example>
                <code>
            NameValueCollection collection = MainUtil.ConvertToNameValues("Name1|Value1|Name2|Value2", '|');
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertToString(System.Collections.ArrayList,System.Char)">
            <summary>
            Converts an array list of strings to a single string.
            </summary>
            <param name="list">An array list.</param>
            <param name="separator">A separator character.</param>
            <returns>
            A string containing the list seperated by the separator character.
            </returns>
            <remarks>If the array list is null, blank is returned.</remarks>
            <example>
                <code>
            ArrayList list = new ArrayList(new string[] {"Name1", "Value1", "Name2", "Value2"});
            string s = MainUtil.ConvertToString(list, '|'); // "Name1|Value1|Name2|Value2"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertToString(System.Collections.Specialized.NameValueCollection,System.Char)">
            <summary>
            Converts a name/value collection to a single string.
            </summary>
            <param name="col">A name/value collection.</param>
            <param name="separator">A separator character.</param>
            <returns>
            A string containing the name/value collection separated by the separator character.
            </returns>
            <remarks>If the collection is null, blank is returned.</remarks>
            <example>
                <code>
            ArrayList list = new ArrayList(new string[] {"Name1", "Value1", "Name2", "Value2"});
            NameValueCollection collection = MainUtil.ConvertToNamevalues(list);
            string s = MainUtil.ConvertToString(collection, '|'); // "Name1|Value1|Name2|Value2"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ConvertToString(System.Collections.Specialized.NameValueCollection,System.String,System.String)">
            <summary>
            Converts a name/value collection to a single string.
            </summary>
            <param name="col">A name/value collection.</param>
            <param name="sep1">The separator between values.</param>
            <param name="sep2">The separator between values paits.</param>
            <returns>
            A string containing the name/value collection seperated by the separator characters.
            </returns>
            <remarks>If the collection is null, blank is returned.</remarks>
            <example>
                <code>
            ArrayList list = new ArrayList(new string[] {"Name1", "Value1", "Name2", "Value2"});
            NameValueCollection collection = MainUtil.ConvertToNamevalues(list);
            string s = MainUtil.ConvertToString(collection, ", ", " and "); // "Name1, Value1 and Name2, Value2"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.CopyArray(System.Array,System.Array,System.Int32,System.Int32)">
            <summary>
            Inserts an array into another array.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="startIndex">The start index.</param>
            <param name="count">The count.</param>
        </member>
        <member name="M:Sitecore.MainUtil.CreateObject(System.String,System.String,System.Object[])">
            <summary>
            Creates an instance of an object.
            </summary>
            <param name="assembly">An assembly file name.</param>
            <param name="className">A class name.</param>
            <param name="parameters">Parameters.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = MainUtil.CreateObject("/bin/MyAssembly.dll", "MyNamespace.MyObject");
            object MyObject2 = MainUtil.CreateObject("MyAssembly", "MyNamespace.MyObject2", parameter1, parameter2);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.CreateObject(System.Type)">
            <summary>
            Creates an instance of an object.
            </summary>
            <param name="type">Name of both assembly and class of the object.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = MainUtil.CreateObject(myType);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.CreateObject(System.Type,System.Object[])">
            <summary>
            Creates an instance of an object.
            </summary>
            <param name="type">Name of both assembly and class of the object.</param>
            <param name="parameters">Parameters.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = MainUtil.CreateObject("MyAssembly.MyObject", parameter1, parameter2);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.DecodeName(System.String)">
            <summary>
            Decodes an item name using default <see cref="P:Sitecore.MainUtil.TextReplacements"/>.
            </summary>
            <param name="name">An item name.</param>
            <returns>The decoded name.</returns>
            <remarks><para>It can be necessary to encode item names to ensure working
            friendly URLs. For instance the item name "Bruun &amp; Rasmussen" contains the character "&amp;"
            which is URL automatically escaped by most browsers.</para>
                <para>The encoding is configured in the web.config section &lt;encodeNameReplacements&gt;.</para>
                <seealso cref="M:Sitecore.MainUtil.EncodeName(System.String)"/>
            </remarks>
            <example>
                <code>
            IMasterItem item = MasterFactory.GetItem("/sitecore/content/Home/Bruun &amp; Rasmussen");
            string encodedName = MainUtil.EncodeName(item.Name); // "Bruun --a-- Rasmussen"
            string decodedName = MainUtil.DecodeName(encodedName); // "Bruun &amp; Rasmussen"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.DecodeName(System.String,System.String[])">
            <summary>
            Decodes an item name using provided name replacements.
            </summary>
            <param name="name">An item name.</param>
            <param name="encodeNameReplacements">The encode name replacements.</param>
            <returns>
            The decoded name.
            </returns>
            <remarks>
            <para>It can be necessary to encode item names to ensure working
            friendly URLs. For instance the item name "Bruun &amp; Rasmussen" contains the character "&amp;"
            which is URL automatically escaped by most browsers.</para>
            <seealso cref="M:Sitecore.MainUtil.EncodeText(System.String,System.Collections.Generic.IReadOnlyCollection{Sitecore.Common.NameEncoding.TextReplacementPair})" />
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.DecodeText(System.String,System.Collections.Generic.IReadOnlyCollection{Sitecore.Common.NameEncoding.TextReplacementPair})">
            <summary>
            Decodes the text using provided text replacements.
            </summary>
            <param name="text">The text to decode.</param>
            <param name="textReplacementPairs">The text replacement pairs.</param>
            <returns>
            The decoded name.
            </returns>
            <remarks>
            <para>It can be necessary to encode item names to ensure working
            friendly URLs. For instance the item name "Bruun &amp; Rasmussen" contains the character "&amp;"
            which is URL automatically escaped by most browsers.</para>
            <seealso cref="M:Sitecore.MainUtil.EncodeText(System.String,System.Collections.Generic.IReadOnlyCollection{Sitecore.Common.NameEncoding.TextReplacementPair})" />
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.EncodeName(System.String)">
            <summary>
            Encodes an item name.
            </summary>
            <param name="name">An item name.</param>
            <returns>The encoded name.</returns>
            <remarks><para>It can be necessary to encode item names to ensure working
            friendly URLs. For instance the item name "Bruun &amp; Rasmussen" contains the character "&amp;"
            which is URL automatically escaped by most browsers.</para>
                <para>The encoding is configured in the web.config section &lt;encodeNameReplacements&gt;.</para>
                <seealso cref="M:Sitecore.MainUtil.DecodeName(System.String)"/>
            </remarks>
            <example>
                <code>
            IMasterItem item = MasterFactory.GetItem("/sitecore/content/Home/Bruun &amp; Rasmussen");
            string encodedName = MainUtil.EncodeName(item.Name); // "Bruun ,-a-, Rasmussen"
            string decodedName = MainUtil.DecodeName(encodedName); // "Bruun &amp; Rasmussen"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.EncodeName(System.String,System.String[])">
            <summary>
            Encodes the name.
            </summary>
            <param name="name">The name.</param>
            <param name="encodeNameReplacements">The encode name replacements.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.EncodeText(System.String,System.Collections.Generic.IReadOnlyCollection{Sitecore.Common.NameEncoding.TextReplacementPair})">
            <summary>
            Encodes the text.
            </summary>
            <param name="text">The text to be encoded.</param>
            <param name="textReplacementPairs">The text replacements.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.EncodePath(System.String,System.Char)">
            <summary>
            Encodes an item path.
            </summary>
            <param name="path">An item path.</param>
            <param name="separator">The separator used between elements of the path</param>
            <returns>The encoded path.</returns>
            <remarks><para>It can be necessary to encode item names to ensure working
            friendly URLs. For instance the item name "Bruun &amp; Rasmussen" contains the character "&amp;"
            which is URL automatically escaped by most browsers.</para>
                <para>The encoding is configured in the web.config section &lt;encodeNameReplacements&gt;.</para>
                <seealso cref="M:Sitecore.MainUtil.DecodeName(System.String)"/>
            </remarks>
            <example>
                <code>
            string encodedPath = MainUtil.EncodePath("/home/Bruun &amp; Rasmussen"); // "/home/Bruun ,-a-, Rasmussen"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.EscapePling(System.String)">
            <summary>
            Escapes plings (') or quotes (") in a HTML tag attribute value.
            </summary>
            <param name="attribute">An attribute value.</param>
            <returns>The escaped value.</returns>
            <remarks>When adding attribute values to an HTML tag, it can be necessaty to escaping
            single quotes (plings or "'") in the value.</remarks>
            <example>
                <code lang="CS">
            string attr = MainUtil.EscapePling("Allan's attribute"); // "Allan&amp;#39;s attribute"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ExpandArray(System.Array,System.Type)">
            <summary>
            Expands the array.
            </summary>
            <param name="array">The array.</param>
            <param name="elementType">Type of the element.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.ExpandArray(System.Array,System.Type,System.Int32)">
            <summary>
            Expands the array.
            </summary>
            <param name="array">The array.</param>
            <param name="elementType">Type of the element.</param>
            <param name="newSize">The new size.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.ExpandSitecorePath(System.String)">
            <summary>
            Expands the sitecore path.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.False">
            <summary>
            Returns false.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.FindStartTag(System.String,System.String)">
            <summary>
            Finds an end tag in a string.
            </summary>
            <param name="sTagName">A tag name, e.g. "div".</param>
            <param name="sText">A string.</param>
            <returns>A regular expression Match object.</returns>
            <example>
                <code>
            Match match = HtmlUtil.FindEndTag("div", "&lt;div&gt;This is my HTML&lt;/div&gt;");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.FormatDouble(System.Double)">
            <summary>Formats a double.</summary>
        </member>
        <member name="M:Sitecore.MainUtil.FormatLong(System.Int64)">
            <summary>Formats a long.</summary>
        </member>
        <member name="M:Sitecore.MainUtil.FormatSize(System.Int64)">
            <summary>
            Formats a number into a size string with localized (translated) data unit name.
            </summary>
            <remarks>Size strings are "10 KB" or "2 MB".</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.FormatSize(System.Int64,System.Boolean)">
            <summary>
            Formats a size in bytes into human understandable format, rounding to nearest data unit (Bytes, KB, MB, GB).
            </summary>
            <param name="size">The size in bytes.</param>
            <param name="translate">If set to <c>true</c> will localize (translate) data unit name; otherwise appends unit name taken from <see cref="T:Sitecore.Texts"/>.</param>
            <returns>Text representation of size in human-readable units.</returns>
            <remarks>
            Size strings are "10 KB" or "2 MB".
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GarbageCollect">
            <summary>Performs garbage collection to keep memory usage down.</summary>
        </member>
        <member name="M:Sitecore.MainUtil.GenerateShortID">
            <summary>
            Generates a short unique ID.
            </summary>
            <returns>A short unique ID like "scid12".</returns>
            <remarks>The serial number is generated from a threadsafe counter.</remarks>
            <example>
                <code>
            string myID = MainUtil.GenerateShortID(); // "scid1"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetArrayList(System.String[])">
            <summary>
            Gets an array list of strings.
            </summary>
            <param name="strings">Strings</param>
            <returns>An array list containing the strings.</returns>
            <example>
                <code>
            ArrayList list = MainUtil.GetArrayList("Item1", "Item2", "Item3");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetAssemblyName(System.Type)">
            <summary>
            Gets the name of the assembly containing a type.
            </summary>
            <param name="type">A type.</param>
            <returns>
            The name of the assembly containg the type.
            </returns>
            <example>
                <code>
            string assemblyName = MainUtil.GetAssemblyName(Sitecore.MasterFactory.GetType()); // "Sitecore.Kernel"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetBackupFilename(System.String,System.String,System.String)">
            <summary>
            Gets a filename for a backup file.
            </summary>
            <param name="folder">The folder of a file.</param>
            <param name="prefix">The file prefix of a file (usually the filename itself).</param>
            <param name="extension">The extension of a file.</param>
            <returns>A unique filename.</returns>
            <remarks>This function is deprecated - use <see cref="M:Sitecore.IO.FileUtil.GetBackupFilename(System.String)">FileUtil.GetBackupFilename</see> instead.
            <seealso cref="M:Sitecore.IO.FileUtil.GetBackupFilename(System.String)"/>
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GetBool(System.Object,System.Boolean)">
            <summary>
            Gets the bool.
            </summary>
            <param name="obj">The object.</param>
            <param name="defaultValue">if set to <c>true</c> this instance is _default.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetBool(System.String,System.Boolean)">
            <summary>
            Gets the boolean value of a string.
            </summary>
            <param name="value">A string.</param>
            <param name="defaultValue">A default boolean value.</param>
            <returns>The boolean value of the string.</returns>
            <remarks>The boolean value is true, if the string is one of the following values (case-insensitive):
            <list type="bullet">
                    <item><description>true</description></item>
                    <item><description>yes</description></item>
                    <item><description>1</description></item>
                </list>
                <para>Otherwise the value is false.</para>
                <para>The default value is returned if the string is blank or null.</para>
            </remarks>
            <example>
                <code>
            bool b0 = MainUtil.BoolToString("true", false); // true
            bool b1 = MainUtil.BoolToString("True", false); // true
            bool b2 = MainUtil.BoolToString("yes", false); // true
            bool b3 = MainUtil.BoolToString("1", false); // true
            bool b4 = MainUtil.BoolToString("no", false); // false
            bool b5 = MainUtil.BoolToString("false", false); // false
            bool b6 = MainUtil.BoolToString("", false); // false
            bool b6 = MainUtil.BoolToString("", true); // true
            bool b6 = MainUtil.BoolToString(null, true); // true
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetBool(Sitecore.Tristate,System.Boolean)">
            <summary>
            Gets a boolean value from a <see cref="T:Sitecore.Tristate"/>.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">if set to <c>true</c> [default value].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetCallerMethod(System.Int32)">
            <summary>
            Gets a reference to a method on the call stack.
            </summary>
            <param name="indexInStack">Index of method on the stack.</param>
            <returns>A method.</returns>
            <remarks>Use 1 to get the name of the function calling GetStackMethod, 2 to get
            the function calling that etc.
            <seealso cref="M:Sitecore.MainUtil.GetCallerName"/>
                <seealso cref="M:Sitecore.MainUtil.GetCallerType(System.Int32)"/>
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GetCallerName(System.Int32)">
            <summary>
            Gets name of the calling method.
            </summary>
            <param name="indexInStack">The index in stack.</param>
            <returns>The name of the calling method.</returns>
            <example>
                <code>
            void MyFunction() {
            string caller = MainUtil.GetCallerName(); // "MyCaller"
            }
            void MyCaller() {
            MyFunction();
            }
            </code>
            </example>
            <seealso cref="M:Sitecore.MainUtil.GetCallerMethod(System.Int32)"/>
            <seealso cref="M:Sitecore.MainUtil.GetCallerType(System.Int32)"/>
        </member>
        <member name="M:Sitecore.MainUtil.GetCallerName">
            <summary>
            Gets name of the calling method.
            </summary>
            <returns>The name of the calling method.</returns>
            <example>
                <code>
            void MyFunction() {
            string caller = MainUtil.GetCallerName(); // "MyCaller"
            }
            void MyCaller() {
            MyFunction();
            }
            </code>
            </example>
            <seealso cref="M:Sitecore.MainUtil.GetCallerMethod(System.Int32)"/>
            <seealso cref="M:Sitecore.MainUtil.GetCallerType(System.Int32)"/>
        </member>
        <member name="M:Sitecore.MainUtil.GetCallerType(System.Int32)">
            <summary>
            Gets the type of the caller.
            </summary>
            <param name="indexInStack">The index in stack.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetCallStack">
            <summary>
            Gets the current call stack.
            </summary>
            <returns>The call stack.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetCallStack(System.Int32)">
            <summary>
            Gets the current call stack.
            </summary>
            <returns>The call stack.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetCurrentProcessThread">
            <summary>
            Gets the current process thread.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetDotNetFolder">
            <summary>
            Gets the root folder of the current .NET Framework.
            </summary>
            <returns>
            The path to the root folder of the current .NET Framework.
            </returns>
            <example>
                <code>
            string version = MainUtil.GetDotNetFolder();
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetDotNetVersion">
            <summary>
            Gets the version of the current .NET Framework.
            </summary>
            <returns>
            The version of the current .NET Framework.
            </returns>
            <example>
                <code>
            string version = MainUtil.GetDotNetVersion();
            </code>
                <seealso cref="P:System.Environment.Version"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetEncodeNameReplacements(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Gets item name encodings using specified factory.
            <para>Locates replacement nodes under 'encodeNameReplacements/replace' path in configuration.</para>
            </summary>
            <param name="factory">The factory.</param>
            <returns></returns>
            <value>The encode name replacements.</value>
        </member>
        <member name="M:Sitecore.MainUtil.GetEnumerator``1(System.Collections.Generic.IEnumerable{``0},``0)">
            <summary>
            Combines two enumerators.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="list1">The first list.</param>
            <param name="item">A single item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetEnumerator``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Combines two enumerators.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="list1">The first list.</param>
            <param name="list2">The second list.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetEnumerator``1(``0,System.Collections.Generic.IEnumerable{``0})">
            <summary>
            Combines two enumerators.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="list1">The first list.</param>
            <param name="item">A single item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetEnumerator``1(``0[])">
            <summary>
            Combines two enumerators.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="items">The items.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetEnvironmentVariableValue(System.String)">
            <summary>
            Gets the value of the given environment variable or null if not exists
            </summary>
            <param name="variableName">Environment variable name</param>
            <returns>Value of the environment variable if exists, otherwise; null</returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetExceptionMessage(System.Exception)">
            <summary>
            Gets the message from an exception.
            </summary>
            <param name="ex">An exception.</param>
            <returns>The message part of the exception.</returns>
            <remarks>The message includes any inner exceptions.</remarks>
            <example>
                <code>
            string message = MainUtil.GetExceptionMessage(exption);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetExtraEntries(System.Collections.Hashtable,System.Collections.Hashtable)">
            <summary>
            Gets the extra entries in one hashtable compared to another.
            </summary>
            <param name="big">The big.</param>
            <param name="small">The small.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetFloat(System.String,System.Single)">
            <summary>
            Gets the float value of a string.
            </summary>
            <param name="value">A string that can be converted to a float.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The float value of a string.</returns>
            <remarks>
              <para>The default value is returned if the string is blank, null or is not a float.
              No exception is thrown if the string is not a float.</para>
              <para>Note that <see cref="P:System.Globalization.CultureInfo.InvariantCulture"/> is used for the conversion.</para>
            </remarks>
            <example>
                <code>
            float i0 = MainUtil.GetFloat("1.2", 0); // 1.2
            float i1 = MainUtil.GetFloat("", 2.3); // 2.3
            float i3 = MainUtil.GetFloat("12.3abc", 0); // 0.0
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetGuid(System.Object)">
            <summary>
            Gets a guid from a string.
            </summary>
            <param name="obj">A string or other object that can be converted to a guid.</param>
            <returns>
            The guid corresponding to the string. If the string can not be converted
            to a guid, GuidsOld.Null is returned.
            </returns>
            <remarks>GuidsOld.Null is returned if the string is blank, null or is not a guid.
            No exception is thrown if the string is not a guid.</remarks>
            <example>
                <code>
            Guid g1 = MainUtil.GetGuid(""); // {00000000-0000-0000-0000-000000000000}
            Guid g2 = MainUtil.GetGuid("{1930BBEB-7805-471A-A3BE-4858AC7CF696}"); // {1930BBEB-7805-471A-A3BE-4858AC7CF696}
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetGuid(System.Object,System.Guid)">
            <summary>
            Gets a guid from a string.
            </summary>
            <param name="obj">A string or other object that can be converted to a guid.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The guid corresponding to the string.</returns>
            <remarks>The default value is returned if the string is blank, null or is not a guid.
            No exception is thrown if the string is not a guid.</remarks>
            <example>
                <code>
            Guid g1 = MainUtil.GetGuid("", GuidsOld.Null); // {00000000-0000-0000-0000-000000000000}
            Guid g2 = MainUtil.GetGuid("{1930BBEB-7805-471A-A3BE-4858AC7CF696}", GuidsOld.Null); // {1930BBEB-7805-471A-A3BE-4858AC7CF696}
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetHashtable(System.Object[],System.Boolean)">
            <summary>
            Gets a Hashtable from a list of objects.
            </summary>
            <param name="objects">Objects.</param>
            <param name="nullIfEmpty">Indicates if the function should create a Hashtable even if there are not objects.</param>
            <returns>A Hashtable containing the objects.</returns>
            <remarks>If objects is null and nullIfEmpty is true, null is returned.
            If objects is null and nullIfEmpty is false, an empty Hashtable is returned.
            </remarks>
            <example>
                <code>
            Hashtable table1 = MainUtil.GetHashtable(new object[] { "Name1", "Value1", "Name2", "Value2"}, true);
            Hashtable table2 = MainUtil.GetHashtable(null, true); // null
            Hashtable table3 = MainUtil.GetHashtable(null, false); // Hashtable
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetID(System.Object)">
            <summary>
            Gets the ID.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetID(System.Guid)">
            <summary>
            Gets the ID.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetID(System.Object,Sitecore.Data.ID)">
            <summary>
            Gets the ID.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetID(System.String,Sitecore.Data.ID)">
            <summary>
            Gets the ID.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif"); // &lt;img src="/sitecore/images/blank.gif" border="0"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String,System.Boolean)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <param name="bVerticalCenter">Indicates if the image is vertically centered.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif", true); // &lt;img src="/sitecore/images/blank.gif" border="0" style="vertical-align: middle;"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String,System.Int32,System.Int32)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <param name="nWidth">Width of the image.</param>
            <param name="nHeight">Height of the image.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif", 20, 20); // &lt;img src="/sitecore/images/blank.gif" border="0" width="20" height="20"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <param name="nWidth">Width of the image.</param>
            <param name="nHeight">Height of the image.</param>
            <param name="nHSpace">Horizontal space.</param>
            <param name="nVSpace">Vertical space.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif", 20, 20, 4, 4); // &lt;img src="/sitecore/images/blank.gif" border="0" width="20" height="20" vspace="4" hspace="4"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String,System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <param name="nWidth">Width of the image.</param>
            <param name="nHeight">Height of the image.</param>
            <param name="bVerticalCenter">Indicates if the image is vertically centered.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif", 20, 20, true); // &lt;img src="/sitecore/images/blank.gif" border="0" width="20" height="20" style="vertical-align: middle;"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <param name="nWidth">Width of the image.</param>
            <param name="nHeight">Height of the image.</param>
            <param name="nHSpace">Height of the image.</param>
            <param name="nVSpace">Vertical space.</param>
            <param name="bVerticalCenter">Indicates if the image is vertically centered.</param>
            <param name="bDisabled">Indicates if the image is grayed out.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif", 20, 20, 4, 4, true); // &lt;img src="/sitecore/images/blank.gif" border="0" width="20" height="20" vspace="4" hspace="4" style="vertical-align: middle;"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetImage(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Gets an image HTML tag.
            </summary>
            <param name="sImage">The source of the image.</param>
            <param name="nWidth">Width of the image.</param>
            <param name="nHeight">Height of the image.</param>
            <param name="nHSpace">Height of the image.</param>
            <param name="nVSpace">Vertical space.</param>
            <param name="bVerticalCenter">Indicates if the image is vertically centered.</param>
            <param name="bDisabled">Indicates if the image is grayed.</param>
            <param name="bDropShadow">Indicates if a drop show is drawn.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string img = MainUtil.GetImage("/sitecore/images/blank.gif", 20, 20, 4, 4, true, false, false); // &lt;img src="/sitecore/images/blank.gif" border="0" width="20" height="20" vspace="4" hspace="4" style="vertical-align: middle;"/&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetInt(System.Object,System.Int32)">
            <summary>
            Gets the integer value of a string.
            </summary>
            <param name="obj">A string or other object that can be converted to an int.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The integer value of a string.</returns>
            <remarks>The default value is returned if the string is blank, null or is not an integer.
            No exception is thrown if the string is not an integer.</remarks>
            <example>
                <code>
            int i0 = MainUtil.GetInt("12", 0); // 12
            int i1 = MainUtil.GetInt("", 0); // 0
            int i2 = MainUtil.GetInt(null, 0); // 0
            int i3 = MainUtil.GetInt("123abc", 0); // 0
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetInt(System.String,System.Int32)">
            <summary>
            Gets the integer value of a string.
            </summary>
            <param name="value">A string that can be converted to an int.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The integer value of a string.</returns>
            <remarks>The default value is returned if the string is blank, null or is not an integer.
            No exception is thrown if the string is not an integer.</remarks>
            <example>
                <code>
            int i0 = MainUtil.GetInt("12", 0); // 12
            int i1 = MainUtil.GetInt("", 0); // 0
            int i2 = MainUtil.GetInt(null, 0); // 0
            int i3 = MainUtil.GetInt("123abc", 0); // 0
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetInt(System.Int32,System.Int32)">
            <summary>
            Gets an int different from zero.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value that wiil be returned if <c>value</c> is zero.</param>
            <example>
                <code>
            int i0 = MainUtil.GetInt(12, 0); // 12
            int i1 = MainUtil.GetInt(12, 13); // 12
            int i2 = MainUtil.GetInt(0, 0); // 0
            int i3 = MainUtil.GetInt(0, 15); // 15
            int i4 = MainUtil.GetInt(-5, 15); // -5
            </code>
            </example>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetLong(System.Object,System.Int64)">
            <summary>
            Gets the integer long value of a string.
            </summary>
            <param name="obj">A string or other object that can be converted to a long.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The integer long value of a string.</returns>
            <remarks>The default value is returned if the string is blank, null or is not an integer.
            No exception is thrown if the string is not an integer.</remarks>
            <example>
                <code>
            int i0 = MainUtil.GetInt("12", 0); // 12
            int i1 = MainUtil.GetInt("", 0); // 0
            int i2 = MainUtil.GetInt(null, 0); // 0
            int i3 = MainUtil.GetInt("123abc", 0); // 0
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetMD5Hash(System.String)">
            <summary>
            Gets the MD5 hash.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetNewID">
            <summary>
            Generates a new GUID.
            </summary>
            <returns>The GUID as a string.</returns>
            <example>
                <code>
            string id = MainUtil.GetNewID();
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetNextSequence">
            <summary>
            Gets next value of the sequencer.
            </summary>
            <returns>The next value of the sequencer.</returns>
            <remarks>This function is threadsafe and can be used to generate serial numbers.
            The sequencer is incremented before the value is returned.
            The value is unique for the duration of the ASP.NET process lifetime.</remarks>
            <example>
                <code>
            string list = "";
            for(int n = 0; n &lt; 5; n++) {
            list += "id" + MainUtil.GetSequencer().ToString() + ",";
            }
            // id12,id13,id14,id15,id16
            </code>
                <seealso cref="M:Sitecore.MainUtil.GetSequencer"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetNextVarNameSequence(System.Int32)">
            <summary>
            Gets next value of the variable name sequencer,
            optionally resetting it if it has reached a certain maximum.
            </summary>
            <param name="max">The max.</param>
            <returns>The next value of the sequencer.</returns>
            <remarks>This function is threadsafe and can be used to generate unique variable names.
            The sequencer is incremented before the value is returned.</remarks>
            <example>
                <code>
            string list = "";
            for(int n = 0; n &lt; 5; n++) {
            list += "id" + MainUtil.GetNextVarNameSequence(10000).ToString() + ",";
            }
            // id12,id13,id14,id15,id16
            </code>
                <seealso cref="M:Sitecore.MainUtil.GetNextSequence"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetObject(System.Object,System.Object)">
            <summary>
            Gets an object reference.
            </summary>
            <param name="obj">An object.</param>
            <param name="defaultValue">A default object.</param>
            <returns>An object.</returns>
            <remarks>If the object is null, the default value is returned.</remarks>
            <example>
                <code>
            object obj0 = MainUtil.GetObject(myObject, null); // myObject
            object obj1 = MainUtil.GetObject(null, "123"); // "123"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetPrivateBytesUsed">
            <summary>
            Gets the memory used.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetProcessID">
            <summary>
            Get current process info.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetProcessName">
            <summary>
            Gets the name of the current process.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetRequestFlag(System.String,System.Boolean)">
            <summary>
            Gets a boolean flag from the query string.
            </summary>
            <param name="sName">The name of the query string parameter.</param>
            <param name="bDefault">A default value.</param>
            <returns>The flag as a boolean.</returns>
            <remarks>A query string flag is a parameter whose value is either
            "1" or "0", e.g. http://www.mysite.net/?myflag=1. The default value is
            returned if the flag is not present on the query string.</remarks>
            <example>
                <code>
            bool flag = MainUtil.GetRequestFlag("myflag", false);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetRequestInt(System.String,System.Int32)">
            <summary>
            Gets an integer from the query string.
            </summary>
            <param name="sName">The name of the query string parameter.</param>
            <param name="nDefault">A default value.</param>
            <returns>The flag as an integer.</returns>
            <remarks>The default value is returned if the flag is not
            present on the query string.</remarks>
            <example>
                <code>
            int val = MainUtil.GetRequestInt("myparameter", 0);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetSequencer">
            <summary>
            Gets the current sequencer value.
            </summary>
            <returns>An integer value.</returns>
            <remarks>This function is threadsafe and can be used to generate serial numbers.
            The sequencer is incremented before the value is returned.
            The value is unique for the duration of the ASP.NET process lifetime.
            <seealso cref="M:Sitecore.MainUtil.GetNextSequence"/>
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GetSingleton``1(``0@,System.Func{``0})">
            <summary>
            Gets a singleton.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="instance">The instance.</param>
            <param name="createInstance">A delegate that can be used to create an instance of the object.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetSortKey(System.String)">
            <summary>
            Generates a unique sort key.
            </summary>
            <param name="name">A sort key.</param>
            <returns>A padded sort key.</returns>
            <remarks>The sort order key of items needs to be padded in order to be sorted correctly.
            Furthermore items that start with double underscores "__" should come last. This function
            creates such a padded sort key.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GetSortKey(System.String,System.String)">
            <summary>
            Generates a unique sort key.
            </summary>
            <param name="name">A sort key.</param>
            <param name="sortorder">A sort order key.</param>
            <returns>A padded sort key.</returns>
            <remarks>The sort order key of items needs to be padded in order to be sorted correctly.
            Furthermore items that start with double underscores "__" should come last. This function
            creates such a padded sort key.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GetKeyPrefix(System.String,System.String)">
            <summary>
            Gets the key prefix.
            </summary>
            <param name="name">The name.</param>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetStringList(System.Boolean,System.String[])">
            <summary>
            Gets an array list of strings.
            </summary>
            <param name="allowEmptyStrings">Indicates if empty strings are added to the array.</param>
            <param name="strings">Strings</param>
            <returns>An array list of the strings.</returns>
            <example>
                <code>
            ArrayList list1 = StringUtil.GetStringList(true, new string[] { "Hello", "", "world"}); // "Hello", "", "world"
            ArrayList list2 = StringUtil.GetStringList(false, new string[] { "Hello", "", "world"}); // "Hello", "world"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetThreadID">
            <summary>
            Gets the current thread ID.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetTicks">
            <summary>
            Gets the ticks.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetTristate(System.Object,Sitecore.Tristate)">
            <summary>
            Gets the tristate.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetTristate(System.Boolean)">
            <summary>
            Gets a tristate from a bool.
            </summary>
            <param name="condition">if set to <c>true</c> [condition].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetUniqueID">
            <summary>
            Generates a unique ID.
            </summary>
            <returns>A unique ID as a string.</returns>
            <example>
                <code>
            string id = MainUtil.GetUniqueID();
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetWebItemSource">
            <summary>
            Gets the web item data source from the query string.
            </summary>
            <returns>
            The value of the path parameter on the query string.
            </returns>
            <remarks>If the query string does not contain a parameter named path, blank is returned.</remarks>
            <example>
                <code>
            string path = MainUtil.GetWebItemSource();
            if (path != "") {
            IWebItem item = WebFactory.GetItem(path);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetWebItemSource(System.String)">
            <summary>
            Gets the web item data source from the query string.
            </summary>
            <param name="sDefault">A default path.</param>
            <returns>
            The value of the path parameter on the query string.
            </returns>
            <remarks>If the query string does not contain a parameter named path,
            the default value is returned.</remarks>
            <example>
                <code>
            string path = MainUtil.GetWebItemSource("/Home");
            IWebItem item = WebFactory.GetItem(path);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetWord(System.String,System.Int32,System.Char[])">
            <summary>
            Gets n'th word from a string.
            </summary>
            <param name="text">A string.</param>
            <param name="index">A index.</param>
            <param name="separators">Separators.</param>
            <returns>The word ar the n'th position.</returns>
            <remarks>The first word has index zero (0).</remarks>
            <example>
                <code>
            string myWord = MainUtil.GetWord("Welcome to my world", 2, ' '); // "my"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GetWorkFileName(System.String,System.String,System.String)">
            <summary>
            Gets a unique filename.
            </summary>
            <param name="folder">The folder of a file.</param>
            <param name="prefix">The file prefix of a file (usually the filename itself).</param>
            <param name="extension">The extension of a file.</param>
            <returns>The unique filename.</returns>
            <remarks>This function is deprecated - please use <see cref="M:Sitecore.IO.FileUtil.GetWorkFilename(System.String,System.String,System.String)">FileUtil.GetWorkFileName</see> instead.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.GuidToString(System.Guid)">
            <summary>
            Converts guid to string.
            </summary>
            <param name="guid">A guid.</param>
            <returns>
            The guid as a string with the format "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}".
            </returns>
            <example>
                <code>
            string s = MainUtil.GuidToString(Guids.Null); // "{00000000-0000-0000-0000-000000000000}"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.GuidToString(System.Guid,System.String)">
            <summary>
            Converts guid to string.
            </summary>
            <param name="guid">A guid.</param>
            <param name="defaultValue">The _default.</param>
            <returns>
            The guid as a string with the format "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}".
            </returns>
            <example>
                <code>
            string s = MainUtil.GuidToString(Guids.Null); // "{00000000-0000-0000-0000-000000000000}"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.HexToColor(System.String)">
            <summary>
            Converts a hex string to a color.
            </summary>
            <param name="value">The hex string.</param>
            <returns></returns>
            <remarks>
            Translates a html hexadecimal definition of a color into a .NET Framework Color.
            The input string must start with a '#' character and be followed by 6 hexadecimal
            digits. The digits A-F are not case sensitive. If the conversion was not successfull
            the color white will be returned.
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.HexToInt(System.String,System.Int32)">
            <summary>
            Converts a hex string to an integer.
            </summary>
            <param name="hex">The hex.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
            <remarks>
            This method converts a hexvalues string as 80FF into a integer.
            Note that you may not put a '#' at the beginning of string! There
            is not much error checking in this method. If the string does not
            represent a valid hexadecimal value it returns 0.
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.Html(System.String)">
            <summary>
            Writes a line of HTML to the Response output stream.
            </summary>
            <param name="text">An HTML string.</param>
            <remarks>The string is outputted to the Response followed by a trailing &lt;br&gt; tag.
            The stream is flushed afterwards.</remarks>
            <example>
                <code>
            MainUtil.Html("Hello world");
            </code>
                <seealso cref="M:Sitecore.MainUtil.Out(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Ignore(System.Object[])">
            <summary>
            Ignores the specified parameters.
            </summary>
            <param name="thingsToIgnore">The things to ignore.</param>
        </member>
        <member name="M:Sitecore.MainUtil.IndexOf(System.Object,System.Object[])">
            <summary>
            Gets the index of an object in an array.
            </summary>
            <param name="obj">An object to be found.</param>
            <param name="objects">An array of objects.</param>
            <returns>
            The index of the object in the array. If not found, -1 is returned.
            </returns>
            <remarks>This function performs a linear scan of the array to find the object.</remarks>
            <example>
                <code>
            object myObject = new object();
            object[] objects = new object[] { 0, 1, myObject, 3, 4 };
            int index = MainUtil.IndexOf(myObject, objects); // 2
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.IntToHex(System.Int32)">
            <summary>
            Converts an integer to a hex string.
            </summary>
            <param name="integer">The integer.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.IsBitSet(System.Int32,System.Int32)">
            <summary>
            Determines whether the specified bit is set.
            </summary>
            <param name="bit">The bit.</param>
            <param name="bits">The bits.</param>
            <returns>
                <c>true</c> if the specified bit is set; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.MainUtil.IsEmpty(System.String)">
            <summary>
            Determines whether the specified string is empty.
            </summary>
            <param name="s">The s.</param>
            <returns>
                <c>true</c> if the specified string is empty; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.MainUtil.IsFullPath(System.String)">
            <summary>
            Determines whether the specified path is a full path.
            </summary>
            <param name="path">The path.</param>
            <returns>
                <c>true</c> if the specified path is a full path; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.MainUtil.IsID(System.String)">
            <summary>
            Checks if string is a valid GUID.
            </summary>
            <param name="id">A string.</param>
            <returns>
            True, if the string is a GUID, otherwise false.
            </returns>
            <remarks>The function checks that the length of the string id,
            starts with a starting brace ({) and ends with closing brace (}).</remarks>
            <example>
                <code>
            string id = StringUtil.GetString(Request.QueryString["id"]);
            if (MainUtil.IsID(id)) {
            IMasterItem item = MasterFactory.GetItem(id);
            }
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.IsType(System.Object,System.Type)">
            <summary>
            Checks if an object is of a given type
            </summary>
            <param name="obj">An object.</param>
            <param name="ancestorType">A type.</param>
            <returns>
            True if the object is of the type, otherwise false.
            </returns>
            <remarks><para>This function is analog to the "is" operator.</para>
                <para>The function performs the following checks:</para>
                <list type="number">
                    <item><description>Is the type of object equivalent to the type.</description></item>
                    <item><description>Is the object a subclass of the type.</description></item>
                    <item><description>If the type is an interface, does the object implement it.</description></item>
                </list>
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.IsType(System.Type,System.Type)">
            <summary>
            Checks if an object is of a given type
            </summary>
            <param name="objType">Type of the obj.</param>
            <param name="ancestorType">Type of the ancestor.</param>
            <returns>
            True if the object is of the type, otherwise false.
            </returns>
            <remarks><para>This function is analog to the "is" operator.</para>
                <para>The function performs the following checks:</para>
                <list type="number">
                    <item><description>Is the type of object equivalent to the type.</description></item>
                    <item><description>Is the object a subclass of the type.</description></item>
                    <item><description>If the type is an interface, does the object implement it.</description></item>
                </list>
            </remarks>
        </member>
        <member name="M:Sitecore.MainUtil.IsXPath(System.String)">
            <summary>
            Checks if a string contains an XPath expression.
            </summary>
            <param name="path">A string, possiblyh containing an XPath expression.</param>
            <returns>
            True, if the string contains an XPath expression, otherwise false.
            </returns>
            <remarks>This function can be used to differentiate between Sitecore paths and
            XPath expressions. A path is considered an XPaath expression if it contains "item["
            or "::item".
            </remarks>
            <example>
                <code>
            bool b0 = MainUtil.IsXPath("/item[@key='sitecore']/item[@key='content']"); // true
            bool b1 = MainUtil.IsXPath("/sitecore/content"); // false
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Join(System.String,System.String,System.String)">
            <summary>
            Joins two strings excluding any empty string from the result.
            </summary>
            <param name="sSeparator">A separator string.</param>
            <param name="s1">A string.</param>
            <param name="s2">A string.</param>
            <returns>
            The two string with the separator in between.
            </returns>
            <example>
                <code>
            string s0 = MainUtil.Join(" ", "Hello", "world"); // "Hello world"
            string s1 = MainUtil.Join(",", "Hello", " ", "world"); // "Hello,world"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Join(System.String,System.String[])">
            <summary>Joins an array of strings excluding any empty string from the result.</summary>
            <param name="sSeparator">A separator string.</param>
            <param name="values">Strings</param>
            <returns>The concatenated strings with the separator in between.</returns>
            <example>
            <code>
              string s0 = MainUtil.Join(",", "Hello", " ", "world"); // "Hello,world"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.MakeFilePath(System.String,System.String)">
            <summary>Builds a file path from a folder and a file.</summary>
            <param name="folder">A folder path.</param>
            <param name="file">A file name.</param>
            <returns>A file path.</returns>
            <remarks>If the folder path does not end with a backslash (\), it is appended.</remarks>
            <example>
            <code>
              string filename = FileUtil.MakePath("c:\sitecore\client\images", "images.gif");
              // c:\sitecore\client\images\images.gif
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.MakeFilePath(System.String,System.String,System.Boolean)">
            <summary>Builds a file path from a folder and a file.</summary>
            <param name="folder">A folder path.</param>
            <param name="file">A file name.</param>
            <param name="unique">A flag indicating that the file should be unique in the folder.</param>
            <returns>A file path.</returns>
            <remarks><para>If the folder path does not end with a backslash (\), it is appended.</para>
            If unique is true, a serial number is appended to the filename. This serial number is
            incremented until a file with that name does not exist in the folder.</remarks>
            <example>
            <code>
              string filename = FileUtil.MakePath("c:\sitecore\client\images", "images.gif");
              // c:\sitecore\client\images\images_001.gif
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.MapPath(System.String)">
            <summary>
            Maps a virtual file path to a physical file path.
            </summary>
            <param name="path">A virtual file path.</param>
            <returns>The physical file path.</returns>
            <remarks>This function is deprecated - please use <see cref="M:Sitecore.IO.FileUtil.MapPath(System.String)">FileUtil.MapPath</see> instead.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.Nop(System.Object[])">
            <summary>
            No-op
            </summary>
        </member>
        <member name="M:Sitecore.MainUtil.NormalizeGuid(System.Guid)">
            <summary>
            Normalizes a GUID.
            </summary>
            <param name="guid">A GUID.</param>
            <returns>A GUID string in a normalized format.</returns>
            <remarks>A normalized GUID is uppercased, starts with a opening brace ({) and
            ends with a closing brace (}). GUIDs that originate from an SQL server usually
            have to normalized.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.NormalizeGuid(System.String)">
            <summary>
            Normalizes a GUID.
            </summary>
            <param name="guid">A string contaning a GUID..</param>
            <returns>A GUID string in a normalized format.</returns>
            <remarks>A normalized GUID is uppercased, starts with a opening brace ({) and
            ends with a closing brace (}). GUIDs that originate from an SQL server usually
            have to normalized.</remarks>
            <example>
                <code>
            string id = StringUtil.GetString(Request.QueryString["id"]);
            id = MainUtil.NormalizeGuid(id);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.NormalizeItemName(System.String)">
            <summary>
            Normalizes an item name.
            </summary>
            <param name="name">A string contaning an item name.</param>
            <returns>The normalized item name.</returns>
            <remarks>To work with friendly URLs, an item name must not end with
            a dot or contain a double quote (").</remarks>
            <example>
                <code>
            string name = MainUtil.NormalizeItemName("MyCorp inc."); // "MyCorp inc"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Out(System.String)">
            <summary>
            Writes a line of HTML to the Response output stream.
            </summary>
            <param name="text">A string.</param>
            <remarks>The string is outputted to the Response followed by a trailing &lt;br&gt; tag.
            The stream is flushed afterwards.</remarks>
            <example>
                <code>
            MainUtil.Out("Hello world");
            </code>
                <seealso cref="M:Sitecore.MainUtil.Html(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Out(System.String,System.Boolean)">
            <summary>
            Writes a line of HTML to the Response output stream.
            </summary>
            <param name="text">A string.</param>
            <param name="lineBreak">If true, a line break (&lt;br&gt;) will
            be added to the text.</param>
            <remarks>The string is outputted to the Response followed by
            a trailing &lt;br&gt; tag.
            The stream is flushed afterwards.</remarks>
            <example>
                <code>
            MainUtil.Out("Hello world");
            </code>
                <seealso cref="M:Sitecore.MainUtil.Html(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.RaiseEvent``1(System.EventHandler{``0},System.Object,``0)">
            <summary>
            Fires an event
            </summary>
            <param name="subscribers">The subscribers.</param>
            <param name="sender">The sender.</param>
            <param name="eventArgs">The event args.</param>
        </member>
        <member name="M:Sitecore.MainUtil.RemoveEmptyStrings(System.String[])">
            <summary>
            Removes the empty strings.
            </summary>
            <param name="values">The values.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.RemoveEnd(System.String,System.Int32)">
            <summary>
            Removes a number of characters from the end of a string.
            </summary>
            <param name="s">A string.</param>
            <param name="count">The number of characters to remove.</param>
            <returns>The first characters of the string.</returns>
            <remarks>If count is greater than the length of the string, blank is returned.</remarks>
            <example>
                <code>
            string text = "Hello world";
            string s0 = MainUtil.RemoveEnd(text, 6); // "Hello"
            </code>
                <seealso cref="M:Sitecore.MainUtil.RemoveStart(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.RemoveFromArray(System.Array,System.Int32)">
            <summary>
            Removes from array.
            </summary>
            <param name="array">The array.</param>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.MainUtil.RemoveStart(System.String,System.Int32)">
            <summary>
            Remove the first characters from a string.
            </summary>
            <param name="s">A string.</param>
            <param name="count">The number of characters to remove.</param>
            <returns>The last charcters from the string.</returns>
            <remarks>If count is greater than the length of the string, blank is returned.</remarks>
            <example>
                <code>
            string text = "Hello world";
            string s0 = MainUtil.RemoveStart(text, 6); // "world"
            </code>
                <seealso cref="M:Sitecore.MainUtil.RemoveEnd(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ReplaceItemIDs(System.Xml.XmlDocument)">
            <summary>
            Replaces all item IDs in an XML document with new GUIDs.
            </summary>
            <param name="doc">An XML document.</param>
            <remarks>The function scans the entire document. When it encounters a "item" tag
            with an "id" attribute, the attribute is replaced with a new GUID.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.ReplacePostfix(System.String,System.String,System.String)">
            <summary>
            Replaces the postfix of a string.
            </summary>
            <param name="s">A string.</param>
            <param name="sFind">The postfix to find.</param>
            <param name="sReplace">The replacement.</param>
            <returns>A string with the postfix replaced.</returns>
            <remarks>If the string does not end with the postfix, the string itself
            is returned.</remarks>
            <example>
                <code>
            string s0 = MainUtil.ReplacePostfix("Hello world", "world", "you"); // "Hello you"
            string s1 = MainUtil.ReplacePostfix("Hello world", "you", "me"); // "Hello world"
            </code>
                <seealso cref="M:Sitecore.MainUtil.ReplacePrefix(System.String,System.String,System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ReplacePrefix(System.String,System.String,System.String)">
            <summary>
            Replaces the prefix of a string.
            </summary>
            <param name="s">A string.</param>
            <param name="sFind">The prefix to find.</param>
            <param name="sReplace">The replacement.</param>
            <returns>A string with the prefix replaced.</returns>
            <remarks>If the string does not start with the prefix, the string itself
            is returned.</remarks>
            <example>
                <code>
            string s0 = MainUtil.ReplacePostfix("Hello world", "Hello", "Hi"); // "Hi you"
            string s1 = MainUtil.ReplacePostfix("Hello world", "Hi", "Goodday"); // "Hello world"
            </code>
                <seealso cref="M:Sitecore.MainUtil.ReplacePostfix(System.String,System.String,System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.SendMail(System.Net.Mail.MailMessage)">
            <summary>
            Sends the mail.
            </summary>
            <param name="message">The message.</param>
            <para>NOTE: Does not support 'Implicit SSL' due to <see cref="T:System.Net.Mail.SmtpClient"/> class limitations.</para>
        </member>
        <member name="M:Sitecore.MainUtil.SendMail(System.Collections.Generic.IEnumerable{System.Net.Mail.MailMessage})">
            <summary>
            Sends the mails
            <para>NOTE: Does not support 'Implicit SSL' due to <see cref="T:System.Net.Mail.SmtpClient"/> class limitations.</para>
            </summary>
            <param name="messages">List of messages</param>
        </member>
        <member name="M:Sitecore.MainUtil.SendMailAsync(System.Net.Mail.MailMessage)">
            <summary>
            Sends the mail asynchronously.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.MainUtil.SetBit(System.Int32,System.Int32)">
            <summary>
            Sets the bit.
            </summary>
            <param name="bit">The bit.</param>
            <param name="bits">The bits.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.ShortenGuid(System.String)">
            <summary>
            Shortens a GUID by removing braces and hyphens.
            </summary>
            <param name="guid">A string containing a GUID.</param>
            <returns>A shortend GUID.</returns>
            <example>
                <code>
            string shortID = MainUtil.ShortenGuid("{C31EAA4A-0E4B-42C9-B8A9-7AE78EB2A773}");
            // "C31EAA4A0E4B42C9B8A97AE78EB2A773"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ShrinkArray(System.Array,System.Type)">
            <summary>
            Shrinks the array.
            </summary>
            <param name="array">The array.</param>
            <param name="elementType">Type of the element.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.ShrinkArray(System.Array,System.Type,System.Int32)">
            <summary>
            Compacts an object array by removing nulls.
            </summary>
            <param name="array">An array of object.</param>
            <param name="elementType">Type of the element.</param>
            <param name="newSize">The new size.</param>
            <returns>The compacted array of object.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.SilentCatch">
            <summary>
            Method to call when doing silent catches. Causes the Resharper warning to disappear.
            </summary>
        </member>
        <member name="M:Sitecore.MainUtil.Split(System.String,System.Char)">
            <summary>
            Splits a string into an array of strings.
            </summary>
            <param name="s">A string.</param>
            <param name="separator">A separator.</param>
            <returns>An array of strings.</returns>
            <remarks>Blank strings are excluded from the array.</remarks>
            <example>
                <code>
            string[] strings = MainUtil.Split("Name1|Value1|Name2||Name3|Value3", '|');
            // "Name1", "Value1", "Name2", "Name3", "Value3"
            </code>
            Please notice that Value2 is missing.
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Split(System.String,System.Char,System.Boolean)">
            <summary>
            Splits a string into an array of strings.
            </summary>
            <param name="s">A string.</param>
            <param name="separator">A separator.</param>
            <param name="trim">If true, individual parts of the split will be trimmed.</param>
            <returns>An array of strings.</returns>
            <remarks>Blank strings are excluded from the array.</remarks>
            <example>
                <code>
            string[] strings = MainUtil.Split("Name1|Value1|Name2||Name3|Value3", '|');
            // "Name1", "Value1", "Name2", "Name3", "Value3"
            </code>
            Please notice that Value2 is missing.
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Split(System.String,System.String)">
            <summary>
            Splits a string into an array of strings.
            </summary>
            <param name="s">A string.</param>
            <param name="separator">A separator string.</param>
            <returns>An array of strings.</returns>
            <remarks>Blank strings are excluded from the array.</remarks>
            <example>
                <code>
            string[] strings = MainUtil.Split("Name1|Value1|Name2||Name3|Value3", "|");
            // "Name1", "Value1", "Name2", "Name3", "Value3"
            </code>
            Please notice that Value2 is missing.
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Split(System.String,System.String,System.Boolean)">
            <summary>
            Splits a string into an array of strings.
            </summary>
            <param name="s">A string.</param>
            <param name="separator">A separator.</param>
            <param name="trim">If true, individual parts of the split will be trimmed.</param>
            <returns>An array of strings.</returns>
            <remarks>Blank strings are excluded from the array.</remarks>
            <example>
                <code>
            string[] strings = MainUtil.Split("Name1|Value1|Name2||Name3|Value3", '|');
            // "Name1", "Value1", "Name2", "Name3", "Value3"
            </code>
            Please notice that Value2 is missing.
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.SplitPath(System.String,System.Boolean)">
            <summary>
            Splits a Sitecore path into parts, optionally expanding
            it to include the root.
            </summary>
            <param name="path">A Sitecore path.</param>
            <param name="expand">Indicates if the path should be expanded into
            including the root.</param>
            <returns>An array of parts of the path.</returns>
            <example>
                <code>
            string[] parts = MainUtil.SplitPath("/Home/Menu", false); // "Home", "Menu"
            string[] parts = MainUtil.SplitPath("/Home/Menu", true); // "sitecore", "content", "Home", "Menu"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.StringToBool(System.String,System.Boolean)">
            <summary>
            Converts a string to boolean.
            </summary>
            <param name="value">A string.</param>
            <param name="defaultValue">A default value.</param>
            <returns>
            True, if the string is "true", false, if the string is "false", otherwise the default value.
            </returns>
            <remarks>Only the values 'true' or 'false' are recognized.
            For all other values, the default will be returned.
            The comparison is case-insensitive.</remarks>
            <example>
                <code>
            bool b0 = MainUtil.StringToBool("True", true); // true
            bool b1 = MainUtil.StringToBool("false", true); // false
            bool b0 = MainUtil.StringToBool("", true); // true
            bool b0 = MainUtil.StringToBool("abc", false); // false
            bool b0 = MainUtil.StringToBool("yes", false); // false
            bool b0 = MainUtil.StringToBool("1", false); // false
            </code>
                <seealso cref="M:Sitecore.MainUtil.BoolToString(System.Boolean)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.StringToColor(System.String)">
            <summary>
            Converts a string to a color.
            </summary>
            <param name="color">The color.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.Substring(System.String,System.Int32,System.Int32)">
            <summary>
            Retrieves a substring from a string. The substring starts at a specified character position and has a specified length.
            </summary>
            <param name="value">A string.</param>
            <param name="start">The index of the start of the substring.</param>
            <param name="length">The number of characters in the substring.</param>
            <returns>
            A String equivalent to the substring of length <i>length</i> that begins at <i>start</i> in the string.
            </returns>
            <remarks>No exception is thrown if <i>length</i> is greater than the length of the string.</remarks>
            <example>
                <code>
            string text = MainUtil.Substring("Hello world", 6, 100); // "world"
            string text = MainUtil.Substring("Hello world", 2, 3); // "llo"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Substring(System.String,System.Int32,System.Boolean)">
            <summary>
            Gets a substring of maximum length of a string.
            </summary>
            <param name="value">A string.</param>
            <param name="max">The number of characters in the substring.</param>
            <param name="dots">If true, three dots are appended to the substring.</param>
            <returns>
            A subtring starting at zero and ending a <i>max</i> characters of the string.
            </returns>
            <remarks>No exception is thrown if <i>max</i> is greater than the length of the string.</remarks>
            <example>
                <code>
            string text = MainUtil.Substring("Hello world", 6, true); // "Hel..."
            string text = MainUtil.Substring("Hello world", 6, false); // "Hello "
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.TerminateAspNet">
            <summary>
            Terminates the ASP.NET worker process.
            </summary>
        </member>
        <member name="M:Sitecore.MainUtil.TerminateAspNet(System.String)">
            <summary>
            Terminates the ASP.NET worker process.
            </summary>
        </member>
        <member name="M:Sitecore.MainUtil.ThemedImage(System.String)">
            <summary>
            Gets a themed image path.
            </summary>
            <param name="sImage">Image file name.</param>
            <returns>A path the the themed image.</returns>
            <remarks>The function takes in account the current desktop theme.</remarks>
            <example>
                <code>
            string image = MainUtil.ThemedImage("save20x20.gif");
            // "/sitecore/client/themes/standard/save20x20.gif"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.ThemedImage(System.String,Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets a themed image path.
            </summary>
            <param name="sImage">Image file name.</param>
            <param name="dimension">Dimensions of the image.</param>
            <returns>A path the the themed image.</returns>
            <remarks>The function takes in account the current desktop theme.
            If the name of the image contains a size part, the size part is changed
            according to the dimensions.</remarks>
            <example>
                <code>
            string image = MainUtil.ThemedImage("save20x20.gif", ImageDimension.id32x32);
            // "/sitecore/client/themes/standard/save32x32.gif"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.Touch(System.Object[])">
            <summary>
            Touch
            </summary>
        </member>
        <member name="M:Sitecore.MainUtil.Trace(System.String)">
            <summary>
            Writes a message to the trace.
            </summary>
            <param name="message">A message string.</param>
            <remarks>The message is written both to the Sitecore trace and
            to the current context trace.
            <seealso cref="P:System.Web.HttpContext.Trace"/>
            </remarks>
            <example>
                <code>
            MainUtil.Trace("Point of no return reached.");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.TraceIf(System.Boolean,System.String)">
            <summary>
            Conditionally writes a message to the trace.
            </summary>
            <param name="condition">A boolean condition.</param>
            <param name="message">A message string.</param>
            <remarks><para>The message is only written if condition is true.</para>
                <para>The message is written both to the Sitecore trace and
            to the current context trace.</para>
                <seealso cref="P:System.Web.HttpContext.Trace"/>
            </remarks>
            <example>
                <code>
            MainUtil.Trace(true, "Point of no return reached.");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.TristateToString(Sitecore.Tristate)">
            <summary>
            Converts a Tristate to a string.
            </summary>
            <param name="state">The state.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.True">
            <summary>
            Returns <c>true</c>.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.MainUtil.UnmapPath(System.String)">
            <summary>
            Maps a physical path to a virtual path.
            </summary>
            <param name="path">A path.</param>
            <returns>A virtual path.</returns>
            <remarks>If the path cannot be made into a virtual path, the
            physical path is returned.</remarks>
            <example>
                <code>
            string path = MainUtil.UnmapPath(@"c:\inetpub\wwwroot\default side\sitecore\images\blank.gif");
            // "/sitecore/images/blank.gif"
            </code>
                <seealso cref="M:Sitecore.MainUtil.MapPath(System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.VerifyCallLevel(System.Int32,System.String)">
            <summary>
            Verifies that a call level has not exceeded the
            maximum specified in the setting 'MaxCallLevel'.
            </summary>
            <param name="callLevel">The call level to verify.</param>
            <param name="methodName">The name of the method being called.
            This should be a fully qualified name, ie. TypeName.MethodName.
            An example of this could be:
            <c>Sitecore.Data.Templates.TemplateParser.GetTemplatePath()</c></param>
            <returns></returns>
            <remarks>If the call level is exceeded an error message is
            written to the current log and the method returns false.</remarks>
        </member>
        <member name="M:Sitecore.MainUtil.Warn(System.String)">
            <summary>
            Writes a warning message to the trace.
            </summary>
            <param name="message">A message string.</param>
            <remarks>The message is written both to the Sitecore trace and
            to the current context trace.
            <seealso cref="P:System.Web.HttpContext.Trace"/>
                <seealso cref="M:Sitecore.MainUtil.Trace(System.String)"/>
            </remarks>
            <example>
                <code>
            MainUtil.Warn("System is going down in 3 minutes...");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.MainUtil.TrimAndRemoveEmpty(System.String[])">
            <summary>
            Post process split results - removes empty stings from <paramref name="lines"/>.
            </summary>
            <param name="lines">Split results.</param>
            <returns>Processed results (empty strings dropped, strings optionally trimmed).</returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetTickCount">
            <summary>
            Gets the tick count.
            </summary>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.GetMachineName">
            <summary>
            Gets the name of the machine that this process is executing on.
            </summary>
            <returns>The <see cref="P:System.Diagnostics.Process.MachineName">name of the machine</see> that this process is executing on.</returns>
        </member>
        <member name="M:Sitecore.MainUtil.BuildTextReplacements(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Builds the encode name replacements using provided factory.
            <para>Locates replacement nodes under 'encodeNameReplacements/replace' path in configuration.</para>
            </summary>
            <param name="factory">The factory.</param>
            <returns>Enabled encode name replacements.</returns>
        </member>
        <member name="T:Sitecore.ImplicitUseFlags">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.ImplicitUseFlags.STANDARD">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.ImplicitUseFlags.ALL_MEMBERS_USED">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.MeansImplicitUseAttribute">
            <summary>
            Should be used on attributes and causes ReSharper to not mark symbols marked with such attributes as unused (as well as by other usage inspections)
            </summary>
        </member>
        <member name="M:Sitecore.MeansImplicitUseAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.MeansImplicitUseAttribute"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.MeansImplicitUseAttribute.#ctor(Sitecore.ImplicitUseFlags)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.MeansImplicitUseAttribute"/> class.
            </summary>
            <param name="flags">The flags.</param>
        </member>
        <member name="P:Sitecore.MeansImplicitUseAttribute.Flags">
            <summary>
            Gets or sets the flags.
            </summary>
            <value>The flags.</value>
        </member>
        <member name="T:Sitecore.NotNullAttribute">
            <summary>
            An attribute used to specify an element cannot be null.
            </summary>
        </member>
        <member name="T:Sitecore.Platform.Gdi32">
            <summary>
            Represents the Gdi32 DLL.
            </summary>
        </member>
        <member name="M:Sitecore.Platform.Gdi32.DeleteObject(System.IntPtr)">
            <summary>
            Deletes the object.
            </summary>
            <param name="hObject">The h object.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Platform.Kernel32">
            <summary>
            Represents a the Kernel dll.
            </summary>
        </member>
        <member name="M:Sitecore.Platform.Kernel32.GetTickCount">
            <summary>
            Gets the tick count.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Kernel32.QueryPerformanceCounter(System.Int64@)">
            <summary>
            Queries the performance counter.
            </summary>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Kernel32.QueryPerformanceFrequency(System.Int64@)">
            <summary>
            Queries the performance frequency.
            </summary>
            <param name="x">The x.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Kernel32.GetCurrentProcessId">
            <summary>
            Gets the current process id.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Kernel32.GetCurrentThreadId">
            <summary>
            Gets the current thread id.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Kernel32.SetEnvironmentVariable(System.String,System.String)">
            <summary>
            Sets the environment variable.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Platform.Shell32">
            <summary>
            Represents the Shell32 DLL.
            </summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.SHGetFileInfo(System.String,System.Int32,Sitecore.Platform.Shell32.SHFILEINFO@,System.UInt32,Sitecore.Platform.Shell32.SHGFI)">
            <summary>
            SHs the get file info.
            </summary>
            <param name="pszPath">The PSZ path.</param>
            <param name="dwFileAttributes">The dw file attributes.</param>
            <param name="psfi">The psfi.</param>
            <param name="cbfileInfo">The cbfile info.</param>
            <param name="uFlags">The u flags.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Shell32.SHGetMalloc(Sitecore.Platform.Shell32.IMalloc@)">
            <summary>
            SHs the get malloc.
            </summary>
            <param name="ppMalloc">The pp malloc.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Shell32.SHGetDesktopFolder(Sitecore.Platform.Shell32.IShellFolder@)">
            <summary>
            SHs the get desktop folder.
            </summary>
            <param name="ppshf">The PPSHF.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Platform.Shell32.SHGetPathFromIDList(System.IntPtr,System.Text.StringBuilder)">
            <summary>
            SHs the get path from ID list.
            </summary>
            <param name="pidl">The pidl.</param>
            <param name="pszPath">The PSZ path.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Platform.Shell32.SHFILEINFO">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.SHFILEINFO.#ctor(System.Boolean)">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHFILEINFO.hIcon">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHFILEINFO.iIcon">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHFILEINFO.dwAttributes">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHFILEINFO.szDisplayName">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHFILEINFO.szTypeName">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.SHGFI">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.Icon">
            <summary>get icon</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.DisplayName">
            <summary>get display name</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.TypeName">
            <summary>get type name</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.Attributes">
            <summary>get attributes</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.IconLocation">
            <summary>get icon location</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.ExeType">
            <summary>return exe type</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.SysIconIndex">
            <summary>get system icon index</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.LinkOverlay">
            <summary>put a link overlay on icon</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.Selected">
            <summary>show icon in selected state</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.Attr_Specified">
            <summary>get only specified attributes</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.LargeIcon">
            <summary>get large icon</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.SmallIcon">
            <summary>get small icon</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.OpenIcon">
            <summary>get open icon</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.ShellIconize">
            <summary>get shell size icon</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.PIDL">
            <summary>pszPath is a pidl</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.UseFileAttributes">
            <summary>use passed dwFileAttribute</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.AddOverlays">
            <summary>apply the appropriate overlays</summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SHGFI.OverlayIndex">
            <summary>Get the index of the overlay in the upper 8 bits of the iIcon</summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.ESTRRET">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESTRRET.STRRET_WSTR">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESTRRET.STRRET_OFFSET">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESTRRET.STRRET_CSTR">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.ESHCONTF">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHCONTF.SHCONTF_FOLDERS">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHCONTF.SHCONTF_NONFOLDERS">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHCONTF.SHCONTF_INCLUDEHIDDEN">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.ESHGDN">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHGDN.SHGDN_NORMAL">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHGDN.SHGDN_INFOLDER">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHGDN.SHGDN_FORADDRESSBAR">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESHGDN.SHGDN_FORPARSING">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.ESFGAO">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CANCOPY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CANMOVE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CANLINK">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CANRENAME">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CANDELETE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_HASPROPSHEET">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_DROPTARGET">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CAPABILITYMASK">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_LINK">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_SHARE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_READONLY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_GHOSTED">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_DISPLAYATTRMASK">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_FILESYSANCESTOR">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_FOLDER">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_FILESYSTEM">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_HASSUBFOLDER">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_CONTENTSMASK">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_VALIDATE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_REMOVABLE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.ESFGAO.SFGAO_COMPRESSED">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.EIEIFLAG">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_ASYNC">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_CACHE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_ASPECT">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_OFFLINE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_GLEAM">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_SCREEN">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_ORIGSIZE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_NOSTAMP">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_NOBORDER">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.EIEIFLAG.IEIFLAG_QUALITY">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.STRRET_CSTR">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.STRRET_CSTR.uType">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.STRRET_CSTR.cStr">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.STRRET_ANY">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.STRRET_ANY.uType">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.STRRET_ANY.pOLEString">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.SIZE">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SIZE.cx">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Platform.Shell32.SIZE.cy">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.IUnknown">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IUnknown.QueryInterface(System.Guid@,System.IntPtr@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IUnknown.AddRef">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IUnknown.Release">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.IMalloc">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IMalloc.Alloc(System.Int32)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IMalloc.Realloc(System.IntPtr,System.Int32)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IMalloc.Free(System.IntPtr)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IMalloc.GetSize(System.IntPtr)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IMalloc.DidAlloc(System.IntPtr)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IMalloc.HeapMinimize">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.IEnumIDList">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IEnumIDList.Next(System.Int32,System.IntPtr@,System.Int32@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IEnumIDList.Skip(System.Int32)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IEnumIDList.Reset">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IEnumIDList.Clone(Sitecore.Platform.Shell32.IEnumIDList@)">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.IShellFolder">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.ParseDisplayName(System.IntPtr,System.IntPtr,System.String,System.Int32@,System.IntPtr@,System.Int32@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.EnumObjects(System.IntPtr,Sitecore.Platform.Shell32.ESHCONTF,Sitecore.Platform.Shell32.IEnumIDList@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.BindToObject(System.IntPtr,System.IntPtr,System.Guid@,Sitecore.Platform.Shell32.IShellFolder@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.BindToStorage(System.IntPtr,System.IntPtr,System.Guid@,System.IntPtr)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.CompareIDs(System.IntPtr,System.IntPtr,System.IntPtr)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.CreateViewObject(System.IntPtr,System.Guid@,System.IntPtr)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.GetAttributesOf(System.Int32,System.IntPtr,Sitecore.Platform.Shell32.ESFGAO@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.GetUIObjectOf(System.IntPtr,System.Int32,System.IntPtr@,System.Guid@,System.Int32@,Sitecore.Platform.Shell32.IUnknown@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.GetDisplayNameOf(System.IntPtr,Sitecore.Platform.Shell32.ESHGDN,Sitecore.Platform.Shell32.STRRET_CSTR@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IShellFolder.SetNameOf(System.IntPtr,System.IntPtr,System.String,Sitecore.Platform.Shell32.ESHCONTF,System.IntPtr@)">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shell32.IExtractImage">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IExtractImage.GetLocation(System.Text.StringBuilder,System.Int32,System.Int32@,Sitecore.Platform.Shell32.SIZE@,System.Int32,System.Int32@)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Platform.Shell32.IExtractImage.Extract(System.IntPtr@)">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Platform.Shlwapi">
            <summary>
            Represents the Shlwapi DLL.
            </summary>
        </member>
        <member name="M:Sitecore.Platform.Shlwapi.StrCmpLogicalW(System.String,System.String)">
            <summary>
            STRs the CMP logical W.
            </summary>
            <param name="strA">The STR A.</param>
            <param name="strB">The STR B.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.ControlManager">
            <summary>
            ControlManager
            </summary>
        </member>
        <member name="F:Sitecore.Presentation.ControlManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Presentation.ControlManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.ControlManager.GetControl(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Gets a control matching the specified uri.
            </summary>
            <param name="controlUri">The control URI.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.ControlProvider">
            <summary>
            ControlProvider
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.ControlProvider.GetControl(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Gets a control matching the specified uri.
            </summary>
            <param name="controlUri">The control URI.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Presentation.ControlProvider.GetControlUriParser(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Gets the control URI parser.
            </summary>
            <param name="controlUri">The control URI.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.ControlProviderCollection">
            <summary>
            ControlProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Presentation.ControlProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Presentation.ControlProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Presentation.ControlUriParser">
            <summary>
            ControlUriParser
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.ControlUriParser.GetControl">
            <summary>
            Gets the control represented by the uri.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.DefaultControlManager">
            <summary>
            The default control manager.
            </summary>
        </member>
        <member name="F:Sitecore.Presentation.DefaultControlManager.provider">
            <summary>
            The _helper.
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.DefaultControlManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Presentation.ControlProvider,Sitecore.Presentation.ControlProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Presentation.DefaultControlManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Presentation.DefaultControlManager.GetControl(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Gets a control matching the specified uri.
            </summary>
            <param name="controlUri">The control URI.</param>
            <param name="parameters">The parameters.</param>
            <returns>The control.</returns>
        </member>
        <member name="T:Sitecore.Presentation.DefaultPresentationManager">
            <summary>
            The default presentation manager.
            </summary>
        </member>
        <member name="F:Sitecore.Presentation.DefaultPresentationManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.DefaultPresentationManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Presentation.PresentationProvider,Sitecore.Presentation.PresentationProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Presentation.DefaultPresentationManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Presentation.DefaultPresentationManager.GetPresentation(Sitecore.Data.Items.Item)">
            <summary>
            Gets the presentation of the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>The presentation of the item.</returns>
        </member>
        <member name="M:Sitecore.Presentation.DefaultPresentationManager.GetPresentation(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets a named presentation for the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="presentationName">Name of the presentation (empty string => default presentation).</param>
            <returns>The presentation of the item.</returns>
        </member>
        <member name="T:Sitecore.Presentation.ItemPresentation">
            <summary>
            ItemPresentation class
            </summary>
        </member>
        <member name="P:Sitecore.Presentation.ItemPresentation.ControlUri">
            <summary>
            Gets or sets the control URI.
            </summary>
            <example>
            <para>xsl:/xsl/document.xslt</para>
            <para>ascx:/layouts/document.ascx</para>
            <para>rendering:{A5F6A...} (guid of rendering)</para>
            <para>rendering:document (name of rendering)</para>
            <para>type:Sitecore.WebControls.Text, Sitecore.Kernel</para>
            <para>xml:&lt;header/>&lt;document/>&lt;footer/></para>
            <para>pipeline:renderItem</para>
            </example>
            <value>The control URI.</value>
        </member>
        <member name="P:Sitecore.Presentation.ItemPresentation.IsDefault">
            <summary>
            Gets a value indicating whether this instance is the default.
            </summary>
            <value>
                <c>true</c> if this instance is the default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Presentation.ItemPresentation.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Presentation.ItemPresentation.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Presentation.ItemPresentation.GetControl">
            <summary>
            Gets the control used to render the presentation.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Presentation.ItemPresentation.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.PresentationManager">
            <summary>
            PresentationManager
            </summary>
        </member>
        <member name="F:Sitecore.Presentation.PresentationManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Presentation.PresentationManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.PresentationManager.GetPresentation(Sitecore.Data.Items.Item)">
            <summary>
            Gets the presentation of the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Presentation.PresentationManager.GetPresentation(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets a named presentation for the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="presentationName">Name of the presentation (empty string => default presentation).</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.PresentationProvider">
            <summary>
            PresentationProvider
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.PresentationProvider.GetPresentation(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the presentation.
            </summary>
            <param name="item">The item.</param>
            <param name="presentationName">Name of the presentation (empty string => default presentation).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Presentation.PresentationProvider.GetPresentation(Sitecore.Data.Items.Item,System.String,System.Collections.Generic.List{Sitecore.Presentation.ItemPresentation})">
            <summary>
            Gets the presentation.
            </summary>
            <param name="item">The item.</param>
            <param name="presentationName">Name of the presentation.</param>
            <param name="presentations">The presentations.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Presentation.PresentationProviderCollection">
            <summary>
            PresentationProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Presentation.PresentationProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Presentation.PresentationProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Presentation.XslControlUriParser">
            <summary>
            XslControlUriParser class
            </summary>
        </member>
        <member name="M:Sitecore.Presentation.XslControlUriParser.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Presentation.XslControlUriParser"/> class.
            </summary>
            <param name="controlUri">The control URI.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Presentation.XslControlUriParser.GetControl">
            <summary>
            Gets the control represented by the uri.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Presentation.Item">
            <summary>
            Item control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Presentation.Item.Presentation">
            <summary>
            Gets or sets the presentation.
            </summary>
            <value>The presentation.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Presentation.Item.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Presentation.ItemList">
            <summary>
            ItemList class
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Presentation.ItemList.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.IWebControl">
            <summary>
            IWebControl class
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.IWebControl.Render">
            <summary>
            Renders the control to a string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.IWebControl.SetParameters(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Sets the parameters.
            </summary>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.FavoritesTreeviewEx">
            <summary>
            The Favorites treeview control.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FavoritesTreeviewEx.GetTreeNodeName(Sitecore.Data.Items.Item)">
            <summary>
            Gets the name of the tree node.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The name of the tree node.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.MultiRootTreeview">
            <summary>
            The multi root treeview.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.MultiRootTreeview.CurrentDataContext">
            <summary>
            Gets or sets the current data context.
            </summary>
            <value>The current data context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.MultiRootTreeview.AllowDragging">
            <summary>
            Gets or sets a value indicating whether the treeview allows dragging.
            </summary>
            <value>
                <c>true</c> if the treeview allows dragging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.GetDataContext">
            <summary>Gets the data context.</summary>
            <returns>The data context.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.GetDataContexts">
            <summary>
            The get data contexts.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"/> event.
            </summary>
            <param name="e">
            The <see cref="T:System.EventArgs"/> object that contains the event data.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.DataContext_Changed(System.Object)">
            <summary>
            Datas the context_ changed.
            </summary>
            <param name="sender">The sender.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.RenderDataContextsState(System.Web.UI.HtmlTextWriter)">
            <summary>
            The render data contexts state.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.RenderNodeBegin(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.IDataView,System.String,Sitecore.Data.Items.Item,System.Boolean,System.Boolean)">
            <summary>
            Renders the node begin.
            </summary>
            <param name="output">The output.</param>
            <param name="dataView">The data view.</param>
            <param name="filter">The filter.</param>
            <param name="item">The item.</param>
            <param name="active">if set to <c>true</c> [active].</param>
            <param name="isExpanded">if set to <c>true</c> [is expanded].</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.GetNodeID(System.String)">
            <summary>Gets the node ID.</summary>
            <param name="shortID">The short ID.</param>
            <returns>The node ID.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.GetParameters(Sitecore.Web.UI.HtmlControls.DataContext,System.String)">
            <summary>
            The get parameters.
            </summary>
            <param name="dataContext">
            The data context.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The get parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.GetParameters(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            The get parameters.
            </summary>
            <param name="dataContext">
            The data context.
            </param>
            <returns>
            The get parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MultiRootTreeview.UpdateFromDataContext(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Updates from data context.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon">
            <summary></summary>
            <summary></summary>
            <summary>
            The ribbon.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Button">
            <summary>
            Represents a Chunk.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Button.ReferenceID">
            <summary>
            Gets or sets the reference.
            </summary>
            <value>The reference.</value>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk">
            <summary>
            Represents a Chunk.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk.Buttons">
            <summary>
            Gets the buttons.
            </summary>
            <value>The buttons.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk.Tooltip">
            <summary>
            Gets or sets the tooltip.
            </summary>
            <value>The tooltip.</value>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.CustomControl">
            <summary>
            The custom control.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.LargeButton">
            <summary>
            The large button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.LargeComboButton">
            <summary>
            The large combo button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.LargeGalleryButton">
            <summary>
            The large gallery button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.LargeMenuComboButton">
            <summary>
            The large menu combo button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Panel">
            <summary>
            The panel.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Separator">
            <summary>
            The separator.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallButton">
            <summary>
            The small button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallCheckButton">
            <summary>
            The small check button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallComboButton">
            <summary>
            The small combo button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallDropDownBox">
            <summary>
            The small drop down box.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallGalleryButton">
            <summary>
            The small gallery button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallInputBox">
            <summary>
            The small input box.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallMenuComboButton">
            <summary>
            The small menu combo button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ToolButton">
            <summary>
            The tool button.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ToolButtonGroup">
            <summary>
            The tool button group.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ToolButtonNewLine">
            <summary>
            The tool button new line.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.activeStrip">
            <summary>
            The active strip.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.context">
            <summary>
            The context.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.groupHeadersAreVisible">
            <summary>
            The group headers are visible.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.hasTabs">
            <summary>
            The has tabs.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.renderedActiveStripID">
            <summary>
            The rendered active strip id.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.renderedTabs">
            <summary>
            The rendered tabs.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.showContextualTabs">
            <summary>
            The show contextual tabs.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.visibleStrips">
            <summary>
            The visible strips.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.renderedStickyChunkCount">
            <summary>
            The count of rendered sticky chunks.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.showToggleButton">
            <summary>
            show or hide ribbon toggle button.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ActiveStrip">
            <summary>
            Gets or sets the active strip.
            </summary>
            <value>The active strip.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.CommandContext">
            <summary>
            Gets or sets the command context.
            </summary>
            <value>The command context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.CustomizeStrips">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> can customize the strips.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> can customize the strips; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GroupHeadersAreVisible">
            <summary>
            Gets or sets a value indicating whether the group headers are visible.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/>group headers are visible; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.HasTabs">
            <summary>
            Gets a value indicating whether this instance has tabs.
            </summary>
            <value><c>true</c> if this instance has tabs; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.PreserveActiveStrip">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> preserves the active strip.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> preserves the active strip; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ShowContextualTabs">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> shows the contextual tabs.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> shows the contextual tabs; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ShowToggleButton">
            <summary>
            Gets or sets a value indicating whether to show or hide <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.Ribbon"/> toggle button.
            <value>
              <c>true</c> if the toggle button is visible; otherwise, <c>false</c>.
            </value>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.VisibleStrips">
            <summary>
            Gets the visible strips.
            </summary>
            <value>The visible strips.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ActiveStripID">
            <summary>
            Gets or sets the name of the active strip.
            </summary>
            <value>The name of the active strip.</value>
            <contract>
              <requires name="value" condition="none" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.SmallButtons">
            <summary>
            Gets or sets the small buttons.
            </summary>
            <value>The small buttons.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetStickyChunk(Sitecore.Data.Items.Item)">
            <summary>
            Gets the sticky chunk.
            </summary>
            <param name="ribbon">
            The ribbon.
            </param>
            <returns>
            The chunk item.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.BeginSmallButtons(System.Web.UI.HtmlTextWriter)">
            <summary>
            Begins a sequence of small buttons.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.EndSmallButtons(System.Web.UI.HtmlTextWriter)">
            <summary>
            Ends a sequence of small buttons.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetRenderedActiveStrip">
            <summary>
            Gets the effective active strip.
            </summary>
            <returns>
            The effective active strip.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Render(Sitecore.Data.Items.Item,System.Boolean,System.String@,System.String@)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="ribbon">
            The ribbon.
            </param>
            <param name="isContextual">
            if set to <c>true</c> [contextual ribbon].
            </param>
            <param name="navigator">
            The navigator.
            </param>
            <param name="strips">
            The strips.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderNavigator(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,System.String,System.Boolean)">
            <summary>
            Renders the navigator.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="ribbon">
            The contextual ribbon.
            </param>
            <param name="active">
            The active.
            </param>
            <param name="isContextual">
            if set to <c>true</c> [contextual].
            </param>
            <contract>
              <requires name="output" condition="not null"/>
              <requires name="ribbon" condition="not null"/>
              <requires name="active" condition="none"/>
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSeparator(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the toolbar separator.
            </summary>
            <param name="output">
            The output.
            </param>
            <returns>
            <c>true</c> if separator has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallButton(System.Web.UI.HtmlTextWriter,System.Web.UI.Control)">
            <summary>
            Begins a sequence of small buttons.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="smallButton">
            The small button.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStrip(System.Web.UI.HtmlTextWriter,System.Collections.Generic.List{Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk})">
            <summary>
            Renders the strip.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="chunks">
            The chunks.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStrips(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,System.Boolean,Sitecore.Text.ListString)">
            <summary>
            Renders the ribbon.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="ribbon">
            The ribbon.
            </param>
            <param name="isContextual">
            if set to <c>true</c> this ribbon is contextual.
            </param>
            <param name="visibleStripList">
            The visible strips.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetClick(System.String,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the click.
            </summary>
            <param name="click">
            The click.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            The click action.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetContextualRibbon(Sitecore.Data.Items.Item)">
            <summary>
            Gets the contextual ribbon.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The contextural ribbon item.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetFieldValue(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the field value.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The field value.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetItemUrl(Sitecore.Data.Items.Item,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the item URL.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The Url string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderCustomControl(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the custom control.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if control has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallButtonsEnd(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the end of a sequence of small buttons.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStripEnd(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the end of a toolbar strip.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderToolButtonNewLine(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the tool button new line.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetActiveStripID(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Text.ListString)">
            <summary>
            Gets the active strip.
            </summary>
            <param name="defaultRibbon">
            The default ribbon.
            </param>
            <param name="contextualRibbon">
            The contextual ribbon.
            </param>
            <param name="visibleStripList">
            The visible strips.
            </param>
            <returns>
            The active strip ID.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetActiveStripID(Sitecore.Data.Items.Item,System.String,System.String,System.Boolean,Sitecore.Text.ListString)">
            <summary>
            Gets the active strip.
            </summary>
            <param name="ribbon">
            The ribbon.
            </param>
            <param name="activeStripId">
            The active ribbon strip.
            </param>
            <param name="defaultRibbonStrip">
            The default ribbon strip.
            </param>
            <param name="isContextual">
            if set to <c>true</c> this instance is is contextual.
            </param>
            <param name="visibleStripList">
            The visible strips.
            </param>
            <returns>
            The active strip.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetCommandContext">
            <summary>
            Gets the command context.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetDefaultRibbon">
            <summary>
            Gets the default ribbon.
            </summary>
            <returns>
            The default ribbon item.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.IsStripVisible(Sitecore.Data.Items.Item,Sitecore.Text.ListString)">
            <summary>
            Determines whether [is strip visible] [the specified strip].
            </summary>
            <param name="strip">
            The strip.
            </param>
            <param name="visibleStripList">
            The visible strips.
            </param>
            <returns>
            <c>true</c> if [is strip visible] [the specified strip]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.ProcessGalleryMenu(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Processes the gallery menu.
            </summary>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The gallery menu.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            The render button.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the buttons.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="chunk">
            The chunk.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            Count or rendered action controls, e.g. buttons, panels, etc (NOTE: splitter is not an action control).
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext,System.Boolean)">
            <summary>
            Renders the chunk.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="chunk">
            The chunk.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <param name="isContextual">
            if set to <c>true</c> this instance is contextual.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext,System.Boolean,System.String)">
            <summary>
            Renders the chunk.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="chunk">
            The chunk.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <param name="isContextual">
            if set to <c>true</c> this instance is contextual.
            </param>
            <param name="id">
            The chunk id.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Chunk,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the chunk.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="chunk">
            The chunk.
            </param>
            <param name="commandContext">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunkBegin(System.Web.UI.HtmlTextWriter,System.String,System.Boolean)">
            <summary>
            Renders the beginning of a toolbar chunk.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="id">
            The chunk id.
            </param>
            <param name="isContextual">
            if set to <c>true</c> this instance is contextual.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunkEnd(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String)">
            <summary>
            Renders the end of a toolbar chunk.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="id">
            The chunk id.
            </param>
            <param name="header">
            The header.
            </param>
            <param name="click">
            The click.
            </param>
            <param name="tooltip">
            The tooltip.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunks(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext,System.Boolean)">
            <summary>
            Renders the chunks.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="strip">
            The strip.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <param name="isContextual">
            if set to <c>true</c> this instance is contextual.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderLargeButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar large button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderLargeComboButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar large combo button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderLargeGalleryButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar large gallery button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderMenuLargeComboButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar large combo button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderNavigator(System.Web.UI.HtmlTextWriter,Sitecore.Shell.Framework.Commands.CommandContext,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Renders the navigator.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <param name="defaultRibbon">
            The default ribbon.
            </param>
            <param name="contextualRibbon">
            The contextual ribbon.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderNavigatorButton(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Renders the navigator button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="id">
            The button id.
            </param>
            <param name="header">
            The header.
            </param>
            <param name="accessKey">
            The access key.
            </param>
            <param name="toolTip">
            The tool tip.
            </param>
            <param name="active">
            if set to <c>true</c> [active].
            </param>
            <param name="isContextual">
            if set to <c>true</c> [contextual].
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderPanel(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar panel.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="comamndContext">
            The context.
            </param>
            <returns>
            <c>true</c> if panel has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar small button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallCheckButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the small check button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallComboButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the small combo button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallDropDownBox(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the small check button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if box has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallGalleryButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar small gallery button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallInputBox(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the small check button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="comamndContext">
            The context.
            </param>
            <returns>
            <c>true</c> if input has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderSmallMenuComboButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the small combo button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStripBegin(System.Web.UI.HtmlTextWriter,System.String,System.Boolean,System.Boolean)">
            <summary>
            Renders the end of a toolbar strip.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="id">
            The strip id.
            </param>
            <param name="active">
            if set to <c>true</c> [active].
            </param>
            <param name="isContextual">
            if set to <c>true</c> this instance is contextual.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStrips(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Text.ListString)">
            <summary>
            Renders the ribbon.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="defaultRibbon">
            The default ribbon.
            </param>
            <param name="contextualRibbon">
            The contextual ribbon.
            </param>
            <param name="visibleStripList">
            The visible strips.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderToolButton(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar small button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if button has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderToolButtonGroup(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar small gallery button.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="group">
            The group.
            </param>
            <param name="commandContext">
            The context.
            </param>
            <returns>
            <c>true</c> if group has been rendered.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.GetCommandParameters(Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the command parameters.
            </summary>
            <param name="controlItem">The control item.</param>
            <param name="commandContext">The command context.</param>
            <returns>
            Returns Ribbon's command parameters filled from item and overwrited by appropriate command class.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.FillParamsFromItem(Sitecore.Data.Items.Item,Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams)">
            <summary>
            Fills the parameters from item.
            </summary>
            <param name="controlItem">The control item.</param>
            <param name="ribbonCommandParams">The ribbon command parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.Ribbon.FillParamsFromCommand(Sitecore.Shell.Framework.Commands.CommandContext,Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams)">
            <summary>
            Fills the parameters from command.
            </summary>
            <param name="commandContext">The command context.</param>
            <param name="ribbonCommandParams">The ribbon command parameters.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams">
            <summary>
            Defines RibbonCommandParams class to store Ribbon commands controls parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value> The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.Items">
            <summary>
            Gets or sets the items.
            </summary>
            <value> The items.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value> The key code. </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.Menu">
            <summary>
            Gets or sets the menu.
            </summary>
            <value>The menu.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value> The value. </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.ID">
            <summary>
            Gets or sets the identifier.
            </summary>
            <value>The identifier.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.AccessKey">
            <summary>
            Gets or sets the access key.
            </summary>
            <value>The access key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.State">
            <summary>
            Gets or sets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Ribbons.RibbonCommandParams.ToolTip">
            <summary>
            Gets or sets the tool tip.
            </summary>
            <value> The tool tip.</value>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.TreeviewEx">
            <summary>Light-weight treeview control.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.TreeviewEx.updatedItems">
            <summary>The updated items.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.TreeviewEx.parentItem">
            <summary>The _parent item.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.TreeviewEx.selected">
            <summary>The _selected.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.TreeviewEx.enabledItemsTemplateIds">
            <summary>The enabled items template ids.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.TreeviewEx.displayFieldName">
            <summary>Field that will be used for display name.</summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.AllowDragging">
            <summary>
            Gets or sets a value indicating whether the treeview allows dragging.
            </summary>
            <value><c>true</c> if the treeview allows dragging; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.Click">
            <summary>
             Gets or sets the click action.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.ContextMenu">
            <summary>
             Gets or sets the context menu action.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.DataContext">
            <summary>
            Gets or sets the data context.
            </summary>
            <value>The data context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.DblClick">
            <summary>
             Gets or sets the click action.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.DisplayFieldName">
            <summary>
            Gets or sets field that will be used as source for ListItem header. If empty- DisplayName will be used.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.EnabledItemsTemplateIds">
            <summary>
            Gets or sets the enabled items template ids.
            </summary>
            <value>The enabled items template ids.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.ParentItem">
            <summary>
            Gets or sets the parent item.
            </summary>
            <value>The parent item.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.SelectedIDs">
            <summary>
            Gets the selected Ids.
            </summary>
            <value>The selected Ids.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.ShowRoot">
            <summary>
            Gets or sets a value indicating whether the treeview shows the root item.
            </summary>
            <value><c>true</c> if the treeview shows the root item; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.DataViewName">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.Filter">
            <summary>
            Gets or sets the filter.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.TreeviewEx.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetSelectedItems(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>Gets the selected items.</summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The selected items</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetSelectedItems">
            <summary>Gets the selected items.</summary>
            <returns>The selected items.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetSelectionItem">
            <summary>Gets the selection item.</summary>
            <returns>The selection item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetSelectionItem(Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>Gets the selection item.</summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns>The selection item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.Refresh(Sitecore.Data.Items.Item)">
            <summary>Refreshes the specified item.</summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RefreshRoot">
            <summary>Refreshes the root.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RefreshSelected">
            <summary>Refreshes the selected.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.SetSelectedItem(Sitecore.Data.Items.Item)">
            <summary>Sets the selected item.</summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.Drop(System.String)">
            <summary>Drops the specified data.</summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetContextMenu">
            <summary>Gets the context menu.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetContextMenu(System.String)">
            <summary>Gets the context menu.</summary>
            <param name="where">The where.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetHeaderValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the header value.
            </summary>
            <param name="item">The item.</param>
            <returns>Header text for list item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetTreeNodeName(Sitecore.Data.Items.Item)">
             <summary>
            Gets the name of the tree node.
             </summary>
             <param name="item">
             The item.
             </param>
             <returns>
             The name of the tree node.
             </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.OnInit(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Init"/> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.OnLoad(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Load"/> event.</summary>
            <param name="e">The <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.OnPreRender(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.PreRender"/> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.Render(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the control to the specified HTML writer.</summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetDragID(System.String)">
            <summary>Gets the ID.</summary>
            <param name="id">The id.</param>
            <returns>The get drag id.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderNodeEnd(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the node end.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderTreeNodeGlyph(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.IDataView,System.String,Sitecore.Data.Items.Item,System.String,System.Boolean)">
            <summary>Renders the tree node glyph.</summary>
            <param name="output">The output.</param>
            <param name="dataView">The data view.</param>
            <param name="filter">The filter.</param>
            <param name="item">The item.</param>
            <param name="id">The id.</param>
            <param name="isExpanded">if set to <c>true</c> [is expanded].</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderTreeNodeIcon(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>Renders the tree node icon.</summary>
            <param name="output">The output.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.AddUpdatedItem(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>Adds the updated item.</summary>
            <param name="item">The item.</param>
            <param name="updateParent">if set to <c>true</c> [update parent].</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.DataContext_OnChanged(System.Object)">
            <summary>Handles the data context changed event.</summary>
            <param name="sender">The sender.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetDataContext">
            <summary>Gets the data context.</summary>
            <returns>The data context.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetDataView">
            <summary>Gets the data view.</summary>
            <returns>The data view.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetFilter">
            <summary>Gets the filter.</summary>
            <returns>The filter.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetNodeID(System.String)">
            <summary>Gets the node ID.</summary>
            <param name="shortID">The short ID.</param>
            <returns>The node ID.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetParameters">
            <summary>Updates the parameters.</summary>
            <returns>The get parameters.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetSelectedIDs">
            <summary>Gets the selected Ids.</summary>
            <returns>The selected Ids.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.GetStyle(Sitecore.Data.Items.Item)">
            <summary>Gets the style.</summary>
            <param name="item">The item.</param>
            <returns>The style.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.ItemMovedNotification(System.Object,Sitecore.Data.Events.ItemMovedEventArgs)">
            <summary>Called when the item is moved.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderTreeState(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>
            Renders the tree state.
            </summary>
            <param name="output">The output.</param>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderTreeEnd(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the tree end.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderTreeBegin(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the tree begin.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderChildren(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>Renders the parent.</summary>
            <param name="output">The output.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderNode(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.IDataView,System.String,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>Renders the node.</summary>
            <param name="output">The output.</param>
            <param name="dataView">The data view.</param>
            <param name="filter">The filter.</param>
            <param name="root">The root.</param>
            <param name="parent">The parent.</param>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderNodeBegin(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.IDataView,System.String,Sitecore.Data.Items.Item,System.Boolean,System.Boolean)">
            <summary>Renders the node begin.</summary>
            <param name="output">The output.</param>
            <param name="dataView">The data view.</param>
            <param name="filter">The filter.</param>
            <param name="item">The item.</param>
            <param name="active">if set to <c>true</c> [active].</param>
            <param name="isExpanded">if set to <c>true</c> [is expanded].</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.RenderParent(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>Renders the parent.</summary>
            <param name="output">The output.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.SetSelectedIDs(System.Collections.Generic.List{System.String})">
            <summary>Sets the selected Ids.</summary>
            <param name="ids">The ids.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.TreeviewEx.UpdateFromDataContext(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>Updates from data context.</summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.ControlRenderer">
            <summary>
            Control Renderer.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ControlRenderer.ControlName">
            <summary>
            Gets or sets the name of the control.
            </summary>
            <value>The name of the control.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ControlRenderer.GetTraceName">
            <summary>
            Get trace name for control
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ControlRenderer.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ControlRenderer.GetCachingID">
            <summary>
            Get caching identifier. Must be implemented by controls that supports caching.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Date">
            <summary>
            Outputs the date specified by the field of "date" type
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Date.Format">
            <summary>
            Gets or sets the format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Date.PopulateParameters(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Populates the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <remarks>Inheritors should override the method to provide additional parameters</remarks>
            <contract>
              <requires name="parameters" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Document">
            <summary>
            Document control.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Document.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.DividerHtml">
            <summary>
            Gets or sets the divider HTML.
            </summary>
            <value>The divider HTML.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.LinkToDocument">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.Document"/> links the to document.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.Document"/> links the to document; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.ShowSubdocuments">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.Document"/> shows the subdocuments.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.Document"/> shows the subdocuments; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.SubdocumentTemplates">
            <summary>
            Gets ot sets the comma separated list of allowed subdocument templates.
            </summary>
            <value>The subdocument templates.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.TextClass">
            <summary>
            Gets or sets the text CSS class.
            </summary>
            <value>The text CSS class.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.TextField">
            <summary>
            Gets or sets the text field.
            </summary>
            <value>The text field.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.TextStyle">
            <summary>
            Gets or sets the text CSS style.
            </summary>
            <value>The text CSS style.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.TitleClass">
            <summary>
            Gets or sets the title CSS class.
            </summary>
            <value>The title CSS class.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.TitleField">
            <summary>
            Gets or sets the title field.
            </summary>
            <value>The title field.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Document.TitleStyle">
            <summary>
            Gets or sets the title CSS style.
            </summary>
            <value>The title CSS style.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Document.CreateChildControls">
            <summary>
            Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Document.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Document.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
             
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Document.RenderDocument(Sitecore.Data.Items.Item,System.Boolean,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the document.
            </summary>
            <param name="item">The itm.</param>
            <param name="subdocument">if set to <c>true</c> this instance is subdocument.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Document.WriteText(System.String,System.String,System.String,System.String,System.IO.TextWriter)">
            <summary>
            Writes the text.
            </summary>
            <param name="text">The text.</param>
            <param name="className">Name of the class.</param>
            <param name="style">The style.</param>
            <param name="link">The link.</param>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.EditFrame">
            <summary>
            Defines edit frame around the region of the page visible in page editor mode
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.EditFrame.parametersExpanded">
            <summary>
            The _parameters expanded.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.EditFrame.chromeData">
            <summary>
            The chrome data.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.EditFrame.Buttons">
            <summary>
            Gets or sets the sitecore path to or ID of the commands folder in core database
            </summary>
            <value>Sitecore path.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.EditFrame.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.RenderFirstPart(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the first part.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.RenderLastPart(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the last part.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.
            </param>
            <remarks>
            When developing custom server controls, you can override this method to generate content for an ASP.NET page.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.ExpandParameters">
            <summary>
            Expands the parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.InitializeFromPipeline">
            <summary>
            Gets the buttons.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.ShouldRender">
            <summary>
            Shoulds the render.
            </summary>
            <returns>
            The render.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.GetFrameParameters">
            <summary>
            Gets the frame parameters.
            </summary>
            <returns>
            The frame parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.EditFrame.OutputChromeData(System.Web.UI.HtmlTextWriter)">
            <summary>
            Outputs the chrome data.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.ErrorControl">
            <summary>
            Error control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ErrorControl.Details">
            <summary>
            Gets or sets the details.
            </summary>
            <value>The details.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ErrorControl.ItemPath">
            <summary>
            Gets or sets the item path.
            </summary>
            <value>The item path.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ErrorControl.Message">
            <summary>
            Gets or sets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ErrorControl.Initialize(System.String,System.String)">
            <summary>
            Initializes the control.
            </summary>
            <param name="message">The message.</param>
            <param name="details">The details.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ErrorControl.CanShowErrorDetails">
            <summary>
            Gets a value indicating whether to show error details.
            </summary>
            <value><c>true</c> if show error details; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ErrorControl.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ErrorControl.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.FeedRenderer">
            <summary>
            Renders individual items in RSS feeds.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.RenderField(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Renders the field.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.GetDate">
            <summary>
            Gets the date.
            </summary>
            <returns>The syndication date.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.RenderItem">
            <summary>
            Renders the item.
            </summary>
            <returns>The syndication item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>
            When developing custom server controls, you can override this method to generate content for an ASP.NET page.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.AddEnclosure(System.ServiceModel.Syndication.SyndicationItem,Sitecore.Data.Items.Item,Sitecore.Syndication.FeedRenderingParameters)">
            <summary>
            Adds the enclosure.
            </summary>
            <param name="syndicationItem">The syndication item.</param>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.AddLink(Sitecore.Data.Items.Item,System.ServiceModel.Syndication.SyndicationItem)">
            <summary>
            Adds the link.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="syndicationItem">The syndication item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FeedRenderer.RenderDate(Sitecore.Data.Items.Item,Sitecore.Syndication.FeedRenderingParameters,System.ServiceModel.Syndication.SyndicationItem)">
            <summary>
            Renders the date.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="feedParams">The feed params.</param>
            <param name="syndicationItem">The syndication item.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.FieldControl">
            <summary>
            Base class for field-rendering web controls.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldControl.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
            <exception cref="T:System.InvalidOperationException">Cannot set DataSource property, the Item property is already assigned a value.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldControl.DisableWebEditing">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.FieldControl"/> disables the web editing.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.FieldControl"/> disables the web editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldControl.Field">
            <summary>
            Gets or sets the field.
            </summary>
            <value>The field.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldControl.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
            <exception cref="T:System.InvalidOperationException">Cannot set Item property, the DataSource property is already assigned a value.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldControl.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
            <exception cref="T:System.InvalidOperationException">Field property is required. All field web controls require the field name to be set.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldControl.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldControl.PopulateParameters(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Populates the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <remarks>Inheritors should override the method to provide additional parameters</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldControl.ParseControlParameters(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Parses the control parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldControl.GetParameters">
            <summary>
            Gets the parameters in URL string form, to be used by field renderer.
            </summary>
            <returns>The parameters.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.FieldRenderer">
            <summary>
            Defines the field renderer class.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.renderParameters">
            <summary>
            The _render parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.after">
            <summary>
            The after.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.before">
            <summary>
            The before.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.enclosingTag">
            <summary>
            The enclosing tag.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.fieldName">
            <summary>
            The field name.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.fieldValue">
            <summary>
            The _field value.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.FieldRenderer.item">
            <summary>
            The item to render.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.After">
            <summary>
            Gets or sets the after.
            </summary>
            <value>
            The after.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.Before">
            <summary>
            Gets or sets the before.
            </summary>
            <value>
            The before.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.DisableWebEditing">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.FieldRenderer"/> disables the web editing.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.FieldRenderer"/> disables the web editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.EnclosingTag">
            <summary>
            Gets or sets the enclosing tag.
            </summary>
            <value>
            The enclosing tag.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.FieldName">
            <summary>
            Gets or sets the field name that will be rendered.
            </summary>
            <value>
            The field name that will be rendered.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.Format">
            <summary>
            Gets or sets the format string.
            </summary>
            <value>
            The format string.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>
            The item to render.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.FieldRenderer.RenderParameters">
            <summary>
            Gets render parameters. Render parameters are used
            to control renderer logic, but are not output themselves.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.Render(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">
            The item to render.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rendered field.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.Render(Sitecore.Data.Items.Item,System.String,System.String)">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">
            The item to render.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The rendered field.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.GetTraceName">
            <summary>
            Gets the text used when tracing.
            </summary>
            <returns>
            The ID or the rendering name with the type name of the control.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.OverrideFieldValue(System.String)">
            <summary>
            Overrides the field value.
            </summary>
            <param name="value">
            The value.
            </param>
            <remarks>
            Used by <c>WebEdit</c> infrastructure to render the field "as if" it's value has been changed.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>
            The render.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.RenderField">
            <summary>
            Renders the field.
            </summary>
            <returns>
            The field.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.FieldRenderer.ConstructCssStyle(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Construct elements css style based on the control attributes and CssStyle attribute.
            </summary>
            <param name="parameters">Argument parameter used to render the control.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.GridPanel">
            <summary>
            GridPanel control.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.GridPanel.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.GridPanel"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.GridPanel.CellPadding">
            <summary>
            Gets or sets the cell padding.
            </summary>
            <value>The cell padding.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.GridPanel.CellSpacing">
            <summary>
            Gets or sets the cell spacing.
            </summary>
            <value>The cell spacing.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.GridPanel.Columns">
            <summary>
            Gets or sets the columns.
            </summary>
            <value>The columns.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.GridPanel.Fixed">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.WebControls.GridPanel"/> uses the Fixed CSS style.
            </summary>
            <value><c>true</c> if fixed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.GridPanel.KeyDown">
            <summary>
            Gets or sets the key down event.
            </summary>
            <value>The key down.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.GridPanel.KeyFilter">
            <summary>
            Gets or sets the key filter.
            </summary>
            <value>The key filter.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.GridPanel.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.GridPanel.AddChildControls(System.Web.UI.Control,System.Collections.ArrayList)">
            <summary>
            Adds child controls to the list.
            </summary>
            <param name="parent">The parent.</param>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.GridPanel.GetChildControls">
            <summary>
            Get child controls
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.IEditFrameMenuItem">
            <summary>
            Edit frame menu item
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.IEditFrameMenuItem.Render(Sitecore.Shell.Framework.Commands.CommandContext,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="context">The context.</param>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.IHasDynamicChildControls">
            <summary>
            Represents a IHasDynamicChildControls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.IHasDynamicChildControls.EnsureDynamicChildControls">
            <summary>
            Ensures that any dynamic child controls has been created.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.IHasParameters">
            <summary>
            IHasParameters
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.IHasParameters.AddParameters(System.String)">
            <summary>
            Adds the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.IHasPlaceholders">
            <summary>
            IHasParameters
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.IHasPlaceholders.GetPlaceholders">
            <summary>
            Gets the placeholders of the control.
            </summary>
            <returns>The placeholders.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Image">
            <summary>
            Outputs the image specified by the field of "image" type
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.Alt">
            <summary>
            Gets or sets the alt text.
            </summary>
            <value>The alt.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.HSpace">
            <summary>
            Gets or sets the hspace.
            </summary>
            <value>The hspace.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.MaxWidth">
            <summary>
            Gets or sets the maximum width.
            </summary>
            <value>The maximum width.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.MaxHeight">
            <summary>
            Gets or sets the maximum height.
            </summary>
            <value>The maximum height.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.Scale">
            <summary>
            Gets or sets the scale.
            </summary>
            <value>The scale.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.AllowStretch">
            <summary>
            Gets or sets the allow stretch.
            </summary>
            <value>
            The allow stretch.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Image.VSpace">
            <summary>
            Gets or sets the vspace.
            </summary>
            <value>The vspace.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Image.PopulateParameters(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Populates the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <remarks>Inheritors should override the method to provide additional parameters</remarks>
            <contract>
              <requires name="parameters" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.ItemList">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ItemList.AllowDefault">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.ItemList"/> allows the default.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.ItemList"/> allows the default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ItemList.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ItemList.GetTraceName">
            <summary>
            Get trace name for control
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ItemList.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ItemList.GetCachingID">
            <summary>
            Get caching identifier. Must be implemented by controls that supports caching.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.ItemRenderer">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ItemRenderer.AllowDefaultRenderer">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.ItemRenderer"/> allows the default renderer.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.ItemRenderer"/> allows the default renderer; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ItemRenderer.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ItemRenderer.GetTraceName">
            <summary>
            Gets the text used when tracing.
            </summary>
            <returns>
            The ID or the rendering name with the type name of the control.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ItemRenderer.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ItemRenderer.GetCachingID">
            <summary>
            Get caching identifier. Must be implemented by controls that supports caching.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.LanguageMeta">
            <summary>
            Represents a Meta tag in Html.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.LanguageMeta.HideContentLanguage">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.LanguageMeta"/> hides the content language.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.LanguageMeta"/> hides the content language; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.LanguageMeta.HideContentType">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.LanguageMeta"/> hides the content type.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.LanguageMeta"/> hides the content type; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.LanguageMeta.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Link">
            <summary>
            Outputs the link specified by the field of "link" type
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Link.Target">
            <summary>
            Gets or sets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Link.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Link.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Link.PopulateParameters(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Populates the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <remarks>Inheritors should override the method to provide additional parameters</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Method">
            <summary>
            Method control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Method.AssemblyName">
            <summary>
            Gets or sets the name of the assembly.
            </summary>
            <value>The name of the assembly.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Method.ClassName">
            <summary>
            Gets or sets the fully qualified name of the class containing the method to call.
            </summary>
            <value>The name of the class.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Method.MethodName">
            <summary>
            Gets or sets the name of the method.
            </summary>
            <value>The name of the method.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Method.Host">
            <summary>
              Gets the host control for the method being executed.
            </summary>
            <returns>A WebControl instance that hosts the method rendering.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Method.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Method.GetFieldValue(System.String)">
            <summary>
            Gets the field value.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns>The field value. Or empty string if source item is not available or has no such field.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Method.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Placeholder">
            <summary>Placeholder control.</summary>
            <summary>Placeholder control.</summary>
            <summary>
            Placeholder control.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Placeholder.DefaultPlaceholderKey">
            <summary>
            Defines the default key for a placeholder.
            </summary>
            <value>"placeholder"</value>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Placeholder.contextKey">
            <summary>The context key.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Placeholder.key">
            <summary>The key.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Placeholder.metaDataItemId">
            <summary>The _meta data item id.</summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Placeholder.CacheKey">
            <summary>
            Caching identifier (used in key generation)
            </summary>
            <value>The caching ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Placeholder.ContextKey">
            <summary>
            Gets the context key.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Placeholder.Key">
            <summary>
            Gets or sets the key (i.e. name).
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Placeholder.MetaDataItemId">
            <summary>
            Gets or sets the meta data item id.
            </summary>
            <value>The meta data item id.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetPlaceholders(System.Web.UI.Control,System.Boolean)">
            <summary>Gets the placeholders of a control.</summary>
            <param name="control">The control.</param>
            <param name="includeSelf">if set to <c>true</c> [include self].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetTraceName">
            <summary>Gets the text used when tracing.</summary>
            <returns>The ID or the rendering name with the type name of the control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.Expand">
            <summary>Expands this instance.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.CreateChildControls">
            <summary>Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the control.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.InsertControl(System.Web.UI.Control)">
            <summary>Inserts a control.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.InsertRendering(Sitecore.Layouts.RenderingReference)">
            <summary>Inserts a rendering.</summary>
            <param name="reference">The reference.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.OnLoad(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.</summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetPlaceholders(System.Web.UI.Control,System.Collections.Generic.List{Sitecore.Web.UI.WebControls.Placeholder})">
            <summary>
            Gets the placeholders of the control.
            </summary>
            <param name="control">The control.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetControlData(Sitecore.Layouts.RenderingReference,Sitecore.Data.Items.Item)">
            <summary>
            Gets the control data.
            </summary>
            <param name="reference">The reference.</param>
            <param name="item">The item.</param>
            <returns>The chrome data.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetControlStartMarker(System.String,Sitecore.Web.UI.PageModes.ChromeData)">
            <summary>
            Renders the control start marker.
            </summary>
            <param name="controlId">The control id.</param>
            <param name="data">The data.</param>
            <returns>The control start marker.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetControlEndMarker(Sitecore.Web.UI.PageModes.ChromeData,System.String)">
            <summary>
            Renders the control end marker.
            </summary>
            <param name="data">The data.</param>
            <param name="controlId">The control identifier.</param>
            <returns>
            HTML that goes after the control in page editing mode.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetStartMarker(System.String,Sitecore.Web.UI.PageModes.ChromeData,System.Boolean)">
            <summary>
            Gets the start marker.
            </summary>
            <param name="placeholderKey">The placeholder key.</param>
            <param name="data">The data.</param>
            <param name="selectable">if set to <c>true</c> [selectable].</param>
            <returns>The start marker.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetEndMarker(Sitecore.Web.UI.PageModes.ChromeData,System.String)">
            <summary>
            Gets the end marker.
            </summary>
            <param name="data">The data.</param>
            <param name="placeholderKey">The placeholder key.</param>
            <returns>The end marker.</returns>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Placeholder.NoWordCharacter">
            <summary>
            Finds non-word characters. Word characters are letters and digits.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.SanitizeAttribute(System.String)">
            <summary>
            Sanitizes the attribute.
            </summary>
            <param name="value">The value.</param>
            <returns>Sanitized html.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetControlStartMarker(System.String,Sitecore.Web.UI.PageModes.ChromeData,System.Boolean)">
            <summary>
            Renders the control start marker.
            </summary>
            <param name="controlId">The control id.</param>
            <param name="data">The data.</param>
            <param name="selectable">Defines wheter element is selectable in</param>
            <returns>
            HTML that precedes the control in page editing mode.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.CanDesign(Sitecore.Data.Database)">
            <summary>Determines whether this instance can design.</summary>
            <param name="database">The database.</param>
            <returns><c>true</c> if this instance can design; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetEscapedKey">
            <summary>Gets the placeholder ID.</summary>
            <returns>The placeholder ID.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetEscapedKey(System.String)">
            <summary>Gets the escaped placeholder key.</summary>
            <param name="inputKey">The key.</param>
            <returns>The escaped placeholder key.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.GetQualifiedKey">
            <summary>Gets the qualified key.</summary>
            <returns>The qualified key.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderPlaceholderPageDesignMode(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the page design mode.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderControlPageDesignMode(System.Web.UI.HtmlTextWriter,System.Boolean,System.Web.UI.Control)">
            <summary>
            Renders the control page design mode.
            </summary>
            <param name="output">The output.</param>
            <param name="isDesignAllowed">if set to <c>true</c> [is design allowed].</param>
            <param name="control">The control.</param>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.Placeholder.placeholderItem">
            <summary>
            The placeholder item.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Placeholder.PlaceholderItem">
            <summary>
            Gets the placeholder item.
            </summary>
            <value>
            The placeholder item.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.IsMatch(System.String,System.String)">
            <summary>
            Determines whether the specified placeholder qualified key matches the control key.
            </summary>
            <param name="placeholderQualifiedKey">The placeholder qualified key.</param>
            <param name="controlKey">The control key.</param>
            <returns>
            <c>true</c> if the specified placeholder qualified key matches the control key; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.IsSublayout(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified rendering is sublayout.
            </summary>
            <param name="rendering">The rendering.</param>
            <returns>
            <c>true</c> if the specified rendering is sublayout; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderFooter(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the footer.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderHeader(System.Web.UI.HtmlTextWriter,System.Collections.Generic.ICollection{Sitecore.Layouts.RenderingDefinition})">
            <summary>
            Renders the header.
            </summary>
            <param name="output">The output.</param>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderPageLayoutMode(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            Renders the in page design mode.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="pageDesignerHandle">
            The page designer handle.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderRendering(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Layouts.RenderingDefinition,System.Int32)">
            <summary>
            Renders the rendering.
            </summary>
            <param name="output">The output.</param>
            <param name="rendering">The rendering.</param>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderRenderings(System.Web.UI.HtmlTextWriter,System.Collections.Generic.List{Sitecore.Layouts.RenderingDefinition})">
            <summary>
            Renders the renderings.
            </summary>
            <param name="output">The output.</param>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Placeholder.RenderSublayout(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,Sitecore.Layouts.RenderingDefinition,System.Int32)">
            <summary>
            Renders the sublayout.
            </summary>
            <param name="output">The output.</param>
            <param name="rendering">The rendering.</param>
            <param name="renderingDefinition">The rendering definition.</param>
            <param name="index">The index.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.PlaceholderList">
            <summary>
            PlaceholderList class
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.PlaceholderList.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Web.UI.WebControls.Placeholder})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.PlaceholderList"/> class.
            </summary>
            <param name="entries">The entries.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.PlaceholderList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.PlaceholderList"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.PlaceholderSwitcher">
            <summary>
            PlaceholderSwitcher
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.PlaceholderSwitcher.#ctor(Sitecore.Web.UI.WebControls.Placeholder)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.PlaceholderSwitcher"/> class.
            </summary>
            <param name="objectToSwitchTo">The object to switch to.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.PlatformFontStylesLink">
            <summary>
            Provides a shortcut to render <see cref="P:Sitecore.Configuration.Settings.DefaultFontUrl"/> link on the page.
            </summary>
            <seealso cref="T:System.Web.UI.WebControls.WebControl" />
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.PlatformFontStylesLink.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.PlatformFontStylesLink"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.PlatformFontStylesLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.PlatformFontStylesLink"/> class.
            </summary>
            <param name="fontUrl">The font URL.</param>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.PlatformFontStylesLink.FontUrl">
            <summary>
            The font style URL.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.PlatformFontStylesLink.Href">
            <summary>
            Gets the URL target of the link specified during initialization of the control.
            <para>The setter is not supported.</para>
            </summary>
            <exception cref="T:System.InvalidOperationException">Please use DefaultFontUrl setting to set instead.</exception>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Rendering">
            <summary>
            Rendering control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Rendering.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
            <remarks>May point to a sublayout.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Rendering.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Rendering.CreateChildren">
            <summary>
            Creates the children.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Rendering.CreateRenderingControl(Sitecore.Data.Items.Item)">
            <summary>
            Creates the rendering control.
            </summary>
            <param name="rendering">The rendering.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Rendering.CreateRenderingControl(System.Xml.XmlNode,System.Boolean@)">
            <summary>
            Creates the rendering control.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="isFactory">if set to <c>true</c> this instance is is factory.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Rendering.SetCommonProperties(Sitecore.Web.UI.WebControl,Sitecore.Data.Items.Item)">
            <summary>
            Sets the common properties.
            </summary>
            <param name="control">The control.</param>
            <param name="rendering">The rendering.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Rendering.SetRenderingControlProperties(System.Object,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Sets the rendering control properties.
            </summary>
            <param name="control">The control.</param>
            <param name="rendering">The rendering.</param>
            <param name="propertyMap">The property map.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.StandardErrorControl">
            <summary>
            StandardErrorControl
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.StandardErrorControl.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Sublayout">
            <summary>
            Sublayout control.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Sublayout.Path">
            <summary>
            Path to the sublayout (.ascx file)
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.Sublayout.ID">
            <summary>
            Gets or sets the programmatic identifier assigned to the server control.
            </summary>
            <value></value>
            <returns>The programmatic identifier assigned to the control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.GetTraceName">
            <summary>
            Gets the text used when tracing.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.GetUserControl">
            <summary>
            Gets the user control.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.CreateCyclePreventer">
            <summary>
            Creates a recursion stack.
            </summary>
            <returns></returns>
            <exception cref="T:Sitecore.Exceptions.CyclicSublayoutException">A sublayout has been recursively embedded within itself.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.GetUserControl(System.Web.UI.Page)">
            <summary>
            Gets the user control.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.Expand">
            <summary>
            Expands this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.GetPlaceholders">
            <summary>
            Gets the placeholders of the control.
            </summary>
            <returns>The placeholders.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.CreateChildControls">
            <summary>
            Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render control
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.GetCachingID">
            <summary>
            Gets the caching identifier.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Sublayout.NamingContainerLiteral">
            <summary>
            A literal that implements naming container, to avoid child controls having different client IDs
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.Sublayout.NamingContainerLiteral.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.Sublayout.NamingContainerLiteral"/> class.
            </summary>
            <param name="text">The text to be rendered on the requested Web page.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.Text">
            <summary>
            Outputs the entire value of the specified field.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.WebPage">
            <summary>
            WebPage control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.WebPage.Url">
            <summary>
            Gets or sets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.WebPage.GetTraceName">
            <summary>
            Gets the text used when tracing.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.WebPage.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.WebPage.ExtractBody(System.String)">
            <summary>
            Extracts the body.
            </summary>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.WebPage.GetCachingID">
            <summary>
            Get caching identifier. Must be implemented by controls that supports caching.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.XslFile">
            <summary>
            XslFile control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.XslFile.EnableDocument">
            <summary>
            Gets or sets a value indicating whether to enable document().
            </summary>
            <value><c>true</c> if document() is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.XslFile.EnableScript">
            <summary>
            Gets or sets a value indicating whether XSLT script support should be enabled.
            </summary>
            <remarks>
            <para>If script support is not enabled, it will be an error if the XSLT file contains script blocks.</para>
            <para>The default value of this property is determined by the setting <see cref="P:Sitecore.Configuration.Settings.EnableXslScripts">EnableXslScripts</see></para>
            </remarks>
            <value><c>true</c> if script support is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.XslFile.Parameters">
            <summary>
            Parameters to pass to element
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.XslFile.Path">
            <summary>
            Path to the XSL file.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.XslFile.XslExtensions">
            <summary>
            Gets the XSL extensions.
            </summary>
            <value>The XSL extensions.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.XslFile.Xsl">
            <summary>
            Gets the XSL.
            </summary>
            <value>The XSL.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.GetTraceName">
            <summary>
            Get trace name for control
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.Render">
            <summary>
            Renders the control to a string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.SetParameters(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Sets the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.StoreControlParameters(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Store a list of parameters for an Xsl control
            </summary>
            <param name="parameters"></param>
            <returns>
            A unique key that can be used for retrieval of the
            parameters
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.GetParameterKeyPrefix">
            <summary>
            Gets the parameter key prefix.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.Transform(Sitecore.Data.Items.Item)">
            <summary>
            Transforms the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.AddParameters(System.String)">
            <summary>
            Adds the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.AddExtensionObject(System.Xml.Xsl.XsltArgumentList,System.Object,System.String)">
            <summary>
            Add extension object to Xsl transformer
            </summary>
            <param name="list">The list.</param>
            <param name="obj">The object.</param>
            <param name="namespace">The namespace.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.AddExtensionObjects(System.Xml.Xsl.XsltArgumentList,Sitecore.Data.Items.Item)">
            <summary>
            Adds extension objects to XSL transformer.
            </summary>
            <param name="list">The list.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.AddParameters(System.Xml.Xsl.XsltArgumentList,Sitecore.Data.Items.Item)">
            <summary>
            Adds parameters to XSL transformer.
            </summary>
            <param name="list">The list.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.AddToCache(System.String,Mvp.Xml.Common.Xsl.MvpXslTransform)">
            <summary>
            Adds HTML to the cache.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <param name="xsl">The XSL.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.CollectDebugInformation">
            <summary>
            Collects the debug information.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.DoRender(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>
            Renders the control
            </summary>
            <param name="output">The output.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.GetCachingID">
            <summary>
            Gets the caching identifier.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.GetFromCache(System.String)">
            <summary>
            Gets from cache.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.LoadXsl(System.Xml.XmlDocument,System.String)">
            <summary>
            Loads the XSL file.
            </summary>
            <param name="xsl">The XSL.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
             
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.PreprocessXsl(System.Xml.XmlDocument)">
            <summary>
            Preprocesses the XSL.
            </summary>
            <param name="xsl">The XSL.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.ReadXslExtensions">
            <summary>
            Reads the XSL extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.GetNodeIterator(Sitecore.Data.Items.Item)">
            <summary>
            Gets the node iterator.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.XslFile.ProcessXslControls(System.Xml.XmlNode)">
            <summary>
            Processes the XSL controls.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.AjaxScriptManager">
            <summary>
            Represents a AjaxScriptManager.
            </summary>
            <summary>
            Represents a AjaxScriptManager.
            </summary>
            <summary>
            Represents a AjaxScriptManager.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Alert(System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Alert(System.String,System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">The response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Alert(System.String,System.String,System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">The response.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Broadcast(Sitecore.Web.UI.HtmlControls.ClientCommand,System.String)">
            <summary>
            Broadcasts a command to another browser frame on the client.
            </summary>
            <param name="command">The command.</param>
            <param name="frameName">Name of the frame.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.CacheResponse">
            <summary>
            Puts the response in the client event cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.CheckModified(System.Boolean)">
            <summary>
            Checks the modified flag.
            </summary>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.CheckModified(System.Boolean,System.Boolean)">
            <summary>
            Checks the modified.
            </summary>
            <param name="response">if set to <c>true</c> [response].</param>
            <param name="disableNotifications">if set to <c>true</c> [disable notifications].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.CheckModified(System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Checks the modified.
            </summary>
            <param name="response">if set to <c>true</c> [response].</param>
            <param name="disableNotifications">if set to <c>true</c> [disable notifications].</param>
            <param name="resumePreviousPipeline">if set to <c>true</c> [resume Previous Pipeline].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ClosePopups(System.Boolean)">
            <summary>
            Closes all popups on the client.
            </summary>
            <param name="close">if set to <c>true</c> this instance is close.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.CloseWindow">
            <summary>
            Closes the current desktop window on the client.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Confirm(System.String)">
            <summary>
            Displays a confirmation box to the user.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <remarks>The user can answer "OK" or "Cancel". When the user clicks OK,
            the Result is "yes". When the user clicks Cancel or closes the box,
            the Result is "no".</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Debug(System.Int32,System.Int64,System.Int32)">
            <summary>
            Sends debug information to the client.
            </summary>
            <param name="viewStateSize">Size of the view state.</param>
            <param name="controlStoreSize">Size of the control store.</param>
            <param name="controlCount">The control count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.DisableOutput">
            <summary>
            Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Download(System.String)">
            <summary>
            Sends a Download command to the client,
            that will download the specified file.
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.EnableOutput">
            <summary>
            Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Eval(System.String)">
            <summary>
            Sends a JavaScript eval command to the client.
            </summary>
            <param name="javascript">The JavaScript.</param>
            <returns></returns>
            <remarks>
            The JavaScript statement are evaluated using the eval
            function.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Focus(System.String)">
            <summary>
            Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Focus(System.String,System.Boolean)">
            <summary>
            Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="scrollIntoView">if set to <c>true</c> this instance is scroll into view.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Input(System.String,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Input(System.String,System.String,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="header">The header.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Input(System.String,System.String,System.String,System.String,System.Int32)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Input(System.String,System.String,System.String,System.String,System.Int32,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <param name="header">The header.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Insert(System.String,System.String,System.String)">
            <summary>
            Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Insert(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Redraw">
            <summary>
            Redraws this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.RegisterKey(System.String,System.String,System.String)">
            <summary>
            Registers the key.
            </summary>
            <param name="keyCode">The key code.</param>
            <param name="click">The click.</param>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.RegisterTranslation(System.String,System.String)">
            <summary>
            Registers the translation.
            </summary>
            <param name="key">The key.</param>
            <param name="message">The message.</param>
            <returns>The translation.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Remove(System.String)">
            <summary>
            Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Remove(System.String,System.Boolean)">
            <summary>
            Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <param name="removeFromServer">if set to <c>true</c> this instance is remove from server.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetAttribute(System.String,System.String,System.String)">
            <summary>
            Sets an attribute on an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetDialogValue(System.String)">
            <summary>
            Sets the dialog result value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
            <remarks>
                <para>This is only for use with the <c>ShowModalDialog</c> command.</para>
                <para>If the dialog value is not set, the result is "undefined".</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetImageSrc(System.String,System.String,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Updates an image on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetInnerHtml(System.String,System.String)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetInnerHtml(System.String,System.Web.UI.Control)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetLocation(System.String)">
            <summary>
            Sets the URL on the client.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
            <remarks>If the URL is blank, the current page is reloaded.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetModified(System.Boolean)">
            <summary>
            Sets the Modified flag.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns>The <see cref="T:Sitecore.Web.UI.HtmlControls.ClientCommand"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetOuterHtml(System.String,System.String)">
            <summary>
            Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetOuterHtml(System.String,System.Web.UI.Control)">
            <summary>
            Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetPipeline(System.String)">
            <summary>
            Sets the current pipeline.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
            <remarks>The is normally done by the Sheer framework.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetReturnValue(System.Boolean)">
            <summary>
            Sets the return value for a DHTML event.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetReturnValue(System.String)">
            <summary>
            Sets the return value for a DHTML event.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetStyle(System.String,System.String,System.String)">
            <summary>
            Sets a style attribute on an HTML element.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SetTableRowClass(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Sets a class attribute on an HTML table element.
            </summary>
            <param name="id">The id.</param>
            <param name="row">The row.</param>
            <param name="firstCell">The first cell.</param>
            <param name="cell">The cell.</param>
            <param name="lastCell">The last cell.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowContextMenu(System.String,System.String,System.String)">
            <summary>
            Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenuID">The context menu ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowContextMenu(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenu">The context menu.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowControlPopup(System.String,System.String,System.String)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="controlId">The control id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowError(System.Exception)">
            <summary>
            Shows the error dialog box to the user.
            </summary>
            <param name="e">The e.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowError(System.String,System.String)">
            <summary>
            Shows the error dialog box to the user.
            </summary>
            <param name="shortDescription">The short description.</param>
            <param name="longDescription">The long description.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String,System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="minWidth">The minimum width.</param>
            <param name="minHeight">The minimum height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="minWidth">The minimum width.</param>
            <param name="minHeight">The minimum height.</param>
            <param name="resizable">if set to <c>true</c> [resizable].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowModalDialog(Sitecore.Web.UI.Sheer.ModalDialogOptions)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowPopup(System.String,System.String,System.String)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowPopup(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.ShowQuestion(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            Shows an XML control to a user in a modal dialog.
            </summary>
            <param name="text">The text.</param>
            <param name="controlName">Name of the control.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Timer(System.String,System.Int32)">
            <summary>
            Initiates a timer on the client, that will post an event to the server.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="delay">The delay.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.UnregisterKeyGroup(System.String)">
            <summary>
            Unregisters the key group.
            </summary>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.YesNoCancel(System.String,System.String,System.String)">
            <summary>
            Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.YesNoCancel(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="preformatted">Indicates if the text is preformatted.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Add(System.String,System.String,System.String[])">
            <summary>
            Adds the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="value">The value.</param>
            <param name="attributes">The attributes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Add(System.String,System.Web.UI.Control,System.String[])">
            <summary>
            Adds the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="control">The control.</param>
            <param name="attributes">The attributes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetWindowKey(System.String)">
            <summary>
            Gets the window key.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.AjaxScriptManager.SCRIPT">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.AjaxScriptManager.ExecuteDelegate">
            <summary>
            Called when a command is executed.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.WebControls.AjaxScriptManager.OnExecute">
            <summary>
            Called when a command is executed.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.Commands">
            <summary>
            Gets the commands.
            </summary>
            <value>The commands.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.Current">
            <summary>
            Gets or sets the current XamlScriptManager.
            </summary>
            <value>The current.</value>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">Only one XamlScriptManager is allowed per page.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.IsEvent">
            <summary>
            Gets a value indicating whether this instance is a event.
            </summary>
            <value><c>true</c> if this instance is a event; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.IsResult">
            <summary>
            Gets a value indicating whether this instance is a result.
            </summary>
            <value><c>true</c> if this instance is a result; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.MainControl">
            <summary>
            Gets or sets the default control.
            </summary>
            <value>The default control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.PageScriptManager">
            <summary>
            Gets the page script manager.
            </summary>
            <value>The page script manager.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.State">
            <summary>
            Gets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Dispatch(System.String)">
            <summary>
            Dispatches the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.FindClientControl(System.String)">
            <summary>
            Finds the client control.
            </summary>
            <param name="clientId">The client id.</param>
            <returns>The client control.</returns>
            <contract>
              <requires name="clientId" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.FindClientControl(System.Web.UI.Control,System.String)">
            <summary>
            Finds the client control.
            </summary>
            <param name="control">The control.</param>
            <param name="clientId">The client id.</param>
            <returns>The source control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetEventReference(System.String)">
            <summary>
            Gets the event reference.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>The event reference.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetRestReference(System.String,System.Type)">
            <summary>
            Gets the Rest reference.
            </summary>
            <param name="method">The parameters.</param>
            <param name="defaultTarget">The default target.</param>
            <returns>The Rest reference.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetRestReference(System.Type,System.String,System.Boolean,System.String,System.String[])">
            <summary>
            Gets the Rest reference.
            </summary>
            <param name="type">The type.</param>
            <param name="methodName">Name of the method.</param>
            <param name="asynchrone">if set to <c>true</c> this instance is asynchrone.</param>
            <param name="callback">The callback.</param>
            <param name="args">The arguments.</param>
            <returns>The Rest reference.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.InitializeComponent">
            <summary>
            Initializes the component.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.RenderCommands(System.Web.HttpResponse)">
            <summary>
            Renders the commands.
            </summary>
            <param name="response">The response.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.SaveState">
            <summary>
            Saves the state.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
             
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.OnUnload(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Unload"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.Dispatch(System.String,System.String)">
            <summary>
            Dispatches this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.DispatchCommand(System.Web.UI.Control,System.String)">
            <summary>
            Dispatches the command.
            </summary>
            <param name="control">The control.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.DispatchContinuation(System.String,System.String)">
            <summary>
            Dispatches the pipeline.
            </summary>
            <param name="clientId">The client id.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.DispatchMethod(System.Web.UI.Control,System.String)">
            <summary>
            Dispatches the method.
            </summary>
            <param name="control">The control.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.DispatchXmlControl(System.Web.UI.Control,Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Dispatches the XML control.
            </summary>
            <param name="control">The control.</param>
            <param name="eventArgs">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The XML control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetCommandContext">
            <summary>
            Gets the command context.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetHandlers(System.Web.UI.Control)">
            <summary>
            Gets the handlers.
            </summary>
            <param name="control">The control.</param>
            <returns>The handlers.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetLegacyEvent(System.Web.UI.Page,System.String)">
            <summary>
            Gets the legacy event.
            </summary>
            <param name="page">The page.</param>
            <param name="eventType">Type of the event.</param>
            <returns>The legacy event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.GetSystemFormValue(System.Web.UI.Page,System.String)">
            <summary>
            Gets the system form value.
            </summary>
            <param name="page">The page.</param>
            <param name="name">The name.</param>
            <returns>The system form value.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.RenderPage(System.Web.UI.HtmlTextWriter,System.Web.UI.Control)">
            <summary>
            Renders the method.
            </summary>
            <param name="output">The output.</param>
            <param name="container">The container.</param>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.AjaxScriptManager.OutputEnabled">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControls.AjaxScriptManager"/> outputs the enabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControls.AjaxScriptManager"/> outputs the enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag">
            <summary>
            Represents a StateBag.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag"/> class.
            </summary>
            <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Collections.Generic.Dictionary`2"></see>.</param>
            <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> structure containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.Dictionary`2"></see>.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag.LoadStateBag(System.Web.HttpContext)">
            <summary>
            Loads the state bag.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <returns>The state bag.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.AjaxScriptManager.StateBag.SaveStateBag(System.Web.HttpContext)">
            <summary>
            Saves the state bag.
            </summary>
            <param name="httpContext">The HTTP context.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.ContinuationManager">
            <summary>
            Represents a ContinuationManager.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ContinuationManager.Current">
            <summary>
            Gets or sets the current XamlScriptManager.
            </summary>
            <value>The current.</value>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">Only one ContinuationManager is allowed per page.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.ContinuationManager.CurrentArgs">
            <summary>
            Gets the current args.
            </summary>
            <value>The current args.</value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.Register(System.String,Sitecore.Web.UI.XamlSharp.Continuations.ISupportsContinuation)">
            <summary>
            Registers the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="object">The object.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.Start(Sitecore.Web.UI.XamlSharp.Continuations.ISupportsContinuation,System.String)">
            <summary>
            Starts a pipeline on a method in an object.
            </summary>
            <param name="object">An object.</param>
            <param name="methodName">The name of the method to call.</param>
            <returns></returns>
            <remarks>The method takes a single ClientPipelineArgs parameter.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.Start(Sitecore.Web.UI.XamlSharp.Continuations.ISupportsContinuation,System.String,Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Start a pipeline on a method in an object.
            </summary>
            <param name="object">An object.</param>
            <param name="methodName">The name of the method to call.</param>
            <param name="args">The pipeline arguments.</param>
            <returns>The created pipeline.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.Start(Sitecore.Pipelines.Pipeline,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Starts a pipeline with a set of arguments.
            </summary>
            <param name="pipeline">A pipeline.</param>
            <param name="args">Arguments for the pipeline.</param>
            <returns>The created pipeline.</returns>
            <remarks>Starts a manually created pipeline.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.GetObject(System.String)">
            <summary>
            Gets the object.
            </summary>
            <param name="key">The key.</param>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event.
            </summary>
             
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.GetKey(Sitecore.Web.UI.XamlSharp.Continuations.ISupportsContinuation)">
            <summary>
            Gets the key.
            </summary>
            <param name="object">The @object.</param>
            <returns>The key.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.ResumePipeline(System.Web.HttpContext)">
            <summary>
            Resumes the pipeline.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">The operation could not be completed.\n\nYour session may have been lost\ndue to a timeout or a server failure.\n\nPlease try again.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.ContinuationManager.RunPipelines">
            <summary>
            Runs the pipelines.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.DynamicControlPanel">
            <summary>
            Represents a DynamicControlPanel.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlTree">
            <summary>
            Gets or sets the control tree.
            </summary>
            <value>The control tree.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.DynamicControlPanel.Controls">
            <summary>
            Gets a <see cref="T:System.Web.UI.ControlCollection"></see> object that represents the child controls for a specified server control in the UI hierarchy.
            </summary>
            <returns>
            The collection of child controls for the specified server control.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.CreateChildControls">
            <summary>
            Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.CreateDynamicChildControls">
            <summary>
            Creates the dynamic child controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.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"></see> method.
            </summary>
             
            <param name="savedState">An object that represents the control state to restore. </param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.SaveViewState">
            <summary>
            Saves any state that was modified after the <see cref="M:System.Web.UI.WebControls.Style.TrackViewState"></see> method was invoked.
            </summary>
            <returns>
            An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.BuildDynamicControls">
            <summary>
            Builds the dynamic controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.BuildDynamicControls(System.IO.StringReader,System.Web.UI.Control,Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode)">
            <summary>
            Builds the dynamic controls.
            </summary>
            <param name="reader">The reader.</param>
            <param name="parentControl">The parent control.</param>
            <param name="parentNode">The parent node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.BuildStaticControls">
            <summary>
            Builds the static controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.BuildStaticControls(System.Web.UI.Control)">
            <summary>
            Builds the static controls.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.GetNextNode(System.IO.StringReader)">
            <summary>
            Gets the next node.
            </summary>
            <param name="reader">The reader.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.GetStaticControl(System.String)">
            <summary>
            Gets the static control.
            </summary>
            <param name="token">The token.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.GetTypeString(System.Web.UI.Control)">
            <summary>
            Gets the type string.
            </summary>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.ReplaceDynamicControl(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Replaces the dynamic control.
            </summary>
            <param name="control">The control.</param>
            <param name="with">The with.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.SaveDynamicControls">
            <summary>
            Saves the dynamic controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.SaveDynamicControls(System.Web.UI.Control,System.Text.StringBuilder,System.Int32)">
            <summary>
            Saves the dynamic controls.
            </summary>
            <param name="control">The control.</param>
            <param name="writer">The writer.</param>
            <param name="level">The level.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.UngetNode(Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode)">
            <summary>
            Ungets the node.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode">
            <summary>
            Embedded class - Control Node
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode.ID">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode.Level">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode.TypeString">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.DynamicControlPanel.ControlNode.Parse(System.String)">
            <summary>
            Parses the specified line.
            </summary>
            <param name="line">The line.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.MessageManager">
            <summary>
            Represents a MessageManager.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControls.MessageManager.Current">
            <summary>
            Gets or sets the current Message Manager.
            </summary>
            <value>The current.</value>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">Only one MessageManager is allowed per page.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MessageManager.SendMessage(System.Object,System.String)">
            <summary>
            Sends a message to the control hierachy.
            </summary>
            <param name="sender">The object that is sending the message.</param>
            <param name="message">The message.</param>
            <returns>
            The Result property of the <cref name="Sitecore.Web.UI.Sheer.Message">Message</cref>
            object.
            </returns>
            <remarks>
            This message is first parsed into a <cref name="Sitecore.Web.UI.Sheer.Message">Message</cref>
            object.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MessageManager.SendMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Sends a message to the control hierachy.
            </summary>
            <param name="message">The message.</param>
            <returns>
            The Result property of the <cref name="Sitecore.Web.UI.Sheer.Message">Message</cref>
            object.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.MessageManager.Dispatch(System.Web.UI.Control,Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Dispatches the message.
            </summary>
            <param name="control">The control.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControls.StyleManager">
            <summary>
            Represents a AjaxScriptManager.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.StyleManager.Stylesheet">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControls.StyleManager.ExternalStylesheet">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControls.StyleManager.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content. </param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.GalleryMenu">
            <summary>
            Represents a menu in a gallery from the ribbon.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.GalleryMenu.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.GalleryMenu"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.GalleryMenu.Fill">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.GalleryMenu"/> fills the area.
            </summary>
            <value><c>true</c> if fills the area; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.GalleryMenu.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Head">
            <summary>
            Represents a menu in a gallery from the ribbon.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Head.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.PropertyCollection">
            <summary>
            Represents a collection of properties.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.PropertyCollection"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.#ctor(System.Web.UI.StateBag,System.Web.UI.CssStyleCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.PropertyCollection"/> class.
            </summary>
            <param name="stateBag">The state bag.</param>
            <param name="cssStyle">The CSS style.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PropertyCollection.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PropertyCollection.CssStyle">
            <summary>
            Gets or sets the CSS style.
            </summary>
            <value>The CSS style.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PropertyCollection.Item(System.String)">
            <summary>
            Gets or sets the <see cref="T:System.String"/> with the specified key.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PropertyCollection.Keys">
            <summary>
            Gets the keys.
            </summary>
            <value>The keys.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.Add(System.String,System.String)">
            <summary>
            Adds the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.Add(System.String,System.Boolean)">
            <summary>
            Adds the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.Add(Sitecore.Web.UI.HtmlControls.PropertyCollection)">
            <summary>
            Adds the specified collection.
            </summary>
            <param name="collection">The collection.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.Clear">
            <summary>
            Clears this collection.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.GetBool(System.String)">
            <summary>
            Gets the boolean value with the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.GetValue(System.String)">
            <summary>
            Gets the value with the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PropertyCollection.Remove(System.String)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Registry">
            <summary>
            Implements a store for keeping name/value pairs for each user.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetBool(System.String)">
            <summary>
            Gets the boolean value with the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetBool(System.String,System.Boolean)">
            <summary>
            Gets the boolean value with the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="defaultvalue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetInt(System.String)">
            <summary>
            Gets the integer value with the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetInt(System.String,System.Int32)">
            <summary>
            Gets the integer value with the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="defaultvalue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetString(System.String)">
            <summary>
            Gets the string.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetString(System.String,System.String)">
            <summary>
            Gets the string.
            </summary>
            <param name="key">The key.</param>
            <param name="defaultvalue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.SetBool(System.String,System.Boolean)">
            <summary>
            Sets the boolean value.
            </summary>
            <param name="key">The key.</param>
            <param name="val">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.SetInt(System.String,System.Int32)">
            <summary>
            Sets the integer value.
            </summary>
            <param name="key">The key.</param>
            <param name="val">The val.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.SetString(System.String,System.String)">
            <summary>
            Sets the string.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.SetValue(System.String,System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Registry.GetCacheKey(System.String)">
            <summary>
            Gets the cache key.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Tag">
            <summary>
            HTML tag builder
            </summary>
            <remarks>Self closing tags are not supported.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Tag"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Tag"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="innerHtml">The inner HTML.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Item(System.String)">
            <summary>
            Gets or sets the command argument with the specified key.
            </summary>
            <value>The command argument</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Attributes">
            <summary>
            Gets the attributes.
            </summary>
            <value>The attributes.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Class">
            <summary>
            Gets or sets the class.
            </summary>
            <value>The class.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Click">
            <summary>
            Gets or sets the onclick.
            </summary>
            <value>The onclick.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Href">
            <summary>
            Gets or sets the href.
            </summary>
            <value>The href.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.ID">
            <summary>
            Gets or sets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.InnerHtml">
            <summary>
            Gets or sets the inner HTML.
            </summary>
            <value>The inner HTML.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Style">
            <summary>
            Gets or sets the style.
            </summary>
            <value>The style.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tag.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.Add(System.String,System.String)">
            <summary>
            Adds the specified argument.
            </summary>
            <param name="key">The argument name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> representation of the tag
            </summary>
            <returns>
            A <see cref="T:System.String"/> representation of the tag<see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.ToString(System.Web.UI.HtmlTextWriter)">
            <summary>
            Converts the <see cref="T:Sitecore.Web.UI.HtmlControls.Tag"/> to a <see cref="T:System.String"/>.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.Start">
            <summary>
            Starts this instance.
            </summary>
            <returns>The start.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.Start(System.Web.UI.HtmlTextWriter)">
            <summary>
            Starts this instance.
            </summary>
            <param name="writer">The writer.</param>
            <returns>The start.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.End">
            <summary>
            Ends this instance.
            </summary>
            <returns>The end.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.End(System.Web.UI.HtmlTextWriter)">
            <summary>
            Ends this instance.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.Parse(System.String)">
            <summary>
            Parses the specified HTML.
            </summary>
            <param name="html">The HTML.</param>
            <returns>The tag.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.GetAttribute(System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="attributeName">Name of the attribute.</param>
            <returns>The attribute.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tag.SelfClosing">
            <summary>
            Selfs the closing.
            </summary>
            <returns>The closing.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ClientCommand">
            <summary>
            The client command
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ClientCommand.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ClientCommand"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ClientCommand.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ClientCommand.SourceControl">
            <summary>
            Gets or sets the source control.
            </summary>
            <value>The source control.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ClientCommand.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ClientCommand.RenderValue(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            Renders the value.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ClientCommand.RenderCommand(System.Web.UI.HtmlTextWriter,System.String,System.String,System.Boolean)">
            <summary>
            Renders the command.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="command">
            The command.
            </param>
            <param name="value">
            The inner HTML.
            </param>
            <param name="renderAttributes">
            if set to <c>true</c> [render attributes].
            </param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ClientCommands">
            <summary>
            Holds a collection of ClientCommand.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ClientCommands.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.CodeBeside">
            <summary>
            Specifies the CodeBeside object for a Sheer UI page.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.CodeBeside.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.CodeBeside.FrameName">
            <summary>
            Gets or sets the name of the frame.
            </summary>
            <value>The name of the frame.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.CodeBeside.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.CodeBeside.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content. </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.CodeBeside.CreateCodeBeside(System.String)">
            <summary>
            Creates the code beside.
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Component">
            <summary>
            Serves as the base class that defines the methods, properties and events common to all controls in the Sitecore.Web.UI.HtmlControls namespace.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Component.ServerProperties">
            <summary>
            Gets the server properties.
            </summary>
            <value>The server properties.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.AssertLoadOnlyProperty(System.String)">
            <summary>
            Asserts the load only property.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetID(System.String)">
            <summary>
            Gets the ID.
            </summary>
            <param name="sID">The IDs.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.FormatAttribute(System.String,System.String)">
            <summary>
            Formats the attribute.
            </summary>
            <param name="name">The name.</param>
            <param name="val">The val.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetItemFromQueryString">
            <summary>
            Gets the item from query string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetContentItemFromQueryString">
            <summary>
            Gets the content item from query string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateProperty(System.String,System.Object)">
            <summary>
            Gets the view state property.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateProperty(System.String,System.Object,System.Object)">
            <summary>
            Sets the view state property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateBool(System.String)">
            <summary>
            Gets the view state boolean.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateBool(System.String,System.Boolean)">
            <summary>
            Gets the view state boolean.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">if set to <c>true</c> [default value].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateBool(System.String,System.Boolean)">
            <summary>
            Sets the view state boolean.
            </summary>
            <param name="name">The name.</param>
            <param name="value">if set to <c>true</c> [value].</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateBool(System.String,System.Boolean,System.Boolean)">
            <summary>
            Sets the view state boolean.
            </summary>
            <param name="name">The name.</param>
            <param name="value">if set to <c>true</c> [value].</param>
            <param name="defaultValue">if set to <c>true</c> [default value].</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateInt(System.String)">
            <summary>
            Gets the view state integer.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateInt(System.String,System.Int32)">
            <summary>
            Gets the view state integer.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateInt(System.String,System.Int32)">
            <summary>
            Sets the view state integer.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateInt(System.String,System.Int32,System.Int32)">
            <summary>
            Sets the view state int.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateString(System.String)">
            <summary>
            Gets the view state string.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.GetViewStateString(System.String,System.String)">
            <summary>
            Gets the view state string.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateString(System.String,System.String)">
            <summary>
            Sets the view state string.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.SetViewStateString(System.String,System.String,System.String)">
            <summary>
            Sets the view state string.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns>Returns <c>true</c>, if a change has occurred, otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.RaisePostDataChangedEvent">
            <summary>
            When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Component.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            When implemented by a class, processes postback data for an ASP.NET server control.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>
            true if the server control's state changes as a result of the postback; otherwise, false.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Control">
            <summary>
            Serves as the base class that defines the methods, properties and events common to all controls in the Sitecore.Web.UI.HtmlControls namespace.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Control.AttributeNameOnly">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> class.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Control.OnActivate">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Control.OnContextMenu">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Control.OnDeactivate">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Control.OnKeyDown">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Action">
            <summary>
            Gets or sets the action.
            </summary>
            <value>The action.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Activate">
            <summary>
            Gets or sets the activate message.
            </summary>
            <value>The activate mesage.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Activation">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> supports activation.
            </summary>
            <value><c>true</c> if activation; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Background">
            <summary>
            Gets or sets the background style.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Class">
            <summary>
            Gets or sets the CSS class name.
            </summary>
            <value>The CSS class name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.ContextMenu">
            <summary>
            Gets or sets the context menu.
            </summary>
            <value>The context menu.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.ControlAttributes">
            <summary>
            Gets the control attributes.
            </summary>
            <value>The control attributes.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.DataContext">
            <summary>
            Gets or sets the data context.
            </summary>
            <value>The data context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Deactivate">
            <summary>
            Gets or sets the deactivate message.
            </summary>
            <value>The deactivate message.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontBold">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses bold font.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses bold font; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontItalic">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses italics font.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses italics font; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontName">
            <summary>
            Gets or sets the name of the font.
            </summary>
            <value>The name of the font.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontOverline">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses overline font.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses overline font; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontSize">
            <summary>
            Gets or sets the size of the font.
            </summary>
            <value>The size of the font.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontStrikeout">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses strikeout font.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses strikeout font; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.FontUnderline">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses underline font.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> uses underline font; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.KeyDown">
            <summary>
            Gets or sets the key down.
            </summary>
            <value>The key down.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.KeyFilter">
            <summary>
            Gets or sets the key filter.
            </summary>
            <value>The key filter.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.RollOver">
            <summary>
            Gets or sets a value indicating whether the control has a roll over effect.
            </summary>
            <value><c>true</c> if the control has a roll over effect; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.TabStop">
            <summary>
            Gets or sets a value indicating whether this control is a tab stop.
            </summary>
            <value><c>true</c> if this control is a tab stop; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Control.Visible">
            <summary>
            Gets or sets a value that indicates whether a server control is rendered as UI on the page.
            </summary>
            <value></value>
            <returns>true if the control is visible on the page; otherwise false.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.GetUniqueID(System.String)">
            <summary>
            Gets the unique ID.
            </summary>
            <param name="prefix">The prefix.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#HandleCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The command event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#HandleMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The method event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#PreviewCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The command event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#PreviewMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The method event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.CopViewState(Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
            Copies the view state.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.DoActivate(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the activate event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.DoContextmenu(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the contextmenu event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.DoDeactivate(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the deactivate event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.DoKeydown(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the keydown event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.GetControlAttributes">
            <summary>
            Gets the control attributes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.RenderControlAttributes">
            <summary>
            Renders the control attributes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.GetDataContext">
            <summary>
            Gets the data context.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnActionChanged(Sitecore.Web.UI.HtmlControls.Action)">
            <summary>
            Called when an action has changed.
            </summary>
            <param name="action">The action.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnDataContextChanged(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Called when the data context changed.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnItemAdded(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has added.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnItemDeleted(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has deleted.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnItemRenamed(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has renamed.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnItemSaved(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has saved.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.SetWidthAndHeightAttributes">
            <summary>
            Sets the width and height attributes.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.SetWidthAndHeightStyle">
            <summary>
            Sets the width and height style.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.BuildEvents">
            <summary>
            Builds the events.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.BuildFont">
            <summary>
            Builds the font.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.BuildKeyDown(System.String,System.String)">
            <summary>
            Builds the key down.
            </summary>
            <param name="keydown">The keydown.</param>
            <param name="keyFilter">The key filter.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Control.SetAttribute(System.String,System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="id">The identifier.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.DeviceSpecificHelper`1">
            <summary>
            Provides the device-specific resources (f.e. CSS styles, JS).
            <para>Resources are usually located under device item.</para>
            </summary>
            <typeparam name="TResource"></typeparam>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.DeviceSpecificHelper`1.FindForDevice(Sitecore.Data.Items.DeviceItem)">
            <summary>
            Finds the resources associated with the device in 'core' database.
            <para>Resources are inspected under matched device item.</para>
            </summary>
            <param name="device">The device.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.DeviceSpecificHelper`1.BuildControl(System.Collections.Generic.IReadOnlyList{`0},System.Boolean)">
            <summary>
            Builds the control from provided files in case <paramref name="enabled"/>.
            </summary>
            <param name="files">The files to be transformed into control.</param>
            <param name="enabled">if set to <c>true</c> [enabled].</param>
            <returns><c>null</c> if not enabled, or no files to render; a control otherwise.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.DeviceSpecificHelper`1.DoBuildControl(System.Collections.Generic.IReadOnlyList{`0})">
            <summary>
            Does the build control operation.
            </summary>
            <param name="files">The files to produce control from.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.DeviceSpecificHelper`1.Populate(System.Collections.Generic.IList{`0},Sitecore.Data.Items.Item,Sitecore.Data.Items.DeviceItem)">
            <summary>
            Populates the specified result collection with the data from <paramref name="resourceItem"/>.
            </summary>
            <param name="result">The result.</param>
            <param name="resourceItem">The device resource item.</param>
            <param name="device">The device.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper">
            <summary>
            Provides device-specific script files.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.Script">
            <summary>
            The ID of the 'Script' template ('/sitecore/templates/System/Browsers/Script').
            <para>Items based on this template carry 'source' link for script tag.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.DefaultScriptFileLocation">
            <summary>
            The default script file location: "/sitecore/shell/controls/"
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.AllPageScriptsConfigurationPath">
            <summary>
            The default configuration path to scripts that are to be placed on every client page: "clientscripts/everypage/script".
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.#ctor(System.Xml.XmlNodeList)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper" /> class.
            </summary>
            <param name="everyPageScripsConfig">The every page scrips configuration.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.EveryPageScripts">
            <summary>
            Gets the every page scripts.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.FindForDevice(Sitecore.Data.Items.DeviceItem)">
            <summary>
            Finds the resources associated with the device in 'core' database.
            <para>Resources are inspected under matched device item.</para>
            </summary>
            <param name="device">The device.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.DoBuildControl(System.Collections.Generic.IReadOnlyList{Sitecore.Web.UI.HtmlControls.ScriptFile})">
            <summary>
            Does the build control.
            </summary>
            <param name="files">The files.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.ScriptDeviceSpecificHelper.Populate(System.Collections.Generic.IList{Sitecore.Web.UI.HtmlControls.ScriptFile},Sitecore.Data.Items.Item,Sitecore.Data.Items.DeviceItem)">
            <summary>
            Populates the specified result.
            </summary>
            <param name="result">The result.</param>
            <param name="resourceItem">The device child.</param>
            <param name="device">The device.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper">
            <summary>
            Provides device-specific CSS styles.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.PlatformFontStylesToken">
            <summary>
            The platform font styles token - value will be replaced with <see cref="P:Sitecore.Configuration.Settings.DefaultFontUrl"/>.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.Stylesheet">
            <summary>
            The ID of the 'Stylesheet' template ('/sitecore/templates/System/Browsers/Stylesheet').
            <para>Items based on this template carry 'source' link to local 'css' file.</para>
            <para>Example: '/sitecore/shell/themes/standard/default/Default.css'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.ExternalStylesheet">
            <summary>
            The ID of the 'External Stylesheet' template ('/sitecore/templates/System/Browsers/External stylesheet').
            <para>Items based on this template carry 'source' link to the 'css' file.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.#ctor(Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper"/> class.
            </summary>
            <param name="log">The log.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.#ctor(System.String,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper"/> class.
            </summary>
            <param name="defaultFontUrl">The default font URL.</param>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.DefaultFontUrl">
            <summary>
            Gets the default font URL; defaults to <see cref="P:Sitecore.Configuration.Settings.DefaultFontUrl"/>.
            </summary>
            <value>
            The default font URL.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.DoBuildControl(System.Collections.Generic.IReadOnlyList{Sitecore.Web.UI.HtmlControls.StylesheetFile})">
            <summary>
            Builds the style sheet control.
            </summary>
            <param name="stylesheetFiles">The style sheet files.</param>
            <returns>
              <c>null</c> if no styles provided; control carrying styles otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.Populate(System.Collections.Generic.IList{Sitecore.Web.UI.HtmlControls.StylesheetFile},Sitecore.Data.Items.Item,Sitecore.Data.Items.DeviceItem)">
            <summary>
            Populates the specified result.
            </summary>
            <param name="result">The result.</param>
            <param name="resourceItem">The device child.</param>
            <param name="device">The device.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DeviceSpecific.StylesheetDeviceSpecificHelper.ProcessToken(System.String)">
            <summary>
            Does token processing for provided <paramref name="source"/>.
            <para>Reports to logs if token is not known.</para>
            </summary>
            <param name="source">The source that might contain token.</param>
            <returns>The value parsed from source;<paramref name="source"/> if no token to be parsed.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Favicon">
            <summary>
            Represents a Favicon block
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Favicon.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Favicon"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Favicon.Src">
            <summary>
            Gets or sets the source.
            </summary>
            <value>
            The source.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Favicon.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.HeaderedItemsControl">
            <summary>
            Serves as the base class that defines the header and style common to all controls that have a header.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.HeaderedItemsControl.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.HeaderedItemsControl.HeaderStyle">
            <summary>
            Gets or sets the header CSS style.
            </summary>
            <value>The header CSS style.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.HeaderedItemsControl.GetFormattedHeader">
            <summary>
            Gets the formatted header.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.HeaderedItemsControl.GetFormattedHeader(System.Boolean)">
            <summary>
            Gets the formatted header.
            </summary>
            <param name="translate">if set to <c>true</c> the header is translated.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.HeaderedItemsControl.Refresh">
            <summary>
            Refreshes this control.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Controls.JavaScriptSettings">
            <summary>
            Represents JavaScript Settings control
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Controls.JavaScriptSettings.SessionTimeout">
            <summary>
            Gets the session timeout.
            </summary>
            <value>The session timeout.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Controls.JavaScriptSettings.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.KeyMap">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.KeyMap.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.KeyMap"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.KeyMap.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Page">
            <summary>
            Represents an .aspx file, also known as a Web Forms page, requested from a server that hosts an ASP.NET Web application.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Page.PageScriptManager">
            <summary>
            Gets the page script manager.
            </summary>
            <value>The page script manager.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Page.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init" /> event to initialize the page.
            </summary>
             
            <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Page.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.PageScriptManager">
            <summary>
            Represents an .aspx file, also known as a Web Forms page, requested from a server that hosts an ASP.NET Web application.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.PageScriptManager.Script">
            <summary>
            The ID of the 'Script' template ('/sitecore/templates/System/Browsers/Script').
            <para>Items based on this template carry 'source' link for script tag.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.PageScriptManager.Stylesheet">
            <summary>
            The ID of the 'Stylesheet' template ('/sitecore/templates/System/Browsers/Stylesheet').
            <para>Items based on this template carry 'source' link to local 'css' file.</para>
            <para>Example: '/sitecore/shell/themes/standard/default/Default.css'</para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.PageScriptManager.ExternalStylesheet">
            <summary>
            The ID of the 'External Stylesheet' template ('/sitecore/templates/System/Browsers/External stylesheet').
            <para>Items based on this template carry 'source' link to the 'css' file.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.PageScriptManager.PAGESSCRIPTMANAGERKEY">
            <summary>
            The key to cache the instance of this class in <see cref="P:Sitecore.Context.Items"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.Current">
            <summary>
            Gets the current.
            </summary>
            <value>The current.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.Create">
            <summary>
            Creates this instance.
            </summary>
            <returns>The create.</returns>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.AddScripts">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.PageScriptManager"/> adds the scripts.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.PageScriptManager"/> adds the scripts; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.AddStylesheets">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.PageScriptManager"/> adds the stylesheets.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.PageScriptManager"/> adds the stylesheets; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.ScriptFiles">
            <summary>
            Gets the script files.
            </summary>
            <value>The script files.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.StylesheetFiles">
            <summary>
            Gets the stylesheet files.
            </summary>
            <value>The stylesheet files.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.StylesheetDeviceSpecificHelper">
            <summary>
            Gets the device-specific CSS styles.
            </summary>
            <value>
            The CSS styles helper provider.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.PageScriptManager.ScriptDeviceSpecificHelper">
            <summary>
            Gets the device-specific scripts.
            </summary>
            <value>
            The js device specific helper.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.PageScriptManager"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.OnInit">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.OnPreRender">
            <summary>
            Called when pre-rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.AddBlock(System.Web.UI.Control)">
            <summary>
            Adds the block.
            </summary>
            <param name="scripts">The scripts.</param>
            <returns>The block.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.RenderJavascriptSettings">
            <summary>
            Renders the javascript settings.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.RenderScriptFiles">
            <summary>
            Renders the script files.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.RenderJavascriptLoggingConfiguration">
            <summary>
            Renders the javascript logging configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.PageScriptManager.RenderStylesheets">
            <summary>
            Renders the stylesheets.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.RegisterKey">
            <summary>
            Makes a registration in the KeyMap collection.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RegisterKey.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.RegisterKey"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RegisterKey.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RegisterKey.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RegisterKey.Group">
            <summary>
            Gets or sets the group.
            </summary>
            <value>The group.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RegisterKey.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Script">
            <summary>
            Represents a script block.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Script.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Script"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Script.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Script.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Script.Src">
            <summary>
            Gets or sets the source attribute.
            </summary>
            <value>The source attribute.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Script.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Script.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load" /> event.
            </summary>
             
            <param name="e">The <see cref="T:System.EventArgs" /> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Script.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Stylesheet">
            <summary>
            Represents a style block.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Stylesheet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Stylesheet"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Stylesheet.DeviceDependant">
            <summary>
            Gets or sets a value indicating whether the Src attribute is mapped to a device dependent file.
            </summary>
            <value>
                <c>true</c> if the <see cref="P:Sitecore.Web.UI.HtmlControls.Stylesheet.Src"/> attribute is mapped to a device dependent file; otherwise, <c>false</c>.
            </value>
            <remarks>
            If the <see cref="P:Sitecore.Web.UI.HtmlControls.Stylesheet.Src"/> attribute does not start with a slash (/), the <see cref="P:Sitecore.Web.UI.HtmlControls.Stylesheet.Src"/> attributes is prepended with the current
            theme file path and the name of the current device. The theme path is usually "/sitecore/shell/themes/standard"
            and the device name is the name of the currently matched device item, e.g. "Default".
            </remarks>
            <seealso cref="P:Sitecore.Context.Device"/>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Stylesheet.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Stylesheet.Src">
            <summary>
            Gets or sets the source attribute.
            </summary>
            <value>The source attribute.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Stylesheet.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load" /> event.
            </summary>
             
            <param name="e">The <see cref="T:System.EventArgs" /> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Stylesheet.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Stylesheet.GetSources">
            <summary>
            Gets the source.
            </summary>
            <returns>The source.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.WebPanel">
            <summary>
            Represents a panel.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.WebPanel.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.WebPanel.RenderHeader(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the header.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.WebPanel.RenderFooter(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the footer.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataContext">
            <summary>
            Represents a data context.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataContext.DataContextChangedDelegate">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataContext.ItemEventDelegate">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DataContext.ItemAdded">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DataContext.ItemDeleted">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DataContext.ItemRenamed">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DataContext.ItemSaved">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DataContext.Changed">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DataContext.SelectionChanged">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DataContext"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.AtRoot">
            <summary>
            Gets a value indicating whether the selected item is at the root.
            </summary>
            <value><c>true</c> if the selected item at root; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.CurrentItem">
            <summary>
            Gets the current item.
            </summary>
            <value>The current item.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.DataView">
            <summary>
            Gets the data view.
            </summary>
            <value>The data view.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetDatabase">
            <summary>
            Gets the database
            </summary>
            <returns>Database instance</returns>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.DataViewName">
            <summary>
            Gets or sets the name of the data view.
            </summary>
            <value>The name of the data view.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.DefaultItem">
            <summary>
            Gets or sets the default item.
            </summary>
            <value>The default item.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Filter">
            <summary>
            Gets or sets the filter.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Folder">
            <summary>
            Gets or sets the folder.
            </summary>
            <value>The folder.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.LoadPrimaryItem">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.LoadItemInTab">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Offset">
            <summary>
            Gets or sets the offset.
            </summary>
            <value>The offset.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Parameters">
            <summary>
            Parameters to pass to element
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Range">
            <summary>
            Gets or sets the range.
            </summary>
            <value>The range.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Selected">
            <summary>
            Gets or sets the selected items.
            </summary>
            <value>The selected items.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.ShowRoot">
            <summary>
            Gets or sets a value indicating whether the root is shown.
            </summary>
            <value><c>true</c> if the root is shown; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.SortAscending">
            <summary>
            Gets or sets a value indicating whether the item are sorted ascending.
            </summary>
            <value><c>true</c> if the item are sorted ascending; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.SortBy">
            <summary>
            Gets or sets the sort by.
            </summary>
            <value>The sort by.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.LastGoodFolder">
            <summary>
            Gets or sets the last good folder.
            </summary>
            <value>The last good folder.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContext.DisableEventsCounter">
            <summary>
            Gets or sets disable events counter value.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.AddSelected(Sitecore.Data.DataUri)">
            <summary>
            Adds the item to the selected set.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.BeginUpdate">
            <summary>
            Begins the update.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ClearSelected">
            <summary>
            Clears the selected set.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.DisableEvents">
            <summary>
            Disables the events.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.EnableEvents">
            <summary>
            Enables the events.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.EndUpdate">
            <summary>
            Ends the update.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetFolder">
            <summary>
            Gets the folder.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetFromQueryString">
            <summary>
            Gets the state from query string.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetItem(Sitecore.Data.ID)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetItem(Sitecore.Data.DataUri)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetItems">
            <summary>
            Gets the items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetRoot">
            <summary>
            Gets the root.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetSelected">
            <summary>
            Gets the selected items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetState(Sitecore.Data.Items.Item@,Sitecore.Data.Items.Item@)">
            <summary>
            Gets the state.
            </summary>
            <param name="root">The root.</param>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.GetState(Sitecore.Data.Items.Item@,Sitecore.Data.Items.Item@,Sitecore.Data.Items.Item[]@)">
            <summary>
            Gets the state.
            </summary>
            <param name="root">The root.</param>
            <param name="folder">The folder.</param>
            <param name="selected">The selected.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.IsAncestorOf(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines if the ancestor is an ancestor of the item.
            </summary>
            <param name="ancestor">The ancestor.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the ancestor is an ancestor of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.Refresh">
            <summary>
            Refreshes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.RemoveSelected(Sitecore.Data.DataUri)">
            <summary>
            Removes the selected.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.SetFolder(Sitecore.Data.ItemUri)">
            <summary>
            Sets the folder.
            </summary>
            <param name="uri">The URI.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.SetFolder(Sitecore.Data.ItemUri,System.Boolean)">
            <summary>
             
            </summary>
            <param name="uri"></param>
            <param name="quiet"></param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.SetRootAndFolder(System.String,Sitecore.Data.ItemUri)">
            <summary>
            Sets the root and folder.
            </summary>
            <param name="root">The root.</param>
            <param name="uri">The URI.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.SetSorting(System.String,System.Boolean)">
            <summary>
            Sets the sorting.
            </summary>
            <param name="sortBy">The sort by.</param>
            <param name="sortAscending">if set to <c>true</c> [sort ascending].</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.Up">
            <summary>
            Sets the folder to the parent of the current folder.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnChanged">
            <summary>
            Called when changed has occured.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnDataContextChanged(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Called when the data context has changed.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnItemAdded(Sitecore.Data.ID)">
            <summary>
            Called when an item has been added.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnItemDeleted(Sitecore.Data.ID)">
            <summary>
            Called when an item has been deleted.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnItemRenamed(Sitecore.Data.ID)">
            <summary>
            Called when the item has been renamed.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnItemSaved(Sitecore.Data.ID)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.OnSelectionChanged">
            <summary>
            Called when the selection has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.SetFolderFromEvent(Sitecore.Data.ItemUri)">
            <summary>
            Sets the folder from event.
            </summary>
            <param name="uri">The URI.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ClearCurrentCache">
            <summary>
            Clears the current cache.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ItemCopiedNotification(System.Object,Sitecore.Data.Events.ItemCopiedEventArgs)">
            <summary>
            Called when an item is copied.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemCopiedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ItemCreatedNotification(System.Object,Sitecore.Data.Events.ItemCreatedEventArgs)">
            <summary>
            Called when an item is created.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemCreatedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ItemDeletedNotification(System.Object,Sitecore.Data.Events.ItemDeletedEventArgs)">
            <summary>
            Called when an item is deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemDeletedEventArgs" /> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ItemMovedNotification(System.Object,Sitecore.Data.Events.ItemMovedEventArgs)">
            <summary>
            Called when an item is moved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemMovedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ItemRenamedNotification(System.Object,Sitecore.Data.Events.ItemRenamedEventArgs)">
            <summary>
            Called when an item is renamed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemRenamedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.ItemSavedNotification(System.Object,Sitecore.Data.Events.ItemSavedEventArgs)">
            <summary>
            Called when an item is saved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Data.Events.ItemSavedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContext.VersionRemovedNotification(System.Object,Sitecore.Events.VersionRemovedEventArgs)">
            <summary>
            Called when a version is removed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:Sitecore.Events.VersionRemovedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataViewBase">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataViewBase.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetChildren(Sitecore.Data.Items.Item,System.String,System.Boolean,System.Int32,System.Int32,System.String)">
            <summary>
            Gets the children.
            </summary>
            <param name="item">The item.</param>
            <param name="sortBy">The sort by.</param>
            <param name="sortAscending">if set to <c>true</c> sorts the children ascending.</param>
            <param name="offset">The offset.</param>
            <param name="range">The range.</param>
            <param name="filter">The filter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.HasChildren(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="filter">The filter.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.IsAncestorOf(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the ancestor is an ancestor of the item.
            </summary>
            <param name="ancestor">The ancestor.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the ancestor is an ancestor of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.FilterItems(System.Collections.ArrayList@,System.String)">
            <summary>
            Filters the items.
            </summary>
            <param name="children">The children.</param>
            <param name="filter">The filter.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetChildItems(Sitecore.Collections.ItemCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets the child items.
            </summary>
            <param name="items">The items.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetItemFromID(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item from ID.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.GetParentItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.SortItems(System.Collections.ArrayList,System.String,System.Boolean)">
            <summary>
            Sorts the items.
            </summary>
            <param name="children">The children.</param>
            <param name="sortBy">The sort by.</param>
            <param name="sortAscending">if set to <c>true</c> [sort ascending].</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataViewBase.FilterHiddenItems(Sitecore.Collections.ItemCollection)">
            <summary>
            Filters the hidden items.
            </summary>
            <param name="children">The children.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory">
            <summary>
            The data view factory.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.Lock">
            <summary>
            The lock.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.dataViewCache">
            <summary>
            The _data view cache.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.GetDataView(System.String,System.String)">
            <summary>
            Gets the data view.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The data view.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.GetDataViewByName(System.String)">
            <summary>
            Gets the data view by name.
            </summary>
            <param name="name">
            The name.
            </param>
            <returns>
            The data view.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.DataViewCacheRecord">
            <summary>
            Represents a data view cache record.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.DataViewCacheRecord.Assembly">
            <summary>
            The assembly.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.DataViewCacheRecord.Type">
            <summary>
            The type.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Data.LookupSources">
            <summary>
            Returns the items of a set of lookup field sources.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Data.LookupSources.GetItems(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets a list of web items from a data source.
            </summary>
            <param name="current">The current.</param>
            <param name="source">The source.</param>
            <returns>The items.</returns>
            <contract>
                <requires name="current" condition="not null"/>
                <requires name="source" condition="not null"/>
                <ensures condition="not null"/>
            </contract>
            <exception cref="T:Sitecore.Exceptions.LookupSourceException"><c>LookupSourceException</c>.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Data.LookupSources.GetDatabase(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="source">The source.</param>
            <returns>The database.</returns>
            <contract>
              <requires name="source" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Data.LookupSources.IsComplex(System.String)">
            <summary>
            Determines whether [is complex source] [the specified source].
            </summary>
            <param name="source">The source.</param>
            <returns>
                <c>true</c> if [is complex source] [the specified source]; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="source" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DomainDataView">
            <summary>
            Represents a DomainDataView.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.GetChildItems(Sitecore.Collections.ItemCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets the child items.
            </summary>
            <param name="items">The items.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.GetItemFromID(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item from ID.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.GetParentItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.IsAncestorOf(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the ancestor is an ancestor of the item.
            </summary>
            <param name="ancestor">The ancestor.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the ancestor is an ancestor of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.TrackRoot(Sitecore.Data.Items.Item)">
            <summary>
            Tracks the root.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DomainDataView.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.FileSystemDataView">
            <summary>
            Represents a File System data view.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FileSystemDataView.GetChildItems(Sitecore.Collections.ItemCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets the child items.
            </summary>
            <param name="items">The items.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FileSystemDataView.GetItemFromID(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item from ID.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FileSystemDataView.GetParentItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FileSystemDataView.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FileSystemDataView.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns>The database.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FileSystemDataView.TrackRoot(Sitecore.Data.Items.Item)">
            <summary>
            Tracks the root.
            </summary>
            <param name="item">The item.</param>
            <returns>The root.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.FilterDataView">
            <summary>
            Represents a Filter data view.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FilterDataView.GetChildItems(Sitecore.Collections.ItemCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets the child items.
            </summary>
            <param name="items">The items.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.FilterDataView.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.IDataView">
            ==========================================================================
             <summary></summary>
            ==========================================================================
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.GetChildren(Sitecore.Data.Items.Item,System.String,System.Boolean,System.Int32,System.Int32,System.String)">
            <summary>
            Gets the children.
            </summary>
            <param name="item">The item.</param>
            <param name="sortBy">The sort by.</param>
            <param name="sortAscending">if set to <c>true</c> sorts the children ascending.</param>
            <param name="offset">The offset.</param>
            <param name="range">The range.</param>
            <param name="filter">The filter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.GetItem(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.HasChildren(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether the specified item has children.
            </summary>
            <param name="item">The item.</param>
            <param name="filter">The filter.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IDataView.IsAncestorOf(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the ancestor is an ancestor of the item.
            </summary>
            <param name="ancestor">The ancestor.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the ancestor is an ancestor of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MasterDataView">
            <summary>
            Represents the data view of the master database.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.IsAncestorOf(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the ancestor is an ancestor of the item.
            </summary>
            <param name="ancestor">The ancestor.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the ancestor is an ancestor of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.GetChildItems(Sitecore.Collections.ItemCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets the child items.
            </summary>
            <param name="items">The items.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.GetItemFromID(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item from ID.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.GetParentItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MasterDataView.TrackRoot(Sitecore.Data.Items.Item)">
            <summary>
            Tracks the root.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.RecycleBinDataView">
            <summary>
            Represents the Recycle Bin data view.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RecycleBinDataView.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.StandardTreeDataView">
            <summary>
            Represents a Standard Tree Data View.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.IsAncestorOf(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the ancestor is an ancestor of the item.
            </summary>
            <param name="ancestor">The ancestor.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the ancestor is an ancestor of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.GetChildItems(Sitecore.Collections.ItemCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets the child items.
            </summary>
            <param name="items">The items.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.GetItemFromID(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
            Gets the item from ID.
            </summary>
            <param name="id">The id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.GetParentItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.GetDatabase">
            <summary>
            Gets the database.
            </summary>
            <returns>The database.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.Initialize(System.String)">
            <summary>
            Initializes the view from a data context.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.StandardTreeDataView.TrackRoot(Sitecore.Data.Items.Item)">
            <summary>
            Tracks the root.
            </summary>
            <param name="item">The item.</param>
            <returns>The root.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TemplateFilteredDataContext">
            <summary>
            Represents a template filtered data context.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TemplateFilteredDataContext.ExcludeTemplates">
            <summary>
            Gets or sets the exclude templates.
            </summary>
            <value>The exclude templates.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TemplateFilteredDataContext.IncludeTemplates">
            <summary>
            Gets or sets the include templates.
            </summary>
            <value>The include templates.</value>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.BevelType">
            <summary>
            Type of bevel.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.BevelType.VerticalLine">
            <summary>Vertical line.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.BevelType.HorizontalLine">
            <summary>Horizontal line.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.BevelType.RaisedBox">
            <summary>Raised box.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.BevelType.LoweredBox">
            <summary>Lowered box.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Bevel">
            <summary>
            Represens a Bevel.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Bevel.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Bevel.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Border">
            <summary>
            Represents a panel.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Border.OnClick">
            <summary>
            Called when the control is clicked.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Border.OnDblClick">
            <summary>
            Called when the control is double clicked.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.Click">
            <summary>
            Gets or sets the click.
            </summary>
            <value>The click.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.DblClick">
            <summary>
            Gets or sets the double click.
            </summary>
            <value>The double click.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.Drag">
            <summary>
            Gets or sets the drag event.
            </summary>
            <value>The drag event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.DragOverCursor">
            <summary>
            Gets or sets the drag over cursor.
            </summary>
            <value>The drag over cursor.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.Drop">
            <summary>
            Gets or sets the drop event.
            </summary>
            <value>The drop event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.Height">
            <summary>
            Gets or sets the height of the Web server control.
            </summary>
            <value></value>
            <returns>A <see cref="T:System.Web.UI.WebControls.Unit"></see> that represents the height of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty"></see>.</returns>
            <exception cref="T:System.ArgumentException">The height was set to a negative value.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.InnerHtml">
            <summary>
            Gets or sets the inner HTML.
            </summary>
            <value>The inner HTML.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Border.Width">
            <summary>
            Gets or sets the width of the Web server control.
            </summary>
            <value></value>
            <returns>A <see cref="T:System.Web.UI.WebControls.Unit"></see> that represents the width of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty"></see>.</returns>
            <exception cref="T:System.ArgumentException">The width of the Web server control was set to a negative value. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Border.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Border.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Border.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the DblClick event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ControlLiteral">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ControlLiteral.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ControlLiteral"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ControlLiteral.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ControlLiteral"/> class.
            </summary>
            <param name="text">The text to be rendered on the requested Web page.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ControlLiteral.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ControlLiteral"/> class.
            </summary>
            <param name="text">The text.</param>
            <param name="persisted">if set to <c>true</c> this instance is persisted.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ControlLiteral.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
             
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ControlLiteral.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Writes the content of the <see cref="T:System.Web.UI.LiteralControl"></see> object to the ASP.NET page.
            </summary>
            <param name="output">An <see cref="T:System.Web.UI.HtmlTextWriter"></see> that renders the content of the <see cref="T:System.Web.UI.LiteralControl"></see> to the requesting client.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ControlLiteral.CreateControlCollection">
            <summary>
            Creates an <see cref="T:System.Web.UI.EmptyControlCollection"></see> object for the current instance of the <see cref="T:System.Web.UI.LiteralControl"></see> class.
            </summary>
            <returns>
            The <see cref="T:System.Web.UI.EmptyControlCollection"></see> for the current control.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Image">
            <summary>
            Represents an image.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Image.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Image"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Image.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Image"/> class.
            </summary>
            <param name="src">The source.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Image.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Image"/> class.
            </summary>
            <param name="src">The source.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Image.Alt">
            <summary>
            Gets or sets the alt text.
            </summary>
            <value>The alt text.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Image.Align">
            <summary>
            Gets or sets the alignment.
            </summary>
            <value>The alignment.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Image.Border">
            <summary>
            Gets or sets the border.
            </summary>
            <value>The border.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Image.Src">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Image.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ImageButton">
            <summary>
            Represents a clickable image.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.ImageButton.OnClick">
            <summary>
            Called when the image is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ImageButton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ImageButton"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ImageButton.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ImageButton.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ImageButton.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Inline">
            <summary>
            Represents a Span tag.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Inline.OnClick">
            <summary>
            Called when the control is clicked.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Inline.OnDblClick">
            <summary>
            Called when the control is double clicked.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Inline.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Inline.DblClick">
            <summary>
            Gets or sets the Double Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Inline.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Inline.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Inline.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the double click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Literal">
            <summary>
            Represents a literal text.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Literal.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Literal"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Literal.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Literal"/> class.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Literal.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Literal.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Literal.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Literal.CreateControlCollection">
            <summary>
            Creates a new <see cref="T:System.Web.UI.ControlCollection"/> object to hold the child controls (both literal and server) of the server control.
            </summary>
            <returns>
            A <see cref="T:System.Web.UI.ControlCollection"/> object to contain the current server control's child server controls.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Space">
            <summary>
            Represents a spacer image.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Space.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Space"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Space.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Space"/> class.
            </summary>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Space.Align">
            <summary>
            Gets or sets the alignment.
            </summary>
            <value>The alignment.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Space.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ThemedImage">
            <summary>
            Represents an image with a themed source.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ThemedImage.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Xsl">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Xsl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Xsl"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Xsl.EnableScript">
            <summary>
            Gets or sets a value indicating whether to allow scripts in the XSLT file.
            </summary>
            <value><c>true</c> if scripts are allowed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Xsl.RootTag">
            <summary>
            Gets or sets the root tag.
            </summary>
            <value>The root tag.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Xsl.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Xsl.XslFile">
            <summary>
            Gets or sets the XSL file.
            </summary>
            <value>The XSL file.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Xsl.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Button">
            <summary>
            Represents a button.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Button.OnClick">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Button.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Button"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Button.Click">
            <summary>
            Gets or sets the click.
            </summary>
            <value>The click.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Button.DblClick">
            <summary>
            Gets or sets the double click.
            </summary>
            <value>The double click.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Button.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Button.ClickButton">
            <summary>
            Clicks the button.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Button.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Button.DoKeydown(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the keydown event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Button.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Button.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Checkbox">
            <summary>
            Represents a checkbox.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Checkbox.OnClick">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Checkbox"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checkbox.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Checkbox"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checkbox.Click">
            <summary>
            Gets or sets the click event.
            </summary>
            <value>The click event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checkbox.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checkbox.HeaderStyle">
            <summary>
            Gets or sets the header CSS style.
            </summary>
            <value>The header CSS style.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checkbox.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the Change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            When implemented by a class, processes postback data for an ASP.NET server control.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>
            true if the server control's state changes as a result of the postback; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checkbox.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Checklist">
            <summary>
            Represents a list of checkboxes.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checklist.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Checklist"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checklist.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Checklist.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checklist.CheckAll">
            <summary>
            Checks all chechboxes.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checklist.Invert">
            <summary>
            Inverts the state of all checkboxes.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checklist.UncheckAll">
            <summary>
            Unchecks all checkboxes.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checklist.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Checklist.GetItemValue(Sitecore.Web.UI.HtmlControls.ChecklistItem)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ChecklistItem">
            <summary>
            Represents an item in a checklist.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ChecklistItem.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.ChecklistItem"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ChecklistItem.LineBreak">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.ChecklistItem"/> has a following line break.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.ChecklistItem"/> has a following line break; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ChecklistItem.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ChecklistItem.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ChecklistItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Combobox">
            <summary>
            Represents a combobox.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Combobox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Combobox"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ComboboxBase">
            <summary>
            Defines the basic properties and functionality of a <c>Combobox</c>.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ComboboxBase"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ComboboxBase.Glyph">
            <summary>
            Gets or sets the glyph.
            </summary>
            <value>The glyph.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ComboboxBase.SelectOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.ComboboxBase"/> is select-only.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.ComboboxBase"/> is select-only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ComboboxBase.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.Changed">
            <summary>
            Called when the combobox has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.Click">
            <summary>
            Handles a click event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.DropDown">
            <summary>
            Called when the dropdown glyph is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.GetDisplayValue">
            <summary>
            Gets the display value.
            </summary>
            <returns>The value in display format.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.GetHiddenHolder(System.Web.UI.Control)">
            <summary>
            Gets the hidden holder.
            </summary>
            <returns>Control that represents hidden holder.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboboxBase.ShowPopup(System.String,System.String,Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
            Shows the popup.
            </summary>
            <param name="id">The identifier.</param>
            <param name="where">The where to show.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ComboEdit">
            <summary>
            Represents an editable combobox.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.ComboEdit._inputClass">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ComboEdit.InputClass">
            <summary>
            Gets or sets the input class.
            </summary>
            <value>The input class.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboEdit.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboEdit.RenderCombo(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the combo.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ComboEdit.RenderComboCell(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the combo cell.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataCheckbox">
            <summary>
            Represents a data-aware checkbox.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataCheckbox.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataCheckbox.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataEdit">
            <summary>
            Represents a data-aware edit box.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataEdit.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataEdit.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataMemo">
            <summary>
            Represents a data-aware memo field.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataMemo.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataMemo.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DateCalendar">
            <summary>Represents a data aware calendar.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DateCalendar.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> class.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DateCalendar.NextMonth">
            <summary>
            Called when the next month button is clicked.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DateCalendar.PreviousMonth">
            <summary>
            Called when the previous month button is clicked.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DateCalendar.Select">
            <summary>
            Called when a date is selected.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendar.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendar.DateTime">
            <summary>
            Gets or sets the date/time, expressed as <see cref="T:Sitecore.ServerTime"/>.
            </summary>
            <value>The date/time, expressed as <see cref="T:Sitecore.ServerTime"/>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendar.ShowDays">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> shows the days.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> shows the days; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendar.ShowToday">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> shows today.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> shows today; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendar.ShowYear">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> shows the year.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DateCalendar"/> shows the year; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendar.Current">
            <summary>
            Gets or sets the date/time, expressed as <see cref="T:Sitecore.ServerTime"/>.
            </summary>
            <value>The date/time, expressed as <see cref="T:Sitecore.ServerTime"/>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.OnNextMonth">
            <summary>Called when the next month button is clicked.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.OnPreviousMonth">
            <summary>Called when the previous month button is clicked.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.OnSelect">
            <summary>Called when a date is selected.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.Update(System.Boolean)">
            <summary>Updates the control.</summary>
            <param name="selected">if set to <c>true</c> this instance is selected.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.GetStartDate(System.DateTime)">
            <summary>
            Gets the start date.
            </summary>
            <param name="date">The date.</param>
            <returns>Returns the start date.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.GetContextUserCulture">
            <summary>
            Gets the context user culture.
            </summary>
            <returns>The context user profile culture.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendar.TranslateText(System.String)">
            <summary>
            Gets a localized string.
            </summary>
            <param name="key">
            The key of the string.
            </param>
            <returns>
            The localized string.
            </returns>
            <remarks>
            If the key is not found, the key itself is returned.
            </remarks>
            <example>
            <code lang="CS">
            string myText = Localization.ls("My Text");
            </code>
            </example>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DateCalendarPopup">
            <summary>
            Represents a data-aware popup calendar.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateCalendarPopup.SendOnClose">
            <summary>
            Gets or sets the message to send on close.
            </summary>
            <value>The message to send on close.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateCalendarPopup.Update(System.Boolean)">
            <summary>
            Updates the control.
            </summary>
            <param name="selected">if set to <c>true</c> this instance is selected.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DatePicker">
            <summary>Represents a Date picker.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DatePicker"/> class.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DatePicker.OnChanged">
            <summary>
            Called when the date picker is changed.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DatePicker.Format">
            <summary>
            Gets or sets the format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DatePicker.Value">
            <summary>
            Gets or sets the value of the control.
            </summary>
            <value>
            The value of the control.
            </value>
            <exception cref="T:System.ArgumentException">UTC date is not supported.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>Handles the message.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.Changed">
            <summary>Called when the combobox has changed.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.DropDown">
            <summary>Called when the dropdown glyph is clicked.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.GetDisplayValue">
            <summary>Gets the display value.</summary>
            <returns>The value in display format.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.GetContextCulture">
            <summary>
            Gets the context culture.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.GetContextUserCulture">
            <summary>
            Gets the context user culture.
            </summary>
            <returns>The context user profile culture.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.LoadPostData(System.String)">
            <summary>Loads the post data.</summary>
            <param name="value">The value.</param>
            <returns>The load post data.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.DoChanged">
            <summary>Executes the changed event.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.SetDate(System.String)">
            <summary>Sets the date.</summary>
            <param name="value">The value.</param>
            <returns>The set date.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DatePicker.UpdateFromCalendar(Sitecore.Web.UI.HtmlControls.DateCalendarPopup)">
            <summary>Updates from calendar.</summary>
            <param name="calendar">The calendar.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DateTimePicker">
            <summary>Represents a Date time picker.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DateTimePicker.date">
            <summary>The _date.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DateTimePicker.time">
            <summary>The _time.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DateTimePicker.DefaultGetUtcNowFunction">
            <summary>
            The default get UtcNow function
            Should be used for unit testing only.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.DateTimePicker.Changed">
            <summary>
            Occurs when date or time changes as a results of user input.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.Date">
            <summary>
            Gets or sets the date.
            </summary>
            <value>The date.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.DateLabel">
            <summary>
            Gets or sets the date label.
            </summary>
            <value>
            The date label.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.ShowLabels">
            <summary>
             Gets or sets a value indicating whether the DateLabel and the TimeLabel are shown
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.ShowTime">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DateTimePicker"/> shows the time.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DateTimePicker"/> shows the time; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.Time">
            <summary>
            Gets or sets the time.
            </summary>
            <value>The time.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.TimeLabel">
            <summary>
            Gets or sets the time label.
            </summary>
            <value>
            The time label.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
            <exception cref="T:System.ArgumentException">UTC date is not supported.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.DatePickerControl">
            <summary>
            Gets the date picker control.
            </summary>
            <value>
            The date picker control.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DateTimePicker.TimePickerControl">
            <summary>
            Gets the time picker control.
            </summary>
            <value>
            The time picker control.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateTimePicker.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the control.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateTimePicker.OnChanged">
            <summary>Called when this instance has changed.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateTimePicker.OnInit(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Init"/> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateTimePicker.SetValue(System.String)">
            <summary>Sets the value.</summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DateTimePicker.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Edit">
            ========================================================================
             <summary></summary>
            ========================================================================
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Edit.Hidden">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Edit"/> is hidden.
            </summary>
            <value><c>true</c> if hidden; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Edit.Password">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Edit"/> is password.
            </summary>
            <value><c>true</c> if password; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Edit.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Edit.Placeholder">
            <summary>
            Gets or sets the placeholder.
            </summary>
            <value>
            The placeholder.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Edit.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Edit.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Edit.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.EditableCombobox">
            <summary>
            Represents an editable combobox control
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.EditableCombobox"/> class.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.EditableCombobox.OnChanged">
            <summary>
            Occurs when the control is changed.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.EditableCombobox.List">
            <summary>
            Gets or sets the list.
            </summary>
            <value>The list of items.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.EditableCombobox.SelectOnly">
            <summary>
            Gets or sets a value indicating whether the control is select-only.
            </summary>
            <value><c>true</c> if the control is select-only; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.Changed">
            <summary>
            Called when the combobox has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.DropDown">
            <summary>
            Called when the dropdown glyph is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.AddCssClass">
            <summary>
            Adds the class name to the Class attribute.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.DoChanged">
            <summary>
            Executes the changed event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableCombobox.UpdateFromPopup(Sitecore.Web.UI.HtmlControls.EditableComboboxPopup)">
            <summary>
            Updates the value from popup.
            </summary>
            <param name="popup">The popup.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.EditableComboboxPopup">
            <summary>
            Represents a popup of an editable combobox.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.EditableComboboxPopup.MainControl">
            <summary>
            Gets or sets the main control.
            </summary>
            <value>The main control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.EditableComboboxPopup.SendOnClose">
            <summary>
            Gets or sets the message to send on close.
            </summary>
            <value>The message to send on close.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableComboboxPopup.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.EditableComboboxPopup.SetValue">
            <summary>
            Sets the value.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Groupbox">
            <summary>
            Represents a groupbox.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Groupbox.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Input">
            <summary>
            Defines the basic properties and functionality of an input control.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Input.OnChange">
            <summary>
            Called when the input is changed by the user.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Input.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this instance is read only.
            </summary>
            <value><c>true</c> if this instance is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Input.Change">
            <summary>
            Gets or sets the change event.
            </summary>
            <value>The change.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Input.TrackModified">
            <summary>
            Gets or sets a value indicating whether modifications are tracked.
            </summary>
            <value><c>true</c> if modifications are tracked; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Input.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Raises the Change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Input.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Label">
            <summary>
            Represents a label.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Label.For">
            <summary>
            Gets or sets the target of the label.
            </summary>
            <value>the target of the label.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Label.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Listbox">
            <summary>
            Represents a Listbox.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listbox.OnClick">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listbox.OnDblClick">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listbox.OnChange">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Listbox"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.DblClick">
            <summary>
            Gets or sets the double click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Change">
            <summary>
            Gets or sets the change event.
            </summary>
            <value>The change.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Multiple">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Listbox"/> supports multiple selection.
            </summary>
            <value><c>true</c> if multiple; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Selected">
            <summary>
            Gets the selected items.
            </summary>
            <value>The selected.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.SelectedItem">
            <summary>
            Gets the selected item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.TrackModified">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Listbox"/> tracks modification.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Listbox"/> tracks modification; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listbox.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.DoDblClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the Double Click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listbox.SetSelectedItems(System.String)">
            <summary>
            Sets the selected items.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ListboxItem">
            <summary>
            Represents an item in a listbox.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListboxItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ListboxItem"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListboxItem.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListboxItem.Selected">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.ListboxItem"/> is selected.
            </summary>
            <value><c>true</c> if selected; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListboxItem.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListboxItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ListItem">
            <summary>
            Represents an item in a list control.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListItem.IsTranslable">
            <summary>
            Gets or sets a value indicating whether this instance is translable.
            </summary>
            <value>
                <c>true</c> if this instance is translable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListItem.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListItem.Selected">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.ListItem"/> is selected.
            </summary>
            <value><c>true</c> if selected; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListItem.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Memo">
            <summary>
            Represents a memo field.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Memo.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Memo.Wrap">
            <summary>
            Gets or sets the wrap.
            </summary>
            <value>The wrap.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Memo.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Memo.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Memo.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns>Returns true if control state was changed.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Memo.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Radiobutton">
            <summary>
            Represents a radio button.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Radiobutton.OnClick">
            <summary>
            Called when the control is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Radiobutton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Radiobutton"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Radiobutton.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Radiobutton.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Radiobutton"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Radiobutton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Radiobutton.HeaderStyle">
            <summary>
            Gets or sets the header style.
            </summary>
            <value>The header style.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Radiobutton.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Radiobutton.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Radiobutton.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Raises the Change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Radiobutton.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Radiogroup">
            <summary>
            Represents a radio group.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Radiogroup.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Radiogroup.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.RadioItem">
            <summary>
            Represents an item in a radio group.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RadioItem.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.RadioItem"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RadioItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.SubmittableEdit">
            <summary>
            Represents an Edit box that submits if the Enter key is pressed.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.SubmittableEdit.Submit">
            <summary>
            Gets or sets the submit parameters.
            </summary>
            <value>The submit parameters.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.SubmittableEdit.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TimePicker">
            <summary>
            Represents a time picker.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.TimePicker.OnChanged">
            <summary>
            Called when the date picker is changed.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TimePicker.Format">
            <summary>
            Gets or sets the format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.TimePicker"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TimePicker.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
            <exception cref="T:System.ArgumentException">UTC time is not supported.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.Changed">
            <summary>
            Called when the combobox has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.DropDown">
            <summary>
            Called when the dropdown glyph is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.GetDisplayValue">
            <summary>
            Gets the display value.
            </summary>
            <returns>The value in display format.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.DoChanged">
            <summary>
            Executes the changed event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.SetTime(System.String)">
            <summary>
            Sets the date.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePicker.UpdateFromCalendar(Sitecore.Web.UI.HtmlControls.TimePickerPopup)">
            <summary>
            Updates from calendar.
            </summary>
            <param name="calendar">The calendar.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TimePickerPopup">
            <summary>
            Time picker
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TimePickerPopup.CurrentID">
            <summary>
            Gets the ID of the time option that is closest to currently selected time.
            </summary>
            <value>The current ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TimePickerPopup.Format">
            <summary>
            Gets or sets the time format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TimePickerPopup.SendOnClose">
            <summary>
            Gets or sets the message to send on close.
            </summary>
            <value>The message to send on close.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TimePickerPopup.Time">
            <summary>
            Gets the time.
            </summary>
            <value>The time.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePickerPopup.Update(System.Boolean)">
            <summary>
            Updates the control.
            </summary>
            <param name="selected">if set to <c>true</c> this instance is selected.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePickerPopup.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TimePickerPopup.SetTime">
            <summary>
            Sets the time.
            </summary>
            <returns>The time.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TreePicker">
            <summary>
            Represents a combobox with treeview dropdown.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.TreePicker.OnChanged">
            <summary>
            Called when the selection is changed.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreePicker.AllowNone">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.TreePicker"/> allows the none value.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.TreePicker"/> allows the none value; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.DoChanged">
            <summary>
            Executes the changed event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.OnDataContextChanged(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Called when the data context changed.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.DropDown">
            <summary>
            Called when the dropdown glyph is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.Select">
            <summary>
            Selects this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreePicker.GetDisplayValue">
            <summary>
            Gets the display value.
            </summary>
            <returns>The value in display format.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataListview">
            <summary>
            Represents a listview that pulls its items from a data context.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DataListview"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListview.AllowDragging">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataListview"/> allows dragging.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DataListview"/> allows dragging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListview.AtRoot">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataListview"/> is at the root.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DataListview"/> is at the root; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListview.Selected">
            <summary>
            Gets or sets the selected.
            </summary>
            <value>The selected.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.GetSelectedItem">
            <summary>
            Gets the selected item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.Open">
            <summary>
            Opens clicked item.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.CreateListviewItem(Sitecore.Data.Items.Item)">
            <summary>
            Creates the listview item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.DropItem(System.String)">
            <summary>
            Handles a drop event.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.GetColumnValues(Sitecore.Data.Items.Item,Sitecore.Web.UI.HtmlControls.DataListviewItem)">
            <summary>
            Gets the column values.
            </summary>
            <param name="child">The child.</param>
            <param name="ctl">The CTL.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.GetContextMenu">
            <summary>
            Gets the context menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.OnDataContextChanged(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Called when the data context has changed.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.OnItemAdded(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when an item has been added.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.OnItemDeleted(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when an item has been deleted.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.Populate">
            <summary>
            Populates the listview.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.Refresh">
            <summary>
            Refreshes this Listview.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.Refresh(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Refreshes the specified data context.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.SortByColumn(System.Int32)">
            <summary>
            Sorts by the column.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.SelectionChanged">
            <summary>
            Called whrn the selection has been changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListview.GetFormDataContext">
            <summary>
            Gets the form data context.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataListviewItem">
            <summary>
            Represents an item in a listview.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.Created">
            <summary>
            Gets or sets the created timestamp.
            </summary>
            <value>The created timestamp.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.DocumentTitle">
            <summary>
            Gets or sets the document title.
            </summary>
            <value>The document title.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.DocumentText">
            <summary>
            Gets or sets the document text.
            </summary>
            <value>The document text.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.Drop">
            <summary>
            Gets or sets the drop event.
            </summary>
            <value>The drop event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.HasChildren">
            <summary>
            Gets or sets the has children string.
            </summary>
            <value>The has children string.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.Template">
            <summary>
            Gets or sets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataListviewItem.Updated">
            <summary>
            Gets or sets the updated.
            </summary>
            <value>The updated.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListviewItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListviewItem.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListviewItem.OnItemDeleted(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataListviewItem.OnItemRenamed(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has been renamed.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Listview">
            <summary>
            Represents a listview.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Listview.ListviewViewChangedDelegate">
            <summary>
            Called when the view is changed.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listview.OnClick">
            <summary>
            Called when the control is clicked;
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listview.OnDblClick">
            <summary>
            Called when the control is double clicked;
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listview.OnSelectionChanged">
            <summary>
            Called when the selection is changed;
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Listview.OnViewChanged">
            <summary>
            Called when the view is changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.Click">
            <summary>
            Gets or sets the click event.
            </summary>
            <value>The click event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.ColumnNames">
            <summary>
            Gets the column names.
            </summary>
            <value>The column names.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.DblClick">
            <summary>
            Gets or sets the double click event.
            </summary>
            <value>The double click event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.Drop">
            <summary>
            Gets or sets the drop event.
            </summary>
            <value>The drop event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.ItemsOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> renders the items only and not the header.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> renders the items only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.MultiSelect">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> supports multiselect.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> supports multiselect; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.SelectedItems">
            <summary>
            Gets the selected items.
            </summary>
            <value>The selected items.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.ShowCheckboxes">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> shows the checkboxes.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> shows the checkboxes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.SortAscending">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> sorts ascending.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Listview"/> sorts ascending; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.SortBy">
            <summary>
            Gets or sets the sort by column.
            </summary>
            <value>The sort by column.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Listview.View">
            <summary>
            Gets or sets the view.
            </summary>
            <value>The view.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.AddViewsMenu(Sitecore.Web.UI.HtmlControls.Menu)">
            <summary>
            Adds the views menu.
            </summary>
            <param name="menu">The menu.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.ClearSelection">
            <summary>
            Clears the selection.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.GetItemByID(System.String)">
            <summary>
            Gets the item by ID.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.GetSelectedItems">
            <summary>
            Gets the selected items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.GetShellViewsMenu(System.String)">
            <summary>
            Gets the shell views menu.
            </summary>
            <param name="where">The where.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.GetViewsMenu(System.String)">
            <summary>
            Gets the views menu.
            </summary>
            <param name="where">The where.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.Refresh">
            <summary>
            Refreshes this Listview.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the dblclick event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.DoSetView(System.String)">
            <summary>
            Executes the set view event.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.RenderFooter(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the footer.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.RenderHeader(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the header.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.SaveViewState">
            <summary>
            Saves any state that was modified after the <see cref="M:System.Web.UI.WebControls.Style.TrackViewState"></see> method was invoked.
            </summary>
            <returns>
            An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Listview.SelectionChanged">
            <summary>
            Called whrn the selection has been changed.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ListviewHeader">
            <summary>
            Represents a header in a listview control.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewHeader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ListviewHeader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewHeader.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ListviewHeaderItem">
            <summary>
            Represents an item in a listview header.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewHeaderItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ListviewHeaderItem"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewHeaderItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ListviewItem">
            <summary>
            Represents an item in a list view.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.ClassPrefix">
            <summary>
            Gets or sets the class prefix.
            </summary>
            <value>The class prefix.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.ListviewItem"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.ColumnValues">
            <summary>
            Gets the column values.
            </summary>
            <value>The column values.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.Drag">
            <summary>
            Gets or sets the drag event.
            </summary>
            <value>The drag event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.ToolTip">
            <summary>
            Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
            </summary>
            <value></value>
            <returns>The text displayed when the mouse pointer hovers over the Web server control. The default is <see cref="F:System.String.Empty"></see>.</returns>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ListviewItem.Selected">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.ListviewItem"/> is selected.
            </summary>
            <value><c>true</c> if selected; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.GetCurrentView">
            <summary>
            Gets the current view.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.GetListview">
            <summary>
            Gets the listview.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.SaveViewState">
            <summary>
            Saves any state that was modified after the <see cref="M:System.Web.UI.WebControls.Style.TrackViewState"></see> method was invoked.
            </summary>
            <returns>
            An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.RenderIcons(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.Listview,System.String)">
            <summary>
            Renders the icons.
            </summary>
            <param name="output">The output.</param>
            <param name="listview">The listview.</param>
            <param name="checkbox">The checkbox.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.RenderDetails(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.Listview,System.String)">
            <summary>
            Renders the details.
            </summary>
            <param name="output">The output.</param>
            <param name="listview">The listview.</param>
            <param name="checkbox">The checkbox.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.RenderList(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.Listview,System.String)">
            <summary>
            Renders the list.
            </summary>
            <param name="output">The output.</param>
            <param name="listview">The listview.</param>
            <param name="checkbox">The checkbox.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ListviewItem.RenderReport(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.HtmlControls.Listview,System.String)">
            <summary>
            Renders the report.
            </summary>
            <param name="output">The output.</param>
            <param name="listview">The listview.</param>
            <param name="checkbox">The checkbox.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ContextMenu">
            <summary>
            Represents a context menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ContextMenu.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ContextMenu"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ContextMenu.Show(System.String,System.String)">
            <summary>
            Shows the menu at the specified tag id.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataContextMenu">
            <summary>
            Represents
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataContextMenu.Target">
            <summary>
            Gets or sets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataContextMenu.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.GalleryMenuLine">
            <summary>
            Represents a line in a menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.GalleryMenuLine.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.GalleryMenuLine"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.GalleryMenuLine.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Menu">
            <summary>
            Represents a menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Menu"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.Add(System.String,System.String,System.String)">
            <summary>
            Adds the specified header.
            </summary>
            <param name="header">The header.</param>
            <param name="icon">The icon.</param>
            <param name="click">The click.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.Add(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.String,Sitecore.Web.UI.HtmlControls.MenuItemType)">
            <summary>
            Adds the specified id.
            </summary>
            <param name="id">The id.</param>
            <param name="header">The header.</param>
            <param name="icon">The icon.</param>
            <param name="hotkey">The hotkey.</param>
            <param name="click">The click.</param>
            <param name="check">if set to <c>true</c> this instance has a checkbox.</param>
            <param name="radiogroup">The radiogroup.</param>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.Add(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.String,Sitecore.Web.UI.HtmlControls.MenuItemType,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Adds the specified parent.
            </summary>
            <param name="parent">The parent.</param>
            <param name="id">The id.</param>
            <param name="header">The header.</param>
            <param name="icon">The icon.</param>
            <param name="hotkey">The hotkey.</param>
            <param name="click">The click.</param>
            <param name="check">if set to <c>true</c> this instance has a checkbox.</param>
            <param name="radiogroup">The radiogroup.</param>
            <param name="type">The type.</param>
            <param name="submenu">The submenu.</param>
            <param name="action">The action.</param>
            <param name="onPopup">The on popup.</param>
            <param name="createPopupOnce">if set to <c>true</c> this instance is create popup once.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddDivider">
            <summary>
            Adds the divider.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddDivider(System.Web.UI.Control)">
            <summary>
            Adds the divider.
            </summary>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddFromDataSource(System.String,System.String)">
            <summary>
            Adds from data source.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddFromDataSource(System.String,System.String,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Adds from data source.
            </summary>
            <param name="itemID">The item ID.</param>
            <param name="target">The target.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddFromDataSource(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Adds from data source.
            </summary>
            <param name="item">The item.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddFromDataSource(Sitecore.Data.Items.Item,System.String,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Adds from data source.
            </summary>
            <param name="item">The item.</param>
            <param name="target">The target.</param>
            <param name="commandContext">The command context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.Show">
            <summary>
            Shows this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.Show(System.String)">
            <summary>
            Shows the menu at the specified position.
            </summary>
            <param name="where">The position.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.Show(System.String,System.String)">
            <summary>
            Shows the menu at the specified tag id.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The position.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddFromDataSource(Sitecore.Data.Items.Item,System.Web.UI.Control,System.String,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Adds from data source.
            </summary>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
            <param name="target">The target.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddMenuDivider(System.Web.UI.Control)">
            <summary>
            Adds the menu divider.
            </summary>
            <param name="parent">The parent.</param>
            <returns>The menu divider.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.AddMenuItem(System.Web.UI.Control,Sitecore.Data.Items.Item,System.String,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Adds the specified parent.
            </summary>
            <param name="parent">The parent.</param>
            <param name="child">The child.</param>
            <param name="target">The target.</param>
            <param name="context">The context.</param>
            <returns>The menu item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menu.RemoveDuplicateDividers">
            <summary>
            Removes the duplicate dividers.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Menubar">
            <summary>
            Represents a top menu bar.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menubar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Menubar"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Menubar.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MenubarItem">
            <summary>
            Represents an item in a menu bar.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenubarItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.MenubarItem"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenubarItem.FormattedHeader">
            <summary>
            Gets the formatted header.
            </summary>
            <value>The formatted header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenubarItem.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenubarItem.HeaderStyle">
            <summary>
            Gets or sets the header style.
            </summary>
            <value>The header style.</value>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MenuDivider">
            <summary>Represents a divider in a menu.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuDivider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.MenuDivider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuDivider.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MenuHeader">
            <summary>
            Represents a menu header.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuHeader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.MenuHeader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuHeader.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MenuItemType">
            <summary>Specifies the type of menu item.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.MenuItemType.Normal">
            <summary>Normal.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.MenuItemType.Check">
            <summary>Checkmark.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.MenuItemType.Radiogroup">
            <summary>Radiomark.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.MenuItemType.Submenu">
            <summary>Has a submenu.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MenuItem">
            <summary>Represents an item in a menu.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.MenuItem.icon">
            <summary>The icon.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.MenuItem"/> class.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.MenuItem.OnClick">
            <summary>
            Called when the menu item is clicked.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.MenuItem"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Drag">
            <summary>
            Gets or sets the drag event.
            </summary>
            <value>The drag event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Hotkey">
            <summary>
            Gets or sets the hotkey.
            </summary>
            <value>The hotkey.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Radiogroup">
            <summary>
            Gets or sets the radiogroup.
            </summary>
            <value>The radiogroup.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Submenu">
            <summary>
            Gets or sets the submenu.
            </summary>
            <value>The submenu.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.MenuItem.TranslateHeader">
            <summary>
            Gets or sets a value indicating whether translate header.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuItem.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>Executes the click event.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.</summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuItem.GetControlAttributes">
            <summary>Gets the control attributes.</summary>
            <returns>The get control attributes.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuItem.OnPreRender(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.MenuPanel">
            <summary>
            Represents a panel for containing subcontrols in a menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.MenuPanel.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Popup">
            <summary>
            Represents a control thar can popup.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Popup.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Popup"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Popup.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Navigator">
            <summary>
            Represents a Navigator that enables paging.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Navigator.NavigatorDelegate">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Navigator.Jump">
            <summary>Jump.</summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Navigator.Previous">
            <summary>Previous.</summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Navigator.Next">
            <summary>Next.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Navigator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Navigator"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Navigator.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Navigator.Count">
            <summary>
            Gets or sets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Navigator.Offset">
            <summary>
            Gets or sets the offset.
            </summary>
            <value>The offset.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Navigator.PageSize">
            <summary>
            Gets or sets the size of the page.
            </summary>
            <value>The size of the page.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Navigator.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Navigator.OnJump(Sitecore.Web.UI.Sheer.Message,System.Int32)">
            <summary>
            Called when this instance makes a jump.
            </summary>
            <param name="message">The message.</param>
            <param name="jump">The jump.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Navigator.OnNext(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the Next button is clicked.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Navigator.OnPrevious(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the Previous button is clicked.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Navigator.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Frame">
            <summary>
            Represents an IFrame Html tag.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Frame.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Frame"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.AllowTransparency">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Frame"/> allows transparency.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Frame"/> allows transparency; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.Height">
            <summary>
            Gets or sets the height of the Web server control.
            </summary>
            <value></value>
            <returns>A <see cref="T:System.Web.UI.WebControls.Unit"></see> that represents the height of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty"></see>.</returns>
            <exception cref="T:System.ArgumentException">The height was set to a negative value.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.Scrolling">
            <summary>
            Gets or sets the scrolling attribute.
            </summary>
            <value>The scrolling attribute.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.SourceUri">
            <summary>
            Gets or sets the source URI.
            </summary>
            <value>The source URI.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.Width">
            <summary>
            Gets or sets the width of the Web server control.
            </summary>
            <value></value>
            <returns>A <see cref="T:System.Web.UI.WebControls.Unit"></see> that represents the width of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty"></see>.</returns>
            <exception cref="T:System.ArgumentException">The width of the Web server control was set to a negative value. </exception>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Frame.XmlControl">
            <summary>
            Gets or sets the XML control.
            </summary>
            <value>The XML control.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Frame.SetSource(System.String,System.String)">
            <summary>
            Sets the source.
            </summary>
            <param name="sourceUri">The source URI.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Frame.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Frame.AddDisabledParameter(System.String)">
            <summary>
            Adds the disabled parameter.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Frame.GetSourceUri">
            <summary>
            Gets the source URI.
            </summary>
            <returns>The source URI.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Panel">
            <summary>
            Represents a panel.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Panel.OnClick">
            <summary>
            Called when the panel is clicked.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Panel.OnDblClick">
            <summary>
            Called when the panel is double clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Panel.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Panel"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Panel.Align">
            <summary>
            Gets or sets the align.
            </summary>
            <value>The align.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Panel.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Panel.DblClick">
            <summary>
            Gets or sets the Double Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Panel.InnerHtml">
            <summary>
            Gets or sets the inner HTML.
            </summary>
            <value>The inner HTML.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Panel.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Panel.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the dblclick event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Panel.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Scrollbox">
            <summary>
            Represents a panel with scrollbars.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Scrollbox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Scrollbox"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Scroller">
            <summary>
            Represents a panel with small scroll arrows.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Scroller.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Scroller"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Scroller.LeftImage">
            <summary>
            Gets or sets the left image.
            </summary>
            <value>The left image.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Scroller.RightImage">
            <summary>
            Gets or sets the right image.
            </summary>
            <value>The right image.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Scroller.ScrollLeft">
            <summary>
            Scrolls the left.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Scroller.ScrollRight">
            <summary>
            Scrolls the right.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Scroller.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Section">
            <summary>
            Represents a Section control.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Section.OnExpand">
            <summary>
            Called when the section expands.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Section.OnCollapse">
            <summary>
            Called when the section collapses.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Section"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Section.Collapsed">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Section"/> is collapsed.
            </summary>
            <value><c>true</c> if collapsed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Section.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Section.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Section.FeedLink">
            <summary>
            Gets or sets the RSS link.
            </summary>
            <value>The RSS link.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Section.ShowChevron">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Section"/> shows the chevron.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Section"/> shows the chevron; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoCollapse(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the collapse event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoActivate(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the activate event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the dblclick event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoDeactivate(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the deactivate event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoExpand(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the expand event.
            </summary>
            <param name="formEventArgs">The form event args.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Section.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Tab">
            <summary>
            Represents a tab in a tabstrip.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tab.Active">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Tab"/> is active.
            </summary>
            <value><c>true</c> if active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tab.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tab.DblClick">
            <summary>
            Gets or sets the Double Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tab.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TabSection">
            <summary>
            A tab section.
            </summary>
            <remarks>
            Only supported in vertical tab strip.
            </remarks>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Tabstrip">
            <summary>
            Represents a tab strip.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Tabstrip.OnChange">
            <summary>
            Called when the active tab is changed.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Tabstrip.OnTabClicked">
            <summary>
            Called when a tab is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Tabstrip"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tabstrip.Active">
            <summary>
            Gets or sets the active.
            </summary>
            <value>The active.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tabstrip.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tabstrip.DblClick">
            <summary>
            Gets or sets the Double Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Tabstrip.TabCount">
            <summary>
            Gets or sets the tab count.
            </summary>
            <value>The tab count.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.SetActive(System.Int32)">
            <summary>
            Sets the active.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.ClickTab">
            <summary>
            Clicks the tab.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.GetImage(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            Gets the image.
            </summary>
            <param name="id">The id.</param>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.RenderTab(System.Web.UI.HtmlTextWriter,System.Int32,Sitecore.Web.UI.HtmlControls.Tab,Sitecore.Web.UI.HtmlControls.Tab)">
            <summary>
            Renders the tab.
            </summary>
            <param name="output">The output.</param>
            <param name="index">The index.</param>
            <param name="tab">The tab.</param>
            <param name="previousTab">The previous tab.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.SetActiveTab(System.Int32)">
            <summary>
            Sets the active tab.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tabstrip.SetUnactiveTab(System.Int32)">
            <summary>
            Sets the unactive tab.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.VerticalTabstrip">
            <summary>
            A tabstrip with tabs organized vertically.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.OnChange">
            <summary>
            Called when the active tab is changed.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.OnTabClicked">
            <summary>
            Called when a tab is clicked.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Tabstrip"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.Active">
            <summary>
            Gets or sets the active.
            </summary>
            <value>The active.</value>
            <remarks>Provided for compatibility with TabStrip. Using ActiveTabID instead is recommended.</remarks>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.ActiveTabID">
            <summary>
            Gets or sets the active tab id.
            </summary>
            <value>The active tab id.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.SetActiveTab(System.String)">
            <summary>
            Sets the active.
            </summary>
            <param name="id">The id.</param>
            <contract>
              <requires name="id" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.SetActiveTab(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Sets the active tab.
            </summary>
            <contract>
              <requires name="message" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.SetActiveTabSheer">
            <summary>
            Sets the active tab sheer.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.WriteContent(System.Web.UI.HtmlTextWriter)">
            <summary>
            Writes the content.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.WriteTabs(System.Web.UI.HtmlTextWriter)">
            <summary>
            Writes the tabs.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.WriteTab(Sitecore.Web.UI.HtmlControls.Tab,System.Web.UI.HtmlTextWriter)">
            <summary>
            Writes the tab.
            </summary>
            <param name="tab">The tab.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.VerticalTabstrip.WriteSection(Sitecore.Web.UI.HtmlControls.TabSection,System.Web.UI.HtmlTextWriter)">
            <summary>
            Writes the section.
            </summary>
            <param name="section">The section.</param>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.RenderItem">
            <summary>
            Renders the item.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RenderItem.DefinitionSource">
            <summary>
            Definition source (path to item containing
            visualizer xml to use for display of item).
            If empty, DataSource is used.
            </summary>
            <value>The definition source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RenderItem.DisplayMode">
            <summary>
            Display mode (rendering type to use for display of
            item)
            </summary>
            <value>The display mode.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderItem.OnLoad(System.EventArgs)">
            <summary>
            Render control
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderItem.GetItem">
            <summary>
            Get item from current data source
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderItem.GetItemControl(Sitecore.Data.Items.Item)">
            <summary>
            Get rendering for an item
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.RenderList">
            <summary>
            Renders a list of items.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RenderList.DisplayMode">
            <summary>
            Display mode (rendering type to use for display of
            individual items)
            </summary>
            <value>The display mode.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.RenderList.Filter">
            <summary>
            Filter - enables filtering of items based on field
            values. Currently only supports filtering on one field value
            </summary>
            <value>The filter.</value>
            <remarks>Format: fieldname=condition</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderList.CheckFilter(Sitecore.Data.Items.Item)">
            <summary>
            Checks if an item complies with the current filter
            </summary>
            <param name="itm">The itm.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderList.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderList.GetItemControl(Sitecore.Data.Items.Item)">
            <summary>
            Get single item control
            </summary>
            <param name="itm">The itm.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.IReportFormatter">
            <summary>
            Represents a report formatter.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IReportFormatter.Format(System.Xml.XmlDocument,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Formats the specified source.
            </summary>
            <param name="source">The source.</param>
            <param name="parameters">The parameters.</param>
            <returns>The formatted output.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.IReportSource">
            <summary>
            Represents a report source.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.IReportSource.GetSource(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the source.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>The source as an Xml Document.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Reporter">
            <summary>
            Builds a report from a source and a formatter.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Reporter.SourceType">
            <summary>
            Gets or sets the type of the source.
            </summary>
            <value>The type of the source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Reporter.SourceParameters">
            <summary>
            Gets or sets the source parameters.
            </summary>
            <value>The source parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Reporter.FormatterType">
            <summary>
            Gets or sets the type of the formatter.
            </summary>
            <value>The type of the formatter.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Reporter.FormatterParameters">
            <summary>
            Gets or sets the formatter parameters.
            </summary>
            <value>The formatter parameters.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Reporter.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ReportFileSource">
            <summary>
            Represents a file reporter source.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ReportFileSource.GetSource(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the source.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>The source as an Xml Document.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ReportXslFormatter">
            <summary>
            Represents a Xslt reporter formatter.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ReportXslFormatter.Format(System.Xml.XmlDocument,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Formats the specified source.
            </summary>
            <param name="source">The source.</param>
            <param name="parameters">The parameters.</param>
            <returns>The formatted output.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Action">
            <summary>
            Represents an action.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Action.ActionChangedDelegate">
            <summary>
            Called when the action is changed.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Action.Changed">
            <summary>
            Called when the action is changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Action.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Action"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Action"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.DblClick">
            <summary>
            Gets or sets the Double Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.ToolTip">
            <summary>
            Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
            </summary>
            <value></value>
            <returns>The text displayed when the mouse pointer hovers over the Web server control. The default is <see cref="F:System.String.Empty"></see>.</returns>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Action.Visible">
            <summary>
            Gets or sets a value that indicates whether a server control is rendered as UI on the page.
            </summary>
            <value></value>
            <returns>true if the control is visible on the page; otherwise false.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Action.OnChanged">
            <summary>
            Called when this instance has changed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Action.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DocumentType">
            <summary>
            The document type.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DocumentType.Declaration">
            <summary>
            Gets or sets Declaration.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DocumentType.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            The do render.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.RenderLiteral">
            <summary>
            Renders a control as a literal.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderLiteral.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.RenderLiteral.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render control
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.ScriptFile">
            <summary>
            Script file.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ScriptFile.Block">
            <summary>
            Gets or sets the block.
            </summary>
            <value>The block.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ScriptFile.Defer">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.ScriptFile"/> is defer.
            </summary>
            <value><c>true</c> if defer; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ScriptFile.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ScriptFile.Language">
            <summary>
            Sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ScriptFile.Src">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.ScriptFile.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ScriptFile.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ScriptFile"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.ScriptFile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.ScriptFile"/> class.
            </summary>
            <param name="src">The SRC.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.StylesheetFile">
            <summary>
            Script file.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.StylesheetFile.Block">
            <summary>
            Gets or sets the block 'css' style to be embedded inside 'style' tag.
            </summary>
            <value>The block.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.StylesheetFile.Src">
            <summary>
            Gets or sets the source (path) to the stylesheet file.
            </summary>
            <value>The source.</value>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.UpAction">
            <summary>
            Represents an action that controls the Up action in a DataContext.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.UpAction.OnDataContextChanged(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Called when the data context changed.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.UpAction.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.UpAction.Update">
            <summary>
            Updates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.UpAction.Update(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Updates the specified data context.
            </summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.UserControlRenderer">
            <summary>
            Renders a user control.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.UserControlRenderer.Src">
            <summary>
            Gets or sets the SRC.
            </summary>
            <value>The SRC.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.UserControlRenderer.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.UserControlRenderer.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.AutoToolmenu">
            <summary>
            Represents a toolmenu that is generated from an item specified on the querystring.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.AutoToolmenu.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.AutoToolmenu"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.AutoToolmenu.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.AutoToolmenubutton">
            <summary>
            Represents a toolbutton that opens a menu from an item specified on the querystring.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.AutoToolmenubutton.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Combobutton">
            <summary>
            Represents a toolbuton with a drop down glyph.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Combobutton.OnDropDown">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Combobutton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Combobutton"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Combobutton.PopupControl">
            <summary>
            Gets or sets the popup control.
            </summary>
            <value>The popup control.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Combobutton.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Combobutton.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Combobutton.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataToolbar">
            <summary>
            Represents a toolbar that is generated from a data source.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataToolbar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DataToolbar"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataToolbar.IconSize">
            <summary>
            Gets or sets the size of the icon.
            </summary>
            <value>The size of the icon.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataToolbar.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataToolbutton">
            <summary>
            Represents a toolbutton that loads its data from a data source.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataToolbutton.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataToolmenu">
            <summary>
            Represents a toolmenu that loads its items from a data source.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataToolmenu.Target">
            <summary>
            Gets or sets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataToolmenu.AddItems(Sitecore.Web.UI.HtmlControls.Menu)">
            <summary>
            Adds the items.
            </summary>
            <param name="menu">The menu.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataToolmenubutton">
            <summary>
            Represents a tool menu buttons that loads its items from a data source.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataToolmenubutton.Target">
            <summary>
            Gets or sets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataToolmenubutton.AddItems(Sitecore.Web.UI.HtmlControls.Menu)">
            <summary>
            Adds the items.
            </summary>
            <param name="menu">The menu.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Dropbutton">
            <summary>
            Represents a toolbutton that shows a popup.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Dropbutton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Dropbutton"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Dropbutton.PopupControl">
            <summary>
            Gets or sets the popup control.
            </summary>
            <value>The popup control.</value>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Toolbar">
            <summary>
            Represents a toolbar.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolbar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Toolbar"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolbar.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Toolbutton">
            <summary>
            Represents a clickable button on a toolbar.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolbutton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Toolbutton"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Control"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Toolbutton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.Glyph">
            <summary>
            Gets or sets the glyph.
            </summary>
            <value>The glyph.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.IconSize">
            <summary>
            Gets or sets the size of the icon.
            </summary>
            <value>The size of the icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.RadioGroup">
            <summary>
            Gets or sets the radio group.
            </summary>
            <value>The radio group.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Toolbutton.Toggle">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.Toolbutton"/> is a toggle button.
            </summary>
            <value><c>true</c> if this is a toggle button; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolbutton.LoadFromItem(Sitecore.Data.Items.Item)">
            <summary>
            Loads data from an item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolbutton.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolbutton.GetClass">
            <summary>
            Gets the class.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Tooldivider">
            <summary>
            Represents a divider in a toolbar.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Tooldivider.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Toolmenu">
            <summary>
            Represents a toolbutton with a drop down menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolmenu.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Toolmenu"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Toolmenubutton">
            <summary>
            Represents a toolbutton that shows a toolmenu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolmenubutton.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Toolmenubutton"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolmenubutton.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolmenubutton.AddItems(Sitecore.Web.UI.HtmlControls.Menu)">
            <summary>
            Adds the items.
            </summary>
            <param name="menu">The menu.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolmenubutton.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Toolmenubutton.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataTreecrumb">
            <summary>
            Represents a treecrumb.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreecrumb.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreecrumb"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreecrumb.BuildMenus">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreecrumb"/> builds the menus.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreecrumb"/> builds the menus; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreecrumb.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreecrumb.OnPopup">
            <summary>
            Gets or sets the on popup event.
            </summary>
            <value>The on popup event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreecrumb.Src">
            <summary>
            Gets or sets the SRC.
            </summary>
            <value>The SRC.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreecrumb.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreecrumb.GetItems">
            <summary>
            Gets the items.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreecrumb.AddNode(System.Web.UI.Control,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Adds the node.
            </summary>
            <param name="node">The node.</param>
            <param name="itemID">The item ID.</param>
            <param name="id">The id.</param>
            <param name="header">The header.</param>
            <param name="icon">The icon.</param>
            <param name="click">The click.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Treecrumb">
            <summary>
            Represents a treecrumb.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treecrumb.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Treecrumb"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treecrumb.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treecrumb.Glyph">
            <summary>
            Gets or sets the glyph.
            </summary>
            <value>The glyph.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treecrumb.ItemsOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Treecrumb"/> renders the items only.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Treecrumb"/> renders the items only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treecrumb.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treecrumb.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treecrumb.CreateComboButton(Sitecore.Web.UI.HtmlControls.TreecrumbNode)">
            <summary>
            Creates the combo button.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treecrumb.CreateMenu(Sitecore.Web.UI.HtmlControls.Control,Sitecore.Web.UI.HtmlControls.TreecrumbNode)">
            <summary>
            Creates the menu.
            </summary>
            <param name="parent">The parent.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treecrumb.CreateMenuItems(Sitecore.Web.UI.HtmlControls.Control,Sitecore.Web.UI.HtmlControls.TreecrumbNode)">
            <summary>
            Creates the menu items.
            </summary>
            <param name="parent">The parent.</param>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TreecrumbNode">
            <summary>
            Represents a node in a treecrumb.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreecrumbNode.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreecrumbNode.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreecrumbNode.OnPopup">
            <summary>
            Gets or sets the on popup event.
            </summary>
            <value>The on popup event.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreecrumbNode.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataTreeNode">
            <summary>
            Represents a node in a treeview.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeNode.Drag">
            <summary>
            Gets or sets the drag event.
            </summary>
            <value>The drag event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeNode.Drop">
            <summary>
            Gets or sets the drop event.
            </summary>
            <value>The drop event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeNode.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeNode.DragSort">
            <summary>
            Gets or sets the drag sort.
            </summary>
            <value>The drag sort.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeNode.OnItemDeleted(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has deleted.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeNode.OnItemSaved(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has saved.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeNode.OnItemRenamed(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Data.ID)">
            <summary>
            Called when the item has renamed.
            </summary>
            <param name="context">The context.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeNode.Collapse(System.Web.UI.Control)">
            <summary>
            Collapses the specified control.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.DataTreeview">
            <summary>Displays hierarchical data, such as a table of contents, in a tree structure.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DataTreeview._disableEvents">
            <summary>
            The disable events.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DataTreeview._refreshQueue">
            <summary>
            The refresh queue.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.DataTreeview._showRoot">
            <summary>
            The show root.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeview.AllowDragging">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/> allows the dragging.
            </summary>
            <value>
                <c>true</c> if <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/>allows the dragging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeview.AutoUpdateDataContext">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/> automatically updates the data context.
            </summary>
            <value>
                <c>true</c> if <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/> automatically updates the data context; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeview.IgnoreSorting">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/> ignores sorting.
            </summary>
            <value>
                <c>true</c> if <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/>ignores sorting; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeview.ShowRoot">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/> shows the root.
            </summary>
            <value>
                <c>true</c> if <see cref="T:Sitecore.Web.UI.HtmlControls.DataTreeview"/>shows the root; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.DataTreeview.RefreshQueue">
            <summary>
            Gets or sets the refresh queue.
            </summary>
            <value>The refresh queue.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.DisableEvents">
            <summary>Disables the events.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.EnableEvents">
            <summary>Enables the events.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetNodeByItemID(System.String)">
            <summary>Gets the node by long item ID.</summary>
            <param name="id">The id.</param>
            <returns>The node by item ID.</returns>
            <remarks>Please note that the method accepts long item ID.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetSelectionItem">
            <summary>Gets the selection item.</summary>
            <returns>The selection item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Refresh">
            <summary>Refreshes this instance.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Refresh(Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Refreshes the specified node.</summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.RefreshNode(Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Refreshes the node.</summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.RefreshRoot">
            <summary>Refreshes the root.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.DropItem(System.String)">
            <summary>Handles a drop event.</summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Expand(Sitecore.Web.UI.HtmlControls.TreeNode,System.Boolean)">
            <summary>Expands the specified node.</summary>
            <param name="node">The node.</param>
            <param name="refresh">if set to <c>true</c> this instance is refresh.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetContextMenu">
            <summary>Gets the context menu.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetContextMenu(System.String)">
            <summary>Gets the context menu.</summary>
            <param name="where">The position.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetNewMenu(System.String)">
            <summary>Gets the new menu.</summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetTreeNode(Sitecore.Data.Items.Item,System.Web.UI.Control)">
            <summary>Gets the tree node.</summary>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
            <returns>The tree node.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.NodeClicked(Sitecore.Web.UI.Sheer.Message,Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Handles a click on the node.</summary>
            <param name="message">The message.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.OnDataContextChanged(Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>Called when the data context has changed.</summary>
            <param name="dataContext">The data context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.OnLoad(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.</summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.OnPreRender(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Populate(System.Web.UI.Control,System.Int32)">
            <summary>Populates the specified control.</summary>
            <param name="control">The control.</param>
            <param name="depth">The depth.</param>
            <returns>Populated control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Populate(System.Web.UI.Control,Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>Populates the specified control.</summary>
            <param name="control">The control.</param>
            <param name="dataContext">The data context.</param>
            <returns>Populated control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Populate(Sitecore.Web.UI.HtmlControls.DataContext,System.Web.UI.Control,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String)">
            <summary>Populates the specified data context.</summary>
            <param name="dataContext">The data context.</param>
            <param name="control">The control.</param>
            <param name="root">The root.</param>
            <param name="folder">The folder.</param>
            <param name="selectedIDs">The selected Ids.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Refresh(System.String)">
            <summary>Refreshes the specified id.</summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.Refresh(Sitecore.Data.ID)">
            <summary>Refreshes the specified id.</summary>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetSelectedIDs(Sitecore.Data.Items.Item[])">
            <summary>Gets the selected Ids.</summary>
            <param name="selected">The selected.</param>
            <returns>The get selected i ds.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemSavedNotification(System.Object,Sitecore.Data.Events.ItemSavedEventArgs)">
            <summary>Called when the item is saved.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.RemoveControls(System.Web.UI.Control)">
            <summary>Removes the controls.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.RenderNode(Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Renders the node.</summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.SetDepth(System.Web.UI.Control,System.Int32)">
            <summary>Sets the depth.</summary>
            <param name="control">The control.</param>
            <param name="depth">The depth.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.GetRootID">
            <summary>Gets the root ID.</summary>
            <returns>The get root id.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemChildrenChangedNotification(System.Object,Sitecore.Data.Events.ItemChildrenChangedEventArgs)">
            <summary>Called when the items children are changed.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemCopiedNotification(System.Object,Sitecore.Data.Events.ItemCopiedEventArgs)">
            <summary>Called when the item is copied.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemCreatedNotification(System.Object,Sitecore.Data.Events.ItemCreatedEventArgs)">
            <summary>Called when the item is created.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemDeletedNotification(System.Object,Sitecore.Data.Events.ItemDeletedEventArgs)">
            <summary>Called when the item is deleted.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemMovedNotification(System.Object,Sitecore.Data.Events.ItemMovedEventArgs)">
            <summary>Called when the item is moved.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemRenamedNotification(System.Object,Sitecore.Data.Events.ItemRenamedEventArgs)">
            <summary>Called when the item is renamed.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.ItemSortorderChangedNotification(System.Object,Sitecore.Data.Events.ItemSortorderChangedEventArgs)">
            <summary>Called when the item is sortorder changed.</summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.QueueRefresh(System.String)">
            <summary>Queues the refresh.</summary>
            <param name="longID">The long ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.DataTreeview.RenderNode(Sitecore.Web.UI.HtmlControls.DataContext,Sitecore.Web.UI.HtmlControls.TreeNode,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item[])">
            <summary>Renders the node.</summary>
            <param name="dataContext">The data context.</param>
            <param name="node">The node.</param>
            <param name="root">The root.</param>
            <param name="folder">The folder.</param>
            <param name="selected">The selected.</param>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TreeHeader">
            <summary>
            Represents a header in a treeview.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeHeader.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeHeader"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeHeader.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"/>
            object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the server control content.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeHeader.SetClass">
            <summary>
            Sets the class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TreeHeaderItem">
            <summary>
            Represents an item in the header of a treeview.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeHeaderItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeHeaderItem"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeHeaderItem.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"/>
            object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the server control content.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeHeaderItem.SetClass">
            <summary>
            Sets the class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TreeNode">
            <summary>
            Represents a node in a treeview.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.TreeNode.columnValues">
            <summary>
            The column values.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.TreeNode.depth">
            <summary>
            The depth.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> is checked.
            </summary>
            <value>
            <c>true</c> if checked; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.ChildrenOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> renders the children only.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> renders the children only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>
            The event to be executed.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.ColumnValues">
            <summary>
            Gets or sets the column values.
            </summary>
            <value>
            The column values.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.DblClick">
            <summary>
            Gets or sets the Double Click event.
            </summary>
            <value>
            The event to be executed.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Depth">
            <summary>
            Gets or sets the depth.
            </summary>
            <value>
            The depth.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Expandable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> is expandable.
            </summary>
            <value>
            <c>true</c> if expandable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Expanded">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> is expanded.
            </summary>
            <value>
            <c>true</c> if expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>
            The header.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>
            The icon.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.ItemStyle">
            <summary>
            Gets or sets the item CSS style.
            </summary>
            <value>
            The item style.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.NodeOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> renders the node only.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> renders node only; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.Selected">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> is selected.
            </summary>
            <value>
            <c>true</c> if selected; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeNode.ShowCheckBox">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> shows the check box.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeNode"/> shows the check box; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.Collapse">
            <summary>
            Collapses this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.Expand">
            <summary>
            Expands this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Processes postback data for an ASP.NET server control.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>
            <c>true</c> if the server control's state changes as a result of the postback; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.Toggle">
            <summary>
            Toggles this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.Check">
            <summary>
            Checks this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.Collapse(System.Web.UI.Control)">
            <summary>
            Collapses the specified control.
            </summary>
            <param name="control">
            The control.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"/>
            object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the server control content.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.GetTreeview">
            <summary>
            Gets the treeview.
            </summary>
            <returns>
            The treeview.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="args">
            The <see cref="T:System.EventArgs"/> object that contains the event data.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.CollapseChildren(System.Web.UI.Control)">
            <summary>
            Collapses the children.
            </summary>
            <param name="control">
            The control.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.ExpandChildren(System.Web.UI.Control)">
            <summary>
            Expands the children.
            </summary>
            <param name="control">
            The control.
            </param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.GetDepth">
            <summary>
            Gets the depth.
            </summary>
            <returns>
            The depth.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.RenderCheckBox">
            <summary>
            Renders the check box.
            </summary>
            <returns>
            The check box HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.RenderGlyph">
            <summary>
            Renders the glyph.
            </summary>
            <returns>
            The glyph HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.RenderIcon">
            <summary>
            Renders the icon.
            </summary>
            <returns>
            The icon HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.RenderTextCell">
            <summary>
            Renders the text cell.
            </summary>
            <returns>
            The text cell HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.RenderValueCells">
            <summary>
            Renders the value cells.
            </summary>
            <returns>
            The value cells HTML.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeNode.SetClass">
            <summary>
            Sets the class.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.Treeview">
            <summary>Represents a treeview.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Treeview._depth">
            <summary>
            The depth.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Treeview._isEvent">
            <summary>
            Is event.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.HtmlControls.Treeview._itemsOnly">
            <summary>
            The items only.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> class.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Treeview.OnClick">
            <summary>
            Called when the treeview is clicked.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.HtmlControls.Treeview.OnDblClick">
            <summary>
            Called when the treeview is double clicked.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.CheckParents">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> checks off the parents.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> checks off the parents; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Checked">
            <summary>
            Gets the checked nodes.
            </summary>
            <value>
            The checked nodes.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Click">
            <summary>
            Gets or sets the click.
            </summary>
            <value>
            The click.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.ColumnNames">
            <summary>
            Gets or sets the column names.
            </summary>
            <value>
            The column names.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.DblClick">
            <summary>
            Gets or sets the double click.
            </summary>
            <value>
            The double click.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Depth">
            <summary>
            Gets or sets the depth.
            </summary>
            <value>
            The depth.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Drag">
            <summary>
            Gets or sets the drag event.
            </summary>
            <value>
            The drag event.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Drop">
            <summary>
            Gets or sets the drop event.
            </summary>
            <value>
            The drop event.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.ItemsOnly">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> only renders the items and not the header.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> only renders the items and not the header; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.MultiSelect">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> allows multiselection.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> allows multiselection; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Nodes">
            <summary>
            Gets the nodes.
            </summary>
            <value>
            The nodes.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.Selected">
            <summary>
            Gets the selected nodes.
            </summary>
            <value>
            The selected nodes.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.Treeview.ShowCheckboxes">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> shows the checkboxes.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.HtmlControls.Treeview"/> shows the checkboxes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.AddChecked(System.String)">
            <summary>Adds the node with the specified ID to the checked set.</summary>
            <param name="id">The ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.AddSelected(System.String)">
            <summary>Adds the node with the specified ID to the selected set.</summary>
            <param name="id">The ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.ClearChecked">
            <summary>Clears the checked nodes.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.ClearNodes">
            <summary>Clears the nodes.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.ClearSelection">
            <summary>Clears the selection.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.FindNode(System.String)">
            <summary>Finds the node.</summary>
            <param name="id">The ID.</param>
            <returns>The node.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.Toggle(System.String)">
            <summary>Toggles the node with the specified ID.</summary>
            <param name="id">The ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.Collapse(Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Collapses the specified node.</summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>Executes the click event.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>Executes the dblclick event.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.DoKeydown(Sitecore.Web.UI.Sheer.Message)">
            <summary>Executes the keydown event.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the control.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.Expand(Sitecore.Web.UI.HtmlControls.TreeNode,System.Boolean)">
            <summary>Expands the specified node.</summary>
            <param name="node">The node.</param>
            <param name="refresh">If set to <c>true</c> this instance is refresh.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.NodeClicked(Sitecore.Web.UI.Sheer.Message,Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Handles a click on the node.</summary>
            <param name="message">The message.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.OnLoad(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.</summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.OnPreRender(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.CheckParentNodes(System.String)">
            <summary>Checks the parent nodes.</summary>
            <param name="id">The ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.ClearChecked(System.Web.UI.Control)">
            <summary>Clears the checked.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.ClearSelection(System.Web.UI.Control)">
            <summary>Clears the selection.</summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.FindNextNode(Sitecore.Web.UI.HtmlControls.TreeNode,System.Boolean)">
            <summary>Finds the next node.</summary>
            <param name="node">The node.</param>
            <param name="useChildren">If set to <c>true</c> this instance is use children.</param>
            <returns>The next node.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.FindNode(System.Web.UI.Control,System.String)">
            <summary>Finds the node.</summary>
            <param name="control">The control.</param>
            <param name="id">The ID.</param>
            <returns>The node.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.FindPreviousNode(Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>Finds the previous node.</summary>
            <param name="node">The node.</param>
            <returns>The previous node.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.GetChecked(System.Collections.ArrayList,System.Web.UI.Control)">
            <summary>Gets the checked nodes.</summary>
            <param name="result">The result.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.GetLastChild(System.Web.UI.Control)">
            <summary>Gets the last child.</summary>
            <param name="control">The control.</param>
            <returns>The last child.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.GetNodes(System.Collections.ArrayList,System.Web.UI.Control)">
            <summary>Gets the nodes.</summary>
            <param name="result">The result.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.GetSelectedNodes(System.Collections.ArrayList,System.Web.UI.Control)">
            <summary>Gets the selected nodes.</summary>
            <param name="result">The result.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.SetCheckboxes(System.Web.UI.ControlCollection)">
            <summary>Sets the checkboxes.</summary>
            <param name="controls">The controls.</param>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.Treeview.SetClass">
            <summary>Sets the class.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.HtmlControls.TreeviewNavigator">
            <summary>
            Represents a navigator in a treeview.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeviewNavigator.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.HtmlControls.TreeviewNavigator"/> class.
            </summary>
            <param name="offset">The offset.</param>
            <param name="count">The count.</param>
            <param name="pageSize">Size of the page.</param>
            <param name="depth">The depth.</param>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeviewNavigator.Count">
            <summary>
            Gets or sets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeviewNavigator.PageSize">
            <summary>
            Gets or sets the size of the page.
            </summary>
            <value>The size of the page.</value>
        </member>
        <member name="P:Sitecore.Web.UI.HtmlControls.TreeviewNavigator.Offset">
            <summary>
            Gets or sets the offset.
            </summary>
            <value>The offset.</value>
        </member>
        <member name="M:Sitecore.Web.UI.HtmlControls.TreeviewNavigator.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="T:Sitecore.Web.UI.ControlValueHelper">
            <summary>
            Provides methods to get a value of the specified control.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.ControlValueHelper.GetValidationValue(System.Web.HttpContext,System.String)">
            <summary>
            Gets the control value to validate.
            </summary>
            <param name="httpContext">The current HTTP context.</param>
            <param name="controlId">The control identifier.</param>
            <returns>The control value to validate.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.ControlValueHelper.GetValidationValue(System.Web.UI.Control)">
            <summary>
            Gets the control value to validate.
            </summary>
            <param name="control">The control object.</param>
            <returns>The control value to validate.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.DatabasePageStateStore">
            <summary>
            Database Storage provider for Page state information (Viewstate, PageState).
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.DatabasePageStateStore.Load(System.String)">
            <summary>
            The load.
            </summary>
            <param name="key">
            The key.
            </param>
            <returns>
            The load.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.DatabasePageStateStore.Save(System.String,System.String)">
            <summary>
            The save.
            </summary>
            <param name="key">
            The page state key.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Web.UI.FilePageStateStore">
            <summary>
            File storage provider for PageState.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.FilePageStateStore.GetFileName(System.String,System.String)">
            <summary>
            Gets the name of the file.
            </summary>
            <param name="id">
            The id.
            </param>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.FilePageStateStore.Load(System.String)">
            <summary>
            The load.
            </summary>
            <param name="pageStateKey">The page State Key.</param>
            <returns>
            The loaded page state.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.FilePageStateStore.Save(System.String,System.String)">
            <summary>
            The save.
            </summary>
            <param name="key">
            The page state key.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1">
            <summary>
            ComponentArtGridSource
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.#ctor(ComponentArt.Web.UI.Grid,Sitecore.Web.UI.Grids.IGridSource{`0},System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1"/> class.
            </summary>
            <param name="grid">The grid.</param>
            <param name="source">The source.</param>
            <param name="dataBind">if set to <c>true</c>, data binding will be performed immediately.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Manage(ComponentArt.Web.UI.Grid,Sitecore.Web.UI.Grids.IGridSource{`0},System.Boolean)">
            <summary>
            Binds the specified grid.
            </summary>
            <param name="grid">The grid.</param>
            <param name="source">The source.</param>
            <param name="dataBind">if set to <c>true</c>, data binding will be performed immediately.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ApplyDataSource">
            <summary>
            Updates the data source.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ApplyFilter">
            <summary>
            Applies the filter.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ApplySort">
            <summary>
            Applies the sort.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ApplyUI">
            <summary>
            Applies the UI.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ApplyCallbackUrlFix">
            <summary>
            Applies the callback URL fix.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.DataBind">
            <summary>
            Binds the data.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.GetDataSource(System.Int32,System.Int32)">
            <summary>
            Gets the data source.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.InitializeGrid(System.Boolean)">
            <summary>
            Initializes the grid.
            </summary>
            <param name="dataBind">if set to <c>true</c>, data binding will be performed immediately.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.InitializeItemBinding">
            <summary>
            Initializes the item binding.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ParseFilter(System.String)">
            <summary>
            Parses a filter.
            </summary>
            <param name="filter">The filter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.ParseFilters(System.String)">
            <summary>
            Parses the filter.
            </summary>
            <param name="filters">The filter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Grid_ItemDataBound(System.Object,ComponentArt.Web.UI.GridItemDataBoundEventArgs)">
            <summary>
            Handles the ItemDataBound event of the Grid control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:ComponentArt.Web.UI.GridItemDataBoundEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Grid_FilterCommand(System.Object,ComponentArt.Web.UI.GridFilterCommandEventArgs)">
            <summary>
            Handles the FilterCommand event of the Grid control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:ComponentArt.Web.UI.GridFilterCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Grid_NeedDataSource(System.Object,System.EventArgs)">
            <summary>
            Handles the NeedDataSource event of the Grid control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Grid_NeedRebind(System.Object,System.EventArgs)">
            <summary>
            Handles the NeedRebind event of the Grid control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Grid_PageIndexChanged(System.Object,ComponentArt.Web.UI.GridPageIndexChangedEventArgs)">
            <summary>
            Handles the PageIndexChanged event of the Grid control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:ComponentArt.Web.UI.GridPageIndexChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.ComponentArtGridHandler`1.Grid_Sort(System.Object,ComponentArt.Web.UI.GridSortCommandEventArgs)">
            <summary>
            Handles the Sort event of the Grid control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:ComponentArt.Web.UI.GridSortCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.GridFilter">
            <summary>
            GridFilter
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.GridFilter.FilterOperator">
            <summary>
            Operator
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.Grids.GridFilter.FilterOperator.Contains">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridFilter.#ctor(System.String,System.String,Sitecore.Web.UI.Grids.GridFilter.FilterOperator)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Grids.GridFilter"/> class.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="criteria">The criteria.</param>
            <param name="operator">The @operator.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Grids.GridFilter.Criteria">
            <summary>
            Gets the criteria.
            </summary>
            <value>The criteria.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Grids.GridFilter.FieldName">
            <summary>
            Gets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Grids.GridFilter.Operator">
            <summary>
            Gets the operator.
            </summary>
            <value>The operator.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.GridSource`1">
            <summary>
            GridSource
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.#ctor(Sitecore.Common.IPageable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Grids.GridSource`1"/> class.
            </summary>
            <param name="elements">The entries.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Grids.GridSource`1"/> class.
            </summary>
            <param name="elements">The entries.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.Filter(System.Collections.Generic.IList{Sitecore.Web.UI.Grids.GridFilter})">
            <summary>
            Filters the entries.
            </summary>
            <param name="filters">The filters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetEntries(System.Int32,System.Int32)">
            <summary>
            Gets the entries.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetEntryCount">
            <summary>
            Gets the number of entries.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.Sort(System.Collections.Generic.IList{Sitecore.Data.SortCriteria})">
            <summary>
            Sorts using the specified field name.
            </summary>
            <param name="sorting">The sorting.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetFieldValue(System.String,`0)">
            <summary>
            Gets the field value.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="entry">The entry.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetFilteredEntries(System.Int32,System.Int32)">
            <summary>
            Gets the filtered entries.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetFilteredEntryCount">
            <summary>
            Gets the filtered entry count.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetFilteredEntries(Sitecore.Common.IFilterable{`0},System.Int32,System.Int32)">
            <summary>
            Gets the filtered entries.
            </summary>
            <param name="elements">The elements.</param>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.GetFilteredEntryCount(Sitecore.Common.IFilterable{`0})">
            <summary>
            Gets the filtered entry count.
            </summary>
            <param name="elements">The elements.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.MatchesFilter(`0,Sitecore.Web.UI.Grids.GridFilter)">
            <summary>
            Determines if an entry matches the current filters.
            </summary>
            <param name="entry">The entry.</param>
            <param name="filter">The filter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.MatchesFilters(`0)">
            <summary>
            Determines if an entry matches the current filters.
            </summary>
            <param name="entry">The entry.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.GridSource`1.EntryComparer">
            <summary>
            AccountComparer
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.EntryComparer.#ctor(System.Collections.Generic.IList{Sitecore.Data.SortCriteria})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Grids.GridSource`1.EntryComparer"/> class.
            </summary>
            <param name="sorting">The sorting.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.EntryComparer.Compare(`0,`0)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.EntryComparer.Compare(`0,`0,Sitecore.Data.SortCriteria)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <param name="sort">The sort.</param>
            <returns>
            Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridSource`1.EntryComparer.ApplyDirection(System.Int32,System.Web.UI.WebControls.SortDirection)">
            <summary>
            Applies the direction.
            </summary>
            <param name="comparisonResult">The comparison result.</param>
            <param name="direction">The direction.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.GridUtil">
            <summary>
            Utility methods for Component Art Grid.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridUtil.Process(System.String,System.Collections.Generic.IEnumerable{System.Func{System.Text.StringBuilder,System.Text.StringBuilder}})">
            <summary>
            Processes the specified input.
            </summary>
            <param name="input">The input.</param>
            <param name="sequence">The sequence.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridUtil.GetSelectedValue(System.String)">
            <summary>
            Gets the selected value.
            </summary>
            <param name="gridID">The grid ID.</param>
            <returns>The selected value.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridUtil.DecodeJavaScriptId(System.String)">
            <summary>
            Decodes the id that was encoded by EncodeJavaScriptId method.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.GridUtil.EncodeJavaScriptId(System.String)">
            <summary>
            Encodes value that is used as id in JavaScript.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Grids.IGridSource`1">
            <summary>
            IGridSource
            </summary>
            <typeparam name="TElement">The type of the element.</typeparam>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.IGridSource`1.Filter(System.Collections.Generic.IList{Sitecore.Web.UI.Grids.GridFilter})">
            <summary>
            Filters the entries.
            </summary>
            <param name="filters">The filters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.IGridSource`1.GetEntries(System.Int32,System.Int32)">
            <summary>
            Gets the entries.
            </summary>
            <param name="pageIndex">Index of the page.</param>
            <param name="pageSize">Size of the page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.IGridSource`1.GetEntryCount">
            <summary>
            Gets the number of entries.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Grids.IGridSource`1.Sort(System.Collections.Generic.IList{Sitecore.Data.SortCriteria})">
            <summary>
            Sorts using the specified field name.
            </summary>
            <param name="sorting">The sorting.</param>
        </member>
        <member name="T:Sitecore.Web.UI.IHasExtensibleProperties">
            <summary>
            Represents a IHasExtensibleProperties.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.IHasExtensibleProperties.SetExtensibleProperty(System.Web.UI.Control,System.String,System.String)">
            <summary>
            Sets the extensible property.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Web.UI.ImageDimension">
            <summary>
            Image dimension enumeration.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.ImageDimension.idDefault">
            <summary>Default dimension</summary>
        </member>
        <member name="F:Sitecore.Web.UI.ImageDimension.id16x16">
            <summary>16 by 16 pixels.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.ImageDimension.id24x24">
            <summary>24 by 24 pixels.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.ImageDimension.id32x32">
            <summary>32 by 32 pixels.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.ImageDimension.id48x48">
            <summary>48 by 48 pixels.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.IRenderingType">
            <summary>
            Defines the basic properties and functionality of a type of renderings.
            </summary>
            <remarks>
            Examples of rendering types are Xslt, WebControls and Sublayouts.
            </remarks>
             
        </member>
        <member name="M:Sitecore.Web.UI.IRenderingType.GetControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance is assert.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.IRenderingType.GetDesignTimeLiveControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time live control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance is assert.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.IRenderingType.GetDesignTimeHtmlParameters(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time HTML parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance is assert.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.IRenderingType.GetAttributes(System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the attributes.
            </summary>
            <param name="properties">The properties.</param>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Keyboard">
            <summary>
            Represents a Keyboard.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Keyboard.GetToolTip(System.String)">
            <summary>
            Gets the tool tip.
            </summary>
            <param name="keycode">The keycode.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Keyboard.GetKeyCodeText(System.String)">
            <summary>
            Gets the keycode text.
            </summary>
            <param name="keyCode">The key code.</param>
            <returns>The keycode text.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.PageModes.ChromeContext">
            <summary>
            Defines the chrome context class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.PageModes.ChromeContext.GetLayout(Sitecore.Data.Items.Item)">
            <summary>
            Gets the layout.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The layout.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.PageModes.ChromeData">
            <summary>
            Defines the chrome data class.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.ChromeData._displayName">
            <summary>
            Display name
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.ChromeData._expandedDisplayName">
            <summary>
            Extended display name
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.ChromeData.commands">
            <summary>
            The commands.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.ChromeData.custom">
            <summary>
            The custom dictionary
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.PageModes.ChromeData.Commands">
            <summary>
            Gets the commands.
            </summary>
            <value>The commands.</value>
        </member>
        <member name="P:Sitecore.Web.UI.PageModes.ChromeData.ContextItemUri">
            <summary>
            Gets or sets the context item uri
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.PageModes.ChromeData.Custom">
            <summary>
            Gets the custom.
            </summary>
            <value>The custom.</value>
        </member>
        <member name="P:Sitecore.Web.UI.PageModes.ChromeData.DisplayName">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.PageModes.ChromeData.ExpandedDisplayName">
            <summary>
            Gets or sets the name tooltip.
            </summary>
            <value>The name tooltip.</value>
        </member>
        <member name="M:Sitecore.Web.UI.PageModes.ChromeData.ToJsonContainer">
            <summary>
            Converts the <see cref="T:Sitecore.Web.UI.PageModes.ChromeData"/> to a <see cref="T:System.String"/>.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.PageModes.ChromeData.ToJson">
            <summary>
            Converts the <see cref="T:Sitecore.Web.UI.PageModes.ChromeData"/> to a <see cref="T:System.String"/>.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.PageModes.ChromeData.ExpandIcons">
            <summary>
            Expands the icons.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.PageModes.ChromeData.EscapeEncodedQuotes(System.String)">
            <summary>
            Replace encoded quotes with escaped ones.
            </summary>
            <param name="value"></param>
        </member>
        <member name="T:Sitecore.Web.UI.PageModes.Constants">
            <summary>The constants.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.PageModes.Constants.Capabilities">
            <summary>The capabilities.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.DesigningKey">
            <summary>The desigining key.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.DesigningPolicy">
            <summary>The designing policy.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.EditingKey">
            <summary>The editing key.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.EditingPolicy">
            <summary>The editing policy.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.PersonalizationKey">
            <summary> The personalization key</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.PersonalizationPolicy">
            <summary> The personalization policy </summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.RegistryKeyPrefix">
            <summary>The registry key prefix.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.TestingKey">
            <summary> The testing key</summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageModes.Constants.Capabilities.TestingPolicy">
            <summary> The testing policy</summary>
        </member>
        <member name="T:Sitecore.Web.UI.PageStateStore">
            <summary>
            Interface of Storage provider for Page state information (Viewstate, PageState).
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.PageStateStore.storage">
            <summary>
            The storage.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.PageStateStore.Current">
            <summary>
              Gets Current.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.PageStateStore.Load(System.String)">
            <summary>
            The load.
            </summary>
            <param name="key">
            The key.
            </param>
            <returns>
            Loads page state.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.PageStateStore.Save(System.String,System.String)">
            <summary>
            The save.
            </summary>
            <param name="key">
            The page State.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Web.UI.Pages.DialogForm">
            <summary>Provides a class that handles dialog forms.</summary>
            <remarks><para>The class has methods that handles OK and Cancel button clicks.
            the methods can be overridden to provide other functionality.</para></remarks>
        </member>
        <member name="F:Sitecore.Web.UI.Pages.DialogForm.OK">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.Pages.DialogForm.Cancel">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.DialogForm.OnLoad(System.EventArgs)">
            <summary>
            Raises the load event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <remarks>
            This method notifies the server control that it should perform actions common to each HTTP
            request for the page it is associated with, such as setting up a database query. At this
            stage in the page lifecycle, server controls in the hierarchy are created and initialized,
            view state is restored, and form controls reflect client-side data. Use the IsPostBack
            property to determine whether the page is being loaded in response to a client postback,
            or if it is being loaded and accessed for the first time.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.DialogForm.OnCancel(System.Object,System.EventArgs)">
            <summary>
            Handles a click on the Cancel button.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
            <remarks>When the user clicksCancel, the dialog is closed by calling
            the <see cref="M:Sitecore.Web.UI.Sheer.ClientResponse.CloseWindow">CloseWindow</see> method.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.DialogForm.OnOK(System.Object,System.EventArgs)">
            <summary>
            Handles a click on the OK button.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
            <remarks>When the user clicks OK, the dialog is closed by calling
            the <see cref="M:Sitecore.Web.UI.Sheer.ClientResponse.CloseWindow">CloseWindow</see> method.</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.Pages.WizardDialogBaseXmlControl">
            <summary>
            Provides the XML control class for a wizard dialog.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.Pages.WizardDialogFirstPageXmlControl">
            <summary>
            Provides the XML control class for a wizard dialog.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.Pages.WizardDialogFirstPageXmlControl.Skip">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardDialogFirstPageXmlControl.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
             
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardDialogFirstPageXmlControl.Skip_Click">
            <summary>
            Handles the Skip_ click event.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.Pages.WizardForm">
            <summary>Provides a class that handles wizard dialog forms.</summary>
            <remarks><para>The class has methods to handles Next, Back and Cancel button clicks.
            These methods can be overridden to provide other functionality.</para>
            <para>Further more the path through the wizard pages can be controlled by
            overridding the <see cref="M:Sitecore.Web.UI.Pages.WizardForm.ActivePageChanging(System.String,System.String@)">ActivePageChanging</see> and
            <see cref="M:Sitecore.Web.UI.Pages.WizardForm.ActivePageChanged(System.String,System.String)">ActivePageChanged</see> methods.
            </para></remarks>
        </member>
        <member name="F:Sitecore.Web.UI.Pages.WizardForm.BackButton">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.Pages.WizardForm.NextButton">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.Pages.WizardForm.CancelButton">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.OnLoad(System.EventArgs)">
            <summary>
            Raises the load event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <remarks>
            This method notifies the server control that it should perform actions common to each HTTP
            request for the page it is associated with, such as setting up a database query. At this
            stage in the page lifecycle, server controls in the hierarchy are created and initialized,
            view state is restored, and form controls reflect client-side data. Use the IsPostBack
            property to determine whether the page is being loaded in response to a client postback,
            or if it is being loaded and accessed for the first time.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Pages.WizardForm.Active">
            <summary>
            Gets or sets the active.
            </summary>
            <value>The active.</value>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.SetControlVisible(System.String,System.Boolean)">
            <summary>
            Sets the control visible.
            </summary>
            <param name="controlID">The control ID.</param>
            <param name="visible">if set to <c>true</c> this instance is visible.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Pages.WizardForm.Pages">
            <summary>
            Gets the pages.
            </summary>
            <value>The pages.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Pages.WizardForm.ProgressPageId">
            <summary>
            Gets the progress page identifier.
            </summary>
            <value>
            The progress page identifier.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Pages.WizardForm.WizardCloseConfirmationText">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.Back">
            <summary>
            Back.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.Cancel">
            <summary>
            Cancel.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.Next">
            <summary>
            Moves the wizard to the next page.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.OnBack(System.Object,System.EventArgs)">
            <summary>
            Called when the user clicks the Back button.
            </summary>
            <param name="sender">The sender.</param>
            <param name="formEventArgs">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.OnNext(System.Object,System.EventArgs)">
            <summary>
            Called when the user clicks the Next button.
            </summary>
            <param name="sender">The sender.</param>
            <param name="formEventArgs">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.OnCancel(System.Object,System.EventArgs)">
            <summary>
            Called when the user clicks the Cancel button.
            </summary>
            <param name="sender">The sender.</param>
            <param name="formEventArgs">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.ActivePageChanging(System.String,System.String@)">
            <summary>
            Called when the active page is changing.
            </summary>
            <param name="page">The page that is being left.</param>
            <param name="newpage">The new page that is being entered.</param>
            <returns>
            True, if the change is allowed, otherwise false.
            </returns>
            <remarks>Set the newpage parameter to another page ID to control the
            path through the wizard pages.</remarks>
            <contract>
              <requires name="page" condition="not null" />
              <requires name="newpage" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.ActivePageChanged(System.String,System.String)">
            <summary>
            Called when the active page has been changed.
            </summary>
            <param name="page">The page that has been entered.</param>
            <param name="oldPage">The page that was left.</param>
            <contract>
              <requires name="page" condition="not null" />
              <requires name="oldPage" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.EndWizard">
            <summary>
            Ends the wizard.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.Confirmation(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Presents a confirmation box to the user when the Cancel button has been clicked.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Pages.WizardForm.ActivePage">
            <summary>
            Gets or sets the active page.
            </summary>
            <value>The active page.</value>
        </member>
        <member name="M:Sitecore.Web.UI.Pages.WizardForm.FindPages(System.Collections.Specialized.StringCollection,System.Web.UI.Control)">
            <summary>
            Finds the pages.
            </summary>
            <param name="pages">The pages.</param>
            <param name="control">The control.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.IPortalPrincipal">
            <summary>
            Defines the basic functionality of a portal user object.
            </summary>
            <remarks>A principal object represents the current user.</remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.IPortalPrincipal.Name">
            <summary>
            Gets the name of the current user.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.IPortalPrincipalResolver">
            <summary>Defines the basic functionality of a principal resolver.</summary>
            <remarks>A principal resolver will return the current principal object.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.IPortalPrincipalResolver.GetPrincipal">
            <summary>
            Gets the current principal object.
            </summary>
            <returns>The principal.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.IPortalStorage">
            <summary>Defines the basic functionality of a portal storage.</summary>
            <remarks>A portal storage stores a list of portlets for a principal.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.IPortalStorage.LoadPortlets(System.String,Sitecore.Web.UI.Portal.IPortalPrincipal)">
            <summary>
            Gets an array of portlet for a portal and a principal.
            </summary>
            <param name="portalID">The portal ID.</param>
            <param name="principal">The principal.</param>
            <returns>The array of portlets.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.IPortalStorage.SavePortlets(System.String,Sitecore.Web.UI.Portal.IPortalPrincipal,Sitecore.Web.UI.Portal.Portlet[])">
            <summary>
            Stores an array of portlets for a portal and a principal.
            </summary>
            <param name="portalID">The portal ID.</param>
            <param name="principal">The principal.</param>
            <param name="portlets">The portlets.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.Portal">
            <summary>
            Represents a portal control, which displays a set of portlets on a Web page.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portal.DataSource">
            <summary>
            Gets or sets the data source for the control.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portal.DefaultPortletWindow">
            <summary>
            Gets the default window XML control.
            </summary>
            <value>The default portlet window.</value>
            <remarks>Portlets use the DefaultPortletWindow web control to render the
            control specified in this property.</remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portal.RefreshPageOnRedraw">
            <summary>
            Gets or sets a value indicating whether the page is refreshed on redraw.
            </summary>
            <value>
                <c>true</c> if the page is refreshed on redraw; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.AddContent">
            <summary>
            Runs the Add Content pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetPortlets">
            <summary>
            Gets an array of portlets to be rendered.
            </summary>
            <returns></returns>
            <remarks>If the storage does not contain any portlets, the default set
            of portlets is returned.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.HidePortlet(System.String)">
            <summary>
            Hides a portlet.
            </summary>
            <param name="portletID">The portlet ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.MovePortletDown(System.String)">
            <summary>
            Moves a portlet after the next portlet.
            </summary>
            <param name="portletID">The portlet ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.MovePortletToNextColumn(System.String)">
            <summary>
            Moves a portlet to the next column.
            </summary>
            <param name="portletID">The portlet ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.MovePortletToPreviousColumn(System.String)">
            <summary>
            Moves a portlet to the next column.
            </summary>
            <param name="portletID">The portlet ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.MovePortletUp(System.String)">
            <summary>
            Moves a portlet before the previous portlet.
            </summary>
            <param name="portletID">The portlet ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.ShowSelector(System.Web.UI.Control)">
            <summary>
            Shows the selector.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.ShowPortlet(Sitecore.Data.ID)">
            <summary>
            Shows a portlet.
            </summary>
            <param name="itemID">The item ID.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.ShowPortlets(Sitecore.Data.ID[],System.Boolean)">
            <summary>
            Shows a list of portlets.
            </summary>
            <param name="ids">The ids.</param>
            <param name="redraw">if set to <c>true</c> this instance is redraw.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.AddPortlet">
            <summary>
            Adds the portlet.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.DoAddContent(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the add content event.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetDefaultPortlets">
            <summary>
            Gets the default array of portlets.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetDefaultPortlets(System.String)">
            <summary>
            Gets the default portlets.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.SavePortlets(Sitecore.Web.UI.Portal.Portlet[])">
            <summary>
            Saves the current list of portlets to the storage.
            </summary>
            <param name="portlets">The portlets.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.ShowContextMenu">
            <summary>
            Shows the context menu.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.FindZone(Sitecore.Web.UI.Portal.Portlet)">
            <summary>
            Finds the zone.
            </summary>
            <param name="portlet">The portlet.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetPortlet(Sitecore.Web.UI.Portal.Portlet[],System.String)">
            <summary>
            Gets the portlet.
            </summary>
            <param name="portlets">The portlets.</param>
            <param name="portletID">The portlet ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetPortlet(Sitecore.Web.UI.Portal.PortletItem)">
            <summary>
            Gets the portlet.
            </summary>
            <param name="portletItem">The portlet item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetZonePortlets(Sitecore.Web.UI.Portal.Portlet[],System.String)">
            <summary>
            Gets the zone portlets.
            </summary>
            <param name="portlets">The portlets.</param>
            <param name="zone">The zone.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetZones">
            <summary>
            Gets the zones.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.GetZones(Sitecore.Text.ListString,System.Web.UI.Control)">
            <summary>
            Gets the zones.
            </summary>
            <param name="result">The result.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.Redraw">
            <summary>
            Redraws this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portal.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortalCookieStorage">
            <summary>
            Provides a class that stores portlets in a browser cookie.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalCookieStorage.LoadPortlets(System.String,Sitecore.Web.UI.Portal.IPortalPrincipal)">
            <summary>
            Gets an array of portlet for a portal and a principal.
            </summary>
            <param name="portalID">The portal ID.</param>
            <param name="principal">The principal.</param>
            <returns>The array of portlets.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalCookieStorage.SavePortlets(System.String,Sitecore.Web.UI.Portal.IPortalPrincipal,Sitecore.Web.UI.Portal.Portlet[])">
            <summary>
            Stores an array of portlets for a portal and a principal.
            </summary>
            <param name="portalID">The portal ID.</param>
            <param name="principal">The principal.</param>
            <param name="portlets">The portlets.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortalFactory">
            <summary>
            Provides a class for creating objects relating to a portal.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalFactory.GetPrincipal">
            <summary>
            Gets the current principal object.
            </summary>
            <returns>The principal object.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalFactory.GetStorage">
            <summary>
            Gets the current storage object.
            </summary>
            <returns>The storage object.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortalPrincipal">
            <summary>
            Provides a class for holding a portal principal.
            </summary>
            <remarks>The Empty principal is the default user.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalPrincipal.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Portal.PortalPrincipal"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortalPrincipal.Empty">
            <summary>
            Gets the Empty principal.
            </summary>
            <value>The empty principal.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortalPrincipal.Name">
            <summary>
            Gets the name of the current user.
            </summary>
            <value>The name.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortalPrincipalResolver">
            <summary>Provides a class for resolving the current principal.</summary>
            <remarks>This class always returns the
            <see cref="P:Sitecore.Web.UI.Portal.PortalPrincipal.Empty">Empty</see> principal.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalPrincipalResolver.GetPrincipal">
            <summary>
            Gets the <see cref="P:Sitecore.Web.UI.Portal.PortalPrincipal.Empty">Empty</see> principal.
            </summary>
            <returns>The principal.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortalZone">
            <summary>Provides a control that represents a portal zone placeholder.</summary>
            <remarks>Portlets can only reside inside a PortalZone.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortalZone.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.Portlet">
            <summary>
            Provides a class that represents a portlet.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portlet.ControlName">
            <summary>
            Gets or sets the name of the web control that renders the portlet.
            </summary>
            <value>The name of the control.</value>
            <remarks>This can be both a web control and an XML control.</remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portlet.ItemID">
            <summary>
            Gets or sets the ID of the item that represents this portlet.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portlet.Order">
            <summary>
            Gets or set the order of the portlet in the zone.
            </summary>
            <value>The order.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portlet.Parameters">
            <summary>
            Gets the Parameters field from the item that represents this portlet.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portlet.PortletID">
            <summary>
            Gets or set the ID of the portlet.
            </summary>
            <value>The portlet ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.Portlet.Zone">
            <summary>
            Gets or sets the name of the zone that the portlet resides inside.
            </summary>
            <value>The zone.</value>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portlet.CreateWebControl">
            <summary>
            Gets the web control or XML control that renders the portlet.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portlet.Parse(System.String)">
            <summary>
            Gets a portlet from a string.
            </summary>
            <param name="portlet">The portlet.</param>
            <returns></returns>
            <remarks>The format of the string is "itemid,portletid,controlname,zone,order".</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.Portlet.ToString">
            <summary>
            Gets a string that represents the portlet.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <remarks>The format of the string is "itemid,portletid,controlname,zone,order".</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortletItem">
            <summary>Provides a class that encapsulates a portlet item.</summary>
            <remarks>The portlet has properties that represents the fields on
            item.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortletItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Portal.PortletItem"/> class.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortletItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Web.UI.Portal.PortletItem">
            <summary>
            Converts an Item to a PortletItem.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortletItem.ControlName">
            <summary>
            Gets the name of the control that renders the portlet.
            </summary>
            <value>The name of the control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortletItem.Default">
            <summary>
            Gets a value that indicates if this portlet is shown by default
            in the portal.
            </summary>
            <value><c>true</c> if default; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortletItem.Order">
            <summary>
            Gets the order of the portlet inside a zone.
            </summary>
            <value>The order.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortletItem.PortletID">
            <summary>
            Gets the ID the item that represents the portlet.
            </summary>
            <value>The portlet ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Portal.PortletItem.Zone">
            <summary>
            Gets the name of the zone that the portlets reside inside.
            </summary>
            <value>The zone.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Portal.PortletSelector">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortletSelector.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortletSelector.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortletSelector.BuildPortletList(Sitecore.Web.UI.Portal.Portlet[])">
            <summary>
            Builds the portlet list.
            </summary>
            <param name="portlets">The portlets.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Portal.PortletSelector.GetPortal">
            <summary>
            Gets the portal.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.RenderingType">
            <summary>
            Defines the basic properties and functionality of a type of renderings.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.RenderingType.GetControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns>The created control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.RenderingType.GetDesignTimeLiveControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time live control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.RenderingType.GetDesignTimeHtmlParameters(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time HTML parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.RenderingType.GetAttributes(System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the attributes.
            </summary>
            <param name="properties">The properties.</param>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="T:Sitecore.Web.UI.ScriptInvokationBuilder">
            <summary>
            Builds javascript method invocation strings
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.ScriptInvokationBuilder._method">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.ScriptInvokationBuilder._object">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.ScriptInvokationBuilder._arguments">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Web.UI.ScriptInvokationBuilder.Method">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.ScriptInvokationBuilder.Object">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.ScriptInvokationBuilder"/> class.
            </summary>
            <param name="method">Method name.</param>
            <contract>
              <requires name="method" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.ScriptInvokationBuilder"/> class.
            </summary>
            <param name="method">The method.</param>
            <param name="object">The @object.</param>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.Add(System.String)">
            <summary>
            Adds the argument.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.Add(System.Boolean)">
            <summary>
            Adds the specified value.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.AddString(System.String,System.Object[])">
            <summary>
            Adds the string argument
            </summary>
            <param name="value">The value.</param>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.Reset">
            <summary>
            Resets all arguments.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptInvokationBuilder.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.ScriptMethodBase">
            <summary>
            Represents a base script method.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.ScriptMethodBase._builder">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Web.UI.ScriptMethodBase.Builder">
            <summary>
            Gets or sets the builder.
            </summary>
            <value>The builder.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptMethodBase.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.ScriptMethodBase"/> class.
            </summary>
            <param name="method">The method.</param>
            <contract>
              <requires name="method" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptMethodBase.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.ScriptMethodBase"/> class.
            </summary>
            <param name="object">The @object.</param>
            <param name="method">The method.</param>
            <contract>
              <requires name="object" condition="not null" />
              <requires name="method" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptMethodBase.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.ScriptMethodBase.DoPopulate(Sitecore.Web.UI.ScriptInvokationBuilder)">
            <summary>
            Executes the populate event.
            </summary>
            <param name="builder">The builder.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab">
            <summary>
            Creates a new editor tab or focuses on the existing one.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Title">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Url">
            <summary>
            Gets or sets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Id">
            <summary>
            Gets or sets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Closeable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab"/> is closeable.
            </summary>
            <value><c>true</c> if closeable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Activate">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab"/> is activate.
            </summary>
            <value><c>true</c> if activate; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Object">
            <summary>
            Gets or sets the object.
            </summary>
            <value>The object.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Language">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.Version">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Framework.Scripts.ShowEditorTab.DoPopulate(Sitecore.Web.UI.ScriptInvokationBuilder)">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ApplicationForm">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ApplicationForm.IsDocked">
            <summary>
            Gets or sets a value indicating whether this instance is docked.
            </summary>
            <value><c>true</c> if this instance is docked; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ApplicationForm.OnLoad(System.EventArgs)">
            <summary>
            Raises the load event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ApplicationForm.OnPreRender(System.EventArgs)">
            <summary>
            Raises the pre render event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ApplicationForm.ExitWindow">
            <summary>
            Closes the window.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.BaseForm">
            <summary>Implements a base CodeBeside form for Sheer forms.</summary>
            <remarks>
            <para>
            The class implements a message handler that supports the
            <see cref="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute">HandleMessage</see>
            attribute. When a message ís received, the the methods are scaned to see if
            the <see cref="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute">HandleMessage</see>
            attribute is set and correspons to message. If so, the method is called.
            </para>
            <para>
            The class also implements stub methods for the OnLoad and OnPreRender events.
            </para>
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.BaseForm.EventsEnabled">
            <summary>
            Gets or sets a value indicating whether events are enabled.
            </summary>
            <value><c>true</c> if events are enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.BaseForm.ServerProperties">
            <summary>
            Gets the server properties.
            </summary>
            <value>The server properties.</value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.OnLoad(System.EventArgs)">
            <summary>
            Raises the load event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <remarks>
            This method notifies the server control that it should perform actions common to each HTTP
            request for the page it is associated with, such as setting up a database query. At this
            stage in the page lifecycle, server controls in the hierarchy are created and initialized,
            view state is restored, and form controls reflect client-side data. Use the IsPostBack
            property to determine whether the page is being loaded in response to a client postback,
            or if it is being loaded and accessed for the first time.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.OnPreRender(System.EventArgs)">
            <summary>
            Raises the pre render event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <remarks>
            This method notifies the server control to perform any necessary prerendering steps prior to
            saving view state and rendering content.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.GetUri(Sitecore.Data.Items.Item)">
            <summary>
            Gets the URI.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.GetItem(System.String)">
            <summary>
            Gets the item.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ParseUri(System.String)">
            <summary>
            Parses the URI.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemCreatedNotification(System.Object,Sitecore.Data.Events.ItemCreatedEventArgs)">
            <summary>
            Called when the item is created.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemCreated(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the item is created.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemCopiedNotification(System.Object,Sitecore.Data.Events.ItemCopiedEventArgs)">
            <summary>
            Called when the item is copied.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemCopied(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the item is copied.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemDeletedNotification(System.Object,Sitecore.Data.Events.ItemDeletedEventArgs)">
            <summary>
            Called when the item is deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemDeleted(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the item is deleted.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemMovedNotification(System.Object,Sitecore.Data.Events.ItemMovedEventArgs)">
            <summary>
            Called when the item is moved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemMoved(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the item is moved.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemRenamedNotification(System.Object,Sitecore.Data.Events.ItemRenamedEventArgs)">
            <summary>
            Called when the item is renamed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemRenamed(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the item is renamed.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemSavedNotification(System.Object,Sitecore.Data.Events.ItemSavedEventArgs)">
            <summary>
            Called when the item is saved.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.BaseForm.ItemSaved(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Called when the item is saved.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.CheckModifiedParameters">
            <summary>
            Paramaters for method CheckModified.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.CheckModifiedParameters.DisableNotifications">
            <summary>
            Gets or sets a value indicating whether NotificationContext is disabled.
            </summary>
            <value><c>true</c> if [disable notifications]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.CheckModifiedParameters.ResumePreviousPipeline">
            <summary>
            Gets or sets a value indicating previous suspended pipeline should be resumed or not.
            </summary>
            <value><c>true</c> if [ResumePreviousPipeline]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientCodeBesideProcessor.GetObject">
            <summary>
            Gets the object.
            </summary>
            <returns>
            The object upon which the processor is run.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ClientControlProcessor">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientControlProcessor.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientControlProcessor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="id">The id.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientControlProcessor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientControlProcessor"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientControlProcessor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientControlProcessor.GetObject">
            <summary>
            Gets the object.
            </summary>
            <returns>
            The object upon which the processor is run.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ClientPage">
            <summary>Represents an .aspx file, also known as a Web Forms page,
            requested from a server that hosts an ASP.NET Web application.</summary>
            <remarks>
            <para>
            The ClientPage class is associated with files that have an .aspx extension.
            These files are compiled at run time as Page objects and cached in server memory.
            </para>
            <para>
            The ClientPage class extends the Page base class in several ways.
            </para>
            <para>
            If you want to create a Web Forms page using the code-behind technique,
            derive from this class. Rapid application development (RAD) designers, such as
            Visual Studio .NET, automatically use this model to create Web Forms pages.
            </para>
            <para>
            The Page object serves as the naming container for all server controls in a page,
            except those that implement the INamingContainer interface, or are children of controls
            that implement this interface.
            </para>
            </remarks>
        </member>
        <member name="F:Sitecore.Web.UI.Sheer.ClientPage.PageKeyPattern">
            <summary>
            The pattern for page key.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.Sheer.ClientPage.VIEW_STATE_FIELD_NAME">
            <summary>
            Gets the name of the hidden input field that holds the viewstate.
            </summary>
            <remarks>This field is used internally.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.#ctor">
            <summary>
            Initializes a new instance of <see cref="T:Sitecore.Web.UI.Sheer.ClientPage">ClientPage</see>
            class.
            </summary>
            <remarks>The default constructor initializes all fields to their default values.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.#ctor(System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientPage"/> class.
            </summary>
            <param name="httpContext">The HTTP context.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.CurrentPipelineArgs">
            <summary>
            Gets the pipeline arguments, if a pipeline is active.
            </summary>
            <value>The pipeline arguments, or null if no pipeline is active.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.ClientRequest">
            <summary>
            Gets the request parameters for the current request.
            </summary>
            <value>The current request parameters.</value>
            <remarks>
            You should never set the ClientRequest property - this is automatically done when
            the ClientPage is initialized.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.ClientResponse">
            <summary>
            Provides means for generating a response to the client.
            </summary>
            <value>The current ClientResponse object.</value>
            <remarks>
            You should never set the ClientResponse property - this is done automatically
            when the ClientPage is initalized.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.CodeBeside">
            <summary>
            Gets the current CodeBeside object.
            </summary>
            <value>The current CodeBeside object.</value>
            <remarks>
            The CodeBeside property is filled by the CodeBeside WebControl with an
            instance of the specified type.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.DocumentTypeDeclaration">
            <summary>
            Sets the type of the document.
            </summary>
            <value>The type of the document.</value>
            <exception cref="T:Sitecore.Exceptions.ControlNotFoundException">A DocumentType control is required on the page.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.Initialized">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Web.UI.Sheer.ClientPage"/> is initialized.
            </summary>
            <value><c>true</c> if initialized; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.IsEvent">
            <summary>
            Gets a value that indicates if the page is running in Event or Result
            mode.
            </summary>
            <value>True, if the page is in Event or Result mode, otherwise false.</value>
            <remarks>
                <para>The property is set to true, if the current request contains a field with the
            name "__ISEVENT" and the value "1". This field is sent to the server when Sheer
            initiates an event.</para>
                <para>The property is also true, when Sheer posts a result to the server.</para>
                <para>The property is false, when the page is loading as part of a normal ASP.NET
            page load.</para>
                <para>This property is usually used in WebControl OnLoad or OnPreRender methods to
            determine if dynamic controls should be created. The dynamic control are only
            created when IsEvent is false. When IsEvent is true, Sheer will create all the
            dynamic control automatically and there is no need for the controls to do it
            again.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.IsResult">
            <summary>
            Gets a value that indicates if the page is running in Result mode.
            </summary>
            <value>True, if the page is in Result mode, otherwise false.</value>
            <remarks>
                <para>The property is set to true, if the current request contains a field with the
            name "__RESULT". This field is sent to the server when Sheer posts a result.</para>
                <para>The property is false, when Sheer has posted an event or the page is loading
            as part of a normal ASP.NET page load.</para>
                <para>This property is usually used in pipelines to determine if the user has
            posted a response.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.Keymap">
            <summary>
            Gets the keymap.
            </summary>
            <value>The keymap.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.Modified">
            <summary>
            Gets a value that indicates if the fields on page has been modified.
            </summary>
            <value>True, if the fields has been changed, otherwise false.</value>
            <remarks>
            This value is posted from the client and can be set on the server. If set on the
            server, the value is transfered to the client.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.PageKey">
            <summary>
            Gets the page key.
            </summary>
            <value>The page key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.PersistViewStateToClient">
            <summary>
            Gets a value that indicates if ViewState should be persisted on the client in the
            __VIEWSTATE field.
            </summary>
            <value>
            True, if the ViewState is persisted on the client, otherwise false.
            </value>
            <remarks>
                <para>When PersistViewStateToClient is true, the ViewState is sent to the client
            and stored in the field "__VIEWSTATE".</para>
                <para>When PersistViewStateToClient is false, the ViewState is persisted using an
            object that is specified in the web.config and implements the IViewStateStore
            interface.</para>
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.ServerProperties">
            <summary>
            Exposes the ClientPage ViewState protected property.
            </summary>
            <value>ViewState for the ClientPage.</value>
            <remarks>
            This is a simple public property that references the protected ViewState
            property.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.Commands">
            <summary>
            Represents the list of commands to be sent to the client.
            </summary>
            <value>An list of ClientCommand objects.</value>
            <remarks>The ClientResponse object fills this list.</remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPage.MaxRequestLengthExceeded">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.ClientPage"/> maxs the request length exceeded.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.ClientPage"/> maxs the request length exceeded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AbortPipeline(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Aborts the pipeline identified by the args parameter.
            </summary>
            <param name="args">The pipeline arguments.</param>
            <example>
            Sitecore.Context.ClientPage.AbortPipeline(args);
            </example>
            <remarks>AbortPipeline calls args.Abort;</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AddControl(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Adds a control while ensuring that the ASP.NET control life-cycle is
            executed.
            </summary>
            <remarks>
                <para>While adding the control, Sitecore.Context.ClientPage.IsEvent is set to
                false. This will allow controls to execute the ASP.NET control life-cycle.</para>
                <para>This method is usually used to add dynamic controls to the control hierachy
                as part of a Sheer event.</para>
            </remarks>
            <param name="parent">The control under which the control is added.</param>
            <param name="control">The control to be added</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AddControl(System.Web.UI.Control,System.Web.UI.Control,System.String)">
            <summary>
            Adds the control.
            </summary>
            <param name="parent">The parent.</param>
            <param name="control">The control.</param>
            <param name="placeholder">The placeholder.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AddControlAt(System.Int32,System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Adds a control at a certain position while ensuring that the ASP.NET control
            life-cycle is executed.
            </summary>
            <param name="index">The index in the parent control collection.</param>
            <param name="parent">The control under which the new control is added.</param>
            <param name="control">The control to be added.</param>
            <remarks>
                <para>While adding the control, Sitecore.Context.ClientPage.IsEvent is set to
            false. This will allow controls to execute the ASP.NET control life-cycle.</para>
                <para>This method is usually used to add dynamic controls to the control hierachy
            as part of a Sheer event.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AddLiteral(System.Web.UI.Control,System.String)">
            <summary>
            Adds literal text to a control.
            </summary>
            <param name="parent">The control under which the text will be added.</param>
            <param name="text">The text.</param>
            <remarks>The text is inserted as a Literal control. The text will be globalized.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Dispatch(System.String)">
            <summary>
            Sends a client event message to the control hierachy.
            </summary>
            <param name="command">The message identifier.</param>
            <remarks>
                <para>The message is sent to controls who implement the IMessageHandler
            interface.</para>
                <para>The eventString is first parsed into a Message object.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.FindSubControl(System.String)">
            <summary>
            Finds the sub control with the specified name.
            </summary>
            <param name="name">The name.</param>
            <returns>The sub control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetClientEvent(System.String)">
            <summary>
            Builds a JavaScript statement for making a Sheer event.
            </summary>
            <param name="message">The message to dispatch on the server.</param>
            <returns>The JavaScript statement.</returns>
            <remarks>
            This is used to build JavaScript statement that is executed as part of a DHTML
            event. The JavaScript will send a Sheer event to the server, where the message is
            dispatched.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetClientDragoverEvent(System.String)">
            <summary>
            Builds a JavaScript statement for handling Dragover event.
            </summary>
            <param name="message">The message to dispatch on the server.</param>
            <returns>The JavaScript statement.</returns>
            <remarks>
            This is usually used to build JavaScript statement that is when a Dragover action is
            initiated.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetClientDragEvent(System.String)">
            <summary>
            Builds a JavaScript statement for handling Drag actions.
            </summary>
            <param name="message">The message to dispatch on the server.</param>
            <returns>The JavaScript statement.</returns>
            <remarks>
            This is usually used to build JavaScript statement that is when a Drag action is
            initiated.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetClientDropEvent(System.String)">
            <summary>
            Builds a JavaScript statement for handling Drop actions.
            </summary>
            <param name="message">The message to dispatch on the server.</param>
            <returns>The JavaScript statement.</returns>
            <remarks>
            This is usually used to build JavaScript statement that is when a Drag and Drop
            action is finishing.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetClientHelpEvent(System.String)">
            <summary>
            Builds a JavaScript statement for handling context sensitive help in the
            browser.
            </summary>
            <param name="link">The HTML link to follow.</param>
            <returns>The JavaScript statement.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.ReplaceControl(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Replaces a control with another control ensuring that the ASP.NET control
            life-cycle is executed.
            </summary>
            <returns>The new control.</returns>
            <remarks>
                <para>While replacing the control, Sitecore.Context.ClientPage.IsEvent is set to
                false. This will allow controls to execute the ASP.NET control life-cycle.</para>
                <para>This method is usually used to add dynamic controls to the control hierachy
                as part of a Sheer event.</para>
                <para>Child controls of the replaced control are not copied to the new
                control.</para>
            </remarks>
            <param name="control">The control to be replaced</param>
            <param name="with">The new control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.RegisterKey(System.String,System.String,System.String)">
            <summary>
            Registers the key.
            </summary>
            <param name="keyCode">The key code.</param>
            <param name="click">The click command.</param>
            <param name="group">The group.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SendMessage(System.Object,System.String)">
            <summary>
            Sends a message to the control hierachy.
            </summary>
            <param name="sender">The object that is sending the message.</param>
            <param name="message">The message.</param>
            <returns>
            The Result property of the <cref name="Sitecore.Web.UI.Sheer.Message">Message</cref>
            object.
            </returns>
            <remarks>
            This message is first parsed into a <cref name="Sitecore.Web.UI.Sheer.Message">Message</cref>
            object.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SendMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Sends a message to the control hierachy.
            </summary>
            <param name="message">The message.</param>
            <returns>
            The Result property of the <cref name="Sitecore.Web.UI.Sheer.Message">Message</cref>
            object.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(System.String)">
            <summary>
            Starts a new pipeline.
            </summary>
            <param name="processor">The name of a processor pipeline in the web.config.</param>
            <returns>The created pipeline.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(System.String,Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Starts a new pipeline.
            </summary>
            <param name="processor">The name of a processor in the web.config.</param>
            <param name="args">Pipeline arguments.</param>
            <returns>The created pipeline.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Starts a pipeline.
            </summary>
            <param name="processor">The name of a processor in the web.config.</param>
            <param name="parameters">A collection of parameters.</param>
            <returns>The created pipeline.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(System.Object,System.String)">
            <summary>
            Starts a pipeline on a method in an object.
            </summary>
            <param name="obj">An object.</param>
            <param name="methodName">The name of the method to call.</param>
            <returns></returns>
            <remarks>The method takes a single ClientPipelineArgs parameter.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(System.Object,System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Start a pipeline on a method in an object.
            </summary>
            <param name="obj">An object.</param>
            <param name="methodName">The name of the method to call.</param>
            <param name="parameters">The parameter collection to ClientPipelineArgs.</param>
            <returns>The created pipeline.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(System.Object,System.String,Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Start a pipeline on a method in an object.
            </summary>
            <param name="obj">An object.</param>
            <param name="methodName">The name of the method to call.</param>
            <param name="args">The pipeline arguments.</param>
            <returns>The created pipeline.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Start(Sitecore.Pipelines.Pipeline,Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Starts a pipeline with a set of arguments.
            </summary>
            <param name="pipeline">A pipeline.</param>
            <param name="args">Arguments for the pipeline.</param>
            <returns>The created pipeline.</returns>
            <remarks>Starts a manually created pipeline.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.VerifyRenderingInServerForm(System.Web.UI.Control)">
            <summary>
            Confirms that an <see cref="T:System.Web.UI.HtmlControls.HtmlForm"></see> control is rendered for the specified ASP.NET server control at run time.
            </summary>
            <param name="control">The ASP.NET server control that is required in the <see cref="T:System.Web.UI.HtmlControls.HtmlForm"></see> control. </param>
            <exception cref="T:System.Web.HttpException">The specified server control is not contained between the opening and closing tags of the <see cref="T:System.Web.UI.HtmlControls.HtmlForm"></see> server control at run time. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.BindControls">
            <summary>
            Binds the controls.
            </summary>
            <exception cref="T:System.Reflection.TargetException">The object does not match the target type, or a property is an instance property but obj is a null reference.</exception>
            <exception cref="T:System.Reflection.TargetParameterCountException">The number of parameters in index does not match the number of parameters the indexed property takes.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.CreateControls">
            <summary>
            Creates the controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetPageKey">
            <summary>
            Gets the page key.
            </summary>
            <returns>The page key.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetViewStateStore">
            <summary>
            Gets the view state store.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.LoadPageStateFromPersistenceMedium">
            <summary>
            Loads any saved view-state information to the <see cref="T:System.Web.UI.Page"></see> object.
            </summary>
            <returns>The saved view state.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OnError(System.Exception)">
            <summary>
            Called when an exception is thrown.
            </summary>
            <param name="exception">The exception.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"></see> event to initialize the page.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AddLanguageAttributes">
            <summary>
            Adds the language attributes to the form tag on the page.
            Adds CSS class: lang_ + context language code.
            Adds lang="context language code" attribute to the form.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.AddScriptTranslations">
            <summary>
            Adds a script that registers translations for some built-in phrases.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OnUnload(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Unload"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.RaiseEvent">
            <summary>
            Raises the event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Initializes the <see cref="T:System.Web.UI.HtmlTextWriter"></see> object and calls on the child controls of the <see cref="T:System.Web.UI.Page"></see> to render.
            </summary>
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> that receives the page content.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.RunPipelines">
            <summary>
            Runs the pipelines.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SaveViewState">
            <summary>
            Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
            </summary>
            <returns>
            Returns the server control's current view state. If there is no view state associated with the control, this method returns null.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SavePageStateToPersistenceMedium(System.Object)">
            <summary>
            Saves the page state to persistence medium.
            </summary>
            <param name="viewState">State of the view.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.WriteCommands">
            <summary>
            Writes the commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.DecrementEventState">
            <summary>
            Decrements the state of the event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.IncrementEventState">
            <summary>
            Increments the state of the event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.BuildDynamicControls(System.String)">
            <summary>
            Builds the dynamic controls.
            </summary>
            <param name="pageKey">The page key.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.BuildDynamicControls(System.IO.StringReader,System.Web.UI.Control,Sitecore.Web.UI.Sheer.ControlNode)">
            <summary>
            Builds the dynamic controls.
            </summary>
            <param name="reader">The reader.</param>
            <param name="parentControl">The parent control.</param>
            <param name="parentNode">The parent node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.Debug(System.Int32,System.Int64,System.Int32)">
            <summary>
            Debugs the specified view state size.
            </summary>
            <param name="viewStateSize">Size of the view state.</param>
            <param name="controlStoreSize">Size of the control store.</param>
            <param name="controlCount">The control count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.BuildStaticControls">
            <summary>
            Builds the static controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.BuildStaticControls(System.Web.UI.Control)">
            <summary>
            Builds the static controls.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetNextNode(System.IO.StringReader)">
            <summary>
            Gets the next node.
            </summary>
            <param name="reader">The reader.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetStaticControl(System.String)">
            <summary>
            Gets the static control.
            </summary>
            <param name="token">The token.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.GetTypeString(System.Web.UI.Control)">
            <summary>
            Gets the type string.
            </summary>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.LoadPageState(System.String,System.Object@,System.String@)">
            <summary>
            Loads the state of the page.
            </summary>
            <param name="pageKey">The page key.</param>
            <param name="viewState">State of the view.</param>
            <param name="controlTree">The control tree.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OptimizeCommands">
            <summary>
            Optimizes the commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OptimizeControlTree">
            <summary>
            Optimizes the control tree.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.OptimizeControlTree(System.Web.UI.Control)">
            <summary>
            Optimizes the control tree.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.ReplaceDynamicControl(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Replaces the dynamic control.
            </summary>
            <param name="control">The control.</param>
            <param name="with">The with.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.ResumePipeline">
            <summary>
            Resumes the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SaveDynamicControls">
            <summary>
            Saves the dynamic controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SaveDynamicControls(System.Web.UI.Control,System.Text.StringBuilder,System.Int32,System.Int32@)">
            <summary>
            Saves the dynamic controls.
            </summary>
            <param name="control">The control.</param>
            <param name="writer">The writer.</param>
            <param name="level">The level.</param>
            <param name="controlCount">The control count.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SavePageState(System.String,System.Object,System.String)">
            <summary>
            Saves the state of the page.
            </summary>
            <param name="pageKey">The page key.</param>
            <param name="viewState">State of the view.</param>
            <param name="controlTree">The control tree.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.SetModified(System.Boolean)">
            <summary>
            Sets the modified flag.
            </summary>
            <param name="value">if set to <c>true</c> this page is modified.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.UngetNode(Sitecore.Web.UI.Sheer.ControlNode)">
            <summary>
            Ungets the node.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.IsDescendant(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Determines whether the specified control is descendant of control assumedParent parameter.
            </summary>
            <param name="controlToCheck">The control to check.</param>
            <param name="assumedParent">The assumed parent.</param>
            <returns>
              <c>true</c> if the specified control is descendant; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPage.DumpData(System.Web.UI.Control[])">
            <summary>
            Dumps the data when error occured.
            </summary>
            <param name="controls">The controls.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ClientPipelineArgs">
            <summary>Represents the arguments to a pipeline.</summary>
            <remarks>
                <para>
                    Pipeline arguments contain context and state information about
                    a pipeline, e.g. the the of processors and any parameters.
                </para>
                <para>
                    An object of this type is passed to every method as part of a
                    pipeline.
                </para>
                <para>
                    The <see cref="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.WaitForPostBack">WaitForPostBack</see> method
                    suspends the pipeline after the current processor has completed
                    and wait for the user to post a response.
                    When the user responds the <see cref="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.IsPostBack">IsPostBack</see>
                    property is true. The value of the response is located in the
                    <see cref="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.Result">Result</see> property.
                </para>
                <para>
                    You can create an inherited class to hold your own values.
                </para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientPipelineArgs" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientPipelineArgs" /> class.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientPipelineArgs" /> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.CarryResultToNextProcessor">
            <summary>
                Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.ClientPipelineArgs" /> carries the result to next processor.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.ClientPipelineArgs" /> carries the result to next processor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.HasResult">
            <summary>
                Gets a value indicating whether this instance has a result.
            </summary>
            <value>
                <c>true</c> if this instance has a result; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.IsPostBack">
            <summary>
                Gets or sets a value that indicates if the processor was invoked as
                part of a user response.
            </summary>
            <value>
                <c>true</c> if this instance is post back; otherwise, <c>false</c>.
            </value>
            <remarks>
                This property is set by the Sheet framework.
                You should never set this property.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.Parameters">
            <summary>
                Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.Properties">
            <summary>
                Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.Result">
            <summary>
                Gets or sets the value that was posted as part of a Sheer response.
            </summary>
            <value>The result.</value>
            <remarks>
                This property is set by the Sheet framework.
                You should never set this property.
            </remarks>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientPipelineArgs.EncodedResult">
            <summary>
                Gets the encoded value that was posted as part of a Sheer response to avoid XSS vulnerability.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
                Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.WaitForPostBack">
            <summary>
                Suspends the pipeline after the current processor has completed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.WaitForPostBack(System.Boolean)">
            <summary>
                Suspends the pipeline after the current processor has completed.
            </summary>
            <param name="resumeLastProcessor">if set to <c>true</c> this instance is resume last processor.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientPipelineArgs.ProcessorDone">
            <summary>
                Called when the processor is done.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ClientRequest">
            <summary>
            Enables the Sheer framework to read the HTTP values sent by a client during a Sheer event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientRequest.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> class.
            </summary>
            <param name="form">The form.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.AltKey">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> alts the key.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> alts the key; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Button">
            <summary>
            Gets the button.
            </summary>
            <value>The button.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Control">
            <summary>
            Gets the control.
            </summary>
            <value>The control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.ContextMenuSource">
            <summary>
            Gets the context menu source.
            </summary>
            <value>The context menu source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.CtrlKey">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> CTRLs the key.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> CTRLs the key; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.DialogHeight">
            <summary>
            Gets the height of the dialog.
            </summary>
            <value>The height of the dialog.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.DialogWidth">
            <summary>
            Gets the width of the dialog.
            </summary>
            <value>The width of the dialog.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.EventType">
            <summary>
            Gets the type of the event.
            </summary>
            <value>The type of the event.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Form">
            <summary>
            Gets the form.
            </summary>
            <value>The form.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.KeyCode">
            <summary>
            Gets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Modified">
            <summary>
            Gets a value indicating whether the content has been modified.
            </summary>
            <value><c>true</c> if modified; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Pipeline">
            <summary>
            Gets the pipeline.
            </summary>
            <value>The pipeline.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Result">
            <summary>
            Gets the value that was posted as part of a Sheer response.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.ShiftKey">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> shifts the key.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.ClientRequest"/> shifts the key; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Source">
            <summary>
            Gets the ID of the source control from which the event originated.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Url">
            <summary>
            Gets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.X">
            <summary>
            Gets the X.
            </summary>
            <value>The X.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientRequest.Y">
            <summary>
            Gets the Y.
            </summary>
            <value>The Y.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ClientResponse">
            <summary>
            Sends Sheer commands to the client.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ClientResponse.OutputEnabled">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.ClientResponse"/> has output enabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.ClientResponse"/> has output enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Alert(System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Alert(System.String,System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">The response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Alert(System.String,System.String,System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">The response.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Broadcast(Sitecore.Web.UI.HtmlControls.ClientCommand,System.String)">
            <summary>
            Broadcasts a command to another browser frame on the client.
            </summary>
            <param name="command">The command.</param>
            <param name="frameName">Name of the frame.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.CacheResponse">
            <summary>
            Puts the response in the client event cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.CheckModified(System.Boolean)">
            <summary>
            Checks the modified flag.
            </summary>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.CheckModified(System.Boolean,System.Boolean)">
            <summary>
            Checks the modified.
            </summary>
            <param name="response">if set to <c>true</c> [response].</param>
            <param name="disableNotifications">if set to <c>true</c> [disable save].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.CheckModified(System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Checks the modified.
            </summary>
            <param name="response">if set to <c>true</c> [response].</param>
            <param name="disableNotifications">if set to <c>true</c> [disable save].</param>
            <param name="resumePreviousPipeline">if set to <c>true</c> [resumePreviousPipeline].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ClosePopups(System.Boolean)">
            <summary>
            Closes all popups on the client.
            </summary>
            <param name="close">if set to <c>true</c> this instance is close.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.CloseWindow">
            <summary>
            Closes the current desktop window on the client.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Confirm(System.String)">
            <summary>
            Displays a confirmation box to the user.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <remarks>The user can answer "OK" or "Cancel". When the user clicks OK,
            the Result is "yes". When the user clicks Cancel or closes the box,
            the Result is "no".</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Debug(System.Int32,System.Int64,System.Int32)">
            <summary>
            Sends debug information to the client.
            </summary>
            <param name="viewStateSize">Size of the view state.</param>
            <param name="controlStoreSize">Size of the control store.</param>
            <param name="controlCount">The control count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.DisableOutput">
            <summary>
            Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Download(System.String)">
            <summary>
            Sends a Download command to the client,
            that will download the specified file.
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.EnableOutput">
            <summary>
            Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Eval(System.String)">
            <summary>
            Sends a JavaScript eval command to the client.
            </summary>
            <param name="javascript">The javascript.</param>
            <returns></returns>
            <remarks>
            The JavaScript statement are evaulated using the eval
            function.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Focus(System.String)">
            <summary>
            Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Focus(System.String,System.Boolean)">
            <summary>
            Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="scrollIntoView">if set to <c>true</c> this instance is scroll into view.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Input(System.String,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Input(System.String,System.String,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="header">The header.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Input(System.String,System.String,System.String,System.String,System.Int32)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Input(System.String,System.String,System.String,System.String,System.Int32,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <param name="header">The header.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Insert(System.String,System.String,System.String)">
            <summary>
            Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Insert(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Refresh(System.Web.UI.Control)">
            <summary>
            Refreshes the specified control.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Redraw">
            <summary>
            Redraws this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.RegisterKey(System.String,System.String,System.String)">
            <summary>
            Registers the key.
            </summary>
            <param name="keyCode">The key code.</param>
            <param name="click">The click.</param>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.RegisterTranslation(System.String,System.String)">
            <summary>
            Registers the translation.
            </summary>
            <param name="key">The key.</param>
            <param name="message">The message.</param>
            <returns>The translation.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Remove(System.String)">
            <summary>
            Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Remove(System.String,System.Boolean)">
            <summary>
            Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <param name="removeFromServer">if set to <c>true</c> this instance is remove from server.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetAttribute(System.String,System.String,System.String)">
            <summary>
            Sets an attribute on an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetDialogValue(System.String)">
            <summary>
            Sets the dialog result value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
            <remarks>
                <para>This is only for use with the ShowModalDialog command.</para>
                <para>If the dialog value is not set, the result is "undefined".</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetImageSrc(System.String,System.String,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Updates an image on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetInnerHtml(System.String,System.String)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetInnerHtml(System.String,System.Web.UI.Control)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetInnerHtml(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="parent">The parent.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetLocation(System.String)">
            <summary>
            Sets the URL on the client.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
            <remarks>If the URL is blank, the current page is reloaded.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetOuterHtml(System.String,System.String)">
            <summary>
            Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetOuterHtml(System.String,System.Web.UI.Control)">
            <summary>
            Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetPipeline(System.String)">
            <summary>
            Sets the current pipeline.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
            <remarks>The is normally done ny the Sheer framework.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetReturnValue(System.Boolean)">
            <summary>
            Sets the return value for a DHTML event.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetReturnValue(System.String)">
            <summary>
            Sets the return value for a DHTML event.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetStyle(System.String,System.String,System.String)">
            <summary>
            Sets a style attribute on an HTML element.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.SetTableRowClass(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Sets a class attribute on an HTML table element.
            </summary>
            <param name="id">The id.</param>
            <param name="row">The row.</param>
            <param name="firstcell">The firstcell.</param>
            <param name="cell">The cell.</param>
            <param name="lastcell">The lastcell.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowContextMenu(System.String,System.String,System.String)">
            <summary>
            Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenuID">The context menu ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowContextMenu(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenu">The context menu.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowError(System.Exception)">
            <summary>
            Shows the error dialog box to the user.
            </summary>
            <param name="e">The e.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowError(System.String,System.String)">
            <summary>
            Shows the error dialog box to the user.
            </summary>
            <param name="shortDescription">The short description.</param>
            <param name="longDescription">The long description.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String,System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="minWidth">The minimum width.</param>
            <param name="minHeight">The minimum height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="minWidth">The minimum width.</param>
            <param name="minHeight">The minimum height.</param>
            <param name="resizable">if set to <c>true</c> [resizable].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowModalDialog(Sitecore.Web.UI.Sheer.ModalDialogOptions)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowControlPopup(System.String,System.String,System.String)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="controlid">The controlid.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowPopup(System.String,System.String,System.String)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowPopup(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.ShowQuestion(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            Shows an XML control to a user in a modal dialog.
            </summary>
            <param name="text">The text.</param>
            <param name="controlName">Name of the control.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Timer(System.String,System.Int32)">
            <summary>
            Initiates a timer on the client, that will post an event to the server.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="delay">The delay.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.YesNoCancel(System.String,System.String,System.String)">
            <summary>
            Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.YesNoCancel(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="preformatted">Indicates if the text is preformatted.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.UnregisterKeyGroup(System.String)">
            <summary>
            Unregisters the key group.
            </summary>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Add(System.String,System.String,System.String[])">
            <summary>
            Adds the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="value">The value.</param>
            <param name="attributes">The attributes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.Add(System.String,System.Web.UI.Control,System.String[])">
            <summary>
            Adds the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="control">The control.</param>
            <param name="attributes">The attributes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ClientResponse.GetWindowKey(System.String)">
            <summary>
            Gets the window key.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ControlNode">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.Sheer.ControlNode.ID">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.Sheer.ControlNode.Level">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.Sheer.ControlNode.TypeString">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ControlNode.Parse(System.String)">
            <summary>
            Parses the specified line.
            </summary>
            <param name="line">The line.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ControlNode.ReadMap">
            <summary>
            Reads the map.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.FileViewStateStore">
            <summary>
            Serializes ViewState to a file on the server.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.FileViewStateStore.Load(System.String)">
            <summary>
            Loads the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns>The loaded data.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.FileViewStateStore.Remove(System.String)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.FileViewStateStore.Save(System.String,System.String)">
            <summary>
            Saves the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="viewstate">The viewstate.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.FileViewStateStore.GetFilename(System.String)">
            <summary>
            Gets the filename.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute">
            <summary>
            Marks a method as a message handler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.HandleMessageAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.HandleMessageAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.HandleMessageAttribute.#ctor(System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="start">if set to <c>true</c> this instance is start.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.HandleMessageAttribute.Message">
            <summary>
            Gets or sets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.HandleMessageAttribute.Start">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.Sheer.HandleMessageAttribute"/> starts a pipeline.
            </summary>
            <value><c>true</c> if starts a pipeline; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.IMessageHandler">
            <summary>
            Allows the implementer to receive Sheer messages.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.IMessageHandler.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.IViewStateStore">
            <summary>
            Interface for storing ViewState.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.IViewStateStore.Load(System.String)">
            <summary>
            Loads the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns>The loaded data.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.IViewStateStore.Remove(System.String)">
            <summary>
            Removes the specified key.
            </summary>
            <param name="key">The key.</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.IViewStateStore.Save(System.String,System.String)">
            <summary>
            Saves the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="viewstate">The viewstate.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.KeyMapKey">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.KeyMapKey.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.KeyMapKey"/> class.
            </summary>
            <param name="keyCode">The key code.</param>
            <param name="click">The click.</param>
            <param name="group">The group.</param>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.KeyMapKey.KeyCode">
            <summary>
            Gets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.KeyMapKey.Click">
            <summary>
            Gets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.KeyMapKey.Group">
            <summary>
            Gets the group.
            </summary>
            <value>The group.</value>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.Message">
            <summary>
            Represents a Sheer message.
            </summary>
            <remarks>A message name must conform to the format "&lt;word>:&lt;word>",
            e.g. "item:save".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.Message.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.Message"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified key.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.Arguments">
            <summary>
            Gets the arguments.
            </summary>
            <value>The arguments.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.CancelBubble">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.Message"/> cancels bubbling.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.Message"/> cancels bubbling; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.CancelDispatch">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.Message"/> cancels dispatching.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.Message"/> cancels dispatching; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.Empty">
            <summary>
            Gets the empty message.
            </summary>
            <value>The empty message.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.Name">
            <summary>
            Gets the name of the message, e.g. "item:save".
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.Message.Sender">
            <summary>
            Gets the sender.
            </summary>
            <value>The sender.</value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.Message.IsMessage(System.String)">
            <summary>
            Determines whether the specified message is a real message.
            </summary>
            <param name="message">The message.</param>
            <returns>
                <c>true</c> if the specified message is a real message; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.Message.Parse(System.Object,System.String)">
            <summary>
            Parses a string into a message object.
            </summary>
            <param name="sender">The sender.</param>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.Message.Parse(Sitecore.Web.UI.Sheer.ClientRequest)">
            <summary>
            Parses the specified args.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.Message.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ModalDialogOptions">
            <summary>
            Class represents modal dialog options
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Url">
            <summary>
            Gets or sets the URL.
            </summary>
            <value>
            The URL.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Width">
            <summary>
            Gets or sets the dialog width.
            </summary>
            <value>
            The dialog width.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Height">
            <summary>
            Gets or sets the dialog height.
            </summary>
            <value>
            The dialog height.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Message">
            <summary>
            Gets or sets the dialog message.
            </summary>
            <value>
            The message.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Response">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.Sheer.ModalDialogOptions"/> is response.
            </summary>
            <value>
              <c>true</c> if response; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.MinWidth">
            <summary>
            Gets or sets the dialog minimum width.
            </summary>
            <value>
            The dialog minimum width.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.MinHeight">
            <summary>
            Gets or sets the dialog minimum height.
            </summary>
            <value>
            The dialog minimum height.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Resizable">
            <summary>
            Gets or sets a value indicating whether a dialog is resizable.
            </summary>
            <value>
              <c>true</c> if resizable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Maximizable">
            <summary>
            Gets or sets a value indicating whether this dialog has a maximize button.
            </summary>
            <value>
              <c>true</c> if dialog has a maximize button; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Closable">
            <summary>
            Gets or sets a value indicating whether this dialog has a close button.
            </summary>
            <value>
              <c>true</c> if dialog has a close button; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Header">
            <summary>
            Gets or sets the modal dialog header.
            </summary>
            <value>
            The modal dialog header.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.AutoIncreaseHeight">
            <summary>
            Gets or sets a value indicating whether a dialog window height should be automatically increased.
            </summary>
            <value>
            <c>true</c> if a dialog window height should be automatically increased; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.ForceDialogSize">
            <summary>
            Gets or sets a value indicating whether SPEAK dialogs will take into acount <see cref="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Width"/> and <see cref="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Height"/>.
            </summary>
            <value>
              <c>true</c> if SPEAK dialogs will take into acount <see cref="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Width"/> and <see cref="P:Sitecore.Web.UI.Sheer.ModalDialogOptions.Height"/>; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ModalDialogOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ModalDialogOptions"/> class.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.SheerResponse">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.Sheer.SheerResponse.OutputEnabled">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.Sheer.SheerResponse" /> has output enabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.Sheer.SheerResponse" /> has output enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Alert(System.String,System.String[])">
            <summary>
                Alerts the specified text. Text is translated to show.
            </summary>
            <param name="text">The text.</param>
            <param name="arguments">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Alert(System.String,System.Boolean)">
            <summary>
                Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Alert(System.String,System.Boolean,System.String)">
            <summary>
                Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Broadcast(Sitecore.Web.UI.HtmlControls.ClientCommand,System.String)">
            <summary>
                Broadcasts a command to another browser frame on the client.
            </summary>
            <param name="command">The command.</param>
            <param name="frameName">Name of the frame.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.CacheResponse">
            <summary>
                Puts the response in the client event cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.CheckModified">
            <summary>
                Checks the modified.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.CheckModified(Sitecore.Web.UI.Sheer.CheckModifiedParameters)">
            <summary>
                Checks the modified.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.CheckModified(System.Boolean)">
            <summary>
                Checks the modified.
            </summary>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ClosePopups(System.Boolean)">
            <summary>
                Closes all popups on the client.
            </summary>
            <param name="close">if set to <c>true</c> this instance is close.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.CloseWindow">
            <summary>
                Closes the current desktop window on the client.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Confirm(System.String)">
            <summary>
                Displays a confirmation box to the user.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <remarks>
                The user can answer "OK" or "Cancel". When the user clicks OK,
                the Result is "yes". When the user clicks Cancel or closes the box,
                the Result is "no".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.DisableOutput">
            <summary>
                Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Download(System.String)">
            <summary>
                Sends a Download command to the client,
                that will download the specified file.
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.EnableOutput">
            <summary>
                Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Eval(System.String)">
            <summary>
                Sends a JavaScript eval command to the client.
            </summary>
            <param name="javascript">The javascript.</param>
            <returns></returns>
            <remarks>
                The JavaScript statement are evaulated using the eval
                function.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Eval(System.String,System.Object[])">
            <summary>
                Sends a JavaScript eval command to the client.
            </summary>
            <param name="javascript">The javascript.</param>
            <returns></returns>
            <remarks>
                The JavaScript statement are evaulated using the eval
                function.
            </remarks>
            <param name="args">Format arguments</param>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Focus(System.String)">
            <summary>
                Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Focus(System.String,System.Boolean)">
            <summary>
                Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="scrollIntoView">if set to <c>true</c> this instance is scroll into view.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Input(System.String,System.String)">
            <summary>
                Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
            <remarks>
                If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Input(System.String,System.String,System.String)">
            <summary>
                Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="header">The header.</param>
            <returns></returns>
            <remarks>
                If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Input(System.String,System.String,System.String,System.String,System.Int32)">
            <summary>
                Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <returns></returns>
            <remarks>
                If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Input(System.String,System.String,System.String,System.String,System.Int32,System.String)">
            <summary>
                Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <param name="header">The header.</param>
            <returns></returns>
            <remarks>
                If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Insert(System.String,System.String,System.String)">
            <summary>
                Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Insert(System.String,System.String,Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
                Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Insert(System.String,System.String,System.Web.UI.Control)">
            <summary>
                Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Redraw">
            <summary>
                Redraws this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Refresh(Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
                Refreshes the specified control.
            </summary>
            <param name="control">The control.</param>
            <exception cref="T:System.Exception">Refresh is not supported in Ajax calls.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.RegisterKey(System.String,System.String,System.String)">
            <summary>
                Registers the key.
            </summary>
            <param name="keyCode">The key code.</param>
            <param name="click">The click.</param>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.RegisterTranslation(System.String,System.String)">
            <summary>
                Registers the translation.
            </summary>
            <param name="key">The key.</param>
            <param name="message">The message.</param>
            <returns>The translation.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Remove(System.String)">
            <summary>
                Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Remove(System.String,System.Boolean)">
            <summary>
                Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <param name="removeFromServer">if set to <c>true</c> this instance is remove from server.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetAttribute(System.String,System.String,System.String)">
            <summary>
                Sets an attribute on an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetDialogValue(System.String)">
            <summary>
                Sets the dialog result value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
            <remarks>
                <para>This is only for use with the ShowModalDialog command.</para>
                <para>If the dialog value is not set, the result is "undefined".</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetImageSrc(System.String,System.String,System.Int32,System.Int32,System.String,System.String)">
            <summary>
                Updates an image on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetInnerHtml(System.String,System.String)">
            <summary>
                Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetInnerHtml(System.String,System.Web.UI.Control)">
            <summary>
                Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetInnerHtml(Sitecore.Web.UI.HtmlControls.Control,System.Web.UI.Control)">
            <summary>
                Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="parent">The parent.</param>
            <param name="control">The control.</param>
            <returns></returns>
            <exception cref="T:System.Exception">SetInnerHtml is not supported in Ajax calls.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetLocation(System.String)">
            <summary>
                Sets the URL on the client.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
            <remarks>If the URL is blank, the current page is reloaded.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetOuterHtml(System.String,System.String)">
            <summary>
                Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetOuterHtml(System.String,System.Web.UI.Control)">
            <summary>
                Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetPipeline(System.String)">
            <summary>
                Sets the current pipeline.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
            <remarks>The is normally done ny the Sheer framework.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetModified(System.Boolean)">
            <summary>
                Sets the Modified flag.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns>The <see cref="T:Sitecore.Web.UI.HtmlControls.ClientCommand" />.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetReturnValue(System.Boolean)">
            <summary>
                Sets the return value for a DHTML event.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetReturnValue(System.String)">
            <summary>
                Sets the return value for a DHTML event.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetStyle(System.String,System.String,System.String)">
            <summary>
                Sets a style attribute on an HTML element.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.SetTableRowClass(System.String,System.String,System.String,System.String,System.String)">
            <summary>
                Sets a class attribute on an HTML table element.
            </summary>
            <param name="id">The id.</param>
            <param name="row">The row.</param>
            <param name="firstcell">The firstcell.</param>
            <param name="cell">The cell.</param>
            <param name="lastcell">The lastcell.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowContextMenu(System.String,System.String,System.String)">
            <summary>
                Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenuID">The context menu ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowContextMenu(System.String,System.String,Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
                Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenu">The context menu.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowError(System.Exception)">
            <summary>
                Shows the error dialog box to the user.
            </summary>
            <param name="exception">The e.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowError(System.String,System.String)">
            <summary>
                Shows the error dialog box to the user.
            </summary>
            <param name="shortDescription">The short description.</param>
            <param name="longDescription">The long description.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String,System.String,System.String)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String,System.String)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String,System.Boolean)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="minWidth">The minimum width.</param>
            <param name="minHeight">The minimum height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean,System.String,System.String,System.Boolean)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <param name="minWidth">The minimum width.</param>
            <param name="minHeight">The minimum height.</param>
            <param name="resizable">if set to <c>true</c> [resizable].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowModalDialog(Sitecore.Web.UI.Sheer.ModalDialogOptions)">
            <summary>
                Shows a modal dialog to the user.
            </summary>
            <param name="options">The modal dialog options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowControlPopup(System.String,System.String,System.String)">
            <summary>
                Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="controlid">The controlid.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowPopup(System.String,System.String,System.String)">
            <summary>
                Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowPopup(System.String,System.String,Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
                Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.ShowQuestion(System.String,System.String,System.Int32,System.Int32)">
            <summary>
                Shows an XML control to a user in a modal dialog.
            </summary>
            <param name="text">The text.</param>
            <param name="controlName">Name of the control.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.Timer(System.String,System.Int32)">
            <summary>
                Initiates a timer on the client, that will post an event to the server.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="delay">The delay.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.YesNoCancel(System.String,System.String,System.String)">
            <summary>
                Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.YesNoCancel(System.String,System.String,System.String,System.Boolean)">
            <summary>
                Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="preformatted">Indicates if the text is preformatted.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.SheerResponse.UnregisterKeyGroup(System.String)">
            <summary>
                Unregisters the key group.
            </summary>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.TypeCache">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.TypeCache.GetControl(System.String)">
            <summary>
            Gets the control.
            </summary>
            <param name="typeInfo">The type string.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.TypeCache.GetAssemblyName(System.Type)">
            <summary>
            Gets the name of the assembly.
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.Sheer.ViewStateEnabler">
            <summary>
            Enables the event state until the object is disposed.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ViewStateEnabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.Sheer.ViewStateEnabler"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.Sheer.ViewStateEnabler.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.SublayoutRenderingType">
            <summary>
            Handles Sublayouts.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.SublayoutRenderingType.GetControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.SublayoutRenderingType.GetDesignTimeLiveControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time live control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.SublayoutRenderingType.GetDesignTimeHtmlParameters(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time HTML parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.ViewState">
            <summary>
            Implements utility functions for working with ViewState.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.ViewState.GetKey">
            <summary>
            Gets the key.
            </summary>
            <returns>The key.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.ViewState.GetKey(System.String)">
            <summary>
            Gets the key.
            </summary>
            <param name="keyPattern">
            The regular expression pattern to match key. This parameters is optional.
            </param>
            <returns>The key.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.ViewStateDisabler">
            <summary>
            EventDisabler class
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.ViewStateDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.ViewStateDisabler"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.ViewStateDisabler.IsActive">
            <summary>
            Gets a value indicating whether this instance is active.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.Web.UI.RenderAs">
            <summary>
            Defines how a webcontrol is optimized by Sheer UI.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.RenderAs.WebControl">
            <summary>WebControl.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.RenderAs.Literal">
            <summary>Literal.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.RenderAs.PersistedLiteral">
            <summary>Persisted literal.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.RenderAs.LiteralIfChildrenLiteral">
            <summary>Literal if children literal.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.WebControl">
            <summary>
            Serves as the base class that defines the methods, properties and events common to all controls in Sitecore.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControl"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.WebControl"/> class.
            </summary>
            <param name="tag">An HTML tag.</param>
        </member>
        <member name="T:Sitecore.Web.UI.WebControl.ContentGetter">
            <summary>
            Represents a Content Getter.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControl.ContentGetter.InnerHtml">
            <summary>xxx</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControl.ContentGetter.InnerText">
            <summary>xxx</summary>
        </member>
        <member name="F:Sitecore.Web.UI.WebControl.ContentGetter.Value">
            <summary>xxx</summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Background">
            <summary>
            Gets or sets the background style.
            </summary>
            <value>The background.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Border">
            <summary>
            Gets or sets the border style.
            </summary>
            <value>The border.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Bordered">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.WebControl"/> is bordered.
            </summary>
            <value><c>true</c> if bordered; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Cacheable">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.WebControl"/> is cacheable.
            </summary>
            <value><c>true</c> if cacheable; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.CacheKey">
            <summary>
            Caching identifier (used in key generation)
            </summary>
            <value>The caching ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.CacheTimeout">
            <summary>
            Caching identifier (used in key generation)
            </summary>
            <value>The caching ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.CachingID">
            <summary>
            Caching identifier (used in key generation)
            </summary>
            <value>The caching ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.ClassAttribute">
            <summary>
            Css class attribute for use in tags
            </summary>
            <value>The class attribute.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Clear">
            <summary>
            Gets or sets the clear style property.
            </summary>
            <value>The clear.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.CssStyle">
            <summary>
            Gets or sets the CSS style.
            </summary>
            <value>The CSS style.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Cursor">
            <summary>
            Gets or sets the cursor style.
            </summary>
            <value>The cursor.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Database">
            <summary>
            Gets or sets the name of the database to be used for rendering the control.
            </summary>
            <value>The database name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DataSourceVersion">
            <summary>
            Gets or sets the data source version.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DesignMode">
            <summary>
            Gets a value indicating whether a control is being used on a design surface.
            </summary>
            <value></value>
            <returns>true if the control is being used in a designer; otherwise, false.</returns>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DisableDebug">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> disables debugging.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> disables debugging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DisableDots">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> disables the dots.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> disables the dots; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DisableSecurity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> disables the security.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> disables the security; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.DrawDots">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> draws the dots.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> draws the dots; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Float">
            <summary>
            Gets or sets the float style property.
            </summary>
            <value>The float style property.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Foreground">
            <summary>
            Gets or sets the foreground color style.
            </summary>
            <value>The foreground.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.LiveDisplay">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> displays in live mode at design time.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> displays in live mode at design time; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.LoginRendering">
            <summary>
            Name or id of rendering/sublayout to show for protected items (when not logged in)
            </summary>
            <value>The login rendering.</value>
            <remarks>To uniquely identify a rendering or a sublayout, prefix the name
            with either rendering# or sublayout#. For example, to specify the
            rendering Document, use: LoginRendering = "rendering#document"</remarks>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Margin">
            <summary>
            Gets or sets the margin style property.
            </summary>
            <value>The margin.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Padding">
            <summary>
            Gets or sets the padding style property.
            </summary>
            <value>The padding.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.ParametersDictionary">
            <summary>
            Gets read-only dictionary of the parameters. The source of parameters is the Parameters property.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.RenderAs">
            <summary>
            Determines how the control is optimized by Sheer UI.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.RenderingID">
            <summary>
            Gets or sets the rendering ID.
            </summary>
            <value>The rendering ID.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.RenderingName">
            <summary>
            Gets or sets the name of the rendering.
            </summary>
            <value>The name of the rendering.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.StyleAttribute">
            <summary>
            Gets the style attribute.
            </summary>
            <value>The style attribute.</value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.VaryByData">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> varies by data.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> varies by data; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.VaryByDevice">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> varies by device.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> varies by device; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.VaryByLogin">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> variess by login.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> variess by login; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.VaryByParm">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> varies by parameters.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> variess by parameters; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.VaryByQueryString">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> variess by query string.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> varies by query string; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.VaryByUser">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> variess by user.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> variess the by user; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.WebControl.ClearOnIndexUpdate">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.WebControl"/> output depends on a search index and its output cache will be cleared after index update operation.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.WebControl"/> depends on a search index; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetErrorControl(System.String,System.String)">
            <summary>
            Get control to display an error message.
            </summary>
            <param name="errorMessage">The error message.</param>
            <param name="details">The details.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetCacheKey">
            <summary>
            Gets the cache key.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetContextItem">
            <summary>
            Gets the context item.
            </summary>
            <returns>The context item.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetDatabase">
            <summary>
            Gets the database to use.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetDesignTimeHtml(System.Xml.XmlNode)">
            <summary>
            Gets the design time HTML.
            </summary>
            <param name="xml">The XML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetExtensibleProperties(System.Web.UI.Control)">
            <summary>
            Gets the extensible properties.
            </summary>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetExtensibleProperty(System.Web.UI.Control,System.String)">
            <summary>
            Gets the extensible property.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetTraceName">
            <summary>
            Gets the text used when tracing.
            </summary>
            <returns>The ID or the rendering name with the type name of the control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.MoveExtensibleProperties(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Moves the extensible properties set on one control to another.
            </summary>
            <param name="destination">The destination.</param>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RenderAsText">
            <summary>
            Renders the control as text.
            </summary>
            <returns>The text.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RenderControl(System.Xml.XmlNode)">
            <summary>
            Renders the control.
            </summary>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RenderError(System.String,System.String,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the error.
            </summary>
            <param name="errorMessage">The error message.</param>
            <param name="details">The details.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RenderError(System.String,System.String,System.String,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the error.
            </summary>
            <param name="errorMessage">The error message.</param>
            <param name="itemPath">The item path.</param>
            <param name="details">The details.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RenderXml(System.Xml.XmlNode,System.IO.TextWriter)">
            <summary>
            Renders the XML.
            </summary>
            <param name="xml">The XML.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.SetControlAttribute(System.String,System.String,System.Web.UI.HtmlControls.HtmlControl)">
            <summary>
            Sets the control attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <param name="value">The value.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.SetExtensibleProperty(System.Web.UI.Control,System.String,System.String)">
            <summary>
            Sets the extensible property.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.System#ComponentModel#ISupportInitialize#BeginInit">
            <summary>
            Signals the object that initialization is starting.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.System#ComponentModel#ISupportInitialize#EndInit">
            <summary>
            Signals the object that initialization is complete.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.AddDebugValue(System.String,System.String)">
            <summary>
            Adds the debug value.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.AddToCache(System.String,System.String)">
            <summary>
            Adds to cache.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <param name="html">The HTML.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.AfterRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Executes afters the control has been rendered.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.BeforeRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Executes befores the control is rendered.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.CollectDebugInformation">
            <summary>
            Collects the debug information.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetAncestorItem(System.String[],Sitecore.Data.Items.Item)">
            <summary>
            Gets the ancestor item.
            </summary>
            <param name="templates">The templates.</param>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetCachedHtml(System.String)">
            <summary>
            Gets the cached HTML.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <returns>The cached HTML.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetCachingID">
            <summary>
            Get caching identifier. Must be implemented by controls that supports caching.
            </summary>
            <returns></returns>
            <remarks>If an empty string is returned, the control will not be cached.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetFieldValue(System.String)">
            <summary>
            Get field value from current data source.
            </summary>
            <param name="field">The field.</param>
            <returns></returns>
            <remarks>Support attributes by prefixing with @ (ex. @name)</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.MakeEditable(System.Web.UI.HtmlControls.HtmlControl,System.String)">
            <summary>
            Makes the control editable.
            </summary>
            <param name="control">The control.</param>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.MakeEditable(System.Web.UI.HtmlControls.HtmlControl,System.String,Sitecore.Web.UI.WebControl.ContentGetter)">
            <summary>
            Makes the control editable.
            </summary>
            <param name="control">The control.</param>
            <param name="field">The field.</param>
            <param name="getter">The getter.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.MakeEditable(System.Web.UI.HtmlControls.HtmlControl,System.String,System.String)">
            <summary>
            Makes the control editable.
            </summary>
            <param name="control">The control.</param>
            <param name="field">The field.</param>
            <param name="getMethod">The get method.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RegisterDebugScript">
            <summary>
            Registers the debug script.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content.</param>
            <remarks>When developing custom server controls, you can override this method to generate content for an ASP.NET page.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.RenderFromCache(System.String,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control from cached Html.
            </summary>
            <param name="cacheKey">The cache key.</param>
            <param name="output">The output.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.SkipCaching">
            <summary>
            Flags control to skip caching based on rendering context.
            </summary>
            <returns>True is caching should be (is going to be) skipped.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.TransferAttributes(System.Web.UI.Control)">
            <summary>
            Transfers the attributes to another control.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.WebControl.GetLayoutName">
            <summary>
            Gets the name of the layout.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.WebControlRenderingType">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.WebControlRenderingType.GetControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns>The created control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.WebControlRenderingType.GetDesignTimeHtmlParameters(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the design time HTML parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssigner.AddEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssignerEvent)">
            <summary>
            Adds the event.
            </summary>
            <param name="htmlEvent">The HTML event.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssigner.GetEventReference(System.Object)">
            <summary>
            Sets the event.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssignerEvent">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssignerEvent.AttributeName">
            <summary>
            Gets or sets the name of the attribute.
            </summary>
            <value>The name of the attribute.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssignerEvent.HtmlName">
            <summary>
            Gets or sets the HTML name.
            </summary>
            <value>The HTML name.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs">
            <summary>
            Represents a AjaxEventArgs.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.Command">
            <summary>
            Gets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.CommandContext">
            <summary>
            Gets or sets the command context.
            </summary>
            <value>The command context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.Handled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> is handled.
            </summary>
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.Name">
            <summary>
            Gets the method.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.TargetControl">
            <summary>
            Gets or sets the target control.
            </summary>
            <value>The target control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.OriginalParameters">
            <summary>
            Gets or sets the original parameters.
            </summary>
            <value>The original parameters.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.Parse(System.String)">
            <summary>
            Parses the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs.SetCommandContext(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Sets the command context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="clientId">The client id.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxContinuationProcessor.Invoke(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Invokes this processor with the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs">
            <summary>
            Represents a AjaxEventArgs.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.Handled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> is handled.
            </summary>
            <value><c>true</c> if handled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.Method">
            <summary>
            Gets the method.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.ReturnValue">
            <summary>
            Gets or sets the return value.
            </summary>
            <value>The return value.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.TargetControl">
            <summary>
            Gets or sets the target control.
            </summary>
            <value>The target control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.OriginalArguments">
            <summary>
            Gets or sets the original parameters.
            </summary>
            <value>The original parameters.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs.Parse(System.String)">
            <summary>
            Parses the specified arguments.
            </summary>
            <param name="arguments">The arguments.</param>
            <returns>The parse.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager">
            <summary>
            Represents a IAjaxScriptManager.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.OutputEnabled">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager"/> outputs the enabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager"/> outputs the enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Dispatch(System.String)">
            <summary>
            Dispatches the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Alert(System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Alert(System.String,System.String)">
            <summary>
            Sends an Alert command to the client.
            </summary>
            <param name="text">The text.</param>
            <param name="response">The response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Broadcast(Sitecore.Web.UI.HtmlControls.ClientCommand,System.String)">
            <summary>
            Broadcasts the specified command.
            </summary>
            <param name="command">The command.</param>
            <param name="frameName">Name of the frame.</param>
            <returns>The broadcast.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.CacheResponse">
            <summary>
            Puts the response in the client event cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.CheckModified(System.Boolean)">
            <summary>
            Checks the modified flag.
            </summary>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ClosePopups(System.Boolean)">
            <summary>
            Closes all popups on the client.
            </summary>
            <param name="close">if set to <c>true</c> this instance is close.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.CloseWindow">
            <summary>
            Closes the current desktop window on the client.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Confirm(System.String)">
            <summary>
            Displays a confirmation box to the user.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <remarks>The user can answer "OK" or "Cancel". When the user clicks OK,
            the Result is "yes". When the user clicks Cancel or closes the box,
            the Result is "no".</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Debug(System.Int32,System.Int64,System.Int32)">
            <summary>
            Sends debug information to the client.
            </summary>
            <param name="viewStateSize">Size of the view state.</param>
            <param name="controlStoreSize">Size of the control store.</param>
            <param name="controlCount">The control count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.DisableOutput">
            <summary>
            Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Download(System.String)">
            <summary>
            Sends a Download command to the client,
            that will download the specified file.
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.EnableOutput">
            <summary>
            Disables output of commands.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Eval(System.String)">
            <summary>
            Sends a JavaScript eval command to the client.
            </summary>
            <param name="javascript">The javascript.</param>
            <returns></returns>
            <remarks>
            The JavaScript statement are evaulated using the eval
            function.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Focus(System.String)">
            <summary>
            Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Focus(System.String,System.Boolean)">
            <summary>
            Focuses a control on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="scrollIntoView">if set to <c>true</c> this instance is scroll into view.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Input(System.String,System.String)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Input(System.String,System.String,System.String,System.String,System.Int32)">
            <summary>
            Displays an input box to the user.
            </summary>
            <param name="text">The text.</param>
            <param name="defaultValue">The default value.</param>
            <param name="validation">The validation.</param>
            <param name="validationText">The validation text.</param>
            <param name="maxLength">Length of the max.</param>
            <returns></returns>
            <remarks>
            If the user closes the box, the result is "null".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Insert(System.String,System.String,System.String)">
            <summary>
            Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Insert(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Insert a HTML fragment at the specified position on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Redraw">
            <summary>
            Redraws this instance.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.RegisterKey(System.String,System.String,System.String)">
            <summary>
            Registers the key.
            </summary>
            <param name="keyCode">The key code.</param>
            <param name="click">The click.</param>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Remove(System.String)">
            <summary>
            Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Remove(System.String,System.Boolean)">
            <summary>
            Removes a HTML element from the client.
            </summary>
            <param name="id">The id.</param>
            <param name="removeFromServer">if set to <c>true</c> this instance is remove from server.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetAttribute(System.String,System.String,System.String)">
            <summary>
            Sets an attribute on an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetDialogValue(System.String)">
            <summary>
            Sets the dialog result value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
            <remarks>
                <para>This is only for use with the ShowModalDialog command.</para>
                <para>If the dialog value is not set, the result is "undefined".</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetImageSrc(System.String,System.String,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Updates an image on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetInnerHtml(System.String,System.String)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetInnerHtml(System.String,System.Web.UI.Control)">
            <summary>
            Sets the inner HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetLocation(System.String)">
            <summary>
            Sets the URL on the client.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
            <remarks>If the URL is blank, the current page is reloaded.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetOuterHtml(System.String,System.String)">
            <summary>
            Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetOuterHtml(System.String,System.Web.UI.Control)">
            <summary>
            Sets the outer HTML fragment of an HTML element on the client.
            </summary>
            <param name="id">The id.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetPipeline(System.String)">
            <summary>
            Sets the current pipeline.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
            <remarks>The is normally done ny the Sheer framework.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetModified(System.Boolean)">
            <summary>
            Sets the Modified flag.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns>The <see cref="T:Sitecore.Web.UI.HtmlControls.ClientCommand"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetReturnValue(System.Boolean)">
            <summary>
            Sets the return value for a DHTML event.
            </summary>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetReturnValue(System.String)">
            <summary>
            Sets the return value for a DHTML event.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetStyle(System.String,System.String,System.String)">
            <summary>
            Sets a style attribute on an HTML element.
            </summary>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.SetTableRowClass(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Sets a class attribute on an HTML table element.
            </summary>
            <param name="id">The id.</param>
            <param name="row">The row.</param>
            <param name="firstcell">The firstcell.</param>
            <param name="cell">The cell.</param>
            <param name="lastcell">The lastcell.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowContextMenu(System.String,System.String,System.String)">
            <summary>
            Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenuID">The context menu ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowContextMenu(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Shows a context menu to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="contextMenu">The context menu.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowError(System.Exception)">
            <summary>
            Shows the error dialog box to the user.
            </summary>
            <param name="e">The e.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowError(System.String,System.String)">
            <summary>
            Shows the error dialog box to the user.
            </summary>
            <param name="shortDescription">The short description.</param>
            <param name="longDescription">The long description.</param>
            <returns></returns>
            <remarks>This is currently implemented as an Alert box.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowModalDialog(System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowModalDialog(System.String,System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowModalDialog(System.String,System.String)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="message">The message.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowModalDialog(System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowModalDialog(System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Shows a modal dialog to the user.
            </summary>
            <param name="url">The URL.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="message">The message.</param>
            <param name="response">if set to <c>true</c> this instance is response.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowControlPopup(System.String,System.String,System.String)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="controlid">The controlid.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowPopup(System.String,System.String,System.String)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowPopup(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Displays a popup to the user.
            </summary>
            <param name="id">The id.</param>
            <param name="where">The where.</param>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.ShowQuestion(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            Shows an XML control to a user in a modal dialog.
            </summary>
            <param name="text">The text.</param>
            <param name="controlName">Name of the control.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.Timer(System.String,System.Int32)">
            <summary>
            Initiates a timer on the client, that will post an event to the server.
            </summary>
            <param name="eventName">Name of the event.</param>
            <param name="delay">The delay.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.YesNoCancel(System.String,System.String,System.String)">
            <summary>
            Displays a dialog box to the user that contains Yes, No and Cancel buttons.
            </summary>
            <param name="text">The text.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IAjaxScriptManager.UnregisterKeyGroup(System.String)">
            <summary>
            Unregisters the key group.
            </summary>
            <param name="group">The group.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.IIsAjaxEventHandler">
            <summary>
            Represents a IIsAjaxEventHandler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IIsAjaxEventHandler.HandleCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The command event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IIsAjaxEventHandler.HandleMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The method event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IIsAjaxEventHandler.PreviewCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The command event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.IIsAjaxEventHandler.PreviewMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The method event.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Ajax.RestAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.RestAttributeAssigner.AddEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssignerEvent)">
            <summary>
            Adds the event.
            </summary>
            <param name="htmlEvent">The HTML event.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.RestAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.RestAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Ajax.RestAttributeAssigner.GetEventReference(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.Object)">
            <summary>
            Sets the event.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="value">The value.</param>
            <returns>The event reference.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.AssemblyControlSource">
            <summary>
            Represents a XamlSource.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.AssemblyControlSource.AssemblyName">
            <summary>
            Gets or sets the name of the assembly.
            </summary>
            <value>The name of the assembly.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.AssemblyControlSource.Namespace">
            <summary>
            Gets or sets the namespace.
            </summary>
            <value>The namespace.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.AssemblyControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Creates the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.AssemblyControlSource.GetControlType(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The xaml control type result.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="objectKey">The id.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Continuations.ContinuationProcessor.GetObject">
            <summary>
            Gets the object.
            </summary>
            <returns>
            The object upon which the processor is run.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Continuations.ISupportsContinuation">
            <summary>
            Represents a ISupportsContinuation.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlConfig">
            <summary>
            MediaConfig class
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlConfig"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlConfig"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetCompilers">
            <summary>
            Gets the compilers.
            </summary>
            <returns>The compilers.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetControlCompilers">
            <summary>
            Gets the control compilers.
            </summary>
            <returns>The control compilers.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetAttributeAssigners">
            <summary>
            Gets the compilers.
            </summary>
            <returns>The compilers.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetAttributeEvaluators">
            <summary>
            Gets the compilers.
            </summary>
            <returns>The compilers.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetExtensions">
            <summary>
            Gets the compilers.
            </summary>
            <returns>The compilers.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetSources">
            <summary>
            Gets the sources.
            </summary>
            <returns>The sources.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetDefinitionCreators">
            <summary>
            Gets the definition creators.
            </summary>
            <returns>The definition creators.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.GetHtmlControls">
            <summary>
            Gets the HTML controls.
            </summary>
            <returns>The HTML controls.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the members from an XML fragment.
            </summary>
            <param name="configNode">The root node of the configuration fragment.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseCompilers(System.Xml.XmlNode)">
            <summary>
            Parses the compilers.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseControlCompilers(System.Xml.XmlNode)">
            <summary>
            Parses the compilers.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseAttributeAssigners(System.Xml.XmlNode)">
            <summary>
            Parses the attribute assigners.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseAttributeEvaluators(System.Xml.XmlNode)">
            <summary>
            Parses the attribute assigners.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseExtensions(System.Xml.XmlNode)">
            <summary>
            Parses the extensions.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseDefinitionCreators(System.Xml.XmlNode)">
            <summary>
            Parses the definition creators.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseHtmlControls(System.Xml.XmlNode)">
            <summary>
            Parses the generic controls.
            </summary>
            <param name="configNode">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseSource(System.Xml.XmlNode)">
            <summary>
            Parses a single media type node.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlConfig.ParseSources(System.Xml.XmlNode)">
            <summary>
            Parses the media type nodes.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlContext">
            <summary>
            Represents a XamlContext.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlContext.Empty">
            <summary>
            Gets the empty context.
            </summary>
            <value>The empty context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlContext.Imports">
            <summary>
            Gets the imports.
            </summary>
            <value>The imports.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlContext.Usings">
            <summary>
            Gets the usings.
            </summary>
            <value>The usings.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlContext.AddImport(System.String,System.String)">
            <summary>
            Adds the import.
            </summary>
            <param name="assembly">The assembly.</param>
            <param name="namespace">The namespace.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlContext.AddUsing(System.String)">
            <summary>
            Adds the usings.
            </summary>
            <param name="ns">The namespace.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlContext.RemoveUsing(System.String)">
            <summary>
            Removes the usings.
            </summary>
            <param name="ns">The namespace.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlContext.Import">
            <summary>
            Represents an Import.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.ControlContext.Import._assemblyName">
            <summary>The assembly name.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.ControlContext.Import._namespace">
            <summary>The namespace.</summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlContext.Import.AssemblyName">
            <summary>
            The assembly name.
            </summary>
            <value>The name of the assembly.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlContext.Import.Namespace">
            <summary>
            The namespace.
            </summary>
            <value>The namespace.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlException">
            <summary>
            Represents a XamlException.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlManager">
            <summary>
            Represents the Web Component Manager.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlManager"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlManager.Config">
            <summary>
            Gets the config.
            </summary>
            <value>The config.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.GetControl(Sitecore.Web.UI.XamlSharp.ControlUri)">
            <summary>
            Gets the xaml control.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The xaml control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.GetControl(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Gets the xaml control.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The xaml control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.GetControlType(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Gets the xaml control.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The xaml control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.GetControlUrl(Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Gets the xaml control URL.
            </summary>
            <param name="name">The name.</param>
            <returns>The xaml control URL.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.ClearLastError">
            <summary>
            Clears the last error.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.GetLastError">
            <summary>
            Gets the last error.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.SetLastError(System.String,System.String[])">
            <summary>
            Sets the last error.
            </summary>
            <param name="format">The format.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.CompareNamespaceUri(System.String,System.String)">
            <summary>
            Compares the namespace URI.
            </summary>
            <param name="namespaceUri0">The namespace uri0.</param>
            <param name="namespaceUri1">The namespace uri1.</param>
            <returns>The namespace URI.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManager.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlManagerInstance">
            <summary>
            Represents a ControlManagerInstance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlManagerInstance.GetControl(Sitecore.Web.UI.XamlSharp.ControlUri)">
            <summary>
            Gets the control.
            </summary>
            <param name="controlUri">The control URI.</param>
            <returns>The control.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlName">
            <summary>
            Represents a XamlControlName.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlName"/> class.
            </summary>
            <param name="qualifiedName">Name of the qualified.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlName"/> class.
            </summary>
            <param name="localName">Name of the local.</param>
            <param name="ns">The ns.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlName.Name">
            <summary>
            Gets the name of the local.
            </summary>
            <value>The name of the local.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlName.Namespace">
            <summary>
            Gets the namespace.
            </summary>
            <value>The namespace.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlName.FullName">
            <summary>
            Gets the namespace.
            </summary>
            <value>The namespace.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.op_Equality(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Determines if two Uris are equal.
            </summary>
            <param name="uri1">The uri1.</param>
            <param name="uri2">The uri2.</param>
            <returns>The operator ==.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.op_Inequality(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Determines if two Uris are unequal.
            </summary>
            <param name="uri1">The uri1.</param>
            <param name="uri2">The uri2.</param>
            <returns>The operator !=.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.GetHashCode">
            <summary>
            Serves as a hash function for a particular type. <see cref="M:System.Object.GetHashCode"></see> is suitable for use in hashing algorithms and data structures like a hash table.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.Object"></see>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlName.Compare(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlName,System.StringComparison)">
            <summary>
            Compares the specified name0.
            </summary>
            <param name="name0">The name0.</param>
            <param name="name1">The name1.</param>
            <param name="stringComparison">The string comparison.</param>
            <returns>The compare.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlSource">
            <summary>
            Represents a XamlSource.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlSource.NamespaceUri">
            <summary>
            Gets or sets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlSource.Sites">
            <summary>
            Gets or sets the sites.
            </summary>
            <value>The sites.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Creates the instance.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlSource.GetControlType(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The <see cref="T:System.Type"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlSource.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Creates the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlSource.GetControlType(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The <see cref="T:System.Type"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlSource.IsMatch(Sitecore.Web.UI.XamlSharp.ControlUri)">
            <summary>
            Determines whether the specified URI is match.
            </summary>
            <param name="uri">The URI.</param>
            <returns>
                <c>true</c> if the specified URI is match; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlSourceCollection">
            <summary>
            Represents a list of XamlControls.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlTypeResult">
            <summary>
            Represents a XamlControlTypeResult.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlTypeResult.#ctor(System.Type,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlTypeResult"/> class.
            </summary>
            <param name="type">The type.</param>
            <param name="requiresUri">if set to <c>true</c> this instance is requires URI.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlTypeResult.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlTypeResult.RequiresUri">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlTypeResult"/> requiress the URI.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlTypeResult"/> requiress the URI; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.ControlUri">
            <summary>
            Represents a Web Component Uri.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlUri.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlUri"/> class.
            </summary>
            <param name="qualifiedName">Name of the qualified.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlUri.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlUri"/> class.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlUri.#ctor(System.Web.HttpRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlUri"/> class.
            </summary>
            <param name="request">The request.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlUri.IgnoreCase">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlUri"/> is case insensitive.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.XamlSharp.ControlUri"/> is case insensitive; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlUri.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.ControlUri.NamespaceUri">
            <summary>
            Gets or sets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.ControlUri.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.HtmlControlConfig">
            <summary>
            Represents a XamlGenericControl.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.HtmlControlConfig.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.HtmlControlConfig"/> class.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.HtmlControlConfig.Attribute">
            <summary>
            Gets the attribute.
            </summary>
            <value>The attribute.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.HtmlControlConfig.Tag">
            <summary>
            Gets the tag.
            </summary>
            <value>The tag.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.HtmlControlConfig.Value">
            <summary>
            Gets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.HtmlControlConfig.Type">
            <summary>
            Gets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.HtmlControlConfig.IsMatch(System.Xml.XmlNode)">
            <summary>
            Checks if the specified node matches this generic control.
            </summary>
            <param name="node">The node.</param>
            <returns>The matches.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.IControlManager">
            <summary>
            Represents a IControlManager.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.IControlManager.GetControl(Sitecore.Web.UI.XamlSharp.ControlUri)">
            <summary>
            Gets the control.
            </summary>
            <param name="controlUri">The control URI.</param>
            <returns>The control.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Renderings.RenderingControlSource">
            <summary>
            Represents a XamlSource.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Renderings.RenderingControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Creates the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Renderings.RenderingControlSource.GetControlType(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The <see cref="T:System.Type"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Renderings.RenderingControlSource.GetPath(Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Gets the path.
            </summary>
            <param name="name">The name.</param>
            <returns>The path.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeAssigner">
            <summary>
            Represents a XamlAttributeAssigner.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeAssigner.NamespaceUri">
            <summary>
            Gets or sets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeAssigner.UsesEvaluator">
            <summary>
            Useses the evaluator.
            </summary>
            <returns>The evaluator.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeAssignerCollection">
            <summary>
            Represents a list of XamlAttributeAssigners.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator">
            <summary>
            Represents a XamlAttributeEvaluator.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator.CanEvaluate(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can evaluate the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can evaluate the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator.Evaluate(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute)">
            <summary>
            Evaluates the specified value.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluatorCollection">
            <summary>
            Represents a list of XamlAttributeEvaluators.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExpressionAttributeEvaluator">
            <summary>
            Represents a XamlAttributeExpressionExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExpressionAttributeEvaluator.CanEvaluate(System.Xml.XmlAttribute)">
            <summary>
            Determines whether the specified attribute is extension.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if the specified attribute is extension; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExpressionAttributeEvaluator.Evaluate(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute)">
            <summary>
            Assigns the attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExpressionAttributeEvaluator.Evaluate(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String[])">
            <summary>
            Assigns the specified name.
            </summary>
            <returns>The evaluate.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExpressionAttributeEvaluator.IndexOf(System.String,System.Char,System.Int32)">
            <summary>
            Searches for the text and returns the zero-based index of the first occurrence within the entire text.
            </summary>
            <param name="text">The text.</param>
            <param name="c">The c.</param>
            <param name="start">The start.</param>
            <returns>
            The index position of the text if the text is found, or -1 if it is not.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExtensibleAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExtensibleAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExtensibleAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.ExtensibleAttributeAssigner.SetExtensibleProperty(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String,System.Object)">
            <summary>
            Assigns the specified name.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="attributeName">Name of the attribute.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.FontAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.FontAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.FontAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.IDAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.IDAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.IDAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleRefAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleRefAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleRefAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Attributes.StyleRefAttributeAssigner.ApplyStyle(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String)">
            <summary>
            Sets the specified child creator.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="key">The key.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.BaseType">
            <summary>
            Represents a BaseType.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.#ctor(System.Xml.XmlNode,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.BaseType"/> class.
            </summary>
            <param name="node">The node.</param>
            <param name="baseDirectory">The base directory.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.HasBaseType">
            <summary>
            Gets a value indicating whether this instance has base type.
            </summary>
            <value>
                <c>true</c> if this instance has base type; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.Inherits">
            <summary>
            Gets the inherits.
            </summary>
            <value>The inherits.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.SourceFile">
            <summary>
            Gets the sourcefile.
            </summary>
            <value>The sourcefile.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.GetBaseType">
            <summary>
            Gets the type of the base.
            </summary>
            <returns></returns>
            <exception cref="T:Sitecore.CodeDom.Compiler.CompilerException">Compilation had errors.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.Invalidate">
            <summary>
            Invalidates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.BaseType.ResolveSourcePath">
            <summary>
            Resolves the source path.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator">
            <summary>
            Represents a Xas Child Creator.
            </summary>
            <summary>
            Represents a ChildCreator.
            </summary>
            <summary>
            Represents a XamlChildCreator.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.AddChildEventDelegate">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.AddChildEvent">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.#ctor(System.Reflection.Emit.DynamicMethod)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator"/> class.
            </summary>
            <param name="createChildControlsMethod">The dynamic method.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.CreateChildControlsMethod">
            <summary>
            Gets the create child controls method.
            </summary>
            <value>The create child controls method.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.Current">
            <summary>
            Gets or sets the current.
            </summary>
            <value>The current.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.Owner">
            <summary>
            Gets or sets the owner.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.Parent">
            <summary>
            Gets or sets the parent.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.Placeholders">
            <summary>
            Gets the placeholders.
            </summary>
            <value>The placeholders.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.Symbols">
            <summary>
            Gets the stack.
            </summary>
            <value>The stack.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.CreateChildControls(System.Web.UI.Control)">
            <summary>
            Creates the child controls.
            </summary>
            <param name="parent">The parent control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.DeclareParameters(System.String[])">
            <summary>
            Declares the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.ApplyArguments(System.String[])">
            <summary>
            Assigns the arguments.
            </summary>
            <param name="arguments">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.AddChildControl(System.Object,System.String[],System.String,System.Boolean)">
            <summary>
            Adds the child control.
            </summary>
            <param name="object">The @object.</param>
            <param name="arguments">The arguments.</param>
            <param name="placeholderName">Name of the place holder.</param>
            <param name="hasChildren">if set to <c>true</c> this control has children.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.CreateUriControl(System.String)">
            <summary>
            Creates the URI control.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The URI control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.GetCurrentObject">
            <summary>
            Gets the current object.
            </summary>
            <returns>The current object.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.GetOwnerObject">
            <summary>
            Gets the owner object.
            </summary>
            <returns>The owner object.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.GetVariableValue(System.String)">
            <summary>
            Gets the variable value.
            </summary>
            <param name="variableName">Name of the variable.</param>
            <returns>The variable value.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.PopParent">
            <summary>
            Pops the parent.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.PopParentProperty">
            <summary>
            Pops the parent.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.PushParentProperty(System.String)">
            <summary>
            Pushes the parent property.
            </summary>
            <param name="propertyName">Name of the property.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.PushSymbols(System.String[])">
            <summary>
            Pushes the frame.
            </summary>
            <param name="symbols">The symbols.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SetAttribute(System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SetAttributes(System.String[])">
            <summary>
            Sets the attributes.
            </summary>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SetProperty(System.Object,System.String,System.Object)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="object">The @object.</param>
            <param name="propertyName">Name of the property.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SetVariable(System.String,System.String)">
            <summary>
            Sets the variable.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.PopSymbols">
            <summary>
            Pops the symbols.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.IsVariableName(System.String)">
            <summary>
            Determines whether the specified variable name is a variable name.
            </summary>
            <param name="variableName">Name of the variable.</param>
            <returns>
                <c>true</c> if the specified variable name is a variable name; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.ExtractVariableName(System.String)">
            <summary>
            Extracts the name of the variable.
            </summary>
            <param name="variableName">Name of the variable.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.Parents">
            <summary>
            Gets or sets the parents.
            </summary>
            <value>The parents.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.FindOwner(System.Web.UI.Control)">
            <summary>
            Finds the owner. Owner is a control that has type which is derived from XamlControl class
            </summary>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.GetGlobalPlaceholder(System.String)">
            <summary>
            Resolves the global placeholder.
            </summary>
            <param name="placeholderName">Name of the placeholder.</param>
            <returns>The global placeholder.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.GetLocalPlaceholder(Sitecore.Web.UI.XamlSharp.Xaml.Target,System.String)">
            <summary>
            Gets the local placeholder.
            </summary>
            <param name="target">The target.</param>
            <param name="placeholderName">Name of the placeholder.</param>
            <returns>The local placeholder.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SetArguments(System.String[])">
            <summary>
            Assigns the arguments.
            </summary>
            <param name="arguments">The arguments.</param>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">Type does not accept arguments as it does not implement the "IHasArguments" interface.</exception>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack">
            <summary>
            Represents a Stack.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:System.Collections.Stack"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.TopFrame">
            <summary>
            Gets the parameter frame.
            </summary>
            <value>The parameter frame.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.ApplyArguments(System.String[])">
            <summary>
            Assigns the arguments in the top frame.
            </summary>
            <param name="arguments">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.Assign(System.String,System.String)">
            <summary>
            Sets the variable.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.Declare(System.String[])">
            <summary>
            Declares the specified symbols in the top frame.
            </summary>
            <param name="symbols">The symbols.</param>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">"Parameter does not exist."</exception>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.GetSymbol(System.String)">
            <summary>
            Gets the symbol.
            </summary>
            <param name="symbol">The symbol.</param>
            <returns>The symbol.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.GetSymbolTable">
            <summary>
            Gets the symbol table.
            </summary>
            <returns>The symbol table.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.Push">
            <summary>
            Pushes the frame.
            </summary>
            <returns>The frame.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.Push(System.String[])">
            <summary>
            Pushes the frame.
            </summary>
            <param name="symbols">The symbols.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStack.Pop">
            <summary>
            Pops the frame.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame">
            <summary>
            Represents a ChildCreatorStackFrame.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame.#ctor(System.Collections.IEqualityComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame"/> class.
            </summary>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame"/> class.
            </summary>
            <param name="values">The values.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator.SymbolStackFrame"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventDelegate">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs">
            <summary>
            Represents a CompileEventArgs.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs.#ctor(Sitecore.Web.UI.XamlSharp.Xaml.Compiler)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs"/> class.
            </summary>
            <param name="compiler">The compiler.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs.Compiler">
            <summary>
            Gets the compiler.
            </summary>
            <value>The compiler.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Compiler">
            <summary>
            Represents a Xaml Compiler.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.BeginCompileEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.EndCompileEvent">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.CanBuild(Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition)">
            <summary>
            Determines if this builder can build the specified web component type.
            </summary>
            <param name="controlDefinition">The type.</param>
            <returns>The build.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.ParseControl(System.String,Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Parses the control.
            </summary>
            <param name="content">The content.</param>
            <param name="name">The name.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.ParseControl(System.String,Sitecore.Web.UI.XamlSharp.ControlName,System.String)">
            <summary>
            Parses the control.
            </summary>
            <param name="content">The content.</param>
            <param name="name">The name.</param>
            <param name="baseDirectory">The base directory.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.LoadControl(System.String,Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Parses the control.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="name">The name.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.LoadControl(System.IO.Stream,Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Parses the control.
            </summary>
            <param name="stream">The stream.</param>
            <param name="name">The name.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.Invalidate">
            <summary>
            Invalidates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.GetXamlControlNode(System.String,Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Gets the web component node.
            </summary>
            <param name="content">The content.</param>
            <param name="name">The name.</param>
            <returns>The web component node.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.RaiseBeginCompileEvent">
            <summary>
            Raises the begin compile event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Compiler.RaiseEndCompileEvent">
            <summary>
            Raises the end compile event.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.CompilerCollection">
            <summary>
            Represents a Xaml Compilers.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions">
            <summary>
            Represents a XamlControlCompilerOptions.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.#ctor(Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler,Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode,System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions"/> class.
            </summary>
            <param name="fileCompiler">The compiler.</param>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
            <param name="literalContent">Content of the literal.</param>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <param name="baseType">Type of the base.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.BaseType">
            <summary>
            Gets the type of the base.
            </summary>
            <value>The type of the base.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.ChildrenAsProperties">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions"/> parses children as properties.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions"/> parses children as properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.FileCompiler">
            <summary>
            Gets the compiler.
            </summary>
            <value>The compiler.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.Context">
            <summary>
            Gets the context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.CustomData">
            <summary>
            Gets or sets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.LiteralContent">
            <summary>
            Gets or sets the content of the literal.
            </summary>
            <value>The content of the literal.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.Node">
            <summary>
            Gets the node.
            </summary>
            <value>The node.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.Uri">
            <summary>
            Gets the URI.
            </summary>
            <value>The URI.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions.Writer">
            <summary>
            Gets the writer.
            </summary>
            <value>The writer.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler">
            <summary>
            Represents a XamlControlCompiler.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.RunAtServer">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler"/> runs the at server.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler"/> runs the at server; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.CanCompile(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can compile the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can compile the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified writer.
            </summary>
            <param name="options">The options.</param>
            <returns>The write.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.GetControlPlaceholder(System.Xml.XmlNode)">
            <summary>
            Gets the control placeholder.
            </summary>
            <param name="node">The node.</param>
            <returns>The control placeholder.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.Bind(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type)">
            <summary>
            Binds the control.
            </summary>
            <param name="controlType">Type of the control.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.CanWriteAttribute(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance [can write attribute] the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance [can write attribute] the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.SetAttribute(Sitecore.Reflection.Emit.EmitWriter,System.Reflection.PropertyInfo,System.Xml.XmlAttribute,Sitecore.Reflection.Emit.Local)">
            <summary>
            Writes the attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="property">The property.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.SetAttribute(Sitecore.Reflection.Emit.EmitWriter,System.Reflection.PropertyInfo,System.String,System.String,Sitecore.Reflection.Emit.Local)">
            <summary>
            Writes the attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="property">The property.</param>
            <param name="localName">Name of the local.</param>
            <param name="value">The value.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.WriteAttributes(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type,Sitecore.Reflection.Emit.Local)">
            <summary>
            Writes the attributes.
            </summary>
            <param name="options">The options.</param>
            <param name="controlType">Type of the control.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.WriteAttributes(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type,Sitecore.Reflection.Emit.Local,System.Xml.XmlNode)">
            <summary>
            Writes the attributes.
            </summary>
            <param name="options">The options.</param>
            <param name="controlType">Type of the control.</param>
            <param name="local">The local.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.BindField(Sitecore.Reflection.Emit.EmitWriter,System.String,System.Type,Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Binds the field.
            </summary>
            <param name="writer">The writer.</param>
            <param name="id">The id.</param>
            <param name="controlType">Type of the control.</param>
            <param name="options">The options.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.BindProperty(Sitecore.Reflection.Emit.EmitWriter,System.String,System.Type,Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Binds the property.
            </summary>
            <param name="writer">The writer.</param>
            <param name="id">The id.</param>
            <param name="controlType">Type of the control.</param>
            <param name="options">The options.</param>
            <returns>The property.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompiler.WriteAttributeExtensions(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute)">
            <summary>
            Writes the attribute extensions.
            </summary>
            <param name="attribute">The attribute.</param>
            <param name="writer">The writer.</param>
            <returns>The attribute extensions.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.ControlCompilers">
            <summary>
            Represents a Xaml Compilers.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.HtmlControlCompiler">
            <summary>
            Represents a XamlControlCompiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.HtmlControlCompiler.CanCompile(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can compile the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can compile the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.HtmlControlCompiler.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified writer.
            </summary>
            <param name="options">The options.</param>
            <returns>The write.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.UriControlCompiler">
            <summary>
            Represents a XamlControlCompiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.UriControlCompiler.CanCompile(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can compile the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can compile the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.UriControlCompiler.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified writer.
            </summary>
            <param name="options">The options.</param>
            <returns>The write.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.UriControlCompiler.WriteUriControl(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type)">
            <summary>
            Writes the URI control.
            </summary>
            <param name="controlType">Type of the control.</param>
            <param name="options">The options.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler">
            <summary>
            Represents a XamlControlCompiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.CanCompile(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can compile the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can compile the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified writer.
            </summary>
            <param name="options">The options.</param>
            <returns>The write.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.GetCurrentObject(Sitecore.Reflection.Emit.EmitWriter,Sitecore.Reflection.Emit.Local)">
            <summary>
            Gets the current object.
            </summary>
            <param name="writer">The writer.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.GetParseChildrenAttribute(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type)">
            <summary>
            Gets the children as properties.
            </summary>
            <param name="controlType">Type of the control.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.ParseChildren(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type,System.Reflection.PropertyInfo,Sitecore.Reflection.Emit.Local)">
            <summary>
            Parses the children.
            </summary>
            <param name="options">The options.</param>
            <param name="controlType">Type of the control.</param>
            <param name="defaultPropertyInfo">The default property info.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.WriteProperty(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Reflection.PropertyInfo,System.Xml.XmlNode,Sitecore.Reflection.Emit.Local)">
            <summary>
            Writes the property.
            </summary>
            <param name="options">The options.</param>
            <param name="ownerProperty">The info.</param>
            <param name="node">The node.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.CanAddToProperty(System.Reflection.PropertyInfo)">
            <summary>
            Determines whether this instance [can add to property] the specified info.
            </summary>
            <param name="info">The info.</param>
            <returns>
                <c>true</c> if this instance [can add to property] the specified info; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.PopParentProperty(Sitecore.Reflection.Emit.EmitWriter)">
            <summary>
            Pops the parent property.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.PushPropertyParent(Sitecore.Reflection.Emit.EmitWriter,System.Reflection.PropertyInfo)">
            <summary>
            Pushes the property parent.
            </summary>
            <param name="writer">The writer.</param>
            <param name="propertyInfo">The property info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.WebControlCompiler.WriteWebControl(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,System.Type)">
            <summary>
            Writes the web control.
            </summary>
            <param name="options">The options.</param>
            <param name="controlType">Type of the control.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler">
            <summary>
            Represents a XamlControlCompiler.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler.SetArgumentsMethod">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler.CanCompile(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can compile the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can compile the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified writer.
            </summary>
            <param name="options">The options.</param>
            <returns>The write.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler.WriteXamlControl(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions,Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition)">
            <summary>
            Writes the xaml control.
            </summary>
            <param name="definition">The definition.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler.WriteArguments(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the xaml control parameters.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlCompilers.XamlControlCompiler.CanWriteAttribute(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance [can write attribute] the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance [can write attribute] the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition">
            <summary>
            Represents a WebComponent Type.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.#ctor(Sitecore.Web.UI.XamlSharp.ControlName)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.BaseType">
            <summary>
            Gets or sets the base type.
            </summary>
            <value>The base type.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.FileName">
            <summary>
            Gets or sets the name of the file.
            </summary>
            <value>The name of the file.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.PageTheme">
            <summary>
            Gets or sets the page theme.
            </summary>
            <value>The page theme.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.PageType">
            <summary>
            Gets or sets the type of the page.
            </summary>
            <value>The type of the page.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.Properties">
            <summary>
            Gets the attributes.
            </summary>
            <value>The attributes.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.GetCompiler">
            <summary>
            Gets the builder.
            </summary>
            <returns>The builder.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.GetChildCreator">
            <summary>
            Gets the child creator.
            </summary>
            <returns>The child creator.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.Build">
            <summary>
            Builds this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.Invalidate">
            <summary>
            Invalidates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition.IsMatch(System.String,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Tests if the type matches the specified URI.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The result.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCollection">
            <summary>
            Represents a XamlDefinitions.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCreator">
            <summary>
            Represents a XasDefinitionCreator.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCreator.Extension">
            <summary>
            Gets or sets the extension.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCreator.CanCreate(System.String)">
            <summary>
            Determines if this WebComponent Type Creator can create Web Component Types from the specified file name.
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCreator.GetDefinitions(System.String)">
            <summary>
            Gets the types.
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns>The types.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCreator.GetAttribute(System.Xml.XmlNode,System.String)">
            <summary>
            Gets the name of the base type.
            </summary>
            <param name="node">The node.</param>
            <param name="attributeName">Name of the attribute.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinitionCreatorCollection">
            <summary>
            Represents a XamlDefinitionCreators.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Converters.IsEnabledConverter">
            <summary>
            Represents a IsEnabledConverter.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Converters.IsEnabledConverter.Convert(System.Object)">
            <summary>
            Converts the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns>The converted value.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Converters.IsVisibleConverter">
            <summary>
            Represents a IsVisibleConverter.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Converters.IsVisibleConverter.Convert(System.Object)">
            <summary>
            Converts the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns>The converted value.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.AttributeExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.AttributeExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.AttributeExtension.Evaluate(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String,System.Object)">
            <summary>
            Executes the specified xpath.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns>The execute.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.CallTemplateExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.CallTemplateExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.Extension">
            <summary>
            Represents a Extension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.Extension.CanWrite(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can write the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can write the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.Extension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.Extension.RenderChildren(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Renders the children.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.Extension.PopParent(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Pops the parent.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.Extensions">
            <summary>
            Represents a Xaml Compilers.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ForEachExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ForEachExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ForEachExtension.State">
            <summary>
            Represents a State.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ForEachExtension.State.Select(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String)">
            <summary>
            Selects the specified xpath.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="xpath">The xpath.</param>
            <returns>The select.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ForEachExtension.State.Next">
            <summary>
            Nexts this instance.
            </summary>
            <returns>The next.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.IfExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.IfExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the if statement.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.IfExtension.Evaluate(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String)">
            <summary>
            Evaluates the specified xpath.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="xpath">The xpath.</param>
            <returns>The result of the evaluation.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.IncludeExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.IncludeExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.NamedExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.NamedExtension.NamespaceUri">
            <summary>
            Gets or sets the namespace URI.
            </summary>
            <value>The namespace URI.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.NamedExtension.NodeName">
            <summary>
            Gets or sets the name of the node.
            </summary>
            <value>The name of the node.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.NamedExtension.CanWrite(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Determines whether this instance can write the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can write the specified options; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ParamExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ParamExtension.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ParamExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ParamExtension.CompileEvent(Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs)">
            <summary>
            Compiles the event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ParamExtension.WriteDeclarationsEvent(System.Object,Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs)">
            <summary>
            Writes the declarations event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs"/> instance containing the event data.</param>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">A &lt;param&gt; element must have a "name" attribute</exception>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.RegisterExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.RegisterExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.SetVariableExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.SetVariableExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.SetVariableExtension.SetVariable(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String,System.String)">
            <summary>
            Sets the specified child creator.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="name">The name.</param>
            <param name="value">The select.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.StyleAttributeExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.StyleAttributeExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.StyleAttributeExtension.Evaluate(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String,System.String)">
            <summary>
            Executes the specified xpath.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns>The execute.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.StyleExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.StyleExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.StyleExtension.SetStyle(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator,System.String,System.String[])">
            <summary>
            Sets the specified child creator.
            </summary>
            <param name="childCreator">The child creator.</param>
            <param name="key">The key.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.TemplateExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.TemplateExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.UsingExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.UsingExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ValueOfExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ValueOfExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.ValueOfExtension.Evaluate(System.String)">
            <summary>
            Executes the specified xpath.
            </summary>
            <param name="xpath">The xpath.</param>
            <returns>The execute.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension">
            <summary>
            Represents a XamlExtension.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension.Write(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Writes the specified compiler.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension.CompileEvent(Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs)">
            <summary>
            Compiles the event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension.BeginWriteControlEvent(System.Object,Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs)">
            <summary>
            Begins the write control event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension.EndWriteControlEvent(System.Object,Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs)">
            <summary>
            Ends the write control event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Extensions.VariableExtension.WriteVariables(Sitecore.Reflection.Emit.EmitWriter,System.Collections.Generic.List{System.Xml.XmlNode})">
            <summary>
            Writes the variables.
            </summary>
            <param name="writer">The writer.</param>
            <param name="variables">The variables.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.FileCompiler">
            <summary>
            Represents a XamlFileCompiler.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.FileCompiler.Extension">
            <summary>
            Gets or sets the extension.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.FileCompiler.CanBuild(Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition)">
            <summary>
            Determines if this builder can build the specified web component type.
            </summary>
            <param name="controlDefinition">The type.</param>
            <returns>The build.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.IHasArguments">
            <summary>
            Defines the properties of a web control that can hold variables.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.IHasArguments.SetArguments(System.String[])">
            <summary>
            Assigns the arguments.
            </summary>
            <param name="arguments">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.IHasArguments.GetArgument(System.String)">
            <summary>
            Gets the argument.
            </summary>
            <param name="name">The name.</param>
            <returns>The argument.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.IHasDefinitions">
            <summary>
            Defines the properties of a controk source that contains definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.IHasDefinitions.GetDefinition(System.String)">
            <summary>
            Gets the definition.
            </summary>
            <param name="name">The name.</param>
            <returns>The definition.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.IHasDefinitions.GetDefinition(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Gets the definition.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The definition.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.IHasStyles">
            <summary>
            Defines the properties of a web control that can hold styles.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.IHasStyles.StyleCollection">
            <summary>
            Gets the styles.
            </summary>
            <value>The styles.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.IHasXamlDefinition">
            <summary>
            Defines the properties of a web control that can hold variables.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.IHasXamlDefinition.ControlDefinition">
            <summary>
            Gets or sets the xaml definition.
            </summary>
            <value>The xaml definition.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.ImportControlSource">
            <summary>
            Represents a XamlSource.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ImportControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Creates the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.ImportControlSource.GetControlType(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The xaml control type result.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Style">
            <summary>
            Represents a Style.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Style.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.Style"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Style.#ctor(System.String,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.Style"/> class.
            </summary>
            <param name="key">The key.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Style.Key">
            <summary>
            Gets or sets the key.
            </summary>
            <value>The key.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Style.Properties">
            <summary>
            Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Style.Apply(Sitecore.Web.UI.XamlSharp.Xaml.ChildCreator)">
            <summary>
            Applies the specified child creator.
            </summary>
            <param name="childCreator">The child creator.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Style.CanApply(System.Web.UI.Control,System.String)">
            <summary>
            Determines whether this style can be applied to the specified control.
            </summary>
            <param name="control">The control.</param>
            <param name="styleName">Name of the style.</param>
            <returns>
                <c>true</c> if this style can be applied to the specified control; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Style.ParseKeys">
            <summary>
            Parses the keys.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.StyleCollection">
            <summary>
            Represents a Style collection.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.Target">
            <summary>
            Represents a Stack.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Target.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.Target"/> class.
            </summary>
            <param name="object">The object.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Target.Object">
            <summary>
            Gets or sets the parent.
            </summary>
            <value>The parent.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.Target.Property">
            <summary>
            Gets or sets the property.
            </summary>
            <value>The property.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Target.Add(Sitecore.Web.UI.XamlSharp.Xaml.Target)">
            <summary>
            Adds the specified child.
            </summary>
            <param name="child">The child.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Target.GetParent">
            <summary>
            Gets the parent.
            </summary>
            <returns>The parent.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.Target.GetTarget">
            <summary>
            Gets the target.
            </summary>
            <returns>The target.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventDelegate">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs">
            <summary>
            Represents a CompileEventArgs.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs.#ctor(Sitecore.Web.UI.XamlSharp.Xaml.Compiler,Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.CompileEventArgs"/> class.
            </summary>
            <param name="compiler">The compiler.</param>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs.Node">
            <summary>
            Gets the node.
            </summary>
            <value>The node.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventArgs.Writer">
            <summary>
            Gets the writer.
            </summary>
            <value>The writer.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl">
            <summary>
            Represents a Xaml Control.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.AjaxScriptManager">
            <summary>
            Gets the ajax script manager.
            </summary>
            <value>The ajax script manager.</value>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Controls">
            <summary>
            Gets a <see cref="T:System.Web.UI.ControlCollection"></see> object that represents the child controls for a specified server control in the UI hierarchy.
            </summary>
            <returns>
            The collection of child controls for the specified server control.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.SetXamlDefinition(System.String)">
            <summary>
            Sets the xaml definition.
            </summary>
            <param name="controlName">Name of the control.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Definition">
            <summary>
            Gets the definition.
            </summary>
            <value>The definition.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.CreateChildControls">
            <summary>
            Called by the ASP.NET page framework to notify server controls that use
            composition-based implementation to create any child controls they
            contain in preparation for posting back or rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.FindDescendantControl(System.String)">
            <summary>
            Find descendant control.
            </summary>
            <param name="id">The id.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.FindDescendantControl(System.Web.UI.Control,System.String)">
            <summary>
            Find descendant control.
            </summary>
            <param name="parent">The parent control.</param>
            <param name="id">The id.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.ExecuteAjaxCommand(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Executes the ajax command.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.ExecuteAjaxMethod(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Executes the ajax method.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The ajax method.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.PreviewAjaxCommand(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Previews the Ajax command.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.PreviewAjaxMethod(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Previews the Ajax method.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.ChildCreator">
            <summary>
            Gets or sets the child creator.
            </summary>
            <value>The child creator.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Xaml#IHasArguments#GetArgument(System.String)">
            <summary>
            Gets the argument.
            </summary>
            <param name="name">The name.</param>
            <returns>The argument.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Xaml#IHasArguments#SetArguments(System.String[])">
            <summary>
            Assigns the arguments.
            </summary>
            <param name="arguments">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#WebControls#IHasPlaceholders#GetPlaceholders">
            <summary>
            Gets the placeholders.
            </summary>
            <returns>The placeholders.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#HandleCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The command event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#HandleMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The method event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#PreviewCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#PreviewMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Xaml#IHasXamlDefinition#ControlDefinition">
            <summary>
            Gets or sets the xaml definition.
            </summary>
            <value>The xaml definition.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl.Sitecore#Web#UI#XamlSharp#Xaml#IHasStyles#StyleCollection">
            <summary>
            Gets the styles.
            </summary>
            <value>The styles.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler">
            <summary>
            Represents a XamlCompiler.
            </summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.WriteDeclareLocalsEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.WriteDeclarationsEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.BeginWriteControlEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.EndWriteControlEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.BeginWriteChildControlsEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.EndWriteChildControlsEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.BeginWriteAttributesEvent">
            <summary></summary>
        </member>
        <member name="E:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.EndWriteAttributesEvent">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.AddChildControlMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.CreateUriControlMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.GetCurrentObjectMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.DeclareParametersMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.LiteralControlConstructor">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.GetOwnerObjectMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.PopParentMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.PopParentPropertyMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.PopSymbolsMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.PushParentPropertyMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.PushSymbolsMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.SetPropertyMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.SetAttributeMethod">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.SetAttributesMethod">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.ParseControl(System.String,Sitecore.Web.UI.XamlSharp.ControlName,System.String)">
            <summary>
            Parses the control.
            </summary>
            <param name="content">The content.</param>
            <param name="name">The name.</param>
            <param name="baseDirectory">The base directory.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.ParseFragment(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Parses the fragment.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.ParseFragment(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Parses the fragment.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
            <param name="context">The context.</param>
            <param name="parseParent">if set to <c>true</c> this instance parses the parent.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.RaiseEvent(Sitecore.Web.UI.XamlSharp.Xaml.XamlCompileEventDelegate,Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode)">
            <summary>
            Raises the event.
            </summary>
            <param name="eventDelegate">The event delegate.</param>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.RaiseBeginWriteAttributesEvent(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Raises the begin write attributes event.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.RaiseEndWriteAttributesEvent(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Raises the end write attributes event.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.Write(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode,System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Parses the specified node.
            </summary>
            <param name="writer">The generator.</param>
            <param name="node">The node.</param>
            <param name="literalContent">The literals.</param>
            <param name="controlContext">The control context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.WriteLiteralContent(Sitecore.Reflection.Emit.EmitWriter,System.Web.UI.HtmlTextWriter)">
            <summary>
            Generates the literal control.
            </summary>
            <param name="writer">The writer.</param>
            <param name="literalContent">Content of the literal.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.AppendLiteralContent(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode,System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Appends the literals.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
            <param name="literalContent">The literals.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.SetBaseType(System.Xml.XmlNode,System.String)">
            <summary>
            Sets the type of the base.
            </summary>
            <param name="node">The node.</param>
            <param name="baseDirectory">The base directory.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.GetExtension(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Gets the extension.
            </summary>
            <param name="options">The options.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.WriteChildControls(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlNode,System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Writes the child controls.
            </summary>
            <param name="writer">The writer.</param>
            <param name="node">The node.</param>
            <param name="literalContent">The literal.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileCompiler.WriteDeclarations(Sitecore.Reflection.Emit.EmitWriter)">
            <summary>
            Writes the declarations.
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.Watchers">
            <summary>
            Gets the watchers.
            </summary>
            <value>The watchers.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.Definitions">
            <summary>
            Gets or sets the definitions.
            </summary>
            <value>The definitions.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.Names">
            <summary>
            Gets the names.
            </summary>
            <value>The names.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.PendingFiles">
            <summary>
            Gets or sets the pending files.
            </summary>
            <value>The pending files.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.AddWatcher(Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher)">
            <summary>
            Adds the watcher.
            </summary>
            <param name="watcher">The watcher.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.GetDefinition(System.String)">
            <summary>
            Gets the Xaml definition.
            </summary>
            <param name="name">The name.</param>
            <returns>The Xaml definition.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.GetDefinition(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Gets the web component definition.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The Xaml definition.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.InvalidateAll">
            <summary>
            Invalidates all definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.OnChanged(System.String)">
            <summary>
            Called when changed.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.OnCodeFileChanged(System.String)">
            <summary>
            Called when changed.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.OnCreated(System.String)">
            <summary>
            Called when created.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.OnDeleted(System.String)">
            <summary>
            Called when deleted.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.OnRenamed(System.String,System.String)">
            <summary>
            Called when renamed.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="oldFileName">Old name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Creates the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.GetDefinition(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Gets the xaml definition.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The xaml definition.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource.ProcessPendingFiles">
            <summary>
            Processes the pending types.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher">
            <summary>
            Represents a Xaml Source Watcher.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.CodeFilter">
            <summary>
            Gets or sets the codefilter.
            </summary>
            <value>The codefilter.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.Filter">
            <summary>
            Gets or sets the filter.
            </summary>
            <value>The filter.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.IncludeSubdirectories">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher"/> watches folders recursively.
            </summary>
            <value><c>true</c> if watches folders recursively; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.Folder">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.Initialize(Sitecore.Web.UI.XamlSharp.Xaml.XamlFileControlSource)">
            <summary>
            Initializes this instance.
            </summary>
            <param name="xamlFileControlSource">The web component source.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileChanged(System.String)">
            <summary>
            Called when the file has been changed.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileCreated(System.String)">
            <summary>
            Called when the file has been created.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileRenamed(System.String,System.String)">
            <summary>
            Called when the file has been renamed.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="oldFileName">Old name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileDeleted(System.String)">
            <summary>
            Called when the file has been deleted.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileChanged(System.String)">
            <summary>
            Called when the file has been changed.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileCreated(System.String)">
            <summary>
            Called when the file has been created.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileRenamed(System.String,System.String)">
            <summary>
            Called when the file has been renamed.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="oldFileName">Old name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileDeleted(System.String)">
            <summary>
            Called when the file has been deleted.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileChanged(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when code file changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.FileSystemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileCreated(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when code file created.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.FileSystemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileRenamed(System.Object,System.IO.RenamedEventArgs)">
            <summary>
            Called when code file renamed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.RenamedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnCodeFileDeleted(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when code file deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.FileSystemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileChanged(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when the file has been changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.FileSystemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileCreated(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when the file has been created.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.FileSystemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileRenamed(System.Object,System.IO.RenamedEventArgs)">
            <summary>
            Called when the file has been renamed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.RenamedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.OnFileDeleted(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when the file has been deleted.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.IO.FileSystemEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.ScanFiles">
            <summary>
            Scans all files in the source folder.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlFileWatcher.ScanFiles(System.String,System.String,System.Boolean)">
            <summary>
            Scans the files.
            </summary>
            <param name="path">The path.</param>
            <param name="filter">The filter.</param>
            <param name="includeSubdirectories">if set to <c>true</c> this instance is include subdirectories.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlMainControl">
            <summary>
            Represents a Xaml Main Control.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlMainControl.Application">
            <summary>
            Gets or sets the application.
            </summary>
            <value>The application.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlMainControl.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager">
            <summary>
            Represents the Web Component Manager.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.XamlNamespaceURI">
            <summary>Defines the namespace URI of Xaml XML nodes in a xaml.xml file.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlControl"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.Config">
            <summary>
            Gets the config.
            </summary>
            <value>The config.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetAttributeAssigner(System.Xml.XmlAttribute)">
            <summary>
            Gets the attribute assigner.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>The attribute assigner.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetAttributeEvaluator(System.Xml.XmlAttribute,System.Boolean)">
            <summary>
            Gets the xaml attribute evaluators.
            </summary>
            <returns>The xaml attribute evaluators.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetCompiler(Sitecore.Web.UI.XamlSharp.Xaml.ControlDefinition)">
            <summary>
            Gets the compiler.
            </summary>
            <param name="definition">The definition.</param>
            <returns>The compiler.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetControlCompiler(Sitecore.Web.UI.XamlSharp.Xaml.CompilerOptions)">
            <summary>
            Gets the control compiler.
            </summary>
            <param name="options">The options.</param>
            <returns>The control compiler.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetDefinition(System.String)">
            <summary>
            Gets the web component definition.
            </summary>
            <param name="name">The name.</param>
            <returns>The web component definition.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetDefinition(Sitecore.Web.UI.XamlSharp.ControlUri,Sitecore.Web.UI.XamlSharp.ControlContext)">
            <summary>
            Gets the web component definition.
            </summary>
            <param name="uri">The URI.</param>
            <param name="context">The context.</param>
            <returns>The web component definition.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetDefinitionCreator(System.String)">
            <summary>
            Gets the xaml definition creator.
            </summary>
            <param name="fileName">Name of the file.</param>
            <returns>The xaml definition creator.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetExtensions">
            <summary>
            Gets the xaml extension.
            </summary>
            <returns>The xaml extension.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.RegisterCompileEventHandler(Sitecore.Web.UI.XamlSharp.Xaml.CompileEventDelegate)">
            <summary>
            Registers the compile event handler.
            </summary>
            <param name="eventHandler">The event handler.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.ClearLastError">
            <summary>
            Clears the last error.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.GetLastError">
            <summary>
            Gets the last error.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.SetLastError(System.String,System.String[])">
            <summary>
            Sets the last error.
            </summary>
            <param name="format">The format.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.CompareNamespaceUri(System.String,System.String)">
            <summary>
            Compares the namespace URI.
            </summary>
            <param name="namespaceUri0">The namespace uri0.</param>
            <param name="namespaceUri1">The namespace uri1.</param>
            <returns>The namespace URI.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlManager.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage">
            <summary>
            Represents a Xaml Page.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.MainControl">
            <summary>
            Gets or sets the main control.
            </summary>
            <value>The main control.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.VerifyRenderingInServerForm(System.Web.UI.Control)">
            <summary>
            Confirms that an <see cref="T:System.Web.UI.HtmlControls.HtmlForm"></see> control is rendered for the specified ASP.NET server control at run time.
            </summary>
             
            <param name="control">The ASP.NET server control that is required in the <see cref="T:System.Web.UI.HtmlControls.HtmlForm"></see> control. </param>
            <exception cref="T:System.Web.HttpException">The specified server control is not contained between the opening and closing tags of the <see cref="T:System.Web.UI.HtmlControls.HtmlForm"></see> server control at run time. </exception>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.ExecuteAjaxCommand(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Gets the Ajax command context.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The Ajax command context.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.ExecuteAjaxMethod(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Executes the Ajax method.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The Ajax method.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.PreviewAjaxCommand(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Previews the Ajax command.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.PreviewAjaxMethod(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Previews the Ajax method.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#HandleCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
            <returns>The command event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#HandleMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
            <returns>The method event.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#PreviewCommandEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs)">
            <summary>
            Handles the command event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxCommandEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPage.Sitecore#Web#UI#XamlSharp#Ajax#IIsAjaxEventHandler#PreviewMethodEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs)">
            <summary>
            Handles the method event.
            </summary>
            <param name="e">The <see cref="T:Sitecore.Web.UI.XamlSharp.Ajax.AjaxMethodEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageAdapter">
            <summary>
            Represents a XamlPageAdapter.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageAdapter.GetStatePersister">
            <summary>
            Returns an object that is used by the Web page to maintain the control and view states.
            </summary>
            <returns>
            An object derived from <see cref="T:System.Web.UI.PageStatePersister"></see> that supports creating and extracting the combined control and view states for the <see cref="T:System.Web.UI.Page"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory">
            <summary>
            Represents the Xaml Page Handler Factory.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)">
            <summary>
            Returns an instance of a class that implements the <see cref="T:System.Web.IHttpHandler"></see> interface.
            </summary>
            <returns>
            A new <see cref="T:System.Web.IHttpHandler"></see> object that processes the request.
            </returns>
            <param name="pathTranslated">The <see cref="P:System.Web.HttpRequest.PhysicalApplicationPath"></see> to the requested resource. </param>
            <param name="url">The <see cref="P:System.Web.HttpRequest.RawUrl"></see> of the requested resource. </param>
            <param name="context">An instance of the <see cref="T:System.Web.HttpContext"></see> class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests. </param>
            <param name="requestType">The HTTP data transfer method (GET or POST) that the client uses. </param>
             <contract>
               <requires name="context" condition="not null" />
               <requires name="requestType" condition="not null" />
               <requires name="url" condition="not null" />
               <requires name="pathTranslated" condition="not null" />
               <ensures condition="nullable" />
             </contract>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.Page_PreInit(System.Object,System.EventArgs)">
            <summary>
            Handles the PreInit event of the Page control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
            <contract>
              <requires name="sender" condition="not null" />
              <requires name="e" condition="not null" />
            </contract>
            <exception cref="T:Sitecore.Web.UI.XamlSharp.ControlException">Xaml control not found.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)">
            <summary>
            Enables a factory to reuse an existing handler instance.
            </summary>
            <param name="handler">The <see cref="T:System.Web.IHttpHandler"></see> object to reuse. </param>
             <contract>
               <requires name="handler" condition="none" />
             </contract>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.GetXamlPageHandler(System.Web.HttpContext,System.String)">
            <summary>
            Gets the Xaml page handler.
            </summary>
            <param name="context">The context.</param>
            <param name="appRelativeVirtualPath">The application relative virtual path.</param>
            <returns>The Xaml page handler.</returns>
            <contract>
              <requires name="context" condition="not null"/>
              <requires name="appRelativeVirtualPath" condition="not null"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.Xaml.XamlPageHandlerFactory.CheckAccess(Sitecore.Web.UI.XamlSharp.ControlUri)">
            <summary>
            Checks the access.
            </summary>
            <param name="uri">The URI.</param>
            <exception cref="T:Sitecore.Exceptions.AccessDeniedException">Access denied</exception>
        </member>
        <member name="T:Sitecore.Web.UI.XamlSharp.XmlControlSource">
            <summary>
            Represents a XamlSource.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.XmlControlSource.CreateInstance(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Creates the instance.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The instance.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XamlSharp.XmlControlSource.GetControlType(Sitecore.Web.UI.XamlSharp.ControlName,Sitecore.Web.UI.XamlSharp.ControlContext,System.Boolean)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="name">The name.</param>
            <param name="context">The context.</param>
            <param name="ignoreCase">if set to <c>true</c> this instance is ignore case.</param>
            <returns>The <see cref="T:System.Type"/>.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControlRenderingType">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControlRenderingType.GetControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns>The created control.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.AllowGenericControl">
            <summary>
            Flags for instantiating generic controls.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UI.XmlControls.AllowGenericControl.Always">
            <summary>Always.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.XmlControls.AllowGenericControl.Never">
            <summary>Never.</summary>
        </member>
        <member name="F:Sitecore.Web.UI.XmlControls.AllowGenericControl.LowerCaseOnly">
            <summary>Lower-case only.</summary>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.ControlFactory">
            <summary>
            Factory for instantiating controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.DumpDebugInfo(System.String)">
            <summary>
            Dump debug information.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControl(System.String)">
            <summary>
            Gets control instance.
            </summary>
            <param name="controlName">Name of the control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControl(System.String,System.String)">
            <summary>
            Gets control instance.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControl(System.String,System.String,System.Object[])">
            <summary>
            Gets control instance.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControl(System.String,System.String,System.Object[],Sitecore.Web.UI.XmlControls.AllowGenericControl)">
            <summary>
            Gets control instance.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="properties">The properties.</param>
            <param name="allowGeneric">The allow generic.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControl(System.Web.UI.Control,System.String,System.String,System.Object[],Sitecore.Web.UI.XmlControls.AllowGenericControl)">
            <summary>
            Gets the control instance.
            </summary>
            <param name="parent">The parent.</param>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="properties">The properties.</param>
            <param name="allowGeneric">The allow generic.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControlType(System.String,System.String,System.Boolean)">
            <summary>
            Gets the control type.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="includeDynamicTypes">if set to <c>true</c> this instance is include dynamic types.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetFullControlName(System.String,System.String)">
            <summary>
            Gets the full name of the control.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetFullControlName(System.String,System.String,System.String)">
            <summary>
            Gets the full name of the control.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="assemblyKey">The assembly key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ParseControlFile(System.String)">
            <summary>
            Parses an Xml definition of a control tree.
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ParseControlTree(System.Xml.XmlNode,System.String[])">
            <summary>
            Parses an Xml definition of a control tree.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="commonProperties">The common properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetGenericControl(System.String,System.Object[])">
            <summary>
            Gets a generic HTML control.
            </summary>
            <param name="tagName">Name of the tag.</param>
            <param name="attributes">The attributes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.SetProperties(System.Web.UI.Control,System.Object[])">
            <summary>
            Sets the properties.
            </summary>
            <param name="control">The control.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.AllowGeneric(System.String,Sitecore.Web.UI.XmlControls.AllowGenericControl)">
            <summary>
            Checks if generic is allowed.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="flag">The flag.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ExtractControlName(System.String)">
            <summary>
            Extracts control name from a full name.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ExtractNamespacePrefix(System.String)">
            <summary>
            Extracts namespace prefix from a full name.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.FindControlMode(System.String,System.String)">
            <summary>
            Finds the best matching control mode.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControlMode(System.String,System.String)">
            <summary>
            Gets the best matching control mode.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetProperties(System.Xml.XmlNode,System.String[])">
            <summary>
            Gets the properties.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="commonProperties">The common properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ParseControlTree(System.Xml.XmlNode,System.Web.UI.Control,Sitecore.Web.UI.XmlControls.XmlControl,System.String[])">
            <summary>
            Parses an xml definition of a control tree.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="parent">The parent.</param>
            <param name="container">The container.</param>
            <param name="commonProperties">The common properties.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ReadConfigSettings">
            <summary>
            Reads web.config settings.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ReadControlSources">
            <summary>
            Reads list of control sources from web.config.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.AddControlModeToCache(System.String,System.String,System.String)">
            <summary>
            Adds control mode to internal cache.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="controlMode">The control mode.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.ClearControlModeCache">
            <summary>
            Clear internal control mode cache.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlFactory.GetControlModeFromCache(System.String,System.String)">
            <summary>
            Gets control mode from internal cache.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.ControlParser">
            <summary>
            Parser for Xml controls
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.ControlParser"/> class.
            </summary>
            <param name="namespaceName">Name of the namespace.</param>
            <param name="assemblyKey">The assembly key.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.#ctor(System.String,System.String,System.Boolean,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.ControlParser"/> class.
            </summary>
            <param name="namespaceName">Name of the namespace.</param>
            <param name="assemblyKey">The assembly key.</param>
            <param name="saveWorkFiles">if set to <c>true</c> this instance saves work files.</param>
            <param name="workFolder">The work folder.</param>
            <param name="workFilePrefix">The work file prefix.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.ControlParser.AddUsings">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Web.UI.XmlControls.ControlParser"/> adds the using statements.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.UI.XmlControls.ControlParser"/> adds the using statements; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetXmlControlCode(System.String,System.String@)">
            <summary>
            Gets the XML control code.
            </summary>
            <param name="controlFile">The control file.</param>
            <param name="sourceFile">The source file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetXmlControlCode(System.Xml.XmlDocument,System.String@)">
            <summary>
            Gets the XML control code.
            </summary>
            <param name="controls">The controls.</param>
            <param name="sourceFile">The source file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddControl(System.Xml.XmlNode)">
            <summary>
            Adds the control.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetControlDefinition(System.Xml.XmlDocument)">
            <summary>
            Gets the control definition.
            </summary>
            <param name="controlDoc">The control doc.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddIDRef(System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Adds ID ref to list.
            </summary>
            <param name="node">The node.</param>
            <param name="property">The property.</param>
            <param name="assignment">The assignment.</param>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddPropertyText(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Adds text during property value parsing.
            </summary>
            <param name="text">The text.</param>
            <param name="result">The result.</param>
            <param name="quoteText">if set to <c>true</c> this instance is quote text.</param>
            <param name="concatElements">if set to <c>true</c> this instance is concat elements.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.ParsePropertyValue(System.String,System.Boolean,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Parses a property value.
            </summary>
            <param name="text">The text.</param>
            <param name="isRoot">if set to <c>true</c> this instance is is root.</param>
            <param name="dependantProperties">The dependant properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddMappedProperties(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Adds mapped properties to property list.
            </summary>
            <param name="root">The root.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddMappedProperty(System.Xml.XmlNode,System.String,System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Adds mapped property to property list.
            </summary>
            <param name="node">The node.</param>
            <param name="propertyName">Name of the property.</param>
            <param name="controlProperty">The control property.</param>
            <param name="controlAssignment">The control assignment.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AssignControlName(System.Xml.XmlNode)">
            <summary>
            Assigns control name to a control node.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AssignVariableName(System.Xml.XmlNode)">
            <summary>
            Assigns variable name to an element node.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AssignVariableNames(System.Xml.XmlNode)">
            <summary>
            Assigns variable names to element nodes.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.BuildPropertyList(System.Xml.XmlNode)">
            <summary>
            Builds property list.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetControlName(System.Xml.XmlNode)">
            <summary>
            Gets the name of the control.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.CreateIDRefsNode(System.Xml.XmlNode)">
            <summary>
            Creates idrefs root node.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetPropertyNode(System.String,System.Xml.XmlNode)">
            <summary>
            Gets a property node.
            </summary>
            <param name="propertyName">Name of the property.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.WrapTextElement(System.Xml.XmlNode)">
            <summary>
            Wraps text node in def:Text element.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.WrapTextElements(System.Xml.XmlNode)">
            <summary>
            Wraps text nodes in def:Text elements.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddCustomCode(System.Xml.XmlNode)">
            <summary>
            Adds custom code section.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddIDRefUpdater(System.Xml.XmlNode)">
            <summary>
            Adds update method for idrefs.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddIDRefUpdateStatement(System.Xml.XmlNode)">
            <summary>
            Add update statement for an idrefs.
            </summary>
            <param name="idref">The idref.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddInitializer(System.Xml.XmlNode)">
            <summary>
            Adds control initializer.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddRenderAs(System.Xml.XmlNode)">
            <summary>
            Adds the RenderAs flag.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddProperties(System.Xml.XmlNode)">
            <summary>
            Adds properties section.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddUsing">
            <summary>
            Adds using section.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddVariables(System.Xml.XmlNode)">
            <summary>
            Adds variables section.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.StartClass(System.Xml.XmlNode)">
            <summary>
            Starts class definition.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.EndClass">
            <summary>
            Ends class definition.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.StartNamespace">
            <summary>
            Starts namespace definition.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.EndNamespace">
            <summary>
            Ends namespace definition.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddAttributeSubscriber(System.String)">
            <summary>
            Adds attribute subscribers.
            </summary>
            <param name="varName">Name of the var.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddAttributeSubscribers(System.Xml.XmlNode)">
            <summary>
            Adds attribute subscribers.
            </summary>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddControlInitializer(System.String,System.String,System.Xml.XmlNode,System.String)">
            <summary>
            Adds control initializer.
            </summary>
            <param name="varName">Name of the var.</param>
            <param name="varType">Type of the var.</param>
            <param name="node">The node.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddControlInitializers(System.Xml.XmlNode,System.String)">
            <summary>
            Adds control initializers.
            </summary>
            <param name="root">The root.</param>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddControlVariables(System.Xml.XmlNode)">
            <summary>
            Adds controls to variables section.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddNamespacePrefixInitializer">
            <summary>
            Initializes namespace prefix.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddProperty(System.Xml.XmlNode)">
            <summary>
            Adds property.
            </summary>
            <param name="property">The property.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddMappedPropertyAssignments(System.Xml.XmlNode)">
            <summary>
            Adds mapped property assignments.
            </summary>
            <param name="property">The property.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddPropertyInitializers(System.Xml.XmlNode)">
            <summary>
            Adds property initializers.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddModeInitializer(System.Xml.XmlNode)">
            <summary>
            Adds mode initializer.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.AddPropertyVariables(System.Xml.XmlNode)">
            <summary>
            Adds properties to variables section.
            </summary>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetPropertiesNode(System.Xml.XmlNode)">
            <summary>
            Gets properties root.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetIDRefsNode(System.Xml.XmlNode)">
            <summary>
            Get IDRefs root.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.SaveWorkFile(System.String,System.String)">
            <summary>
            Saves work file.
            </summary>
            <param name="text">The text.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.SaveWorkFile(System.String,System.String,System.String)">
            <summary>
            Saves work file.
            </summary>
            <param name="text">The text.</param>
            <param name="postfix">The postfix.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlParser.GetFilePath(System.String,System.String)">
            <summary>
            Gets the file path.
            </summary>
            <param name="extension">The extension.</param>
            <param name="postfix">The postfix.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.AssemblyControlSource.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.AssemblyControlSource"/> class.
            </summary>
            <param name="ns">The _namespace.</param>
            <param name="prefix">The prefix.</param>
            <param name="assembly">The assembly.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.AssemblyControlSource.ResolveType(System.String,System.Boolean)">
            <summary>
            Gets control assembly.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="includeDynamicTypes">if set to <c>true</c> this instance includes dynamic types.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.AssemblyControlSource.AddControlSourceInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds control source information to packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.ControlSource"/> class.
            </summary>
            <param name="ns">The namespace.</param>
            <param name="prefix">The prefix.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.ControlSource.Namespace">
            <summary>
            Gets the namespace.
            </summary>
            <value>The namespace.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.ControlSource.Prefix">
            <summary>
            Gets the prefix.
            </summary>
            <value>The prefix.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.AppendControlModes(System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Appends all control modes to a list.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.DumpDebugInfo(Sitecore.Xml.Packet)">
            <summary>
            Dumps debug information.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.GetControlType(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the type of the control.
            </summary>
            <param name="namespacePrefix">The namespace prefix.</param>
            <param name="controlName">Name of the control.</param>
            <param name="mode">The mode.</param>
            <param name="includeDynamicTypes">if set to <c>true</c> this instance is include dynamic types.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.ResolveType(System.String,System.Boolean)">
            <summary>
            Resolves the type.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="includeDynamicTypes">if set to <c>true</c> this instance includes dynamic types.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.ResolveType(System.String,System.Reflection.Assembly)">
            <summary>
            Resolves the type.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="assembly">The assembly.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.AddToCache(System.String,System.Type)">
            <summary>
            Adds the type to the internal cache.
            </summary>
            <param name="name">The name.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.ClearCache">
            <summary>
            Clears all types from the internal cache.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.GetFromCache(System.String)">
            <summary>
            Gets the type from the internal cache.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.RemoveFromCache(System.String)">
            <summary>
            Clears the type from the internal cache.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.AddCacheInfo(Sitecore.Xml.Packet)">
            <summary>
            Dumps the cache information.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.AddControlSourceInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds control source information to the packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSource.AddDebugInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds debug information to the packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.ControlSourceFactory">
            <summary>
            Creates controls sources.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlSourceFactory.CreateControlSource(System.Xml.XmlNode)">
            <summary>
            Creates the control source.
            </summary>
            <param name="configNode">The config node.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.CreatedEventArgs">
            <summary>
            Provides data for the Created event.
            </summary>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.FolderControlSource">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.#ctor(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.FolderControlSource"/> class.
            </summary>
            <param name="namespace">The _namespace.</param>
            <param name="prefix">The prefix.</param>
            <param name="folder">The folder.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AppendControlModes(System.String,System.Collections.Specialized.StringCollection)">
            <summary>
            Append all control modes to a list.
            </summary>
            <param name="controlName"></param>
            <param name="list"></param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ResolveType(System.String,System.Boolean)">
            <summary>
            Resolves the type.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="includeDynamicTypes">if set to <c>true</c> this instance includes dynamic types.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.IsDebugFile(System.String)">
            <summary>
            Checks if a file is contained in a debug folder.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>
                <c>true</c> if the specified file path is a debug file; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.IsDebugFolder(System.String)">
            <summary>
            Checks if a folder is a debug folder.
            </summary>
            <param name="folderPath">The folder path.</param>
            <returns>
                <c>true</c> if the specified folder path is a debug folder; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ResetControls">
            <summary>
            Resets the controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ScanFiles">
            <summary>
            Scans all files in the source folder.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ScanFiles(System.String,System.String,System.Boolean)">
            <summary>
            Scans all files in the source folder.
            </summary>
            <param name="folder">The folder.</param>
            <param name="searchPattern">The search pattern.</param>
            <param name="deep">if set to <c>true</c> the search is deep.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetExtension">
            <summary>
            Gets the extension.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.BuildControlAssembly(System.Xml.XmlNode,System.String@,System.String@)">
            <summary>
            Builds assembly for an Xml control.
            </summary>
            <param name="fileNode">The file node.</param>
            <param name="assemblyKey">The assembly key.</param>
            <param name="assemblyFile">The assembly file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ExpandFileNode(System.Xml.XmlNode)">
            <summary>
            Expand a file node (if necessary).
            </summary>
            <param name="fileNode">The file node.</param>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.FindControlNode(System.String)">
            <summary>
            Finds an Xml control node.
            </summary>
            <param name="controlName">Name of the control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetControlAssembly(System.String,System.String@)">
            <summary>
            Gets the assembly for an Xml control.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="assemblyKey">The assembly key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetControlName(System.Xml.XmlNode)">
            <summary>
            Gets the name of the control.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetXmlControlCode(System.String,System.String,System.Boolean,System.String@)">
            <summary>
            Gets the C# code for an Xml control.
            </summary>
            <param name="controlFile">The control file.</param>
            <param name="assemblyKey">The assembly key.</param>
            <param name="addUsings">if set to <c>true</c> this instance is add usings.</param>
            <param name="sourceFile">The source file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AddFileNode(System.String)">
            <summary>
            Adds the file node.
            </summary>
            <param name="controlFile">The control file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.FindFileNode(System.String)">
            <summary>
            Finds the file node.
            </summary>
            <param name="controlFile">The control file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.IsXmlControl(System.String)">
            <summary>
            Determines whether the xml file is a valid xml control.
            </summary>
            <param name="controlFile">The control file.</param>
            <returns>
                <c>true</c> if the xml file is a valid xml control; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.TryCreateReader(System.String)">
            <summary>
            Creates the reader.
            </summary>
            <param name="controlFile">The control file.</param>
            <returns>The reader.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.RemoveFileNode(System.String)">
            <summary>
            Removes the file node.
            </summary>
            <param name="controlFile">The control file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.RenameFileNode(System.String,System.String)">
            <summary>
            Renames the file node.
            </summary>
            <param name="oldFile">The old file.</param>
            <param name="newFile">The new file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ResetFileNode(System.String)">
            <summary>
            Resets the file node.
            </summary>
            <param name="controlFile">The control file.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.ResetFileNode(System.Xml.XmlNode)">
            <summary>
            Resets the file node.
            </summary>
            <param name="fileNode">The file node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.InitFolderWatcher(System.Boolean)">
            <summary>
            Initializes the Xml Control file watcher.
            </summary>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.OnFileChanged(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when the file has changed.
            </summary>
            <param name="o">The o.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.OnFileCreated(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when the file has created.
            </summary>
            <param name="o">The o.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.OnFileDeleted(System.Object,System.IO.FileSystemEventArgs)">
            <summary>
            Called when the file has deleted.
            </summary>
            <param name="o">The o.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.OnFileRenamed(System.Object,System.IO.RenamedEventArgs)">
            <summary>
            Called when the file has renamed.
            </summary>
            <param name="o">The o.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AssemblyResolve(System.Object,System.ResolveEventArgs)">
            <summary>
            Resolves assemblies.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetDebugFolder">
            <summary>
            Gets the debug folder.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetLocalFileName(System.String)">
            <summary>
            Gets the name of the local file.
            </summary>
            <param name="filePath">The file path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetDebugFileName(System.String,System.String)">
            <summary>
            Gets the name of the debug file.
            </summary>
            <param name="controlFile">The control file.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.GetDebugFilePath(System.String,System.String)">
            <summary>
            Gets the debug file path.
            </summary>
            <param name="controlFile">The control file.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AddAssemblyInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds assembly information to the packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AddControlInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds control information to the packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AddControlSourceInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds control source information to the packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.FolderControlSource.AddDebugInfo(Sitecore.Xml.Packet)">
            <summary>
            Adds debug information to the packet.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.ControlTreeParser">
            <summary>
            Parser for trees of xml controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlTreeParser.ParseFile(System.String)">
            <summary>
            Parses the file containing control tree.
            </summary>
            <param name="filename">The filename.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlTreeParser.ParseXml(System.String)">
            <summary>
            Parses the Xml containing control tree.
            </summary>
            <param name="xml">The XML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ControlTreeParser.Parse(System.Xml.XmlNode)">
            <summary>
            Parses the Xml tree containing controls.
            </summary>
            <param name="root">The root.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.GenericControl">
            <summary>
            Defines a Generic control.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.GenericControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.GenericControl"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.GenericControl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.GenericControl"/> class.
            </summary>
            <param name="tag">An HTML tag.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.GenericControl.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.GenericControl.IsGenericContent(System.Web.UI.Control)">
            <summary>
            Determines whether the specified control has generic content.
            </summary>
            <param name="control">The control.</param>
            <returns>
                <c>true</c> if the specified control has generic content; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.GenericControl.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.ModeManager">
            <summary>
            Mode resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.Match(System.Collections.Specialized.StringCollection,System.String)">
            <summary>
            Matches the specified modes.
            </summary>
            <param name="modes">The modes.</param>
            <param name="requested">The requested.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.Match(System.Collections.ArrayList,Sitecore.Collections.HashList{System.String,System.Object})">
            <summary>
            Matches the specified modes.
            </summary>
            <param name="modes">The modes.</param>
            <param name="requested">The requested.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.AddModePart(System.String,Sitecore.Collections.HashList{System.String,System.Object})">
            <summary>
            Adds the mode part.
            </summary>
            <param name="part">The part.</param>
            <param name="modes">The modes.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.GetBestMatch(System.Int32[])">
            <summary>
            Gets the best match.
            </summary>
            <param name="weights">The weights.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.GetModeParts(System.String)">
            <summary>
            Gets the mode parts.
            </summary>
            <param name="mode">The mode.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.GetWeight(Sitecore.Collections.HashList{System.String,System.Object},Sitecore.Collections.HashList{System.String,System.Object})">
            <summary>
            Gets the weight.
            </summary>
            <param name="mode">The mode.</param>
            <param name="requested">The requested.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.GetModeWeight(Sitecore.Collections.HashList{System.String,System.Object},Sitecore.Collections.HashList{System.String,System.Object},System.Boolean)">
            <summary>
            Gets the mode weight.
            </summary>
            <param name="mode">The mode.</param>
            <param name="requested">The requested.</param>
            <param name="checkState">if set to <c>true</c> this instance is check state.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.GetRequestedWeight(System.String,Sitecore.Collections.HashList{System.String,System.Object})">
            <summary>
            Gets the requested weight.
            </summary>
            <param name="modeKey">The mode key.</param>
            <param name="requested">The requested.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeManager.GetStateModeWeight(System.String,System.Boolean,System.Boolean)">
            <summary>
            Gets the state mode weight.
            </summary>
            <param name="modeKey">The mode key.</param>
            <param name="required">if set to <c>true</c> this instance is required.</param>
            <param name="illegal">if set to <c>true</c> this instance is illegal.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.ModeMatch">
            <summary>Mode match.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.ModeMatch.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.ModeMatch"/> class.
            </summary>
            <param name="index">The index.</param>
            <param name="weight">The weight.</param>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.ModeMatch.Index">
            <summary>
            Gets the index.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.ModeMatch.Weight">
            <summary>
            Gets the weight.
            </summary>
            <value>The weight.</value>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.Repeater">
            <summary>
            Repeater control.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.Repeater.Count">
            <summary>
            Number of times to repeat
            </summary>
            <value>The count.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.RegisterControlAttribute(System.Web.UI.Control,System.String)">
            <summary>
            Registers the control attribute.
            </summary>
            <param name="control">The control.</param>
            <param name="property">The property.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.AddControlClone(System.Web.UI.Control,System.Web.UI.Control,System.Collections.Hashtable)">
            <summary>
            Adds a clone of control.
            </summary>
            <param name="control">The control.</param>
            <param name="parent">The parent.</param>
            <param name="propertyMap">The property map.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.BuildChildControls">
            <summary>
            Builds the child controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.CopyControlProperty(System.Web.UI.Control,System.String,System.Web.UI.Control)">
            <summary>
            Copies a property from one control to another.
            </summary>
            <param name="source">The source.</param>
            <param name="property">The property.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.CopyExtensibleProperty(System.Web.UI.Control,System.String,System.Web.UI.Control)">
            <summary>
            Copies an extensible property from one control to another.
            </summary>
            <param name="source">The source.</param>
            <param name="name">The name.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.CopyGenericProperties(Sitecore.Web.UI.XmlControls.GenericControl,Sitecore.Web.UI.XmlControls.GenericControl)">
            <summary>
            Copies property from one GenericControl to another.
            </summary>
            <param name="source">The source.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.CopySimpleProperty(System.Web.UI.Control,System.String,System.Web.UI.Control)">
            <summary>
            Copies simple property from one control to another.
            </summary>
            <param name="source">The source.</param>
            <param name="property">The property.</param>
            <param name="target">The target.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.Repeater.GetChildControls">
            <summary>
            Gets the child controls.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.XmlControl">
            <summary>
            Xml base control
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UI.XmlControls.XmlControl"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.XmlControl.Item(System.String)">
            <summary>
            Gets or sets the <see cref="T:System.Object"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.XmlControl._ControlName">
            <summary>
            Gets or sets the name of the control.
            </summary>
            <value>The name of the control.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.XmlControl._Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.XmlControl._NamespacePrefix">
            <summary>
            Gets or sets the namespace prefix.
            </summary>
            <value>The namespace prefix.</value>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.XmlControl._Placeholders">
            <summary>
            Gets the placeholders.
            </summary>
            <value>The placeholders.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddAttributeSubscriber(System.Web.UI.Control)">
            <summary>
            Adds the attribute subscriber.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddControl(System.Web.UI.Control)">
            <summary>
            Adds the control.
            </summary>
            <param name="control">The control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddControl(System.Web.UI.Control,System.String)">
            <summary>
            Adds the control.
            </summary>
            <param name="control">The control.</param>
            <param name="placeholder">The placeholder.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddControl(System.String,System.String,System.Web.UI.Control,System.String,System.String[])">
            <summary>
            Adds the control.
            </summary>
            <param name="name">The name.</param>
            <param name="mode">The mode.</param>
            <param name="parent">The parent.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddControl(System.Web.UI.Control,System.Web.UI.Control,System.String,System.String[])">
            <summary>
            Adds the control.
            </summary>
            <param name="control">The control.</param>
            <param name="parent">The parent.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
            <remarks>Used when creating .Net controls in ControlParser.</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddGeneric(System.String,System.String,System.Web.UI.Control,System.String,System.String[])">
            <summary>
            Adds the generic control.
            </summary>
            <param name="name">The name.</param>
            <param name="mode">The mode.</param>
            <param name="parent">The parent.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddLiteral(System.String,System.String,System.Web.UI.Control,System.String,System.String[])">
            <summary>
            Adds the literal control.
            </summary>
            <param name="text">The text.</param>
            <param name="id">The id.</param>
            <param name="parent">The parent.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddPlaceholder(System.String,System.Web.UI.Control,System.String,System.String[])">
            <summary>
            Adds the placeholder.
            </summary>
            <param name="id">The id.</param>
            <param name="parent">The parent.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="properties">The properties.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AttributeChanged(System.String,System.String)">
            <summary>
            Called when the Attributes are changed.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.GetPlaceholders">
            <summary>
            Gets the placeholders.
            </summary>
            <returns>The placeholders.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.idref(System.String)">
            <summary>
            References to the id;
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.qs(System.String)">
            <summary>
            Gets the QueryString parameter.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.qs(System.String,System.String)">
            <summary>
            Gets the QueryString parameter.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The _default.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.SetAttribute(System.Web.UI.Control,System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <param name="value">The _value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.SetExtensibleProperties(System.Web.UI.Control,System.String[])">
            <summary>
            Sets the extensible properties.
            </summary>
            <param name="control">The control.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.SetExtensibleProperty(System.Web.UI.Control,System.String,System.String)">
            <summary>
            Sets the extensible property.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.SetProperty(System.Web.UI.Control,System.String,System.String)">
            <summary>
            Sets the property.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <param name="value">The _value.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.SetStyle(System.Web.UI.Control,System.String)">
            <summary>
            Sets the style.
            </summary>
            <param name="control">The control.</param>
            <param name="style">The style.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.UpdateIDRefs">
            <summary>
            Updates the ID refs.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.AddControl(System.Web.UI.Control,System.Web.UI.Control,System.String)">
            <summary>
            Adds the control.
            </summary>
            <param name="control">The control.</param>
            <param name="parent">The parent.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XmlControl.FindPlaceholder(System.Web.UI.Control,System.String)">
            <summary>
            Finds the placeholder.
            </summary>
            <param name="control">The control.</param>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XmlControls.XslControlFactory">
            <summary>
            Factory for accessing Xsl controls.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XslControlFactory.AddExtensionObject(System.String,System.Object)">
            <summary>
            Adds the extension object.
            </summary>
            <param name="identifier">The identifier.</param>
            <param name="obj">The object.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XslControlFactory.GetXslControl(System.String)">
            <summary>
            Gets an Xsl control.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Web.UI.XmlControls.XslControlFactory.XslControlCount">
            <summary>
            Gets the XSL control count.
            </summary>
            <value>The XSL control count.</value>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XslControlFactory.ReadConfigSettings">
            <summary>
            Reads config settings
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XslControlFactory.ReadXslControls">
            <summary>
            Reads Xsl controls from web.config.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XmlControls.XslControlFactory.ProcessXslControls(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Processes the XSL controls.
            </summary>
            <param name="node">The node.</param>
            <param name="container">Container host for XSL controls</param>
        </member>
        <member name="T:Sitecore.Web.UI.XslControlRenderingType">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControlRenderingType.GetControl(System.Collections.Specialized.NameValueCollection,System.Boolean)">
            <summary>
            Gets the control.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="assert">if set to <c>true</c> this instance performs asserts.</param>
            <returns>The created control.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControlRenderingType.GetAttributes(System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Gets the attributes.
            </summary>
            <param name="properties">The properties.</param>
            <param name="attributes">The attributes.</param>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Date">
            <summary>
            Control used for outputting a date field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Date.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Date.InsertFieldValue(System.Xml.XmlNode)">
            <summary>
            Inserts the field value.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns>The field value.</returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Date.InsertCustomValue(System.Xml.XmlNode)">
            <summary>
            Inserts the custom value.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns>The custom value.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.DisableSecurity">
            <summary>
            Control used for outputting a text field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.DisableSecurity.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.EditFrame">
            <summary>
            Defines the edit frame class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.EditFrame.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.EnableSecurity">
            <summary>
            Control used for outputting a text field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.EnableSecurity.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Html">
            <summary>
            Control used for outputting an html field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Html.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Image">
            <summary>
            Control used for outputting an image field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Image.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Link">
            <summary>
            Control used for outputting an link field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Link.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Link.InsertSimpleLink(System.Xml.XmlNode)">
            <summary>
            Inserts a simple link.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Link.InsertStructuredLink(System.Xml.XmlNode)">
            <summary>
            Inserts the structured link.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Memo">
            <summary>
            Control used for outputting a text field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Memo.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Placeholder">
            <summary>
            Control used for outputting an link field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Placeholder.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Security">
            <summary>
            Control used for securing a section of output.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Security.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.SecurityState">
            <summary>
            Control used for outputting a text field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.SecurityState.InsertSecurityBlock(System.Xml.XmlNode,System.Boolean)">
            <summary>
            Inserts the security block.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="enableSecurity">if set to <c>true</c> this instance is enable security.</param>
            <returns>The security block.</returns>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Table">
            <summary>
            Control used for outputting a text field
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Table.InitializeControl(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Called immediately after the control has been created.
            </summary>
            <param name="configParam">Attributes from the configuration node</param>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Table.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.Text">
            <summary>
            Control used for outputting a text field.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.Text.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.View">
            <summary>
            Control used for outputting a view.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.View.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>Process the xml node representing the control</summary>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.WordDocument">
            <summary>
            Word xsl control
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.WordDocument.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.WordStyle">
            <summary>
             Inserts styles necessary for rendering a docx file
            </summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.WordStyle.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="T:Sitecore.Web.UI.XslControls.XslControl">
            <summary>
            Defines the basic properties and functionality of an Ssl control.</summary>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.GetMethodCall(System.Xml.XmlNode,System.String,System.Boolean)">
            <summary>
            Get a &lt;xsl:value-of&gt; node calling an XslHelper function taking
            an XPathNodeIterator as arguments, such as 'link'.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="function">The function.</param>
            <param name="disableOutputEscaping">if set to <c>true</c> this instance is disable output escaping.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.InsertMethodCall(System.Xml.XmlNode,System.String,System.Boolean)">
            <summary>
            Replace a control node with a
            &lt;xsl:value-of&gt; node calling an XslHelper function taking
            an XPathNodeIterator as arguments, such as 'link'.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="function">The function.</param>
            <param name="disableOutputEscaping">if set to <c>true</c> this instance is disable output escaping.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.InsertValueNode(System.Xml.XmlNode,System.String,System.Boolean)">
            <summary>
            Replace a control node representing a field with a
            &lt;xsl:value-of&gt; node calling an XslHelper function taking
            a field and an XPathNodeIterator as arguments, such as 'fld',
            'image', 'link' and so on
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="function">The function.</param>
            <param name="disableOutputEscaping">if set to <c>true</c> this instance is disable output escaping.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.InsertValueNode(System.Xml.XmlNode,System.String,System.Boolean,System.Boolean)">
            <summary>
            Replace a control node representing a field with a
            &lt;xsl:value-of&gt; node calling an XslHelper function taking
            a field and an XPathNodeIterator as arguments, such as 'fld',
            'image', 'link' and so on
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="function">The function.</param>
            <param name="disableOutputEscaping">if set to <c>true</c> this instance is disable output escaping.</param>
            <param name="allowMethodCall">if set to <c>true</c> allow method call (ie. no 'field' is required).</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.InitializeControl(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Function called immediately after the control has
            been created
            </summary>
            <param name="configParam">Attributes from the configuration node</param>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.PreprocessControl(System.Xml.XmlNode,Sitecore.Xml.Xsl.IXslControlContainer)">
            <summary>
            Process the xml node representing the control
            </summary>
            <param name="controlNode">Xml node representing the control</param>
            <param name="container">Containing object</param>
            <returns>
            If controlNode is replaced with another node, the
            new node is returned. Otherwise, controlNode is returned
            </returns>
            <remarks>The function may add children to the node, delete the
            node or replace the node with one or more nodes. If the node is
            replaced the new nodes must be positioned at or after the
            original node</remarks>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.Render(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Render the control
            </summary>
            <param name="parameters">Attributes from the control node</param>
            <param name="item">Context item from xsl</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.AddParameters(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Sets overridden attributes.
            </summary>
            <param name="tagNode">The node.</param>
            <param name="controlNode">The control node.</param>
        </member>
        <member name="M:Sitecore.Web.UI.XslControls.XslControl.BuildParameterString(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Builds a parameter string from a list of attributes.
            </summary>
            <param name="attributes">The attributes.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.Application">
            <summary>
              The application.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Application.RaiseSessionEndEvent(System.Web.HttpApplication)">
            <summary>
              The raise session end event.
            </summary>
            <param name="context">
              The context.
            </param>
            <exception cref="T:System.Exception">
              May be thrown by one of the sessionEnd or postSessionEnd processors.
            </exception>
        </member>
        <member name="M:Sitecore.Web.Application.Session_End">
            <summary>Called on SessionEnd event.</summary>
        </member>
        <member name="M:Sitecore.Web.Application.FormsAuthentication_OnAuthenticate(System.Object,System.Web.Security.FormsAuthenticationEventArgs)">
            <summary>
            Global event: called during authentication, see the remarks in <see cref="T:System.Web.Security.FormsAuthenticationEventHandler" />.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="args">The arguments.</param>
            <remarks>
            Fixes .net 4.5 authentication issue when the mode is set to "Forms" instead of Sitecore's default of None, by assigning Sitecore context user to args.User.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.Application.Application_Start(System.Object,System.EventArgs)">
            <summary>
            The application_ start.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Web.Application.GetFrameworkVersion">
            <summary>
            Gets the CLR version of the runtime environment.
            </summary>
            <returns>The CLR version, or empty string if it failed to retrieve it.</returns>
        </member>
        <member name="M:Sitecore.Web.ApplicationEvents.OnShutdown">
            <summary>
            Entry point for the application shutdown event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.ApplicationEvents.OnInitialize">
            <summary>
            Entry point for the application initialization event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.ApplicationEvents.OnUnhandledException(System.Object,System.Boolean)">
            <summary>
            Entry point for the unhandled exception event.
            </summary>
            <param name="exceptionObject">Exception object</param>
            <param name="isTerminating">Value indicating whether the application is going to terminate because of the exception.</param>
        </member>
        <member name="T:Sitecore.Web.ApplicationEventsHandler">
            <summary>
            Handles application events.
            </summary>
        </member>
        <member name="M:Sitecore.Web.ApplicationEventsHandler.#ctor(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.ApplicationEventsHandler"/> class.
            </summary>
            <param name="corePipelineManager">The core pipeline manager.</param>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Web.ApplicationEventsHandler.CorePipelineManager">
            <summary>
            Gets the core pipeline manager.
            </summary>
            <value>
            The core pipeline manager.
            </value>
        </member>
        <member name="P:Sitecore.Web.ApplicationEventsHandler.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The <see cref="T:Sitecore.Abstractions.BaseLog"/> instance.
            </value>
        </member>
        <member name="M:Sitecore.Web.ApplicationEventsHandler.OnShutdown">
            <summary>
            Handles the the application shutdown event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.ApplicationEventsHandler.OnInitialize">
            <summary>
            Handles the the application initialize event.
            </summary>
        </member>
        <member name="M:Sitecore.Web.ApplicationEventsHandler.OnUnhandledException(System.Object,System.Boolean)">
            <summary>
            Handles the the application unhandled exception.
            </summary>
            <param name="exceptionObject">The exception object.</param>
            <param name="isTerminating">Value indicating whether the application is going to terminate because of the exception.</param>
        </member>
        <member name="T:Sitecore.Web.Authentication.Boost">
            <summary>
            Represents the boost fuctionality.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Authentication.Boost.BoostedUsers">
            <summary>
            Gets the list of sessions
            </summary>
            <value>The boosted users.</value>
        </member>
        <member name="M:Sitecore.Web.Authentication.Boost.Invalidate">
            <summary>
            Invalidates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.Boost.QueryBoost">
            <summary>
            Asks the www.sitecore.net server if this site has been boosted
            </summary>
            <returns>The boost.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.Boost.ParseBoostResponse(System.String)">
            <summary>
            Parse boost result
            </summary>
            <param name="response">The response.</param>
            <returns>The boost response.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.Boost.Track">
            <summary>
            Track
            </summary>
        </member>
        <member name="T:Sitecore.Web.Authentication.DefaultTicketManager">
            <summary>
            Defines the ticket manager class.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DefaultTicketManager.client">
            <summary>The client.</summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.#ctor(Sitecore.Abstractions.BaseClient)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.#ctor(Sitecore.Abstractions.BaseClient,Sitecore.Abstractions.BasePropertyStoreProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.Authentication.DefaultTicketManager"/> class.
            </summary>
            <param name="client">The client.</param>
            <param name="propertyStoreProvider">The proeprty store provider.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="client"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.CreateTicket(System.String,System.String)">
            <summary>
            Creates the ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="startUrl">The start URL.</param>
            <returns>
            The ticket ID.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.CreateTicket(System.String,System.String,System.Boolean)">
            <summary>
            Creates the ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="startUrl">The start URL.</param>
            <param name="persist">If set to <c>true</c> [persist].</param>
            <returns>
            The ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetCurrentTicketId">
            <summary>
            Gets the ticket Id from the cookie.
            </summary>
            <returns>
            The ticket Id from the cookie.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.Relogin(System.String)">
            <summary>
            Relogins the user with the specified ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>
            The boolean.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.Relogin(System.String,System.Boolean)">
            <summary>
            Relogins the user with the specified ticket.
            </summary>
            <param name="ticketId">The ticket ID.</param>
            <param name="redirect">If set to <c>true</c> a user is redirected to the start URL.</param>
            <returns>
             <c>true</c>, if the login was successful, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.Login(System.String,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">If set to <c>true</c> the login will be persisted.</param>
            <returns>
            <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">If set to <c>true</c>the login will be persisted.</param>
            <returns>
              <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.IsCurrentTicketValid">
            <summary>
            Determines whether current ticket is valid.
            </summary>
            <returns>
              <c>true</c> if current ticket is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.IsTicketValid(System.String)">
            <summary>
            Determines whether ticket with the specified ticket id is valid.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>
              <c>true</c> if ticket with the specified ticket id is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.IsTicketExpired(Sitecore.Web.Authentication.Ticket,System.Boolean)">
            <summary>
            Determines whether [is ticket expired] [the specified ticket].
            </summary>
            <param name="ticket">The ticket.</param>
            <param name="useProlongation">If set to <c>true</c> [use prolongation].</param>
            <returns>
              <c>true</c> if [is ticket expired] [the specified ticket]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.RemoveTicket(System.String)">
            <summary>
            Removes the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns><c>true</c> if current ticket removed; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetTicket(System.String)">
            <summary>
            Gets the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>The ticket.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetTicket(System.String,System.Boolean)">
            <summary>
            Gets the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <param name="returnExpired">If set to <c>true</c> [return expired].</param>
            <returns>
            The ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetTicketIDs">
            <summary>
            Gets the ticket Id's.
            </summary>
            <returns>The list of IDs.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetFormsAuthenticationTimeout">
            <summary>
            Gets the forms authentication timeout.
            </summary>
            <returns>The forms authentication timeout.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetFormsAuthenticationSlidingExpiration">
            <summary>
            Gets the forms authentication sliding expiration.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.HasAccessForLogin(Sitecore.Web.Authentication.Ticket)">
            <summary>
            Checks the access.
            </summary>
            <param name="ticket">The ticket.</param>
            <returns>
            Return true if user have valid ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.Login(Sitecore.Web.Authentication.Ticket)">
            <summary>
            Logins the specified ticket.
            </summary>
            <param name="ticket">The ticket.</param>
            <returns>
              <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.DoLogin(Sitecore.Web.Authentication.Ticket)">
            <summary>
            Does the login.
            </summary>
            <param name="ticket">The ticket.</param>
            <returns><c>true</c> when user with specified ticket was logged in.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.ExecuteLoggedInPipeline(Sitecore.Web.Authentication.Ticket)">
            <summary>
            Executes the logged in pipeline.
            </summary>
            <param name="ticket">The ticket.</param>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetExistingTicket(System.String,System.Boolean)">
            <summary>
            Gets the existing ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="checkShareAuthentication">checkShareAuthentication.</param>
            <returns>
            The existing ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetSessionId">
            <summary>
            Gets the session identifier.
            </summary>
            <returns>
            Returns current session identifier.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetTicketByKey(System.String)">
            <summary>
            Gets the ticket by key.
            </summary>
            <param name="ticketKey">The ticket key.</param>
            <returns>The ticket.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetTicketKeyList">
            <summary>
            Gets the ticket keys.
            </summary>
            <returns>
            Ticket keys.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.SaveTicket(Sitecore.Web.Authentication.Ticket)">
            <summary>
            Saves the ticket.
            </summary>
            <param name="ticket">The ticket.</param>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.GetTicketPropertyName(System.String)">
            <summary>
            Gets the name of the ticket property.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>Ticket name.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DefaultTicketManager.CheckOnExternalUrl(System.String)">
            <summary>
            Checks the on external URL.
            </summary>
            <param name="startUrl">The start URL.</param>
            <exception cref="T:Sitecore.Exceptions.SecurityException">Only local URLs are allowed.</exception>
        </member>
        <member name="T:Sitecore.Web.Authentication.DI.RPCATokenRedirect">
            <summary>
            Represents a RPCA Token Redirect.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCATokenRedirect.ATokenRedirect(System.String,System.String)">
            <summary>
            As the token redirect.
            </summary>
            <param name="sDiDomain">The s di domain.</param>
            <param name="sReturnUrl">The s return URL.</param>
            <returns>The token redirect.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCTokenVerify.TokenVerify(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Tokens the verify.
            </summary>
            <param name="sDiDomain">The s di domain.</param>
            <param name="sToken">The s token.</param>
            <param name="sTokenName">Name of the s token.</param>
            <param name="sTokenType">Type of the s token.</param>
            <param name="sDisDomain">The s dis domain.</param>
            <returns>The verify.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCInfo.Info(System.String,System.String)">
            <summary>
            Infoes the specified s di domain.
            </summary>
            <param name="sDiDomain">The s di domain.</param>
            <param name="sDisDomain">The s dis domain.</param>
            <returns>The info.</returns>
        </member>
        <member name="T:Sitecore.Web.Authentication.DI.RPCBase">
            ========================================================================
             <summary></summary>
            ========================================================================
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_BToken">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_DI">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_DIS">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_Guid">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_ReturnDescription">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_ReturnValue">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_Secure">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_VersionProtocol">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DI.RPCBase.param_VersionServer">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.ATokenTest(System.String)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.DiPost(System.String,System.String)">
            ========================================================================
             <summary></summary>
            ========================================================================
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.GetPagePost(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.GetServerDomain">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.GetServerDomainPath">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.GetXmlValue(System.String)">
            <summary>
            Gets the XML value.
            </summary>
            <param name="sPath">The s path.</param>
            <returns>The XML value.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DI.RPCBase.ProtocolString(System.Boolean,System.String,System.String)">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Web.Authentication.DomainAccessGuard">
            <summary>
            Protects the access to a domain and keeps track of number simultaneously logged Content Editors.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DomainAccessGuard.SyncLock">
            <summary>
            The sync lock.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DomainAccessGuard.sessions">
            <summary>
            The sessions.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Authentication.DomainAccessGuard.Sessions">
            <summary>
            Gets the sessions.
            </summary>
            <value>
            The sessions.
            </value>
        </member>
        <member name="P:Sitecore.Web.Authentication.DomainAccessGuard.MaximumSessions">
            <summary>
            Gets the maximum sessions.
            </summary>
            <value>
            The maximum sessions.
            </value>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.GetAccess">
            <summary>
            Gets the access.
            </summary>
            <returns>
            The access.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.GetAccess(Sitecore.Security.Accounts.User)">
            <summary>
            Gets the access.
            </summary>
            <param name="domainUser">
            The domain user.
            </param>
            <returns>
            The access.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.HasAccess">
            <summary>
            Determines whether this instance has access.
            </summary>
            <returns>
            <c>true</c> if this instance has access; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.IsNewUserAllowed">
            <summary>
            Determines whether [is new user allowed].
            </summary>
            <returns>
            <c>true</c> if [is new user allowed]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.Kick(System.String)">
            <summary>
            Kicks the specified session ID.
            </summary>
            <param name="sessionID">
            The session ID.
            </param>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.Login(System.String,System.String)">
            <summary>
            Logins the specified session ID.
            </summary>
            <param name="sessionID">
            The session ID.
            </param>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.Logout">
            <summary>
            Logouts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.GetSession(System.String)">
            <summary>
            Gets the user.
            </summary>
            <param name="sessionID">
            The session ID.
            </param>
            <returns>
            The user.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.RemoveOldSessions(System.TimeSpan)">
            <summary>
            Removes the old sessions.
            </summary>
            <param name="timeout">
            The timeout.
            </param>
        </member>
        <member name="T:Sitecore.Web.Authentication.DomainAccessGuard.Session">
            <summary>
            Represents the user session.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DomainAccessGuard.Session.created">
            <summary>
            The created.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DomainAccessGuard.Session.lastRequest">
            <summary>
            The date of last request.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DomainAccessGuard.Session.sessionID">
            <summary>
            The session ID.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.DomainAccessGuard.Session.userName">
            <summary>
            The user name.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.DomainAccessGuard.Session.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.Authentication.DomainAccessGuard.Session"/> class.
            </summary>
            <param name="sessionID">
            The session ID.
            </param>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="P:Sitecore.Web.Authentication.DomainAccessGuard.Session.Created">
            <summary>
            Gets the created.
            </summary>
            <value>
            The created.
            </value>
        </member>
        <member name="P:Sitecore.Web.Authentication.DomainAccessGuard.Session.LastRequest">
            <summary>
            Gets or sets the last request.
            </summary>
            <value>
            The last request.
            </value>
        </member>
        <member name="P:Sitecore.Web.Authentication.DomainAccessGuard.Session.SessionID">
            <summary>
            Gets the session ID.
            </summary>
            <value>
            The session ID.
            </value>
        </member>
        <member name="P:Sitecore.Web.Authentication.DomainAccessGuard.Session.UserName">
            <summary>
            Gets the name of the user.
            </summary>
            <value>
            The name of the user.
            </value>
        </member>
        <member name="T:Sitecore.Web.Authentication.Ticket">
            <summary>
            Represents a login ticket.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.Ticket._id">
            <summary>
            Ticket ID
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.Ticket.startUrl">
            <summary>
            A URL that the user is redirected to after login
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.Ticket._userName">
            <summary>
            User name field.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.Ticket.timeStamp">
            <summary>
            The login time.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.Ticket.clientId">
            <summary>
            The client identifier
            </summary>
        </member>
        <member name="P:Sitecore.Web.Authentication.Ticket.Id">
            <summary>
            Gets or sets the id.
            </summary>
            <value>The id.</value>
        </member>
        <member name="P:Sitecore.Web.Authentication.Ticket.StartUrl">
            <summary>
            Gets or sets the URL that the user is redirected to after login
            </summary>
            <value>The start URL.</value>
        </member>
        <member name="P:Sitecore.Web.Authentication.Ticket.ClientId">
            <summary>
            Gets or sets the client identifier.
            </summary>
            <value>The client identifier.</value>
        </member>
        <member name="P:Sitecore.Web.Authentication.Ticket.Persist">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Web.Authentication.Ticket"/> is persist.
            </summary>
            <value>
              <c>true</c> if persist; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Authentication.Ticket.TimeStamp">
            <summary>
            Gets or sets the login time.
            </summary>
            <value>The login time.</value>
        </member>
        <member name="P:Sitecore.Web.Authentication.Ticket.UserName">
            <summary>
            Gets or sets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="M:Sitecore.Web.Authentication.Ticket.Parse(System.String)">
            <summary>
            Parses the specified ticket string.
            </summary>
            <param name="ticket">The ticket string.</param>
            <returns>The ticket represented by the ticket string.</returns>
            <exception cref="T:Sitecore.Exceptions.TicketParseException">ticketString has an invalid format.</exception>
        </member>
        <member name="M:Sitecore.Web.Authentication.Ticket.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.Authentication.TicketCollection">
            <summary>
            Represents a list of tickets.
            </summary>
        </member>
        <member name="T:Sitecore.Web.Authentication.TicketManager">
            <summary>
            Defines the ticket manager class.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.TicketManager.CookieName">
            <summary>
            Specifies the name of the cookie where the ticket id is stored.
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.TicketManager.TicketPrefix">
            <summary>
            The property prefix used to store tickets
            </summary>
        </member>
        <member name="F:Sitecore.Web.Authentication.TicketManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.CreateTicket(System.String,System.String)">
            <summary>
            Creates the ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="startUrl">The start URL.</param>
            <returns>
            The ticket ID.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.CreateTicket(System.String,System.String,System.Boolean)">
            <summary>
            Creates the ticket.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="startUrl">The start URL.</param>
            <param name="persist">if set to <c>true</c> [persist].</param>
            <returns>
            The ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.GetCurrentTicketId">
            <summary>
            Gets the ticket Id from the cookie.
            </summary>
            <returns>
            The ticket Id from the cookie.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.Relogin(System.String)">
            <summary>
            Relogins the user with the specified ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>
            The boolean.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.Relogin(System.String,System.Boolean)">
            <summary>
            Relogins the user with the specified ticket.
            </summary>
            <param name="ticketId">The ticket ID.</param>
            <param name="redirect">if set to <c>true</c> a user is redirected to the start URL.</param>
            <returns>
             <c>true</c>, if the login was successfull, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.Login(System.String,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="persistent">if set to <c>true</c> the login will be persisted.</param>
            <returns>
            <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.Login(System.String,System.String,System.Boolean)">
            <summary>
            Logins the specified user name.
            </summary>
            <param name="userName">Name of the user.</param>
            <param name="password">The password.</param>
            <param name="persistent">if set to <c>true</c>the login will be persisted.</param>
            <returns>
              <c>true</c> If user was logged in successfully, otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.IsCurrentTicketValid">
            <summary>
            Determines whether current ticket is valid.
            </summary>
            <returns>
              <c>true</c> if current ticket is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.IsTicketValid(System.String)">
            <summary>
            Determines whether ticket with the specified ticket id is valid.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>
              <c>true</c> if ticket with the specified ticket id is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.IsTicketExpired(Sitecore.Web.Authentication.Ticket,System.Boolean)">
            <summary>
            Determines whether [is ticket expired] [the specified ticket].
            </summary>
            <param name="ticket">The ticket.</param>
            <param name="useProlongation">if set to <c>true</c> [use prolongation].</param>
            <returns>
              <c>true</c> if [is ticket expired] [the specified ticket]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.RemoveTicket(System.String)">
            <summary>
            Removes the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns><c>true</c> if current ticket removed; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.GetTicket(System.String)">
            <summary>
            Gets the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <returns>The ticket.</returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.GetTicket(System.String,System.Boolean)">
            <summary>
            Gets the ticket.
            </summary>
            <param name="ticketId">The ticket id.</param>
            <param name="returnExpired">if set to <c>true</c> [return expired].</param>
            <returns>
            The ticket.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Authentication.TicketManager.GetTicketIDs">
            <summary>
            Gets the ticket I'ds.
            </summary>
            <returns>The list of IDs</returns>
        </member>
        <member name="T:Sitecore.Web.Bundling.BundleManager">
            <summary>The bundle manager.</summary>
        </member>
        <member name="F:Sitecore.Web.Bundling.BundleManager.CacheDuration">
            <summary>The cache duration.</summary>
        </member>
        <member name="F:Sitecore.Web.Bundling.BundleManager.CachePriority">
            <summary>The cache priority.</summary>
        </member>
        <member name="F:Sitecore.Web.Bundling.BundleManager.Sync">
            <summary>The sync.</summary>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundleManager.GetBundledFilePath(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>Gets bundled file path.</summary>
            <param name="pathsToBundle">The file paths to bundle.</param>
            <param name="outputPath">The output path.</param>
            <returns>Bundled file path.</returns>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundleManager.GetHash(System.String)">
            <summary>The get hash.</summary>
            <param name="string">The string.</param>
            <returns>The get hash.</returns>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundleManager.GetPathsArray(System.Collections.Generic.IEnumerable{System.String})">
            <summary>The get paths array.</summary>
            <param name="pathsToBundle">The paths to bundle.</param>
            <returns>The paths array.</returns>
        </member>
        <member name="T:Sitecore.Web.Bundling.BundlerBase">
            <summary>The bundler base class.</summary>
        </member>
        <member name="F:Sitecore.Web.Bundling.BundlerBase.inputFiles">
            <summary>The input files.</summary>
        </member>
        <member name="F:Sitecore.Web.Bundling.BundlerBase.outputPath">
            <summary>The output directory path.</summary>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundlerBase.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Web.Bundling.BundlerBase"/> class.</summary>
            <param name="inputFiles">The input files.</param>
            <param name="outputPath">The output directory path.</param>
        </member>
        <member name="P:Sitecore.Web.Bundling.BundlerBase.Disabled">
            <summary>
            Gets or sets a value indicating whether this bundling is disabled.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Bundling.BundlerBase.ForceBundle">
            <summary>Gets or sets a value indicating whether bundling should be forced.</summary>
        </member>
        <member name="P:Sitecore.Web.Bundling.BundlerBase.InputFiles">
            <summary>Gets or sets input files</summary>
        </member>
        <member name="P:Sitecore.Web.Bundling.BundlerBase.OutputPath">
            <summary>Gets or sets output directory path</summary>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundlerBase.Render">
            <summary>The render.</summary>
            <returns>The html string.</returns>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundlerBase.IsBundlingUsed">
            <summary>Defines if bundling should be used.</summary>
            <returns>Value indictaing if bundling should be used </returns>
        </member>
        <member name="M:Sitecore.Web.Bundling.BundlerBase.RenderPath(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>Renders HTML corresponding to the path specified</summary>
            <param name="writer">The writer.</param>
            <param name="path">The path.</param>
        </member>
        <member name="T:Sitecore.Web.Bundling.JsBundler">
            <summary>The js files bundler.</summary>
        </member>
        <member name="M:Sitecore.Web.Bundling.JsBundler.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Web.Bundling.JsBundler"/> class.</summary>
            <param name="inputFiles">The input files.</param>
            <param name="outputPath">The output path.</param>
        </member>
        <member name="M:Sitecore.Web.Bundling.JsBundler.RenderPath(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>Renders HTML corresponding to the path specified</summary>
            <param name="writer">The writer.</param>
            <param name="path">The path.</param>
            <returns>The rendered html.</returns>
        </member>
        <member name="T:Sitecore.Web.Configuration.DeviceCapabilities">
            <summary>
            Defines the methods and properties of a class that defines the capabilities of a device.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Configuration.DeviceCapabilities.Properties">
            <summary>
            Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="P:Sitecore.Web.Configuration.DeviceCapabilities.Browser">
            <summary>
            Gets the browser capabilities.
            </summary>
            <value>The browser capabilities.</value>
            <remarks>Enables the server to gather information on the capabilities of the browser that is running on the client.</remarks>
        </member>
        <member name="M:Sitecore.Web.Configuration.DeviceCapabilities.GetDefaultDocumentType">
            <summary>
            Gets the type of the HTML document.
            </summary>
            <returns>The document type.</returns>
            <remarks>The returned string contains the entire document type, e.g.
            "&lt;!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"&gt;"
            </remarks>
        </member>
        <member name="M:Sitecore.Web.Configuration.DeviceCapabilities.GetTransparencyStyle(System.Double)">
            <summary>
            Gets the transparency style.
            </summary>
            <param name="opacity">The opacity.</param>
            <returns>The transparency style.</returns>
        </member>
        <member name="M:Sitecore.Web.Configuration.DeviceCapabilities.GetFlashVersion">
            <summary>
            Gets the flash version.
            </summary>
            <returns>The flash version.</returns>
        </member>
        <member name="T:Sitecore.Web.Configuration.FirefoxCapabilities">
            <summary>
            Provide a device handler for Internet Explorer.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Configuration.FirefoxCapabilities.GetDefaultDocumentType">
            <summary>
            Gets the type of the HTML document.
            </summary>
            <returns>The document type.</returns>
            <remarks>The returned string contains the entire document type, e.g.
            "&lt;!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"&gt;"
            </remarks>
        </member>
        <member name="T:Sitecore.Web.Configuration.InternetExplorerCapabilities">
            <summary>
            Provide a device handler for Internet Explorer.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Configuration.InternetExplorerCapabilities.IsAdvancedClient">
            <summary>
            Gets a value indicating whether this device is an advanced client.
            </summary>
            <value>
                <c>true</c> if this instance is advanced client; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.InternetExplorerCapabilities.RequiresScrollbarsOnWindowOpen">
            <summary>
            Gets a value indicating whether the browser requires scrollbars on opened windows.
            </summary>
            <value>
                <c>true</c> if the browser requires scrollbars on opened windows; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.InternetExplorerCapabilities.SupportsClipboard">
            <summary>
            Gets a value indicating whether the browser supports clipboard functions.
            </summary>
            <value>
                <c>true</c> if the browser supports clipboard functions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.InternetExplorerCapabilities.SupportsOutOfFramePopup">
            <summary>
            Gets a value indicating whether the browser supports an out of frame popup window.
            </summary>
            <value>
                <c>true</c> if the browser supports an out of frame popup window; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.Configuration.InternetExplorerCapabilities.GetTransparencyStyle(System.Double)">
            <summary>
            Gets the transparency style.
            </summary>
            <param name="opacity">The opacity.</param>
            <returns>The transparency style.</returns>
        </member>
        <member name="T:Sitecore.Web.Configuration.SitecoreClientDeviceCapabilities">
            <summary>
            Provide a base device handler for the Sitecore Client.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Configuration.SitecoreClientDeviceCapabilities.IsAdvancedClient">
            <summary>
            Gets a value indicating whether this device is an advanced client.
            </summary>
            <value>
                <c>true</c> if this instance is advanced client; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.SitecoreClientDeviceCapabilities.RequiresScrollbarsOnWindowOpen">
            <summary>
            Gets a value indicating whether the browser requires scrollbars on opened windows.
            </summary>
            <value>
                <c>true</c> if the browser requires scrollbars on opened windows; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.SitecoreClientDeviceCapabilities.SupportsClipboard">
            <summary>
            Gets a value indicating whether the browser supports clipboard functions.
            </summary>
            <value>
                <c>true</c> if the browser supports clipboard functions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.SitecoreClientDeviceCapabilities.SupportsFlashUpload">
            <summary>
            Gets a value indicating whether the browser supports flash upload.
            </summary>
            <value>
                <c>true</c> if the browser supports flash upload; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.Configuration.SitecoreClientDeviceCapabilities.SupportsOutOfFramePopup">
            <summary>
            Gets a value indicating whether the browser supports an out of frame popup window.
            </summary>
            <value>
                <c>true</c> if the browser supports an out of frame popup window; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Web.CustomHandler">
            <summary>
            Carries <see cref="P:Sitecore.Web.CustomHandler.Handler"/> to be called if <see cref="P:Sitecore.Web.CustomHandler.Trigger"/> is met in requested Url.
            <para>Example is 'sitecore_media.ashx' handler triggered by '-/media/' trigger.</para>
            <remarks>Is immutable.</remarks>
            </summary>
        </member>
        <member name="M:Sitecore.Web.CustomHandler.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.CustomHandler" /> class.
            </summary>
            <param name="trigger">The trigger.</param>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:Sitecore.Web.CustomHandler.#ctor(System.String,System.String,System.Type)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.CustomHandler"/> class.
            </summary>
            <param name="trigger">The trigger.</param>
            <param name="handler">The handler.</param>
            <param name="type">The type.</param>
        </member>
        <member name="P:Sitecore.Web.CustomHandler.Handler">
            <summary>
            The actual handler, examples: 'sitecore_media.ashx', 'sitecore_icon.ashx'.
            <para><see cref="T:System.Web.IHttpHandler"/> with same path should be defined in ASP.NET application.</para>
            <para>ASP.NET should be able to find matching as request path would be rewritten to the value.</para>
            </summary>
            <value>The handler.</value>
        </member>
        <member name="P:Sitecore.Web.CustomHandler.Trigger">
            <summary>
            Gets the trigger string, examples: '-/media/', '~/icon/'.
            </summary>
            <remarks>
            If this string is contained in an incoming URL, the handler should be called.
            </remarks>
            <value>The trigger.</value>
        </member>
        <member name="P:Sitecore.Web.CustomHandler.Type">
            <summary>
            Gets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="T:Sitecore.Web.CustomHandlerFactory">
            <summary>The custom handler factory.</summary>
        </member>
        <member name="M:Sitecore.Web.CustomHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)">
            <summary>Returns an instance of a class that implements the <see cref="T:System.Web.IHttpHandler"/> interface.</summary>
            <param name="context">The context.</param>
            <param name="requestType">The request type.</param>
            <param name="url">The url.</param>
            <param name="pathTranslated">The path translated.</param>
            <returns>A new <see cref="T:System.Web.IHttpHandler"/> object that processes the request.</returns>
        </member>
        <member name="M:Sitecore.Web.CustomHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)">
            <summary>The release handler.</summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="T:Sitecore.Web.CustomHandlerFactory.HandlerInfo">
            <summary>The handler info.</summary>
        </member>
        <member name="F:Sitecore.Web.CustomHandlerFactory.HandlerInfo.cachedInstances">
            <summary>The cached instances.</summary>
        </member>
        <member name="P:Sitecore.Web.CustomHandlerFactory.HandlerInfo.CachedInstances">
            <summary>Gets CachedInstances.</summary>
        </member>
        <member name="P:Sitecore.Web.CustomHandlerFactory.HandlerInfo.CustomHandler">
            <summary>Gets or sets <see cref="P:Sitecore.Web.CustomHandlerFactory.HandlerInfo.CustomHandler"/> reference.</summary>
        </member>
        <member name="P:Sitecore.Web.CustomHandlerFactory.HandlerInfo.Type">
            <summary>Gets or sets Type.</summary>
        </member>
        <member name="T:Sitecore.Web.CustomHandlerUtil">
            <summary>
            Utility class for xaml control
            </summary>
        </member>
        <member name="M:Sitecore.Web.CustomHandlerUtil.MatchToken(System.String,System.Collections.Generic.List{System.String},System.StringComparison)">
            <summary>
            Determine if url is a xaml request
            </summary>
            <param name="url"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.CustomHandlerUtil.GetIndexOfFirstMatchToken(System.String,System.Collections.Generic.List{System.String},System.StringComparison)">
            <summary>
            Get Index of Xaml Prefix
            </summary>
            <param name="url"></param>
            <param name="comparison"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.CustomHandlerUtil.GetLastIndexOfFirstMatchToken(System.String,System.Collections.Generic.List{System.String},System.StringComparison)">
            <summary>
            Get Last Index of Xaml Prefix
            </summary>
            <param name="url"></param>
            <param name="comparison"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.CustomHandlerUtil.GetMatchToken(System.String,System.Collections.Generic.List{System.String},System.StringComparison)">
            <summary>
            Get token that match the url
            </summary>
            <param name="url"></param>
            <param name="comparison"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.FileHandle">
            <summary>Defines the FileHandle type. It is used to safely transfer filenames (paths) between requests</summary>
        </member>
        <member name="M:Sitecore.Web.FileHandle.GetFileHandle(System.String)">
            <summary>
            Gets the handle for file.
            </summary>
            <param name="filename">The filename.</param>
            <returns>the file handle</returns>
        </member>
        <member name="M:Sitecore.Web.FileHandle.GetFilename(System.String)">
            <summary>
            Gets the filename from its handle.
            </summary>
            <param name="fileHandle">The file handle.</param>
            <returns>the filename for the handle</returns>
        </member>
        <member name="T:Sitecore.Web.FormAdapter">
            <summary>
            FormAdapter class
            </summary>
        </member>
        <member name="M:Sitecore.Web.FormAdapter.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Generates the target-specific markup for the control to which the control adapter is attached.
            </summary>
             
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> to use to render the target-specific output. </param>
        </member>
        <member name="T:Sitecore.Web.FormAdapter.FormAdapterHtmlWriter">
            <summary>
            FormAdapterHtmlWriter class
            </summary>
        </member>
        <member name="M:Sitecore.Web.FormAdapter.FormAdapterHtmlWriter.#ctor(System.IO.TextWriter)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.FormAdapter.FormAdapterHtmlWriter"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.FormAdapter.FormAdapterHtmlWriter.WriteAttribute(System.String,System.String,System.Boolean)">
            <summary>
            Writes the specified markup attribute and value to the output stream, and, if specified, writes the value encoded.
            </summary>
             
            <param name="fEncode">true to encode the attribute and its assigned value; otherwise, false. </param>
            <param name="name">The markup attribute to write to the output stream. </param>
            <param name="value">The value assigned to the attribute. </param>
        </member>
        <member name="T:Sitecore.Web.Hosting.ResourcePathProvider">
            <summary>
            Represents the Resource Path Provider.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Hosting.ResourcePathProvider.ResourceManager">
            <summary>
            Gets the resource manager.
            </summary>
            <value>The resource manager.</value>
        </member>
        <member name="M:Sitecore.Web.Hosting.ResourcePathProvider.FileExists(System.String)">
            <summary>
            Gets a value that indicates whether a file exists in the virtual file system.
            </summary>
            <param name="virtualPath">The path to the virtual file.</param>
            <returns>
            true if the file exists in the virtual file system; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Hosting.ResourcePathProvider.GetFile(System.String)">
            <summary>
            Gets a virtual file from the virtual file system.
            </summary>
            <param name="virtualPath">The path to the virtual file.</param>
            <returns>
            A descendant of the <see cref="T:System.Web.Hosting.VirtualFile"></see> class that represents a file in the virtual file system.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Hosting.ResourcePathProvider.IsResource(System.String)">
            <summary>
            Determines whether the specified virtual path is a resource.
            </summary>
            <param name="virtualPath">The virtual path.</param>
            <returns>
                <c>true</c> if the specified virtual path is a resource; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.Hosting.ResourcePathProvider.GetResourceName(System.String)">
            <summary>
            Gets the name of the resource.
            </summary>
            <param name="virtualPath">The virtual path.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.Hosting.ResourceVirtualFile">
            <summary>
            Represents a resource virtual file.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Hosting.ResourceVirtualFile.#ctor(System.String,Sitecore.Web.Hosting.ResourcePathProvider,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.Hosting.ResourceVirtualFile"/> class.
            </summary>
            <param name="virtualPath">The virtual path to the resource represented by this instance.</param>
            <param name="provider">The provider.</param>
            <param name="resourceName">Name of the resource.</param>
        </member>
        <member name="P:Sitecore.Web.Hosting.ResourceVirtualFile.ResourcePathProvider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="P:Sitecore.Web.Hosting.ResourceVirtualFile.ResourceName">
            <summary>
            Gets the name of the resource.
            </summary>
            <value>The name of the resource.</value>
        </member>
        <member name="M:Sitecore.Web.Hosting.ResourceVirtualFile.Open">
            <summary>
            When overridden in a derived class, returns a read-only stream to the virtual resource.
            </summary>
            <returns>A read-only stream to the virtual file.</returns>
        </member>
        <member name="T:Sitecore.Web.HtmlUtil">
            <summary>Implements a utility class for manipulating HTML.</summary>
            <remarks>
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.MainUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            <seealso cref="T:Sitecore.Web.WebUtil"/>
            </remarks>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddCell(System.Web.UI.HtmlControls.HtmlTableRow)">
            <summary>
            Adds a cell to a HTML table row.
            </summary>
            <param name="row">A row.</param>
            <returns>The added cell.</returns>
            <remarks>The cell is added to the end of the row.</remarks>
            <example>
                <code>
            HtmlTable table = new HtmlTable();
            HtmlTableRow row = HtmlUtil.AddRow(table);
            HtmlTableCell cell = HtmlUtil.AddCell(row);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddCell(System.Web.UI.HtmlControls.HtmlTableRow,System.Web.UI.HtmlControls.HtmlControl[])">
            <summary>
            Adds the cell.
            </summary>
            <param name="row">The row.</param>
            <param name="controls">The controls.</param>
            <returns>The cell.</returns>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddControl(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Adds a control to a parent control.
            </summary>
            <param name="ctl">A control to be added to a parent.</param>
            <param name="ctlParent">A parent control.</param>
            <returns>The added control.</returns>
            <remarks>The control is added to the end of the parent child
            control list. An exception is thrown if the parent control is null.
            </remarks>
            <example>
                <code>
            HtmlTable table = new HtmlTable();
            HtmlTableRow row = new HtmlTableRow();
            HtmlUtil.AddControl(row, table);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable)">
            <summary>
            Adds a row to a HTML table.
            </summary>
            <param name="table">A HTML table.</param>
            <returns>The added row.</returns>
            <remarks>The row is added to the bottom of the table.
            If the table parameter is null, a new table is created.</remarks>
            <example>
                <code>
            HtmlTable table = new HtmlTable();
            HtmlTableRow row = HtmlUtil.AddRow(table);
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable)"/>
                <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable,System.Web.UI.HtmlControls.HtmlControl[])">
            <summary>
            Adds a row to a HTML table and inserts cells into the row.
            </summary>
            <param name="table">A HTML table.</param>
            <param name="controls">Cell controls.</param>
            <returns>The added row.</returns>
            <remarks>The row is added to the bottom of the table.
            If the table parameter is null, a new table is created.</remarks>
            <example>
                <code>
            HtmlTable table = new HtmlTable();
            HtmlTableRow row = HtmlUtil.AddRow(table, control1, control2);
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable)"/>
                <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable,System.String[])">
            <summary>Adds a row to a HTML table and inserts cells into the row.</summary>
            <param name="table">A HTML table.</param>
            <param name="texts">Cell values.</param>
            <returns>The added row.</returns>
            <remarks>The row is added to the bottom of the table.
            If the table parameter is null, a new table is created.</remarks>
            <example>
            <code>
              HtmlTable table = new HtmlTable();
              HtmlTableRow row = HtmlUtil.AddRow(table, "Cell 1", "Cell 2");
            </code>
            <seealso cref="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable)"/>
            <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable,System.Object[])">
            <summary>Adds a row to a HTML table and inserts cells into the row.</summary>
            <param name="table">A HTML table.</param>
            <param name="values">Cell values.</param>
            <returns>The added row.</returns>
            <remarks>The row is added to the bottom of the table.
            If the table parameter is null, a new table is created.</remarks>
            <example>
            <code>
              HtmlTable table = new HtmlTable();
              HtmlTableRow row = HtmlUtil.AddRow(table, "Cell 1", DateTime.Now);
            </code>
            <seealso cref="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable)"/>
            <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.CreateAnchor(System.String,System.String)">
            <summary>
            Creates an HTML anchor.
            </summary>
            <param name="text">Inner text of the anchor.</param>
            <param name="href">An URL.</param>
            <returns>The create HtmlAnchor object.</returns>
            <example>
                <code>
            HtmlAnchor anchor = HtmlUtil.CreateAnchor("Hello world", "http://www.helloworld.net");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])">
            <summary>
            Creates a standalone HTML table row and inserts cells into it.
            </summary>
            <param name="texts">A string array of cell values.</param>
            <returns>The added row.</returns>
            <remarks>The row is not added to a HTML table.
            If the table parameter is null, a new table is created.</remarks>
            <example>
                <code>
            HtmlTableRow row = HtmlUtil.CreateRow(new string[] {"Cell 1", "Cell 2"});
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable)"/>
                <seealso cref="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable)"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.CreateTable(System.Int32,System.Int32)">
            <summary>
            Creates an HTML table.
            </summary>
            <param name="rows">Number of rows.</param>
            <param name="columns">Number of columns.</param>
            <returns>The table.</returns>
            <example>
                <code>
            HtmlTable table = HtmlUtil.CreateTable(3, 3);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.FindEndTag(System.String,System.String)">
            <summary>
            Finds an end tag in a string.
            </summary>
            <param name="sTagName">A tag name, e.g. "div".</param>
            <param name="sText">A string.</param>
            <returns>A regular expression Match object.</returns>
            <example>
                <code>
            Match match = HtmlUtil.FindEndTag("div", "&lt;div&gt;This is my HTML&lt;/div&gt;");
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.FindStartTag(System.String,System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.FindStartTag(System.String,System.String)">
            <summary>
            Finds a start tag in a string.
            </summary>
            <param name="sTagName">A tag name, e.g. "div".</param>
            <param name="sText">A string.</param>
            <returns>A regular expression Match object.</returns>
            <example>
                <code>
            Match match = HtmlUtil.FindStartTag("div", "&lt;div&gt;This is my HTML&lt;/div&gt;");
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.FindEndTag(System.String,System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetCheckBox(System.Boolean)">
            <summary>
            Creates a checkbox input control.
            </summary>
            <param name="isChecked">A boolean indicating if the checkbox is checked or not.</param>
            <returns>The created checkbox control.</returns>
            <example>
                <code>
            HtmlInputCheckBox cb = HtmlUtil.GetCheckBox(true);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetCheckBox(System.Boolean,System.String)">
            <summary>
            Creates a checkbox input control.
            </summary>
            <param name="isChecked">A boolean indicating if the checkbox is checked or not.</param>
            <param name="id">The ID of the control.</param>
            <returns>The created checkbox control.</returns>
            <example>
                <code>
            HtmlInputCheckBox cb = HtmlUtil.GetCheckBox(true, "MyControlID");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetHidden(System.String)">
            <summary>
            Creates a hidden input control.
            </summary>
            <param name="value">The value of the hidden control.</param>
            <returns>The created hidden control.</returns>
            <example>
                <code>
            HtmlInputHidden hidden = HtmlUtil.GetHidden("My Value");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetHidden(System.String,System.String)">
            <summary>
            Creates a hidden input control.
            </summary>
            <param name="value">The value of the hidden control.</param>
            <param name="id">The ID of the hidden control</param>
            <returns>The created hidden control.</returns>
            <example>
                <code>
            HtmlInputHidden hidden = HtmlUtil.GetHidden("My Value", "MyControlID");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetImageLink(System.String,System.String)">
            <summary>
            Creates clickable image. The control consists of an anchor tag with
            an image inside.
            </summary>
            <param name="linkUrl">The target URL of the anchor.</param>
            <param name="imageUrl">The URL of the image.</param>
            <returns>The created anchor control.</returns>
            <example>
                <code>
            HtmlAnchor image = HtmlUtil.GetImageLink("http://www.sitecore.net", "/images/logo.gif");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetImageLink(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Creates clickable image. The control consists of an anchor tag with
            an image inside.
            </summary>
            <param name="linkUrl">The target URL of the anchor.</param>
            <param name="imageUrl">The URL of the image.</param>
            <param name="linkAttributes">A collection of attributes for the anchor tag.</param>
            <param name="imageAttributes">A collection of attributes for the image tag.</param>
            <returns>The created anchor control.</returns>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetRootControl(System.Web.UI.Control)">
            <summary>
            Gets the root control.
            </summary>
            <param name="control">A control in the control hieraki.</param>
            <returns>The root control.</returns>
            <remarks>The root control is the ultimate ancestor of all controls.</remarks>
            <example>
                <code>
            Control root = HtmlUtil.GetRootControl(myControl);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.GetClientScriptIncludeHtml(System.String)">
            <summary>
            Gets the client script include HTML.
            </summary>
            <param name="scriptFilePath">The path to the script file.</param>
            <returns>The client script include HTML.</returns>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable)">
            <summary>
            Inserts a row in an HTML table at a specified index.
            </summary>
            <param name="index">A index in the HTML table.</param>
            <param name="table">A HTML table.</param>
            <returns>The added row.</returns>
            <remarks>If the table parameter is null, a new table is created.</remarks>
            <example>
                <code>
            HtmlTable table = new HtmlTable();
            HtmlTableRow row1 = HtmlUtil.AddRow(table);
            HtmlTableRow row0 = HtmlUtil.InsertRow(0, table);
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable)"/>
                <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable,System.Web.UI.HtmlControls.HtmlControl[])">
            <summary>
            Inserts a row in an HTML table at a specified index and inserts cells into it..
            </summary>
            <param name="index">A index in the HTML table.</param>
            <param name="table">A HTML table.</param>
            <param name="controls">Cell controls.</param>
            <returns>The added row.</returns>
            <remarks>If the table parameter is null, a new table is created.</remarks>
            <example>
                <code>
            HtmlTable table = new HtmlTable();
            HtmlTableRow row1 = HtmlUtil.AddRow(table);
            HtmlTableRow row0 = HtmlUtil.InsertRow(0, table, control1, control2);
            </code>
                <seealso cref="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable)"/>
                <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable,System.String[])">
            <summary>Inserts a row in an HTML table at a specified index and inserts cells into it..</summary>
            <param name="index">A index in the HTML table.</param>
            <param name="table">A HTML table.</param>
            <param name="texts">Cell values.</param>
            <returns>The added row.</returns>
            <remarks>If the table parameter is null, a new table is created.</remarks>
            <example>
            <code>
              HtmlTable table = new HtmlTable();
              HtmlTableRow row1 = HtmlUtil.AddRow(table);
              HtmlTableRow row0 = HtmlUtil.InsertRow(0, table, "Cell 1", "Cell 2");
            </code>
            <seealso cref="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable)"/>
            <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.InsertRow(System.Int32,System.Web.UI.HtmlControls.HtmlTable,System.Object[])">
            <summary>Inserts a row in an HTML table at a specified index and inserts cells into it..</summary>
            <param name="index">A index in the HTML table.</param>
            <param name="table">A HTML table.</param>
            <param name="values">Cell values.</param>
            <returns>The added row.</returns>
            <remarks>If the table parameter is null, a new table is created.</remarks>
            <example>
            <code>
              HtmlTable table = new HtmlTable();
              HtmlTableRow row1 = HtmlUtil.AddRow(table);
              HtmlTableRow row0 = HtmlUtil.InsertRow(0, table, "Cell 1", DateTime.Now);
            </code>
            <seealso cref="M:Sitecore.Web.HtmlUtil.AddRow(System.Web.UI.HtmlControls.HtmlTable)"/>
            <seealso cref="M:Sitecore.Web.HtmlUtil.CreateRow(System.String[])"/>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.ParseTagAttributes(System.String)">
            <summary>
            Parses the attributes of a tag.
            </summary>
            <param name="tag">A tag string.</param>
            <returns>A collection of attributes.</returns>
            <remarks>The collection will not include attributes that do not have a value,
            e.g. "checked" and "nowrap".</remarks>
            <example>
                <code>
            string tag = "&lt;div align=\"right\"&gt;";
            NameValueCollection attributes = HtmlUtil.ParseTagAttributes(tag);
            string align = attributes["align"]; // right
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.RenderControl(System.Web.UI.Control)">
            <summary>
            Renders a web control to a string.
            </summary>
            <param name="ctl">A control to be rendered.</param>
            <returns>The HTML of the rendered control.</returns>
            <example>
                <code>
            HtmlAnchor image = HtmlUtil.GetImageLink("http://www.sitecore.net", "/images/logo.gif");
            string html = HtmlUtil.RenderControl(image);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.HtmlUtil.SetAttributes(System.Web.UI.HtmlControls.HtmlControl,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Sets the attributes on a HTML control.
            </summary>
            <param name="ctl">A HTML control.</param>
            <param name="attributes">A collection of attributes.</param>
        </member>
        <member name="T:Sitecore.Web.HttpModule">
            <summary>
            Implements extensions to the ASP.NET application request pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Web.HttpModule.PostRequestEventHandled">
            <summary>
            Gets or sets a value indicating whether post request event has already been handled.
            </summary>
            <value>
                <c>true</c> if post request event has already been handled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="F:Sitecore.Web.HttpModule.application">
            <summary>
            The application instance this module belongs to.
            </summary>
        </member>
        <member name="M:Sitecore.Web.HttpModule.Init(System.Web.HttpApplication)">
            <summary>
            Initializes a module and prepares it to handle requests.
            </summary>
            <param name="context">An <see cref="T:System.Web.HttpApplication"/> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application</param>
        </member>
        <member name="M:Sitecore.Web.HttpModule.PostRequestHandlerExecute(System.Object,System.EventArgs)">
            <summary>
            Posts the request handler execute.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.HttpModule.Dispose">
            <summary>
            Disposes of the resources (other than memory) used by the module that implements <see cref="T:System.Web.IHttpModule"/>.
            </summary>
        </member>
        <member name="T:Sitecore.Web.HttpModuleDisabler">
            <summary>
            Disables SitecoreHttpModule.
            </summary>
        </member>
        <member name="M:Sitecore.Web.HttpModuleDisabler.Dispose">
            <summary>
            Application shutdown handler
            </summary>
        </member>
        <member name="M:Sitecore.Web.HttpModuleDisabler.Init(System.Web.HttpApplication)">
            <summary>
            Application startup handler
            </summary>
            <param name="context">An <see cref="T:System.Web.HttpApplication"></see> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application</param>
        </member>
        <member name="M:Sitecore.Web.HttpModuleDisabler.OnBeginRequest(System.Object,System.EventArgs)">
            <summary>
            Called when request begins.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Web.InvalidLinkFormatException">
            <summary>
            InvalidLinkFormatException
            </summary>
        </member>
        <member name="M:Sitecore.Web.InvalidLinkFormatException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.InvalidLinkFormatException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Web.IPAddresses.IPHelper">
            <summary>
            The ip helper.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPHelper.GetIPList(System.Xml.XmlNode)">
            <summary>Parse xml with list of ip addresses.
            </summary>
            <param name="node">
            The node with list of ip addresses.
            </param>
            <returns>IPList with list of ip addresses.
            </returns>
        </member>
        <member name="T:Sitecore.Web.IPAddresses.IPList">
            <summary>
            The ip list.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPList.ranges">
            <summary>
            The ip ranges.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPList.addresses">
            <summary>
            The ip addresses.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPList.subnets">
            <summary>
            The ip subnets.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPList.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.IPAddresses.IPList"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPList.TryParse(System.String,Sitecore.Web.IPAddresses.IPList@)">
            <summary>
            Tries the parse string.
            </summary>
            <param name="list">The string list.</param>
            <param name="result">The result.</param>
            <returns>IPList object.</returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPList.Add(Sitecore.Web.IPAddresses.IPRange)">
            <summary>
            Add IPrange.
            </summary>
            <param name="range">
            The ip range to add.
            </param>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPList.Add(System.Net.IPAddress)">
            <summary>
            Add IPAddress.
            </summary>
            <param name="address">
            The ip address.
            </param>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPList.Add(Sitecore.Web.IPAddresses.IPSubnet)">
            <summary>
            Add IPSubnet.
            </summary>
            <param name="subnet">
            The ip subnet.
            </param>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPList.Contains(System.Net.IPAddress)">
            <summary>
            The contains.
            </summary>
            <param name="address">
            The ip address.
            </param>
            <returns>
            <c>true</c> if list contains provided address; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="T:Sitecore.Web.IPAddresses.IPRange">
            <summary>
            The ip range.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPRange.rangeBegin">
            <summary>
            The ip rangeBegin.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPRange.rangeEnd">
            <summary>
            The ip rangeEnd.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPRange.rangeBeginMeasurableValue">
            <summary>
            The measurable value for rangeBegin IP address.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPRange.rangeEndMeasurableValue">
             <summary>
            The measurable value for rangeEnd IP address.
             </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPRange.enumeratorCurrent">
            <summary>
            The i enumerator current.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.#ctor(System.Net.IPAddress,System.Net.IPAddress)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.IPAddresses.IPRange"/> class.
            </summary>
            <param name="begin">
            The ip rangeBegin.
            </param>
            <param name="end">
            The ip rangeEnd.
            </param>
        </member>
        <member name="P:Sitecore.Web.IPAddresses.IPRange.Current">
            <summary>
            Gets Current element.
            </summary>
        </member>
        <member name="P:Sitecore.Web.IPAddresses.IPRange.System#Collections#IEnumerator#Current">
            <summary>
            Gets System.Collections.IEnumerator.Current.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.TryParse(System.String,Sitecore.Web.IPAddresses.IPRange@)">
            <summary>
            The try parse.
            Examples of supported formats:
            10.2.3.5-10.2.3.30
            10.2.3.10.20.10 - 10.2.3.10.20.100
            </summary>
            <param name="rangeString">
            The range string.
            </param>
            <param name="result">
            The IPRange if string was successfully parsed.
            </param>
            <returns>
            <c>true</c> if string was successfully parsed <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.Contains(System.Net.IPAddress)">
            <summary>
            The contains.
            </summary>
            <param name="address">
            The ip address.
            </param>
            <returns>
            <c>true</c> if range contains provided address; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.ToString">
            <summary>
            The to string.
            </summary>
            <returns>
            The string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.Dispose">
            <summary>
            The dispose.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.MoveNext">
            <summary>
            The move next.
            </summary>
            <returns>
            <c>true</c> if move was successfull, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.Reset">
            <summary>
            The reset.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.IsIpAddressesFromTheSameFamily(System.Net.IPAddress,System.Net.IPAddress)">
            <summary>
            IsIpAddressesFromTheSameFamily.
            </summary>
            <param name="addr1">
            The ip address.
            </param>
            <param name="addr2">
            The ip Address.
            </param>
            <returns><c>true</c> if id addresses from the same family; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.GetMeasuredIpValue(System.Net.IPAddress)">
            <summary>
            GetMeasuredIpValue
            </summary>
            <param name="addr">The ip Address</param>
            <returns>IP address presented as uint value which can be compared</returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPRange.GetAddressBytes(System.Net.IPAddress)">
            <summary>
            The get address bytes.
            </summary>
            <param name="address">
            The ip address.
            </param>
            <returns>IP address presented as array of bytes
            </returns>
        </member>
        <member name="T:Sitecore.Web.IPAddresses.IPSubnet">
            <summary>
            The ip subnet.
            </summary>
        </member>
        <member name="F:Sitecore.Web.IPAddresses.IPSubnet.bytes">
            <summary>
            The ip bytes.
            </summary>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPSubnet.#ctor(System.Byte[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.IPAddresses.IPSubnet"/> class.
            </summary>
            <param name="bytes">
            The ip bytes.
            </param>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPSubnet.TryParse(System.String,Sitecore.Web.IPAddresses.IPSubnet@)">
            <summary>
            The try parse.
            Examples of supported formats:
            10.2.3.*
            </summary>
            <param name="subnet">
            The ip subnet.
            </param>
            <param name="result">
            The result.
            </param>
            <returns>
            <c>true</c> if string was successfully parsed <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPSubnet.GetAddressBytes">
            <summary>
            Gets the address bytes.
            </summary>
            <returns>Address represented by array of bytes</returns>
        </member>
        <member name="M:Sitecore.Web.IPAddresses.IPSubnet.Contains(System.Net.IPAddress)">
            <summary>
            The contains.
            </summary>
            <param name="address">
            The ip address.
            </param>
            <returns>
            <c>true</c> if range contains provided address; <c>false</c> otherwise.
            </returns>
        </member>
        <member name="T:Sitecore.Web.IPageHandler">
            <summary>Interface for a page handler</summary>
            <remarks>A page handler is registered in web.config under
            the &lt;pageHandlers&gt; section</remarks>
            <example>
              The following example shows how a page handler might be
              registered in web.config
              <code>
                &lt;pageHandlers&gt;
                  &lt;handler mode="on" name="Statistics" assembly="Sitecore.Kernel" type="Sitecore.Logging" expectedResult="" /&gt;
                &lt;/pageHandlers&gt;
              </code>
              The attributes of the &lt;handler&gt; tag is:
              <list type="bullet">
                <item>mode=on|off - Determines if the handler is active. Inactive handlers are never called</item>
                <item>name=name - Descriptive name of the page handler. This value is not used by Sitecore, but might be useful for people reading web.config</item>
                <item>assembly=name - Name of assembly containing the page handler class. This value is case-sensitive</item>
                <item>type=name - Type name of the page handler class. This value is case-sensitive</item>
                <item>expectedResult=value - This is the expected return value of the page handler <see cref="M:Sitecore.Web.IPageHandler.Execute(System.Collections.Specialized.NameValueCollection)"/> method. If the return value is different, an error message will be sent to the current PageTrace.</item>
              </list>
              The page handler is free to add additional attributes if this is needed. All attributes of the &lt;handler&gt; tag are passed to the <see cref="M:Sitecore.Web.IPageHandler.Execute(System.Collections.Specialized.NameValueCollection)"/> method.
            </example>
        </member>
        <member name="M:Sitecore.Web.IPageHandler.Execute(System.Collections.Specialized.NameValueCollection)">
            <summary>
            This method is called whenever a page is being generated
            </summary>
            <param name="configSettings">The config settings.</param>
            <returns>
            A status message that is compared to the value
            of 'expectedResult' from web.config.
            </returns>
            <remarks>The call is being made during the Init phase of the
            page life cycle</remarks>
        </member>
        <member name="T:Sitecore.Web.PathData">
            <summary>
            PathData
            </summary>
        </member>
        <member name="P:Sitecore.Web.PathData.FilePath">
            <summary>
            Gets or sets the file path.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Web.PathData.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnBeginRequest(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.BeginRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnAuthenticateRequest(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.AuthenticateRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnPostAuthenticateRequest(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnPreRequestHandlerExecute(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnPostRequestHandlerExecute(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnEndRequest(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.EndRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEvents.OnError(System.Web.HttpContext)">
            <summary>
            Entry point for <see cref="E:System.Web.HttpApplication.Error"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContext"/> representing the request context.</param>
        </member>
        <member name="T:Sitecore.Web.RequestEventsHandler">
            <summary>
            Handles request events.
            </summary>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.#ctor(Sitecore.Abstractions.BaseCorePipelineManager,Sitecore.Abstractions.BaseSettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.RequestEventsHandler"/> class.
            </summary>
            <param name="corePipelineManager">The core pipeline manager.</param>
            <param name="settings">The settings.</param>
        </member>
        <member name="P:Sitecore.Web.RequestEventsHandler.CorePipelineManager">
            <summary>
            Gets the core pipeline manager.
            </summary>
            <value>
            The core pipeline manager.
            </value>
        </member>
        <member name="P:Sitecore.Web.RequestEventsHandler.Settings">
            <summary>
            Gets the settings.
            </summary>
            <value>
            The settings.
            </value>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnBeginRequest(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.BeginRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnAuthenticateRequest(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.AuthenticateRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnPostAuthenticateRequest(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.PostAuthenticateRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnPreRequestHandlerExecute(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnPostRequestHandlerExecute(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.PostRequestHandlerExecute"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnEndRequest(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.EndRequest"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.OnError(System.Web.HttpContextBase)">
            <summary>
            Handles <see cref="E:System.Web.HttpApplication.Error"/> event.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="M:Sitecore.Web.RequestEventsHandler.RestoreFormTarget(System.Web.HttpContextBase)">
            <summary>
            Restores the form target.
            </summary>
            <param name="context">An instance of <see cref="T:System.Web.HttpContextBase"/> representing the request context.</param>
        </member>
        <member name="T:Sitecore.Web.RequestFilter">
            <summary>
            RequestFilter class
            </summary>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.RequestFilter"/> class.
            </summary>
            <param name="allowed">The allowed extensions (comma separated).</param>
            <param name="blocked">The blocked extensions (comma separated).</param>
            <param name="streamFiles">The extensions for which to stream files (comma separated).</param>
            <param name="doNotStreamFiles">The extensions for which not to stream files (comma separated).</param>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.Process(System.Web.HttpRequest,System.Web.HttpResponse,System.Boolean@,System.Boolean@)">
            <summary>
            Processes the specified request.
            </summary>
            <param name="request">The request.</param>
            <param name="response">The response.</param>
            <param name="blocked">If set to <c>true</c> the request is blocked.</param>
            <param name="sitecoreOn">If set to <c>false</c> request should be passed directly to ASP.Net process.</param>
            <remarks>If a request is blocked and the configuration is set to stream the request type, then <see cref="M:System.Web.HttpResponse.End"/> will be called after processing.</remarks>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.CanStream(System.Web.HttpRequest)">
            <summary>
            Streams the file.
            </summary>
            <param name="request">The request.</param>
            <returns>The file.</returns>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.GetExtension(System.Web.HttpRequest)">
            <summary>
            Gets the extension.
            </summary>
            <param name="request">The request.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.InitializeDictionary(System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Initializes a dictionary.
            </summary>
            <param name="values">The values.</param>
            <param name="dictionary">The dictionary.</param>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.IsBlocked(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified request should be blocked.
            </summary>
            <param name="request">The request.</param>
            <returns>
                <c>true</c> if the specified request should be blocked; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.RequestFilter.IsCustomHandler(System.String)">
            <summary>
            Determines whether request should be served by Sitecore custom handler.
            </summary>
            <returns>
                <c>true</c> if request should be served by Sitecore custom handler; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Web.RequestUrl">
            <summary>
            RequestUrl
            </summary>
        </member>
        <member name="M:Sitecore.Web.RequestUrl.#ctor(System.Web.HttpRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.RequestUrl"/> class.
            </summary>
            <param name="request">The request.</param>
        </member>
        <member name="M:Sitecore.Web.RequestUrl.#ctor(System.Web.HttpRequestBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.RequestUrl"/> class.
            </summary>
            <param name="request">The HTTP request object.</param>
        </member>
        <member name="P:Sitecore.Web.RequestUrl.FilePath">
            <summary>
            Gets the file path.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Web.RequestUrl.ItemPath">
            <summary>
            Gets the item path.
            </summary>
            <value>The item path.</value>
        </member>
        <member name="P:Sitecore.Web.RequestUrl.QueryString">
            <summary>
            Gets or sets the query string.
            </summary>
            <value>The query string.</value>
        </member>
        <member name="P:Sitecore.Web.RequestUrl.FilePathWithQueryString">
            <summary>
            Gets the path and query string.
            </summary>
            <value>The path and query string.</value>
        </member>
        <member name="M:Sitecore.Web.RequestUrl.Parse(System.Web.HttpRequest)">
            <summary>
            Parses the specified URL.
            </summary>
            <param name="request">The request.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.RequestUrl.Parse(System.Web.HttpRequestBase)">
            <summary>
            Parses the specified URL.
            </summary>
            <param name="request">The HTTP request object.</param>
            <returns>The instance of the <see cref="T:Sitecore.Web.RequestUrl"/> class.</returns>
        </member>
        <member name="M:Sitecore.Web.RequestUrl.TryParse(System.Web.HttpRequest,Sitecore.Web.RequestUrl@)">
            <summary>
            Attempts to parse the specified URL.
            </summary>
            <param name="request">The request.</param>
            <param name="result">The result.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.RequestUrl.TryParse(System.Web.HttpRequestBase,Sitecore.Web.RequestUrl@)">
            <summary>
            Attempts to parse the specified URL.
            </summary>
            <param name="request">The HTTP request object.</param>
            <param name="result">The result object.</param>
            <returns>The instance of the <see cref="T:Sitecore.Web.RequestUrl"/> class.</returns>
        </member>
        <member name="T:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator">
            <summary>
            Suppresses form validation for known Sitecore URLs ( like shell and SPEAK).
            <para><see cref="P:System.Web.Configuration.HttpRuntimeSection.RequestValidationType"/> on MSDN.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.SitecoreTrustedUrls">
            <summary>
            Defines a set of well-known, trusted Sitecore URLs.
            </summary>
        </member>
        <member name="M:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.#ctor">
            <summary>
            Initializes an instance of <see cref="T:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator"/> type with <see cref="F:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.SitecoreTrustedUrls"/> to bypass validation.
            </summary>
        </member>
        <member name="M:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.#ctor(System.String[])">
            <summary>
            Initializes an instance of <see cref="T:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator"/> type.
            </summary>
            <param name="urlStartPartsToBypass">Trusted urls to skip form validation.</param>
        </member>
        <member name="P:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.UrlStartPartsToBypassValidation">
            <summary>
            List of trusted urls that request starts with.
            </summary>
        </member>
        <member name="M:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.ShouldIgnoreValidation(System.String)">
            <summary>
            Check if a validation of the incoming form values should be ignored.
            </summary>
            <param name="rawUrl">The request to be checked.</param>
            <returns><value>true</value> if <paramref name="rawUrl"/> is trusted, and validation should not take place;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.IsValidRequestString(System.Web.HttpContext,System.String,System.Web.Util.RequestValidationSource,System.String,System.Int32@)">
            <summary>
            Validates a string that contains HTTP request data.
            </summary>
            <param name="context">The context of the current request.</param>
            <param name="value">The HTTP request data to validate.</param>
            <param name="requestValidationSource">An enumeration that represents the source of request data that is being validated. The following are possible values for the enumeration:QueryStringForm CookiesFilesRawUrlPathPathInfoHeaders.</param>
            <param name="collectionKey">The key in the request collection of the item to validate. This parameter is optional. This parameter is used if the data to validate is obtained from a collection. If the data to validate is not from a collection, <paramref name="collectionKey" /> can be null.</param>
            <param name="validationFailureIndex">When this method returns, indicates the zero-based starting point of the problematic or invalid text in the request collection. This parameter is passed uninitialized.</param>
            <returns>
            <value>true</value> if the string to be validated is valid; <value>false</value> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Web.RequestValidators.SitecoreBackendRequestValidator.ExtractRequestUrl(System.Web.HttpContext)">
            <summary>
            Extracts request url from given context.
            </summary>
            <param name="context">Request information.</param>
            <returns><see cref="P:System.Web.HttpRequest.RawUrl"/> from provided context.</returns>
        </member>
        <member name="T:Sitecore.Web.RewriteModule">
            <summary>
            Restores rewritten path after request ends.
            </summary>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.Init(System.Web.HttpApplication)">
            <summary>
            Initializes a module and prepares it to handle requests.
            </summary>
            <param name="context">An <see cref="T:System.Web.HttpApplication"/> that provides access to the methods, properties, and events common to all application objects within an ASP.NET application</param>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.Dispose">
            <summary>
            Disposes of the resources (other than memory) used by the module that implements <see cref="T:System.Web.IHttpModule"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.SaveAndRevertPath(System.Web.HttpApplication,System.String,System.String)">
            <summary>
            Saves the and reverts path.
            </summary>
            <param name="app">The app.</param>
            <param name="fromKey">From key.</param>
            <param name="toKey">To key.</param>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.ShouldRequestBeSkipped(System.Web.HttpRequest)">
            <summary>
            Checks wheter the request should be skipped.
            </summary>
            <param name="request">The request.</param>
            <returns><c>true</c> if the request should be ignored</returns>
        </member>
        <member name="P:Sitecore.Web.RewriteModule.PathRestoringDisabled">
            <summary>
            Gets or sets a value indicating whether path restoring functionality is disabled.
            If set to <c>true</c> then RewriteModule will not try to restore original path.
            </summary>
            <value>
                <c>true</c> if path restoring functionality is disabled otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.OnBeginRequest(System.Object,System.EventArgs)">
            <summary>
            Called when request begins.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.OnPostMapRequestHandler(System.Object,System.EventArgs)">
            <summary>
            Called after page handlers map request.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Web.RewriteModule.GetRewrittenUrl(System.Web.HttpContext)">
            <summary>
            Gets the rewritten URL.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.Services.Heartbeat.BeatResults">
            <summary>
            The beat results.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Services.Heartbeat.BeatResults.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.Services.Heartbeat.BeatResults"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Services.Heartbeat.BeatResults.Errors">
            <summary>
            Gets or sets Errors.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Services.Heartbeat.BeatResults.IsOk">
            <summary>
            Gets a value indicating whether results are ok.
            </summary>
        </member>
        <member name="P:Sitecore.Web.Services.Heartbeat.BeatResults.Warnings">
            <summary>
            Gets or sets Warnings.
            </summary>
        </member>
        <member name="T:Sitecore.Web.Services.Heartbeat.HeartbeatHelper">
            <summary>
            The heartbeat helper.
            </summary>
        </member>
        <member name="M:Sitecore.Web.Services.Heartbeat.HeartbeatHelper.CheckDatabases(Sitecore.Web.Services.Heartbeat.BeatResults)">
            <summary>
            The check databases. We iterate through all connection strings.
            If connection string is present- it supposed to be used.
            </summary>
            <param name="results">
            The results.
            </param>
        </member>
        <member name="M:Sitecore.Web.Services.Heartbeat.HeartbeatHelper.CheckDatabase(System.String)">
            <summary>
            Checks availability of SQL server.
            </summary>
            <param name="connectionString">The connection string.</param>
        </member>
        <member name="T:Sitecore.Web.SessionEndWorkerRequest">
            <summary>
            Class is used in Session End functionality
            </summary>
        </member>
        <member name="F:Sitecore.Web.SessionEndWorkerRequest.serverName">
            <summary>
            The server name
            </summary>
        </member>
        <member name="M:Sitecore.Web.SessionEndWorkerRequest.#ctor(System.String,System.String,System.IO.TextWriter)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.SessionEndWorkerRequest" /> class.
            </summary>
            <param name="page">The page.</param>
            <param name="query">The query.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.SessionEndWorkerRequest.#ctor(System.String,System.String,System.String,System.String,System.IO.TextWriter)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.SessionEndWorkerRequest" /> class.
            </summary>
            <param name="appVirtualDir">The app virtual directory.</param>
            <param name="appPhysicalDir">The app physical directory.</param>
            <param name="page">The page.</param>
            <param name="query">The query.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Web.SessionEndWorkerRequest.GetServerName">
            <summary>
            Returns the name of the local server.
            </summary>
            <returns>
            The name of the local server.
            </returns>
        </member>
        <member name="T:Sitecore.Web.ShutdownDetector">
            <summary>
            Class used for detecting AppDomain shutdown.
            </summary>
        </member>
        <member name="M:Sitecore.Web.ShutdownDetector.#ctor(System.Web.IHttpModule)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.ShutdownDetector"/> class.
            </summary>
            <param name="httpModule">The HTTP module.</param>
        </member>
        <member name="M:Sitecore.Web.ShutdownDetector.Stop(System.Boolean)">
            <summary>
            Requests a registered object to unregister.
            </summary>
            <param name="immediate">true to indicate the registered object should unregister from the hosting environment before returning; otherwise, false.</param>
        </member>
        <member name="T:Sitecore.Web.SiteInfo">
            <summary>
                Information about site (used when specifying multiple sites in web.config).
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.allowDebug">
            <summary>
                The flag indicating whether to allow debug.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.browserTitle">
            <summary>
                The browser title.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.cacheHtml">
            <summary>
                The flag indicating whether to use cache HTML.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.cacheMedia">
            <summary>
                The flag indicating whether to use cache media.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.cacheRenderingParameters">
            <summary>
                The cache rendering parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.contentLanguage">
            <summary>
                The content language of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.contentStartItem">
            <summary>
                The content start item.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.database">
            <summary>
                The database of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.defaultDevice">
            <summary>
                The name of the default device to use if no specific device matches the request.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.device">
            <summary>
                The name of the device to use for the site.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.dictionaryDomain">
            <summary>
                The site dictionary domain.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.disableClientData">
            <summary>
                The flag indicating whether to disable client data.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.disableXmlControls">
            <summary>
                The flag indicating whether to disable XML controls.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.disableBrowserCaching">
            <summary>
                The flag indicating whether to disable browser caching.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.disableTrailingWildcard">
            <summary>
                The disable trailing wildcard during site resolution.
                <para>Site &quot;test.com&quot; will not be matched to &quot;*test.c&quot; when
                    <value>true</value>
                    .
                </para>
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.domain">
            <summary>
                The security domain of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enableDebugger">
            <summary>
                The flag indicating whether to enable debugger.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enableFieldLanguageFallback">
            <summary>
                The flag indicating whether to enable field language fallback.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enableItemLanguageFallback">
            <summary>
                The flag indicating whether to enable item language fallback.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enableLinkedItems">
            <summary>
                The flag indicating whether to enable linked items.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enablePreview">
            <summary>
                The flag indicating whether to enable preview.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enableWebEdit">
            <summary>
                The flag indicating whether to enable WebEdit.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enableWorkflow">
            <summary>
                The flag indicating whether to enable workflow.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.enforceVersionPresence">
            <summary>
                The flag indicating whether to enforce version presence
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.externalPort">
            <summary>
                The port for generating external links.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.filterItems">
            <summary>
                The flag indicating whether data is valid.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.hostName">
            <summary>
                The host name of the incoming URL.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.htmlCacheClearLatency">
            <summary>
                The HTML cache clear latency.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.language">
            <summary>
                The context language.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.loginPage">
            <summary>
                The URL to login page.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.masterDatabase">
            <summary>
                The name of master database.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.mediaCachePath">
            <summary>
                The media cache path.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.mode">
            <summary>
                The site mode.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.name">
            <summary>
                The site name.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.physicalFolder">
            <summary>
                The physical folder path.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.port">
            <summary>
                The port number of the incoming URL.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.propertiesCollection">
            <summary>
                The properties.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.requireLogin">
            <summary>
                The flag indicating whether to require a login.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.rootPath">
            <summary>
                The path to the root item of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.scheme">
            <summary>
                The scheme indicating protocol type: http or https.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.startItem">
            <summary>
                The path to the start item of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.targetHostName">
            <summary>
                The target host name.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.virtualFolder">
            <summary>
                The path to the virtual folder.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.xmlControlPage">
            <summary>
                The XML control page.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.hostNamePatterns">
            <summary>
                The host name patterns list.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.filteredItemsCache">
            <summary>
                The filtered items cache.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.htmlCache">
            <summary>
                The HTML cache.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.registryCache">
            <summary>
                The registry cache.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.renderingParametersCache">
            <summary>
                The rendering parameters cache
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.viewStateCache">
            <summary>
                The view state cache.
            </summary>
        </member>
        <member name="F:Sitecore.Web.SiteInfo.xslCache">
            <summary>
                The XSL cache.
            </summary>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.#ctor(System.Xml.XmlNode)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Web.SiteInfo" /> class.
                Constructor
            </summary>
            <param name="configNode">
                The configurative node.
            </param>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.#ctor(Sitecore.Collections.StringDictionary)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Web.SiteInfo" /> class.
            </summary>
            <param name="properties">The properties.</param>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.AllowDebug">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> allows the debugging.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> allows debugging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.BrowserTitle">
            <summary>
                Gets the browser title.
            </summary>
            <value>The browser title.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.CacheHtml">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> caches HTML.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> caches HTML; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.CacheMedia">
            <summary>
                Gets a value indicating whether to cache media.
            </summary>
            <value><c>true</c> if media should be cached; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.ContentLanguage">
            <summary>
                Gets the content language.
            </summary>
            <value>The content language.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.ContentStartItem">
            <summary>
                Gets the content start item.
            </summary>
            <value>The content start item.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Database">
            <summary>
                Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.DefaultDevice">
            <summary>
                Gets the default device.
            </summary>
            <value>The default device.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Device">
            <summary>
                Gets the device.
            </summary>
            <value>The device.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.DictionaryDomain">
            <summary>
                Gets the dictionary domain.
            </summary>
            <value>The dictionary domain.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.DisableBrowserCaching">
            <summary>
                Gets a value indicating whether browser caching is disabled for the site.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.DisableClientData">
            <summary>
                Gets a value indicating whether <see cref="T:Sitecore.Configuration.ClientDataStore">client data</see> is disabled for the site.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.DisableTrailingWildcard">
            <summary>
                Gets a value indicating whether trailing wildcards is disabled during resolving the name of a website.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.PreviewUnpublishableItems">
            <summary>
                Allows users to preview items that cannot be published yet. Default value: false.
            </summary>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.DisableXmlControls">
            <summary>
                Gets a value indicating whether XML controls are disabled for this site.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Domain">
            <summary>
                Gets the domain.
            </summary>
            <value>The domain.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnableDebugger">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> enables the debugger.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> enables the debugger; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnableFieldLanguageFallback">
            <summary>
                Gets a value indicating whether <see cref="T:Sitecore.Web.SiteInfo" /> enables the field language fallback.
            </summary>
            <value>
                <c>true</c> if <see cref="T:Sitecore.Web.SiteInfo" /> enables the field language fallback; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnableItemLanguageFallback">
            <summary>
                Gets a value indicating whether <see cref="T:Sitecore.Web.SiteInfo" /> enables the language fallback item.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> enables the language fallback item; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnablePreview">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> enables preview.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> enables preview; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnableWebEdit">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> enables web edit.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> enables web edit; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnableWorkflow">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> enables workflowing.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> enables workflow; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.EnforceVersionPresence">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> should enforce version presence.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> enforces version presence; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.ExternalPort">
            <summary>
                Gets the external port.
            </summary>
            <value>
                The port number that is used to generate links that can access the site from outside the network when the site is
                behind NAT.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.FilteredItemsCache">
            <summary>
                Gets the filtered items cache.
            </summary>
            <value>The filtered items cache.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.FilterItems">
            <summary>
                Gets a value indicating whether data is valid.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> filters the items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.HostName">
            <summary>
                Gets the name of the host.
            </summary>
            <value>The name of the host.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.HtmlCache">
            <summary>
                Gets the HTML cache.
            </summary>
            <value>The HTML cache.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.HtmlCacheClearLatency">
            <summary>
                Gets the HTML cache clear latency.
            </summary>
            <value>The HTML cache clear latency.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.IsActive">
            <summary>
                Gets a value indicating whether this instance is active.
            </summary>
            <value><c>true</c> if this instance is active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Language">
            <summary>
                Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.LoginPage">
            <summary>
                Gets the login page.
            </summary>
            <value>The login page.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.MasterDatabase">
            <summary>
                Gets the master database name.
            </summary>
            <value>The master database name.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.MediaCachePath">
            <summary>
                Gets the path to the media cache.
            </summary>
            <value>The media cache path.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Name">
            <summary>
                Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.PhysicalFolder">
            <summary>
                Gets the physical folder.
            </summary>
            <value>The physical folder.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Port">
            <summary>
                Gets the port number.
            </summary>
            <value>The port number.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Properties">
            <summary>
                Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.RegistryCache">
            <summary>
                Gets the registry cache.
            </summary>
            <value>The registry cache.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.RenderingParametersCache">
            <summary>
                Gets the rendering parameters cache.
            </summary>
            <value>
                The rendering parameters cache.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.RequireLogin">
            <summary>
                Gets a value indicating whether the <see cref="T:Sitecore.Web.SiteInfo" /> requires login.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Web.SiteInfo" /> requires login; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.RootPath">
            <summary>
                Gets path to root item in the database
            </summary>
            <value>The root path.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.Scheme">
            <summary>
                Gets the scheme (i.e. http or https).
            </summary>
            <value>The scheme.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.StartItem">
            <summary>
                Gets the start item.
            </summary>
            <value>The start item.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.TargetHostName">
            <summary>
                Gets the name of the target host.
            </summary>
            <value>The name of the target host.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.ViewStateCache">
            <summary>
                Gets the view state cache.
            </summary>
            <value>The view state cache.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.VirtualFolder">
            <summary>
                Gets the virtual folder.
            </summary>
            <value>The virtual folder.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.XmlControlPage">
            <summary>
                Gets the XML control page.
            </summary>
            <value>The XML control page.</value>
        </member>
        <member name="P:Sitecore.Web.SiteInfo.XslCache">
            <summary>
                Gets the XSL cache.
            </summary>
            <value>The XSL cache.</value>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.Create(Sitecore.Collections.StringDictionary)">
            <summary>
                Creates the specified properties.
            </summary>
            <param name="properties">The properties.</param>
            <returns>
                The site info.
            </returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.Matches(System.String)">
            <summary>
                Checks if a server name is a match.
            </summary>
            <param name="host">Name of the host.</param>
            <returns><c>true</c> if the server name is a match; otherwise, <c>false</c></returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.Matches(System.String,System.String)">
            <summary>
                Checks if a server name is a match.
            </summary>
            <param name="host">Name of the host.</param>
            <param name="folder">The folder.</param>
            <returns>
                <c>true</c> if the server name is a match; otherwise, <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.Matches(System.String,System.String,System.Int32)">
            <summary>
                Checks if a server name is a match.
            </summary>
            <param name="host">Name of the host.</param>
            <param name="folder">The folder.</param>
            <param name="portNumber">The port number.</param>
            <returns>
                <c>true</c> if the server name is a match; otherwise, <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.CreateCaches(Sitecore.Collections.StringDictionary)">
            <summary>
                Creates the caches.
            </summary>
            <param name="properties">The properties.</param>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.GetCacheSize(System.String,Sitecore.Collections.StringDictionary,System.Int64)">
            <summary>
                Gets the size of the cache.
            </summary>
            <param name="attribute">The attribute.</param>
            <param name="properties">The properties.</param>
            <param name="defaultSize">Size of the default.</param>
            <returns>
                The cache size.
            </returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.MatchesFolder(System.String)">
            <summary>
                Matches the folder.
            </summary>
            <param name="folder">The folder.</param>
            <returns>
                <c>true</c> if the folder is a match; otherwise, <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.MatchesHost(System.String)">
            <summary>
                Matches the host.
            </summary>
            <param name="host">Name of the host.</param>
            <returns>
                <c>true</c> if the host is a match; otherwise, <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Web.SiteInfo.MatchesPort(System.Int32)">
            <summary>
                Checks for a port number match
            </summary>
            <param name="portNumber">The port number.</param>
            <returns><c>true</c> if the port is a match; otherwise, <c>false</c></returns>
        </member>
        <member name="T:Sitecore.Web.UrlHandle">
            <summary>
            Represents a UrlHandle.
            </summary>
        </member>
        <member name="F:Sitecore.Web.UrlHandle.DefaultHandleName">
            <summary>
            The default handle name
            </summary>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.UrlHandle"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Web.UrlHandle.Item(System.String)">
            <summary>
            Gets the <see cref="T:System.String"/> with the specified key.
            </summary>
            <value>The <see cref="T:System.String"/>.</value>
        </member>
        <member name="P:Sitecore.Web.UrlHandle.Handle">
            <summary>
            Gets or sets the handle.
            </summary>
            <value>The handle.</value>
        </member>
        <member name="P:Sitecore.Web.UrlHandle.Keys">
            <summary>
            Gets the keys.
            </summary>
            <value>The keys.</value>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.Add(Sitecore.Text.UrlString)">
            <summary>
            Adds the specified URL string.
            </summary>
            <param name="urlString">The URL string.</param>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.Add(Sitecore.Text.UrlString,System.String)">
            <summary>
            Adds the specified URL string.
            </summary>
            <param name="urlString">The URL string.</param>
            <param name="handleName">Name of the handle.</param>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.ToHandleString">
            <summary>
            Converts the <see cref="T:Sitecore.Web.UrlHandle"/> to a <see cref="T:System.String"/>.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.Get">
            <summary>
            Gets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.Get(Sitecore.Text.UrlString)">
            <summary>
            Gets the specified URL string.
            </summary>
            <param name="urlString">The URL string.</param>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.Get(Sitecore.Text.UrlString,System.String)">
            <summary>
            Gets the specified URL string.
            </summary>
            <param name="urlString">The URL string.</param>
            <param name="handleName">Name of the handle.</param>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.Get(Sitecore.Text.UrlString,System.String,System.Boolean)">
            <summary>
            Gets the specified URL string.
            </summary>
            <param name="urlString">The URL string.</param>
            <param name="handleName">Name of the handle.</param>
            <param name="removeSessionValue">if set to <c>true</c> this instance is remove session value.</param>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.DisposeHandle(Sitecore.Web.UrlHandle)">
            <summary>
            Removes the handle data from session.
            </summary>
            <param name="handle">The handle.</param>
            <returns><c>true</c> in case data has been removed from the session, <c>false</c> when session does not have data to remove or handle is empty.</returns>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.TryGetHandle(Sitecore.Text.UrlString,System.String,Sitecore.Web.UrlHandle@)">
            <summary>
            Tries to get handle from the URL string. It is safer version of <c>UrlHandle.Get</c> method.
            </summary>
            <param name="urlString">The URL string.</param>
            <param name="handleName">Name of the handle.</param>
            <param name="handle">the result handle</param>
            <returns>
              <c>true</c> if handle is registered, otherwise false
            </returns>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.TryGetHandle(Sitecore.Text.UrlString,Sitecore.Web.UrlHandle@)">
            <summary>
            Tries to get handle from the URL string. It is safer version of <c>UrlHandle.Get</c> method.
            </summary>
            <param name="urlString">The URL string.</param>
            <param name="handle">The result handle.</param>
            <returns>
              <c>true</c> if handle is registered, otherwise false
            </returns>
        </member>
        <member name="M:Sitecore.Web.UrlHandle.TryGetHandle(Sitecore.Web.UrlHandle@)">
            <summary>
            Tries to get handle from the URL string. It is safer version of <c>UrlHandle.Get</c> method.
            </summary>
            <param name="handle">The result handle.</param>
            <returns>
              <c>true</c> if handle is registered, otherwise false
            </returns>
        </member>
        <member name="T:Sitecore.Web.WebEditUtil">
            <summary>
            Implements a library of standard utility functions relating to WebEditor operations.
            </summary>
            <remarks>
            <seealso cref="T:Sitecore.Web.WebUtil"/>
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.Web.HtmlUtil"/>
            <seealso cref="T:Sitecore.MainUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            </remarks>
        </member>
        <member name="F:Sitecore.Web.WebEditUtil.FirefoxItemLinkPrefix">
            <summary>
            The firefox item link prefix.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebEditUtil.LayoutPresetsFieldId">
            <summary>
            The layout preset field ID.
            </summary>
        </member>
        <member name="P:Sitecore.Web.WebEditUtil.SiteName">
            <summary>
            Gets the name of the current site.
            </summary>
            <value>
            The name of the site.
            </value>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetPresetItems(Sitecore.Data.Items.Item)">
            <summary>
            Gets the layout preset items selected for the specified item
            </summary>
            <param name="item">The specified item</param>
            <returns>The layout preset items</returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.RepairLinks(System.String)">
            <summary>
            Repairs the links.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.RepairLinks(System.String,System.Web.HttpContextBase)">
            <summary>
            Repairs the links.
            </summary>
            <param name="value">The value.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.CanDesignItem(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether current user can design the specified item.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            <c>true</c> if current user can the specified item; otherwise, <c>false</c>.
            </returns>
            <remarks>
            The method doesn't check if user has design security rights
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.CanDesignItem(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.User)">
            <summary>
            Determines whether current user can design the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="user">The user.</param>
            <returns>
              <c>true</c> if current user can the specified item; otherwise, <c>false</c>.
            </returns>
            <remarks>
            The method doesn't check if user has design security rights
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetCurrentDate">
            <summary>
            Gets the current UTC date.
            </summary>
            <returns>
            The current UTC date.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetPreviewSiteName">
            <summary>
            Gets the name of the current site.
            </summary>
            <returns>The name of the preview site.</returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetCurrentDate(Sitecore.Sites.SiteContext,System.Web.HttpContextBase)">
            <summary>
            Gets the current UTC date.
            </summary>
            <param name="site">The site.</param>
            <param name="context">The context.</param>
            <returns>
            The current UTC date.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetClientDeviceId">
            <summary>
            Gets the client device id.
            </summary>
            <returns>
            The client device id.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetClientDeviceId(System.Web.HttpContextBase)">
            <summary>
            Gets the client device id.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The client device id.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetClientContentLanguage">
            <summary>
            Gets the content language.
            </summary>
            <returns>The content language.</returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetClientContentLanguage(System.Web.HttpContextBase)">
            <summary>
            Gets the content language.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The content language.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetClientContentItem(Sitecore.Data.Database)">
            <summary>
            Gets the content language.
            </summary>
            <returns>The content language.</returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetClientContentItem(Sitecore.Data.Database,System.Web.HttpContextBase)">
            <summary>
            Gets the content language.
            </summary>
            <param name="database">The database.</param>
            <param name="context">The context.</param>
            <returns>
            The content language.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.SetCurrentDate(System.DateTime)">
            <summary>
            Sets the current UTC date.
            </summary>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.SetCurrentDate(System.DateTime,Sitecore.Sites.SiteContext,System.Web.HttpContextBase)">
            <summary>
            Sets the current UTC date.
            </summary>
            <param name="value">The value.</param>
            <param name="site">The site.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.ConvertJSONLayoutToXML(System.String)">
            <summary>
            Converts the JSON layout to XML.
            </summary>
            <param name="jsonLayout">
            The JSON layout.
            </param>
            <returns>
            The XML layout string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.ConvertXMLLayoutToJSON(System.String)">
            <summary>
            Converts the XML layout to JSON.
            </summary>
            <param name="xmlLayout">
            The XML layout.
            </param>
            <returns>
            The JSON layout string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetItemUrl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item URL.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The item URL.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.IsRenderingPersonalized(Sitecore.Layouts.RenderingDefinition)">
            <summary>
            Determines whether the rendering is personalized, e.g. has at least one non-default rule or default rule has actions.
            </summary>
            <param name="rendering">
            The rendering.
            </param>
            <returns>
            <c>true</c> if [is rendering personalized] [the specified rendering]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetActiveRuleIdFromCookie(Sitecore.Data.ID,System.String)">
            <summary>
            Gets the active rule id from cookie.
            </summary>
            <param name="renderingId">
            The rendering id.
            </param>
            <param name="cookieName">
            Name of the cookie.
            </param>
            <returns>
            The active condition id from cookie.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetActiveRuleIdFromCookie(Sitecore.Data.ID,System.String,System.Web.HttpContextBase)">
            <summary>
            Gets the active rule id from cookie.
            </summary>
            <param name="renderingId">The rendering id.</param>
            <param name="cookieName">Name of the cookie.</param>
            <param name="context">The context.</param>
            <returns>
            The active condition id from cookie.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetPersistedRuleId(Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Gets the persisted active rule id.
            </summary>
            <param name="renderingId">
            The rendering id.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The active rule id.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetPersistedRuleId(Sitecore.Data.ID,Sitecore.Data.Items.Item,System.Web.HttpContextBase)">
            <summary>
            Gets the persisted active rule id.
            </summary>
            <param name="renderingId">The rendering id.</param>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
            <returns>
            The active rule id.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetActiveRulesCookieName(Sitecore.Data.Items.Item)">
            <summary>
            Gets the name of the active rules cookie.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The get active rules cookie name.
            </returns>
        </member>
        <member name="T:Sitecore.Web.WebEditUtil.Testing">
            <summary>
            The testing.
            </summary>
        </member>
        <member name="T:Sitecore.Web.WebEditUtil.Testing.TestType">
            <summary>
            The test type.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebEditUtil.Testing.TestType.PageLevel">
            <summary>
            The page level.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebEditUtil.Testing.TestType.Multivariate">
            <summary>
            The multivariate.
            </summary>
        </member>
        <member name="T:Sitecore.Web.WebEditUtil.Testing.TestSettings">
            <summary>
            The test settings.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebEditUtil.Testing.TestSettings.testDefinition">
            <summary>
            Test definition
            </summary>
        </member>
        <member name="P:Sitecore.Web.WebEditUtil.Testing.TestSettings.TestDefinitionItem">
            <summary>
            Gets or sets TestDefinition item.
            </summary>
        </member>
        <member name="P:Sitecore.Web.WebEditUtil.Testing.TestSettings.IsTestRunning">
            <summary>
            Gets or sets a value indicating whether IsTestRunning.
            </summary>
        </member>
        <member name="P:Sitecore.Web.WebEditUtil.Testing.TestSettings.TestType">
            <summary>
            Gets or sets TestType.
            </summary>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.Testing.TestSettings.#ctor(Sitecore.Data.Items.Item,Sitecore.Web.WebEditUtil.Testing.TestType)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.WebEditUtil.Testing.TestSettings"/> class.
            </summary>
            <param name="testDefinition">
            The test definition.
            </param>
            <param name="testType">
            The test type.
            </param>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.Testing.TestSettings.#ctor(Sitecore.Data.Items.Item,Sitecore.Web.WebEditUtil.Testing.TestType,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Web.WebEditUtil.Testing.TestSettings"/> class.
            </summary>
            <param name="testDefinition">
            The test definition.
            </param>
            <param name="testType">
            The test type.
            </param>
            <param name="isTestRunning">
            The is test running.
            </param>
        </member>
        <member name="P:Sitecore.Web.WebEditUtil.Testing.CurrentSettings">
            <summary>
            Gets or sets TestSettings.
            </summary>
        </member>
        <member name="M:Sitecore.Web.WebEditUtil.GetHttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <returns>Current HttpContext.</returns>
        </member>
        <member name="T:Sitecore.Web.WebUtil">
            <summary>
              Implements a library of standard utility functions relating to Web operations.
            </summary>
            <remarks>
              <seealso cref="T:Sitecore.DateUtil" />
              <seealso cref="T:Sitecore.IO.FileUtil" />
              <seealso cref="T:Sitecore.Web.HtmlUtil" />
              <seealso cref="T:Sitecore.MainUtil" />
              <seealso cref="T:Sitecore.StringUtil" />
            </remarks>
        </member>
        <member name="F:Sitecore.Web.WebUtil.EscapeDataStringUriMaxLength">
            <summary>
            The maximum string length that can be passed to Uri.EscapeDataString Method for more information
            <see href="https://msdn.microsoft.com/en-us/library/system.uri.escapedatastring%28v=vs.110%29.aspx">this</see> MSD-link
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebUtil.ErrorMarker">
            <summary>
            The error marker.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebUtil.OriginalCookieValueKey">
            <summary>
            The original cookie value key.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebUtil.CssExpressionPattern">
            <summary>
            The CSS expression pattern.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebUtil.cssExpressionPattern">
            <summary>
              The CSS expression pattern.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebUtil.queryStringCache">
            <summary>
              The query string cache.
            </summary>
        </member>
        <member name="F:Sitecore.Web.WebUtil.sessionIdCookieName">
            <summary>
              The session ID cookie name.
            </summary>
        </member>
        <member name="P:Sitecore.Web.WebUtil.CurrentPage">
            <summary>
              Gets the current page.
            </summary>
            <value>
              The current page.
            </value>
        </member>
        <member name="P:Sitecore.Web.WebUtil.QueryStringCache">
            <summary>
              Gets the query string cache.
            </summary>
            <value>The query string cache.</value>
        </member>
        <member name="P:Sitecore.Web.WebUtil.Boundary">
            <summary>
              Gets the boundary.
            </summary>
            <value>
              The boundary.
            </value>
        </member>
        <member name="M:Sitecore.Web.WebUtil.AddPageControl(System.Web.UI.Page,System.Web.UI.Control)">
            <summary>
              Add control to page.
            </summary>
            <param name="page">The page to add control for.</param>
            <param name="control">The control.</param>
            <remarks>
              Control is appended to the main form control.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebUtil.AddQueryString(System.String,System.String[])">
            <summary>
              Adds a parameter to an URL. The parameters are added in pairs: name and value. The value is URL encoded.
            </summary>
            <param name="url">An URL path.</param>
            <param name="parameters">An array of parameter pairs.</param>
            <returns>
              An URL path with the new parameters added.
            </returns>
            <remarks>
              The parameters are added in pairs: name and value. The value is URL encoded.
            </remarks>
            <example>
              <code>
            string url0 = WebUtil.AddQueryString("http://www.mysite.net", "print", "1"); // "http://www.mysite.net?print=1"
            string url1 = WebUtil.AddQueryString("http://www.mysite.net", "print", "1", "lg", "print"); // "http://www.mysite.net?print=1&amp;lg=print"
            </code>
              <seealso cref="M:System.Web.HttpUtility.UrlEncode(System.String)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.AddQueryString(System.String,System.Boolean,System.String[])">
            <summary>
              Adds a parameter to an URL.
            </summary>
            <param name="url">An URL path.</param>
            <param name="xhtml">If set to <c>true</c> '&amp;' will be encoded as '&amp;amp;'.</param>
            <param name="parameters">An array of parameter pairs.</param>
            <returns>
              An URL path with the new parameters added.
            </returns>
            <remarks>
              The parameters are added in pairs: name and value. The value is URL encoded.
            </remarks>
            <example>
              <code>
            string url0 = WebUtil.AddQueryString("http://www.mysite.net", "print", "1"); // "http://www.mysite.net?print=1"
            string url1 = WebUtil.AddQueryString("http://www.mysite.net", "print", "1", "lg", "print"); // "http://www.mysite.net?print=1&amp;lg=print"
            </code>
              <seealso cref="M:System.Web.HttpUtility.UrlEncode(System.String)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.BuildQueryString(Sitecore.Collections.SafeDictionary{System.String},System.Boolean,System.Boolean)">
            <summary>
              Builds the query string.
            </summary>
            <param name="parameters">
              The parameters.
            </param>
            <param name="xhtml">
              If set to <c>true</c>, return an XHTML compliant query string.
            </param>
            <param name="encodeParamValues">
              If set to <c>true</c>, applies UrlEncode to parameter values.
            </param>
            <returns>
              The build query string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.BuildQueryString(Sitecore.Collections.SafeDictionary{System.String},System.Boolean)">
            <summary>
              Builds the query string.
            </summary>
            <param name="parameters">
              The parameters.
            </param>
            <param name="xhtml">
              If set to <c>true</c>, return an XHTML compliant query string.
            </param>
            <returns>
              The build query string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.EscapeJavascriptString(System.String)">
            <summary>
              Escapes the JavaScript string.
            </summary>
            <param name="text">The text.</param>
            <returns>Escaped JavaScript string</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ExecuteWebPage(System.String)">
            <summary>
              Executes a web page.
            </summary>
            <param name="url">An URL path.</param>
            <returns>The content of the web page.</returns>
            <remarks>
              If <i>URL</i> does not contain a protocol ("<i>protocol</i>://",
              e.g. "http://" or "https://"), the page is assumed to be local, and the
              current server URL will be prepended.
            </remarks>
            <example>
              <code>
            string content = WebUtil.Execute("http://www.mysite.net");
            </code>
              <seealso cref="T:System.Net.WebClient" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ExecuteWebPage(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
              Executes a web page.
            </summary>
            <param name="url">An URL path.</param>
            <param name="headers">A collection of HTTP headers values.</param>
            <returns>The content of the web page.</returns>
            <remarks>
              If <i>URL</i> does not contain a protocol ("<i>protocol</i>://",
              e.g. "http://" or "https://"), the page is assumed to be local, and the
              current server URL will be prepended.
            </remarks>
            <example>
              <code>
            string content = WebUtil.Execute("http://www.mysite.net");
            </code>
              <seealso cref="T:System.Net.WebClient" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ExtractFilePath(System.String)">
            <summary>
              Extracts the file path from an URL.
            </summary>
            <param name="url">The URL to extract path from.</param>
            <returns>The url without server and query string</returns>
            <example>
              http://www.server.com/news.aspx?id=10 returns /news.aspx
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ExtractLanguageName(System.String)">
            <summary>
              Extracts the name of the language.
            </summary>
            <param name="localPath">
              The local path.
            </param>
            <returns>
              The name of the language.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ExtractUrlParm(System.String,System.String)">
            <summary>
              Extracts a parameter from an URL.
            </summary>
            <param name="name">Name of the parameter.</param>
            <param name="url">An URL path.</param>
            <returns>The value of the parameter.</returns>
            <remarks>
              If the parameter does not exist, blank is returned. The parameters are URL decoded.
            </remarks>
            <example>
              <code>
            string print = WebUtil.ExtractUrlParm("print", "http://www.mysite.net?print=1&amp;lg=print"); // "1"
            </code>
              <seealso cref="M:System.Web.HttpUtility.UrlDecode(System.String)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindAncestorOfType(System.Web.UI.Control,System.Type,System.Boolean)">
            <summary>
              Finds the ancestor of the specified type.
            </summary>
            <param name="control">The control.</param>
            <param name="type">The type to search.</param>
            <param name="includeSelf">If set to <c>true</c> this instance is include self.</param>
            <returns>The ancestor of the specified type.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindAncestorOfType(System.Web.UI.Control,System.String,System.Boolean)">
            <summary>
              Finds the ancestor of the specified type.
            </summary>
            <param name="control">The control.</param>
            <param name="typeName">Name of the type.</param>
            <param name="includeSelf">If set to <c>true</c> this instance is include self.</param>
            <returns>The ancestor of the specified type.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindControl(System.Web.UI.Control,System.String)">
            <summary>
              Finds the control of specific name.
            </summary>
            <param name="parent">The parent.</param>
            <param name="name">The name to search.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindControlOfType(System.Web.UI.Control,System.Type)">
            <summary>
              Finds the control of the specified type.
            </summary>
            <param name="parentControl">The parent control.</param>
            <param name="targetType">Type of the target.</param>
            <returns>The control of the specified type.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindControlOfType(System.Web.UI.Control,System.Type,System.String)">
            <summary>
              Finds the control of the specified type.
            </summary>
            <param name="parentControl">The parent control.</param>
            <param name="targetType">Type of the target.</param>
            <param name="targetId">The target ID.</param>
            <returns>The control of the specified type.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindControlsOfType(System.Type,System.Web.UI.Control)">
            <summary>
              Finds all controls of the specified type.
            </summary>
            <param name="type">The type to search.</param>
            <param name="parentControl">The parent control.</param>
            <returns>All controls of the specified type.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindPlaceholder(System.String,System.Web.UI.Control)">
            <summary>
              Finds a placeholder below a root control.
            </summary>
            <param name="key">
              The placeholder key.
            </param>
            <param name="root">
              The root control.
            </param>
            <returns>
              The placeholder.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindSubControls``1(System.Web.UI.Control)">
            <summary>
              Finds all controls of the specified type.
            </summary>
            <typeparam name="T">Type parameter.</typeparam>
            <param name="parentControl">The parent control.</param>
            <returns>All controls of the specified type.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetAnchor(Sitecore.Data.Items.Item,System.String)">
            <summary>
              Creates an anchor control from a link field.
            </summary>
            <param name="itm">An item with link field.</param>
            <param name="linkField">Name of the link field in the item.</param>
            <returns>The created HtmlAnchor control.</returns>
            <remarks>
              The inner text of the anchor control is blank.
            </remarks>
            <example>
              <code>
            IMasterItem item = MasterFactory.GetItem("/sitecore/content/Home");
            HtmlAnchor anchor = WebUtil.GetAnchor(item, "Link");
            </code>
              <seealso cref="T:System.Web.UI.HtmlControls.HtmlAnchor" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetAnchor(Sitecore.Data.Items.Item,System.String,System.String)">
            <summary>
              Creates an anchor control from a link field.
            </summary>
            <param name="itm">An item with link field.</param>
            <param name="linkFieldName">Name of the link field in the item.</param>
            <param name="text">Inner text of the anchor control.</param>
            <returns>The created HtmlAnchor control.</returns>
            <example>
              <code>
            IMasterItem item = MasterFactory.GetItem("/sitecore/content/Home");
            HtmlAnchor anchor = WebUtil.GetAnchor(item, "Link", "Click me");
            </code>
              <seealso cref="T:System.Web.UI.HtmlControls.HtmlAnchor" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetBrowserCapabilities">
            <summary>
              Gets the browser capabilities.
            </summary>
            <returns>
              The browser capabilities.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieBool(System.String,System.Boolean)">
            <summary>
              Gets a boolean cookie value.
            </summary>
            <param name="key">Cookie key.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The value of the cookie as a boolean.</returns>
            <remarks>
              If the cookie was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            bool val = WebUtil.GetCookieBool("mykey", true);
            </code>
              <seealso cref="P:System.Web.HttpRequest.Cookies" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieBool(System.String,System.Boolean,System.Web.HttpContextBase)">
            <summary>
            Gets a boolean cookie value.
            </summary>
            <param name="key">Cookie key.</param>
            <param name="defaultValue">A default value.</param>
            <param name="context">The context.</param>
            <returns>
            The value of the cookie as a boolean.
            </returns>
            <remarks>
            If the cookie was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            bool val = WebUtil.GetCookieBool("mykey", true);
            </code>
              <seealso cref="P:System.Web.HttpRequest.Cookies" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieDateTime(System.String,System.DateTime)">
            <summary>
              Gets a date/time cookie value.
            </summary>
            <param name="key">Cookie key.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The value of the cookie as a UTC date/time.</returns>
            <remarks>
              If the cookie was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            DateTime val = WebUtil.GetCookieDateTime("mykey", DateTime.UtcNow);
            </code>
              <seealso cref="P:System.Web.HttpRequest.Cookies" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieDateTime(System.String,System.DateTime,System.Web.HttpContextBase)">
            <summary>
            Gets a date/time cookie value.
            </summary>
            <param name="key">Cookie key.</param>
            <param name="defaultValue">A default value.</param>
            <param name="context">The context.</param>
            <returns>
            The value of the cookie as a UTC date/time.
            </returns>
            <remarks>
            If the cookie was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            DateTime val = WebUtil.GetCookieDateTime("mykey", DateTime.UtcNow);
            </code>
              <seealso cref="P:System.Web.HttpRequest.Cookies" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieValue(System.String)">
            <summary>
              Gets the cookie value.
            </summary>
            <param name="key">
              The cookie key.
            </param>
            <returns>
              The get cookie value.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieValue(System.String,System.Web.HttpContextBase)">
            <summary>
            Gets the cookie value.
            </summary>
            <param name="key">The cookie key.</param>
            <param name="context">The context.</param>
            <returns>
            The get cookie value.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieValue(System.String,System.String,System.String)">
            <summary>
              Gets the cookie value.
            </summary>
            <param name="siteName">Name of the site.</param>
            <param name="key">The cookie key.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The cookie value.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieValue(System.String,System.String)">
            <summary>
              Gets a cookie value.
            </summary>
            <param name="key">
              Cookie key.
            </param>
            <param name="defaultValue">
              The default value.
            </param>
            <returns>
              The value of the cookie.
            </returns>
            <remarks>
              If the cookie was not found, null is returned.
            </remarks>
            <example>
              <code>
            string val = WebUtil.GetCookieValue("mykey");
            </code>
              <seealso cref="P:System.Web.HttpRequest.Cookies" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetCookieValue(System.String,System.String,System.Web.HttpContextBase)">
            <summary>
            Gets a cookie value.
            </summary>
            <param name="key">Cookie key.</param>
            <param name="defaultValue">The default value.</param>
            <param name="context">The context.</param>
            <returns>
            The value of the cookie.
            </returns>
            <remarks>
            If the cookie was not found, null is returned.
            </remarks>
            <example>
              <code>
            string val = WebUtil.GetCookieValue("mykey");
            </code>
              <seealso cref="P:System.Web.HttpRequest.Cookies" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetErrorControl(System.String,System.String)">
            <summary>
              Gets the control to display an error message.
            </summary>
            <param name="error">The error.</param>
            <param name="details">The details.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetFormControl(System.Web.UI.Page)">
            <summary>
              Get the form control of a page.
            </summary>
            <param name="page">The page to search for Form control.</param>
            <returns>The control.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetFormValue(System.String)">
            <summary>
              Gets a value posted with a form.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns>The get form value.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetFormValue(System.String,System.Web.HttpContextBase)">
            <summary>
            Gets a value posted with a form.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="context">The context.</param>
            <returns>
            The get form value.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetUnvalidatedFormValue(System.String)">
            <summary>
            Gets a value posted with a form which is not validated by asp.net.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <returns>The get form value.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetFullUrl(System.String)">
            <summary>
              Expands an URL path to include the protocol, host and port.
            </summary>
            <param name="url">An URL path.</param>
            <returns>The URL with protocol, host and port.</returns>
            <remarks>
              The port part is omitted, if the port is 80 (the HTTP port).
            </remarks>
            <example>
              <code>
            string url = WebUtil.GetFullUrl("/home.aspx"); // "http//www.mysite.net/home.aspx"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetFullUrl(System.String,System.String)">
            <summary>
              Expands an URL path to include the protocol, host and port.
            </summary>
            <param name="url">An URL path.</param>
            <param name="serverUrl">A server part consisting of protocol, host and port.</param>
            <returns>The URL with protocol, host and port.</returns>
            <remarks>
              <para>
                The <i>serverUrl</i> parameter is ignore, if the URL path contains a protocol part
                identified by the string "://".
              </para>
              <para>
                The port part is omitted, if the port is 80 (the HTTP port).
              </para>
            </remarks>
            <example>
              <code>
            string url = WebUtil.GetFullUrl("/home.aspx", "http//www.mysite.net"); // "http//www.mysite.net/home.aspx"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetHostIPAddress">
            <summary>
              Gets the IP address of the server host.
            </summary>
            <returns>
              The IP address of the host.
            </returns>
            <remarks>
              If the host address cannot be converted to an IP address, blank is returned.
            </remarks>
            <example>
              <code>
            string host = WebUtil.GetHostIPAddress(); // "127.0.0.1"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetHostIPAddress(System.Web.HttpContextBase)">
            <summary>
            Gets the IP address of the server host.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The IP address of the host.
            </returns>
            <remarks>
            If the host address cannot be converted to an IP address, blank is returned.
            </remarks>
            <example>
              <code>
            string host = WebUtil.GetHostIPAddress(); // "127.0.0.1"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetHostName">
            <summary>
              Gets the DNS name of the server host.
            </summary>
            <returns>
              The DNS name of the server host.
            </returns>
            <remarks>
              If the host cannot be obtained, blank is returned.
            </remarks>
            <example>
              <code>
            string host = WebUtil.GetHostName(); // "www.mysite.net"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetIISName">
            <summary>
              Gets the IIS name of the web site.
            </summary>
            <returns>
              The path to the web site on the IIS server.
            </returns>
            <remarks>
              This method can be used to identify the web site on the IIS server.
            </remarks>
            <example>
              <code>
            string name = Webutil.GetIISName(); / "c:\inetpub\wwwroot\mysite"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetItemsBool(System.String,System.Boolean)">
            <summary>
              Gets an boolean value from the Items collection.
            </summary>
            <param name="key">Name of the value.</param>
            <param name="defaultValue">A default value.</param>
            <returns>
              The value of the item in the Items collection.
            </returns>
            <remarks>
              If the key was not found, the default is returned.
            </remarks>
            <example>
              <code>
            bool b = WebUtil.GetItemsBool("mykey", true);
            </code>
              <seealso cref="P:System.Web.HttpContext.Items" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetItemsString(System.String)">
            <summary>
              Gets an string value from the Items collection.
            </summary>
            <param name="key">Name of the value.</param>
            <returns>
              The value of the item in the Items collection.
            </returns>
            <remarks>
              If the key was not found, the blank is returned.
            </remarks>
            <example>
              <code>
            string s = WebUtil.GetItemsString("mykey");
            </code>
              <seealso cref="P:System.Web.HttpContext.Items" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetItemsValue(System.String)">
            <summary>
              Gets an object from the Items collection.
            </summary>
            <param name="key">Name of the object.</param>
            <returns>
              The named object in the Items collection.
            </returns>
            <remarks>
              If the key was not found, the null is returned.
            </remarks>
            <example>
              <code>
            object o = WebUtil.GetItemsValue("mykey");
            </code>
              <seealso cref="P:System.Web.HttpContext.Items" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetLocalPath(System.String)">
            <summary>
              Gets the local path of an URL (ie. no query string).
            </summary>
            <param name="rawUrl">
              The raw URL.
            </param>
            <returns>
              The get local path.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetLoginCookieName">
            <summary>
              Gets the name of the login cookie.
            </summary>
            <returns>
              The login cookie name.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetOriginalCookieValue(System.String)">
            <summary>
              Gets the original value of a cookie.
            </summary>
            <param name="cookieName">
              Name of the cookie.
            </param>
            <returns>
              The get original cookie value.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetOriginalCookieValue(System.String,System.Web.HttpContextBase)">
            <summary>
            Gets the original value of a cookie.
            </summary>
            <param name="cookieName">Name of the cookie.</param>
            <param name="context">The context.</param>
            <returns>
            The get original cookie value.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetPathAndQuery(System.String)">
            <summary>
              Gets the path and query of a URL.
            </summary>
            <param name="url">
              The URL to get path and query from.
            </param>
            <returns>
              The get path and query.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetPlaceholders(System.Type)">
            <summary>
              Gets the all placeholders on the current page.
            </summary>
            <param name="placeholderType">Type of the placeholder.</param>
            <returns>
              The all placeholders on the current page.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetPort">
            <summary>
              Gets the port number of the server host.
            </summary>
            <returns>
              The port number of the server host.
            </returns>
            <remarks>
              If the host cannot be obtained, 80.
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryString">
            <summary>
              Gets the entire query string of the current HTTP request.
            </summary>
            <returns>
              The raw URL path.
            </returns>
            <remarks>
              The parameters are URL decoded.
            </remarks>
            <example>
              <code>
            string url = WebUtil.GetQueryString(); // "http://www.mysite.net/home.aspx?print=1"
            </code>
              <seealso cref="P:Sitecore.Context.RawUrl" />
              <seealso cref="M:System.Web.HttpUtility.UrlDecode(System.String)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryString(System.Web.HttpContextBase)">
            <summary>
            Gets the entire query string of the current HTTP request.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The raw URL path.
            </returns>
            <remarks>
            The parameters are URL decoded.
            </remarks>
            <example>
              <code>
            string url = WebUtil.GetQueryString(); // "http://www.mysite.net/home.aspx?print=1"
            </code>
              <seealso cref="P:Sitecore.Context.RawUrl" />
              <seealso cref="M:System.Web.HttpUtility.UrlDecode(System.String)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryString(System.String)">
            <summary>
              Gets a safe query string value from the current HTTP request.
            </summary>
            <param name="key">
              Name of value to get.
            </param>
            <returns>
              The value of the parameter.
            </returns>
            <remarks>
              <para>
                This method is a work-around to a bug in ASP.NET.
              </para>
              <para>
                Direct access to an empty QueryString collection will cause
                the RewritePath method in the HttpModule to fail after exactly 50 calls.
              </para>
              <para>
                This methods avoids direct access to QueryString collection.
              </para>
              <para>
                If the parameter was not found, blank is returned.
              </para>
            </remarks>
            <example>
              <code>
            // query string = "/home.aspx?print=1"
            string print = WebUtil.GetQueryString("print"); / "1"
            string target = WebUtil.GetQueryString("target"); / ""
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryString(System.String,System.String)">
            <summary>
              Gets a safe query string value from the current HTTP request.
            </summary>
            <param name="key">
              Name of value to get.
            </param>
            <param name="defaultValue">
              A default value.
            </param>
            <returns>
              The value of the parameter.
            </returns>
            <remarks>
              <para>
                This method is a work-around to a bug in ASP.NET.
              </para>
              <para>
                Direct access to an empty QueryString collection will cause
                the RewritePath method in the HttpModule to fail after exactly 50 calls.
              </para>
              <para>
                This methods avoids direct access to QueryString collection.
              </para>
              <para>
                If the parameter was not found, the default value is returned.
              </para>
            </remarks>
            <example>
              <code>
            // query string = "/home.aspx?print=1"
            string print = WebUtil.GetQueryString("print", "0"); // "1"
            string target = WebUtil.GetQueryString("target", "0"); // "0"
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryString(System.String,System.String,System.Web.HttpContextBase)">
            <summary>
            Gets a safe query string value from the current HTTP request.
            </summary>
            <param name="key">Name of value to get.</param>
            <param name="defaultValue">A default value.</param>
            <param name="context">The context.</param>
            <returns>
            The value of the parameter.
            </returns>
            <remarks>
            <para>
            This method is a work-around to a bug in ASP.NET.
            </para>
            <para>
            Direct access to an empty QueryString collection will cause
            the RewritePath method in the HttpModule to fail after exactly 50 calls.
            </para>
            <para>
            This methods avoids direct access to QueryString collection.
            </para>
            <para>
            If the parameter was not found, the default value is returned.
            </para>
            </remarks>
            <example>
              <code>
            // query string = "/home.aspx?print=1"
            string print = WebUtil.GetQueryString("print", "0"); // "1"
            string target = WebUtil.GetQueryString("target", "0"); // "0"
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryStringOrCookie(System.String)">
            <summary>
              Gets the query string or cookie.
            </summary>
            <param name="key">The key to search.</param>
            <returns>The get query string or cookie.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryStringOrCookie(System.String,System.String)">
            <summary>
              Gets the query string or cookie.
            </summary>
            <param name="key">The key to search.</param>
            <param name="defaultValue">The default.</param>
            <returns>The get query string or cookie.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRawUrl">
            <summary>
              Gets the raw URL.
            </summary>
            <returns>
              The get raw url.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestExtension">
            <summary>
              Gets the request extension.
            </summary>
            <returns>
              The request extension.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestFlag(System.String,System.Boolean)">
            <summary>
              Gets a boolean flag from the current HTTP request query string.
            </summary>
            <param name="flagName">Name of the flag.</param>
            <param name="defaultValue">A default value.</param>
            <returns>
              True, if the parameter is "1", otherwise false.
            </returns>
            <remarks>
              <para>
                The flag is true, if the query string value is "1".
              </para>
              <para>
                If the name was not found in the query string, the default is returned.
              </para>
            </remarks>
            <example>
              <code>
            // query string = "/home.aspx?print=1"
            bool b0 = WebUtil.GetRequestFlag("print", false); // true
            bool b1 = WebUtil.GetRequestFlag("group", false); // false
            bool b2 = WebUtil.GetRequestFlag("target", true); // true
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestHeader(System.String)">
            <summary>
              Gets a header value from the current HTTP request.
            </summary>
            <param name="name">Name of the header.</param>
            <returns>The value of the header.</returns>
            <remarks>
              If the header value was not found, blank is returned.
            </remarks>
            <example>
              <code>
            string header = WebUtil.GetRequestHeader("myHeader");
            </code>
              <seealso cref="P:System.Web.HttpRequest.Headers" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestInt(System.String,System.Int32)">
            <summary>
              Gets an integer value from the current HTTP request query string.
            </summary>
            <param name="parameterName">Name of parameter.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The value of the parameter.</returns>
            <example>
              <code>
            // query string = "/home.aspx?print=1"
            int i0 = WebUtil.GetQueryString("print", 0); // 1
            int i1 = WebUtil.GetQueryString("target", 0); // 0
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestUri">
            <summary>
              Gets the <see cref="T:System.Uri" /> the current HTTP request.
            </summary>
            <returns>
              The DNS name of the server host.
            </returns>
            <remarks>
              If the host cannot be obtained, blank is returned.
            </remarks>
            <example>
              <code>
            string host = WebUtil.GetHostName(); // "www.mysite.net"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestUri404(System.String)">
            <summary>
              Gets the request Uri. Can handle requests which performed without aspx extention.
            </summary>
            <param name="url">The url to get request.</param>
            <returns>The request Uri.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSafeQueryString(System.String)">
            <summary>
              Gets the safe query string.
            </summary>
            <param name="key">
              The quiery key.
            </param>
            <returns>
              The safe query string.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetScheme">
            <summary>
              Gets the current scheme (ie. http or https).
            </summary>
            <returns>
              The scheme of the current request url.
            </returns>
            <example>
              <code>
            string scheme = WebUtil.GetScheme(); // "http"
              </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServer">
            <summary>
              Gets the server.
            </summary>
            <returns>
              The server.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServer(System.Web.HttpContextBase)">
            <summary>
              Gets the server.
            </summary>
            <returns>
              The server.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServerUrl">
            <summary>
              Gets the current server URL.
            </summary>
            <returns>
              The URL of the server.
            </returns>
            <remarks>
              The server URL contains the port, if the port is not "80" (the default HTTP port).
            </remarks>
            <example>
              <code>
            string server = WebUtil.GetServerURL(); // "http://www.mysite.net:81"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServerUrl(System.Boolean)">
            <summary>
              Gets the current server URL.
            </summary>
            <param name="forcePort">
              A boolean flag indicating if the port must be present.
            </param>
            <returns>
              The URL of the server.
            </returns>
            <remarks>
              The server URL contains the port, if the port is not "80" (the default HTTP port).
            </remarks>
            <example>
              <code>
            string server = WebUtil.GetServerURL(true); // "http://www.mysite.net:80"
            string server = WebUtil.GetServerURL(false); // "http://www.mysite.net"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServerUrl(System.Boolean,System.Web.HttpContextBase)">
            <summary>
            Gets the current server URL.
            </summary>
            <param name="forcePort">A boolean flag indicating if the port must be present.</param>
            <param name="context">The context.</param>
            <returns>
            The URL of the server.
            </returns>
            <remarks>
            The server URL contains the port, if the port is not "80" (the default HTTP port).
            </remarks>
            <example>
              <code>
            string server = WebUtil.GetServerURL(true); // "http://www.mysite.net:80"
            string server = WebUtil.GetServerURL(false); // "http://www.mysite.net"
            </code>
              <seealso cref="P:System.Web.HttpRequest.Url" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServerUrl(System.Uri,System.Boolean,System.Web.HttpContextBase)">
            <summary>
              Gets the current server URL.
            </summary>
            <param name="url">
              The URL to get server from.
            </param>
            <param name="forcePort">
              if set to <c>true</c> this instance is force port.
            </param>
             <param name="context">
              Current context
            </param>
            <returns>
              The get server url.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetServerUrl(System.Uri,System.Boolean)">
            <summary>
              Gets the current server URL.
            </summary>
            <param name="url">
              The URL to get server from.
            </param>
            <param name="forcePort">
              if set to <c>true</c> this instance is force port.
            </param>
            <returns>
              The get server url.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionBool(System.String,System.Boolean)">
            <summary>
              Gets a boolean value from the current session.
            </summary>
            <param name="key">Name of the boolean value.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The value of the named session variable.</returns>
            <remarks>
              If the session variable was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            bool b = WebUtil.GetSessionBool("myBoolean", false);
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionDateTime(System.String,System.DateTime)">
            <summary>
              Gets a date/time value from the current session.
            </summary>
            <param name="key">Name of the date/time value.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The value of the named session variable as a UTC date/time.</returns>
            <remarks>
              If the session variable was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            DateTime dt = WebUtil.GetSessionDateTime("myBoolean", DateTime.UtcNow);
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionDateTime(System.String,System.DateTime,System.Web.HttpContextBase)">
            <summary>
            Gets a date/time value from the current session.
            </summary>
            <param name="key">Name of the date/time value.</param>
            <param name="defaultValue">A default value.</param>
            <param name="context">The context.</param>
            <returns>
            The value of the named session variable as a UTC date/time.
            </returns>
            <remarks>
            If the session variable was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            DateTime dt = WebUtil.GetSessionDateTime("myBoolean", DateTime.UtcNow);
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionID">
            <summary>
              Gets the current session ID.
            </summary>
            <returns>
              The current session ID.
            </returns>
            <remarks>
              If there is no current session, the value of the ASP.NET session ID cookie (default: asp.net_sessionid) is returned.
            </remarks>
            <example>
              <code>
            string sessionID = WebUtil.GetSessionID();
            </code>
              <seealso cref="P:System.Web.SessionState.HttpSessionState.SessionID" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionString(System.String)">
            <summary>
              Gets a string value from the current session.
            </summary>
            <param name="key">Name of value.</param>
            <returns>The value of the named session variable.</returns>
            <remarks>
              If the session variable was not found, blank is returned.
            </remarks>
            <example>
              <code>
            string val = WebUtil.GetSessionString("myValue");
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionString(System.String,System.String)">
            <summary>
              Gets a string value from the current session.
            </summary>
            <param name="key">Name of value.</param>
            <param name="defaultValue">A default value.</param>
            <returns>The value of the named session variable.</returns>
            <remarks>
              If the session variable was not found, the default value is returned.
            </remarks>
            <example>
              <code>
            string val = WebUtil.GetSessionString("myValue", "1");
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionTimeout">
            <summary>
              Sets the session timeout.
            </summary>
            <returns>
              The session timeout.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionValue(System.String)">
            <summary>
              Gets an object from the current session.
            </summary>
            <param name="key">Name of object.</param>
            <returns>
              The object of the named session variable.
            </returns>
            <remarks>
              If the session variable was not found, null is returned.
            </remarks>
            <example>
              <code>
            object o = WebUtil.GetSessionValue("myObject");
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionValue(System.String,System.Web.HttpContextBase)">
            <summary>
            Gets an object from the current session.
            </summary>
            <param name="key">Name of object.</param>
            <param name="context">The context.</param>
            <returns>
            The object of the named session variable.
            </returns>
            <remarks>
            If the session variable was not found, null is returned.
            </remarks>
            <example>
              <code>
            object o = WebUtil.GetSessionValue("myObject");
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionValue(System.String,System.Web.HttpContext)">
            <summary>
              Gets an object from the current session.
            </summary>
            <param name="key">Name of object.</param>
            <param name="context">The context.</param>
            <returns>
              The object of the named session variable.
            </returns>
            <remarks>
              If the session variable was not found, null is returned.
            </remarks>
            <example>
              <code>
            object o = WebUtil.GetSessionValue("myObject");
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetUrl(Sitecore.Data.Items.Item,System.String)">
            <summary>
              Generates an URL path from a link field.
            </summary>
            <param name="item">
              An item with link field.
            </param>
            <param name="linkFieldName">
              Name of a Link field in the item.
            </param>
            <returns>
              An URL path.
            </returns>
            <example>
              <code>
            IMasterItem item = MasterFactory.GetItem("/sitecore/content/Home");
            string url = WebUtil.GetUrl(item, "Link"); // "/Home/Products.aspx"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetUrlName(System.Int32)">
            <summary>
              Gets an item name as specified in the current URL path.
            </summary>
            <param name="index">
              Index of the URL part. Counted from the right starting with zero.
            </param>
            <returns>
              The specified part of the current URL path including the .aspx extension.
            </returns>
            <example>
              <code>
            string url = "http://localhost/home/news/test+winner.aspx";
            string p0 = WebUtil.GetUrlName(0); // "test winner"
            string p1 = WebUtil.GetUrlName(1); // "news"
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
              <seealso cref="M:System.Web.HttpUtility.UrlDecode(System.String)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetWebItemSource">
            <summary>
              Gets the item source path of the current HTTP request.
            </summary>
            <returns>
              The path to the current item.
            </returns>
            <remarks>
              If there is no current item, the path to the default item is returned.
              The default item is configured in the web.config setting "DefaultItem". If the
              path is a GUID and the closing brace is missing, the brace is added.
              <seealso cref="P:Sitecore.Configuration.Settings.DefaultItem" />
            </remarks>
            <example>
              <code>
            // query string: "http://www.mysite.net/?path=/home.aspx"
            string source = WebUtil.GetWebItemSource(); // "/home.aspx"
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.HandleFullUserName(System.String)">
            <summary>
              Try to handles the full name of the user.
            </summary>
            <param name="userName">
              Name of the user.
            </param>
            <returns>
              If success return fullUserName (domain\name) else return userName without changes
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.HtmlEncode(System.String)">
            <summary>
              Calls HttpUtility.HtmlEncode and then replaces single quotes with HTML entity "&#39;"
            </summary>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.InsertControl(System.Web.UI.Control,System.String,System.Type,System.Web.UI.Page)">
            <summary>
              Insert control in a placeholder on the page
            </summary>
            <param name="control">
              The control.
            </param>
            <param name="placeholderID">
              The placeholder ID.
            </param>
            <param name="placeholderType">
              Type of the placeholder.
            </param>
            <param name="page">
              The page to insert control in.
            </param>
            <returns>
              The insert control.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.Is404Request(System.String)">
            <summary>
              Is404s the request.
            </summary>
            <param name="url">The url to check.</param>
            <returns>
              The true if request performed without aspx extention.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsExternalUrl(System.String)">
            <summary>
              Determines if a path is an external URL path.
            </summary>
            <param name="path">An URL path.</param>
            <returns>
              True, if the path is external, otherwise false.
            </returns>
            <remarks>
              An URL path is external if it contains a protocol identified
              by the string "://".
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsExternalUrl(System.String,System.String)">
            <summary>
              Determines whether specified URL is external to specified host.
            </summary>
            <param name="url">
              The URL to check.
            </param>
            <param name="host">
              The host name.
            </param>
            <returns>
              <c>true</c> if specified URL is external to specified host; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsExternalUrl(System.Uri,System.Uri,System.Boolean)">
            <summary>
            Determines whether specified <paramref name="urlToCheck"/> is external to specified <paramref name="baseUri"/>.
            </summary>
            <param name="urlToCheck">The URL to check.</param>
            <param name="baseUri">The base URI.</param>
            <param name="treatRelativeUriAsExternal">if set to <c>true</c>, the method will return true if the <paramref name="urlToCheck"/> is relative URI.</param>
            <returns>
              <c>true</c> if specified <paramref name="urlToCheck"/> is external to specified <paramref name="baseUri"/>; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsInternalUrl(System.String)">
            <summary>
              Determines if a path is an internal URL path.
            </summary>
            <param name="path">An URL path.</param>
            <returns>
              True, if the path is internal, otherwise false.
            </returns>
            <remarks>
              An URL path is internal if it does not contain a
              protocol (identified by the string "://").
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsLocalRequest(System.Web.HttpRequest)">
            <summary>
              Determines whether the specified request is local.
            </summary>
            <param name="request">
              The request.
            </param>
            <returns>
              <c>true</c> if the specified request is local; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsOnAspxPage">
            <summary>
              Determines whether the current page is an aspx page.
            </summary>
            <returns>
              <c>true</c> if it is an aspx page; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestExtension(System.Web.HttpContextBase)">
            <summary>
            Gets the request extension.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The request extension.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestExtension(System.Boolean)">
            <summary>
            Gets the request extension.
            </summary>
            <param name="catchArgumentException">Determines whether method should return string.Empty if current request virtual path contains illegal characters.</param>
            <returns>
            The request extension.
            If current request virtual path contains illegal characters and <c>catchArgumentException</c> equals <c>true</c> returns string.Empty.
            </returns>
            <exception cref="T:System.ArgumentException">Throws if current request virtual path contains illegal characters and <c>catchArgumentException</c> equals <c>false</c></exception>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetRequestExtension(System.Web.HttpContextBase,System.Boolean)">
            <summary>
            Gets the request extension.
            </summary>
            <param name="context">The context.</param>
            <param name="catchArgumentException">Determines whether method should return string.Empty if current request virtual path contains illegal characters.</param>
            <returns>
            The request extension.
            If current request virtual path contains illegal characters and <c>catchArgumentException</c> equals <c>true</c> returns string.Empty.
            </returns>
            <exception cref="T:System.ArgumentException">Throws if current request virtual path contains illegal characters and <c>catchArgumentException</c> equals <c>false</c></exception>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsOnPage(System.String)">
            <summary>
            Checks if the current page matches a path.
            </summary>
            <param name="path">The path to check.</param>
            <returns>
              <c>true</c> if [is on page] [the specified path]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.IsPostBack">
            <summary>
              Determines whether the current request is a post back.
            </summary>
            <returns>
              <c>true</c> if it is post back; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.NormalizeUrl(System.String)">
            <summary>
              Normalizes a URL.
            </summary>
            <remarks>
              <para>
                Replaces &amp;amp; with &amp;.
              </para>
              <para>
                Url decodes query string parameters (see <see cref="M:System.Web.HttpUtility.UrlDecode(System.String)" />).
              </para>
              <para>
                Removes empty parameters.
              </para>
            </remarks>
            <param name="url">
              The URL to normilize.
            </param>
            <returns>
              The normalize url.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ParseParameters(System.String,System.Char)">
            <summary>
              Parses a list of parameters into a Hashtable of key/value pairs.
            </summary>
            <param name="queryString">
              A complete query string.
            </param>
            <param name="separator">
              The separator.
            </param>
            <returns>
              A Hashtable containing the parameters.
            </returns>
            <remarks>
              The parameter list must have the format: "key1=value1&amp;key2=value2&amp;...".
            </remarks>
            <example>
              <code>
            Hashtable table = WebUtil.ParseParameters("print=1&amp;target=me&amp;group=first");
            string s0 = table["print"]; // "1";
            string s1 = table["target"]; // "me";
            string s2 = table["group"]; // "first";
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ParseQueryString(System.String,System.Boolean)">
            <summary>
              Parses a query string into a <see cref="T:Sitecore.Collections.SafeDictionary`1">dictionary</see> of key/value pairs.
            </summary>
            <param name="queryString">
              \
              The query string.
            </param>
            <param name="decodeParamValues">
              If set to <c>true</c>, applies HttpUtility.UrlDecode to parameter values.
            </param>
            <returns>
              A dictionary containing the query string parameters.
            </returns>
            <remarks>
              The parameter list must have the format: "key1=value1&amp;key2=value2&amp;...".
            </remarks>
            <example>
              <code>
            SafeDictionary&lt;string&gt; values = WebUtil.ParseQueryString("print=1&amp;target=me&amp;group=first");
            string s0 = values["print"]; // "1";
            string s1 = values["target"]; // "me";
            string s2 = values["group"]; // "first";
            string s3 = values["non-existing"]; // null;
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ParseQueryString(System.String)">
            <summary>
              Parses a query string into a <see cref="T:Sitecore.Collections.SafeDictionary`1">dictionary</see> of key/value pairs.
            </summary>
            <param name="queryString">
              \
              The query string.
            </param>
            <returns>
              A dictionary containing the query string parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ParseUrlParameters(System.String)">
            <summary>
              Parses a list of URL parameters into a Hashtable of key/value pairs.
            </summary>
            <param name="url">An URL parameter list.</param>
            <returns>
              A Hashtable containing the URL parameters.
            </returns>
            <remarks>
              The parameter list must have the format: "key1=value1&amp;key2=value2&amp;...".
            </remarks>
            <example>
              <code>
            Hashtable table = WebUtil.ParseUrlParameters("print=1&amp;target=me&amp;group=first");
            string s0 = table["print"]; // "1";
            string s1 = table["target"]; // "me";
            string s2 = table["group"]; // "first";
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ParseUrlParameters(System.String,System.Char)">
            <summary>
              Parses a list of URL parameters into a Hashtable of key/value pairs.
            </summary>
            <param name="urlOrQueryString">
              A complete URL or a query string.
            </param>
            <param name="separator">
              The separator.
            </param>
            <returns>
              A Hashtable containing the URL parameters.
            </returns>
            <remarks>
              The parameter list must have the format: "key1=value1,key2=value2,...".
            </remarks>
            <example>
              <code>
            Hashtable table = WebUtil.ParseUrlParameters("print=1&amp;target=me&amp;group=first");
            string s0 = table["print"]; // "1";
            string s1 = table["target"]; // "me";
            string s2 = table["group"]; // "first";
            </code>
              <seealso cref="P:System.Web.HttpRequest.QueryString" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.PostFile(System.String,System.String,System.String,System.Int32,System.String[])">
            <summary>
              Posts a file to a web page.
            </summary>
            <param name="url">An URL path to post to.</param>
            <param name="name">
              Form name of file data - same as the name
              attribute on an HTML input element.
            </param>
            <param name="filePath">A path to a file.</param>
            <param name="timeout">Timeout in seconds.</param>
            <param name="values">
              Field values to include in the form post.
              Format is: name,value,name,value,...
            </param>
            <returns>
              The response from the web page posted to.
            </returns>
            <remarks>
              If an error occurs, the string "##Error:" and a
              error message is returned.
            </remarks>
            <example>
              Post a file to a web server:
              <code>
            string filename = FileUtil.MapPath("/data.txt");
            string response = WebUtil.PostFile("http://myserver/process.aspx", "data", filename, 60, "date", "20031019", "author", "ku");
            MainUtil.Out("Response: " + response);
            </code>
              Outputs: <c>OK</c>
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.PostWebPage(System.String,System.Collections.ArrayList)">
            <summary>
              Posts data to a web page.
            </summary>
            <param name="url">An URL path to post to.</param>
            <param name="formData">List of alternating names and values.</param>
            <returns>The content of the web page.</returns>
            <remarks>
              The values are URL encoded before posting. The parameters are sent as ASCII encoded.
              <seealso cref="T:System.Net.WebRequest" />
            </remarks>
        </member>
        <member name="M:Sitecore.Web.WebUtil.PostWebPageToW3ValidationService(System.String)">
            <summary>
              Posts the web page to W3.ORG validation service.
            </summary>
            <param name="webPage">The web page.</param>
            <returns>
              The page with validation result.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.Redirect(System.String)">
            <summary>
              Redirects to another page.
            </summary>
            <param name="path">The path to redirect.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.Redirect(System.String,System.Boolean)">
            <summary>
              Redirects to another page.
            </summary>
            <param name="path">The path to redirect.</param>
            <param name="allowSame">if set to <c>true</c> this instance is allow same.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.Redirect(System.String,System.Boolean,System.Boolean)">
            <summary>
              Redirects to another page.
            </summary>
            <param name="path">The path to redirect.</param>
            <param name="allowSame">if set to <c>true</c> this instance is allow same.</param>
            <param name="allowExternalUrl">if allow external url is false, security exception will be raise</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RedirectToErrorPage(System.String)">
            <summary>
              Redirects to the error page.
            </summary>
            <param name="text">The text to show on error page.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RedirectToErrorPage(System.String,System.Boolean)">
            <summary>
              Redirects to the error page.
            </summary>
            <param name="text">The text to show on error page.</param>
            <param name="allowSame">if set to <c>true</c> this instance is allow same.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RedirectToLoginPage">
            <summary>
              Redirects to the login page for current context
            </summary>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RedirectToLoginPage(System.Web.HttpContext)">
            <summary>
              Redirects to the login page.
            </summary>
            <param name="httpContext">The HTTP context.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RedirectToLoginPage(System.Web.HttpContext,System.Collections.Generic.List{System.String})">
            <summary>
              Redirects to login page.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <param name="queryParametersToRemove">The query parameters to remove.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ReloadPage">
            <summary>
              Reloads the current page.
            </summary>
            <remarks>
              The page reloads by redirecting to the URL of the current Sitecore item.
              The current Sitecore item is located in
              <see cref="P:Sitecore.Context.Item">Context.Item</see>.
            </remarks>
            <example>
              <code>
            WebUtil.ReloadPage();
            </code>
              <seealso cref="M:System.Web.HttpResponse.Redirect(System.String)" />
              <seealso cref="P:Sitecore.Context.Item" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveAllScripts(System.String)">
            <summary>
              Removes the inline scripts.
            </summary>
            <param name="content">The content.</param>
            <returns>The value without inline scripts.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveInlineScripts(System.String)">
            <summary>
              Removes the inline scripts.
            </summary>
            <param name="content">The content.</param>
            <returns>The value without inline scripts.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveItemsValue(System.String)">
            <summary>
              Removes an object from the current items.
            </summary>
            <param name="key">The key to remove.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveQueryString(System.String)">
            <summary>
              Removes the query string from a Url.
            </summary>
            <param name="url">The URL to remove.</param>
            <returns>The remove query string.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveSessionValue(System.String)">
            <summary>
              Removes an object from the current session.
            </summary>
            <param name="key">The key to remove.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ReplaceControl(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
              Replaces the control.
            </summary>
            <param name="oldControl">The old control.</param>
            <param name="newControl">The new control.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ReplaceUrlParameter(System.String,System.String,System.String,System.Boolean)">
            <summary>
              Replaces the URL parameter.
            </summary>
            <param name="url">The URL to replace.</param>
            <param name="replace">The replace.</param>
            <param name="withtext">The withtext.</param>
            <param name="append">if set to <c>true</c> this instance is append.</param>
            <returns>The replace url parameter.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RewriteUrl(System.String)">
            <summary>
              Rewrites the current URL.
            </summary>
            <param name="pathAndQuery">
              The path and query.
            </param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SafeEncode(System.String)">
            <summary>
              Encodes user input so that it is safe to use as output. Use to prevent XSS attacks.
            </summary>
            <param name="value">
              The value to encode.
            </param>
            <returns>
              The safe encode.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieBool(System.String,System.Boolean)">
            <summary>
              Sets a boolean value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A boolean value.</param>
            <example>
              <code>
            WebUtil.SetCookieBool("myCookie", true);
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieDateTime(System.String,System.DateTime)">
            <summary>
              Sets a date/time value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A date/time value.</param>
            <remarks>
              The date/time is converted to UTC and is saved in ISO format.
            </remarks>
            <example>
              <code>
            WebUtil.SetCookieDateTime("myCookie", DateTime.UtcNow);
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
              <seealso cref="M:Sitecore.DateUtil.ToIsoDate(System.DateTime)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieDateTime(System.String,System.DateTime,System.Web.HttpContextBase)">
            <summary>
            Sets a date/time value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A date/time value.</param>
            <param name="context">The context.</param>
            <remarks>
            The date/time is converted to UTC and is saved in ISO format.
            </remarks>
            <example>
              <code>
            WebUtil.SetCookieDateTime("myCookie", DateTime.UtcNow);
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
              <seealso cref="M:Sitecore.DateUtil.ToIsoDate(System.DateTime)" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieValue(System.String,System.String)">
            <summary>
              Sets a string value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A string value.</param>
            <example>
              <code>
            WebUtil.SetCookieValue("myCookie", "myValue");
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieValue(System.String,System.String,System.Web.HttpContextBase)">
            <summary>
            Sets a string value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A string value.</param>
            <param name="context">The context.</param>
            <example>
              <code>
            WebUtil.SetCookieValue("myCookie", "myValue");
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieValue(System.String,System.String,System.DateTime)">
            <summary>
              Sets a string value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A string value.</param>
            <param name="expiryDate">The expiry date for the cookie.</param>
            <example>
              <code>
            WebUtil.SetCookieValue("myCookie", "myValue");
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieValue(System.String,System.String,System.DateTime,System.Web.HttpContextBase)">
            <summary>
            Sets a string value in a cookie.
            </summary>
            <param name="cookieName">Name of a cookie.</param>
            <param name="cookieValue">A string value.</param>
            <param name="expiryDate">The expiry date for the cookie.</param>
            <param name="context">The context.</param>
            <example>
              <code>
            WebUtil.SetCookieValue("myCookie", "myValue");
            </code>
              <seealso cref="T:System.Web.HttpCookie" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieValue(System.String,System.String,System.DateTime,System.Boolean)">
            <summary>
              Sets the cookie value.
            </summary>
            <param name="cookieName">Name of the cookie.</param>
            <param name="cookieValue">The cookie value.</param>
            <param name="expiryDate">The expiry date.</param>
            <param name="httpOnly">if set to <c>true</c> [HTTP only].</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetCookieValue(System.String,System.String,System.DateTime,System.Boolean,System.Web.HttpContextBase)">
            <summary>
            Sets the cookie value.
            </summary>
            <param name="cookieName">Name of the cookie.</param>
            <param name="cookieValue">The cookie value.</param>
            <param name="expiryDate">The expiry date.</param>
            <param name="httpOnly">if set to <c>true</c> [HTTP only].</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetHtmlAttribute(System.Web.UI.HtmlControls.HtmlControl,System.String,System.String)">
            <summary>
              Sets an attribute value on an HTML control.
            </summary>
            <param name="control">An HTML control.</param>
            <param name="attribute">Name of an attribute.</param>
            <param name="value">Value of the attribute.</param>
            <remarks>
              The attribute is not set, if the value is null or blank.
            </remarks>
            <example>
              <code>
            WebUtil.SetHtmlAttribute(control, "myAttribute", "myValue");
            </code>
              <seealso cref="T:System.Web.UI.HtmlControls.HtmlControl" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetItemsValue(System.String,System.Object)">
            <summary>
              Sets an object in the Items collection.
            </summary>
            <param name="key">Name of the value.</param>
            <param name="value">An object.</param>
            <example>
              <code>
            object myValue;
            WebUtil.SetItemsValue("myKey", myValue);
            </code>
              <seealso cref="P:System.Web.HttpContext.Items" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetSessionTimeout(System.TimeSpan)">
            <summary>
              Sets the session timeout.
            </summary>
            <param name="timeout">
              The timeout.
            </param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SetSessionValue(System.String,System.Object)">
            <summary>
              Sets an object value in the current session.
            </summary>
            <param name="key">Name of the object value.</param>
            <param name="value">An object.</param>
            <example>
              <code>
            object myValue;
            WebUtil.SetSessionValue("myKey", myValue);
            </code>
              <seealso cref="T:System.Web.SessionState.HttpSessionState" />
            </example>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ShouldIgnoreUrl(System.String)">
            <summary>
              Checks wether url should be ingored.
            </summary>
            <param name="url">The url.</param>
            <returns>Value that indicates wether url should be ignore.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.ShowControlTree(System.Web.UI.Control,System.Int32)">
            <summary>
              Show a control tree.
            </summary>
            <param name="control">The control.</param>
            <param name="indent">The indent.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.TransmitStream(System.IO.Stream,System.Web.HttpResponse,System.Int32)">
            <summary>
              Writes a stream to the output stream of the HTTP response object.
            </summary>
            <param name="stream">The stream.</param>
            <param name="response">The response object.</param>
            <param name="blockSize">Size of individual blocks that will be transmitted.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.TransmitStream(System.IO.Stream,System.Web.HttpResponseBase,System.Int32)">
            <summary>
            Writes a stream to the output stream of the HTTP response object.
            </summary>
            <param name="stream">The stream.</param>
            <param name="response">The response object.</param>
            <param name="blockSize">Size of individual blocks that will be transmitted.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.TryGetValueOfIfModifiedSinceHeader(System.Web.HttpRequest,System.DateTime@)">
            <summary>
              Tries to get value of <code>If-Modified-Since</code> HTTP header.
            </summary>
            <param name="request">The request.</param>
            <param name="ifModifiedSince">The parsed value of <code>If-Modified-Since</code> HTTP header.</param>
            <returns>
              Boolean value indicating whether attempt to parse value of <code>If-Modified-Since</code> HTTP header was successful.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.TryGetValueOfIfModifiedSinceHeader(System.Web.HttpRequestBase,System.DateTime@)">
            <summary>
            Tries to get value of <code>If-Modified-Since</code> HTTP header.
            </summary>
            <param name="request">The request.</param>
            <param name="ifModifiedSince">The parsed value of <code>If-Modified-Since</code> HTTP header.</param>
            <returns>
            Boolean value indicating whether attempt to parse value of <code>If-Modified-Since</code> HTTP header was successful.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.TryParseHttpDateTime(System.String,System.DateTime@)">
            <summary>
              Tries to parse HTTP date/time.
            </summary>
            <param name="dateTimeValue">The string representation of date/time.</param>
            <param name="dateTime">The parsed HTTP date/time.</param>
            <returns>
              Boolean value indicating whether attempt to parse HTTP date/time was successful.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.UriEscapeDataString(System.String)">
            <summary>
              Calls the Uri.EscapeDataString method and then replaces single quotes with "%27" entity.
            </summary>
            <param name="input">The input.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.UrlEncode(System.String)">
            <summary>
              Calls the HttpUtility.UrlEncode method and then replaces single quotes with "%27" entity.
            </summary>
            <param name="input">The input.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetUri(System.String,System.Uri)">
            <summary>
            Gets the absolute URI from the given <paramref name="url" />.
            If <paramref name="url" /> represents a relative URL, then the base URI will be taken from the <paramref name="baseUri" />.
            </summary>
            <param name="url">The URL.</param>
            <param name="baseUri">The base URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveQueryParameters(Sitecore.Text.UrlString,System.Collections.Generic.List{System.String})">
            <summary>
              Removes the specified query parameters.
            </summary>
            <param name="url">The URL to remove query parameters from.</param>
            <param name="queryParametersToRemove">The query parameters to remove.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SanitizeCssExpression(System.String)">
            <summary>
              Sanitizes CSS expression in input string.
            </summary>
            <param name="input">The input.</param>
            <returns>Processed input.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SanitizeExpression(System.String,System.Text.RegularExpressions.Match)">
            <summary>
              Sanitizes the expression.
            </summary>
            <param name="input">The input.</param>
            <param name="m">The m.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SanitizeInPairChars(System.String,System.Int32,System.Char)">
            <summary>
              Sanitizes in pair chars.
            </summary>
            <param name="input">The input.</param>
            <param name="startIndex">The start index.</param>
            <param name="currentChar">The current char.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.StripMatchingBracketsWithContent(System.String,System.Int32)">
            <summary>
              Strips matching brackets with content.
            </summary>
            <param name="input">The input.</param>
            <param name="startIndex">The start index.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindControlsOfType(System.Type,System.Web.UI.Control,System.Collections.ArrayList)">
            <summary>
              Find all controls of specific type
            </summary>
            <param name="type">The type to search for.</param>
            <param name="parentControl">The parent control.</param>
            <param name="list">The result list.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindPlaceholder(System.String,System.Type)">
            <summary>
              Finds a placeholder.
            </summary>
            <param name="id">The ID to search for.</param>
            <param name="placeholderType">Type of the placeholder.</param>
            <returns>The placeholder.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindSubControl(System.Web.UI.Control,System.String)">
            <summary>
              Finds the sub control.
            </summary>
            <param name="parent">The parent.</param>
            <param name="name">The control name to search for.</param>
            <returns>The sub control.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.FindSubControls``1(System.Web.UI.Control,System.Collections.Generic.List{``0})">
            <summary>
              Find all sub controls of specific type.
            </summary>
            <typeparam name="T">Type parameter.</typeparam>
            <param name="parentControl">The parent control.</param>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetPath(System.Uri)">
            <summary>
              Gets the path.
            </summary>
            <param name="uri">The URI to get path from.</param>
            <returns>The get path.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetPathInfo(System.Uri)">
            <summary>
              Gets the path info.
            </summary>
            <param name="uri">The URI to get path from.</param>
            <returns>The get path info.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetQueryString(System.Uri)">
            <summary>
              Gets the query string.
            </summary>
            <param name="uri">The URI to get path from.</param>
            <returns>The get query string.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionIdCookieName">
            <summary>
              Gets the name of the session ID cookie.
            </summary>
            <returns>The get session ID cookie name.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetSessionIdCookieNameFromConfig">
            <summary>
              Gets the session ID cookie name from config.
            </summary>
            <returns>
              The get session ID cookie name from config.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.HasExtension(System.String)">
            <summary>
              Determines whether the specified path has extension.
            </summary>
            <param name="path">The path to check extension for.</param>
            <returns>
              <c>true</c> if the specified path has extension; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.GetHttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <returns>Current HttpContext.</returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SaveOriginalCookieValue(System.String,System.Web.HttpContextBase)">
            <summary>
            Saves the original cookie value in the HttpContext.Items collection.
            </summary>
            <param name="cookieName">Name of the cookie.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Web.WebUtil.RemoveScripts(System.String,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Removes the scripts.
            </summary>
            <param name="content">The content.</param>
            <param name="removeScriptTags">if set to <c>true</c> [remove script tags].</param>
            <param name="removeInlineScripts">if set to <c>true</c> [remove inline scripts].</param>
            <param name="removeCssExpressions">if set to <c>true</c> [remove CSS expressions].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.WebUtil.SaveOriginalCookieValue(System.String,System.Web.HttpContext)">
            <summary>
              Saves the original cookie value in the HttpContext.Items collection.
            </summary>
            <param name="cookieName">Name of the cookie.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Web.wwHttp">
            <summary>
            Summary description for wwHttp.
            </summary>
        </member>
        <member name="E:Sitecore.Web.wwHttp.OnReceiveData">
            <summary>
            Fires progress events when using GetUrlEvents() to retrieve a URL.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.PostMode">
            <summary>
            Determines how data is POSTed when cPostBuffer is set.
            1 - UrlEncoded
            2 - Multi-Part form vars
            4 - XML (raw buffer content type: text/xml)
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.Username">
            <summary>
             User name used for Authentication.
             To use the currently logged in user when accessing an NTLM resource you can use "AUTOLOGIN".
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.Password">
            <summary>
            Password for Authentication.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.ProxyAddress">
            <summary>
            Address of the Proxy Server to be used.
            Use optional DEFAULTPROXY value to specify that you want to IE's Proxy Settings
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.ProxyBypass">
            <summary>
            Semicolon separated Address list of the servers the proxy is not used for.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.ProxyUsername">
            <summary>
            Username for a password validating Proxy. Only used if the proxy info is set.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.ProxyPassword">
            <summary>
            Password for a password validating Proxy. Only used if the proxy info is set.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.Timeout">
            <summary>
            Timeout for the Web request in seconds. Times out on connection, read and send operations.
            Default is 30 seconds.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.ErrorMsg">
            <summary>
            Error Message if the Error Flag is set or an error value is returned from a method.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.Error">
            <summary>
            Error flag if an error occurred.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.ThrowExceptions">
            <summary>
            Determines whether errors cause exceptions to be thrown. By default errors
            are handled in the class and the Error property is set for error conditions.
            (not implemented at this time).
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.HandleCookies">
            <summary>
            If set to a non-zero value will automatically track cookies. The number assigned is the cookie count.
            </summary>
        </member>
        <member name="P:Sitecore.Web.wwHttp.Cookies">
            <summary>
            Cookies
            </summary>
            <value>The cookies.</value>
        </member>
        <member name="P:Sitecore.Web.wwHttp.WebResponse">
            <summary>
            Web response object
            </summary>
            <value>The web response.</value>
        </member>
        <member name="P:Sitecore.Web.wwHttp.WebRequest">
            <summary>
            Web request object
            </summary>
            <value>The web request.</value>
        </member>
        <member name="M:Sitecore.Web.wwHttp.wwHTTP">
            <summary>
            Constructor
            </summary>
        </member>
        <member name="M:Sitecore.Web.wwHttp.AddPostKey(System.String,System.Byte[])">
            <summary>
            Adds POST form variables to the request buffer.
            HttpPostMode determines how parms are handled.
            1 - UrlEncoded Form Variables. Uses key and value pairs (ie. "Name","Rick") to create URLEncoded content
            2 - Multi-Part Forms - not supported
            4 - XML block - Post a single XML block. Pass in as Key (1st Parm)
            other - raw content buffer. Just assign to Key.
            </summary>
            <param name="Key">Key value or raw buffer depending on post type</param>
            <param name="Value">Value to store. Used only in key/value pair modes</param>
        </member>
        <member name="M:Sitecore.Web.wwHttp.AddPostKey(System.String,System.String)">
            <summary>
            Add a value to the current POST
            </summary>
            <param name="Key">The key.</param>
            <param name="Value">The value.</param>
        </member>
        <member name="M:Sitecore.Web.wwHttp.AddPostKey(System.String)">
            <summary>
            Adds a fully self contained POST buffer to the request.
            Works for XML or previously encoded content.
            </summary>
            <param name="FullPostBuffer"></param>
        </member>
        <member name="M:Sitecore.Web.wwHttp.AddPostFile(System.String,System.String)">
            <summary>
            Add file to the current POST
            </summary>
            <param name="Key">The key.</param>
            <param name="FileName">Name of the file.</param>
            <returns>The post file.</returns>
        </member>
        <member name="M:Sitecore.Web.wwHttp.GetUrlStream(System.String,System.Net.HttpWebRequest)">
            <summary>
            Return a the result from an HTTP Url into a StreamReader.
            Client code should call Close() on the returned object when done reading.
            </summary>
            <param name="Url">Url to retrieve.</param>
            <param name="Request">An HttpWebRequest object that can be passed in with properties preset.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.wwHttp.GetUrlStream(System.String)">
            <summary>
            Return a the result from an HTTP Url into a StreamReader.
            Client code should call Close() on the returned object when done reading.
            </summary>
            <param name="Url">Url to retrieve.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.wwHttp.GetUrlStream(System.Net.HttpWebRequest)">
            <summary>
            Return a the result from an HTTP Url into a StreamReader.
            Client code should call Close() on the returned object when done reading.
            </summary>
            <param name="Request">A Request object</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.wwHttp.GetUrl(System.String)">
            <summary>
            Return a the result from an HTTP Url into a string.
            </summary>
            <param name="Url">Url to retrieve.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.wwHttp.GetUrlBytes(System.String)">
            <summary>
            Return a the result from an HTTP Url into a string.
            </summary>
            <param name="Url">Url to retrieve.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Web.wwHttp.GetUrlEvents(System.String,System.Int64)">
            <summary>
            Retrieves URL with events in the OnReceiveData event.
            </summary>
            <param name="Url"></param>
            <param name="BufferSize"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Web.wwHttp.OnReceiveDataHandler">
            <summary>Receive delegate</summary>
        </member>
        <member name="T:Sitecore.Web.wwHttp.OnReceiveDataEventArgs">
            <summary>Receive event arguments</summary>
        </member>
        <member name="F:Sitecore.Web.wwHttp.OnReceiveDataEventArgs.CurrentByteCount">
            <summary>Byte count</summary>
        </member>
        <member name="F:Sitecore.Web.wwHttp.OnReceiveDataEventArgs.TotalBytes">
            <summary>Total bytes</summary>
        </member>
        <member name="F:Sitecore.Web.wwHttp.OnReceiveDataEventArgs.NumberOfReads">
            <summary>Number of reads</summary>
        </member>
        <member name="F:Sitecore.Web.wwHttp.OnReceiveDataEventArgs.CurrentChunk">
            <summary>Current chunk</summary>
        </member>
        <member name="F:Sitecore.Web.wwHttp.OnReceiveDataEventArgs.Done">
            <summary>Done flag</summary>
        </member>
        <member name="F:Sitecore.Web.wwHttp.OnReceiveDataEventArgs.Cancel">
            <summary>Cancel flag</summary>
        </member>
        <member name="T:Sitecore.Web.XFrameOptionsHeaderModule">
            <summary>
            Resolve XFrame per response
            </summary>
        </member>
        <member name="F:Sitecore.Web.XFrameOptionsHeaderModule.Application">
            <summary>
            http application
            </summary>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.Init(System.Web.HttpApplication)">
            <summary>
            Initialize
            </summary>
            <param name="context">Contex</param>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.Dispose">
            <summary>
             Disposes of the resources (other than memory) used by the module that implements <see cref="T:System.Web.IHttpModule"/>.
            </summary>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.ShouldProtectWithFrameOptionsHeader(System.Web.HttpContextBase)">
            <summary>
            Check whether current response should be protected with XFrameOptions header.
            </summary>
            <returns><c>true</c> if context domain name is same as allowed domain name or application request url is under protected with header directory;
            otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.IsSitecoreFolderRequest(System.Web.HttpContextBase)">
            <summary>
            Check whether current requested URL is starts with path to sitecore folder.
            </summary>
            <param name="httpContext">Instance of <see cref="T:System.Web.HttpContextBase"/>.</param>
            <returns><c>true</c> ifapplication request url is under protected with header directory; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.IsSitecoreDomainRequest">
            <summary>
            Check context domain name and compere with allowed domain names for adding frame header
            </summary>
            <returns><c>true</c> if context domain name is same as allowed domain name; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.ShouldProtectWithFrameOptionsHeader">
            <summary>
            Check context domain name and compere with allowed domain names for adding frame header
            </summary>
            <returns><c>true</c> if context domain name is same as allowed domain name; otherwise - <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Web.XFrameOptionsHeaderModule.BeginRequestHandler(System.Object,System.EventArgs)">
            <summary>
            Method called when BeginRequest event triggered
            </summary>
            <param name="sender">Sender</param>
            <param name="e">EventArgs</param>
        </member>
        <member name="T:Sitecore.Publishing.DefaultDistributedPublishingManager">
            <summary>
            The default distributed publishing manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultDistributedPublishingManager.publishManager">
            <summary>
            The publish manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultDistributedPublishingManager.itemManager">
            <summary>
            The item manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultDistributedPublishingManager.jobManager">
            <summary>
            The job manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultDistributedPublishingManager.languageManager">
            <summary>
            The language manager.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.#ctor(Sitecore.Abstractions.BasePublishManager,Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseJobManager,Sitecore.Abstractions.BaseLanguageManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DefaultDistributedPublishingManager"/> class.
            </summary>
            <param name="publishManager">The publish manager.</param>
            <param name="itemManager">The item manager.</param>
            <param name="jobManager">The job manager.</param>
            <param name="languageManager">The language manager.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.#ctor(Sitecore.Abstractions.BasePublishManager,Sitecore.Abstractions.BaseItemManager,Sitecore.Abstractions.BaseJobManager,Sitecore.Abstractions.BaseLanguageManager,Sitecore.Abstractions.BaseEventQueueProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DefaultDistributedPublishingManager"/> class.
            </summary>
            <param name="publishManager">The publish manager.</param>
            <param name="itemManager">The item manager.</param>
            <param name="jobManager">The job manager.</param>
            <param name="languageManager">The language manager.</param>
            <param name="provider">The <see cref="T:Sitecore.Abstractions.BaseEventQueueProvider"/> instance to access default <see cref="T:Sitecore.Eventing.IEventQueue"/>.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="provider"/> is null.</exception>
        </member>
        <member name="P:Sitecore.Publishing.DefaultDistributedPublishingManager.AlarmClock">
            <summary>
            Gets or sets the alarm clock.
            </summary>
            <value>The alarm clock.</value>
        </member>
        <member name="P:Sitecore.Publishing.DefaultDistributedPublishingManager.Lock">
            <summary>
            Gets or sets the lock.
            </summary>
            <value>The lock.</value>
        </member>
        <member name="P:Sitecore.Publishing.DefaultDistributedPublishingManager.PublishRegistrations">
            <summary>
            Gets or sets the publishing operations.
            </summary>
            <value>The publishing operations.</value>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="statusHandle">
            The status handle.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.QueuePublish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.QueuePublish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="clientLanguage">The client language.</param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.StartPublishing(Sitecore.Publishing.StartPublishingRemoteEvent)">
            <summary>
            Called on the "Start publishing remote event".
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.UpdatePublishStatus">
            <summary>
            Updates the publish status for all running jobs.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.UpdatePublishStatus(Sitecore.Publishing.PublishStatusUpdatedRemoteEvent)">
            <summary>
            Updates the publish status.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.AddPublishRegistration(Sitecore.Publishing.PublishRegistration)">
            <summary>
            Adds the publish registration.
            </summary>
            <param name="registration">
            The registration.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.DecodeOptions(Sitecore.Publishing.DistributedPublishOptions)">
            <summary>
            Decodes the options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.DecodeStatus(Sitecore.Publishing.DistributedPublishStatus)">
            <summary>
            Decodes the status.
            </summary>
            <param name="status">
            The status.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.EnsureAlarmClock">
            <summary>
            Ensures the alarm clock.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetDistributedOptions(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Gets the distributed options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetDistributedStatus(Sitecore.Publishing.PublishStatus)">
            <summary>
            Gets the distributed status.
            </summary>
            <param name="status">
            The status.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetOptions(Sitecore.Publishing.DistributedPublishOptions[])">
            <summary>
            Gets the options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetPublishRegistration(System.Func{Sitecore.Publishing.PublishRegistration,System.Boolean})">
            <summary>
            Gets the publish registration.
            </summary>
            <param name="predicate">
            The predicate.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetPublishRegistrationForStatus(Sitecore.Handle)">
            <summary>
            Gets the publish registration for status.
            </summary>
            <param name="statusHandle">
            The status handle.
            </param>
            <returns>The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.GetRegistrations">
            <summary>
            Gets the registrations.
            </summary>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.QueuePublish(Sitecore.Publishing.DistributedPublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="clientLanguage">The client language.</param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.QueueStatusUpdate(Sitecore.Handle,Sitecore.Publishing.PublishStatus)">
            <summary>
            Queues the status update.
            </summary>
            <param name="statusHandle">
            The status handle.
            </param>
            <param name="status">
            The status.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.RemoveExpiredRegistrations">
            <summary>
            Removes the expired registrations.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.StartPublishing(Sitecore.Publishing.PublishOptions[],System.String,Sitecore.Publishing.PublishStatus,Sitecore.Globalization.Language)">
            <summary>
            Starts the publishing.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="userName">
            Name of the user.
            </param>
            <param name="status">
            The status.
            </param>
            <param name="clientLanguage">
            The client language.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.UpdateStatus">
            <summary>
            Updates the status.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.UpdateStatus(Sitecore.Publishing.PublishRegistration)">
            <summary>
            Updates the status.
            </summary>
            <param name="registration">
            The registration.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultDistributedPublishingManager.OnAlarmClockRing(System.Object,System.EventArgs)">
            <summary>
            Called when the alarm clock rings.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="T:Sitecore.Publishing.DefaultPreviewManager">
            <summary>
            The default preview manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPreviewManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Publishing.PreviewProvider,Sitecore.Publishing.PreviewProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DefaultPreviewManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="P:Sitecore.Publishing.DefaultPreviewManager.Previewing">
            <summary>
            Gets a value indicating whether the system is in previewing mode.
            </summary>
            <value><c>true</c> if previewing; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.GetShellUser">
            <summary>
            Gets the current shell user.
            </summary>
            <remarks>This user will be used when accessing the shell site during preview.</remarks>
            <returns>The current shell user.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.ResetShellUser">
            <summary>
            Resets the current shell user (i.e. removes the cookie).
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.RestoreUser">
            <summary>
            Restores the previous user.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.SetUserContext">
            <summary>
            Sets up the user context for the current request.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.StoreShellUser">
            <summary>
            Stores the current shell user in preparation for switching to preview mode.
            </summary>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPreviewManager.StoreShellUser(System.Boolean)">
            <summary>
            Stores the current shell user in preparation for switching to preview mode.
            </summary>
            <param name="forceLogout">Force current user to logout.</param>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="T:Sitecore.Publishing.DefaultPublishManager">
            <summary>
            Default PublishManager implementation.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.smartPublishTriggers">
            <summary>
            The smart publish triggers.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.strategy">
            <summary>
            Publish Strategy.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.providerHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.languageManager">
            <summary>
            The language manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.log">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DefaultPublishManager.queue">
            <summary>
            The event queue.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.#ctor(Sitecore.Abstractions.BaseLanguageManager,Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog,Sitecore.Configuration.ProviderHelper{Sitecore.Publishing.PublishProvider,Sitecore.Publishing.PublishProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DefaultPublishManager"/> class.
            </summary>
            <param name="languageManager">The language manager.</param>
            <param name="factory">The factory.</param>
            <param name="log">The logger.</param>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.#ctor(Sitecore.Abstractions.BaseLanguageManager,Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog,Sitecore.Configuration.ProviderHelper{Sitecore.Publishing.PublishProvider,Sitecore.Publishing.PublishProviderCollection},Sitecore.Abstractions.BaseEventQueueProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DefaultPublishManager"/> class.
            </summary>
            <param name="languageManager">The language manager.</param>
            <param name="factory">The factory.</param>
            <param name="log">The logger.</param>
            <param name="providerHelper">The provider helper.</param>
            <param name="provider">The <see cref="T:Sitecore.Abstractions.BaseEventQueueProvider"/> instance to access default <see cref="T:Sitecore.Eventing.IEventQueue"/>.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="provider"/> is null.</exception>
        </member>
        <member name="P:Sitecore.Publishing.DefaultPublishManager.PublishRecoveryStrategy">
            <summary>
            Gets the publish recovery strategy.
            </summary>
            <value>
            The publish recovery strategy.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.DefaultPublishManager.PublishStrategy">
            <summary>
            Gets the publish strategy.
            </summary>
            <value>The publish strategy.</value>
        </member>
        <member name="P:Sitecore.Publishing.DefaultPublishManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>The provider.</value>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType)">
            <summary>
            Updates the publish queue.
            </summary>
            <param name="item">The item that should be added.</param>
            <param name="updateType">Type of the update.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType,System.Boolean)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="item">The item.</param>
            <param name="updateType">Type of the update.</param>
            <param name="specificLanguage">if set to <c>true</c> [specific language].</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType,System.DateTime)">
            <summary>
            Updates the publish queue.
            </summary>
            <param name="item">The item that should be added.</param>
            <param name="updateType">Type of the update.</param>
            <param name="additionalDate">An additional date to check, expressed as UTC.</param>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,System.String,System.DateTime)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="action">The action.</param>
            <param name="date"> The publish date, expressed as UTC.</param>
            <returns> The add to publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,System.String,System.DateTime,System.Boolean)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="item">The item.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="specificLanguage">if set to <c>true</c> [specific language].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.Items.ItemUpdateType,System.DateTime)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="updateType">Type of the update.</param>
            <param name="date">The publish date, expressed as UTC.</param>
            <returns>Boolean value indicating whether item was successfully added to publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,System.String,System.DateTime,System.Boolean,System.String)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="action">The action.</param>
            <param name="date">The publish date.</param>
            <param name="forceAddToPublishQueue">if set to <c>true</c>, forces adding item to publish queue.</param>
            <param name="language">Item language to publish. "*" if all languages are necessary to be published</param>
            <returns>
            Boolean value indicating whether item was successfully added to publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.CleanupPublishQueue(System.DateTime,Sitecore.Data.Database)">
            <summary>
            Cleans up the publish queue.
            </summary>
            <param name="to">Publish to date, expressed as UTC.</param>
            <param name="database">The database.</param>
            <returns>The cleanup publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.ClearPublishQueue(Sitecore.Data.Database)">
            <summary>
            Clears the publish queue.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.CreatePublishContext(Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishPipeline"/>.
            </summary>
            <param name="options">The options.</param>
            <returns>Publish context object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.CreatePublishHelper(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets a publish Helper.
            </summary>
            <param name="options">The options.</param>
            <returns> PublishHelper object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.CreatePublishItemContext(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemPipeline"/>.
            </summary>
            <param name="itemId">The id of the item to publish. </param>
            <param name="options">The options. </param>
            <returns>PublishItemContext object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetPublishQueue(Sitecore.Data.Database)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="database">The database.</param>
            <returns>PublishQueue object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetPublishQueue(System.DateTime,System.DateTime,Sitecore.Data.Database)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">From date to get objects from Queue, expressed as UTC.</param>
            <param name="to">To date to get objects from Queue, expressed as UTC.</param>
            <param name="database">The database.</param>
            <returns>IdList object.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetPublishQueueEntries(System.DateTime,System.DateTime,Sitecore.Data.Database)">
            <summary>
            Gets the publish entries.
            </summary>
            <param name="from">From date to get objects from Queue.</param>
            <param name="to">To date to get objects from Queue.</param>
            <param name="database">The database.</param>
            <returns>IdList object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetPublishingTargets(Sitecore.Data.Database)">
            <summary>
            Gets the publishing targets defined in a specific database.
            </summary>
            <param name="database">The database.</param>
            <returns>The targets.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="handle">The handle.</param>
            <returns>PublishStatus object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.IsSmartPublishScheduled(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Checks if a smart publish is scheduled.
            </summary>
            <param name="database">The database. </param>
            <param name="targetDatabaseName">Name of the target database. </param>
            <param name="language">The language. </param>
            <returns><c>true</c> if smart publish is scheduled for the specified target database; otherwise, <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.Publish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Publishes with specified options.
            </summary>
            <param name="options">The options. </param>
            <returns>Publish process Handle object. </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.Publish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Publishes with specified options.
            </summary>
            <param name="options">The options.</param>
            <param name="clientLanguage">The client Language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.PublishIncremental(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Publishes in incremental mode.
            </summary>
            <param name="source">The source. </param>
            <param name="targets">The targets. </param>
            <param name="languages">The languages. </param>
            <returns>Publish process Handle object. </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.PublishIncremental(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Publishes in incremental mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="clientLanguage">The Client language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.PublishItem(Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],System.Boolean,System.Boolean)">
            <summary>
            Publishes an item.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.PublishItem(Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Publishes an item.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <param name="publishRelatedItems">if set to <c>true</c> related items are published.</param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.PublishSmart(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Publishes in smart mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.PublishSmart(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Publishes in smart mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="clientLanguage">The client language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.RebuildDatabase(Sitecore.Data.Database,Sitecore.Data.Database[])">
            <summary>
            Rebuilds the database.
            </summary>
            <param name="source">The source. </param>
            <param name="targets">The targets. </param>
            <returns>The database. </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.Republish(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Republishes the specified source.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.Republish(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Republishes the specified source.
            </summary>
            <param name="source">The source. </param>
            <param name="targets">The targets. </param>
            <param name="languages">The languages. </param>
            <param name="clientLanguage">The client language. </param>
            <returns>Publish process Handle object. </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.ScheduleSmartPublish(Sitecore.Data.Database)">
            <summary>
            Schedules a smart publish for all targets and languages in a database.
            </summary>
            <param name="database">The database. </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.ScheduleSmartPublish(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Schedules a smart publish.
            </summary>
            <param name="database">The database. </param>
            <param name="targetName">Name of the target database. </param>
            <param name="language">The language. </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.UnscheduleSmartPublish(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Unschedules a smart publish.
            </summary>
            <param name="database">The database. </param>
            <param name="targetName">Name of the target database. </param>
            <param name="language">The language. </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.WaitFor(Sitecore.Handle,System.Int32,System.Int32)">
            <summary>
            Waits for the specified handle.
            </summary>
            <param name="handle">The job handle.</param>
            <param name="timeout">The timeout in msec.</param>
            <param name="pollInterval">The poll interval in msec.</param>
            <returns>
            True when the job is done.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.WaitFor(Sitecore.Handle)">
            <summary>
            Waits for the publish job to finish by specified handle.
            </summary>
            <param name="handle">The job handle.</param>
            <returns>True when the job is done.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.Items.ItemUpdateType,System.DateTime,System.Boolean)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="updateType">The type of the item update.</param>
            <param name="date">The publish date, expressed as UTC.</param>
            <param name="forceAddToPublishQueue">if set to <c>true</c>, forces adding item to publish queue.</param>
            <returns>
            Boolean value indicating whether item was successfully added to publish queue.
            </returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.HandleInheritedItem(Sitecore.Data.Database,System.String,System.DateTime,Sitecore.Data.Items.Item,Sitecore.Data.DataSource)">
            <summary>
            Handles the inherited item for __Standard Values.
            </summary>
            <param name="database">The database.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="sourceItem">The source item.</param>
            <param name="dataSource">The data source.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.AddClonesToPublishQueue(Sitecore.Data.DataSource,Sitecore.Data.Items.Item,System.String,System.DateTime,System.String)">
            <summary>
            Adds the clones to publish queue.
            </summary>
            <param name="dataSource">The data source.</param>
            <param name="item">The item.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="language">Item language to publish. "*" if all languages are necessary to be published</param>
            <returns>Indicator whether clone has been added to publish queue.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DoPublish(Sitecore.Publishing.PublishOptions[],Sitecore.Publishing.PublishStatus)">
            <summary>
            Executes the publish event.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="status">
            The status.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.NotifyComplete(Sitecore.Publishing.PublishOptions[],System.Int64,System.Boolean)">
            <summary>
            Raises publish:complete event signaling that all publishing options were processed
            </summary>
            <param name="options">
            All publish options.
            </param>
            <param name="processed">
            The number of processed entries.
            </param>
            <param name="failed">
            Result (failed or not).
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetCurrentUser">
            <summary>
            Gets the current user.
            </summary>
            <returns>The current context user.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.BuildOptions(Sitecore.Data.Database,Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Publishing.PublishMode,System.Boolean,System.Boolean)">
            <summary>
            Builds the options.
            </summary>
            <param name="sourceDatabase">The source.</param>
            <param name="rootItem">The root item.</param>
            <param name="targetDatabases">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="mode">The publish mode.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.ConsiderSmartPublish(Sitecore.Data.Items.Item)">
            <summary>
            Considers if smart publishing should be scheduled.
            </summary>
            <param name="item">The item to consider.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_AddedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.AddVersionCommand})">
            <summary>
            Handles the AddedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_CopiedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CopyItemCommand})">
            <summary>
            Handles the CopiedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_CreatedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.CreateItemCommand})">
            <summary>
            Handles the CreatedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_DeletedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.DeleteItemCommand})">
            <summary>
            Handles the DeletedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_MovedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.MoveItemCommand})">
            <summary>
            Handles the MovedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_RemovedVersion(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.RemoveVersionCommand})">
            <summary>
            Handles the RemovedVersion event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DataEngine_SavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the SavedItem event of the DataEngine control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:Sitecore.Data.Events.ExecutedEventArgs`1"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetActionDateFields(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType)">
            <summary>
            Gets the action date fields for an item.
            </summary>
            <param name="item">
            The item to get fields from.
            </param>
            <param name="updateType">
            Type of the update.
            </param>
            <returns>
            List of fields.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetActionDates(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType)">
            <summary>
            Gets action dates for an item.
            </summary>
            <param name="item">
            The item to get dates from.
            </param>
            <param name="updateType">
            Type of the update.
            </param>
            <returns>
            List of dates, expressed as UTC.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.BuildOptions(Sitecore.Data.Database,Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Publishing.PublishMode,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Builds the options.
            </summary>
            <param name="sourceDatabase">The source.</param>
            <param name="rootItem">The root item.</param>
            <param name="targetDatabases">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="mode">The publish mode.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <param name="publishRelatedItems">if set to <c>true</c> related items are published.</param>
            <returns>
            The options.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetDataSource(Sitecore.Data.Database)">
            <summary>
            Gets the data source associated with a database.
            </summary>
            <param name="database">The database.</param>
            <returns>DataSource object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetLanguageWithOrigin(Sitecore.Globalization.Language,Sitecore.Data.Database)">
            <summary>
            Gets the language with the origin set.
            </summary>
            <param name="language">
            The language.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            Language object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.GetSmartPublishTriggers">
            <summary>
            The get smart publish triggers.
            </summary>
            <returns>
            Set of templaate ID's
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.InitializeRecoveryStrategy">
            <summary>
            Initializes the recovery strategy.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.OutputSettings">
            <summary>
            Outputs all critical publishing settings to debug log.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.SetDefaultRecoveryStrategy(System.String)">
            <summary>
            Sets the default recovery strategy.
            </summary>
            <param name="reason">
            The reason to use the default strategy.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.DemandPublishingEnabled">
            <summary>
            Checks whether publishing feature is enabled and in case not throws an exception.
            </summary>
            <exception cref="T:System.Exception">Publishing feature is disabled.</exception>
        </member>
        <member name="M:Sitecore.Publishing.DefaultPublishManager.CopyMessages(Sitecore.Abstractions.BaseJob,Sitecore.Publishing.PublishStatus)">
            <summary>
            Copies the messages.
            </summary>
            <param name="job">The job to get messages from.</param>
            <param name="status">The status.</param>
        </member>
        <member name="T:Sitecore.Publishing.Diagnostics.PublishingLog">
            <summary>
            Logs all publishing actions.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Diagnostics.PublishingLog.Log">
            <summary>
            The local logger instance.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Publishing.Diagnostics.PublishingLog"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.Audit(System.String)">
            <summary>
            Logs info message with context user name.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.Error(System.String,System.Exception)">
            <summary>
            Logs error message.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.Info(System.String,System.Exception)">
            <summary>
            Logs information message.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.Warn(System.String,System.Exception)">
            <summary>
            Logs warning message.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.Fatal(System.String,System.Exception)">
            <summary>
            Logs fatal error message.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.PublishingLog.Debug(System.String,System.Exception)">
            <summary>
            Logs debug message.
            </summary>
            <param name="message">The message.</param>
            <param name="exception">The exception.</param>
        </member>
        <member name="T:Sitecore.Publishing.Diagnostics.Timer">
            <summary>
            Timing wrapper.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Diagnostics.Timer.stopwatch">
            <summary>
            The stopwatch.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Diagnostics.Timer.timerName">
            <summary>
            The timer identifier.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.Timer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Diagnostics.Timer" /> class.
            </summary>
            <param name="timerName">The name of the timer.</param>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.Timer.Start">
            <summary>
            Starts this timer.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.Timer.Stop">
            <summary>
            Stops this timer.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Diagnostics.Timer.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.DistributedPublishingManager">
            <summary>
            <see cref="T:Sitecore.Publishing.DistributedPublishingManager"/> class.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.DistributedPublishingManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishingManager.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="statusHandle">
            The status handle.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishingManager.QueuePublish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishingManager.QueuePublish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Queue a publish operation using the specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="clientLanguage">The client language.</param>
            <returns>
            The result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishingManager.StartPublishing(Sitecore.Publishing.StartPublishingRemoteEvent)">
            <summary>
            Called on the "Start publishing remote event".
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishingManager.UpdatePublishStatus">
            <summary>
            Updates the publish status for all running jobs.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishingManager.UpdatePublishStatus(Sitecore.Publishing.PublishStatusUpdatedRemoteEvent)">
            <summary>
            Updates the publish status.
            </summary>
            <param name="event">
            The @event.
            </param>
        </member>
        <member name="T:Sitecore.Publishing.DistributedPublishOptions">
            <summary>
            <see cref="T:Sitecore.Publishing.DistributedPublishOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishOptions.#ctor(Sitecore.Publishing.PublishOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DistributedPublishOptions"/> class.
            </summary>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.CompareRevisions">
            <summary>
            Gets or sets a value indicating whether to compare revisions.
            </summary>
            <value><c>true</c> if compare revisions; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.Deep">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Publishing.DistributedPublishOptions"/> is deep.
            </summary>
            <value><c>true</c> if deep; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.FromDate">
            <summary>
            Gets or sets from date.
            </summary>
            <value>From date.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.LanguageName">
            <summary>
            Gets or sets the name of the language.
            </summary>
            <value>The name of the language.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.PublishDate">
            <summary>
            Gets or sets the publish date.
            </summary>
            <value>The publish date.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.PublishingTargets">
            <summary>
            Gets or sets the publishing targets.
            </summary>
            <value>The publishing targets.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.RepublishAll">
            <summary>
            Gets or sets a value indicating whether to republish all.
            </summary>
            <value><c>true</c> if republish all; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.RootItemId">
            <summary>
            Gets or sets the root item id.
            </summary>
            <value>The root item id.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.SourceDatabaseName">
            <summary>
            Gets or sets the name of the source database.
            </summary>
            <value>The name of the source database.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.TargetDatabaseName">
            <summary>
            Gets or sets the name of the target database.
            </summary>
            <value>The name of the target database.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.PublishRelatedItems">
            <summary>
            Gets or sets a value indicating whether related items should be published.
            </summary>
            <value>
              <c>true</c> if related items should be published; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.RecoveryId">
            <summary>
            Gets the recovery id.
            </summary>
            <value>
            The recovery id.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishOptions.UserName">
            <summary>
            Gets or sets the name of the user.
            </summary>
            <value>
            The name of the user.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.DistributedPublishStatus">
            <summary>
            <see cref="T:Sitecore.Publishing.DistributedPublishStatus"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.DistributedPublishStatus.#ctor(Sitecore.Publishing.PublishStatus)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.DistributedPublishStatus"/> class.
            </summary>
            <param name="status">
            The status.
            </param>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.CurrentLanguageName">
            <summary>
            Gets or sets the name of the current language.
            </summary>
            <value>The name of the current language.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.CurrentTargetName">
            <summary>
            Gets or sets the name of the current target.
            </summary>
            <value>The name of the current target.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.Expired">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Publishing.DistributedPublishStatus"/> is expired.
            </summary>
            <value><c>true</c> if expired; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.Failed">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Publishing.DistributedPublishStatus"/> is failed.
            </summary>
            <value><c>true</c> if failed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.IsDone">
            <summary>
            Gets or sets a value indicating whether this instance is done.
            </summary>
            <value><c>true</c> if this instance is done; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.Messages">
            <summary>
            Gets or sets the messages.
            </summary>
            <value>The messages.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.Processed">
            <summary>
            Gets or sets the processed.
            </summary>
            <value>The processed.</value>
        </member>
        <member name="P:Sitecore.Publishing.DistributedPublishStatus.State">
            <summary>
            Gets or sets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="T:Sitecore.Publishing.PublishAction">
            <summary>
              Indicates an item should be published, un-published (deleted from target), or skipped.
            <para>Shows whether a whole item version, or only shared fields should be published.</para>
            <para><see cref="F:Sitecore.Publishing.PublishAction.None"/> indicates action has not been set yet.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishAction.None">
            <summary>Action type has not been set.</summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishAction.DeleteTargetItem">
            <summary>
            Delete the target item.
            <para>Used if no publishable item version is detected in source database.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishAction.PublishSharedFields">
            <summary>Publish only shared fields. All versions in the publishing language will be deleted from the target item.</summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishAction.PublishVersion">
            <summary>Publish a version of the item.</summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishAction.Skip">
            <summary>Skip publishing of item.</summary>
        </member>
        <member name="T:Sitecore.Publishing.PublishChildAction">
            <summary>
             Allow or skip item children publishing.
            <para>May indicate force publishing of children as well.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishChildAction.Skip">
            <summary>Do not publish the children.</summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishChildAction.Allow">
            <summary>Allow the children to be published.</summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishChildAction.Force">
            <summary>Force publishing of the children.</summary>
        </member>
        <member name="T:Sitecore.Publishing.PublishMode">
            <summary>
            <para>Defines an enumeration of approaches (f.e. <see cref="F:Sitecore.Publishing.PublishMode.Incremental"/>, <see cref="F:Sitecore.Publishing.PublishMode.Smart"/>) used to track modified content.</para>
            <para>Modified content is to be moved to live site via 'publishing' process.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishMode.Unknown">
            <summary>
            Unknown mode.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishMode.Full">
            <summary>
            Re-publishes everything.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishMode.Incremental">
            <summary>
            Every item change generates a record in list (f.e. PublishingQueue table).
            <para>List is inspected during publishing.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishMode.SingleItem">
            <summary>
            Publishes single item.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishMode.Smart">
            <summary>
            Publishes items that have different <see cref="F:Sitecore.FieldIDs.Revision"/> in source and target.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.PublishOperation">
            <summary>
              PublishOperation represents an action to be taken on publish candidate (target item).
              <para>Can either skip, update, create, or delete the target item.</para>
              <para><see cref="F:Sitecore.Publishing.PublishOperation.None" /> indicates operation not determined so far.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishOperation.None">
            <summary>
              Action type has not been set.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishOperation.Skipped">
            <summary>
              Left the target item as it was.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishOperation.Created">
            <summary>
              Created the target item.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishOperation.Updated">
            <summary>
              Update the target item.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishOperation.Deleted">
            <summary>
              Delete the target item.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.ActionCannotBePerformedError">
            <summary>
            ActionCannotBePerformedError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ActionCannotBePerformedError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ActionCannotBePerformedError"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ActionCannotBePerformedError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ActionCannotBePerformedError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ActionCannotBePerformedError.Action">
            <summary>
            Gets or sets the action.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ActionCannotBePerformedError.ItemId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>
            The item id.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ActionCannotBePerformedError.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning">
            <summary>
            ActionCannotBePerformedWarning class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning.Action">
            <summary>
            Gets or sets the action.
            </summary>
            <value>
            The action.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning.ItemId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>
            The item id.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ActionCannotBePerformedWarning.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError">
            <summary>
            DateDoesNotFallWithinValidRangeError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError.DateFrom">
            <summary>
            Gets or sets the date from.
            </summary>
            <value>
            The date from.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.DateDoesNotFallWithinValidRangeError.DateTo">
            <summary>
            Gets or sets the date to.
            </summary>
            <value>
            The date to.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.Error">
            <summary>
            Error class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.Error.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.Error"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.Explanation">
            <summary>
            Explanation class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.Explanation.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.Explanation"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.Explanation.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>
            The version.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.Explanation.Message">
            <summary>
            Gets or sets the message.
            </summary>
            <value>
            The message.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.Explanation.Remarks">
            <summary>
            Gets or sets the remarks.
            </summary>
            <value>
            The remarks.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.GenericError">
            <summary>
            GenericError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.GenericError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.GenericError"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.GenericError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.GenericError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.Info">
            <summary>
            Info class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.Info.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.Info"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.ItemExplanations">
            <summary>
            ItemExplanations class.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Explanations.ItemExplanations.id">
            <summary>
            The identifier of item.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Explanations.ItemExplanations.explanations">
            <summary>
            The explanations.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ItemExplanations.#ctor(Sitecore.Data.ID,System.Collections.Generic.IEnumerable{Sitecore.Publishing.Explanations.Explanation})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ItemExplanations"/> class.
            </summary>
            <param name="id">The id.</param>
            <param name="explanations">The explanations.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ItemExplanations.Id">
            <summary>
            Gets the identifier of item.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.ItemExplanations.Explanations">
            <summary>
            Gets the explanations.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.ItemPublishingRestrictedError">
            <summary>
            ItemPublishingRestrictedError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ItemPublishingRestrictedError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ItemPublishingRestrictedError"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ItemPublishingRestrictedError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ItemPublishingRestrictedError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.ItemPublishingRestrictedWarning">
            <summary>
            ItemPublishingRestrictedWarning class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ItemPublishingRestrictedWarning.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ItemPublishingRestrictedWarning"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.ItemPublishingRestrictedWarning.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.ItemPublishingRestrictedWarning"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.SecurityError">
            <summary>
            SecurityError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.SecurityError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.SecurityError"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.SecurityError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.SecurityError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.SecurityError.User">
            <summary>
            Gets or sets the user.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.SecurityError.ItemId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>
            The item id.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.SecurityError.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError">
            <summary>
            VersionNotInFinalWorkflowStepError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError.Workflow">
            <summary>
            Gets or sets the workflow of the item.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError.WorkflowState">
            <summary>
            Gets or sets the workflow state of the item.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.VersionNotInFinalWorkflowStepError.TargetsList">
            <summary>
            Gets or sets the list of targets.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.VersionPublishingRestrictedError">
            <summary>
            VersionPublishingRestrictedError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.VersionPublishingRestrictedError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.VersionPublishingRestrictedError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.VersionSupersededByNewerVersionError">
            <summary>
            VersionSupersededByNewerVersionError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.VersionSupersededByNewerVersionError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.VersionSupersededByNewerVersionError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.VersionSupersededByNewerVersionError.PublishableVersion">
            <summary>
            Gets or sets the publishable version.
            </summary>
            <value>
            The publishable version.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.VersionSupersededByOtherVersionError">
            <summary>
            VersionSupersededByOtherVersionError class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.VersionSupersededByOtherVersionError.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.VersionSupersededByOtherVersionError"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.Publishing.Explanations.VersionSupersededByOtherVersionError.PublishableVersion">
            <summary>
            Gets or sets the publishable version.
            </summary>
            <value>
            The publishable version.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Explanations.Warning">
            <summary>
            Warning class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Explanations.Warning.#ctor(Sitecore.Data.Version,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Explanations.Warning"/> class.
            </summary>
            <param name="version">The version.</param>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Publishing.HtmlCacheClearer">
            <summary>
            Represents a Html Cache clearer.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.HtmlCacheClearer.Sites">
            <summary>
            Gets the sites.
            </summary>
            <value>The sites.</value>
        </member>
        <member name="M:Sitecore.Publishing.HtmlCacheClearer.ClearCache(System.Object,System.EventArgs)">
            <summary>
            Clears the cache.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Publishing.PipelinePublishProvider">
            <summary>
            PipelinePublishProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PipelinePublishProvider.Publish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Performs a publish operation with the specified options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddFileDropAreaMediaReferences">
            <summary>
            Adds referenced media items to the publish operation.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddFileDropAreaMediaReferences.GetItemReferences(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the list of item references.
            </summary>
            <param name="context">The publish item context.</param>
            <returns>
            The list of item references.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddFileDropAreaMediaReferences.GetFileDropAreaMediaReferences(Sitecore.Data.Items.Item,System.Boolean,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the file drop area media references.
            </summary>
            <param name="item">The sitecore item.</param>
            <param name="sharedOnly">Determines whether to process shared fields only or not.</param>
            <param name="context">The context.</param>
            <returns>
            The list of referred media items via File Drop Area field.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemAliasReferences">
            <summary>
            Adds referenced alias items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemAliasReferences.GetItemReferences(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the list of item references.
            </summary>
            <param name="context">The publish item context.</param>
            <returns>
            The list of item references.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemAliasReferences.GetAliasItems(Sitecore.Data.Items.Item,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Get alias items for source version.
            </summary>
            <param name="sourceVersion">
            The source version.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            List of alias items for source version.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemAliasReferences.GetAliases(Sitecore.Data.Items.Item)">
            <summary>
            Gets the aliases (internal method).
            </summary>
            <param name="item">The item.</param>
            <returns>The list of aliases.</returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemCloneReferences">
            <summary>
            Adds referenced clone items to the publish operation.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemCloneReferences.GetItemReferences(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the list of item references.
            </summary>
            <param name="context">The publish item context.</param>
            <returns>
            The list of item references.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemCloneReferences.GetCloneItems(Sitecore.Data.Items.Item,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Get clone items for source version.
            </summary>
            <param name="sourceVersion">
            The source version.
            </param>
            <param name="context">
            The context.
            </param>
            <returns>
            The list of clone items for source version.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemLinkReferences">
            <summary>
            Adds referenced items from the links database.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemLinkReferences.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemLinkReferences"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemLinkReferences.DeepScan">
            <summary>
            Gets or sets a value indicating whether to deep scan the references.
            </summary>
            <value>
            The deep scan.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemLinkReferences.GetItemReferences(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the list of item references.
            </summary>
            <param name="context">The publish item context.</param>
            <returns>
            The list of item references.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemLinkReferences.GetReferences(Sitecore.Data.Items.Item,System.Boolean,System.Collections.Generic.HashSet{Sitecore.Data.ID})">
            <summary>
            Gets the related references.
            </summary>
            <param name="item">The item.</param>
            <param name="sharedOnly">Determines whether to process shared fields only or not.</param>
            <param name="processedItems">Recursively processed items.</param>
            <returns>
            The related references.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences.#ctor">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences.#ctor(Sitecore.Abstractions.BaseTemplateManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences" /> class.
            </summary>
            <param name="baseTemplateManager">An object of <see cref="T:Sitecore.Abstractions.BaseTemplateManager" /> class to use in this instance of <see cref="T:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences" /></param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.AddItemTemplateReferences.GetItemReferences(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesPipeline">
            <summary>
            Triggers the item references pipeline when publishing items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesPipeline.Run(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Trigger the getItemReferencesForPublishing pipeline.
            </summary>
            <param name="context">The context to process.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesPipeline.Run(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext,System.Boolean)">
            <summary>
            Trigger the getItemReferencesForPublishing pipeline.
            </summary>
            <param name="context">The context to process.</param>
            <param name="failIfNotExists">if set to <c>true</c> the code will throw an exception if pipeline not found.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesProcessor">
            <summary>
            Processor class to handle adding of referenced items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesProcessor.GetItemReferences(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the list of item references.
            </summary>
            <param name="context">The publish item context.</param>
            <returns>The list of item references.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesProcessor.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesProcessor.RegisterReferences(System.Collections.Generic.List{Sitecore.Data.Items.Item},Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Registers the references for publishing.
            </summary>
            <param name="references">The references.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.GetItemReferences.GetItemReferencesProcessor.GetPublishOptions(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the publish options.
            </summary>
            <param name="context">The context.</param>
            <returns>The publish options.</returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue">
            <summary>
            Processes the publish queue using parallel extensions.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processor entry point.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ProcessEntries(System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate},Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified actions.
            </summary>
            <param name="entries">The actions.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ProcessEntries(System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate},Sitecore.Publishing.Pipelines.Publish.PublishContext,System.Boolean)">
            <summary>
            Processes the specified actions.
            </summary>
            <param name="entries">The actions.</param>
            <param name="context">The context.</param>
            <param name="async">if set to <c>true</c> <paramref name="entries" /> are processed asynchronously.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ProcessEntries(System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate},Sitecore.Publishing.Pipelines.Publish.PublishContext,Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData,System.Boolean)">
            <summary>
            Processes the specified actions.
            </summary>
            <param name="entries">The actions.</param>
            <param name="context">The context.</param>
            <param name="threadingHelperData">The threading helper data.</param>
            <param name="async">if set to <c>true</c> <paramref name="entries" /> are processed asynchronously.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ProcessCandidate(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishContext,Sitecore.Sites.SiteContext,Sitecore.Security.Accounts.User,Sitecore.SecurityModel.SecurityState,Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData)">
            <summary>
            Processes the specific candidate.
            </summary>
            <param name="candidate">The publishing candidate.</param>
            <param name="publishContext">The publish context.</param>
            <param name="siteContext">The context site.</param>
            <param name="contextUser">The context user.</param>
            <param name="securityState">State of the security.</param>
            <param name="threadingHelperData">The threading helper data.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ProcessPublishingCandidate(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishContext,Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData)">
            <summary>
            Processes the publishing candidate.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
            <param name="threadingHelperData">The threading helper data.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData.CountdownEvent">
            <summary>
            Gets or sets the countdown event.
            </summary>
            <value>
            The countdown event.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData.ExceptionsList">
            <summary>
            Gets or sets the exceptions list.
            </summary>
            <value>
            The exceptions list.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData.#ctor(System.Threading.CountdownEvent,System.Collections.Generic.List{System.Exception})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.ParallelPublish.ParallelProcessQueue.ThreadingHelperData"/> class.
            </summary>
            <param name="countdownEvent">The countdown event.</param>
            <param name="exceptionsList">The exceptions list.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.RaiseProcessingEvent">
            <summary>
            Raises processing event.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.RaiseProcessingEvent.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.CheckVirtualItem">
            <summary>
            CheckVirtualItem class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.CheckVirtualItem.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.CheckSecurity">
            <summary>
            CheckSecurity class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.CheckSecurity.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction">
            <summary>
            DetermineAction class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction.MatchesPublishingTargets(Sitecore.Data.Items.Item,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
              Checks whether item matches publishing targets specified in publish context options.
            </summary>
            <param name="item">Item to verify.</param>
            <param name="context">Publish context of the current publish operation.</param>
            <returns><c>true</c> when item's publishing targets field is empty or contains a guid that is also listed in the current publish options.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction.HandleSourceItemNotFound(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext,Sitecore.Data.Items.Item)">
            <summary>
            Handles the situation where the source item does not exists.
            </summary>
            <param name="context">The context.</param>
            <param name="sourceItem">The source item.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction.HandleSourceVersionNotFound(Sitecore.Data.Items.Item,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Handles the situation where a publishable source version does not exists.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction.GetSourceItem(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the source item to publish.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.DetermineAction.GetSourceVersion(Sitecore.Data.Items.Item,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the source version to publish.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.MoveItems">
            <summary>
            MoveItems class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.AddToQueue(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Adds to queue.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="destinationId">The destination id.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.GetQueue(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Gets the queue.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.MoveTargetItem(Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Moves the target item.
            </summary>
            <param name="targetItem">The target item.</param>
            <param name="destinationId">The destination id.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.MoveTargetItem(Sitecore.Data.ID,Sitecore.Data.ID,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Moves a target item.
            </summary>
            <param name="targetItemId">The target item id.</param>
            <param name="destinationId">The destination id.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.ProcessItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the item.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="targetItem">The target item.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.ProcessQueue(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the queue.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.MoveItems.ShouldProcess(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Determines if the remove children operation should be performed at all.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.PerformAction">
            <summary>
            PerformAction class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PerformAction.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PerformAction.ExecuteAction(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Executes the action.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PerformAction.DeleteTargetItem(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Deletes the target item.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PerformAction.PublishSharedFields(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Publishes the shared fields.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PerformAction.PublishVersion(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Publishes the version.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.AddItemReferences">
            <summary>
            Collects and registers for publishing items references.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.AddItemReferences.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The arguments.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.RemoveUnknownChildren">
            <summary>
            RemoveUnknownChildren class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.RemoveUnknownChildren.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.RemoveUnknownChildren.ShouldProcess(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Determines if the remove children operation should be performed at all.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.RaiseProcessedEvent">
            <summary>
            RaiseProcessedEvent class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.RaiseProcessedEvent.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics">
            <summary>
            UpdateStatistics class.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics.TraceToLog">
            <summary>
            Gets or sets a value indicating whether to trace publishing information for every item to the log.
            </summary>
            <value><c>true</c> if trace to log; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics.TraceInformation(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Traces the information.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics.UpdateContextStatistics(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Updates the publish context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics.UpdateJobStatistics(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Updates the job statistics.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessedEventArgs">
            <summary>
            Defines the arguments passed in a <c>publish:itemProcessed</c> event.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessedEventArgs.#ctor(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessedEventArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessedEventArgs.Context">
            <summary>
            Gets the context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessingEventArgs">
            <summary>
            Defines the arguments passed in a <c>publish:item:processing</c> event.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessingEventArgs.#ctor(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessingEventArgs"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.ItemProcessingEventArgs.Context">
            <summary>
            Gets the context.
            </summary>
            <value>The context.</value>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext">
            <summary>
            Carries publishing-related metadata like <see cref="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.PublishOptions"/>, <see cref="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.PublishContext"/>, and <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult"/>.
            <para>Has <see cref="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.User"/> who triggered the publish, and <see cref="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.Job"/> used for running publishing.</para>
            <para>Allows to abort publish item pipeline.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.#ctor(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext"/> class.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="publishOptions">The publish options.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.Action">
            <summary>
            Gets the type of the action.
            </summary>
            <value>The type of the action.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.ItemId">
            <summary>
            Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.Job">
            <summary>
            Gets or sets the job.
            </summary>
            <value>The job.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.PublishContext">
            <summary>
            Gets the publish context.
            </summary>
            <value>The publish context.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.PublishHelper">
            <summary>
            Gets or sets the publish helper.
            </summary>
            <value>The publish helper.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.PublishOptions">
            <summary>
            Gets the publish options.
            </summary>
            <value>The publish options.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.Result">
            <summary>
            Gets or sets the result (action to be taken for candidate, and explanation).
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.User">
            <summary>
            Gets or sets the user.
            </summary>
            <value>The user.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.VersionToPublish">
            <summary>
            Gets or sets the version to publish.
            </summary>
            <value>The version to publish.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.ItemName">
            <summary>
            Gets or sets the name of the item.
            </summary>
            <value>
            The name of the item.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.ItemUri">
            <summary>
            Gets or sets the item URI.
            </summary>
            <value>
            The item URI.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.AbortPipeline(Sitecore.Publishing.PublishOperation,Sitecore.Publishing.PublishChildAction,System.String)">
            <summary>
            Aborts the pipeline.
            </summary>
            <param name="operation">The operation that was performed.</param>
            <param name="childAction">The action for children.</param>
            <param name="explanation">A message explaining why the pipeline was aborted.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.AbortPipeline(Sitecore.Publishing.PublishOperation,Sitecore.Publishing.PublishChildAction,System.String,System.Boolean)">
            <summary>
            Aborts the pipeline.
            </summary>
            <param name="operation">The operation that was performed.</param>
            <param name="childAction">The action for children.</param>
            <param name="explanation">A message explaining why the pipeline was aborted.</param>
            <param name="shouldBeReturnedToPublishQueue">Boolean value indicating whether item should be returned to publish queue.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext.Clone(Sitecore.Data.ID)">
            <summary>
            Create a clone with the specified item id.
            </summary>
            <param name="itemId">The item id.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemPipeline">
            <summary>
            PublishItemPipeline class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemPipeline.Run(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Runs the 'publish' pipeline with specified arguments.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemProcessor">
            <summary>
            PublishItemProcessor class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemProcessor.Process(Sitecore.Publishing.Pipelines.PublishItem.PublishItemContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult">
            <summary>
            Carries the action to be taken for target item, and the reason why it was picked.
            <para>Carries the child action, as well as referred items.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.childAction">
            <summary>
            The child action.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.explanation">
            <summary>
            Explanation on why the <see cref="F:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.operation"/> was chosen.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.operation">
            <summary>
            The publish operation to be taken for the given target item.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.shouldBeReturnedToPublishQueue">
            <summary>
            Boolean value indicating whether item should be returned to publish queue.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.referredItems">
            <summary>
            Items referred by published item.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.#ctor(Sitecore.Publishing.PublishOperation,Sitecore.Publishing.PublishChildAction)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult"/> class.
            </summary>
            <param name="operation">The operation.</param>
            <param name="childAction">The child action.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.#ctor(Sitecore.Publishing.PublishOperation,Sitecore.Publishing.PublishChildAction,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult"/> class.
            </summary>
            <param name="operation">Type of operation that was performed.</param>
            <param name="childAction">The action for children.</param>
            <param name="explanation">An optional explanation of the result.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.#ctor(Sitecore.Publishing.PublishOperation,Sitecore.Publishing.PublishChildAction,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult"/> class.
            </summary>
            <param name="operation">Type of operation that was performed.</param>
            <param name="childAction">The action for children.</param>
            <param name="explanation">An optional explanation of the result.</param>
            <param name="shouldBeReturnedToPublishQueue">Boolean value indicating whether item should be returned to publish queue.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.ChildAction">
            <summary>
            Gets the action for children.
            </summary>
            <value>The child action.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.Explanation">
            <summary>
            Gets an explanation of the result (might be blank).
            </summary>
            <value>The explanation.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.Operation">
            <summary>
            Gets the type of operation that was performed.
            </summary>
            <value>The type of the action.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.ReferredItems">
            <summary>
            Gets the list of referred items that must be published together with current item.
            </summary>
            <value>The list of referred items.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult.ShouldBeReturnedToPublishQueue">
            <summary>
            Gets a value indicating whether item should be returned to publish queue.
            </summary>
            <value>
            <c>true</c> if item should be returned to publish queue; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishVersion.Processors.RemoveOtherVersions">
            <summary>
            Fills placeholder renderings list.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishVersion.Processors.RemoveOtherVersions.Process(Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs)">
            <summary>
            Fills placeholder renderings list.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishVersion.Processors.RemoveOtherVersions.RemoveVersions(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Removes any target versions other than the source version.
            </summary>
            <param name="sourceItem">
            The source item.
            </param>
            <param name="targetItem">
            The target item.
            </param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs">
            <summary>
            Arguments for PublishItemVersion pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.source">
            <summary>
            The version
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.options">
            <summary>
            The options
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.target">
            <summary>
            The item unique identifier
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.result">
            <summary>
            The result
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Publishing.PublishOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs" /> class.
            </summary>
            <param name="source">The source.</param>
            <param name="target">The target.</param>
            <param name="options">The options.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.Source">
            <summary>
            Gets the device id.
            </summary>
            <value>The device id.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.Target">
            <summary>
            Gets or sets the dialog URL.
            </summary>
            <value>The dialog URL.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.Options">
            <summary>
            Gets the options.
            </summary>
            <value>
            The options.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.PublishVersion.PublishItemVersionArgs.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>
            The result.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.OverridePublishContext">
            <summary>
            OverridePublishContext class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.OverridePublishContext.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Entry point for the pipeline processor.
            </summary>
            <param name="context">The current PublishContext.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.OverridePublishContext.IsDeepItemPublish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the value indicating whether the interrogated PublishOptions instance describes a item publish operation of with descendants processing.
            </summary>
            <param name="options">The instance of PublishOptions to interrogate.</param>
            <returns><c>true</c> if the operation will process the item and all its descendants.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.OverridePublishContext.IsSingleItemPublish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the value indicating whether the interrogated PublishOptions instance describes a single item publish operation.
            </summary>
            <param name="options">The instance of PublishOptions to interrogate.</param>
            <returns><c>true</c> if the operation will process one item.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.OverridePublishContext.IsSitePublish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the value indicating whether the interrogated PublishOptions instance describes a site-wide publish operation.
            </summary>
            <param name="options">The instance of PublishOptions to interrogate.</param>
            <returns><c>true</c> if the publish operation is site-wide.</returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.AddLanguagesToQueue">
            <summary>
            AddLanguagesToQueue class
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddLanguagesToQueue.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddLanguagesToQueue.GetLanguageItems(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Gets the language items.
            </summary>
            <param name="context">The publish context.</param>
            <returns>Collection of language items.</returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue">
            <summary>
            AddTemplatesToQueue class
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetTemplateItems(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the template items.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetTemplatesForFullPublish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the templates for full publish.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetTemplatesForIncrementalPublish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the templates for incremental publish.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetAllTemplates(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets all template items.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetSingleTemplate(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the single template.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetItem(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.GetTemplateRoot(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the template root.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddTemplatesToQueue.StartingAtRoot(Sitecore.Publishing.PublishOptions)">
            <summary>
            Startings at root.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.AddItemsToQueue">
            <summary>
            PipelineSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.AddItemsToQueue.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents">
            <summary>
            Raises queued events.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents.#ctor(Sitecore.Abstractions.BaseEventQueueProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents"/> class.
            </summary>
            <param name="eventQueueProvider">The instance of <see cref="T:Sitecore.Abstractions.BaseEventQueueProvider"/> to access <see cref="T:Sitecore.Eventing.IEventQueue"/> instances.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="eventQueueProvider"/> is null.</exception>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.RaiseQueuedEvents.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.ProcessQueue">
            <summary>
            ProcessQueue publish processor implementation.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processor entry point.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.ProcessEntries(System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate},Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified actions.
            </summary>
            <param name="entries">The actions.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.ProcessPublishingCandidate(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the publishing candidate recursively.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.ProcessPublishingCandidate(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishContext,System.Collections.Generic.List{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate}@,System.Collections.Generic.List{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate}@)">
            <summary>
            Gets the value.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
            <param name="referrers">The referrers.</param>
            <param name="children">The child entries.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.RemoveDuplicateReferrers(System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate},Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Returns collection of publish candidates which does not exists in the publish queue.
            </summary>
            <param name="referredItems">
            The referred items.
            </param>
            <param name="context">
            The publish context.
            </param>
            <returns>
            Returns collection of publish candidates.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.SkipReferrers(Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult,Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Determines whether item referrers should or should not be published.
            </summary>
            <param name="result">The result.</param>
            <param name="context">The context.</param>
            <returns><c>true</c> if item references should not be published.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.CreateItemContext(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Creates the item context.
            </summary>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
            <returns>The publish item context.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.SkipChildren(Sitecore.Publishing.Pipelines.PublishItem.PublishItemResult,Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Determines whether to skip processing of the children.
            </summary>
            <param name="result">The result.</param>
            <param name="entry">The entry.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if item children should not be published.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.UpdateJobStatus(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Updates the status of the current publishing job.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.RelatedEntries">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.RelatedEntries.ReferredEntries">
            <summary>
            Gets the referred entries.
            </summary>
            <value>
            The referred entries.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.RelatedEntries.ChildEntries">
            <summary>
            Gets the child entries.
            </summary>
            <value>
            The child entries.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.RelatedEntries.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate},System.Collections.Generic.IEnumerable{Sitecore.Publishing.Pipelines.Publish.PublishingCandidate})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.ProcessQueue.RelatedEntries"/> class.
            </summary>
            <param name="referredEntries">The referred entries.</param>
            <param name="childEntries">The child entries.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate">
            <summary>
            Carries <see cref="F:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.ItemId"/> and <see cref="F:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.Language"/> for already processed element.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.ItemId">
            <summary>
            Gets the item identifier.
            </summary>
            <value>
            The item identifier.
            </value>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.Language">
            <summary>
            Gets the language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.#ctor(Sitecore.Data.ID,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate"/> struct.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.Equals(Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate)">
            <summary>
            Equalses the specified other.
            </summary>
            <param name="other">The other.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object" />, is equal to this instance.
            </summary>
            <param name="obj">The <see cref="T:System.Object" /> to compare with this instance.</param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.ProcessedPublishingCandidate.GetHashCode">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishContext">
            <summary>
            Carries publishing-related metadata (f.e. <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.PublishOptions"/>, <see cref="T:Sitecore.Publishing.PublishStatistics"/>, <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.MaxDegreeOfParallelism"/>, and <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.DisableDatabaseCaches"/> flag).
            <para>Use <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.PublishOptions"/> to get source, and target databases, or publishing mode.</para>
            <para>Add elements considered for publishing to <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.Queue"/>. See <see cref="T:Sitecore.Publishing.Pipelines.Publish.AddLanguagesToQueue"/> as example.</para>
            <para>Explore <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.ProcessedPublishingCandidates"/> to get the list of already processed items.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.publishOptions">
            <summary>
            The publish options.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.statistics">
            <summary>
            The publishing statistics.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.job">
            <summary>
            The publishing job.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.queue">
            <summary>
            The queue of multiple publishing candidate sets.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.result">
            <summary>
            The publish result.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.user">
            <summary>
            The context user for the publishing context.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Pipelines.Publish.PublishContext.retryCandidates">
            <summary>
            The concurrent queue of re-try candidates for publishing.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishContext.#ctor(Sitecore.Publishing.PublishOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishContext"/> class.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.Job">
            <summary>
            Gets or sets the job.
            </summary>
            <value>The job.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.PublishOptions">
            <summary>
            Gets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.DisableDatabaseCaches">
            <summary>
            Gets or sets a value indicating whether database cache population needs to be disabled.
            </summary>
            <value><c>true</c> if database caches are not populated; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.MaxDegreeOfParallelism">
            <summary>
            Gets or sets a value indicating the maximum number of concurrent publishing tasks.
            </summary>
            <returns>The maximum number of concurrent publishing tasks.</returns>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.Queue">
            <summary>
            Gets or sets the source item ids.
            </summary>
            <value>The source item ids.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.DeleteCandidates">
            <summary>
            Gets or sets the delete candidates.
            </summary>
            <value>
            The delete candidates.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.Languages">
            <summary>
            Gets or sets the languages for publishing.
            </summary>
            <value>The languages for publishing.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.Result">
            <summary>
            Gets the result of the publishing operation.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.Statistics">
            <summary>
            Gets the statistics.
            </summary>
            <value>The statistics.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.User">
            <summary>
            Gets or sets the user.
            </summary>
            <value>The user.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.ProcessedPublishingCandidates">
            <summary>
            Gets the processed publishing candidates.
            </summary>
            <value>
            The processed publishing candidates.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishContext.TaskScheduler">
            <summary>
            Gets or sets the task scheduler.
            </summary>
            <value>
            The task scheduler.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate">
            <summary>
              Carries metadata regarding publish candidate item (f.e. <see cref="F:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.itemId"/>, <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ItemName"/>, <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ItemUri"/>).
            <para>Carries publishing metadata (f.e. <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.PublishAction"/>, <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.PublishOptions"/>, <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.Language"/>, <see cref="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ChildEntries"/>) as well.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.#ctor(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate" /> class.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.#ctor(Sitecore.Data.ID,System.String,Sitecore.Publishing.PublishOptions)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate" /> class.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="options">The options.</param>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ChildEntries">
            <summary>
              Gets the child entries.
            </summary>
            <value>The child entries.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ItemId">
            <summary>
              Gets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ItemName">
            <summary>
              Gets or sets the name of the item.
            </summary>
            <value>
              The name of the item.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.ItemUri">
            <summary>
              Gets or sets the item URI.
            </summary>
            <value>
              The item URI.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.Language">
            <summary>
              Gets the language.
            </summary>
            <value>
              The language.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.PublishAction">
            <summary>
              Gets or sets the publish action.
            </summary>
            <value>
              The publish action.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.PublishOptions">
            <summary>
              Gets the publish item options.
            </summary>
            <value>The publish options.</value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.Equals(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate)">
            <summary>
              Indicates whether the current object is equal to another object of the same type.
            </summary>
            <returns>
              true if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
            </returns>
            <param name="other">An object to compare with this object.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.Equals(System.Object)">
            <summary>
              Determines whether the specified <see cref="T:System.Object" /> is equal to the current
              <see cref="T:System.Object" />.
            </summary>
            <returns>
              true if the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Object" />;
              otherwise, false.
            </returns>
            <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.Object" />. </param>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.GetHashCode">
            <summary>
              Serves as a hash function for a particular type.
            </summary>
            <returns>
              A hash code for the current <see cref="T:System.Object" />.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.op_Equality(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishingCandidate)">
            <summary>
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishingCandidate.op_Inequality(Sitecore.Publishing.Pipelines.Publish.PublishingCandidate,Sitecore.Publishing.Pipelines.Publish.PublishingCandidate)">
            <summary>
            </summary>
            <param name="left"></param>
            <param name="right"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishPipeline">
            <summary>
            PublishPipeline class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishPipeline.Run(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Runs the 'publish' pipeline with specified arguments.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishPipeline.Run(Sitecore.Publishing.PublishOptions)">
            <summary>
            Runs the 'publish' pipeline with specified arguments.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishProcessor">
            <summary>
            Publish Processor.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishProcessor.Process(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="context">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishQueue">
            <summary>
            Publish Queue class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishQueue"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.Clear">
            <summary>
            Removes all entries from the queue.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetChildIterator(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets an iterator for enumerating a (sub)tree.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetContentBranch(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets an iterator for enumerating a (sub)tree.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetCount">
            <summary>
            Gets the count.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetEmptyIterator">
            <summary>
            Gets the empty iterator.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetPublishQueue(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets an iterator for enumerating the publish queue.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetPublishQueues(Sitecore.Publishing.Pipelines.Publish.PublishContext)">
            <summary>
            Gets an iterator for enumerating the publish queue.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetParents(Sitecore.Data.Items.Item)">
            <summary>
            Gets an iterator for enumerating the parents.
            </summary>
            <param name="item">The item.</param>
            <returns>Iterator for enumerating the parents.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.IsPredefinedRootId(Sitecore.Data.ID)">
            <summary>
            Determines whether provided id is a predefined root id.
            </summary>
            <param name="id">The id.</param>
            <returns>
              <c>true</c> if provided id is a predefined root id; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueue.GetItem(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets the item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishQueueEntry">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishQueueEntry.ItemId">
            <summary>
            Gets or sets the item identifier.
            </summary>
            <value>
            The item identifier.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishQueueEntry.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>
            The language.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishQueueEntry.#ctor(Sitecore.Data.ID,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishQueueEntry"/> class.
            </summary>
            <param name="itemId">The item identifier.</param>
            <param name="language">The language.</param>
        </member>
        <member name="T:Sitecore.Publishing.Pipelines.Publish.PublishResult">
            <summary>
            A wrapper for publishing statistics (how many items were created, updated, deleted, and skipped).
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Pipelines.Publish.PublishResult.Statistics">
            <summary>
            Gets or sets the statistics.
            </summary>
            <value>
            The statistics.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Pipelines.Publish.PublishResult.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.PreviewManager">
            <summary>
            PreviewManager class
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PreviewManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PreviewManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PreviewManager.Previewing">
            <summary>
            Gets a value indicating whether the system is in previewing mode.
            </summary>
            <value><c>true</c> if previewing; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Publishing.PreviewManager.GetShellUser">
            <summary>
            Gets the current shell user.
            </summary>
            <remarks>This user will be used when accessing the shell site during preview.</remarks>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.PreviewManager.ResetShellUser">
            <summary>
            Resets the current shell user (i.e. removes the cookie).
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PreviewManager.RestoreUser">
            <summary>
            Restores the previous user.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PreviewManager.SetUserContext">
            <summary>
            Sets up the user context for the current request.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PreviewManager.StoreShellUser">
            <summary>
            Stores the current shell user in preparation for switching to preview mode.
            </summary>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PreviewManager.StoreShellUser(System.Boolean)">
            <summary>
            Stores the current shell user in preparation for switching to preview mode.
            </summary>
            <param name="forceLogout">Force current user to logout.</param>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="T:Sitecore.Publishing.PreviewProvider">
            <summary>
            PreviewProvider class
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PreviewProvider.Previewing">
            <summary>
            Gets a value indicating whether the system is in previewing mode.
            </summary>
            <value><c>true</c> if previewing; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Publishing.PreviewProvider.GetShellUser">
            <summary>
            Gets the current shell user.
            </summary>
            <remarks>This user will be used when accessing the shell site during preview.</remarks>
            <returns>Returns Shell user</returns>
        </member>
        <member name="M:Sitecore.Publishing.PreviewProvider.ResetShellUser">
            <summary>
            Resets the current shell user (i.e. removes the cookie).
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PreviewProvider.RestoreUser">
            <summary>
            Restores the previous user.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PreviewProvider.SetUserContext">
            <summary>
            Sets up the user context for the current request.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PreviewProvider.StoreShellUser">
            <summary>
            Stores the current user in preparation for switching to preview mode.
            </summary>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PreviewProvider.StoreShellUser(System.Boolean)">
            <summary>
            Stores the current user in preparation for switching to preview mode.
            </summary>
            <param name="forceLogout">Force current user to logout.</param>
            <remarks>The user will be used when accessing the shell site during preview.</remarks>
        </member>
        <member name="T:Sitecore.Publishing.PreviewProviderCollection">
            <summary>
            PreviewProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PreviewProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Publishing.PreviewProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Publishing.PublishChildComparer">
            <summary>
            PublishChildComparer class
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishChildComparer.Compare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two objects and returns a value indicating
            whether one is less than, equal to, or greater than the other.
            Templates are always less than regular Items
            Items with short paths are lesser than Items with long paths.
            </summary>
            <param name="itemX">The first item to compare.</param>
            <param name="itemY">The second item to compare.</param>
            <returns>
            Value Condition:
            Less than zero if <c>itemX</c> is 'less' than <c>itemY</c>.
            Zero if <c>itemX</c> 'equals' <c>itemY</c>.
            Greater than zero if <c>itemX</c> is 'greater' than <c>itemY</c>.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="T:Sitecore.Publishing.Publisher">
            <summary>
            Represents the publisher.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.#ctor(Sitecore.Publishing.PublishOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Publisher"/> class.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.#ctor(Sitecore.Publishing.PublishOptions,System.Collections.Generic.IEnumerable{Sitecore.Globalization.Language})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Publisher"/> class.
            </summary>
            <param name="options">The options.</param>
            <param name="languages">The languages.</param>
        </member>
        <member name="P:Sitecore.Publishing.Publisher.Options">
            <summary>
            Gets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Publishing.Publisher.WillBeQueued">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Publishing.Publisher"/> wills the be queued.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Publishing.Publisher"/> wills the be queued; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.GetJobName">
            <summary>
            Gets the name of the job that will be used when publishing is run asynchronously.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.GetJobDisplayName">
            <summary>
            Gets the name of the job that will be used when publishing is run asynchronously.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.Publish">
            <summary>
            Publishes this instance.
            </summary>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.PublishWithResult">
            <summary>
            Publishes this instance.
            </summary>
            <returns>
            The publish result.
            </returns>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.PublishAsync">
            <summary>
            Performs publishing asynchronously.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.AssertState">
            <summary>
            Asserts the state.
            </summary>
            <exception cref="T:System.InvalidOperationException">Throws a <c>InvalidOperationException</c> if the <see cref="P:Sitecore.Publishing.PublishOptions.Mode"/> is unknown.</exception>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.GetPublishLock">
            <summary>
            Gets a publish lock.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.NotifyBegin">
            <summary>
            Notifies the begin.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.NotifyEnd">
            <summary>
            Notifies the end.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.NotifyFailure(System.Exception)">
            <summary>
            Notifies the failure.
            </summary>
            <param name="ex">The ex.</param>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.PerformPublish">
            <summary>
            Executes the publish event.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.PerformPublishWithResult">
            <summary>
            Executes the publish event.
            </summary>
            <returns>
            The publish result.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.UpdateLastPublish">
            <summary>
            Updates the last publish.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.PerformRecoveryDump">
            <summary>
            Performs the recovery dump if enabled.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.RemoveRecoveryDump">
            <summary>
            Removes the recovery dump.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Publisher.HandleFailedPublish(System.Exception)">
            <summary>
            Handles the failed publish.
            </summary>
            <param name="ex">The exception which cause the failure.</param>
        </member>
        <member name="T:Sitecore.Publishing.PublishHelper">
            <summary>
            PublishHelper class.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishHelper.options">
            <summary>
            The options.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.#ctor(Sitecore.Publishing.PublishOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishHelper"/> class.
            </summary>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="P:Sitecore.Publishing.PublishHelper.Options">
            <summary>
            Gets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.IsPublishing">
            <summary>
            Returns whether the current context is within the publishing site.
            </summary>
            <returns><c>true</c> if the code is in the publishing context.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CanPublish(Sitecore.Data.ID,Sitecore.Security.Accounts.User,System.String@)">
            <summary>
            Determines whether a user can publish the specified item id.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="user">
            The user.
            </param>
            <param name="explanation">
            A message explaining why the user can not publish the item.
            </param>
            <returns>
              <c>true</c> if the user can publish the specified item id; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.DeleteTargetItem(Sitecore.Data.ID)">
            <summary>
            Deletes the specified target item (if it exists).
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetItemToPublish(Sitecore.Data.ID)">
            <summary>
            Gets the item to publish.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The item to publish.</returns>
            <remarks>
            This might not be the exact version that is to be published. This is found by calling <see cref="M:Sitecore.Publishing.PublishHelper.GetVersionToPublish(Sitecore.Data.Items.Item)" />.
            </remarks>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetSourceItem(Sitecore.Data.ID)">
            <summary>
            Gets the source item.
            </summary>
            <param name="itemId">The item Id.</param>
            <returns>The source item.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetTargetItem(Sitecore.Data.ID)">
            <summary>
            Gets the target item.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The target item.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetTargetItemInLanguage(Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Gets the target item in a specified language.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <returns>The target item.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetUnknownChildIds(Sitecore.Data.ID)">
            <summary>
            Gets the unknown child ids (children that are in the target but not in the source).
            </summary>
            <param name="itemId">The source item id.</param>
            <returns>The unknown child ids.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetVersionToPublish(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version to publish.
            </summary>
            <param name="sourceItem">The source item.</param>
            <returns>The version to publish.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetVersionToPublish(Sitecore.Data.Items.Item,Sitecore.Data.Database)">
            <summary>
            Gets the version to publish.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>The version to publish.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.PublishSharedFields(Sitecore.Data.Items.Item)">
            <summary>
            Publishes the shared fields.
            </summary>
            <param name="sourceItem">The source item.</param>
            <returns>The result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.PublishVersion(Sitecore.Data.Items.Item)">
            <summary>
            Publishes the version.
            </summary>
            <param name="sourceVersion">The source version.</param>
            <returns>The result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.SourceItemExists(Sitecore.Data.ID)">
            <summary>
            Determines if a source item exists.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The source item exists.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.TargetItemExists(Sitecore.Data.ID)">
            <summary>
            Determines if a target item exists.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <returns>
            The target item exists.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CopyToTarget(Sitecore.Data.Items.Item)">
            <summary>
            Copies the specified source version to the target.
            </summary>
            <param name="sourceVersion">
            The source version.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CopyToTarget(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Copies the specified source version to the target.
            </summary>
            <param name="sourceVersion">Version of item to be published</param>
            <param name="originalItem">Original version of published item</param>
            The source version.
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.UpdateTargetItemChanges(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Generates ItemChanges for targetVersion relational to orginalTargetItem
            </summary>
            <param name="targetVersion">Version of item to be published</param>
            <param name="orginalTargetItem">Original version of published item</param>
            <returns>ItemChanges</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetPublishableItemChanges(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Generates proper ItemChanges for publishing to avoid excessive changes
            </summary>
            <param name="targetVersion">Version of item to be published</param>
            <param name="orginalItem">Original version of published item</param>
            <returns>ItemChanges</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetRealItemChanges(Sitecore.Data.Items.ItemChanges,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Comparing two version, then get the real changes including the IsMandatoryFieldIDsForFieldChanges to avoid excessive changes
            </summary>
            <param name="originalChanges">Version full changes of the item</param>
            <param name="targetVersion">Version of item to be published</param>
            <param name="orginalTargetItem">Original version of published item</param>
            <returns>ItemChanges</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CanPublishLanguage(Sitecore.Data.ID,Sitecore.Security.Accounts.User,System.String@)">
            <summary>
            Determines whether the specified user can publish item
            It will consider both "delete and update item".
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="user">
            The user.
            </param>
            <param name="explanation">
            A message explaining why the user can not publish the item.
            </param>
            <returns>
            <c>true</c> if language write is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.TryGetAffectedItem(Sitecore.Data.ID,Sitecore.Data.Items.Item@)">
            <summary>
            To find the Item from either source or target
            </summary>
            <param name="itemId">
            The item Id.
            </param>
            <param name="result">Found Item</param>
            <returns>
            Item if found
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.TryGetLanguageItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item@)">
            <summary>
            to check the whether the input item is language item or not
            if not, language manager will be use to get the language item from the input item
            </summary>
            <param name="item">
            found item
            </param>
            <param name="result">found Item</param>
            <returns>
            Item if found
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.IsAuthorizeLanguageWrite(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Security.Accounts.User,System.String@)">
            <summary>
            Determines whether the specified user can publish item with language:write access.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="languageItem">
            The specified language Item.
            </param>
            <param name="user">
            the user
            </param>
            <param name="explanation">
            A message explaining why the user can not publish the item.
            </param>
            <returns>
            <c>true</c> if language write is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CanPublishDeletion(Sitecore.Data.ID,Sitecore.Security.Accounts.User,System.String@)">
            <summary>
            Determines whether the specified user can delete the target item.
            </summary>
            <param name="itemId">
            The item id.
            </param>
            <param name="user">
            The user.
            </param>
            <param name="explanation">
            A message explaining why the user can not publish the item.
            </param>
            <returns>
              <c>true</c> if deletion is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CanPublishUpdate(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.User,System.String@)">
            <summary>
            Determines whether the specified user can update the target item.
            </summary>
            <param name="sourceItem">
            The source item.
            </param>
            <param name="user">
            The user.
            </param>
            <param name="explanation">
            A message explaining why the user can not publish the item.
            </param>
            <returns>
              <c>true</c> if this instance [can publish update] the specified source item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CompareItemsWithoutRevision(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares two items without revision.
            </summary>
            <param name="item1">
            The item1.
            </param>
            <param name="item2">
            The item2.
            </param>
            <returns>
            <c>true</c> if the items are identical, <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CompareItemsProperties(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Checks whether items have equal property values.
            </summary>
            <param name="item1">The item to compare.</param>
            <param name="item2">The item to compare with.</param>
            <returns>[true] in case item properties are equal, otherwise [false]</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CopyBlobFields(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Copies the BLOB streams associated with the source version to the target database.
            </summary>
            <param name="sourceVersion">
            The source version.
            </param>
            <param name="targetVersion">
            The target version.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CopyBlobField(Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item)">
            <summary>
            Copies the BLOB stream associated with the source field to the target database.
            </summary>
            <param name="sourceField">The source field.</param>
            <param name="targetVersion">The target item version.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CreateTargetItem(Sitecore.Data.Items.Item)">
            <summary>
            Creates a target item based on a source version.
            </summary>
            <param name="sourceVersion">The source version.</param>
            <returns>Target item based on a source version.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.GetTargetDestination(Sitecore.Data.Items.Item)">
            <summary>
            Gets the destination for a target item.
            </summary>
            <param name="sourceVersion">The source version.</param>
            <returns>The destination for a target item.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.IsSameRevision(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified source version has the same revision id as the target item.
            </summary>
            <param name="sourceVersion">
            The source version.
            </param>
            <param name="targetItem">
            The target item.
            </param>
            <returns>
              <c>true</c> if the revisions are identical; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.PublishSharedFields(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Publishes the shared fields.
            </summary>
            <param name="sourceItem">The source item.</param>
            <param name="targetItem">The target item.</param>
            <param name="targetCreated">Boolean flag indicating whether target was created.</param>
            <returns>The result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.PublishVersionToTarget(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Publishes the source version to the target item.
            </summary>
            <param name="sourceVersion">The source version.</param>
            <param name="targetItem">The target item.</param>
            <param name="targetCreated">Boolean flag indicating whether target was created.</param>
            <returns>The result of the operation.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CompareNotVersionedFields(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares all "UnVersioned" and "Shared" fields. Returns true if they're equal.
            </summary>
            <param name="sourceItem">
            The source item.
            </param>
            <param name="targetItem">
            The target item.
            </param>
            <returns>
            The compare not versioned fields.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.CompareClonedFields(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares the cloned fields.
            </summary>
            <param name="item1">The item1 for field1</param>
            <param name="item2">The item2 for field2</param>
            <returns>
            Result.Value is <c>true</c> if all fields contain the same values.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.RemoveOtherVersions(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Removes any target versions other than the source version.
            </summary>
            <param name="sourceItem">
            The source item.
            </param>
            <param name="targetItem">
            The target item.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.ReplaceFieldValues(Sitecore.Data.Items.Item)">
            <summary>
            Runs the <see cref="P:Sitecore.Publishing.PublishOptions.Replacer">replacer</see> on the field values of the target version.
            </summary>
            <param name="targetVersion">
            The target version.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.TransformToTargetVersion(Sitecore.Data.Items.Item)">
            <summary>
            Transforms to target item.
            </summary>
            <param name="sourceVersion">
            The source item.
            </param>
            <returns>
            Transformed item
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.EraseFieldValue(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Erases the field value.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldId">The field identifier.</param>
        </member>
        <member name="T:Sitecore.Publishing.PublishHelper.EvaluationResult`1">
            <summary>
            Defines the evaluation result class.
            </summary>
            <typeparam name="T">The type parameter.</typeparam>
        </member>
        <member name="F:Sitecore.Publishing.PublishHelper.EvaluationResult`1.value">
            <summary>
            Value of the result;
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishHelper.EvaluationResult`1.hasValue">
            <summary>
            Whether the result has been set;
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishHelper.EvaluationResult`1.HasValue">
            <summary>
            Gets a value indicating whether this instance has value.
            </summary>
            <value><c>true</c> if this instance has value; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishHelper.EvaluationResult`1.Value">
            <summary>
            Gets the value of the result.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.EvaluationResult`1.SetValue(`0)">
            <summary>
            Sets the value.
            </summary>
            <param name="newValue">The value.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishHelper.EvaluationResult`1.SetReason(System.String)">
            <summary>
            Sets the reason.
            </summary>
            <param name="newReason">The reason.</param>
        </member>
        <member name="T:Sitecore.Publishing.PublishingInformation.PublishingInformationBuilder">
            <summary>
            Defines the publishing information builder.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishingInformation.PublishingInformationBuilder.GetPublishingInformation(Sitecore.Data.Items.Item,Sitecore.Publishing.PublishingInformation.PublishingInformationLevel)">
            <summary>
            Gets the publishing information.
            </summary>
            <param name="item">The item.</param>
            <param name="level">The level.</param>
            <returns>The collection of <c>Explanation</c> objects.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishingInformation.PublishingInformationBuilder.GetPublishingInformationForItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the publishing information for item.
            </summary>
            <param name="item">The item.</param>
            <returns>The publishing information for item.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishingInformation.PublishingInformationBuilder.GetPublishingInformationForVersion(Sitecore.Data.Items.Item)">
            <summary>
            Gets the publishing information for version.
            </summary>
            <param name="version">The version.</param>
            <returns>The publishing information for version.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishingInformation.PublishingInformationBuilder.IsWorkflowEnabled">
            <summary>
            Determines whether workflow are enabled for publishing site.
            </summary>
            <returns>
              <c>true</c> if workflows are enabled for publishing site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishingInformation.PublishingInformationBuilder.IsInWorkflow(Sitecore.Data.Items.Item,Sitecore.Workflows.IWorkflow@,Sitecore.Workflows.WorkflowState@)">
            <summary>
            Determines whether the specified item is in workflow.
            </summary>
            <param name="item">The item.</param>
            <param name="workflow">The workflow.</param>
            <param name="workflowState">State of the workflow.</param>
            <returns>
              <c>true</c> if the specified item is in workflow; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.PublishingInformation.PublishingInformationLevel">
            <summary>
            Defines the publishing information level.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishingInformation.PublishingInformationLevel.Item">
            <summary>
            Publishing information for item.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishingInformation.PublishingInformationLevel.Version">
            <summary>
            Publishing information for version.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.PublishManager">
            <summary>
            Represents the Publish Manager.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishManager.PublishRecoveryStrategy">
            <summary>
            Gets the publish recovery strategy.
            </summary>
            <value>
            The publish recovery strategy.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType)">
            <summary>
            Updates the publish queue.
            </summary>
            <param name="item">
            The item that should be added.
            </param>
            <param name="updateType">
            Type of the update.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType,System.Boolean)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="item">The item.</param>
            <param name="updateType">Type of the update.</param>
            <param name="specificLanguage">if set to <c>true</c> [specific language].</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemUpdateType,System.DateTime)">
            <summary>
            Updates the publish queue.
            </summary>
            <param name="item">The item that should be added.</param>
            <param name="updateType">Type of the update.</param>
            <param name="additionalDate">An additional date to check, expressed as UTC.</param>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,System.String,System.DateTime)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="item">
            The item to publish.
            </param>
            <param name="action">
            The action.
            </param>
            <param name="date">
            The publish date, expressed as UTC.
            </param>
            <returns>
            The add to publish queue.
            </returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Items.Item,System.String,System.DateTime,System.Boolean)">
            <summary>
            Adds to publish queue.
            </summary>
            <param name="item">The item.</param>
            <param name="action">The action.</param>
            <param name="date">The date.</param>
            <param name="specificLanguage">if set to <c>true</c> [specific language].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Data.Items.ItemUpdateType,System.DateTime)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="updateType">Type of the update.</param>
            <param name="date">The publish date, expressed as UTC.</param>
            <returns>Boolean value indicating whether item was successfully added to publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.AddToPublishQueue(Sitecore.Data.Database,Sitecore.Data.ID,System.String,System.DateTime,System.Boolean,System.String)">
            <summary>
            Adds an item to the publish queue.
            </summary>
            <param name="database">The database of the item.</param>
            <param name="itemId">The identifier of the item.</param>
            <param name="action">The action.</param>
            <param name="date">The publish date.</param>
            <param name="forceAddToPublishQueue">if set to <c>true</c>, forces adding item to publish queue.</param>
            <param name="language">Item language to publish. "*" if all languages are necessary to be published</param>
            <returns>
            Boolean value indicating whether item was successfully added to publish queue.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.CleanupPublishQueue(System.DateTime,Sitecore.Data.Database)">
            <summary>
            Cleans up the publish queue.
            </summary>
            <param name="to">Publish to date, expressed as UTC.</param>
            <param name="database">The database.</param>
            <returns>The cleanup publish queue.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.ClearPublishQueue(Sitecore.Data.Database)">
            <summary>
            Clears the publish queue.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.CreatePublishContext(Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishPipeline"/>.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            Publish context object
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.CreatePublishHelper(Sitecore.Publishing.PublishOptions)">
            <summary>
            Gets a publish Helper.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            PublishHelper object
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.CreatePublishItemContext(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemPipeline"/>.
            </summary>
            <param name="itemId">
            The id of the item to publish.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            PublishItemContext object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.GetPublishQueue(Sitecore.Data.Database)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="database">The database.</param>
            <returns>PublishQueue object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.GetPublishQueue(System.DateTime,System.DateTime,Sitecore.Data.Database)">
            <summary>
            Gets the publish queue.
            </summary>
            <param name="from">From date to get objects from Queue, expressed as UTC.</param>
            <param name="to">To date to get objects from Queue, expressed as UTC.</param>
            <param name="database">The database.</param>
            <returns>IdList object.</returns>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.GetPublishQueueEntries(System.DateTime,System.DateTime,Sitecore.Data.Database)">
            <summary>
            Gets the publish entries.
            </summary>
            <param name="from">From date to get objects from Queue.</param>
            <param name="to">To date to get objects from Queue.</param>
            <param name="database">The database.</param>
            <returns>IdList object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.GetPublishingTargets(Sitecore.Data.Database)">
            <summary>
            Gets the publishing targets defined in a specific database.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The targets.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="handle">The handle.</param>
            <returns>PublishStatus object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.Initialize">
            <summary>
            Initializes event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.IsSmartPublishScheduled(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Checks if a smart publish is scheduled.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="targetDatabaseName">
            Name of the target database.
            </param>
            <param name="language">
            The language.
            </param>
            <returns>
            <c>true</c> if smart publish is scheduled for the specified target database; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.Publish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Publishes with specified options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.Publish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Publishes with specified options.
            </summary>
            <param name="options">The options.</param>
            <param name="clientLanguage">The client Language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.PublishIncremental(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Publishes in incremental mode.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="targets">
            The targets.
            </param>
            <param name="languages">
            The languages.
            </param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.PublishIncremental(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Publishes in incremental mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="clientLanguage">The Client language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.PublishItem(Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],System.Boolean,System.Boolean)">
            <summary>
            Publishes an item.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.PublishItem(Sitecore.Data.Items.Item,Sitecore.Data.Database[],Sitecore.Globalization.Language[],System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Publishes an item.
            </summary>
            <param name="item">The item to publish.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <param name="compareRevisions">if set to <c>true</c> this instance is compare revisions.</param>
            <param name="publishRelatedItems">if set to <c>true</c> related items are published.</param>
            <returns>
            Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.PublishSmart(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Publishes in smart mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.PublishSmart(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Publishes in smart mode.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <param name="clientLanguage">The client language.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.RebuildDatabase(Sitecore.Data.Database,Sitecore.Data.Database[])">
            <summary>
            Rebuilds the database.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="targets">
            The targets.
            </param>
            <returns>
            The database.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.Republish(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[])">
            <summary>
            Republishes the specified source.
            </summary>
            <param name="source">The source.</param>
            <param name="targets">The targets.</param>
            <param name="languages">The languages.</param>
            <returns>Publish process Handle object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.Republish(Sitecore.Data.Database,Sitecore.Data.Database[],Sitecore.Globalization.Language[],Sitecore.Globalization.Language)">
            <summary>
            Republishes the specified source.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="targets">
            The targets.
            </param>
            <param name="languages">
            The languages.
            </param>
            <param name="clientLanguage">
            The client language.
            </param>
            <returns>Publish process Handle object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.ScheduleSmartPublish(Sitecore.Data.Database)">
            <summary>
            Schedules a smart publish for all targets and languages in a database.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.ScheduleSmartPublish(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Schedules a smart publish.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="targetName">
            Name of the target database.
            </param>
            <param name="language">
            The language.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.UnscheduleSmartPublish(Sitecore.Data.Database,System.String,Sitecore.Globalization.Language)">
            <summary>
            Unschedules a smart publish.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="targetName">
            Name of the target database.
            </param>
            <param name="language">
            The language.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.WaitFor(Sitecore.Handle,System.Int32,System.Int32)">
            <summary>
            Waits for the specified handle.
            </summary>
            <param name="handle">The job handle.</param>
            <param name="timeout">The timeout in msec.</param>
            <param name="pollInterval">The poll interval in msec.</param>
            <returns>
            True when the job is done.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishManager.WaitFor(Sitecore.Handle)">
            <summary>
            Waits for the publish job to finish by specified handle.
            </summary>
            <param name="handle">The job handle.</param>
            <returns>True when the job is done.</returns>
        </member>
        <member name="T:Sitecore.Publishing.PublishOptions">
            <summary>
            Carries parameters for content publishing:
            <para>Source database (work-in-progress items), and language to publish.</para>
            <para><see cref="T:Sitecore.Publishing.PublishMode"/> to detect modified content (f.e. <see cref="F:Sitecore.Publishing.PublishMode.Smart"/>).</para>
            <para>Publish time to apply publish restrictions (locating 'publishable' item version).</para>
            <para>Publishing target(s) - live content destination(s).</para>
            <para>Used by <see cref="T:Sitecore.Publishing.PublishManager"/> API.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.#ctor(Sitecore.Data.Database,Sitecore.Data.Database,Sitecore.Publishing.PublishMode,Sitecore.Globalization.Language,System.DateTime,System.Collections.Generic.List{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishOptions"/> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="mode">The mode.</param>
            <param name="language">The language.</param>
            <param name="publishDate">The publish date.</param>
            <param name="publishingTargets">The publishing targets.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.#ctor(Sitecore.Data.Database,Sitecore.Data.Database,Sitecore.Publishing.PublishMode,Sitecore.Globalization.Language,System.DateTime,System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishOptions"/> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="mode">The mode.</param>
            <param name="language">The language.</param>
            <param name="publishDate">The publish date.</param>
            <param name="publishingTargets">The publishing targets.</param>
            <param name="userName">Name of the user.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.#ctor(Sitecore.Data.Database,Sitecore.Data.Database,Sitecore.Publishing.PublishMode,Sitecore.Globalization.Language,System.DateTime,Sitecore.Security.Accounts.User)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishOptions"/> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="mode">The mode.</param>
            <param name="language">The language.</param>
            <param name="publishDate">The publish date.</param>
            <param name="user">The user.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.#ctor(Sitecore.Data.Database,Sitecore.Data.Database,Sitecore.Publishing.PublishMode,Sitecore.Globalization.Language,System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishOptions"/> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="mode">The mode.</param>
            <param name="language">The language.</param>
            <param name="publishDate">The publish date.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.#ctor(Sitecore.Data.Database,Sitecore.Data.Database,Sitecore.Publishing.PublishMode,Sitecore.Globalization.Language,System.DateTime,System.String,Sitecore.Text.Replacer)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishOptions" /> class.
            </summary>
            <param name="sourceDatabase">The source database.</param>
            <param name="targetDatabase">The target database.</param>
            <param name="mode">The mode.</param>
            <param name="language">The language.</param>
            <param name="publishDate">The publish date.</param>
            <param name="userName">Name of the user.</param>
            <param name="replacer">The replacer.</param>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.PublishRelatedItems">
            <summary>
            Gets or sets a value indicating whether related items should be published.
            </summary>
            <value>
              <c>true</c> if related items should be published; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.ChildComparer">
            <summary>
            Gets or sets the child comparer.
            </summary>
            <value>The child comparer.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.CompareRevisions">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Publishing.PublishOptions"/> compares the revisions.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Publishing.PublishOptions"/> compares the revisions; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.Deep">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Publishing.PublishOptions"/> is deep.
            </summary>
            <value><c>true</c> if deep; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.FromDate">
            <summary>
            Gets or sets from date.
            </summary>
            <value>From date.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.ExplicitlySetFromDate">
            <summary>
             Gets from date if it was explicitly set.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.LanguageGroupingHashCode">
            <summary>
            Gets the unique hash for PublishOptions grouping to be used in multilingual publishing.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.PublishDate">
            <summary>
            Gets or sets the publish date.
            </summary>
            <value>The publish date.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.Replacer">
            <summary>
            Gets or sets the replacer.
            </summary>
            <value>The replacer.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.RepublishAll">
            <summary>
            Gets a value indicating whether all data in all languages will be published.
            </summary>
            <remarks>
              This is a special mode of publishing used for completely rebuilding a web database.
            </remarks>
            <value>
                <c>true</c> if all languages will be published; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.RootItem">
            <summary>
            Gets or sets the root item.
            </summary>
            <value>The root item.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.SourceDatabase">
            <summary>
            Gets or sets the source database.
            </summary>
            <value>The source database.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.TargetDatabase">
            <summary>
            Gets or sets the target database.
            </summary>
            <value>The target database.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.PublishingTargets">
            <summary>
              The list of publishing targets selected for the current publish operation.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.RecoveryId">
            <summary>
            Gets or sets the recovery id.
            </summary>
            <value>
            The recovery id.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishOptions.UserName">
            <summary>
            Gets or sets the name of the user.
            </summary>
            <value>
            The name of the user.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>The clone of this instance.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.OnSerializingMethod(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Called when this instance is being serialized.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishOptions.OnDeserializedMethod(System.Runtime.Serialization.StreamingContext)">
            <summary>
            Called when this instance is deserialized.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Publishing.PublishProvider">
            <summary>
            PublishProvider
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishProvider.CreatePublishContext(Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.Publish.PublishPipeline"/>.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishProvider.CreatePublishHelper(Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a publish helper instance.
            </summary>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishProvider.CreatePublishItemContext(Sitecore.Data.ID,Sitecore.Publishing.PublishOptions)">
            <summary>
            Creates a context object for use in the <see cref="T:Sitecore.Publishing.Pipelines.PublishItem.PublishItemPipeline"/>.
            </summary>
            <param name="itemId">The id of the item to publish.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishProvider.Publish(Sitecore.Publishing.PublishOptions)">
            <summary>
            Performs a publish operation with the specified options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="T:Sitecore.Publishing.PublishProviderCollection">
            <summary>
            PublishProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Publishing.PublishProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Publishing.PublishRegistration">
            <summary>
            <see cref="T:Sitecore.Publishing.PublishRegistration"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishRegistration.#ctor(Sitecore.Handle)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishRegistration"/> class.
            </summary>
            <param name="statusHandle">
            The status handle.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishRegistration.#ctor(Sitecore.Handle,Sitecore.Handle,Sitecore.Handle,Sitecore.Publishing.PublishStatus)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishRegistration"/> class.
            </summary>
            <param name="statusHandle">The status handle.</param>
            <param name="jobHandle">The job handle.</param>
            <param name="originatorHandle">The originator handle.</param>
            <param name="status">The status.</param>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.JobHandle">
            <summary>
            Gets or sets the job handle.
            </summary>
            <value>The job handle.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.OriginatorHandle">
            <summary>
            Gets or sets the originator handle.
            </summary>
            <value>The originator handle.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.Status">
            <summary>
            Gets or sets the status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.StatusHandle">
            <summary>
            Gets or sets the status handle.
            </summary>
            <value>The status handle.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.StatusRevision">
            <summary>
            Gets or sets the status revision.
            </summary>
            <value>The status revision.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.Expired">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Publishing.PublishRegistration"/> is expired.
            </summary>
            <value><c>true</c> if expired; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.ExpiredTime">
            <summary>
            Gets or sets time when publish registration will be expired, expressed as UTC.
            </summary>
            <value><see cref="T:System.DateTime"/> The time when publish registration will be expired.</value>
            <remarks><c>DateTime.Kind</c> should be <c>DateTimeKind.Utc</c>.</remarks>
        </member>
        <member name="P:Sitecore.Publishing.PublishRegistration.Created">
            <summary>
            Gets or sets the created.
            </summary>
            <value>The created.</value>
        </member>
        <member name="M:Sitecore.Publishing.PublishRegistration.SetStatus(Sitecore.Publishing.PublishStatus)">
            <summary>
            Sets the status.
            </summary>
            <param name="status">
            The status.
            </param>
        </member>
        <member name="T:Sitecore.Publishing.PublishStatistics">
            <summary>
              Carries numbers of created, updated, deleted, and skipped item versions during publishing operation.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatistics.Created">
            <summary>
              Gets or sets the number of created items.
            </summary>
            <value>The created.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatistics.Deleted">
            <summary>
              Gets or sets the number of deleted items.
            </summary>
            <value>The deleted.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatistics.Skipped">
            <summary>
              Gets or sets the number of skipped items.
            </summary>
            <value>The skipped.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatistics.Updated">
            <summary>
              Gets or sets the number of updated items.
            </summary>
            <value>The updated.</value>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatistics.IncrementCreated">
            <summary>
              Increments number of created items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatistics.IncrementDeleted">
            <summary>
              Increments number of deleted items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatistics.IncrementSkipped">
            <summary>
              Increments number of skipped items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatistics.IncrementUpdated">
            <summary>
              Increments number of updated items.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatistics.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.PublishStatus">
            <summary>
            Represents the status of a publish.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.messages">
            <summary>
            The messages.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.waitHandle">
            <summary>
            The _wait handle.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.currentLanguageMessage">
            <summary>
            The current languages message.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.currentLanguage">
            <summary>
            The _current language.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.currentLanguages">
            <summary>
            The current languages.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.currentTarget">
            <summary>
            The _current target.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.failed">
            <summary>
            The failed.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.processed">
            <summary>
            The processed.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.state">
            <summary>
            The state.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.PublishStatus.afterLife">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishStatus"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.CurrentLanguageMessage">
            <summary>
            Gets the status of the current languages(s).
            </summary>
            <value>The status of current language(s).</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.CurrentLanguage">
            <summary>
            Gets the current language.
            </summary>
            <value>The current language.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.CurrentLanguages">
            <summary>
            Gets the current languages.
            </summary>
            <value>The current languages.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.CurrentTarget">
            <summary>
            Gets the current target.
            </summary>
            <value>The current target.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.Failed">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Publishing.PublishStatus"/> is failed.
            </summary>
            <value><c>true</c> if failed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.AfterLifeExpired">
            <summary>
            Gets a value indicating whether [after life expired].
            </summary>
            <value>
              <c>true</c> if [after life expired]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.AfterLife">
            <summary>
            Gets or sets the after life.
            </summary>
            <value>
            The after life.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.IsDone">
            <summary>
            Gets a value indicating whether this instance is done.
            </summary>
            <value><c>true</c> if this instance is done; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.Expired">
            <summary>
            Gets or sets a value indicating whether this instance is expired.
            </summary>
            <value>
            <c>true</c> if this instance is expired; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.Messages">
            <summary>
            Gets the messages.
            </summary>
            <value>The messages.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.Processed">
            <summary>
            Gets the processed.
            </summary>
            <value>The processed.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.Revision">
            <summary>
            Gets or sets the revision.
            </summary>
            <value>The revision.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.State">
            <summary>
            Gets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatus.WaitHandle">
            <summary>
            Gets the wait handle.
            </summary>
            <value>The wait handle.</value>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetCurrentLanguage(Sitecore.Globalization.Language)">
            <summary>
            Sets the current language.
            </summary>
            <param name="language">
            The language.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetCurrentLanguages(System.Collections.Generic.IEnumerable{Sitecore.Globalization.Language})">
            <summary>
            Sets the current languages.
            </summary>
            <param name="languages">
            The languages.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetCurrentTarget(Sitecore.Data.Database)">
            <summary>
            Sets the current target.
            </summary>
            <param name="target">
            The target.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetExpired(System.Boolean)">
            <summary>
            Sets the expired status.
            </summary>
            <param name="expired">if set to <c>true</c> [expired].</param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetFailed(System.Boolean)">
            <summary>
            Sets the failed.
            </summary>
            <param name="failed">
            if set to <c>true</c> this instance is failed.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetProcessed(System.Int64)">
            <summary>
            Sets the processed.
            </summary>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatus.SetState(Sitecore.Jobs.JobState)">
            <summary>
            Sets the state.
            </summary>
            <param name="state">
            The state.
            </param>
        </member>
        <member name="T:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent">
            <summary>
            <see cref="T:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent.#ctor(Sitecore.Publishing.DistributedPublishStatus,Sitecore.Handle)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent"/> class.
            </summary>
            <param name="status">
            The status.
            </param>
            <param name="statusHandle">
            The status handle.
            </param>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent.EventName">
            <summary>
            Gets or sets the name of the event.
            </summary>
            <value>The name of the event.</value>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent.Status">
            <summary>
            Gets or sets Status.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.PublishStatusUpdatedRemoteEvent.StatusHandle">
            <summary>
            Gets or sets StatusHandle.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.PublishStrategy">
            <summary>
            Defines the publish strategy class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStrategy.#ctor(Sitecore.Abstractions.BasePublishManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.PublishStrategy"/> class.
            </summary>
            <param name="publishManager">
            The publish manager.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.PublishStrategy.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="handle">
            The handle.
            </param>
            <returns>PublishStatus object.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishStrategy.Publish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Publishes using the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>The handle.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishStrategy.Publish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Publishes using the specified options.
            </summary>
            <param name="options">The options.</param>
            <param name="clientLanguage">The client Language.</param>
            <returns>The handle.</returns>
        </member>
        <member name="M:Sitecore.Publishing.PublishStrategy.UpdatePublishStatus">
            <summary>
            Updates the publish status.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.PublishStrategy.CheckSecurity(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Checks the security.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy">
            <summary>
            Base implementation for a publish recovery strategy.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.serializer">
            <summary>
            The serializer.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.IsEnabled">
            <summary>
            Gets a value indicating whether recovery is enabled.
            </summary>
            <value>
            <c>true</c> if this instance is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.Dump(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Dumps the specified options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.Recover">
            <summary>
            Recovers the previously dumped options.
            </summary>
            <returns>The collection of recovered dumps.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.Clear(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Clears the previously dumped data.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.Serialize(Sitecore.Publishing.PublishOptions)">
            <summary>
            Serializes the given options.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The serialized <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.Deserialize(System.String)">
            <summary>
            Deserializes data to a PublishOptions instance.
            </summary>
            <param name="data">The data to deserialize.</param>
            <returns>The deserialized options.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.ClearAll">
            <summary>
            Clears all previously dumped data.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.HandleFailure(Sitecore.Publishing.PublishOptions,System.Exception)">
            <summary>
            Handles a failed publish.
            </summary>
            <param name="options">The options.</param>
            <param name="ex">The exception which caused the failure.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.DumpOptions(Sitecore.Publishing.PublishOptions)">
            <summary>
            Dumps a single set of options.
            </summary>
            <param name="options">The publish options to dump.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.RecoverOptions">
            <summary>
            Recovers multiple previous publish options.
            </summary>
            <returns>The collection of recovered options.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.AbstractPublishRecoveryStrategy.ClearOptions(Sitecore.Publishing.PublishOptions)">
            <summary>
            Clears a single set of options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy">
            <summary>
            Uses the database to store/retrieve publishes during publish recovery.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.propertyPrefix">
            <summary>
            The property prefix.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.database">
            <summary>
            The database where information is stored.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.DatabaseName">
            <summary>
            Gets or sets the database where information is stored.
            </summary>
            <value>
            The database.
            </value>
        </member>
        <member name="P:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.PropertyPrefix">
            <summary>
            Gets or sets the property prefix used by this instance.
            </summary>
            <value>
            The property prefix.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.ClearAll">
            <summary>
            Clears all previously dumped data.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.HandleFailure(Sitecore.Publishing.PublishOptions,System.Exception)">
            <summary>
            Handles a failed publish.
            </summary>
            <param name="options">The options.</param>
            <param name="ex">The exception which caused the failure.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.DumpOptions(Sitecore.Publishing.PublishOptions)">
            <summary>
            Dumps a single set of options.
            </summary>
            <param name="options">The publish options to dump.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.RecoverOptions">
            <summary>
            Recovers multiple previous publish options.
            </summary>
            <returns>The collection of recovered options.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.ClearOptions(Sitecore.Publishing.PublishOptions)">
            <summary>
            Clears a single set of options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.GenerateKey(Sitecore.Publishing.PublishOptions)">
            <summary>
            Generates the key used when storing/retrieving recovery options.
            </summary>
            <param name="options">The options.</param>
            <returns>The key to identify the publish options.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.DatabasePublishRecoveryStrategy.GetDatabase(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="name">The name.</param>
            <returns>A database instance.</returns>
            <exception cref="T:System.ArgumentException">Name is empty string.</exception>
            <exception cref="T:System.ArgumentNullException">Name is null.</exception>
            <exception cref="T:System.InvalidOperationException"><see cref="T:Sitecore.Data.Database"/> with specified name does not exist.</exception>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy">
            <summary>
            Uses the file system to store/retrieve publishes during publish recovery.
            </summary>
        </member>
        <member name="F:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.dumpPath">
            <summary>
            The dump path.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.DumpLocation">
            <summary>
            Gets or sets the dump location.
            </summary>
            <value>
            The dump location.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.ClearAll">
            <summary>
            Clears all previously dumped data.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.HandleFailure(Sitecore.Publishing.PublishOptions,System.Exception)">
            <summary>
            Handles a failed publish.
            </summary>
            <param name="options">The options.</param>
            <param name="ex">The exception which caused the failure.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.DumpOptions(Sitecore.Publishing.PublishOptions)">
            <summary>
            Dumps a single set of options.
            </summary>
            <param name="options">The publish options to dump.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.RecoverOptions">
            <summary>
            Recovers multiple previous publish options.
            </summary>
            <returns>The collection of recovered options.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.ClearOptions(Sitecore.Publishing.PublishOptions)">
            <summary>
            Clears a single set of options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.ResolveDumpPath(Sitecore.Publishing.PublishOptions)">
            <summary>
            Resolves the dump path.
            </summary>
            <param name="options">The options.</param>
            <returns>The path the dump should be saved as.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.GetFiles">
            <summary>
            Gets the files.
            </summary>
            <returns>The collection of files.</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.FileSystemPublishRecoveryStrategy.GetDumpPath(System.String)">
            <summary>
            Gets the dump path.
            </summary>
            <param name="path">The path.</param>
            <returns>The created path.</returns>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy">
            <summary>
            Contract for a publish recovery strategy
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy.IsEnabled">
            <summary>
            Gets a value indicating whether recovery is enabled.
            </summary>
            <value>
            <c>true</c> if this instance is enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy.Dump(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Dumps the specified options.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy.Recover">
            <summary>
            Recovers the previously dumped options.
            </summary>
            <returns>The collection of recovered dumps</returns>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy.Clear(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Clears the previously dumped data.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy.ClearAll">
            <summary>
            Clears all previously dumped data.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.IPublishRecoveryStrategy.HandleFailure(Sitecore.Publishing.PublishOptions,System.Exception)">
            <summary>
            Handles a failed publish.
            </summary>
            <param name="options">The options.</param>
            <param name="ex">The exception which caused the failure</param>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.Pipelines.CollectRecoveryData">
            <summary>
            Collects recovery data to publish.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.Pipelines.CollectRecoveryData.Process(Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.Pipelines.IsPublishRecoveryEnabled">
            <summary>
            Aborts pipeline if publish recovery is not enabled.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.Pipelines.IsPublishRecoveryEnabled.Process(Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.Pipelines.PerformPublishOperations">
            <summary>
            Picks up publishes not completed previously.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.Pipelines.PerformPublishOperations.Process(Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineArgs)">
            <summary>
            Processes the specified options.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipeline">
            <summary>
            Runs the pipeline to handle recovery of publishes.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipeline.InitializeFromPipeline(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Initializes from pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipeline.Run">
            <summary>
            Runs the publish recovery pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineArgs">
            <summary>
            Arguments for the publish recovery pipeline.
            </summary>
        </member>
        <member name="P:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineArgs.PublishOptions">
            <summary>
            Gets or sets the publish options.
            </summary>
            <value>
            The publish options.
            </value>
        </member>
        <member name="T:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineProcessor">
            <summary>
            Processes publish options handled through the recovery pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineProcessor.Process(Sitecore.Publishing.Recovery.Pipelines.PublishRecoveryPipelineArgs)">
            <summary>
            Processes the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Publishing.RemotePublishingEventHandler">
            <summary>
            <see cref="T:Sitecore.Publishing.RemotePublishingEventHandler"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishingEventHandler.OnStartPublishing(System.Object,System.EventArgs)">
            <summary>
            Processes the specified event.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The <see cref="T:System.EventArgs"/> instance containing the event data.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishingEventHandler.OnStatusUpdated(System.Object,System.EventArgs)">
            <summary>
            Called when [status updated].
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishingEventHandler.IsPublishingServer(Sitecore.Publishing.StartPublishingRemoteEvent)">
            <summary>
            Determines whether this is the publishing server.
            </summary>
            <param name="event">
            The @event.
            </param>
            <returns>
            <c>true</c> if this is the publishing server; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Publishing.RemotePublishStrategy">
            <summary>
            Defines the remote publish strategy class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishStrategy.#ctor(Sitecore.Abstractions.BasePublishManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.RemotePublishStrategy"/> class.
            </summary>
            <param name="publishManager">
            The publish manager.
            </param>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishStrategy.GetStatus(Sitecore.Handle)">
            <summary>
            Gets the status.
            </summary>
            <param name="handle">The handle.</param>
            <returns>PublishStatus object.</returns>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishStrategy.Publish(Sitecore.Publishing.PublishOptions[])">
            <summary>
            Publishes using the specified options.
            </summary>
            <param name="options">The options.</param>
            <returns>The handle.</returns>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishStrategy.Publish(Sitecore.Publishing.PublishOptions[],Sitecore.Globalization.Language)">
            <summary>
            Publishes using the specified options.
            </summary>
            <param name="options">The options.</param>
            <param name="clientLanguage">The client Language.</param>
            <returns>The handle.</returns>
        </member>
        <member name="M:Sitecore.Publishing.RemotePublishStrategy.UpdatePublishStatus">
            <summary>
            Updates the publish status.
            </summary>
        </member>
        <member name="T:Sitecore.Publishing.RenderingParametersCacheClearer">
            <summary>
            Defines the RenderingParametersCacheClearer type.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.RenderingParametersCacheClearer.ClearCache(System.Object,System.EventArgs)">
            <summary>
            Clears the cache.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Publishing.SmartHtmlCacheClearer">
            <summary>
            Represents a Html Cache clearer with automatized logic of site resolving.
            As an initial source of candidates, the cache clearer uses a list of all registered sites in the system.
            The clearer selects all sites from this list which use html cache (cacheHtml is true) and
            initiate the cache cleanup procedure for them.
            If due to some reason, cache should not be cleared for a certain site, its definition should include
            the 'preventHtmlCacheClear' attribute with true value.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.SmartHtmlCacheClearer.#ctor(Sitecore.Abstractions.BaseCacheManager,Sitecore.Abstractions.BaseSiteContextFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.SmartHtmlCacheClearer" /> class.
            </summary>
            <param name="cacheManager">The cache manager.</param>
            <param name="siteContextFactory">The site context factory.</param>
        </member>
        <member name="M:Sitecore.Publishing.SmartHtmlCacheClearer.ClearCache(System.Object,System.EventArgs)">
            <summary>
            Clears the cache.
            </summary>
            <param name="sender">The sender.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Publishing.StartPublishingRemoteEvent">
            <summary>
            <see cref="T:Sitecore.Publishing.StartPublishingRemoteEvent"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Publishing.StartPublishingRemoteEvent.#ctor(Sitecore.Publishing.DistributedPublishOptions[],Sitecore.Handle,System.String,Sitecore.Globalization.Language)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Publishing.StartPublishingRemoteEvent"/> class.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="statusHandle">
            The status handle.
            </param>
            <param name="userName">
            Name of the user starting the publish operation.
            </param>
            <param name="clientLanguage">The client language.</param>
        </member>
        <member name="P:Sitecore.Publishing.StartPublishingRemoteEvent.ClientLanguage">
            <summary>
            Gets or sets the client language. Used for translations.
            </summary>
            <value>The Language.</value>
        </member>
        <member name="P:Sitecore.Publishing.StartPublishingRemoteEvent.Options">
            <summary>
            Gets or sets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Publishing.StartPublishingRemoteEvent.PublishingServer">
            <summary>
            Gets or sets the publish server.
            </summary>
            <value>The publish server.</value>
        </member>
        <member name="P:Sitecore.Publishing.StartPublishingRemoteEvent.StatusHandle">
            <summary>
            Gets or sets the status handle.
            </summary>
            <value>The status handle.</value>
        </member>
        <member name="P:Sitecore.Publishing.StartPublishingRemoteEvent.UserName">
            <summary>
            Gets or sets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="P:Sitecore.Publishing.StartPublishingRemoteEvent.EventName">
            <summary>
            Gets or sets the name of the event.
            </summary>
            <value>The name of the event.</value>
        </member>
        <member name="T:Sitecore.Reflection.Emit.Argument">
            <summary>
            Represents an Argument.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.Argument.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.Emit.Argument"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.Argument.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.Emit.Argument"/> class.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Argument.Index">
            <summary>
            Gets or sets the index.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Argument.Argument0">
            <summary>
            Gets the argument0.
            </summary>
            <value>The argument0.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Argument.Argument1">
            <summary>
            Gets the argument1.
            </summary>
            <value>The argument1.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Argument.Argument2">
            <summary>
            Gets the argument2.
            </summary>
            <value>The argument2.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Argument.Argument3">
            <summary>
            Gets the argument3.
            </summary>
            <value>The argument3.</value>
        </member>
        <member name="T:Sitecore.Reflection.Emit.EmitWriter">
            <summary>
            Represents a EmitWriter.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.#ctor(System.Reflection.Emit.ILGenerator)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.Emit.EmitWriter"/> class.
            </summary>
            <param name="generator">The generator.</param>
        </member>
        <member name="P:Sitecore.Reflection.Emit.EmitWriter.ILGenerator">
            <summary>
            Gets the generator.
            </summary>
            <value>The generator.</value>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.BranchOnFalse(System.Reflection.Emit.Label)">
            <summary>
            Branches on false.
            </summary>
            <param name="label">The label.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.BranchOnTrue(System.Reflection.Emit.Label)">
            <summary>
            Branches on true.
            </summary>
            <param name="label">The label.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Call(System.Reflection.MethodInfo)">
            <summary>
            Emits the specified opcode.
            </summary>
            <param name="methodInfo">The method info.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.CreateArray(System.Type)">
            <summary>
            Creates the array.
            </summary>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.CreateObject(System.Reflection.ConstructorInfo)">
            <summary>
            Creates the object.
            </summary>
            <param name="con">The con.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.CreateObject(System.Collections.Specialized.NameValueCollection,Sitecore.Reflection.Emit.Local)">
            <summary>
            Emits the specified collection.
            </summary>
            <param name="collection">The collection.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.CreateObject(System.Collections.Generic.List{System.String},Sitecore.Reflection.Emit.Local)">
            <summary>
            Emits the specified collection.
            </summary>
            <param name="collection">The collection.</param>
            <param name="local">The local.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.DeclareLocal(System.Type)">
            <summary>
            Declares the local.
            </summary>
            <param name="localType">Type of the loca.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.DefineLabel">
            <summary>
            Declares the local.
            </summary>
            <returns>The label.</returns>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.MarkLabel(System.Reflection.Emit.Label)">
            <summary>
            Declares the local.
            </summary>
            <param name="label">The label.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Push(System.String)">
            <summary>
            Pushes the string.
            </summary>
            <param name="value">The string.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Push(System.Int32)">
            <summary>
            Pushes the integer.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Push(System.Boolean)">
            <summary>
            Pushes the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Push(Sitecore.Reflection.Emit.Local)">
            <summary>
            Pushes the integer.
            </summary>
            <param name="local">The local storage.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Push(Sitecore.Reflection.Emit.Argument)">
            <summary>
            Pushes the argument.
            </summary>
            <param name="argument">The argument.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Push(System.Object[])">
            <summary>
            Pushes the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
            <exception cref="T:System.Exception">Invalid Parameter.</exception>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.PushNull">
            <summary>
            Pushes the string.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Pop">
            <summary>
            Pops.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Return">
            <summary>
            Emits the return.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.Store(Sitecore.Reflection.Emit.Local)">
            <summary>
            Stores the in local.
            </summary>
            <param name="local">The local storage.</param>
        </member>
        <member name="M:Sitecore.Reflection.Emit.EmitWriter.StoreAndPush(Sitecore.Reflection.Emit.Local)">
            <summary>
            Performs a stores and push operation.
            </summary>
            <param name="local">The local.</param>
        </member>
        <member name="T:Sitecore.Reflection.Emit.Local">
            <summary>
            Represents a Local.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.Local.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.Emit.Local"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.Emit.Local.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.Emit.Local"/> class.
            </summary>
            <param name="index">The index.</param>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Local.Index">
            <summary>
            Gets or sets the index.
            </summary>
            <value>The index.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Local.Local0">
            <summary>
            Gets the local0.
            </summary>
            <value>The local0.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Local.Local1">
            <summary>
            Gets the local1.
            </summary>
            <value>The local1.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Local.Local2">
            <summary>
            Gets the local2.
            </summary>
            <value>The local2.</value>
        </member>
        <member name="P:Sitecore.Reflection.Emit.Local.Local3">
            <summary>
            Gets the local3.
            </summary>
            <value>The local3.</value>
        </member>
        <member name="T:Sitecore.Reflection.FastInvoker">
            <summary>A delegate to invoke fast methods.</summary>
        </member>
        <member name="T:Sitecore.Reflection.IFactory">
            <summary>
            IFactory
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.IFactory.GetObject(System.String)">
            <summary>
            Gets the object.
            </summary>
            <param name="identifier">The identifier.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.IInitializable">
            <summary>
            Defines the basic properties and functionality of an object that can be initialized.
            </summary>
        </member>
        <member name="P:Sitecore.Reflection.IInitializable.AssignProperties">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Reflection.IInitializable"/> assigns the properties.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Reflection.IInitializable"/> assigns the properties; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Reflection.IInitializable.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the object from the specified config node.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="T:Sitecore.Reflection.INexusDataApi">
            <summary>
            INexusDataApi interface
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.AddFromTemplate(Sitecore.Data.ID,Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID)">
            <summary>
            Adds a new item from a template.
            </summary>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="itemName">Name of the item.</param>
            <param name="newId">The new id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds a new version to an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.BlobStreamExists(System.Guid,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified item field contains a BLOB value.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns>
                <c>true</c> if the field contains a BLOB value; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Copies an item.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyId">The copy id.</param>
            <param name="deep">if set to <c>true</c> [deep].</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item)">
            <summary>
            Creates an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.DeleteItem(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Deletes an item.
            </summary>
            <param name="item">The item.</param>
            <param name="parentId">The parent id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.GetBlobStream(System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from a field.
            </summary>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.GetChildren(Sitecore.Data.Items.Item)">
            <summary>
            Gets the children of an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.GetItem(Sitecore.Data.ID,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.GetParent(Sitecore.Data.Items.Item)">
            <summary>
            Gets the parent of an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.GetRootItem(Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Gets the root item of a database.
            </summary>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.GetVersions(Sitecore.Data.Items.Item,Sitecore.Globalization.Language)">
            <summary>
            Gets the versions of an item.
            </summary>
            <param name="item">The item.</param>
            <param name="language">The language.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.HasChildren(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has any children.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item has children; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.MoveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Moves an item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.RemoveData(Sitecore.Data.ID,Sitecore.Globalization.Language,System.Boolean,Sitecore.Data.Database)">
            <summary>
            Removes the data associated with an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="language">The language.</param>
            <param name="removeSharedData">If set to <c>true</c>, remove shared data.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.RemoveVersion(Sitecore.Data.Items.Item)">
            <summary>
            Removes a version from an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.ResolvePath(System.String,Sitecore.Data.Database)">
            <summary>
            Resolves an item path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.SaveItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.ItemChanges)">
            <summary>
            Saves an item.
            </summary>
            <param name="item">The item.</param>
            <param name="changes">The changes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApi.SetBlobStream(System.IO.Stream,System.Guid,Sitecore.Data.Database)">
            <summary>
            Gets a BLOB stream from a field.
            </summary>
            <param name="stream">The stream.</param>
            <param name="blobId">The BLOB id.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.INexusDataApiEx">
            <summary>
            INexusDataApi interface
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.INexusDataApiEx.CreateItem(Sitecore.Data.ID,System.String,Sitecore.Data.ID,Sitecore.Data.Items.Item,System.DateTime)">
            <summary>
            Creates an item.
            </summary>
            <param name="itemId">The item id.</param>
            <param name="itemName">Name of the item.</param>
            <param name="templateId">The template id.</param>
            <param name="destination">The destination.</param>
            <param name="created">The created datetime</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.INexusLicenseApi">
            <summary>
            INexusLicenseApi interface
            </summary>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Address">
            <summary>
            Gets the company address.
            </summary>
            <value>The company address.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.CompanyNo">
            <summary>
            Gets the company number.
            </summary>
            <value>The company number.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Expiration">
            <summary>
            Gets the license expiration date.
            </summary>
            <value>The license expiration date.</value>
            <remarks>The license is invalid when the expiration date has been exceeded.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.LastError">
            <summary>
            Gets the last error message.
            </summary>
            <value>The message of the last error.</value>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.LicenseAgreement">
            <summary>
            Gets the text of license agreement.
            </summary>
            <value>The license agreement text.</value>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.LicenseID">
            <summary>
            Gets the license ID.
            </summary>
            <value>The ID of the license.</value>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Licensee">
            <summary>
            Gets the name of the licensee.
            </summary>
            <value>The name of the licensee</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Purpose">
            <summary>
            Gets the purpose string.
            </summary>
            <value>The purpose.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Reseller">
            <summary>
            Gets the name of the reseller.
            </summary>
            <value>The name of the reseller.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.ResellerUrl">
            <summary>
            Gets the URL of the reseller.
            </summary>
            <value>The URL of the reseller.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Urls">
            <summary>
            Gets the company URLs.
            </summary>
            <value>The company URLs.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.Reflection.INexusLicenseApi.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.DemandModule(System.String)">
            <summary>
            Demands the module.
            </summary>
            <param name="moduleName">Name of the module.</param>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.GetModuleCount(System.String)">
            <summary>
            Gets the count value of a module.
            </summary>
            <param name="name">The name of the module.</param>
            <returns>
            The value of the count attribute for the module or 0 (zero) if no such attribute is available.
            </returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.GetSnapShot(System.Guid)">
            <summary>
            Gets a snap shot of the current license state.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.HasModule(System.String)">
            <summary>
            Checks if a specific module has been licensed.
            </summary>
            <param name="name">The name of the module.</param>
            <returns>
            True, if the license for the module is valid, otherwise false.
            </returns>
            <example>
            The following example checks that a specific module has a valid license.
            <code>
            string requiredLicense = "SiteCore.MyModule";
            Error.Assert(Sitecore.License.HasModule(requiredLicense), "Can not use the module without the following license: " + requiredLicense);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.LicenseStatus(System.String)">
            <summary>
            Licenses the status.
            </summary>
            <param name="name">The name.</param>
            <returns>The status.</returns>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.INexusLicenseApi.VerifiedLicense">
            <summary>
            Returns the verified license.
            </summary>
            <returns>
            An <see cref="T:System.Xml.XmlDocument"/> containing the verified license.
            </returns>
        </member>
        <member name="T:Sitecore.Reflection.INexusPipelineApi">
            <summary>
            INexusPipelineApi interface
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.INexusPipelineApi.Resume(Sitecore.Pipelines.PipelineArgs,Sitecore.Pipelines.Pipeline)">
            <summary>
            Resumes the specified pipeline.
            </summary>
            <param name="args">The args.</param>
            <param name="pipeline">The pipeline.</param>
        </member>
        <member name="T:Sitecore.Reflection.INexusPlaceholderApi">
            <summary>
            INexusPlaceholderApi interface
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.INexusPlaceholderApi.CreateChildControls(Sitecore.Web.UI.WebControls.Placeholder)">
            <summary>
            Creates the child controls of a placeholder.
            </summary>
            <param name="placeholder">The placeholder.</param>
        </member>
        <member name="T:Sitecore.Reflection.MethodGeneration.DynamicMethodGenerator">
            <summary>
            Generates <see cref="T:System.Reflection.Emit.DynamicMethod"/> via emitting IL code needed to invoke method.
            </summary>
            <seealso cref="T:Sitecore.Reflection.MethodGeneration.MethodGenerator" />
        </member>
        <member name="M:Sitecore.Reflection.MethodGeneration.DynamicMethodGenerator.EmitMethodCall(System.Reflection.MethodInfo)">
            <summary>
            Emits the method call.
            </summary>
            <param name="methodInfo">The information.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.MethodGeneration.DynamicMethodGenerator.EmitMethodCall(System.Reflection.MethodInfo,System.Reflection.Emit.ILGenerator)">
            <summary>
            Emit either virtual method call, or direct one.
            </summary>
            <param name="methodInfo">The method information.</param>
            <param name="il">The il.</param>
        </member>
        <member name="M:Sitecore.Reflection.MethodGeneration.DynamicMethodGenerator.MethodIsEligibleForShortCut(System.Reflection.MethodInfo)">
            <summary>
            Checks if method is eligible to be converted into <see cref="T:Sitecore.Reflection.MethodGeneration.SingleArgumentMethodInvoker" />.
            <para>Method must have one argument to be eligible.</para>
            </summary>
            <param name="methodInfo">The method information.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.MethodGeneration.MethodGenerator">
            <summary>
            Defines a logic responsible for producing method shortcuts to invoke them in fastest possible way.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.MethodGeneration.MethodGenerator.TryGenerateMethodShortcut(System.Reflection.MethodInfo,Sitecore.Reflection.MethodGeneration.SingleArgumentMethodInvoker@)">
            <summary>
            Tries to generate method shortcut.
            </summary>
            <param name="methodInfo">The method information.</param>
            <param name="methodShortcut">The invoker.</param>
            <returns><c>true</c> if a shortcut for a method was produced; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Reflection.MethodGeneration.MethodGenerator.EmitMethodCall(System.Reflection.MethodInfo)">
            <summary>
            Emits the method call.
            </summary>
            <param name="methodInfo">The information.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.MethodGeneration.MethodGenerator.MethodIsEligibleForShortCut(System.Reflection.MethodInfo)">
            <summary>
            Checks if method is eligible to be converted into <see cref="T:Sitecore.Reflection.MethodGeneration.SingleArgumentMethodInvoker"/>.
            <para>Method must have one input argument and <see cref="T:System.Void"/> return.</para>
            </summary>
            <param name="methodInfo">The method information.</param>
            <returns><c>true</c> if a shortcut can be produced for a method;<c>false</c> otherwise.</returns>
        </member>
        <member name="T:Sitecore.Reflection.MethodGeneration.SingleArgumentMethodInvoker">
            <summary>
            Defines a method with single input argument and no output.
            </summary>
            <param name="target">The target.</param>
            <param name="argument">The argument.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.MethodInstance">
            <summary>
            Allows to invoke object instance method with provided arguments by method name.
            <para>The object must have method with name provided in constructor.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.MethodInstance.m_object">
            <summary>
            The object against which method invocation should be performed.
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.MethodInstance.m_method">
            <summary>
            The method found by name in <see cref="F:Sitecore.Reflection.MethodInstance.m_object"/> instance.
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.MethodInstance.m_parameters">
            <summary>
            The parameters to be used for method invocation.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.MethodInstance.#ctor(System.Object,System.String,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.MethodInstance"/> class.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="P:Sitecore.Reflection.MethodInstance.Method">
            <summary>
            Gets the method that is found by name on <see cref="P:Sitecore.Reflection.MethodInstance.Object"/>.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Reflection.MethodInstance.Object">
            <summary>
            Gets the object which is invocation target.
            </summary>
            <value>The object.</value>
        </member>
        <member name="P:Sitecore.Reflection.MethodInstance.Parameters">
            <summary>
            Gets the parameters that would be used during method invocation.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Reflection.MethodInstance.Invoke">
            <summary>
            Invokes the resolved by name method against the <see cref="P:Sitecore.Reflection.MethodInstance.Object"/> with arguments provided in instance constructor.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.MethodInstance.ResolveMethod(System.Object,System.String,System.Object[])">
            <summary>
            Resolves the method.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
            <returns>Method found by name in <paramref name="obj"/>.</returns>
        </member>
        <member name="T:Sitecore.Reflection.Nexus">
            <summary>
            Nexus class
            </summary>
        </member>
        <member name="P:Sitecore.Reflection.Nexus.DataApi">
            <summary>
            Gets the data API.
            </summary>
            <value>The data API.</value>
        </member>
        <member name="P:Sitecore.Reflection.Nexus.LicenseApi">
            <summary>
            Gets the license API.
            </summary>
            <value>The license API.</value>
        </member>
        <member name="P:Sitecore.Reflection.Nexus.PlaceholderApi">
            <summary>
            Gets the placeholder API.
            </summary>
            <value>The placeholder API.</value>
        </member>
        <member name="P:Sitecore.Reflection.Nexus.PipelineApi">
            <summary>
            Gets the pipeline API.
            </summary>
            <value>The pipeline API.</value>
        </member>
        <member name="M:Sitecore.Reflection.Nexus.GetApi``1(System.String,``0@)">
            <summary>
            Gets an API.
            </summary>
            <param name="typeName">Name of the type.</param>
            <param name="api">The API.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.NexusHelper">
            <summary>
            NexusHelper class
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.NexusHelper.GetInvoker(System.String,System.String,System.Boolean)">
            <summary>
            Gets the invoker.
            </summary>
            <param name="typeName">Name of the type.</param>
            <param name="methodName">Name of the method.</param>
            <param name="isStatic">If set to <c>true</c>, the method is static.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.PropertyTarget">
            <summary>
            Represents a property target.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.PropertyTarget.#ctor(System.Object,System.Reflection.PropertyInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Reflection.PropertyTarget"/> class.
            </summary>
            <param name="obj">The object.</param>
            <param name="info">The info.</param>
        </member>
        <member name="P:Sitecore.Reflection.PropertyTarget.Object">
            <summary>
            Gets the object.
            </summary>
            <value>The object.</value>
        </member>
        <member name="P:Sitecore.Reflection.PropertyTarget.PropertyInfo">
            <summary>
            Gets the property info.
            </summary>
            <value>The property info.</value>
        </member>
        <member name="T:Sitecore.Reflection.ReflectionUtil">
            <summary>Implements a utility class for working with reflection.</summary>
            <remarks>
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.IO.FileUtil"/>
            <seealso cref="T:Sitecore.MainUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            <seealso cref="T:Sitecore.Xml.XmlUtil"/>
            </remarks>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Type,System.String)">
            <summary>
            Creates <paramref name="type"/> instance via parameterless constructor, calls method with any visibility (etc. public, proctected).
            </summary>
            <param name="type">The type.</param>
            <param name="methodName">Name of the method.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Object,System.String)">
            <summary>
            Calls method with any visibility (etc. public, proctected) and returns its result.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Object,System.String,System.Object[])">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Object,System.String,System.Boolean,System.Boolean)">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Object,System.String,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Object,System.String,System.Boolean,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="includeStatic">if set to <c>true</c> this instance is include static.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Type,System.Object,System.String,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="type">The type.</param>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallMethod(System.Type,System.Object,System.String,System.Boolean,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="type">The type.</param>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="includeStatic">if set to <c>true</c> this instance is include static.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CallStaticMethod(System.String,System.String,System.Object[])">
            <summary>
            Calls a method on an object.
            </summary>
            <param name="typeName">Name of the type.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateEventHandler(System.Object,System.String)">
            <summary>
            Creates the event handler.
            </summary>
            <param name="obj">The object.</param>
            <param name="method">The method.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateEventHandler(System.Type,System.String)">
            <summary>
            Creates the event handler.
            </summary>
            <param name="type">The type.</param>
            <param name="method">The method.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObject(System.String)">
            <summary>
            Creates an instance of an object from a web.config setting.
            </summary>
            <param name="name">Name setting in the web.config.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = MainUtil.CreateObject("ShellAPI");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObject(System.Xml.XmlNode)">
            <summary>
            Creates an instance of an object from a web.config setting.
            </summary>
            <param name="configNode">The config node.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = MainUtil.CreateObject("ShellAPI");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObject(System.String,System.Object[])">
            <summary>
            Creates an instance of an object.
            </summary>
            <param name="typeName">Name of type.</param>
            <param name="parameters">Parameters.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = ReflectionUtil.CreateObject("/bin/MyAssembly.dll", "MyNamespace.MyObject");
            object MyObject2 = ReflectionUtil.CreateObject("MyAssembly", "MyNamespace.MyObject2", parameter1, parameter2);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObject(System.String,System.String,System.Object[])">
            <summary>
            Creates an instance of an object.
            </summary>
            <param name="assembly">An assembly file name.</param>
            <param name="className">A class name.</param>
            <param name="parameters">Parameters.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = ReflectionUtil.CreateObject("/bin/MyAssembly.dll", "MyNamespace.MyObject");
            object MyObject2 = ReflectionUtil.CreateObject("MyAssembly", "MyNamespace.MyObject2", parameter1, parameter2);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObject(System.Type)">
            <summary>
            Creates an instance of <paramref name="type"/> using public parameterless constructor.
            </summary>
            <param name="type">Name of both assembly and class of the object.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = ReflectionUtil.CreateObject(myType);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObject(System.Type,System.Object[])">
            <summary>
            Creates an instance of the <paramref name="type"/> using its public constructor.
            <para>Allows non-public constructors for types living in Sitecore Kernel.</para>
            </summary>
            <param name="type">The type to create an instance of.</param>
            <param name="parameters">Parameters to locate matching constructor.</param>
            <returns>
            The instantiated object; <c>null</c> if the object could not be instantiated.
            </returns>
            <remarks>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object MyObject = ReflectionUtil.CreateObject("MyAssembly.MyObject", parameter1, parameter2);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetTypeInfo(System.Object[])">
            <summary>
            Gets the type info.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObjectFromConfig(System.String)">
            <summary>
            Creates an instance of an object from a web.config setting.
            </summary>
            <param name="configPath">Path to node in web.config (relative to the sitecore section).</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object obj = ReflectionUtil.CreateObjectFromConfig("workflow/managers/simple");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObjectFromConfig(System.String,System.Object[])">
            <summary>
            Creates an instance of an object from a web.config setting.
            </summary>
            <param name="configPath">Path to node in web.config (relative to the sitecore section).</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object obj = ReflectionUtil.CreateObjectFromConfig("workflow/managers/simple");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.CreateObjectFromConfig(System.String,System.String,System.Object[])">
            <summary>
            Creates an instance of an object from a web.config setting.
            </summary>
            <param name="configPath">Path to node in web.config (relative to the sitecore section).</param>
            <param name="typeAttribute">Name of attribute that contains type information (on the form: 'class, assembly')</param>
            <param name="parameters">The parameters.</param>
            <returns>
            The instantiated object or null if the object could not be instantiated.
            </returns>
            <remarks><para>The assembly name is expanded to a qualified path by:
            <list type="bullet">
                        <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                        <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                    </list>
                </para>
            If the object could not be instantiated, an error message is written to the log file
            (usually located in the data folder).
            </remarks>
            <example>
                <code>
            object obj = ReflectionUtil.CreateObjectFromConfig("workflow", "managerFactory");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetAttribute(System.Object,System.Type)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="obj">The object.</param>
            <param name="attributeType">Type of the attribute.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetConstructorInfo(System.Type,System.Object[])">
            <summary>
            Gets the public constructor matching <paramref name="construtorParameters"/>.
            <para>Allows non-public constructors from Sitecore Kernel assembly.</para>
            </summary>
            <param name="type">The type to have public constructor located.</param>
            <param name="construtorParameters">The construtor parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetField(System.Object,System.String)">
            <summary>
            Gets a value of a public field with given <paramref name="name"/> from <paramref name="obj"/>.
            </summary>
            <param name="obj">The object.</param>
            <param name="name">The name of the field to get value of.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetField(System.Object,System.String,System.Object)">
            <summary>
            Gets a value of a public field with given <paramref name="name"/> from <paramref name="obj"/> with a fallback to <paramref name="defaultValue"/>.
            </summary>
            <param name="obj">The object.</param>
            <param name="name">The field name to get value .</param>
            <param name="defaultValue">The default value to use in case <c>null</c> found.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetMethod(System.Object,System.String,System.Object[])">
            <summary>
            Gets a method of any visibility (f.e. private, static and inherited) on an object by name and args.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetMethod(System.Object,System.String,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Gets a method on an object.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetMethod(System.Type,System.String,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Gets a method on an object.
            </summary>
            <param name="type">The type.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetMethod(System.Type,System.String,System.Boolean,System.Boolean,System.Boolean,System.Object[])">
            <summary>
            Gets a method by name from provided <paramref name="type"/> ignoring case in names.
            <notes>A handy wrapper for 'Type.GetMethod' API.</notes>
            </summary>
            <param name="type">The type.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="includeStatic">if set to <c>true</c> this instance is include static.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetMethod(System.Type,System.String,System.Boolean,System.Boolean,System.Boolean,System.Type[])">
            <summary>
            Gets a method on an object.
            </summary>
            <param name="type">The type.</param>
            <param name="methodName">Name of the method.</param>
            <param name="includeNonPublic">if set to <c>true</c> this instance is include non public.</param>
            <param name="includeInherited">if set to <c>true</c> this instance is include inherited.</param>
            <param name="includeStatic">if set to <c>true</c> this instance is include static.</param>
            <param name="types">The types.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetMethodInvoker(System.Reflection.MethodInfo)">
            <summary>
            Gets a fast method invoker.
            </summary>
            <param name="methodInfo">The method info.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetProperty(System.Object,System.String)">
            <summary>
            Gets an instance property value for all visibility levels (etc. public, private) by case-insensitive name match (<see cref="F:System.Reflection.BindingFlags.IgnoreCase"/>).
            <para>Honors self-declared(<see cref="F:System.Reflection.BindingFlags.DeclaredOnly"/>) properties over inherited; falls back to inherited only when property was not found in the <paramref name="obj"/> type.</para>
            <para>Does not locate private property values for base classes.</para>
            </summary>
            <param name="obj">The object.</param>
            <param name="name">The name of the property to get value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetProperty(System.Object,System.String,System.Object)">
            <summary>
            Gets an instance property value for all visibility levels (etc. public, private) by case-insensitive name match (<see cref="F:System.Reflection.BindingFlags.IgnoreCase"/>).
            <para>Honors self-declared(<see cref="F:System.Reflection.BindingFlags.DeclaredOnly"/>) properties over inherited; falls back to inherited only when property was not found in the <paramref name="obj"/> type.</para>
            <para>Does not locate private property values for base classes.</para>
            </summary>
            <param name="obj">The object.</param>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value to use if property .</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetPropertyInfo(System.Object,System.String)">
            <summary>
            Gets an instance property for all visibility levels (etc. public, private).
            <para>Honors self-declared(<see cref="F:System.Reflection.BindingFlags.DeclaredOnly"/>) properties over inherited; falls back to inherited when matching property was not found.</para>
            <para>Does not locate private property for base classes.</para>
            </summary>
            <param name="obj">The object.</param>
            <param name="name">The name of the property.</param>
            <returns></returns>
            <remarks>Declared properties are considered first.</remarks>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetTypeInfo(System.String)">
            <summary>
            Gets type information for a class.
            </summary>
            <param name="typeName">Name of the type on the format 'Namespace.Class, Assembly'. Example: "Sitecore.Xml.Packet, Sitecore.Kernel".</param>
            <returns>
            The type information or null if the type could not be found.
            </returns>
            <remarks>
            The assembly name is expanded to a qualified path by:
            <list type="bullet">
                    <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                    <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                </list>
            </remarks>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetTypeInfo(System.String,System.String)">
            <summary>
            Gets type information for a class.
            </summary>
            <param name="assembly">An assembly file name.</param>
            <param name="className">A class name.</param>
            <returns>
            The type information or null if the type could not be found.
            </returns>
            <remarks>
            The assembly name is expanded to a qualified path by:
            <list type="bullet">
                    <item><description>prepending "/bin/", if the filename does not contain any folder information.</description></item>
                    <item><description>appending ".dll", if the filename does not end with ".dll".</description></item>
                </list>
            </remarks>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetTypes(System.Object[])">
            <summary>
            Gets the types of <paramref name="parameters"/> provided.
            </summary>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetTypeString(System.Type)">
            <summary>
            Gets the type string in format: Namespace.Class,AssemblyName
            <para>Example: Sitecore.Data.Items.Item,Sitecore.Kernel</para>
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.HasAttribute(System.Object,System.Type)">
            <summary>
            Determines whether the specified object has attribute.
            </summary>
            <param name="obj">The object.</param>
            <param name="attributeType">Type of the attribute.</param>
            <returns>
                <c>true</c> if the specified obj has attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.HasAttribute(System.Reflection.MethodInfo,System.Type)">
            <summary>
            Determines whether the specified method has attribute.
            </summary>
            <param name="method">The method.</param>
            <param name="attributeType">Type of the attribute.</param>
            <returns>
                <c>true</c> if the specified obj has attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.InvokeMethod(System.Reflection.MethodInfo,System.Object[],System.Object)">
            <summary>
            Invokes a method on an object.
            </summary>
            <param name="method">The method.</param>
            <param name="parameters">The parameters.</param>
            <param name="obj">The object.</param>
            <returns>The return value of the method.</returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.LoadAssembly(System.String)">
            <summary>
            Loads an assembly from disk.
            </summary>
            <param name="name">The name.</param>
            <returns>The assembly.</returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.ParseEnum``1(System.String)">
            <summary>
            Parses an enum type from a string.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetField(System.Object,System.String,System.Object)">
            <summary>
            Sets a public instance field relying on <paramref name="value"/> <see cref="T:System.IConvertible"/> when source-target type mismatch.
            <para>Example: Numbered <see cref="T:System.String"/> (f.e. '15') can be assigned to <see cref="T:System.Int32"/> field.</para>
            </summary>
            <param name="obj">The object to have public field set.</param>
            <param name="name">The name of the public field to be set (case-independent).</param>
            <param name="value">The value to be set.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetStaticField(System.Type,System.String,System.Object)">
            <summary>
            Sets the static field.
            </summary>
            <param name="type">The type.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetProperties(System.Object,System.String)">
            <summary>
            Sets properties on an object from a list of parameters on the
            form: p1=value1&amp;p2=value2&amp;...
            </summary>
            <param name="obj">The object.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetProperties(System.Object,System.String,System.Boolean)">
            <summary>
            Sets properties on an object from a list of parameters on the
            form: p1=value1&amp;p2=value2&amp;...
            </summary>
            <param name="obj">The object.</param>
            <param name="parameters">The parameters.</param>
            <param name="ignoreErrors">if set to <c>true</c> this instance is ignore errors.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetPropertiesFromConfig(System.Object,System.String,System.String[])">
            <summary>
            Sets the properties from config.
            </summary>
            <param name="obj">The object.</param>
            <param name="nodePath">The node path.</param>
            <param name="exclude">The exclude.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetProperty(System.Object,System.String,System.Object)">
            <summary>
            Sets an instance property on <paramref name="obj"/> of all visibility levels converting <paramref name="value"/> if directly not assignable using:
            <para>A) <see cref="T:System.ComponentModel.TypeConverterAttribute"/> applied on matched property;</para>
            <para>B) <see cref="T:System.ComponentModel.TypeConverterAttribute"/> applied for target property <see cref="T:System.Type"/>;</para>
            <para>C) <see cref="T:System.IConvertible"/> implementation of <paramref name="value"/> - typically for primitive types (f.e. text in configuration converted on fly to int);</para>
            <para>D) <see cref="M:System.Convert.ToString(System.Object,System.IFormatProvider)"/> if matched property is <see cref="T:System.String"/> - typically fallback to <see cref="M:System.Object.ToString"/>;</para>
            <para>Writes a <see cref="M:Sitecore.MainUtil.Warn(System.String)"/> in case <paramref name="value"/> could not be converted.</para>
            </summary>
            <param name="obj">The object to have property set.</param>
            <param name="name">The name of the property to set.</param>
            <param name="value">The value to assign. Value conversion might happen in case cannot be directly assigned to resolved property.</param>
            <returns><c>true</c> if property was found as set;<c>false</c> if property was not found.</returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.SetProperty(System.Object,System.Reflection.PropertyInfo,System.Object)">
            <summary>
            Sets property on <paramref name="obj"/> optionally converting <paramref name="value"/> if directly not assignable using:
            <para>A) <see cref="T:System.ComponentModel.TypeConverterAttribute"/> applied on matched property;</para>
            <para>B) <see cref="T:System.ComponentModel.TypeConverterAttribute"/> applied for target property <see cref="T:System.Type"/>;</para>
            <para>C) <see cref="T:System.IConvertible"/> implementation of <paramref name="value"/>;</para>
            <para>D) <see cref="M:System.Convert.ToString(System.Object,System.IFormatProvider)"/> if matched property is <see cref="T:System.String"/> - typically fallback to <see cref="M:System.Object.ToString"/>;</para>
            <para>Calls <see cref="M:Sitecore.MainUtil.Warn(System.String)"/> in case <paramref name="value"/> could not be converted.</para>
            </summary>
            <param name="obj">The object to have property set.</param>
            <param name="property">The property to have value assigned.</param>
            <param name="value">The value to assign. Value conversion might happen in case cannot be directly assigned to resolved property.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetGenericType``1(System.String)">
            <summary>
            Gets the type.
            </summary>
            <typeparam name="T">The generic type.</typeparam>
            <param name="typeName">Name of the type.</param>
            <returns>Returns the type.</returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetGenericType(System.String,System.Type)">
            <summary>
            Gets the type.
            </summary>
            <param name="typeName">Name of the type.</param>
            <param name="genericArgumentType">Type of the generic argument.</param>
            <returns>
            Returns the type.
            </returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.EmitBoxIfNeeded(System.Reflection.Emit.ILGenerator,System.Type)">
            <summary>
            Emits box operation if needed.
            </summary>
            <param name="il">The il.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.EmitCastToReference(System.Reflection.Emit.ILGenerator,System.Type)">
            <summary>
            Emits a cast to reference.
            </summary>
            <param name="il">The il.</param>
            <param name="type">The type.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.EmitFastInt(System.Reflection.Emit.ILGenerator,System.Int32)">
            <summary>
            Emits a fast int.
            </summary>
            <param name="il">The il.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.ConvertPropertyValue(System.Reflection.PropertyInfo,System.Object)">
            <summary>
            Converts the property value.
            </summary>
            <param name="property">The property.</param>
            <param name="value">The value.</param>
            <returns>The property value.</returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetParameters(System.Xml.XmlNode)">
            <summary>
            Gets the parameters.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.ReflectionUtil.GetTypeInfo(System.Type[])">
            <summary>
            Gets the type info.
            </summary>
            <param name="types">The types.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Reflection.TypeUtil">
            <summary>
            Type utilities to calculate object size.
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.m_objectSizeWithoutOverhead">
            <summary>
            The size of <see cref="T:System.Object"/> without free space behind.
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.m_stringOverHead">
            <summary>
            The overhead introduced by <see cref="T:System.String"/> (MT + GC info + Length).
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.m_sizeOfClutureInfoOverhead">
            <summary>
              Culture info is a wrapper for CultureData ( cached inside application ),
              <para>thus size of the object can be considered as a size of references only.</para>
              <para>See <see ref="!:http://referencesource.microsoft.com/#mscorlib/system/globalization/cultureinfo.cs">ReferenceSource</see> for object layout.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.m_sizeOfArrayList">
            <summary>
            The base overhead of an <see cref="T:System.Collections.ArrayList"/> object instance.
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.PointerSize">
            <summary>
            The pointer size depending on environment ( 8 or 4 bytes ).
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.SizeOfObjectInstance">
            <summary>
            Gets the standard size of an <see cref="T:System.Object"/> (24 bytes in case x64; 12 in case x86).
            <para>Has free 4 (x86) or 8 bytes (x64) that could be utilized by object.</para>
            <para>There is effectively some spare room, because the CLR does not like operating on an object with no data.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.AlignToPointerSize(System.Int32)">
            <summary>
            Aligns the calculated size of object to a pointer size.
            <para>If an object data takes a byte/bit more than a pointer size, CLR will attach the block of memory = pointer size to the end of an object, as CLR aligns objects by pointer size.</para>
            </summary>
            <param name="sizeInBytes">The sizeInBytes.</param>
            <returns>Size aligned by pointer size ( 8 in case x64 ).</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfArrayList(System.Int32)">
            <summary>
            Gets the <b>overhead size</b> of the <see cref="T:System.Collections.ArrayList"/> object with specified capacity.
            <para>Does not take into account the size of the inner data.</para>
            </summary>
            <param name="count">The count of elements array list supposed to carry inside.</param>
            <returns>The overhead in bytes produced by ArrayList object.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfArrayList(System.Collections.ArrayList,System.Boolean)">
            <summary>
            Gets the <b>overhead size</b> of the <see cref="T:System.Collections.ArrayList"/> instance.
            <para>Does not take into account the size of the inner data.</para>
            </summary>
            <param name="arrayList">The array list to have overhead calculated.</param>
            <param name="countSyncRootSize">If set to <c>true</c> counts <see cref="P:System.Collections.ArrayList.SyncRoot"/> instance size. Default <c>false</c> as object has lazy-creation.</param>
            <returns>The overhead in bytes produced by ArrayList object.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfCultureInfo">
            <summary>
            Gets the standard size of a <see cref="T:System.Globalization.CultureInfo"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfDictionary">
            <summary>
            Gets the standard size of a <see cref="T:System.Collections.Generic.Dictionary`2"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfDateTime">
            <summary>
            Gets the standard size of a <see cref="T:System.DateTime"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfEnum">
            <summary>
            Gets the standard size of an <see cref="T:System.Enum"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfGuid">
            <summary>
            Gets the standard size of a <see cref="T:System.Guid"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfHashtable">
            <summary>
            Size of an empty <see cref="T:System.Collections.Hashtable"/>. Takes into account <see cref="P:System.Collections.Hashtable.SyncRoot"/> object size.
            </summary>
            <returns>The size in bytes of an empty hashtable with initiated syncRoot object.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfHashtable(System.Collections.Hashtable)">
            <summary>
            Gets the approximate number of bytes <paramref name="hashtable"/> with <see cref="P:System.Collections.Hashtable.SyncRoot"/> occupies in memory.
            <para>Sums <see cref="M:Sitecore.Reflection.TypeUtil.SizeOfHashtable"/> with number of elements in the hashtable multiplied by default growth factor.</para>
            <para>Does not take <see cref="P:System.Collections.Hashtable.EqualityComparer"/> size, as same comparer instance expected to be shared among instances.</para>
            </summary>
            <param name="hashtable">The hashtable.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfHashtableEntry">
            <summary>
            Gets the standard size of a <see cref="T:System.Collections.Hashtable"/> entry.
            </summary>
            <returns>The size in bytes of a single hashtable entry.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfID">
            <summary>
            Gets the standard size of an <see cref="T:Sitecore.Data.ID"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfInt32">
            <summary>
            Gets the standard size of an <see cref="T:System.Int32"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfInt64">
            <summary>
            Gets the standard size of a <see cref="T:System.Int64"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfLanguage">
            <summary>
            Gets the standard size of a <see cref="T:Sitecore.Globalization.Language"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfList(System.Int32)">
            <summary>
            Gets the <b>overhead size</b> of the <see cref="T:System.Collections.Generic.List`1" /> instance with specified capacity.
            <para>Does not take into account the size of the inner data.</para>
            </summary>
            <param name="count">The count of elements list supposed to carry inside.</param>
            <returns>The overhead in bytes produced by <see cref="T:System.Collections.Generic.List`1"/> object.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfList``1(System.Collections.Generic.List{``0})">
            <summary>
            Gets the <b>overhead size</b> of the <see cref="T:System.Collections.Generic.List`1" /> instance.
            <para>Does not take into account the size of the inner data.</para>
            </summary>
            <typeparam name="T">The type instance carries inside.</typeparam>
            <param name="list">The list to have overhead calculated.</param>
            <returns>The overhead in bytes produced by inspected object.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfObject">
            <summary>
            Gets the standard size of an <see cref="T:System.Object"/> (ie. a pointer).
            <para>Has free 4 (x86) or 8 bytes (x64) that could be utilized by object.</para>
            <para>There is effectively some spare room, because the CLR does not like operating on an object with no data.</para>
            <para>
            <example>Object of type with 2 integer fields will have same size as object without fields in case x64.</example>
            </para>
            </summary>
            <returns>24 (x64) bytes, or 12 (x86).</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfString(System.String)">
            <summary>
            Gets the standard size of a <see cref="T:System.String"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfString(System.Int32)">
            <summary>
            Gets the standard size of a <see cref="T:System.String"/> of a certain length.
            </summary>
            <returns>The size in bytes of the <see cref="T:System.String"/> of given length. Does NOT take string interning into account.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfVersion">
            <summary>
            Gets the standard size of a <see cref="T:Sitecore.Data.Version">Version</see>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.SizeOfVersionUri">
            <summary>
            Gets the standard size of a <see cref="T:Sitecore.Data.VersionUri"/>.
            </summary>
            <returns>The size.</returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.CalculateSize(System.Object,System.Boolean,System.Int32)">
            <summary>
            Calculates the size using Reflection.
            </summary>
            <param name="obj">The object to calculate size for.</param>
            <param name="useCaching">if set to <c>true</c> and object with the same type has been handled earlier, size will be taken from cache. </param>
            <param name="maxDepth">Defines maximum allowed depth during object graph traversal.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.ClearSizeCache">
            <summary>
            Clears the size cache.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.CalculateHashtableOverhead">
            <summary>
            Calculates the base size of the the <see cref="T:System.Collections.Hashtable"/> object instance.
            <para>Takes <see cref="P:System.Collections.Hashtable.SyncRoot"/> size in account even though object would not be created if property not accessed.</para>
            </summary>
            <returns>Size in bytes taken by empty <see cref="T:System.Collections.Hashtable"/> instance.</returns>
        </member>
        <member name="T:Sitecore.Reflection.TypeUtil.ObjectReferenceEqualityComparer`1">
            <summary>
            A generic object comparer that would only use object's reference,
            ignoring any <see cref="T:System.IEquatable`1"/> or <see cref="M:System.Object.Equals(System.Object)"/> overrides.
            </summary>
        </member>
        <member name="F:Sitecore.Reflection.TypeUtil.ObjectReferenceEqualityComparer`1.Instance">
            <summary>
            The single instance of state-less object.
            </summary>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.ObjectReferenceEqualityComparer`1.Equals(`0,`0)">
            <summary>
            Determines whether the specified object is equal to the current object.
            </summary>
            <param name="obj1">The obj1.</param>
            <param name="obj2">The obj2.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Reflection.TypeUtil.ObjectReferenceEqualityComparer`1.GetHashCode(`0)">
            <summary>
            Returns a hash code for this instance.
            </summary>
            <param name="obj">The object.</param>
            <returns>
            A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
        </member>
        <member name="T:Sitecore.Reflection.TypeUtil.IgnoreSizeAttribute">
            <summary>
            Indicates that member should be ignored during object size calculation using <see cref="M:Sitecore.Reflection.TypeUtil.CalculateSize(System.Object,System.Boolean,System.Int32)"/>
            </summary>
        </member>
        <member name="T:Sitecore.Resources.FileIcon">
            <summary>
            Extracts an icon from a file.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.FileIcon"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetFileIcon(System.String,Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets the file icon.
            </summary>
            <param name="filename">The filename.</param>
            <param name="dimension">The dimension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetFileIcon(System.String,Sitecore.Web.UI.ImageDimension,System.Drawing.Color)">
            <summary>
            Gets the file icon.
            </summary>
            <param name="extension">The extension.</param>
            <param name="dimension">The dimension.</param>
            <param name="backgroundColor">Background color.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetFileIcon(System.String,System.Int32,System.Int32,System.Drawing.Color)">
            <summary>
            Gets the icon.
            </summary>
            <param name="extension">The extension.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="backgroundColor">Color of the background.</param>
            <returns>The file icon.</returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetAssociatedIcon(System.String,System.Int32)">
            <summary>
            Gets the associated icon.
            </summary>
            <param name="filename">The filename.</param>
            <param name="size">The width.</param>
            <returns>The associated icon.</returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.ExtractIcon(System.String,System.Int32)">
            <summary>
            Extracts the icon.
            </summary>
            <param name="extension">The extension.</param>
            <param name="dimension">The dimension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetExtension(System.String)">
            <summary>
            Gets the extension.
            </summary>
            <param name="filename">The filename.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetSize(Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets the size.
            </summary>
            <param name="dimension">The dimension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetIcon(System.String,Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets the icon.
            </summary>
            <param name="extension">The extension.</param>
            <param name="dimension">The dimension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetIcon(System.String,Sitecore.Web.UI.ImageDimension,System.Drawing.Color)">
            <summary>
            Gets the icon.
            </summary>
            <param name="extension">The extension.</param>
            <param name="dimension">The dimension.</param>
            <param name="backgroundColor">Background color</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetIcon(System.String,System.Int32,System.Int32,System.Drawing.Color)">
            <summary>
            Gets the icon.
            </summary>
            <param name="extension">The extension.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
            <returns>The icon.</returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.GetTempFolder">
            <summary>
            Gets the temp folder.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.FileIcon.ConvertToStandardImageDimension(System.Drawing.Size)">
            <summary>
            Convert Size to ImageDimension
            </summary>
            <param name="size">The Size.</param>
            <returns>Equivalent <see cref="T:Sitecore.Web.UI.ImageDimension"/>.</returns>
        </member>
        <member name="T:Sitecore.Resources.IconRequestHandler">
            <summary>
            Represents a IconRequestHandler.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.IconRequestHandler.knownIconLocations">
            <summary>
            The known paths to get the icon from. If the path in not there icon will not be returned.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.IconRequestHandler.knownExtensions">
            <summary>
            The known extensions that can be returned by the legacy icon handler code.
            Note: actually, the handler ws designed to return .png files only. Other extensions have been added for backward compatibility.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.IconRequestHandler.syncObject">
            <summary>
            The synchronize object
            </summary>
        </member>
        <member name="F:Sitecore.Resources.IconRequestHandler.lastModified">
            <summary>
            The last modified date.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.IconRequestHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>
            Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler"></see> interface.
            </summary>
            <param name="context">
            An <see cref="T:System.Web.HttpContext"></see> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
            </param>
        </member>
        <member name="P:Sitecore.Resources.IconRequestHandler.IsReusable">
            <summary>
            Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"></see> instance.
            </summary>
            <value></value>
            <returns>true if the <see cref="T:System.Web.IHttpHandler"></see> instance is reusable; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Resources.IconRequestHandler.DoProcessRequest(System.Web.HttpContextBase)">
            <summary>
            Performs the actual request processing.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            Returns the process request.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.IconRequestHandler.TransmitStream(System.IO.Stream,System.Web.HttpContextBase)">
            <summary>
            Transmits the stream.
            </summary>
            <param name="stream">The stream.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Resources.IconRequestHandler.RemoveExtension(System.String,System.String)">
            <summary>
            Removes the extension.
            </summary>
            <param name="extension">The extension.</param>
            <param name="url">The icon URL.</param>
            <returns>New icon Url.</returns>
        </member>
        <member name="M:Sitecore.Resources.IconRequestHandler.GetFileStream(System.String)">
            <summary>
            Gets the file stream.
            </summary>
            <param name="url">The source URL.</param>
            <returns>Returns the file stream.</returns>
        </member>
        <member name="M:Sitecore.Resources.IconRequestHandler.GetZippedStream(System.String)">
            <summary>
            Gets the zipped stream.
            </summary>
            <param name="url">The source URL.</param>
            <returns>Returns the zipped stream.</returns>
        </member>
        <member name="T:Sitecore.Resources.ImageBuilder">
            <summary>
            Builds image HTML tags.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.HeightRegex1">
            <summary>
            The height regex 1.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.HeightRegex2">
            <summary>
            The height regex 2.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.Regex">
            <summary>
            The regex.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.WidthRegex1">
            <summary>
            The width regex 1.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.WidthRegex2">
            <summary>
            The width regex 2.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.attributes">
            <summary>
            The attributes.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.onContextMenu">
            <summary>
            The on context menu.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.ImageBuilder.src">
            <summary>
            The image sodurce.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.ImageBuilder"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.SizeRegex">
            <summary>
            Gets the size regex.
            </summary>
            <value>
            The size regex.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Align">
            <summary>
            Gets or sets the align.
            </summary>
            <value>
            The align.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Alt">
            <summary>
            Gets or sets the alt text.
            </summary>
            <value>
            The alt text.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Attributes">
            <summary>
            Gets the attributes.
            </summary>
            <value>
            The attributes.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Border">
            <summary>
            Gets or sets the border.
            </summary>
            <value>
            The border.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Class">
            <summary>
            Gets or sets the class.
            </summary>
            <value>
            The class.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Resources.ImageBuilder"/> is disabled.
            </summary>
            <value>
            <c>true</c> if disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Float">
            <summary>
            Gets or sets the float style.
            </summary>
            <value>
            The float style.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Height">
            <summary>
            Gets or sets the height.
            </summary>
            <value>
            The height.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>
            The ID.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Margin">
            <summary>
            Gets or sets the margin.
            </summary>
            <value>
            The margin.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.OnClick">
            <summary>
            Gets or sets the click event.
            </summary>
            <value>
            The click event.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.OnContextMenu">
            <summary>
            Gets or sets the on context menu.
            </summary>
            <value>
            The on context menu.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.OnDblClick">
            <summary>
            Gets or sets the double click event.
            </summary>
            <value>
            The double click event.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Overlay">
            <summary>
            Gets or sets the overlay.
            </summary>
            <value>
            The overlay.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Resize">
            <summary>
            Gets or sets a value indicating whether the image is resized.
            </summary>
            <value>
            <c>true</c> if resized; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.RollOver">
            <summary>
            Gets or sets a value indicating whether the image has a roll over effect.
            </summary>
            <value>
            <c>true</c> if the image has a roll over effect; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Src">
            <summary>
            Gets or sets the source.
            </summary>
            <value>
            The source.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Style">
            <summary>
            Gets or sets the style.
            </summary>
            <value>
            The style.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>
            The title.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Usemap">
            <summary>
            Gets or sets the image map.
            </summary>
            <value>
            The image map.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ImageBuilder.Width">
            <summary>
            Gets or sets the width.
            </summary>
            <value>
            The width.
            </value>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.ResizeImageSrc(System.String,System.Int32,System.Int32)">
            <summary>
            Resizes the image source.
            </summary>
            <param name="src">
            The image source.
            </param>
            <param name="width">
            The width.
            </param>
            <param name="height">
            The height.
            </param>
            <returns>
            The resize image source.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.GetThemedSrc">
            <summary>
            Gets the themed source.
            </summary>
            <returns>
            The get themed source.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.GetThemedSrc(System.Int32,System.Int32)">
            <summary>
            Gets the themed source.
            </summary>
            <param name="width">
            The width.
            </param>
            <param name="height">
            The height.
            </param>
            <returns>
            The get themed source.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the image to the specified output.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.ToString(System.Web.UI.HtmlTextWriter)">
            <summary>
            Converts the <see cref="T:Sitecore.Resources.ImageBuilder"/> to a <see cref="T:System.String"/>.
            </summary>
            <param name="writer">
            The writer.
            </param>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.ImageBuilder.ResizeImage(System.String)">
            <summary>
            Resizes the image.
            </summary>
            <param name="result">
            The result.
            </param>
            <returns>
            The resize image.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Images">
            <summary>
            Provides methods for building image Html tags.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,System.Int32,System.Int32)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,System.Int32,System.Int32,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="dimension">The dimension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,Sitecore.Web.UI.ImageDimension,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="dimension">The dimension.</param>
            <param name="align">The align.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,Sitecore.Web.UI.ImageDimension,System.String,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="dimension">The dimension.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,Sitecore.Web.UI.ImageDimension,System.String,System.String,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="dimension">The dimension.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> the image is resized.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetImage(System.String,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.String)">
            <summary>
            Gets an Img tag.
            </summary>
            <param name="src">The SRC.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="align">The align.</param>
            <param name="margin">The margin.</param>
            <param name="alt">The alt.</param>
            <param name="id">The id.</param>
            <param name="resize">if set to <c>true</c> the image is resized.</param>
            <param name="cssClass">The css class.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Images.GetThemedImageSource(System.String)">
            <summary>
            Gets a themed image path.
            </summary>
            <param name="image">Image file name.</param>
            <returns>A path the the themed image.</returns>
            <remarks>The function takes in account the current desktop theme.</remarks>
            <example>
                <code>
            string image = MainUtil.GetThemedImageSource("save20x20.png");
            // "/sitecore/client/themes/standard/save20x20.png"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Resources.Images.GetThemedImageSource(System.String,Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets a themed image path.
            </summary>
            <param name="image">Image file name.</param>
            <param name="dimension">Dimensions of the image.</param>
            <returns>A path to the themed image.</returns>
            <remarks>The function takes in account the current desktop theme.
            If the name of the image contains a size part, the size part is changed
            according to the dimensions.</remarks>
            <example>
                <code>
            string image = MainUtil.GetThemedImageSource("save20x20.png", ImageDimension.id32x32);
            // "/sitecore/client/themes/standard/save32x32.png"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Resources.Images.GetThemedImageSource(System.String,Sitecore.Web.UI.ImageDimension,System.Boolean)">
            <summary>
            Gets a themed image path.
            </summary>
            <param name="image">Image file name.</param>
            <param name="dimension">Dimensions of the image.</param>
            <param name="disabled">if set to <c>true</c> this instance is disabled.</param>
            <returns>A path to the themed image.</returns>
            <remarks>The function takes in account the current desktop theme.
            If the name of the image contains a size part, the size part is changed
            according to the dimensions.</remarks>
        </member>
        <member name="M:Sitecore.Resources.Images.GetSpacer(System.Int32,System.Int32)">
            <summary>
            Gets an image HTML tag with a blank image.
            </summary>
            <param name="width">Width of the image.</param>
            <param name="height">Height of the image.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string spacer = Images.GetSpacer(10, 10); // &lt;img src="/sitecore/images/blank.gif" border="0" height="10" width="10"&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Resources.Images.GetSpacer(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Gets an image HTML tag with a blank image.
            </summary>
            <param name="width">Width of the image.</param>
            <param name="height">Height of the image.</param>
            <param name="verticalCenter">Indicates if the image is centered vertically.</param>
            <returns>The image HTML tag.</returns>
            <example>
                <code>
            string spacer = Images.GetSpacer(10, 10, true); // &lt;img src="/sitecore/images/blank.gif" border="0" height="10" width="10" style="vertical-align: middle;"&gt;
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Resources.Images.GetUncachedImageSrc(System.String)">
            <summary>
            Gets the uncached image src.
            </summary>
            <param name="src">The path.</param>
            <returns></returns>
            <remarks>The source attribute is modified with a timestamp.</remarks>
        </member>
        <member name="T:Sitecore.Resources.Media.DefaultMediaManager">
            <summary>
            The default media manager.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.DefaultMediaManager.provider">
            <summary>
            The provider.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.#ctor(Sitecore.Abstractions.BaseFactory,Sitecore.Resources.Media.MediaProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.DefaultMediaManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
            <param name="provider">The provider.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.DefaultMediaManager.Cache">
            <summary>
            Gets or sets the media cache.
            </summary>
            <value>The media cache.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.DefaultMediaManager.Config">
            <summary>
            Gets or sets the media configuration handler.
            </summary>
            <value>The media configuration.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.DefaultMediaManager.Creator">
            <summary>
            Gets or sets the object used when creating new media items.
            </summary>
            <value>The creator.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.DefaultMediaManager.Effects">
            <summary>
            Gets or sets the object handling image effects and transformations.
            </summary>
            <value>The effects.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.DefaultMediaManager.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            </summary>
            <value>The media link prefix.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.DefaultMediaManager.MimeResolver">
            <summary>
            Gets or sets the MIME resolver.
            </summary>
            <value>The MIME resolver.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.GetMedia(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets media from a media item.
            </summary>
            <param name="item">The item.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.GetMedia(Sitecore.Resources.Media.MediaUri)">
            <summary>
            Gets media from a media URI.
            </summary>
            <param name="mediaUri">The media URI.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.HasMediaContent(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has a media stream with content.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item has a media stream with content; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.GetMediaUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.GetMediaUrl(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaUrlOptions)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The query string.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.GetThumbnailUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a thumbnail URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.IsMediaRequest(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified HTTP request is a media request.
            </summary>
            <param name="httpRequest">The HTTP request.</param>
            <returns>
              <c>true</c> if the specified HTTP request is a media request; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.IsMediaUrl(System.String)">
            <summary>
            Determines whether the specified URL is a media URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if the specified URL is a media URL; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaManager.ParseMediaRequest(System.Web.HttpRequest)">
            <summary>
            Gets a media request from a http request.
            </summary>
            <param name="request">The http request.</param>
            <returns>
            The media request. If the http request is not a valid media request, null is returned.
            </returns>
            <remarks>
            If the http request is not a valid media request, null is returned.
            </remarks>
        </member>
        <member name="T:Sitecore.Resources.Media.DefaultMediaPathManager">
            <summary>
            Represents a Media Path.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.DefaultMediaPathManager.provider">
            <summary>
            The _data.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Resources.Media.MediaPathProvider,Sitecore.Resources.Media.MediaPathProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.DefaultMediaPathManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.CreatePath(System.String)">
            <summary>
            Create a path of items.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.GetExtension(System.String)">
            <summary>
            Gets the extension.
            </summary>
            <param name="file">The file.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.GetMediaFilePath(System.String,System.String)">
            <summary>
            Gets the media file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The extension.</param>
            <returns>The media file path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.GetMediaName(System.String)">
            <summary>
            Gets the name of the media.
            </summary>
            <param name="file">The file.</param>
            <returns>The name of the media.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.MapPath(System.String)">
            <summary>
            Map from a physical path to a sitecore path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.MapPath(System.String,System.String)">
            <summary>
            Map from a physical path to a sitecore path.
            </summary>
            <param name="path">The path.</param>
            <param name="newRoot">The new root.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.UnmapPath(System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.UnmapPath(System.String,System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <param name="folder">The folder.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.ProposeValidMediaPath(System.String)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.ProposeValidMediaPath(System.String,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.ProposeValidMediaPath(System.String,System.Boolean,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <param name="includeExtensionInItemName">If set to <c>true</c> extension should be included into item name.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.DefaultMediaPathManager.GetOutputFilePath(System.String,System.String)">
            <summary>
            Gets the output file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The file extension.</param>
            <returns>The output file path.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.GetMediaStreamPipelineArgs">
            <summary>
            GetMediaStreamPipelineArgs class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.GetMediaStreamPipelineArgs.#ctor(Sitecore.Resources.Media.MediaData,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.GetMediaStreamPipelineArgs"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.GetMediaStreamPipelineArgs.MediaData">
            <summary>
            Gets or sets the media.
            </summary>
            <value>The media.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.GetMediaStreamPipelineArgs.Options">
            <summary>
            Gets or sets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.GetMediaStreamPipelineArgs.OutputStream">
            <summary>
            Gets or sets the stream.
            </summary>
            <value>The stream.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.GetMediaStreamPipelineArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.GetMediaStreamPipelineArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.GrayscaleProcessor">
            <summary>
            GrayscaleProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.GrayscaleProcessor.Process(Sitecore.Resources.Media.GetMediaStreamPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.HashingUtils">
            <summary>
              Hashing Utils class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.HashingUtils.Instance">
            <summary>
              Instance of HashUtils class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.HashingUtils.Proxy">
            <summary>
              Gets or sets the proxy to Sitecore API.
            </summary>
            <value>
              The proxy.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.IsSafeUrl(System.String)">
            <summary>
              Determines whether specified URL does not contain query parameters to protect with hash.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if specified URL does not contain query parameters to protect with hash; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.ComputeHash(System.String)">
            <summary>
              Computes the hash.
            </summary>
            <param name="plainText">The plain text.</param>
            <returns>Computed hash</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.GetAssetUrlHash(System.String)">
            <summary>
              Gets the asset URL hash. In case specified URL is not Sitecore Media Url (does not contain Media Url prefix,
              for example link to the file on hard drive) the method returns empty string which means that URL will not be
              protected.
            </summary>
            <param name="url">The URL.</param>
            <returns>Computed hash</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.ProtectAssetUrl(System.String)">
            <summary>
              Protects the asset URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>Protected assert url</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.IsUrlHashValid(System.String)">
            <summary>
              Determines whether URL hash is valid.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if URL hash is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.HashingUtils.SitecoreProxy">
            <summary>
              The proxy class to call Sitecore API.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.SitecoreProxy.IsMediaUrl(System.String)">
            <summary>
              Determines whether specified URL is a valid Sitecore media URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if specified URL is a valid Sitecore media URL; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.SitecoreProxy.SingleWarn(System.String,System.Object)">
            <summary>
              Ouputs the warning message to a log file.
            </summary>
            <param name="message">The message.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.HashingUtils.SitecoreProxy.SingleError(System.String,System.Object)">
            <summary>
              Outputs Error message to a log file.
            </summary>
            <param name="message">The message.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.ImageEffects">
            <summary>
            ImageEffects class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffects.TransformFile(System.String,Sitecore.Resources.Media.TransformationOptions,System.Drawing.Imaging.ImageFormat)">
            <summary>
            Gets a stream from a file.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="options">The options.</param>
            <param name="outputFormat">The output format.</param>
            <returns>The file.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffects.TransformImageStream(System.IO.Stream,Sitecore.Resources.Media.TransformationOptions,System.Drawing.Imaging.ImageFormat)">
            <summary>
            Transforms an image stream.
            </summary>
            <param name="inputStream">The stream containing the media data.</param>
            <param name="options">The image options.</param>
            <param name="outputFormat">The image format of the resulting thumbnail image.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ImageEffectsResize">
            <summary>
            Represents a ImageEffectsResize.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.ResizeImageStream(System.IO.Stream,Sitecore.Resources.Media.TransformationOptions,System.Drawing.Imaging.ImageFormat)">
            <summary>
            Resizes an image represented by a stream.
            </summary>
            <param name="inputStream">The input stream.</param>
            <param name="options">The options.</param>
            <param name="outputFormat">The output format.</param>
            <returns>The image stream.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.GetResizeOptions(Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the resize options.
            </summary>
            <param name="options">The options.</param>
            <returns>The resize options.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.GetScale(Sitecore.Resources.Media.TransformationOptions,System.Drawing.Image,System.Drawing.Size)">
            <summary>
            Gets the scale.
            </summary>
            <param name="options">The options.</param>
            <param name="originalImage">The original image.</param>
            <param name="size">The size.</param>
            <returns>The scale.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.GetSize(Sitecore.Resources.Media.TransformationOptions,System.Drawing.Size)">
            <summary>
            Gets the size.
            </summary>
            <param name="options">The options.</param>
            <param name="size">The size.</param>
            <returns>The transformed size.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.FindEncoderInfo(System.Drawing.Imaging.ImageFormat)">
            <summary>
            Finds the encoder info for image format.
            </summary>
            <param name="outputFormat">The output format.</param>
            <returns>The encoder info.</returns>
            <exception cref="T:System.InvalidOperationException">Unknown image format</exception>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.GetSize(Sitecore.Resources.Media.TransformationOptions,System.Drawing.Image)">
            <summary>
            Gets the set of options to use in the image transformation.
            </summary>
            <param name="options">The options.</param>
            <param name="image">The image.</param>
            <returns>The transformed size.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.Scale(System.Int32,System.Single)">
            <summary>
            Scales the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="amount">The scale amount.</param>
            <returns>The scaled value.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageEffectsResize.ResizeLegacy(System.IO.Stream,Sitecore.Resources.Media.TransformationOptions,System.Drawing.Imaging.ImageFormat)">
            <summary>
            Resizes an image represented by a stream.
            </summary>
            <param name="inputStream">The input stream.</param>
            <param name="options">The options.</param>
            <param name="outputFormat">The output format.</param>
            <returns>The image stream.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ImageMedia">
            <summary>
            ImageMedia class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Resources.Media.Media"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.GetImage">
            <summary>
            Gets the media data as an image.
            </summary>
            <returns>
            The <see cref="T:System.Drawing.Image"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.SetImage(System.Drawing.Image)">
            <summary>
            Sets the media data from an image.
            </summary>
            <param name="image">The image.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.UpdateMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Updates the meta data of a media item.
            </summary>
            <param name="mediaStream">
            The media Stream.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.ClearMetaData">
            <summary>
            Clears the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.UpdateImageMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary>
            The update image meta data.
            </summary>
            <param name="mediaStream">
            The media stream.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageMedia.GetImageStream(System.Drawing.Image)">
            <summary>
            Gets a stream of the data contained in an image.
            </summary>
            <param name="image">The image.</param>
            <returns>
            The <see cref="T:Sitecore.Resources.Media.MediaStream"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ImageThumbnailGenerator">
            <summary>
            ImageThumbnailCreator class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageThumbnailGenerator.GetStream(Sitecore.Resources.Media.MediaData,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the stream of the thumbnail image.
            </summary>
            <param name="mediaData">The media data to generate a thumbnail for.</param>
            <param name="options"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageThumbnailGenerator.GetOptions(Sitecore.Resources.Media.MediaData,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the set of options to use in the image transformation.
            </summary>
            <param name="mediaData">The media data.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ImageValidator">
            <summary>
            Represents a Media Validator.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ImageValidator.ValidateItem(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaValidatorResult)">
            <summary>
            Validates the specified output.
            </summary>
            <param name="item">The item.</param>
            <param name="results">The warnings.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.JpegMedia">
            <summary>
            ImageMedia class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.JpegMedia.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.JpegMedia.ClearMetaData">
            <summary>
            Clears the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.JpegMedia.UpdateMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Updates the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.JpegMedia.SetFieldValue(Sitecore.Data.Items.Item,System.String,Sitecore.Drawing.Exif.Reader,System.Int32)">
            <summary>
            Sets a field value.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="reader">The reader.</param>
            <param name="tagId">The tag id.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.JpegMedia.SetGeoFieldValue(Sitecore.Data.Items.Item,System.String,Sitecore.Drawing.Exif.Reader,System.Int32)">
            <summary>
            Sets a field geolocation value.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <param name="reader">The reader.</param>
            <param name="tagId">The tag id.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MacromediaFlash">
            <summary>
            Parses header of a swf file.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.Signature">
            <summary>
            Gets the signature.
            </summary>
            <value>The signature.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.FlashVersion">
            <summary>
            Gets the flash version.
            </summary>
            <value>The flash version.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.FileLength">
            <summary>
            Gets the length of the file.
            </summary>
            <value>The length of the file.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.Height">
            <summary>
            Gets the height.
            </summary>
            <value>The height.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.Width">
            <summary>
            Gets the width.
            </summary>
            <value>The width.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.FrameRate">
            <summary>
            Gets the frame rate.
            </summary>
            <value>The frame rate.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MacromediaFlash.FrameCount">
            <summary>
            Gets the frame count.
            </summary>
            <value>The frame count.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MacromediaFlash.LoadData(System.IO.Stream)">
            <summary>
            Loads the data.
            </summary>
            <param name="stream">The stream.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.Media">
            <summary>
            Media class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.Media.GET_STREAM_PIPELINE_NAME">
            <summary>
            The get media stream pipeline name.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.Media.mediaData">
            <summary>
            The _media data.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Media"/> class.
            </summary>
            <remarks>For internal use only.</remarks>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.#ctor(Sitecore.Resources.Media.MediaData)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Media"/> class.
            </summary>
            <param name="mediaData">
            The media data.
            </param>
        </member>
        <member name="P:Sitecore.Resources.Media.Media.Extension">
            <summary>
            Gets the file extension of the media.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.Media.MediaData">
            <summary>
            Gets the media data.
            </summary>
            <value>The media data.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.Media.MimeType">
            <summary>
            Gets the MIME type of the media.
            </summary>
            <value>The type of the MIME.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>Media object.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.Initialize(Sitecore.Resources.Media.MediaData)">
            <summary>
            Initializes this instance. Used after <see cref="M:Sitecore.Resources.Media.Media.Clone">cloning</see>.
            </summary>
            <param name="innerData">
            The media Data.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetMetaData(Sitecore.Resources.Media.MediaMetaDataCollection)">
            <summary>
            Gets the meta data.
            </summary>
            <param name="metaData">
            The meta data.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetStream">
            <summary>
            Opens the stream associated with the media.
            </summary>
            <returns>Media stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetStream(Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Opens the stream associated with the media.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>Media stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetThumbnailStream">
            <summary>
            Gets a thumbnail for the media.
            </summary>
            <returns>Media stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.SetStream(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Opens the stream associated with the media.
            </summary>
            <param name="mediaStream">
            The media Stream.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.SetStream(System.IO.Stream,System.String)">
            <summary>
            Sets the stream.
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="extension">
            The extension.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.ReleaseStream">
            <summary>
            Releases the stream.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.UpdateMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Updates the meta data of a media item.
            </summary>
            <param name="mediaStream">
            The media Stream.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.AddMetaData(Sitecore.Resources.Media.MediaMetaDataCollection)">
            <summary>
            Adds the meta data to the collection.
            </summary>
            <param name="metaData">
            The meta data.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.EnsureAltField(Sitecore.Data.Items.Item)">
            <summary>
            Sets the 'alt' text to media item name in case 'alt' was not set yet.
            <para>Controlled by <see cref="P:Sitecore.Configuration.Settings.Media.AutoSetAlt"/> setting value. </para>
            </summary>
            <param name="item">The newly uploaded item in edit mode.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetStreamFromPipeline(Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Gets the stream from the pipeline 'getMediaStream'.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>Media stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetStreamFromPipeline(Sitecore.Resources.Media.MediaOptions,System.Boolean@)">
            <summary>
            Gets the stream from the pipeline 'getMediaStream'.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="canBeCached">
            The can be cached.
            </param>
            <returns>Media stream.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.ClearMetaData">
            <summary>
            Clears the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.ClearFields(System.String[])">
            <summary>
            Clears the specified fields in the inner item.
            </summary>
            <param name="fieldNames">
            The field names.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.AddStreamToCache(Sitecore.Resources.Media.MediaOptions,Sitecore.Resources.Media.MediaStream,Sitecore.Resources.Media.MediaStream@)">
            <summary>
            Does add a stream to the cache.
            </summary>
            <param name="options">
            The options.
            </param>
            <param name="mediaStream">
            The media stream.
            </param>
            <param name="cachedStream">
            The cached stream.
            </param>
            <returns>
            The add stream to cache.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Media.GetStreamFromCache(Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Gets the stream from the cache.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>Media stream.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaCache">
            <summary>
            MediaCache class
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCache.Active">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Resources.Media.MediaCache"/> is active.
            </summary>
            <value><c>true</c> if active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCache.UseActiveList">
            <summary>
            Gets a value indicating whether to use the active list.
            </summary>
            <value><c>true</c> if the active list should be used; otherwise, <c>false</c>.</value>
            <seealso cref="P:Sitecore.Configuration.Settings.Media.StreamPartiallyCachedFiles"/>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.AddStream(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions,Sitecore.Resources.Media.MediaStream,Sitecore.Resources.Media.MediaStream@)">
            <summary>
            Adds a stream to the cache.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <param name="stream">The stream.</param>
            <param name="cachedStream">The cached stream (<c>null</c> if the stream was not cached).</param>
            <returns><c>true</c> if the stream was added to the ase; <c>false</c> otherwise.</returns>
            <remarks>
              <para>Note that if the stream is succesfully cached, the cache will take ownership of the stream.</para>
              <para>Therefore, the caller must not perform any more operations on the stream and must not close it either.</para>
              <para>The caller should use the returned <c>cachedStream</c> instead.</para>
            </remarks>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.Contains(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Checks if the cache contains a specific media instance.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.GetStream(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Gets a stream from the cache.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.CanCache(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Determines whether the specified media can be cached.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <returns>
                <c>true</c> if this instance can cache the specified media; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.CreateCacheRecord(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions,Sitecore.Resources.Media.MediaStream)">
            <summary>
            Creates a cache record for a media instance.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <param name="stream">The stream.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.GetCacheRecord(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Gets the cache record.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.AddToActiveList(Sitecore.Resources.Media.MediaCacheRecord)">
            <summary>
            Adds a record to the active list.
            </summary>
            <param name="record">The record.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.GetActiveListKey(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Gets the active list key.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.GetFromActiveList(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Gets from active list.
            </summary>
            <param name="media">The media.</param>
            <param name="options">The options.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCache.RemoveFromActiveList(Sitecore.Resources.Media.MediaCacheRecord)">
            <summary>
            Removes a record from the active list.
            </summary>
            <param name="record">The record.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaCacheRecord">
            <summary>
            MediaCacheRecord class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.cacheFolder">
            <summary>
            The cache folder.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.extension">
            <summary>
            The extension.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.headers">
            <summary>
            The headers.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.media">
            <summary>
            The media.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.options">
            <summary>
            The options.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.recordFilePath">
            <summary>
            The record file path.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.streamFileName">
            <summary>
            The stream file name.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.streamFilePath">
            <summary>
            The stream file path.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCacheRecord.streamSharer">
            <summary>
            The stream sharer.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.#ctor(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions,Sitecore.Resources.Media.MediaStream)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaCacheRecord"/> class.
            </summary>
            <param name="media">
            The media.
            </param>
            <param name="options">
            The options.
            </param>
            <param name="stream">
            The stream to cache.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.#ctor(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaCacheRecord"/> class.
            </summary>
            <param name="media">
            The media.
            </param>
            <param name="options">
            The options.
            </param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCacheRecord.HasStream">
            <summary>
            Gets a value indicating whether this record has access to a stream.
            </summary>
            <value>
              <c>true</c> if this instance has a stream; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCacheRecord.Media">
            <summary>
            Gets the media.
            </summary>
            <value>The media.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCacheRecord.Options">
            <summary>
            Gets the options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.GetStream">
            <summary>
            Gets the stream associated with the cache record.
            </summary>
            <returns>
            The Media Stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.Persist">
            <summary>
            Persists the cache record.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.PersistAsync(System.Action)">
            <summary>
            Persists the cache record asynchronously.
            </summary>
            <param name="completedHandler">
            The completed Handler.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.GetCacheFolder">
            <summary>
            Gets the path to the cache folder.
            </summary>
            <returns>
            The get cache folder.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.GetCachedStream">
            <summary>
            Gets the cached stream.
            </summary>
            <returns>
            The Cached stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.GetRecordKey">
            <summary>
            Gets the key for this record.
            </summary>
            <returns>
            The get record key.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.GetRootFolder">
            <summary>
            Gets the root folder of the cache data.
            </summary>
            <returns>
            The get root folder.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.Initialize(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions,Sitecore.Resources.Media.MediaStream)">
            <summary>
            Initializes the specified media.
            </summary>
            <param name="sitecoreMedia">
            The media.
            </param>
            <param name="mediaOptions">
            The options.
            </param>
            <param name="mediaStream">
            The media stream.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.LoadRecord">
            <summary>
            Gets the specific record.
            </summary>
            <returns>
            The list of records.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.OpenStreamFile">
            <summary>
            Opens the streamed file.
            </summary>
            <returns>
            The Media stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.PersistHandler(System.Action)">
            <summary>
            Persists the handler.
            </summary>
            <param name="completedHandler">
            The completed handler.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.PersistRecord">
            <summary>
            Persists the record.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.PersistStream">
            <summary>
            Persists the stream.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCacheRecord.ToStringList">
            <summary>
            Get the record represented as a <see cref="T:Sitecore.Collections.StringList">string list</see>.
            </summary>
            <returns>
            The list of strings.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaConfig">
            <summary>
            MediaConfig class.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.mediaPrefixes">
            <summary>
            Supported media prefixes.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.mediaTypes">
            <summary>
            Supported media types.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.defaultImageFormat">
            <summary>
            The Default image format.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.initialized">
            <summary>
            Indicates whether class was initialized or not.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.mediaLinkPrefix">
            <summary>
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.mediaRequestPrototype">
            <summary>
            Media request prototype.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.requestProtection">
            <summary>
            The request protection configuration.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaConfig"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaConfig"/> class.
            </summary>
            <param name="configNode">
            The configuration node.
            </param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            </summary>
            <value>The media link prefix.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.MediaPrefixes">
            <summary>
            Gets the media prefixes.
            </summary>
            <value>The media prefixes list.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.MediaRequestPrototype">
            <summary>
            Gets or sets the type of the request parser.
            </summary>
            <value>The type of the request parser.</value>
            <remarks>
            This type must represent a class derived from <see cref="T:Sitecore.Resources.Media.MediaRequest"/>.
            </remarks>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.MediaTypes">
            <summary>
            Gets the registered media types.
            </summary>
            <value>The media types.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.DefaultImageFormat">
            <summary>
            Gets the default image format.
            </summary>
            <value>The default image format.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.RequestProtection">
            <summary>
            Gets the request protection configuration.
            </summary>
            <value>
            The request protection configuration.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ConstructMediaDataInstance(Sitecore.Data.Items.MediaItem)">
            <summary>
            Constructs an instance of the <see cref="T:Sitecore.Resources.Media.MediaData"/> class.
            </summary>
            <param name="mediaItem">
            The <see cref="T:Sitecore.Data.Items.Item">item</see> needed by the <see cref="T:Sitecore.Resources.Media.MediaData"/> constructor.
            </param>
            <returns>
            The Media Data.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ConstructMediaInstance(Sitecore.Resources.Media.MediaData)">
            <summary>
            Constructs an instance of the <see cref="T:Sitecore.Resources.Media.Media"/> class.
            </summary>
            <param name="mediaData">
            The <see cref="T:Sitecore.Resources.Media.Media">media data</see> needed by the <see cref="T:Sitecore.Resources.Media.Media"/> constructor.
            </param>
            <returns>
            The Media instance.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ConstructMediaRequestInstance(System.Web.HttpRequest)">
            <summary>
            Constructs an instance of the <see cref="T:Sitecore.Resources.Media.MediaRequest"/> class.
            </summary>
            <param name="httpRequest">
            The <see cref="T:System.Web.HttpRequest">request data</see> needed by the <see cref="T:Sitecore.Resources.Media.MediaRequest"/> constructor.
            </param>
            <returns>
            The Media Request.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetForceDownload(System.String)">
            <summary>
            Gets the force download flag for a file extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Tristate value.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetDisableUpload(System.String)">
            <summary>
            Gets the upload block flag for a file extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Tristate value.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetForceDownloadByMime(System.String)">
            <summary>
            Gets the force download by MIME.
            </summary>
            <param name="mimeType">
            Type of the MIME.
            </param>
            <returns>
            The force download by MIME.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetImageFormat(System.String,System.Drawing.Imaging.ImageFormat)">
            <summary>
            Gets the image format for a specific extension.
            </summary>
            <param name="extension">The file extension describing the media.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The Image Format.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetImageFormat(System.String)">
            <summary>
            Gets the image format for a specific extension.
            </summary>
            <param name="extension">The file extension describing the media.</param>
            <returns>The Image Format.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMediaDataPrototype(System.String)">
            <summary>
            Gets the media data prototype for a specific extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Prototype.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMediaPrototype(System.String)">
            <summary>
            Gets the media prototype for a specific extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Prototipe.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMediaTypeConfig(System.String)">
            <summary>
            Gets the config for a specific media type.
            </summary>
            <param name="extension">
            The 'file' extension identifying the media.
            </param>
            <returns>
            The Media Type configuration.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMediaTypeConfigByMime(System.String)">
            <summary>
            Gets the media type config by MIME.
            </summary>
            <param name="mimeType">
            Type of the MIME.
            </param>
            <returns>
            The media type config by MIME.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMediaValidator(System.String)">
            <summary>
            Gets the media validator.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The media validator.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMetaDataFormatter(System.String)">
            <summary>
            Gets the meta data formatter.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The meta data formatter.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetMimeType(System.String)">
            <summary>
            Gets the MIME type of an extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Mime Type.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetTemplate(System.String,System.Boolean)">
            <summary>
            Gets the name (or id) of the template to use when creating items for a specific extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <param name="versioned">
            if set to <c>true</c> this instance is versioned.
            </param>
            <returns>
            The template.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetThumbnailBackgroundColor(System.String)">
            <summary>
            Gets the color of the thumbnail background.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Background Color.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetThumbnailGenerator(System.String)">
            <summary>
            Gets a thumbnail generator for a specific extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Thumbnail Generator.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetThumbnailSize(System.String)">
            <summary>
            Gets the default thumbnail size for a specific extension.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Thumbnail Size.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetUrlExtension(System.String)">
            <summary>
            Gets the extension to use in URLs.
            </summary>
            <param name="extension">
            The extension.
            </param>
            <returns>
            The Url extension.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the members from an XML fragment.
            </summary>
            <param name="configNode">
            The root node of the configuration fragment.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.CorrectMediaPrefix(System.String)">
            <summary>
            Corrects the media prefix.
            By default all media prefixes should have a slash at the end.
            </summary>
            <param name="mediaPrefix">
            The media prefix.
            </param>
            <returns>
            The corrected media prefix.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetChildValue(System.String,System.Xml.XmlNode,System.Xml.XmlNode,System.String)">
            <summary>
            Gets a child value.
            </summary>
            <param name="nodeName">Name of the node.</param>
            <param name="node">The configuration node.</param>
            <param name="defaultNode">The default node.</param>
            <param name="oldValue">The old value.</param>
            <returns> The Child value.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParseMediaPrefixes(System.Xml.XmlNode)">
            <summary>
            Parses the media prefixes.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParseRequestProtectionConfiguration(System.Xml.XmlNode)">
            <summary>
            Parses the request protection configuration.
            </summary>
            <param name="configNode">The configuration node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParseMediaType(System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Parses a single media type node.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="defaultNode">The default node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.FillConfiguration(Sitecore.Resources.Media.MediaTypeConfig,System.Xml.XmlNode,System.Xml.XmlNode)">
            <summary>
            Fills the configuration.
            </summary>
            <param name="config">The configuration.</param>
            <param name="configNode">The configuration node.</param>
            <param name="defaultNode">The default node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.GetInstance(System.String,System.Xml.XmlNode,System.Xml.XmlNode,System.Object)">
            <summary>
            Gets the instance.
            </summary>
            <param name="nodeName">Name of the node.</param>
            <param name="configNode">The configuration node.</param>
            <param name="defaultNode">The default node.</param>
            <param name="oldInstance">The old instance.</param>
            <returns>Returns instance by configuration node.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParseMediaTypes(System.Xml.XmlNode)">
            <summary>
            Parses the media type nodes.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParsePrototypesConfig(System.Xml.XmlNode,Sitecore.Resources.Media.MediaTypeConfig)">
            <summary>
            Parses the prototypes config section for a media type.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="config">The config.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParseRequestParser(System.Xml.XmlNode)">
            <summary>
            Parses the request parser.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.ParseThumbnailConfig(System.Xml.XmlNode,Sitecore.Resources.Media.MediaTypeConfig)">
            <summary>
            Parses the thumbnail configuration options.
            </summary>
            <param name="configNode">The config node.</param>
            <param name="config">The object that will contain the settings.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings">
            <summary>
            Media Request Protection configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.sitesToIgnore">
            <summary>
            The sites media requests should be ignored for.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.queryParametersToProtect">
            <summary>
            The query parameters that are used to calculate hashes for media requests.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.customQueryParameters">
            <summary>
            The custom query media parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.Initialize(System.Xml.XmlNode)">
            <summary>
            Initializes the object from specified configuration node.
            </summary>
            <param name="configNode">The configuration node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.InitializeQueryParametersToProtect(System.Xml.XmlNode)">
            <summary>
            Initializes the query parameters that are used to calculate hashes for media requests.
            </summary>
            <param name="configNode">The configuration node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.InitializeCustomQueryParameters(System.Xml.XmlNode)">
            <summary>
            Initializes the custom query parameters.
            </summary>
            <param name="configNode">The configuration node.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.GetParameters(System.String,System.Xml.XmlNode)">
            <summary>
            Gets the parameters from configuration node.
            </summary>
            <param name="nodeName">Name of the node.</param>
            <param name="configNode">The configuration node.</param>
            <returns>The list of parameters.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.InitializeSitesToIgnore(System.Xml.XmlNode)">
            <summary>
            Initializes the sites media requests should be ignored for.
            </summary>
            <param name="configNode">The configuration node.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.CustomQueryParameters">
            <summary>
            Gets the custom media query parameters.
            </summary>
            <value>
            The custom query parameters.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.Enabled">
            <summary>
            Gets a value indicating whether Media Request Protection feature enabled.
            </summary>
            <value>
              <c>true</c> if Media Request Protection feature enabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.QueryParametersToProtect">
            <summary>
            Gets the query parameters that are used to calculate hashes for media requests.
            </summary>
            <value>
            The query parameters that are used to calculate hashes for media requests.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaConfig.RequestProtectionSettings.SitesToIgnore">
            <summary>
            The sites media requests should be ignored for.
            </summary>
            <value>
            The sites media requests should be ignored for.
            </value>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaCreatorOptions">
            <summary>
            MediaCreatorOptions class
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.AlternateText">
            <summary>
            Gets or sets the alternate text.
            </summary>
            <value>The alternate text.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.Destination">
            <summary>
            Gets or sets the destination in the Sitecore tree.
            </summary>
            <value>The destination.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.Empty">
            <summary>
            Gets or sets the empty options.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.FileBased">
            <summary>
            Gets or sets a value indicating whether to create file based media.
            </summary>
            <value><c>true</c> if file based; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.IncludeExtensionInItemName">
            <summary>
            Gets or sets a value indicating whether to include a file extension when generating an item name from a file name.
            </summary>
            <value><c>true</c> if extansion should be included; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.OverwriteExisting">
            <summary>
            Gets or sets a value indicating whether to overwrite item with the same path.
            </summary>
            <remarks>
            If this property is false (default), existing items with the same path will remain as is, otherwise - overwritten.
            </remarks>
            <value><c>true</c> if overwrite existing item; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.Language">
            <summary>
            Gets or sets the language of the item to create.
            </summary>
            <value>The language.</value>
             
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.OutputFilePath">
            <summary>
            Gets or sets the file path to use for file based media.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaCreatorOptions.Versioned">
            <summary>
            Gets or sets a value indicating whether to create an item with versioned media data.
            </summary>
            <value><c>true</c> if versioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreatorOptions.Build(System.String)">
            <summary>
            Builds the options object using \"getMediaCreatorOptions\" pipeline.
            </summary>
            <param name="context">The pipeline context that identifies the functionality that makes the options.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaCreator">
            <summary>
            MediaCreator class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaCreator.DefaultSite">
            <summary>
            The default site.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetFileBasedStreamPath(System.String,System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the file based stream path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="filePath">The file path.</param>
            <param name="options">The options.</param>
            <returns>The get file based stream path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.AttachStreamToMediaItem(System.IO.Stream,System.String,System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Attachs new stream to exists MediaItem and changes the FilePath
            </summary>
            <param name="stream">
            The new file stream
            </param>
            <param name="itemPath">
            Full item patch
            </param>
            <param name="fileName">
            Filename with extension
            </param>
            <param name="options">
            The MediaCreator's Options
            </param>
            <returns>
            The Media Item
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.CreateFromFile(System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates a new media item from a file.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Media Item.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.CreateFromFolder(System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates a media folder from a file system folder.
            </summary>
            <param name="folderPath">
            The folder path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Sitecore item.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.CreateFromStream(System.IO.Stream,System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates the media from a file.
            </summary>
            <param name="stream">The stream.</param>
            <param name="filePath">The file path.</param>
            <param name="options">The options.</param>
            <returns>The Created Item.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.CreateFromStream(System.IO.Stream,System.String,System.Boolean,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates the media from a file.
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="filePath">
            The file path.
            </param>
            <param name="setStreamIfEmpty">
            if set to <c>true</c> [set stream if empty].
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Created Item.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.FileCreated(System.String)">
            <summary>
            A new file has been created.
            </summary>
            <param name="filePath">
            The full path to the file.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.FileDeleted(System.String)">
            <summary>
            A file has been deleted.
            </summary>
            <param name="filePath">
            The full path to the file.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.FileRenamed(System.String,System.String)">
            <summary>
            A file has been renamed.
            </summary>
            <param name="filePath">
            The path to the file.
            </param>
            <param name="oldFilePath">
            The old path to the file.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetItemPath(System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the item path corresponding to a file.
            </summary>
            <param name="filePath">
            The file path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The item path.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetMediaStorageFolder(Sitecore.Data.ID,System.String)">
            <summary>
            Gets private folder for media blob inside the Media.FileFolder.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="fullPath">
            The full path.
            </param>
            <returns>
            The short folder.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.CreateFolder(System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates a media folder in the content database.
            </summary>
            <param name="itemPath">
            The item path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Created Folder.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.CreateItem(System.String,System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates a media item in the content database.
            </summary>
            <param name="itemPath">
            The item path.
            </param>
            <param name="filePath">
            The file path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Created Item.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetItemMediaLanguages(Sitecore.Resources.Media.MediaCreatorOptions,Sitecore.Data.Items.Item)">
            <summary>
            Gets the languages to create item in.
            </summary>
            <param name="options">The options.</param>
            <param name="item">The item to have language versions initialized.</param>
            <returns>A collection of languages to create item language versions in.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetFullFilePath(Sitecore.Data.ID,System.String,System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Creates full path for mediaItem to the Media storage
            </summary>
            <param name="itemID">
            The Item's ID
            </param>
            <param name="fileName">
            The file path
            </param>
            <param name="itemPath">
            The item path
            </param>
            <param name="options">
            The options
            </param>
            <returns>
            The full file path
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetOutputFilePath(System.String,System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the output file path.
            </summary>
            <param name="itemPath">
            The item path.
            </param>
            <param name="filePath">
            The file path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The get output file path.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetDatabase(Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the database.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The Database.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetFolderTemplate(Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the template for a media folder.
            </summary>
            <param name="options">
            The options.
            </param>
            <returns>
            The Template Item.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetItemName(System.String)">
            <summary>
            Gets the name of the item from a path.
            </summary>
            <param name="itemPath">
            The item path.
            </param>
            <returns>
            The get item name.
            </returns>
            <exception cref="T:System.InvalidOperationException">
            <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetItemTemplate(System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the template for a media item.
            </summary>
            <param name="filePath">
            The file path of the media.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Template Item.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.GetParentFolder(System.String,Sitecore.Resources.Media.MediaCreatorOptions)">
            <summary>
            Gets the parent folder from an item path.
            </summary>
            <param name="itemPath">
            The item path.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The parent folder.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreator.SetContext">
            <summary>
            Sets the context (if it has not been set).
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaCreators.SingleLanguageMediaCreator">
            <summary>
            Creates versions for media items in single language only.
            </summary>
            <seealso cref="T:Sitecore.Resources.Media.MediaCreator" />
        </member>
        <member name="M:Sitecore.Resources.Media.MediaCreators.SingleLanguageMediaCreator.GetItemMediaLanguages(Sitecore.Resources.Media.MediaCreatorOptions,Sitecore.Data.Items.Item)">
            <summary>
            Gets the languages to create item in.
            <para>Returns only one <paramref name="item"/> language.</para>
            </summary>
            <param name="options">The options.</param>
            <param name="item">The item to have language versions initialized.</param>
            <returns>An array with current <paramref name="item"/> language only.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaData">
            <summary>
            MediaData class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaData"/> class.
            </summary>
            <remarks>Use for prototyping only.</remarks>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.#ctor(Sitecore.Data.Items.MediaItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaData"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.DataFieldName">
            <summary>
            Gets or sets the name of the field holding the media data.
            </summary>
            <value>The name of the data field.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.Extension">
            <summary>
            Gets the 'file' extension of the media data.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.HasContent">
            <summary>
            Gets a value indicating whether this instance has any content.
            </summary>
            <value>
            <c>true</c> if this instance has content; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.HasFileContent">
            <summary>
            Gets a value indicating whether this instance has file content.
            </summary>
            <value>
            <c>true</c> if this instance has file content; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.MediaId">
            <summary>
            Gets a string that uniquely identifies this media instance.
            </summary>
            <remarks>
              <para>The id must not contain the following characters: <c>\ / : * ? " &lt; &gt; |</c></para>
              <para>Also, the id must not be more than 100 characters in length.</para>
              <para>If it is not possible to produce an id, <see cref="F:System.String.Empty"/> may be returned. This may stop media caching from working, however.</para>
            </remarks>
            <value>The media id.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.MediaItem">
            <summary>
            Gets the media item.
            </summary>
            <value>The media item.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.MimeType">
            <summary>
            Gets the MIME type of the media data.
            </summary>
            <value>The MIME type.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaData.Updated">
            <summary>
            Gets the time of the latest update.
            </summary>
            <value>The update time.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.GetStream">
            <summary>
            Gets the media data as a stream.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.GetThumbnailStream">
            <summary>
            Gets a thumbnail for the media.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.GetThumbnailStream(Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the thumbnail stream for the media.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.Initialize(Sitecore.Data.Items.MediaItem)">
            <summary>
            Initializes this instance. Used after <see cref="M:Sitecore.Resources.Media.MediaData.Clone">cloning</see>.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.ReleaseStream">
            <summary>
            Releases the stream.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.SetStream(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Sets the media data from a stream.
            </summary>
            <param name="mediaStream">The media stream.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.GetBlobStream">
            <summary>
            Gets a stream from the BLOB data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.GetFileStream">
            <summary>
            Gets a stream from a file.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.IsValidFilePath(System.String)">
            <summary>
            Determines whether the specified path is a valid file path for media item.
            </summary>
            <param name="filePath">The path.</param>
            <returns>
            <c>true</c> if the specified path is valid file path; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.SetBlobStream(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Sets the stream using the BLOB field.
            </summary>
            <param name="mediaStream">The media stream.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaData.SetFileStream(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Sets the stream using a file.
            </summary>
            <param name="mediaStream">The media stream.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaHeaders">
            <summary>
            MediaHeaders class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaHeaders.#ctor(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaHeaders"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaHeaders.Headers">
            <summary>
            Gets the headers.
            </summary>
            <value>The headers.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaHeaders.MediaStream">
            <summary>
            Gets the media stream owning the headers.
            </summary>
            <value>The media stream.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaHeaders.Add(System.String,System.String)">
            <summary>
            Adds the specified value to the <see cref="P:Sitecore.Resources.Media.MediaHeaders.Headers">headers</see>.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaHeaders.CopyTo(System.Web.HttpResponse)">
            <summary>
            Copies the headers to an http response.
            </summary>
            <param name="httpResponse">The HTTP response.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaManager">
            <summary>
            MediaManager
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaManager.Cache">
            <summary>
            Gets or sets the media cache.
            </summary>
            <value>The media cache.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaManager.Config">
            <summary>
            Gets or sets the media configuration handler.
            </summary>
            <value>The media configuration.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaManager.Creator">
            <summary>
            Gets or sets the object used when creating new media items.
            </summary>
            <value>The creator.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaManager.Effects">
            <summary>
            Gets or sets the object handling image effects and transformations.
            </summary>
            <value>The effects.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaManager.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            </summary>
            <value>The media link prefix.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaManager.MimeResolver">
            <summary>
            Gets or sets the MIME resolver.
            </summary>
            <value>The MIME resolver.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.GetMedia(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets media from a media item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.GetMedia(Sitecore.Resources.Media.MediaUri)">
            <summary>
            Gets media from a media URI.
            </summary>
            <param name="mediaUri">The media URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.HasMediaContent(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has a media stream with content.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item has a media stream with content; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.GetMediaUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.GetMediaUrl(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaUrlOptions)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The query string.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.GetThumbnailUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a thumbnail URL.
            </summary>
            <param name="item">The item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.IsMediaRequest(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified HTTP request is a media request.
            </summary>
            <param name="httpRequest">The HTTP request.</param>
            <returns>
                <c>true</c> if the specified HTTP request is a media request; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.IsMediaUrl(System.String)">
            <summary>
            Determines whether the specified URL is a media URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>
                <c>true</c> if the specified URL is a media URL; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaManager.ParseMediaRequest(System.Web.HttpRequest)">
            <summary>
            Gets a media request from a http request.
            </summary>
            <param name="request">The http request.</param>
            <returns>
            The media request. If the http request is not a valid media request, null is returned.
            </returns>
            <remarks>
            If the http request is not a valid media request, null is returned.
            </remarks>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaMetaDataCollection">
            <summary>
            Represents a collection of Media Meta Data.
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaMetaDataFormatterOutput">
            <summary>
            Represents the output of a Media Meta Data Formatter.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaMetaDataFormatterOutput.Unformatted">
            <summary>Unformatted.</summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaMetaDataFormatterOutput.Html">
            <summary>Html.</summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaMetaDataFormatterOutput.HtmlNoKeys">
            <summary>Html with no keys.</summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaMetaDataFormatterOutput.Text">
            <summary>Text.</summary>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaMetaDataFormatter">
            <summary>
            Represents a Media Meta Data Formatter.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaMetaDataFormatter.Format(Sitecore.Resources.Media.MediaMetaDataCollection,Sitecore.Resources.Media.MediaMetaDataFormatterOutput)">
            <summary>
            Formats the specified meta data.
            </summary>
            <param name="metaData">The meta data.</param>
            <param name="output">The output.</param>
            <returns>The format.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaMetaDataFormatter.FormatCollection(Sitecore.Resources.Media.MediaMetaDataCollection,Sitecore.Resources.Media.MediaMetaDataFormatterOutput)">
            <summary>
            Formats the collection.
            </summary>
            <param name="data">The data.</param>
            <param name="output">The output.</param>
            <returns>The collection.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaMetaDataFormatter.FormatValues(Sitecore.Resources.Media.MediaMetaDataCollection,Sitecore.Resources.Media.MediaMetaDataFormatterOutput)">
            <summary>
            Formats the values.
            </summary>
            <param name="metaData">The meta data.</param>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaMetaDataFormatter.FormatValue(System.String,System.String,Sitecore.Resources.Media.MediaMetaDataFormatterOutput)">
            <summary>
            Formats the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <param name="output">The output.</param>
            <returns>The format.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaOptions">
            <summary>
            MediaOutputOptions class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaOptions.customOptions">
            <summary>
            The custom options dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaOptions.KnownOptions">
            <summary>
            The known options dictionary.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaOptions.useMediaCache">
            <summary>
            The use media cache.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaOptions.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Resources.Media.MediaOptions"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.AllowStretch">
            <summary>
            Gets or sets a value indicating whether stretching is allowed.
            </summary>
            <value>
              <c>true</c> if stretching is allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.BackgroundColor">
            <summary>
            Gets or sets the background color to use when scaling images.
            </summary>
            <value>The color of the background.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.CustomOptions">
            <summary>
            Gets the custom options.
            </summary>
            <value>The custom options.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.Height">
            <summary>
            Gets or sets the requested height.
            </summary>
            <value>The height.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.IgnoreAspectRatio">
            <summary>
            Gets or sets a value indicating whether to ignore the aspect ratio when resizing.
            </summary>
            <value>
              <c>true</c> if ignore aspect ratio; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.MaxHeight">
            <summary>
            Gets or sets the max height.
            </summary>
            <value>The max height.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.MaxWidth">
            <summary>
            Gets or sets the max width.
            </summary>
            <value>The max width.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.Scale">
            <summary>
            Gets or sets the scale.
            </summary>
            <value>The scale.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.Thumbnail">
            <summary>
            Gets or sets a value indicating whether a thumbnail is requested.
            </summary>
            <value><c>true</c> if a thumbnail is requested; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.UseMediaCache">
            <summary>
            Gets or sets a value indicating whether to allow using the media cache.
            </summary>
            <value><c>true</c> if the media cache may be used; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.Width">
            <summary>
            Gets or sets the requested width.
            </summary>
            <value>The width.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaOptions.UseDefaultIcon">
            <summary>
            Gets or sets a value indicating whether a default icon is requested.
            </summary>
            <value><c>true</c> if a default icon is requested; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaOptions.GetCacheKey">
            <summary>
            Gets a cache key built from the options.
            </summary>
            <returns>The cache key.</returns>
            <remarks>
            Note that two <see cref="T:Sitecore.Resources.Media.MediaOptions"/> instances with the same options set must return the same cache key.
            </remarks>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaOptions.GetTransformationOptions">
            <summary>
            Gets the image options.
            </summary>
            <returns>
            The transformation options.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaPathManager">
            <summary>
            Represents a Media Path.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaPathManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaPathManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.CreatePath(System.String)">
            <summary>
            Create a path of items
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.GetExtension(System.String)">
            <summary>
            Gets the extension.
            </summary>
            <param name="file">The file.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.GetMediaFilePath(System.String,System.String)">
            <summary>
            Gets the media file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.GetMediaName(System.String)">
            <summary>
            Gets the name of the media.
            </summary>
            <param name="file">The file.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.MapPath(System.String)">
            <summary>
            Map from a physical path to a sitecore path
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.MapPath(System.String,System.String)">
            <summary>
            Map from a physical path to a sitecore path
            </summary>
            <param name="path">The path.</param>
            <param name="newRoot">The new root.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.UnmapPath(System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.UnmapPath(System.String,System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <param name="folder">The folder.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.ProposeValidMediaPath(System.String)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.ProposeValidMediaPath(System.String,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.ProposeValidMediaPath(System.String,System.Boolean,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">if set to <c>true</c> extension should be included into item name.</param>
            <param name="includeExtensionInItemName">if set to <c>true</c> extension should be included into item name.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathManager.GetOutputFilePath(System.String,System.String)">
            <summary>
            Gets the output file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The file extension.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaPathProvider">
            <summary>
            Represents a Media Path.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.CreatePath(System.String)">
            <summary>
            Create a path of items
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.GetExtension(System.String)">
            <summary>
            Gets the extension.
            </summary>
            <param name="file">The file.</param>
            <returns>The extension.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.GetMediaFilePath(System.String,System.String)">
            <summary>
            Gets the media file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.GetMediaName(System.String)">
            <summary>
            Gets the name of the media.
            </summary>
            <param name="file">The file.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.MapPath(System.String)">
            <summary>
            Map from a physical path to a sitecore path
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.MapPath(System.String,System.String)">
            <summary>
            Map from a physical path to a sitecore path
            </summary>
            <param name="path">The path.</param>
            <param name="newRoot">The new root.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.UnmapPath(System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.UnmapPath(System.String,System.String)">
            <summary>
            Unmaps the path.
            </summary>
            <param name="path">The path.</param>
            <param name="folder">The folder.</param>
            <returns>The path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.ProposeValidMediaPath(System.String)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.ProposeValidMediaPath(System.String,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <returns>The valid media path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.ProposeValidMediaPath(System.String,System.Boolean,System.Boolean)">
            <summary>
            Proposes the valid media path.
            </summary>
            <param name="path">The path.</param>
            <param name="alwaysKeepExtension">If set to <c>true</c>, the extension will always be kept in the result.</param>
            <param name="includeExtensionInItemName">if set to <c>true</c> extension should be included into item name.</param>
            <returns>
            The valid media path.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaPathProvider.GetOutputFilePath(System.String,System.String)">
            <summary>
            Gets the output file path.
            </summary>
            <param name="itemPath">The item path.</param>
            <param name="extension">The file extension.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaPathProviderCollection">
            <summary>
              Collection of MediaPathProvider objects
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaPathProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Resources.Media.MediaPathProvider"/> with the specified name.
            </summary>
            <value>The <see cref="T:Sitecore.Resources.Media.MediaPathProvider"/>.</value>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaProvider">
            <summary>
            MediaProvider class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaProvider.config">
            <summary>
            The media configuration.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaProvider.cache">
            <summary>
            The media cache.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaProvider.creator">
            <summary>
            The media creator.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaProvider.effects">
            <summary>
            The image effects.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaProvider.mimeResolver">
            <summary>
            The MIME resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaProvider"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaProvider"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaProvider.Cache">
            <summary>
            Gets or sets the media cache.
            </summary>
            <value>The media cache.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaProvider.Config">
            <summary>
            Gets or sets the media configuration handler.
            </summary>
            <value>The media configuration.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaProvider.Creator">
            <summary>
            Gets or sets the object used when creating new media items.
            </summary>
            <value>The creator.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaProvider.Effects">
            <summary>
            Gets or sets the object handling image effects and transformations.
            </summary>
            <value>The effects.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaProvider.MediaLinkPrefix">
            <summary>
            Gets the media link prefix.
            The prefix to use when Sitecore generates media links.
            The setting is used in the front-end as well as the back-end.
            </summary>
            <value>The media link prefix.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaProvider.MimeResolver">
            <summary>
            Gets or sets the MIME resolver.
            </summary>
            <value>The MIME resolver.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMedia(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets media from a media item.
            </summary>
            <param name="item">The media item.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMedia(Sitecore.Resources.Media.MediaUri)">
            <summary>
            Gets media from a media URI.
            </summary>
            <param name="mediaUri">The media URI.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.HasMediaContent(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has a media stream with content.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if the specified item has a media stream with content; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMediaUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The media item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMediaUrl(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaUrlOptions)">
            <summary>
            Gets a media URL.
            </summary>
            <param name="item">The media item.</param>
            <param name="options">The query string.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetThumbnailUrl(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a thumbnail URL.
            </summary>
            <param name="item">The media item.</param>
            <returns>The media URL.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.IsMediaRequest(System.Web.HttpRequest)">
            <summary>
            Determines whether the specified HTTP request is a media request.
            </summary>
            <param name="httpRequest">The HTTP request.</param>
            <returns>
              <c>true</c> if the specified HTTP request is a media request; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.IsMediaUrl(System.String)">
            <summary>
            Determines whether the specified URL is a media URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if the specified URL is a media URL; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.ParseMediaRequest(System.Web.HttpRequest)">
            <summary>
            Gets a media request from a http request.
            </summary>
            <param name="request">The http request.</param>
            <returns>
            The media request. If the http request is not a valid media request, null is returned.
            </returns>
            <remarks>
            If the http request is not a valid media request, null is returned.
            </remarks>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMedia(Sitecore.Resources.Media.MediaData)">
            <summary>
            Constructs a <see cref="T:Sitecore.Resources.Media.Media"/> instance from a <see cref="T:Sitecore.Resources.Media.MediaData"/>.
            </summary>
            <param name="mediaData">The media data.</param>
            <returns>The media.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMediaData(Sitecore.Data.Items.MediaItem)">
            <summary>
            Constructs a <see cref="T:Sitecore.Resources.Media.MediaData"/> instance from a <see cref="T:Sitecore.Data.Items.MediaItem"/>.
            </summary>
            <param name="item">The media item.</param>
            <returns>The media data.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaProvider.GetMediaData(Sitecore.Resources.Media.MediaUri)">
            <summary>
            Gets media data from a media URI.
            </summary>
            <param name="mediaUri">The media URI.</param>
            <returns>The media data.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaRequest">
            <summary>
            MediaRequest class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.innerRequest">
            <summary>
            Inner Request.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.mediaUri">
            <summary>
            Media URI.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.options">
            <summary>
            The Media Options.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.mediaQueryString">
            <summary>
            The Media Query String.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.isRawUrlSafe">
            <summary>
            Keeps information whether RawUrl is safe and does not contain any hacks.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.isRawUrlSafeInitialized">
            <summary>
            The is raw url safe field initialized
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaRequest.pathResolver">
            <summary>
            Item path resolver.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaRequest"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.#ctor(System.Web.HttpRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaRequest"/> class.
            </summary>
            <param name="request">The HTTP request.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaRequest.InnerRequest">
            <summary>
            Gets the inner request.
            </summary>
            <value>The inner request.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaRequest.MediaUri">
            <summary>
            Gets the media URI.
            </summary>
            <value>The media URI.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaRequest.Options">
            <summary>
            Gets the media options.
            </summary>
            <value>The options.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaRequest.IsRawUrlSafe">
            <summary>
            Gets a value indicating whether RawUrl is safe.
            </summary>
            <value>
              <c>true</c> if request RawUrl is safe; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaRequest.PathResolver">
            <summary>
            Gets or sets item path resolver.
            </summary>
            <value>Item path resolver.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns>The Media Request.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.Initialize(System.Web.HttpRequest)">
            <summary>
            Initializes this instance. Used after <see cref="M:Sitecore.Resources.Media.MediaRequest.Clone">cloning</see>.
            </summary>
            <param name="request">The request.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetDatabase">
            <summary>
            Gets the database from the request URL.
            </summary>
            <returns>The Sitecore Database object.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetLanguage">
            <summary>
            Gets the language from the request URL.
            </summary>
            <returns>The Language.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetMediaQueryString">
            <summary>
            Gets the media query string.
            </summary>
            <returns>The media query string.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetMediaPath">
            <summary>
            Gets the media path from the request URL.
            </summary>
            <returns>The Media Path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetMediaPath(System.String)">
            <summary>
            Gets the media path.
            </summary>
            <param name="localPath">The local path.</param>
            <returns>The Media Path.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetOptions">
            <summary>
            Gets the various options from the request URL.
            </summary>
            <returns>The Media Options.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.ProcessCustomParameters(Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Processes the custom parameters.
            </summary>
            <param name="options">The options.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetUrlReferrer">
            <summary>
            Gets the URL referrer.
            </summary>
            <returns>The URL referrer.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.GetVersion">
            <summary>
            Gets the version from the request URL.
            </summary>
            <returns>The Version.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequest.ProtectRequest(Sitecore.Sites.SiteContext)">
            <summary>
            Indentifies whether current media requst should be protected.
            </summary>
            <param name="site">The site.</param>
            <returns><c>true</c> in case current media requst should be protected.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaRequestHandler">
            <summary>
            MediaRequestHandler class
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaRequestHandler.IsReusable">
            <summary>
            Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"></see> instance.
            </summary>
            <value></value>
            <returns>true if the <see cref="T:System.Web.IHttpHandler"></see> instance is reusable; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>
            Enables processing of HTTP Web requests by a custom <c>HttpHandler</c> that implements the <see cref="T:System.Web.IHttpHandler"></see> interface.
            </summary>
            <param name="context">
            An <see cref="T:System.Web.HttpContext"></see> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.RedirectIfUserShouldBeLoggedIn(System.Web.HttpContext)">
            <summary>
            Checks current user should be logged in.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.TryRelogin">
            <summary>
            Tries to relogin current user.
            </summary>
            <returns>true if user has been relogged</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.DoProcessRequest(System.Web.HttpContext)">
            <summary>
            Performs the actual request processing.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The do process request.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.DoProcessRequest(System.Web.HttpContext,Sitecore.Resources.Media.MediaRequest,Sitecore.Resources.Media.Media)">
            <summary>
            Executes the process request event.
            </summary>
            <param name="context">
            The context.
            </param>
            <param name="request">
            The request.
            </param>
            <param name="media">
            The Sitecore media.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/> that indicates whether request has been processed.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.ProcessImageDimensions(Sitecore.Resources.Media.MediaRequest,Sitecore.Resources.Media.Media)">
            <summary>
            Processes dimensions for dynamically scaled images according to configuration.
            </summary>
            <param name="request">The media request.</param>
            <param name="media">The media.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.Modified(System.Web.HttpContext,Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaOptions)">
            <summary>
            Checks for not-modified.
            </summary>
            <param name="context">
            The context.
            </param>
            <param name="media">
            The media.
            </param>
            <param name="options">
            The options.
            </param>
            <returns>
            The Tristate that indicates whether request has been modified.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.SendMediaHeaders(Sitecore.Resources.Media.Media,System.Web.HttpContext)">
            <summary>
            Sets the headers.
            </summary>
            <param name="media">
            The media.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.SendMediaHeaders(Sitecore.Resources.Media.Media,System.Web.HttpContextBase)">
            <summary>
            Sets the headers.
            </summary>
            <param name="media">
            The media.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.GetVaryHeader(Sitecore.Resources.Media.Media,System.Web.HttpContextBase)">
            <summary>
            Gets the vary header.
            </summary>
            <param name="media">The media.</param>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.SendStreamHeaders(Sitecore.Resources.Media.MediaStream,System.Web.HttpContext)">
            <summary>
            Sets the headers.
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.CompareDatesWithRounding(System.DateTime,System.DateTime,System.TimeSpan)">
            <summary>
            Compare dates with rounding
            </summary>
            <param name="firstData">
            the first Date
            </param>
            <param name="secondDate">
            the second Date
            </param>
            <param name="round">
            Value of rounding
            </param>
            <returns>
            if Date1 less then Date2 or equal return true
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.GetMediaRequest(System.Web.HttpRequest)">
            <summary>
            Pars request to get mediarequest
            </summary>
            <param name="request"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.RaiseEvent(System.String,Sitecore.Resources.Media.MediaRequest)">
            <summary>
            Raise event base on input parameters
            </summary>
            <param name="eventName"></param>
            <param name="request"></param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaRequestHandler.GetMediaStream(Sitecore.Resources.Media.Media,Sitecore.Resources.Media.MediaRequest)">
            <summary>
            Get mediaStream from request based on the request option
            </summary>
            <param name="media"></param>
            <param name="request"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaStream">
            <summary>
            MediaStream class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaStream.DefaultBlocksize">
            <summary>
            The default blocksize.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaStream.disposeHelper">
            <summary>
            The dispose helper.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaStream.extension">
            <summary>
            The extension.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaStream.headers">
            <summary>
            The headers.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaStream.mediaItem">
            <summary>
            The media item.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaStream.stream">
            <summary>
            The stream.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStream.#ctor(System.IO.Stream,System.String,Sitecore.Data.Items.MediaItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaStream"/> class.
            </summary>
            <param name="stream">
            The stream.
            </param>
            <param name="extension">
            The extension.
            </param>
            <param name="mediaItem">
            The media Item.
            </param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.AllowDatabaseStorage">
            <summary>
            Gets a value indicating whether to allow storing this stream in a database blob field.
            </summary>
            <value><c>true</c> if database storage allowed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.AllowMemoryLoading">
            <summary>
            Gets a value indicating whether to allow loading this stream into memory.
            </summary>
            <value><c>true</c> if memory loading allowed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.Extension">
            <summary>
            Gets the extension describing the media type.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.FileName">
            <summary>
            Gets the file name describing the media.
            </summary>
            <value>The name of the file.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.ForceDownload">
            <summary>
            Gets a value indicating whether to force download of this type.
            </summary>
            <remarks>
              Download is forced by setting the 'Content-Disposition' header of the response.
            </remarks>
            <value><c>true</c> if download should be forced; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.Headers">
            <summary>
            Gets the media headers.
            </summary>
            <value>The headers.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.Length">
            <summary>
            Gets the length of the stream data.
            </summary>
            <value>The length.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.MediaItem">
            <summary>
            Gets the media item.
            </summary>
            <value>The media item.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.MimeType">
            <summary>
            Gets the MIME type of the current stream.
            </summary>
            <value>The type of the MIME.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStream.Stream">
            <summary>
            Gets the stream.
            </summary>
            <value>The stream.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStream.Clone(System.IO.Stream)">
            <summary>
            Clones the specified new stream.
            </summary>
            <param name="newStream">
            The stream to use in the clone.
            </param>
            <returns>
            The Media Stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStream.CopyTo(System.IO.Stream)">
            <summary>
            Copies the data to an output stream.
            </summary>
            <param name="outputStream">
            The output stream.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStream.CopyTo(System.IO.Stream,System.Int32)">
            <summary>
            Copies the data to an output stream.
            </summary>
            <param name="outputStream">
            The output stream.
            </param>
            <param name="blockSize">
            Size of the block.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStream.MakeStreamSeekable">
            <summary>
            Makes the stream seekable.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStream.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaStreamInfo">
            <summary>
            MediaStreamInfo class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaStreamInfo.#ctor(System.String,System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaStreamInfo"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStreamInfo.Extension">
            <summary>
            Gets the extension.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStreamInfo.Headers">
            <summary>
            Gets the headers.
            </summary>
            <value>The headers.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaStreamInfo.StreamFileName">
            <summary>
            Gets the name of the stream file.
            </summary>
            <value>The name of the stream file.</value>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaThumbnailGenerator">
            <summary>
            MediaThumbnailGenerator class.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaThumbnailGenerator.filePath">
            <summary>
            The file path.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaThumbnailGenerator.FilePath">
            <summary>
            Gets or sets the file path to the file containing the thumbnail image.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaThumbnailGenerator.GetStream(Sitecore.Resources.Media.MediaData,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the stream of the thumbnail image.
            </summary>
            <param name="mediaData">The media data to generate a thumbnail for.</param>
            <param name="options">The options.</param>
            <returns><see cref="T:Sitecore.Resources.Media.MediaStream"/> if found; otherwise, null.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaThumbnailGenerator.GetThumbnailFileName(Sitecore.Resources.Media.MediaData,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the name of the thumbnail file.
            </summary>
            <param name="mediaData">The media data.</param>
            <param name="options">The options.</param>
            <returns>Path to thumbnail file.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaThumbnailGenerator.CanThumbnailBeTakenFromTemplate(Sitecore.Data.Items.Item,Sitecore.Resources.Media.MediaTypeConfig)">
            <summary>
            Gets thumbnail from template.
            </summary>
            <param name="templateItem">
            The template Item.
            </param>
            <param name="config">
            The media type configuration.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaTypeConfig">
            <summary>
            MediaTypeConfig class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaTypeConfig.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaTypeConfig"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.DefaultThumbnailFile">
            <summary>
            Gets or sets the default thumbnail file to use when thumbnail cannot be generated.
            </summary>
            <value>
            The default thumbnail file.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.Extensions">
            <summary>
            Gets the extensions covered by this config data.
            </summary>
            <value>The extensions.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.ForceDownload">
            <summary>
            Gets or sets a value indicating whether to force download of this type.
            </summary>
            <remarks>
              Download is forced by setting the 'Content-Disposition' header of the response.
            </remarks>
            <value><c>true</c> if download should be forced; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.DisableUpload">
            <summary>
            Gets or sets a value indicating whether to block upload of this type.
            </summary>
            <remarks>
              Upload is disabled by setting the disableUpload element in Sitecore.config file.
            </remarks>
            <value><c>true</c> if upload should be blocked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.MediaPrototype">
            <summary>
            Gets a prototype for creating <see cref="T:Sitecore.Resources.Media.Media"/> instances.
            </summary>
            <remarks>
            This type must represent a class derived from <see cref="T:Sitecore.Resources.Media.Media"/>.
            </remarks>
            <value>The exact type of <see cref="T:Sitecore.Resources.Media.Media"/> to use.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.MediaDataPrototype">
            <summary>
            Gets a prototype for creating <see cref="T:Sitecore.Resources.Media.MediaData"/> instances.
            </summary>
            <value>The exact type of <see cref="T:Sitecore.Resources.Media.MediaData"/> to use.</value>
            <remarks>
            This type must represent a class derived from <see cref="T:Sitecore.Resources.Media.MediaData"/>.
            </remarks>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.MediaValidator">
            <summary>
            Gets or sets the media validator.
            </summary>
            <value>The media validator.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.MetaDataFormatter">
            <summary>
            Gets or sets the meta data formatter.
            </summary>
            <value>The meta data formatter.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.MimeType">
            <summary>
            Gets or sets the MIME type of the media.
            </summary>
            <value>The MIME type of the media.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.Name">
            <summary>
            Gets the name of this media type.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.SharedTemplate">
            <summary>
            Gets or sets the shared template name/id.
            </summary>
            <value>The template.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.ThumbnailBackgroundColor">
            <summary>
            Gets or sets the default background color of thumbnails.
            </summary>
            <value>The color of the thumbnails background.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.ThumbnailGenerator">
            <summary>
            Gets or sets the thumbnail generator.
            </summary>
            <value>The thumbnail generator.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.ThumbnailHeight">
            <summary>
            Gets or sets the default height of thumbnails.
            </summary>
            <value>The height of the thumbnail.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.ThumbnailStaticFile">
            <summary>
            Gets or sets the static image file to use as thumbnail.
            </summary>
            <value>The thumbnail static file.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.ThumbnailWidth">
            <summary>
            Gets or sets the default width of thumbnails.
            </summary>
            <value>The width of the thumbnail.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.UrlExtension">
            <summary>
            Gets or sets the extension to use in URLs for this media type.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaTypeConfig.VersionedTemplate">
            <summary>
            Gets or sets the versioned template name/id.
            </summary>
            <value>The template.</value>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaUploader">
            <summary>
            Represents a MediaUpload.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.AlternateText">
            <summary>
            Gets or sets the alternate text.
            </summary>
            <value>The alternate text.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.File">
            <summary>
            Gets or sets the file.
            </summary>
            <value>The file.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.Folder">
            <summary>
            Gets or sets the folder.
            </summary>
            <value>The folder.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.Unpack">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Resources.Media.MediaUploader"/> is unpack.
            </summary>
            <value><c>true</c> if unpack; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.Versioned">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Resources.Media.MediaUploader"/> is versioned.
            </summary>
            <value><c>true</c> if versioned; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.Overwrite">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Resources.Media.MediaUploader"/> is overwrite.
            </summary>
            <value><c>true</c> if overwrite; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.FileBased">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Resources.Media.MediaUploader"/> files the based.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Resources.Media.MediaUploader"/> files the based; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploader.Database">
            <summary>
            Gets or sets the database to create media item in.
            </summary>
            <value>The database.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUploader.Upload">
            <summary>
            Uploads this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUploader.UploadToDatabase(System.Collections.Generic.List{Sitecore.Resources.Media.MediaUploadResult})">
            <summary>
            Uploads to database.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUploader.UnpackToDatabase(System.Collections.Generic.List{Sitecore.Resources.Media.MediaUploadResult})">
            <summary>
            Unpacks to database.
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaUploadResult">
            <summary>
            Represents a MediaUploadResult.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploadResult.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploadResult.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUploadResult.ValidMediaPath">
            <summary>
            Gets or sets the valid media path.
            </summary>
            <value>The valid media path.</value>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaUri">
            <summary>
            MediaUri class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUri.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUri"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUri.#ctor(System.String,Sitecore.Globalization.Language,Sitecore.Data.Version,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUri"/> class.
            </summary>
            <param name="mediaPath">The media path.</param>
            <param name="language">The language.</param>
            <param name="version">The version.</param>
            <param name="database">The database.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUri.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUri"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUri.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUri.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUri.MediaPath">
            <summary>
            Gets the media path.
            </summary>
            <value>The media path.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUri.Version">
            <summary>
            Gets the version of the media.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUri.Parse(Sitecore.Data.Items.Item)">
            <summary>
            Parses the specified item into a URI.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaUrlOptions">
            <summary>
            Represents a Media Query String.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions._empty">
            <summary>
            The empty.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.allowStretch">
            <summary>
            The allow stretch.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.alwaysIncludeServerUrl">
            <summary>
            Defines whether server URL should always be included.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.database">
            <summary>
            The database.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.defaultIcon">
            <summary>
            The default icon.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.disableMediaCache">
            <summary>
            The disable media cache.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.itemRevision">
            <summary>
            The item revision.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.language">
            <summary>
            The language.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.thumbnail">
            <summary>
            The thumbnail.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.version">
            <summary>
            The version.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.virtualFolder">
            <summary>
            The virtual folder.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.lowercaseUrls">
            <summary>
            Defines whether url should be in a lower case.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.#ctor(System.Int32,System.Int32,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> class.
            </summary>
            <param name="width">
            The width.
            </param>
            <param name="height">
            The height.
            </param>
            <param name="thumbnail">
            if set to <c>true</c> this instance is thumbnail.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> class.
            </summary>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.#ctor(Sitecore.Data.Database,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> class.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="thumbnail">
            if set to <c>true</c> this instance is thumbnail.
            </param>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Empty">
            <summary>
            Gets or sets the empty.
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.AbsolutePath">
            <summary>
            Gets or sets a value indicating whether to render media links as absolute.
            </summary>
            <value><c>true</c> if renders absolute media links; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.AllowStretch">
            <summary>
            Gets or sets a value indicating whether [allow stretch].
            </summary>
            <value><c>true</c> if [allow stretch]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.AlwaysIncludeServerUrl">
            <summary>
            Gets or sets a value indicating whether to always include the server URL.
            </summary>
            <value>
             <c>true</c> if [always include server URL]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.AlwaysAppendRevision">
            <summary>
            Gets or sets a value indicating whether to always append media item revision.
            </summary>
            <value>
             <c>true</c> if [always append media item revision]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.HasAlwaysIncludeServerUrl">
            <summary>
            Gets a value indicating whether <c>AlwaysIncludeServerUrl</c> has been explicitly set by developer.
            It returns <c>true</c> if the option value has been explicitly set by developer, otherwise, returns <c>false</c>.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value>The color of the background.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.DefaultIcon">
            <summary>
            Gets or sets the default icon.
            </summary>
            <value>The default icon.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.DisableBrowserCache">
            <summary>
            Gets or sets a value indicating whether [disable browser cache].
            </summary>
            <value><c>true</c> if [disable browser cache]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.DisableMediaCache">
            <summary>
            Gets or sets a value indicating whether [disable media cache].
            </summary>
            <value><c>true</c> if [disable media cache]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Height">
            <summary>
            Gets or sets the height.
            </summary>
            <value>The height.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.IncludeExtension">
            <summary>
            Gets or sets a value indicating whether extension need to be included in the URL.
            </summary>
            <value><c>true</c> if extension need to be included <c>false</c> otherwise.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.IgnoreAspectRatio">
            <summary>
            Gets or sets a value indicating whether to ignore the aspect ratio when resizing.
            </summary>
            <value>
              <c>true</c> if ignore aspect ratio; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.ItemRevision">
            <summary>
            Gets or sets the item revision.
            </summary>
            <value>The item revision.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.RequestExtension">
            <summary>
            Gets or sets the request media extension.
            </summary>
            <value>
            The request extension.
            </value>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaUrlOptions.RootOfVersionedMediaTemplatesID">
            <summary>
            ID of the root item, under which versioned media templates are located.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.MaxHeight">
            <summary>
            Gets or sets the max height.
            </summary>
            <value>The max height.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.MaxWidth">
            <summary>
            Gets or sets the max width.
            </summary>
            <value>The max width.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Scale">
            <summary>
            Gets or sets the scale.
            </summary>
            <value>The scale.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.MediaLinkServerUrl">
            <summary>
            Gets or sets Server url that will be used for media links. Used only when AlwaysIncludeServerUrl="true"
            </summary>
            <value>Server url.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Thumbnail">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> is thumbnail.
            </summary>
            <value><c>true</c> if thumbnail; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.UseDefaultIcon">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> uses the default icon.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Resources.Media.MediaUrlOptions"/> uses the default icon; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.LowercaseUrls">
            <summary>
            Gets or sets a value indicating whether lower case URLs.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.UseItemPath">
            <summary>
            Gets or sets a value indicating whether t use the item path when building media URLs.
            </summary>
            <remarks>
            By default, the item (short) id will be used for the media URLs.
            </remarks>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.VirtualFolder">
            <summary>
            Gets or sets the virtual folder.
            </summary>
            <value>
            The virtual folder.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaUrlOptions.Width">
            <summary>
            Gets or sets the width.
            </summary>
            <value>The width.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.GetShellOptions">
            <summary>
            Gets the shell media URL options for Sitecore client.
            </summary>
            <returns>
            The shell options.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.GetThumbnailOptions(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets the thumbnail.
            </summary>
            <param name="item">
            The media item.
            </param>
            <returns>
            The thumbnail.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.ParseQueryString(System.Web.HttpRequest)">
            <summary>
            Parses the query string.
            </summary>
            <param name="httpRequest">
            The http Request.
            </param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.ToString(Sitecore.Data.Items.MediaItem)">
            <summary>
            Returns a <see cref="T:System.String"></see> based on a media item.
            </summary>
            <param name="media">Media item</param>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.GetDatabase(System.Web.HttpRequest)">
            <summary>
            Gets the database from the request URL.
            </summary>
            <param name="httpRequest">
            The http Request.
            </param>
            <returns>
            The database.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.GetLanguage(System.Web.HttpRequest)">
            <summary>
            Gets the language from the request URL.
            </summary>
            <param name="httpRequest">
            The http Request.
            </param>
            <returns>
            The language.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaUrlOptions.GetVersion(System.Web.HttpRequest)">
            <summary>
            Gets the version from the request URL.
            </summary>
            <param name="httpRequest">
            The http Request.
            </param>
            <returns>
            The version.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaValidator">
            <summary>
            Represents a Media Validator.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidator.Validate(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaValidatorResult)">
            <summary>
            Validates the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="results">The results.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidator.HasField(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether the specified item has field.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>
                <c>true</c> if the specified item has field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidator.ValidateItem(Sitecore.Data.Items.MediaItem,Sitecore.Resources.Media.MediaValidatorResult)">
            <summary>
            Validates the specified output.
            </summary>
            <param name="item">The item.</param>
            <param name="results">The warnings.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaValidatorFormatterOutput">
            <summary>
            Defines the output formatting of a Media Validator Formatter.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaValidatorFormatterOutput.Unformatted">
            <summary>Unformatted.</summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaValidatorFormatterOutput.HtmlPopup">
            <summary>HTML with a popup.</summary>
        </member>
        <member name="F:Sitecore.Resources.Media.MediaValidatorFormatterOutput.HtmlWithMore">
            <summary>HTML as two rows.</summary>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaValidatorFormatter">
            <summary>
            Represents a Media Meta Data Formatter.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidatorFormatter.Format(Sitecore.Resources.Media.MediaValidatorResult,Sitecore.Resources.Media.MediaValidatorFormatterOutput)">
            <summary>
            Formats the specified meta data.
            </summary>
            <param name="results">The warnings.</param>
            <param name="output">The output.</param>
            <returns>The format.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidatorFormatter.RenderHtmlWithMore(Sitecore.Resources.Media.MediaValidatorResult)">
            <summary>
            Renders the HTML popup.
            </summary>
            <param name="results">The results.</param>
            <returns>The HTML popup.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidatorFormatter.RenderHtmlPopup(Sitecore.Resources.Media.MediaValidatorResult)">
            <summary>
            Renders the HTML popup.
            </summary>
            <param name="results">The results.</param>
            <returns>The HTML popup.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MediaValidatorFormatter.RenderUnformatted(Sitecore.Resources.Media.MediaValidatorResult)">
            <summary>
            Renders the HTML popup.
            </summary>
            <param name="results">The results.</param>
            <returns>The HTML popup.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MediaValidatorResult">
            <summary>
            Represents a collection of Media Meta Data.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.MediaValidatorResult.Warnings">
            <summary>
            Gets the warnings.
            </summary>
            <value>The warnings.</value>
        </member>
        <member name="T:Sitecore.Resources.Media.MimeResolver">
            <summary>
            MimeResolver class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.GetMimeType(System.String)">
            <summary>
            Gets a MIME type from a 'file' extension.
            </summary>
            <param name="extension">The extension.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.GetMimeType(Sitecore.Data.Items.MediaItem)">
            <summary>
            Gets a MIME type from a <see cref="T:Sitecore.Data.Items.MediaItem">media item</see>.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.ResolveMimeType(System.String)">
            <summary>
            Resolves the MIME type of the media.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.AddMimeTypeToCache(System.String,System.String)">
            <summary>
            Adds the MIME type to cache.
            </summary>
            <param name="extension">The extension.</param>
            <param name="mimeType">Type of the MIME.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.GetMimeTypeFromCache(System.String)">
            <summary>
            Gets the MIME type from the cache.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.GetMimeTypeFromConfig(System.String)">
            <summary>
            Gets the MIME type from configuration.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.GetMimeTypeFromRegistry(System.String)">
            <summary>
            Gets a MIME type from the registry.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.MimeResolver.GetMimeTypeFromWellknownTypes(System.String)">
            <summary>
            Gets the MIME type from wellknown types.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.MP3">
            <summary>
            Represents a MP3.
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.Mp3Media">
            <summary>
            ImageMedia class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Mp3Media.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Mp3Media.ClearMetaData">
            <summary>
            Clears the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Mp3Media.UpdateMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Updates the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Mp3Media.ReadID3(System.IO.Stream)">
            <summary>
            Reads the ID3 tags from the stream.
            </summary>
            <param name="stream">The stream.</param>
            <returns>The I d3.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Mp3Media.Trim(System.String)">
            <summary>
            Trims the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns>The trim.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector">
            <summary>
            Protects media urls with hash according to <see cref="T:Sitecore.Configuration.Settings.Media.RequestProtection"/> and <see cref="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.MediaManager"/> configuration.
            <para>Verifies existing hashes carried in urls.</para>
            </summary>
            <seealso cref="T:Sitecore.Resources.Media.RequestProtection.UrlHashProtector" />
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.#ctor(Sitecore.Abstractions.BaseMediaManager,Sitecore.SecurityModel.Cryptography.IHashEncryption)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector"/> class.
            </summary>
            <param name="mediaManager">The media manager.</param>
            <param name="hashEncryption">The hash encryption.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.#ctor(Sitecore.Abstractions.BaseMediaManager,Sitecore.SecurityModel.Cryptography.IHashEncryption,System.Collections.Generic.IReadOnlyList{System.String},System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector" /> class.
            </summary>
            <param name="mediaManager">The media manager.</param>
            <param name="hashEncryption">The hash encryption.</param>
            <param name="parametersToProtect">The parameters to protect.</param>
            <param name="sharedSecret">The shared secret.</param>
            <param name="hashParamName">Name of the hash parameter.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.MediaManager">
            <summary>
            Gets the media manager.
            </summary>
            <value>
            The media manager.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.HashEncryption">
            <summary>
            Gets the hash encryption.
            </summary>
            <value>
            The hash encryption.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ParametersToProtect">
            <summary>
            Gets the parameters to protect.
            <para>Url containing any of the values should have hash added.</para>
            </summary>
            <value>
            The parameters to protect.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.DangerousParams">
            <summary>
            Gets the dangerous parameters in form expected to be met in raw url.
            <para>Query string <see cref="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ParametersToProtect"/> are separated by '?' or '&amp;' and followed by '=' in url</para>
            parameters can be only met with those symbols.
            </summary>
            <value>
            The dangerous parameters.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.SharedSecret">
            <summary>
            Gets the shared secret.
            </summary>
            <value>
            The shared secret.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.HashParamName">
            <summary>
            Gets the name of the hash parameter.
            </summary>
            <value>
            The name of the hash parameter.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ShouldProtectUrlWithHash(System.String)">
            <summary>
            Determines whether url needs to have hash added.
            <para>Url should contain <see cref="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ParametersToProtect"/> to be eligible for protection.</para>
            </summary>
            <param name="url">The URL to be inspected.</param>
            <returns>
              <c>true</c> if url should have hash added;<c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ProtectMediaItemUrlWithHash(System.String)">
            <summary>
            Appends hash to the provided media item URL.
            <para>Returns original <paramref name="url"/> if url does not need protection.</para>
            </summary>
            <param name="url">The URL to be protected.</param>
            <returns>
            Protected url with hash added; original value if does not need protection.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ProduceHashForMediaItemUrl(System.String)">
            <summary>
            Produces a hash for provided media url.
            <para>Produces <see cref="F:System.String.Empty" /> hash if <paramref name="url" /> is not a media url, or should not be protected.</para>
            </summary>
            <param name="url">The URL to calculate hash for.</param>
            <returns>
              <see cref="F:System.String.Empty" /> if <paramref name="url" /> is not media url, or should not be protected; hash value otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.IsExistingUrlHashValid(System.String)">
            <summary>
            Determines whether the hash carried in URL is valid.
            <para>Compares existing value carried in <see cref="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.HashParamName"/> with freshly produced one.</para>
            </summary>
            <param name="url">The URL to have carried hash validated.</param>
            <returns>
              <c>true</c> if the hash in URL is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ComputeHash(System.String)">
            <summary>
            Computes the hash for provided text.
            </summary>
            <param name="textToHash">The text to hash.</param>
            <returns>
            Hash produced for text.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ExtractProtectedParams(Sitecore.Text.UrlString)">
            <summary>
            Extracts existing <see cref="P:Sitecore.Resources.Media.RequestProtection.DefaultUrlHashProtector.ParametersToProtect"/> values from url.
            </summary>
            <param name="url">The URL.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.RequestProtection.IUrlHashValidator">
            <summary>
            Exposes a method to validate the hash defined in url.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.IUrlHashValidator.IsExistingUrlHashValid(System.String)">
            <summary>
            Determines whether the hash carried in URL is valid.
            </summary>
            <param name="url">The URL to have carried hash validated.</param>
            <returns>
              <c>true</c> if the hash in URL is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.RequestProtection.UrlHashProtector">
            <summary>
            Provides logic to protect urls by appending hash, and verify existing hashes from urls.
            <para>Hash protects server from being flooded with fake media resizing requests.</para>
            </summary>
            <seealso cref="T:Sitecore.Resources.Media.RequestProtection.IUrlHashValidator" />
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtector.ProtectMediaItemUrlWithHash(System.String)">
            <summary>
            Protects the media item URL in case <see cref="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtector.ShouldProtectUrlWithHash(System.String)"/>.
            </summary>
            <param name="url">The URL to be protected.</param>
            <returns>Protected url.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtector.ProduceHashForMediaItemUrl(System.String)">
            <summary>
            Produces a hash for media item URL.
            <para>Produces <see cref="F:System.String.Empty"/> hash if <paramref name="url"/> is not a media url, or should not be protected.</para>
            </summary>
            <param name="url">The URL to calculate hash for.</param>
            <returns><see cref="F:System.String.Empty"/> if <paramref name="url"/> is not media url, or should not be protected; hash value otherwise.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtector.IsExistingUrlHashValid(System.String)">
            <summary>
            Determines whether the hash carried in URL is valid.
            </summary>
            <param name="url">The URL to have carried hash validated.</param>
            <returns>
              <c>true</c> if the hash in URL is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtector.ShouldProtectUrlWithHash(System.String)">
            <summary>
            Determines whether url needs to have hash added.
            </summary>
            <param name="url">The URL.</param>
            <returns><c>true</c> if url should have hash added;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtector.ComputeHash(System.String)">
            <summary>
            Computes the hash for provided text.
            </summary>
            <param name="textToHash">The text to hash.</param>
            <returns>Hash produced for text.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator">
            <summary>
            Adds a caching layer for <see cref="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.ComputeHash(System.String)"/> operation.
            <para>Redirects all other operators to <see cref="P:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.UrlProtector"/>.</para>
            </summary>
            <seealso cref="T:Sitecore.Resources.Media.RequestProtection.UrlHashProtector" />
        </member>
        <member name="F:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.RequestProtectionCacheName">
            <summary>
            The request protection cache name.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.#ctor(Sitecore.Resources.Media.RequestProtection.UrlHashProtector,Sitecore.Abstractions.BaseCacheManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator"/> class.
            </summary>
            <param name="urlProtector">The URL protector.</param>
            <param name="cacheManager">The cache manager.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.#ctor(Sitecore.Resources.Media.RequestProtection.UrlHashProtector,Sitecore.Caching.ICache)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator"/> class.
            </summary>
            <param name="urlProtector">The URL protector.</param>
            <param name="hashCache">The hash cache.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.UrlProtector">
            <summary>
            Gets the URL protector.
            </summary>
            <value>
            The URL protector.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.HashCache">
            <summary>
            Gets the hash cache.
            </summary>
            <value>
            The hash cache.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.ShouldProtectUrlWithHash(System.String)">
            <summary>
            Determines whether url needs to have hash added.
            </summary>
            <param name="url">The URL.</param>
            <returns>
              <c>true</c> if url should have hash added;<c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.ProtectMediaItemUrlWithHash(System.String)">
            <summary>
            Protects the media item URL in case <see cref="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.ShouldProtectUrlWithHash(System.String)" />.
            </summary>
            <param name="url">The URL to be protected.</param>
            <returns>
            Protected url.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.IsExistingUrlHashValid(System.String)">
            <summary>
            Determines whether the hash carried in URL is valid.
            </summary>
            <param name="url">The URL to have carried hash validated.</param>
            <returns>
              <c>true</c> if the hash in URL is valid; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.ProduceHashForMediaItemUrl(System.String)">
            <summary>
            Produces a hash for media item URL.
            <para>Produces <see cref="F:System.String.Empty" /> hash if <paramref name="url" /> is not a media url, or should not be protected.</para>
            </summary>
            <param name="url">The URL to calculate hash for.</param>
            <returns>
              <see cref="F:System.String.Empty" /> if <paramref name="url" /> is not media url, or should not be protected; hash value otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.RequestProtection.UrlHashProtectorCacheDecorator.ComputeHash(System.String)">
            <summary>
            Computes the hash for provided text.
            </summary>
            <param name="textToHash">The text to hash.</param>
            <returns>
            Hash produced for text.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ResizeProcessor">
            <summary>
            Resizes images smaller than <see cref="P:Sitecore.Configuration.Settings.Media.MaxSizeInMemory"/> size.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.ResizeProcessor.MediaManager">
            <summary>
            The media manager. Provides image format via extension, and performs resizing itself.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.ResizeProcessor.Log">
            <summary>
            The log to output diagnostic messages.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ResizeProcessor.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.ResizeProcessor"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ResizeProcessor.#ctor(Sitecore.Abstractions.BaseMediaManager,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.ResizeProcessor"/> class.
            </summary>
            <param name="mediaManager">The media manager that performs image scaling.</param>
            <param name="log">The log to output diagnostic messages.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.ResizeProcessor.Process(Sitecore.Resources.Media.GetMediaStreamPipelineArgs)">
            <summary>
            Launches resizing for images smaller than <see cref="P:Sitecore.Configuration.Settings.Media.MaxSizeInMemory"/> size.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.ResizeProcessor.ApplyBackgroundColor(Sitecore.Resources.Media.GetMediaStreamPipelineArgs,System.Drawing.Imaging.ImageFormat,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Applies the color of the background.
            </summary>
            <param name="args">The arguments.</param>
            <param name="imageFormat">The image format.</param>
            <param name="transformationOptions">The transformation options.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.RestoreColorProfileProcessor">
            <summary> RestoreColorProfileProcessor class. </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.RestoreColorProfileProcessor.Process(Sitecore.Resources.Media.GetMediaStreamPipelineArgs)">
            <summary> Runs the processor. </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.SaveColorProfileProcessor">
            <summary>
            Adds a color profile item into custom data in case image is to be resized.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.SaveColorProfileProcessor.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.SaveColorProfileProcessor"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.SaveColorProfileProcessor.#ctor(Sitecore.Abstractions.BaseMediaManager)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.SaveColorProfileProcessor"/> class.
            </summary>
            <param name="mediaManager">The media manager.</param>
        </member>
        <member name="P:Sitecore.Resources.Media.SaveColorProfileProcessor.MediaManager">
            <summary>
            Gets the media manager.
            </summary>
            <value>
            The media manager.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.SaveColorProfileProcessor.Process(Sitecore.Resources.Media.GetMediaStreamPipelineArgs)">
            <summary>
            Adds a color profile item into custom data in case image is to be resized.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.SaveColorProfileProcessor.ShouldSkip(Sitecore.Resources.Media.GetMediaStreamPipelineArgs)">
            <summary>
            Should skip further image processing if case:
            <para>Not an image MIME is being processed;</para>
            <para>Image does not have any data associated with it;</para>
            <para>Image format is unknown, or no resizing is to be performed;</para>
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.ByteRange">
            <summary>
            Byte range struct
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.Streaming.ByteRange.StartByte">
            <summary>
            Gets or sets the start byte.
            </summary>
            <value>
            The start byte.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.Streaming.ByteRange.EndByte">
            <summary>
            Gets or sets the end byte.
            </summary>
            <value>
            The end byte.
            </value>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.IfMatchPrecondition">
            <summary>
            Precondition for If-Match HTTP header
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfMatchPrecondition.#ctor(System.String[],Sitecore.Resources.Media.Streaming.RangeRetrievalRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.IfMatchPrecondition"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="rangeRetrievalRequest">The range specific request.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfMatchPrecondition.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and set response status.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.IfModifiedSincePrecondition">
            <summary>
            Implements precondition for If-Modified-Since HTTP header
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfModifiedSincePrecondition.#ctor(System.DateTimeOffset,Sitecore.Resources.Media.Streaming.RangeRetrievalRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.IfModifiedSincePrecondition"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="rangeRetrievalRequest">The range retrieval request.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfModifiedSincePrecondition.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and set response status.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.IfNoneMatchPrecondition">
            <summary>
            Precondition for If-None-Match HTTP header
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfNoneMatchPrecondition.#ctor(System.String[],Sitecore.Resources.Media.Streaming.RangeRetrievalRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.IfNoneMatchPrecondition"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="rangeRetrievalRequest">The range specific request.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfNoneMatchPrecondition.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and set response status.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.IfRangePrecondition">
            <summary>
            Precondition for If-Range HTTP header
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfRangePrecondition.#ctor(System.String,Sitecore.Resources.Media.Streaming.RangeRetrievalRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.IfRangePrecondition"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="rangeRetrievalRequest">The range retrieval request.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfRangePrecondition.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and set response status.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.IfUnmodifiedSincePrecondition">
            <summary>
            Precondition for If-Unmodified-Since HTTP header
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfUnmodifiedSincePrecondition.#ctor(System.DateTimeOffset,Sitecore.Resources.Media.Streaming.RangeRetrievalRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.IfUnmodifiedSincePrecondition"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="rangeRetrievalRequest">The range retrieval request.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IfUnmodifiedSincePrecondition.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and set response status.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.IPrecondition">
            <summary>
            Describes the precondition in HTTP request
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.IPrecondition.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and sets response status code.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionBase`1">
            <summary>
            Base implementation of <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.IPrecondition"/>
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="F:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionBase`1.Value">
            <summary>
            Value to check
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionBase`1.RangeRetrievalRequest">
            <summary>
            Range retrieval request object
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionBase`1.CheckRequestPreconditionAndSetResponseStatus(System.Web.HttpContext)">
            <summary>
            Checks the request precondition and sets response status code.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionBase`1.#ctor(`0,Sitecore.Resources.Media.Streaming.RangeRetrievalRequest)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionBase`1"/> class.
            </summary>
            <param name="value">The value.</param>
            <param name="rangeRetrievalRequest">The range retrieval request.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionFactory">
            <summary>
            Implements logic to retrieve precondtion from HTTP request
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.Preconditions.PreconditionFactory.SetPrecondition(Sitecore.Resources.Media.Streaming.RangeRetrievalRequest,System.Web.HttpContext)">
            <summary>
            Sets the precondition into range retrieval request.
            </summary>
            <param name="rangeRetrievalRequest">The range specific request.</param>
            <param name="httpContext">The HTTP context.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest">
            <summary>
            Implements logic to support range retrieval requests
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest.Etag">
            <summary>
            Gets or sets the ETag.
            </summary>
            <value>
            The ETag.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest.RequestedMedia">
            <summary>
            Gets or sets the requested media.
            </summary>
            <value>
            The requested media.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest.Ranges">
            <summary>
            Gets or sets the ranges.
            </summary>
            <value>
            The ranges.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest.Precondition">
            <summary>
            Gets or sets the precondition.
            </summary>
            <value>
            The precondition.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest.BuildRequest(System.Web.HttpContext,Sitecore.Resources.Media.Media)">
            <summary>
            Builds the range retrieval request.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <param name="media">The media.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalRequest.ParseRanges(System.Web.HttpContext)">
            <summary>
            Parses the ranges from HTTP header.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse">
            <summary>
            Implementation of HTTP response for range retrieval request.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.#ctor(Sitecore.Resources.Media.Streaming.RangeRetrievalRequest,Sitecore.Resources.Media.MediaStream)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse"/> class.
            </summary>
            <param name="request">The request.</param>
            <param name="mediaStream">The media stream.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.ExecuteRequest(System.Web.HttpContext)">
            <summary>
            Executes the request.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.CorrectByteRanges">
            <summary>
            Corrects offset requests to real byte locations for the Content object.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.WriteCommonHeaders(System.Web.HttpContext)">
            <summary>
            Writes the common headers to the response stream.
            </summary>
            <param name="context">The HTTP context.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.GetContentDispositionType">
            <summary>
            Gets the type of the content disposition.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.WriteBinaryData(System.Web.HttpContext,System.IO.Stream,System.Int64,System.Int64)">
            <summary>
            Writes the binary data.
            </summary>
            <param name="context">The context.</param>
            <param name="fileContent">Content of the file.</param>
            <param name="startIndex">The start index.</param>
            <param name="endIndex">The end index.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.WriteFullContent(System.Web.HttpContext,System.IO.Stream)">
            <summary>
            Write the full file contents to the output stream.
            </summary>
            <param name="context">The HTTP context.</param>
            <param name="fileContent">The stream from which the byte data is read.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.Streaming.RangeRetrievalResponse.WritePartialContent(System.Web.HttpContext,System.IO.Stream)">
            <summary>
            Write specific byte ranges to the output stream specified by the RangeRetrievalRequest object.
            </summary>
            <param name="context">The executing HTTP context.</param>
            <param name="fileContent">The stream from which the byte data is read.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.SvgMedia">
            <summary>
            The SVG media.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.SvgMedia.Clone">
            <summary>
            The clone.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Resources.Media.Media"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.SvgMedia.UpdateImageMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary> The update meta data. </summary>
            <param name="mediaStream">The media stream.</param>
        </member>
        <member name="T:Sitecore.Resources.Media.SvgThumbnailGenerator">
            <summary>
            The SVG thumbnail generator.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.SvgThumbnailGenerator.Extension">
            <summary>
            Gets or sets the extension.
            </summary>
            <exception cref="T:System.NotSupportedException">Setting extension is not supported for SVG images.</exception>
        </member>
        <member name="M:Sitecore.Resources.Media.SvgThumbnailGenerator.GetImageStream(System.IO.Stream,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the stream of the thumbnail image.
            </summary>
            <param name="stream">The stream.</param>
            <param name="options">The TransformationOptions.</param>
            <returns>The Stream.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.SwfMedia">
            <summary>
            SwfMedia class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.SwfMedia.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.SwfMedia.SetStream(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Opens the stream associated with the media.
            </summary>
            <param name="mediaStream"></param>
        </member>
        <member name="M:Sitecore.Resources.Media.SwfMedia.ClearMetaData">
            <summary>
            Clears the meta data of a media item.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.SwfMedia.UpdateMetaData(Sitecore.Resources.Media.MediaStream)">
            <summary>
            Updates the meta data of a media item.
            </summary>
            <param name="mediaStream"></param>
        </member>
        <member name="T:Sitecore.Resources.Media.ThumbnailGenerator">
            <summary>
            Represents a Thumbnail Generator.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.ThumbnailGenerator.extension">
            <summary>
            The extension.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.ThumbnailGenerator.Extension">
            <summary>
            Gets or sets the file extension describing the format of the thumbnail.
            </summary>
            <value>The extension.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.ThumbnailGenerator.MimeType">
            <summary>
            Gets the MIME type of the generated thumbnails.
            </summary>
            <value>The type of the MIME.</value>
        </member>
        <member name="M:Sitecore.Resources.Media.ThumbnailGenerator.GetStream(Sitecore.Resources.Media.MediaData,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets the stream of the thumbnail image.
            </summary>
            <param name="mediaData">The media data to generate a thumbnail for.</param>
            <param name="options">The options.</param>
            <returns>The <see cref="T:Sitecore.Resources.Media.MediaStream"/>.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ThumbnailGenerator.GetFileStream(System.String,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets a stream from a file.
            </summary>
            <param name="filePath">The file path.</param>
            <param name="options">The options.</param>
            <returns>The <see cref="T:System.IO.Stream"/>.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ThumbnailGenerator.GetImageFormat">
            <summary>
            Gets the image format to use for generating streams.
            </summary>
            <returns>The <see cref="T:System.Drawing.Imaging.ImageFormat"/>.</returns>
        </member>
        <member name="M:Sitecore.Resources.Media.ThumbnailGenerator.GetImageStream(System.IO.Stream,Sitecore.Resources.Media.TransformationOptions)">
            <summary>
            Gets a stream from an image stream.
            </summary>
            <param name="inputStream">The stream containing the image data.</param>
            <param name="options">The options.</param>
            <returns>The <see cref="T:System.IO.Stream"/>.</returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ThumbnailProcessor">
            <summary>
            ThumbnailProcessor class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ThumbnailProcessor.Process(Sitecore.Resources.Media.GetMediaStreamPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.TransformationOptions">
            <summary>
            ImageOptions class
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.TransformationOptions.backgroundColor">
            <summary>
            The background color.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.TransformationOptions.maxSize">
            <summary>
            The maximum size;
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.TransformationOptions.preserveResolution">
            <summary>
            The preserve resolution.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.TransformationOptions.scale">
            <summary>
            The scale.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.Media.TransformationOptions.size">
            <summary>
            The size.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.AllowStretch">
            <summary>
            Gets or sets a value indicating whether stretching is allowed.
            </summary>
            <value>
              <c>true</c> if stretching is allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.BackgroundColor">
            <summary>
            Gets or sets the background color to use when scaling images.
            </summary>
            <value>The color of the background.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.CompositingMode">
            <summary>
            Gets or sets the compositing mode.
            </summary>
            <value>
            The compositing mode.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.InterpolationMode">
            <summary>
            Gets or sets the interpolation mode.
            </summary>
            <value>
            The interpolation mode.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.IgnoreAspectRatio">
            <summary>
            Gets or sets a value indicating whether to ignore the aspect ratio when resizing.
            </summary>
            <value>
              <c>true</c> if ignore aspect ratio; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.MaxSize">
            <summary>
            Gets or sets the max size.
            </summary>
            <value>The max size.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.PixelOffsetMode">
            <summary>
            Gets or sets the pixel offset mode.
            </summary>
            <value>
            The pixel offset mode.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.PreserveResolution">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Resources.Media.TransformationOptions"/> preserves the resolution from original image.
            When generating thumbnails, default resolution is used (96dpi), not the resolution from original image.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Resources.Media.TransformationOptions"/> preserves the resolution; otherwise, <c>false</c>. Default is <c>true</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.Scale">
            <summary>
            Gets or sets the scale.
            </summary>
            <remarks>
            Note that <c>Scale</c> takes precedence over <c>Size</c>, so after assigning a value to <c>Scale</c>, <c>Size</c> will be ignored.
            </remarks>
            <value>The scale.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.Size">
            <summary>
            Gets or sets the size.
            </summary>
            <value>The size.</value>
        </member>
        <member name="P:Sitecore.Resources.Media.TransformationOptions.Quality">
            <summary>
            Gets or sets the quality of scaled image in percentage.
            </summary>
            <value>
            The quality.
            </value>
        </member>
        <member name="M:Sitecore.Resources.Media.TransformationOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.TransformationOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.TransformationOptions.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>
            The transformation options.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Media.TransformationOptions.ContainsResizing">
            <summary>
            Determines whether the options contains resizing.
            </summary>
            <returns>
              <c>true</c> if this instance contains resizing; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Media.UploadWatcher">
            <summary>
            Monitors the /Upload folder for changes for files.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Resources.Media.UploadWatcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.Media.UploadWatcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.Created(System.String)">
            <summary>
            Called when a file or folder has been created.
            </summary>
            <param name="filePath">The path.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.Deleted(System.String)">
            <summary>
            Called when a file has been deleted.
            </summary>
            <param name="filePath">The full path.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.Renamed(System.String,System.String)">
            <summary>
            Called when a file has been renamed.
            </summary>
            <param name="filePath">The full path.</param>
            <param name="oldFilePath">The old full path.</param>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.IgnoreFile(System.String)">
            <summary>
            Checks if a file should be ignored.
            </summary>
            <param name="filePath">The file path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Resources.Media.UploadWatcher.InitializeIgnoreList">
            <summary>
            Initializes the ignore list.
            </summary>
        </member>
        <member name="T:Sitecore.Resources.Media.ZipMedia">
            <summary>
            ImageMedia class
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ZipMedia.Clone">
            <summary>
            Clones the source object. Has the same effect as creating a
            new instance of the type.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Resources.Media.ZipMetaDataFormatter">
            <summary>
            Represents a Zip Meta Data Formatter.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Media.ZipMetaDataFormatter.FormatValue(System.String,System.String,Sitecore.Resources.Media.MediaMetaDataFormatterOutput)">
            <summary>
            Formats the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <param name="output">The output.</param>
            <returns>The format.</returns>
        </member>
        <member name="T:Sitecore.Resources.RequestHandlerBase">
            <summary>
            The request handler base.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.RequestHandlerBase.IsReusable">
            <summary>
            Gets a value indicating whether is reusable.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.ProcessRequest(System.Web.HttpContext)">
            <summary>
            The process request.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.ProcessRequest(System.Web.HttpContextBase)">
            <summary>
            The process request.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.GetFilePath(System.Web.HttpContextBase)">
            <summary>
            Removes <see cref="F:Sitecore.Constants.AshxExtension"/> from <see cref="P:System.Web.HttpRequestBase.Path"/>.
            <para>Attempts to remove <see cref="F:Sitecore.Constants.TempRequestPrefixV2"/> path if found.</para>
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.TryStripTempHandler(System.String,System.String@)">
            <summary>
            Tries to strip <see cref="F:Sitecore.Constants.AshxExtension"/> extension and <see cref="F:Sitecore.Constants.TempRequestPrefixV2"/> from <paramref name="requestPath"/> if it is found.
            <para>Returns <c>true</c> if <see cref="F:Sitecore.Constants.TempRequestPrefixV2"/> was stripped from <paramref name="requestPath"/>.</para>
            </summary>
            <remarks>There is a support for legacy <see cref="F:Sitecore.Constants.TempRequestPrefix"/>, and <see cref="F:Sitecore.Constants.AspxExtension"/>.</remarks>
            <param name="requestPath">The request path.</param>
            <param name="stripped">The <paramref name="requestPath"/> without <see cref="F:Sitecore.Constants.AshxExtension"/> and <see cref="F:Sitecore.Constants.TempRequestPrefixV2"/> if found.</param>
            <returns><c>true</c> if custom handler was found and stripped; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.ProcessIfModifiedSince(System.Web.HttpContextBase)">
            <summary>
            The process if modified since.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.DoProcessRequest(System.Web.HttpContextBase)">
            <summary>
            The do process request.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.RequestHandlerBase.ProcessFail(System.Web.HttpContextBase)">
            <summary>
            The process fail.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="T:Sitecore.Resources.Resource">
            <summary>
            Creates resources.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.Resource.GetWebControl(System.String)">
            <summary>
            Gets the web control.
            </summary>
            <param name="name">The name.</param>
            <returns>The created web control.</returns>
        </member>
        <member name="T:Sitecore.Resources.ResourceContext">
            <summary>
            Specifies the current resource context.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.ResourceContext.Devices">
            <summary>
            Gets the devices.
            </summary>
            <value>The devices.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceContext.Layouts">
            <summary>
            Gets the layouts.
            </summary>
            <value>The layouts.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceContext.Renderings">
            <summary>
            Gets the renderings.
            </summary>
            <value>The renderings.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceContext.Sublayouts">
            <summary>
            Gets the sublayouts.
            </summary>
            <value>The sublayouts.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceContext.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="T:Sitecore.Resources.ResourceItems">
            <summary>
            ResourceItems
            </summary>
        </member>
        <member name="M:Sitecore.Resources.ResourceItems.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.ResourceItems"/> class.
            </summary>
            <param name="database">The database.</param>
        </member>
        <member name="P:Sitecore.Resources.ResourceItems.Devices">
            <summary>
            Gets the devices.
            </summary>
            <value>The devices.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceItems.Layouts">
            <summary>
            Gets the layouts.
            </summary>
            <value>The layouts.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceItems.Renderings">
            <summary>
            Gets the renderings.
            </summary>
            <value>The renderings.</value>
        </member>
        <member name="P:Sitecore.Resources.ResourceItems.Sublayouts">
            <summary>
            Gets the sublayouts.
            </summary>
            <value>The sublayouts.</value>
        </member>
        <member name="T:Sitecore.Resources.ResourceUri">
            <summary>
            Represents an Uri to a resource.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.ResourceUri.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Resources.ResourceUri"/> class.
            </summary>
            <param name="uri">The path.</param>
        </member>
        <member name="P:Sitecore.Resources.ResourceUri.IsControlUri">
            <summary>
            Gets a value indicating whether this instance is a control URI.
            </summary>
            <value>
                <c>true</c> if this instance is a control URI; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Resources.ResourceUri.Uri">
            <summary>
            Gets the URI.
            </summary>
            <value>The URI.</value>
        </member>
        <member name="M:Sitecore.Resources.ResourceUri.Parse(System.String)">
            <summary>
            Parses the specified URI.
            </summary>
            <param name="uri">The URI.</param>
            <returns>The parse.</returns>
        </member>
        <member name="M:Sitecore.Resources.ResourceUri.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
             
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="M:Sitecore.Resources.ResourceUri.ToUrlString">
            <summary>
            Converts the Uri to a Url;
            </summary>
            <returns>The URL.</returns>
        </member>
        <member name="T:Sitecore.Resources.TempRequestHandler">
            <summary>
            The temp request handler.
            </summary>
        </member>
        <member name="F:Sitecore.Resources.TempRequestHandler.FileInfoFactory">
            <summary>
            The file info factory.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.TempRequestHandler.DoProcessRequest(System.Web.HttpContextBase)">
            <summary>
            The do process request.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The <see cref="T:System.Boolean"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.Themes">
            <summary>
            Provides simple theming capabilities.
            </summary>
        </member>
        <member name="P:Sitecore.Resources.Themes.Current">
            <summary>
            Gets or sets the current theme.
            </summary>
            <value>The current theme.</value>
        </member>
        <member name="P:Sitecore.Resources.Themes.CurrentPath">
            <summary>
            Gets the current path.
            </summary>
            <value>The current path.</value>
        </member>
        <member name="M:Sitecore.Resources.Themes.GetCurrentTheme">
            <summary>
            Gets the current theme.
            </summary>
            <returns>
            Returns the current theme.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.MapTheme(System.String)">
            <summary>
            Maps a theme path.
            </summary>
            <param name="sourcePath">
            The source path.
            </param>
            <returns>
            The themed path.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.MapTheme(System.String,System.String,System.Boolean)">
            <summary>
            Maps a theme path.
            </summary>
            <param name="sourcePath">
            The source path.
            </param>
            <param name="overlay">
            The overlay.
            </param>
            <param name="disabled">
            if set to <c>true</c> this instance is disabled.
            </param>
            <returns>
            The theme.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.FromZip(System.String)">
            <summary>
            Froms the zip.
            </summary>
            <param name="sourcePath">
            The source.
            </param>
            <returns>
            Returns the zip.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.GetCurrentThemePath">
            <summary>
            Gets the current theme path.
            </summary>
            <returns>
            Returns the current theme path.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.GetFilename(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Gets the filename.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="size">
            The size of the source.
            </param>
            <param name="overlay">
            The overlay.
            </param>
            <param name="disabled">
            if set to <c>true</c> this instance is disabled.
            </param>
            <returns>
            The filename.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.GetSize(System.String)">
            <summary>
            Gets the size.
            </summary>
            <param name="source">
            The source.
            </param>
            <returns>
            The size of the source.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.HandleZippedIcons(System.String)">
            <summary>
            Handles the zipped icons.
            </summary>
            <param name="sourcePath">The source path.</param>
            <returns>Returns the zipped icons.</returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.LoadBitmap(System.String)">
            <summary>
            Loads the bitmap.
            </summary>
            <param name="source">
            The source.
            </param>
            <returns>
            The bitmap.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.Transform(System.String,System.String,System.Boolean)">
            <summary>
            Renders the overlay.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="overlay">
            The overlay.
            </param>
            <param name="disabled">
            if set to <c>true</c> this instance is disabled.
            </param>
            <returns>
            The transformed image.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.TransformDisabled(System.Drawing.Image)">
            <summary>
            Transforms the disabled.
            </summary>
            <param name="srcImage">
            The SRC image.
            </param>
            <returns>
            The disabled.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.Themes.TransformOverlay(System.Drawing.Image,System.String)">
            <summary>
            Transforms the overlay.
            </summary>
            <param name="srcImage">
            The SRC image.
            </param>
            <param name="overlay">
            The overlay.
            </param>
            <returns>
            The transformed overlay.
            </returns>
        </member>
        <member name="T:Sitecore.Resources.ZippedIcon">
            <summary>
            Defines the zipped icon class.
            </summary>
        </member>
        <member name="M:Sitecore.Resources.ZippedIcon.GetStream(System.String,System.String)">
            <summary>
            Gets the stream.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="zipFile">
            The zip file.
            </param>
            <returns>
            Returns the stream.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.ZippedIcon.Extract(System.String,System.String,System.String)">
            <summary>
            Extracts the specified source.
            </summary>
            <param name="source">
            The source.
            </param>
            <param name="tempFileName">
            Name of the temp file.
            </param>
            <param name="zipFile">
            The zip file.
            </param>
            <returns>
            Returns the boolean.
            </returns>
        </member>
        <member name="M:Sitecore.Resources.ZippedIcon.GetFiles(System.String,System.String)">
            <summary>
            Gets the files.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="zipFile">The zip file.</param>
            <returns>Returns the files.</returns>
        </member>
        <member name="M:Sitecore.Resources.ZippedIcon.GetZipFile(System.String)">
            <summary>
            Gets the zip file.
            </summary>
            <param name="relativeIconPath">The relative icon path.</param>
            <returns>Returns the zip file.</returns>
        </member>
        <member name="M:Sitecore.Resources.ZippedIcon.MapZipFile(System.String)">
            <summary>
            Maps the zip file.
            </summary>
            <param name="absoluteIconPath">The source path.</param>
            <returns>Returns the zip file.</returns>
        </member>
        <member name="M:Sitecore.Resources.ZippedIcon.GetEntry(Sitecore.Zip.ZipReader,System.String)">
            <summary>
            Gets the entry.
            </summary>
            <param name="reader">
            The reader.
            </param>
            <param name="entryName">
            Name of the entry.
            </param>
            <returns>
            Returns the entry.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Actions.RuleAction`1">
            <summary>
            Defines the rule action class.
            </summary>
            <typeparam name="T">The rule context type.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Actions.RuleAction`1.UniqueId">
            <summary>
            Gets or sets the unique identifier of the condition in the rule.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Actions.RuleAction`1.ActionItemId">
            <summary>
            Gets or sets the id of action item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Actions.RuleAction`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.Actions.Run`1">
            <summary>
            Defines the run class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Actions.Run`1.RuleList">
            <summary>
            Gets or sets the name of the layout.
            </summary>
            <value>The name of the layout.</value>
        </member>
        <member name="M:Sitecore.Rules.Actions.Run`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.Actions.RunScript`1">
            <summary>
            Defines the run class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Actions.RunScript`1.ScriptId">
            <summary>
            Gets or sets the script id.
            </summary>
            <value>The script id.</value>
        </member>
        <member name="M:Sitecore.Rules.Actions.RunScript`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.Actions.System.LogAction`1">
            <summary>
            The log action.
            </summary>
            <typeparam name="T">
            The Rule context
            </typeparam>
        </member>
        <member name="P:Sitecore.Rules.Actions.System.LogAction`1.Level">
            <summary>
            Gets or sets the log level.
            </summary>
            <value>
            The log level.
            </value>
        </member>
        <member name="P:Sitecore.Rules.Actions.System.LogAction`1.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>
            The text.
            </value>
        </member>
        <member name="M:Sitecore.Rules.Actions.System.LogAction`1.Apply(`0)">
            <summary>
            The apply.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext">
            <summary>
            Defines the conditional renderings rule context class.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.reference">
            <summary>
            The current rendering reference.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.references">
            <summary>
            The list of rendering references.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.#ctor(System.Collections.Generic.List{Sitecore.Layouts.RenderingReference},Sitecore.Layouts.RenderingReference)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext"/> class.
            </summary>
            <param name="references">The references.</param>
            <param name="reference">The reference.</param>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext"/> class.
            </summary>
            <param name="info">The serialization info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.Reference">
            <summary>
            Gets the reference.
            </summary>
            <value>The reference.</value>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.References">
            <summary>
            Gets the references.
            </summary>
            <value>The references.</value>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.TestId">
            <summary>
            Gets the ID of a test set if the rendering personalization is being tested
            </summary>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.IsTesting">
            <summary>
            Indicates if the rendering rules are being tested
            </summary>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.ConditionalRenderingsRuleContext.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"/>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">
            The caller does not have the required permission.
            </exception>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.HideRenderingAction`1">
            <summary>
            Defines the hide rendering action class.
            </summary>
            <typeparam name="T" />
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.HideRenderingAction`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.SetDataSource`1">
            <summary>
            Defines the set data source action class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.SetDataSource`1.Apply(`0,System.String)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="dataSource">The data source.</param>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.SetDataSourceAction`1">
            <summary>
            Defines the set data source action class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.ConditionalRenderings.SetDataSourceAction`1.dataSource">
            <summary>
            The data source.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.SetDataSourceAction`1.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>
            The data source.
            </value>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.SetDataSourceAction`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.SetParametersAction`1">
            <summary>
             
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.SetParametersAction`1.Parameters">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.SetParametersAction`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.SetPlaceholderAction`1">
            <summary>
             
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.SetPlaceholderAction`1.Placeholder">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.SetPlaceholderAction`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.ConditionalRenderings.SetRenderingAction`1">
            <summary>The set rendering action.</summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="F:Sitecore.Rules.ConditionalRenderings.SetRenderingAction`1.renderingItem">
            <summary>
            The rendering item.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.ConditionalRenderings.SetRenderingAction`1.RenderingItem">
            <summary>
            Gets or sets the rendering item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.ConditionalRenderings.SetRenderingAction`1.Apply(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.Conditions.AndCondition`1">
            <summary>
            Defines the and condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.AndCondition`1.currentOperand">
            <summary>
            The current operand.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.AndCondition`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0},Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Initializes a new instance of the AndCondition class.
            </summary>
            <param name="leftOperand">The left operand.</param>
            <param name="rightOperand">The right operand.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.AndCondition`1.ConditionItemId">
            <summary>
            Gets or sets the id of condition item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.AndCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stack">The stack.</param>
        </member>
        <member name="T:Sitecore.Rules.Conditions.BinaryCondition`1">
            <summary>
            Defines the binary condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.BinaryCondition`1.leftOperand">
            <summary>
            The left operand.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.BinaryCondition`1.rightOperand">
            <summary>
            The right operand.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.BinaryCondition`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0},Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Initializes a new instance of the BinaryCondition class.
            </summary>
            <param name="leftOperand">The left operand.</param>
            <param name="rightOperand">The right operand.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.BinaryCondition`1.LeftOperand">
            <summary>
            Gets the left operand.
            </summary>
            <value>The left operand.</value>
        </member>
        <member name="P:Sitecore.Rules.Conditions.BinaryCondition`1.RightOperand">
            <summary>
            Gets the right operand.
            </summary>
            <value>The right operand.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.BinaryCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stack">The stack.</param>
        </member>
        <member name="M:Sitecore.Rules.Conditions.BinaryCondition`1.CanEvaluate(`0)">
            <summary>
            Checks if the RuleCondition Can be Evaluated
            </summary>
            <param name="ruleContext">
            The rule context
            </param>
            <returns>
            A boolean value denoting if rule can be evaluated or not
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ConditionOperator">
            <summary>
            Condition operator enumeration.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.Unknown">
            <summary>
            Unknown operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.Equal">
            <summary>
            Equal operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.GreaterThanOrEqual">
            <summary>
            Greater than or equal operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.GreaterThan">
            <summary>
            Greater than operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.LessThanOrEqual">
            <summary>
            Less than or equal operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.LessThan">
            <summary>
            Less than operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ConditionOperator.NotEqual">
            <summary>
            Not equal operator.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ConditionsUtility">
            <summary>
            The conditions utility.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ConditionsUtility.GetConditionOperatorById(System.String)">
            <summary>
            Gets the operator.
            </summary>
            <param name="conditionOperatorId">
            The condition operator identifier.
            </param>
            <returns>
            Returns the condition operator.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ConditionsUtility.GetInt32Comparer(System.String)">
            <summary>
            Gets the <see cref="T:System.Int32"/> comparer.
            </summary>
            <param name="conditionOperatorId">
            The condition operator identifier.
            </param>
            <returns>
            The <see cref="T:System.Func`3"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ConditionsUtility.GetInt32Comparer(Sitecore.Rules.Conditions.ConditionOperator)">
            <summary>
            Gets the <see cref="T:System.Int32"/> comparer.
            </summary>
            <param name="conditionOperator">
            The condition operator.
            </param>
            <returns>
            The <see cref="T:System.Func`3"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ConditionsUtility.GetStringConditionOperatorById(System.String)">
            <summary>
            Gets the string condition operator.
            </summary>
            <param name="conditionOperatorId">
            The condition operator identifier.
            </param>
            <returns>
            Returns the string condition operator.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ConditionsUtility.GetListConditionOperatorById(System.String)">
            <summary>
            Gets the list condition operator.
            </summary>
            <param name="conditionOperatorId">
            The condition operator identifier.
            </param>
            <returns>
            Returns the list condition operator.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ConditionsUtility.CompareStrings(System.String,System.String,System.String)">
            <summary>
            Compares the specified <see cref="T:System.String"/> values.
            </summary>
            <param name="first">
            The first object of type <see cref="T:System.String"/> to compare.
            </param>
            <param name="second">
            The second object of type <see cref="T:System.String"/> to compare.
            </param>
            <param name="conditionOperatorId">
            The condition operator identifier.
            </param>
            <returns>
              <c>true</c> if the specified <see cref="T:System.String"/> values are equal; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.DateTimeConditions.CurrentMonthCondition`1">
            <summary>
            The Current month condition.
            </summary>
            <typeparam name="T">
            The Context of rule
            </typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.DateTimeConditions.CurrentMonthCondition`1.MonthSet">
            <summary>
            Set of month
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.DateTimeConditions.CurrentMonthCondition`1.Month">
            <summary>
            Gets or sets the day name.
            </summary>
            <value>The name of Day.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.DateTimeConditions.CurrentMonthCondition`1.Execute(`0)">
            <summary>
            The execute.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
            <returns>
            The result of condition.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.DateTimeConditions.DayOfWeekCondition`1">
            <summary>
            The day of week condition.
            </summary>
            <typeparam name="T">
            The Context of rule
            </typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.DateTimeConditions.DayOfWeekCondition`1.DaysSet">
            <summary>
            The days set.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.DateTimeConditions.DayOfWeekCondition`1.Day">
            <summary>
            Gets or sets the day name.
            </summary>
            <value>The name of Day.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.DateTimeConditions.DayOfWeekCondition`1.Execute(`0)">
            <summary>
            The execute.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
            <returns>
            The result of condition.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.DateTimeConditions.IsDayOfMonthCondition`1">
            <summary>
            The day of month condition.
            </summary>
            <typeparam name="T">
            The Context of rule
            </typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.DateTimeConditions.IsDayOfMonthCondition`1.DayNumber">
            <summary>
            Gets or sets the day number.
            </summary>
            <value>The Day number.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.DateTimeConditions.IsDayOfMonthCondition`1.Execute(`0)">
            <summary>
            The execute.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
            <returns>
            The result of condition.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.DateTimeConditions.NowCondition`1">
            <summary>Defines the <see cref="T:Sitecore.Rules.Conditions.DateTimeConditions.NowCondition`1"/> class.</summary>
            <typeparam name="T">The type.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.DateTimeConditions.NowCondition`1.Now">
            <summary>
            Gets or sets the UTC date.
            </summary>
            <value>The UTC date.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.DateTimeConditions.NowCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.DateTimeConditions.NowCondition`1.HandleInvalidDateKind">
            <summary>
            Handles the invalid DateTime Kind.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.FieldConditions.FieldEmpty`1">
            <summary>Defines the field empty class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.FieldConditions.FieldEmpty`1.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.FieldConditions.FieldEmpty`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.FieldConditions.WhenField`1">
            <summary>
            Defines the when field is value.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.FieldConditions.WhenField`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Rules.Conditions.FieldConditions.WhenField`1.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.FieldConditions.WhenField`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
             <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.FieldConditions.WhenHasSpecificFieldType`1">
            <summary>
            Defines the when field is value.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.FieldConditions.WhenHasSpecificFieldType`1.FieldTypeName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.FieldConditions.WhenHasSpecificFieldType`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
             <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.IntegerComparisonCondition`1">
            <summary>
            Defines the integer condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.IntegerComparisonCondition`1.Value">
            <summary>
            Gets or sets the template id.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.IntegerComparisonCondition`1.Compare(System.Int32)">
            <summary>
            Compares the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.HiddenCondition`1">
            <summary>
            Defines the hidden condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.HiddenCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemCreatableCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemCreatableCondition`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.ItemConditions.ItemCreatableCondition`1"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemDeletableCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemDeletableCondition`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.ItemConditions.ItemDeletableCondition`1"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemIdCondition`1">
            <summary>
            Defines the when template is class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.ItemIdCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemIdCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
             <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemLevelCondition`1">
            <summary>Defines the version count condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemLevelCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemNameCondition`1">
            <summary>Defines the when template is class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.ItemNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemNameCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemPathCondition`1">
            <summary>
            Defines the when template is class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.ItemPathCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemPathCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
             <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemReadableCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemReadableCondition`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.ItemConditions.ItemReadableCondition`1"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemRenamableCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemRenamableCondition`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.ItemConditions.ItemRenamableCondition`1"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ItemWriteableCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ItemWriteableCondition`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.ItemConditions.ItemWriteableCondition`1"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.LanguageCondition`1">
            <summary>
            Defines the language condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.LanguageCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.LanguageCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
             <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.LayoutCondition`1">
            <summary>
            Defines the hidden condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.LayoutCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ParentNameCondition`1">
            <summary>
            Defines the when template is class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.ParentNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ParentNameCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
             <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ParentTemplateCondition`1">
            <summary>
            Defines the parent template condition.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ItemConditions.ParentTemplateCondition`1.templateId">
            <summary>
            The template Id.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ParentTemplateCondition`1.#ctor">
            <summary>
            Initializes a new instance of the WhenTemplateIs class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ParentTemplateCondition`1.#ctor(Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the WhenTemplateIs class.
            </summary>
            <param name="templateId">The template id.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.ParentTemplateCondition`1.TemplateId">
            <summary>
            Gets or sets the template id.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ParentTemplateCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.ProtectedCondition`1">
            <summary>
            Defines the hidden condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.ProtectedCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.PublishableCondition`1">
            <summary>Defines the parent template condition.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.PublishableCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.SecurityCondition`1">
            <summary>
            Defines the security condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.SecurityCondition`1.AccessRight">
            <summary>
            Gets or sets the access right.
            </summary>
            <value>The access right.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.SecurityCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.VersionCondition`1">
            <summary>
            Defines the version condition class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.VersionCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
            <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.VersionCountCondition`1">
            <summary>Defines the version count condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.VersionCountCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ItemConditions.WhenTemplateIs`1">
            <summary>
            Defines the when template is class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ItemConditions.WhenTemplateIs`1.templateId">
            <summary>
            The template Id.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.WhenTemplateIs`1.#ctor">
            <summary>
            Initializes a new instance of the WhenTemplateIs class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.WhenTemplateIs`1.#ctor(Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the WhenTemplateIs class.
            </summary>
            <param name="templateId">The template id.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.ItemConditions.WhenTemplateIs`1.TemplateId">
            <summary>
            Gets or sets the template id.
            </summary>
            <value>The template id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.ItemConditions.WhenTemplateIs`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
              <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.ListConditionOperator">
            <summary>
            String condition operator enumeration.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ListConditionOperator.Unknown">
            <summary>
            Unknown operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ListConditionOperator.Equals">
            <summary>
            Equal operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ListConditionOperator.InList">
            <summary>
            In List operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.ListConditionOperator.NotEqual">
            <summary>
            Not equal operator.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.NotCondition`1">
            <summary>
            Defines the not condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.NotCondition`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Initializes a new instance of the NotCondition class.
            </summary>
            <param name="operand">The operand.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.NotCondition`1.ConditionItemId">
            <summary>
            Gets or sets the id of condition item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.NotCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stack">The stack.</param>
        </member>
        <member name="T:Sitecore.Rules.Conditions.OperatorCondition`1">
            <summary>
            Defines the operator condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.OperatorCondition`1.OperatorId">
            <summary>
            Gets or sets the operator id.
            </summary>
            <value>The operator id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.OperatorCondition`1.GetOperator">
            <summary>
            Gets the operator.
            </summary>
            <returns>Returns the condition operator.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.OrCondition`1">
            <summary>
            Defines the or condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.OrCondition`1.currentOperand">
            <summary>
            The current operand.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.OrCondition`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0},Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Initializes a new instance of the OrCondition class.
            </summary>
            <param name="leftOperand">The left operand.</param>
            <param name="rightOperand">The right operand.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.OrCondition`1.ConditionItemId">
            <summary>
            Gets or sets the id of condition item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.OrCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stack">The stack.</param>
        </member>
        <member name="T:Sitecore.Rules.Conditions.PathConditions.AncestorOrSelfCondition`1">
            <summary>Defines the when subitem of class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.PathConditions.AncestorOrSelfCondition`1.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.PathConditions.AncestorOrSelfCondition`1"/> class.
            Initializes a new instance of the WhenDescendsFrom class.</summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.PathConditions.AncestorOrSelfCondition`1.ItemId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.PathConditions.AncestorOrSelfCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WhenIsDescendantOrSelf`1">
            <summary>Defines the when subitem of class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.WhenIsDescendantOrSelf`1.itemId">
            <summary>
            The ancestor path.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenIsDescendantOrSelf`1.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.WhenIsDescendantOrSelf`1"/> class.
            Initializes a new instance of the WhenDescendsFrom class.</summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.WhenIsDescendantOrSelf`1.ItemId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenIsDescendantOrSelf`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WhenQuery`1">
            <summary>
            Defines the when subitem of class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.WhenQuery`1.xpath">
            <summary>
            The ancestor path.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenQuery`1.#ctor">
            <summary>
            Initializes a new instance of the WhenQuery class.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.WhenQuery`1.Query">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenQuery`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.RuleCondition`1">
            <summary>
            Defines the rule condition class.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.RuleCondition`1.UniqueId">
            <summary>
            Gets or sets the unique identifier of the condition in the rule.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.RuleCondition`1.ConditionItemId">
            <summary>
            Gets or sets the id of condition item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.RuleCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
            <param name="stack">
            The stack.
            </param>
        </member>
        <member name="M:Sitecore.Rules.Conditions.RuleCondition`1.CanEvaluate(`0)">
            <summary>
            Checks if the RuleCondition Can be Evaluated
            </summary>
            <param name="ruleContext">
            The rule context
            </param>
            <returns>
            A boolean value denoting if rule can be evaluated or not
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.AdministratorCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.AdministratorCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.AdministratorCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.AnonymousCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.AnonymousCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.AnonymousCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.DomainNameCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.DomainNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.DomainNameCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.HasEmailCondition`1">
            <summary>Defines the when subitem of class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.HasEmailCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.UserDomainNameCondition`1">
            <summary>
            Defines Current User Domain name Condition class.
            </summary>
            <typeparam name="T">
            </typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserDomainNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserDomainNameCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
            <returns>
            <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.UserNameCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserNameCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.UserProfileCondition`1">
            <summary>Defines the when subitem of class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserProfileCondition`1.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserProfileCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserProfileCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNotEmptyCondition`1">
            <summary>Defines the when subitem of class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNotEmptyCondition`1.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNotEmptyCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNumericCondition`1">
            <summary>
            The UserProfileNumericCondition type.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNumericCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>
            The value.
            </value>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNumericCondition`1.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>
            The name of the field.
            </value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNumericCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>The result of condition evaluation.</returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserProfileNumericCondition`1.GetUser(`0)">
            <summary>
            Gets the user.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>The user.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SecurityConditions.UserRoleCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SecurityConditions.UserRoleCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SecurityConditions.UserRoleCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
            <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SiteConditions.DatabaseNameCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SiteConditions.DatabaseNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SiteConditions.DatabaseNameCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SiteConditions.DeviceNameCondition`1">
            <summary>Defines the item readable condition class.</summary>
            <typeparam name="T">The current rule context</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SiteConditions.DeviceNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SiteConditions.DeviceNameCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SiteConditions.WebSiteNameCondition`1">
            <summary>
            Defines the item readable condition class.
            </summary>
            <typeparam name="T"></typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SiteConditions.WebSiteNameCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SiteConditions.WebSiteNameCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
                <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.StringConditionOperator">
            <summary>
            String condition operator enumeration.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.Unknown">
            <summary>
            Unknown operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.Equals">
            <summary>
            Equal operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.CaseInsensitivelyEquals">
            <summary>
            Case insensitively equals operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.NotEqual">
            <summary>
            Not equal operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.NotCaseInsensitivelyEquals">
            <summary>
            Non case insensitively equals operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.Contains">
            <summary>
            Contains operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.MatchesRegularExpression">
            <summary>
            Matches regular expression operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.StartsWith">
            <summary>
            Starts with operator.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Conditions.StringConditionOperator.EndsWith">
            <summary>
            Ends with operator.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Conditions.StringOperatorCondition`1">
            <summary>
            Defines the string operator condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.StringOperatorCondition`1.OperatorId">
            <summary>
            Gets or sets the operator id.
            </summary>
            <value>The operator id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.StringOperatorCondition`1.Compare(System.String,System.String)">
            <summary>
            Compares the specified value0.
            </summary>
            <param name="value0">The value0.</param>
            <param name="value1">The value1.</param>
            <returns>The boolean.</returns>
        </member>
        <member name="M:Sitecore.Rules.Conditions.StringOperatorCondition`1.GetOperator">
            <summary>
            Gets the operator.
            </summary>
            <returns>Returns the condition operator.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.SystemConditions.CallScriptCondition`1">
            <summary>Defines the parent template condition.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.SystemConditions.CallScriptCondition`1.ItemScriptId">
            <summary>
            Gets or sets the item script id.
            </summary>
            <value>The item script id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.SystemConditions.CallScriptCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WhenRule`1">
            <summary>
            Defines the when template is class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.WhenRule`1.rulesId">
            <summary>
            The rule set item id.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenRule`1.#ctor">
            <summary>
            Initializes a new instance of the WhenRule class.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.WhenRule`1.RulesId">
            <summary>
            Gets or sets the rule set id.
            </summary>
            <value>The rule set id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenRule`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns>
            <c>True</c>, if the condition succeeds, otherwise <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.TrueCondition`1">
            <summary>Defines the when subitem of class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.TrueCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.UnaryCondition`1">
            <summary>
            Defines the unary condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Conditions.UnaryCondition`1.operand">
            <summary>
            The operand.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Conditions.UnaryCondition`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Initializes a new instance of the UnaryCondition class.
            </summary>
            <param name="operand">The operand.</param>
        </member>
        <member name="P:Sitecore.Rules.Conditions.UnaryCondition`1.Operand">
            <summary>
            Gets the left operand.
            </summary>
            <value>The left operand.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.UnaryCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stack">The stack.</param>
        </member>
        <member name="M:Sitecore.Rules.Conditions.UnaryCondition`1.CanEvaluate(`0)">
            <summary>
            Checks if the RuleCondition Can be Evaluated
            </summary>
            <param name="ruleContext">
            The rule context
            </param>
            <returns>
            A boolean value denoting if rule can be evaluated or not
            </returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WhenCondition`1">
            <summary>
            Defines the when condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenCondition`1.Evaluate(`0,Sitecore.Rules.RuleStack)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stack">The stack.</param>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WhenCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.FinalWorkflowStateCondition`1">
            <summary>Defines the workflow condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.FinalWorkflowStateCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.HasWorkflowCondition`1">
            <summary>Defines the workflow condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.HasWorkflowCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.LockedByCondition`1">
            <summary>Defines the locked condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Conditions.WorkflowConditions.LockedByCondition`1.Owner">
            <summary>
            Gets or sets the user.
            </summary>
            <value>The user.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.LockedByCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.LockedByMeCondition`1">
            <summary>Defines the locked condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.LockedByMeCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.LockedCondition`1">
            <summary>
            Defines the locked condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.LockedCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowCondition`1">
            <summary>Defines the workflow condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowCondition`1.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowCondition`1"/> class.
            Initializes a new instance of the WhenDescendsFrom class.</summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowCondition`1.WorkflowId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowStateCondition`1">
            <summary>Defines the workflow condition class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowStateCondition`1.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowStateCondition`1"/> class.
            Initializes a new instance of the WhenDescendsFrom class.</summary>
        </member>
        <member name="P:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowStateCondition`1.WorkflowStateId">
            <summary>
            Gets or sets the item id.
            </summary>
            <value>The item id.</value>
        </member>
        <member name="M:Sitecore.Rules.Conditions.WorkflowConditions.WorkflowStateCondition`1.Execute(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.ContentEditorWarnings.ContentEditorWarningsRuleContext">
            <summary>Defines the conditional renderings rule context class.</summary>
        </member>
        <member name="P:Sitecore.Rules.ContentEditorWarnings.ContentEditorWarningsRuleContext.Arguments">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="T:Sitecore.Rules.ContentEditorWarnings.SetContentEditorWarningAction`1">
            <summary>Defines the set data source action class.</summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.ContentEditorWarnings.SetContentEditorWarningAction`1.text">
            <summary>
            The data source.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.ContentEditorWarnings.SetContentEditorWarningAction`1.title">
            <summary>The title.</summary>
        </member>
        <member name="P:Sitecore.Rules.ContentEditorWarnings.SetContentEditorWarningAction`1.Text">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>
            The data source.
            </value>
        </member>
        <member name="P:Sitecore.Rules.ContentEditorWarnings.SetContentEditorWarningAction`1.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Rules.ContentEditorWarnings.SetContentEditorWarningAction`1.Apply(`0)">
            <summary>Executes the specified rule context.</summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.DefaultRuleFactory">
            <summary>
            Defines the rule set factory class.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.DefaultRuleFactory._cache">
            <summary>
            The rule set cache.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.DefaultRuleFactory._itemScripts">
            <summary>The item scripts.</summary>
        </member>
        <member name="F:Sitecore.Rules.DefaultRuleFactory._log">
            <summary>
            The logger.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.#ctor(Sitecore.CodeDom.Scripts.BaseItemScripts,Sitecore.Abstractions.BaseLog)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Rules.DefaultRuleFactory"/> class.</summary>
            <param name="itemScripts">The item scripts.</param>
            <param name="log">The logger.</param>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.#ctor(Sitecore.CodeDom.Scripts.BaseItemScripts,Sitecore.Abstractions.BaseLog,Sitecore.Abstractions.BaseSettings,Sitecore.Abstractions.BaseTemplateManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Rules.DefaultRuleFactory"/> class.</summary>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRules``1(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="parentItem">
            The parent item.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRules``1(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the rules.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="field">
            The field.
            </param>
            <returns>
            Returns the rules.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRules``1(System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item},System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="items">
            The items.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.InvalidateCache">
            <summary>
            Invalidates the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.ParseRules``1(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="rulesXml">
            The rules XML.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.ParseRules``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
            <param name="database">The database.</param>
            <param name="node">The XML node.</param>
            <returns>The rules.</returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRule``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the rule.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="element">
            The element.
            </param>
            <returns>
            The generated rule.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRuleAction``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the action.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="element">
            The element.
            </param>
            <returns>
            The rule action.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRuleActions``1(Sitecore.Data.Database,System.Xml.Linq.XElement,Sitecore.Rules.Rule{``0})">
            <summary>
            Gets the rule actions.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="element">
            The element.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRuleCondition``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the rule condition.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="element">
            The element.
            </param>
            <returns>
            The rule condition.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRuleConditionFactor``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the rule condition.
            </summary>
            <typeparam name="T">
            The rule context type.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="element">
            The element.
            </param>
            <returns>
            The rule condition.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.GetRuleConditions``1(Sitecore.Data.Database,System.Xml.Linq.XElement,Sitecore.Rules.Rule{``0})">
            <summary>
            Gets the rule conditions.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="element">
            The element.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="M:Sitecore.Rules.DefaultRuleFactory.SetProperties(System.Xml.Linq.XElement,System.Object)">
            <summary>
            Sets the properties.
            </summary>
            <param name="element">
            The element.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="T:Sitecore.Rules.Devices.DeviceRuleContext">
            <summary>
            Defines the device rule context class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Devices.DeviceRuleContext.#ctor(Sitecore.Data.Items.DeviceItem,System.Web.HttpContextBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Devices.DeviceRuleContext"/> class.
            </summary>
            <param name="deviceItem">The device item.</param>
            <param name="httpContext">The HTTP context.</param>
        </member>
        <member name="M:Sitecore.Rules.Devices.DeviceRuleContext.#ctor(Sitecore.Data.Items.DeviceItem,System.Web.HttpContextBase,Sitecore.Collections.SafeDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.Devices.DeviceRuleContext"/> class.
            </summary>
            <param name="deviceItem">The device item.</param>
            <param name="httpContext">The HTTP context.</param>
            <param name="customData">The custom data.</param>
        </member>
        <member name="P:Sitecore.Rules.Devices.DeviceRuleContext.HttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <value>The HTTP context.</value>
        </member>
        <member name="P:Sitecore.Rules.Devices.DeviceRuleContext.DeviceItem">
            <summary>
            Gets the device item.
            </summary>
            <value>The device item.</value>
        </member>
        <member name="P:Sitecore.Rules.Devices.DeviceRuleContext.CustomData">
            <summary>
            Gets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="T:Sitecore.Rules.Devices.QueryStringCondition`1">
            <summary>
            Query string condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Devices.QueryStringCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Devices.QueryStringCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.Devices.UserAgentCondition`1">
            <summary>
            User agent condition class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Devices.UserAgentCondition`1.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Rules.Devices.UserAgentCondition`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>True</c>, if the condition succeeds, otherwise <c>false</c>.</returns>
        </member>
        <member name="T:Sitecore.Rules.InsertOptions.AddInsertOption`1">
            <summary>
            Add Insert Option
            </summary>
            <typeparam name="T">Insert Options Rule Context</typeparam>
        </member>
        <member name="M:Sitecore.Rules.InsertOptions.AddInsertOption`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.InsertOptions.BaseInsertOption`1">
            <summary>
            Base Insert Option.
            </summary>
            <typeparam name="T">Insert Options Rule Context</typeparam>
        </member>
        <member name="F:Sitecore.Rules.InsertOptions.BaseInsertOption`1.insertOptionId">
            <summary>
            Insert Option Id.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.InsertOptions.BaseInsertOption`1.InsertOptionId">
            <summary>
            Gets or sets the insert option id.
            </summary>
            <value>The insert option id.</value>
        </member>
        <member name="T:Sitecore.Rules.InsertOptions.InsertOptionsRuleContext">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Rules.InsertOptions.InsertOptionsRuleContext.InsertOptions">
            <summary>
            Gets or sets the insert options.
            </summary>
            <value>The insert options.</value>
        </member>
        <member name="T:Sitecore.Rules.InsertOptions.RemoveInsertOption`1">
            <summary>
            Remove Insert Option.
            </summary>
            <typeparam name="T">Insert Options Rule Context</typeparam>
        </member>
        <member name="M:Sitecore.Rules.InsertOptions.RemoveInsertOption`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.ItemEventHandler">
            <summary>
            Represents an item event handler.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.OnItemDeletedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.OnItemSavedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.OnVersionRemoved(System.Object,System.EventArgs)">
            <summary>
            Called when a version has been removed.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.OnVersionRemovedRemote(System.Object,System.EventArgs)">
            <summary>
            Called when a version has been removed.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.RunRules(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Runs the rules.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="rulesFolder">
            The rules folder.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.RunItemDeletedRules(Sitecore.Data.Items.Item)">
            <summary>
            Runs the item deleted rules.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.RunItemSavedRules(Sitecore.Data.Items.Item)">
            <summary>
            Runs the item saved rules.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Rules.ItemEventHandler.RunVersionRemovedRules(Sitecore.Data.Items.Item)">
            <summary>
            Runs the version removed rules.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Rules.Rule`1">
            <summary>
            Defines the rule class.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.Rule`1.actions">
            <summary>
            The actions.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.Rule`1.condition">
            <summary>
            The conditions.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.#ctor">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
            <param name="ruleCondition">The condition.</param>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0},Sitecore.Rules.Actions.RuleAction{`0})">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
            <param name="ruleCondition">The condition.</param>
            <param name="ruleAction">The action.</param>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.#ctor(Sitecore.Rules.Conditions.RuleCondition{`0},System.Collections.Generic.List{Sitecore.Rules.Actions.RuleAction{`0}})">
            <summary>
            Initializes a new instance of the Rule class.
            </summary>
            <param name="ruleCondition">The condition.</param>
            <param name="actions">The actions.</param>
        </member>
        <member name="P:Sitecore.Rules.Rule`1.Actions">
            <summary>
            Gets or sets the actions.
            </summary>
            <value>The actions.</value>
        </member>
        <member name="P:Sitecore.Rules.Rule`1.Condition">
            <summary>
            Gets or sets the rule condition.
            </summary>
            <value>The rule condition.</value>
        </member>
        <member name="P:Sitecore.Rules.Rule`1.UniqueId">
            <summary>
            Gets or sets the rule's unique id.
            </summary>
            <value>The unique id.</value>
        </member>
        <member name="P:Sitecore.Rules.Rule`1.Name">
            <summary>
            Gets or sets the name of the rule
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Rule`1.RuleItemId">
            <summary>
            Gets or sets the id of rule item.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.Evaluate(`0)">
            <summary>
            Evaluates this instance.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <returns><c>true</c>, if the condition is true, otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.Execute(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="M:Sitecore.Rules.Rule`1.SetCondition(Sitecore.Rules.Conditions.RuleCondition{`0})">
            <summary>
            Sets the condition.
            </summary>
            <param name="ruleCondition">The condition.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleContext">
            <summary>Defines the rule context class.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleContext.parameters">
            <summary>
            The parameters;
            </summary>
        </member>
        <member name="P:Sitecore.Rules.RuleContext.IsAborted">
            <summary>
            Gets a value indicating whether this rule execution is aborted.
            </summary>
            <value>
              <c>true</c> if this rule execution is aborted; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Rules.RuleContext.SkipRule">
            <summary>
            Gets a value indicating the current rule should be skipped.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.RuleContext.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The context item, or null if the rule is not executed in the context of a visit.</value>
        </member>
        <member name="P:Sitecore.Rules.RuleContext.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Rules.RuleContext.PreviewMode">
            <summary>
            Gets or sets a value indicating whether rule is executed in preview mode.
            </summary>
            <value>
              <c>true</c> if rule is executed in preview mode; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Rules.RuleContext.Abort">
            <summary>Aborts the current rule execution.</summary>
        </member>
        <member name="T:Sitecore.Rules.RuleFactory">
            <summary>
            Defines the rule set factory class.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RuleFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleFactory.GetRules``1(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="parentItem">
            The parent item.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RuleFactory.GetRules``1(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the rules.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="field">
            The field.
            </param>
            <returns>
            Returns the rules.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RuleFactory.GetRules``1(System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item},System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="items">
            The items.
            </param>
            <param name="fieldName">
            Name of the field.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RuleFactory.InvalidateCache">
            <summary>
            Invalidates the cache.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleFactory.ParseRules``1(Sitecore.Data.Database,System.String)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">
            The rule context.
            </typeparam>
            <param name="database">
            The database.
            </param>
            <param name="rulesXml">
            The rules XML.
            </param>
            <returns>
            The rule set.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RuleFactory.ParseRules``1(Sitecore.Data.Database,System.Xml.Linq.XElement)">
            <summary>
            Gets the rule set.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
            <param name="database">The database.</param>
            <param name="node">The XML node.</param>
            <returns>The rules.</returns>
        </member>
        <member name="T:Sitecore.Rules.RuleIds">
            <summary>
            Defines the rule ids class.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.Action">
            <summary>The ID for Action.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.Macro">
            <summary>The ID for Macro.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.Condition">
            <summary>The ID for Condition.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.Rule">
            <summary>The ID for Rule.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.TagTemplateID">
            <summary>The RulesTaxonomyTemplate folder template.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.TagDefinitionTemplateID">
            <summary>The RulesTaxonomyTemplate folder template.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.TagsFolderID">
            <summary>The Tags folderID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.TagDefinitionsFolderTemplateID">
            <summary>The Tag definition folder templateID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ElementsFolderID">
            <summary>The rule elements folderID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ElementFolderTemplateID">
            <summary>The Conditions folder template ID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ActionsFolderTemplateID">
            <summary>The actions folder template ID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.VisibilityFolderTemplateID">
            <summary>The visibility folder templateID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.MacrosFolder">
            <summary>The Macros Folder ID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.MacrosesFolder">
            <summary>The id of the <see cref="F:Sitecore.Rules.RuleIds.MacrosFolder"/>.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.OperatorsFolder">
            <summary>The Operators Folder ID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.StringOperatorsFolder">
            <summary>The String Operators Folder ID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ListOperatorsFolder">
            <summary>The List Operators Folder ID.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ValidationRules">
            <summary>/sitecore/system/Settings/Rules/Validation Rules/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ValidationResultsFolder">
            <summary>/sitecore/system/Settings/Rules/Definitions/Validation Results</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ContentEditorWarningsRules">
            <summary>/sitecore/system/Settings/Rules/Content Editor Warnings/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.InsertOptionsRules">
            <summary>/sitecore/system/Settings/Rules/Insert Options/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ItemDeletedRules">
            <summary>/sitecore/system/Settings/Rules/Item Deleted/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ItemSavedRules">
            <summary>/sitecore/system/Settings/Rules/Item Saved/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.VersionRemovedRules">
            <summary>/sitecore/system/Settings/Rules/Version Removed/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.ConditionalRenderingsRules">
            <summary>/sitecore/system/Settings/Rules/Conditional Renderings/Rules</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.TrueConditionId">
            <summary>/sitecore/system/Settings/Rules/Definitions/Elements/System/True</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.HideRenderingActionId">
            <summary>Hide Rendering Action Id</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.SetDatasourceActionId">
            <summary>Set Datasource Action Id</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.SetRenderingActionId">
            <summary>Set Rendering Action Id</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.RulesContextFolderTemplateID">
            <summary>Rules Context Folder Template ID</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.RulesFolderTemplateId">
            <summary>The id of <c>/sitecore/templates/System/Rules/Taxonomy/Rules Folder</c> template.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.DefinitionsFolderId">
            <summary>The id of <c>/sitecore/system/Settings/Rules/Definitions</c> item.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.CustomElementsFolderId">
            <summary>The id of <c>/sitecore/system/Settings/Rules/Definitions/Elements/Custom</c> item.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.TagsBranchId">
            <summary>The id of <c>/sitecore/templates/Branches/System/Rules/Taxonomy/Tags</c> branch.</summary>
        </member>
        <member name="F:Sitecore.Rules.RuleIds.CustomTagId">
            <summary>The id of <c>/sitecore/system/Settings/Rules/Definitions/Tags/Custom</c> item.</summary>
        </member>
        <member name="T:Sitecore.Rules.RuleConditionEventHandler`1">
            <summary>
            The rule condition event handler.
            </summary>
            <typeparam name="T">The type of rule context.</typeparam>
            <param name="ruleList">The rule set.</param>
            <param name="ruleContext">The rule context.</param>
            <param name="rule">The current rule.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleActionEventHandler`1">
            <summary>
            The rule action event handler.
            </summary>
            <typeparam name="T">The type of rule context.</typeparam>
            <param name="ruleList">The rule set.</param>
            <param name="ruleContext">The rule context.</param>
            <param name="action">The current action.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleList`1">
            <summary>
            Defines a set of rules.
            </summary>
            <typeparam name="T">The rule context.</typeparam>
        </member>
        <member name="F:Sitecore.Rules.RuleList`1.rules">
            <summary> The list of rules.</summary>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.#ctor">
            <summary>
            Initializes a new instance of the RuleList class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.#ctor(Sitecore.Rules.Rule{`0})">
            <summary>
            Initializes a new instance of the RuleList class.
            </summary>
            <param name="rule">The new rule.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Rules.Rule{`0}})">
            <summary>
            Initializes a new instance of the RuleList class.
            </summary>
            <param name="rules">The rule set.</param>
        </member>
        <member name="E:Sitecore.Rules.RuleList`1.Applied">
            <summary>
            Occurs when an action has been applied.
            </summary>
        </member>
        <member name="E:Sitecore.Rules.RuleList`1.Evaluated">
            <summary>
            Occurs when evaluated.
            </summary>
        </member>
        <member name="E:Sitecore.Rules.RuleList`1.Evaluating">
            <summary>
            Occurs when evaluating.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.RuleList`1.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Rules.RuleList`1.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name of the rule set.</value>
        </member>
        <member name="P:Sitecore.Rules.RuleList`1.Rules">
            <summary>
            Gets the rules.
            </summary>
            <value>The rules.</value>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.Add(Sitecore.Rules.Rule{`0})">
            <summary>
            Adds the specified rule.
            </summary>
            <param name="rule">The rule to add.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.AddRange(System.Collections.Generic.IEnumerable{Sitecore.Rules.Rule{`0}})">
            <summary>
            Adds the range.
            </summary>
            <param name="actionRules">The rules.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.Run(`0)">
            <summary>
            Executes this rule set.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.Run(`0,System.Int32@)">
            <summary>
            Executes this rule set.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="executedRulesCount">The number of rules, whose actions has been executed.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.RunFirstMatching(`0)">
            <summary>
            Executes this rule set until any condition evaluates to true.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.RunFirstMatching(`0,System.Boolean@)">
            <summary>
            Executes this rule set until any rule condition evaluates to true.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="anyRuleExecuted">Flag indicated whether any rule has been executed.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.Run(`0,System.Boolean,System.Int32@)">
            <summary>
            Executes this rule set.
            </summary>
            <param name="ruleContext">The rule context.</param>
            <param name="stopOnFirstMatching">if set to <c>true</c> the rules execution stops when any condition evaluates to true.</param>
            <param name="executedRulesCount">The number of rules, whose actions has been executed.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.RaiseActionEventHandler(Sitecore.Rules.RuleActionEventHandler{`0},Sitecore.Rules.RuleList{`0},`0,Sitecore.Rules.Actions.RuleAction{`0})">
            <summary>
            Raises the event handler.
            </summary>
            <param name="eventHandler">The evaluating.</param>
            <param name="rules">The rules.</param>
            <param name="context">The context.</param>
            <param name="action">The current rule.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleList`1.RaiseConditionEventHandler(Sitecore.Rules.RuleConditionEventHandler{`0},Sitecore.Rules.RuleList{`0},`0,Sitecore.Rules.Rule{`0})">
            <summary>
            Raises the event handler.
            </summary>
            <param name="eventHandler">The evaluating.</param>
            <param name="rules">The rules.</param>
            <param name="context">The context.</param>
            <param name="rule">The current rule.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.DateTimeMacro">
            <summary>Defines the tree macro class.</summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.DateTimeMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>Executes the specified macro.</summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.IntegerMacro">
            <summary>
            The integer macro.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RuleMacros.IntegerMacro.defaultValidation">
            <summary>
            The default validation expression.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RuleMacros.IntegerMacro.defaultValidationText">
            <summary>
            The default validation text.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RuleMacros.IntegerMacro.defaultMaxLength">
            <summary>
            The default max length.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.IntegerMacro.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.RuleMacros.IntegerMacro"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.IntegerMacro.#ctor(System.String,System.String,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.RuleMacros.IntegerMacro"/> class.
            </summary>
            <param name="defaultValidation">The default validation expression.</param>
            <param name="defaultValidationText">The default validation text.</param>
            <param name="defaultMaxLength">Default max length.</param>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.IntegerMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">
            The element.
            </param>
            <param name="name">
            The name of the field.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.IRuleMacro">
            <summary>
            Defines the Rule Macro interface.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.IRuleMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.ListMacro">
            <summary>
            Defines the List macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.ListMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.OperatorMacro">
            <summary>
            Defines the tree macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.OperatorMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.PositiveIntegerMacro">
            <summary>
            The positive integer macro.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.PositiveIntegerMacro.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.RuleMacros.PositiveIntegerMacro"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.ScriptMacro">
            <summary>
            Defines the tree macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.ScriptMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.StringOperatorMacro">
            <summary>
            Defines the tree macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.StringOperatorMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.TemplateMacro">
            <summary>
            Defines the tree macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.TemplateMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.TreelistMacro">
            <summary>
            The treelist macro.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.TreelistMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">
            The element.
            </param>
            <param name="name">
            The name of the field.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.TreeMacro">
            <summary>
            Defines the tree macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.TreeMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.TreeOrListMacro">
            <summary>
            Defines the tree or list macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.TreeOrListMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.UserRolesMacro">
            <summary>
            The user roles macro.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.UserRolesMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            The execute.
            </summary>
            <param name="element">
            The element.
            </param>
            <param name="name">
            The name.
            </param>
            <param name="parameters">
            The parameters.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Rules.RuleMacros.ValidatorResultMacro">
            <summary>
            Defines the validator result macro class.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RuleMacros.ValidatorResultMacro.Execute(System.Xml.Linq.XElement,System.String,Sitecore.Text.UrlString,System.String)">
            <summary>
            Executes the specified macro.
            </summary>
            <param name="element">The element.</param>
            <param name="name">The name of the field.</param>
            <param name="parameters">The parameters.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Rules.RulesDefinition">
            <summary>
            Defines the RulesDefinition type.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.ActionTagName">
            <summary>
            The name of action tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.ActionsTagName">
            <summary>
            The name of actions tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.AndTagName">
            <summary>
            The name of and tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.ConditionTagName">
            <summary>
            The name of condition tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.ConditionsTagName">
            <summary>
            The name of conditions tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.IdAttributeName">
            <summary>
            The name of id attribute.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.OrTagName">
            <summary>
            The name of or tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.RuleTagName">
            <summary>
            The name of rule tag.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.UidAttributeName">
            <summary>
            The name of uid attribute.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.MacrosRegex">
            <summary>
            Regular expression for macros search.
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.document">
            <summary>
            Rules definition document.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.RulesDefinition"/> class.
            </summary>
            <param name="rulesXml">The rules XML.</param>
        </member>
        <member name="P:Sitecore.Rules.RulesDefinition.Document">
            <summary>
            Gets the rules definition document.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetAttribute(System.Xml.Linq.XElement,System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="element">The element.</param>
            <param name="attributeName">Name of the attribute.</param>
            <returns>Returns the attribute.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRuleTitle(System.Xml.Linq.XElement,System.Int32)">
            <summary>
            Gets the rule title.
            </summary>
            <param name="rule">The rule.</param>
            <param name="index">The index.</param>
            <returns>Returns the rule title.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.SetAttribute(System.Xml.Linq.XElement,System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="element">The element.</param>
            <param name="attributeName">Name of the attribute.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ApplyUniqueIdsToRules">
            <summary>
            Applies the unique ids to rules.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddRule">
            <summary>
            Adds the action.
            </summary>
            <returns>Returns the rule.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddRule(System.Guid)">
            <summary>
            Adds the rule.
            </summary>
            <param name="ruleId">The rule id.</param>
            <returns>Returns the rule.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddAction(System.Guid,System.String)">
            <summary>
            Adds the action.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="actionId">The action id.</param>
            <returns>Returns the action.</returns>
            <exception cref="T:System.ArgumentException">actionId is not a valid <c>Guid</c>.</exception>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddAction(System.Guid,System.Guid)">
            <summary>
            Adds the action.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="actionId">The action id.</param>
            <returns>Returns the action.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddAction(System.Guid,Sitecore.Data.ID)">
            <summary>
            Adds the action.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="actionId">The action id.</param>
            <returns>Returns the action.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddCondition(System.Guid,System.String)">
            <summary>
            Adds the condition.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionId">The condition id.</param>
            <returns>Returns the condition.</returns>
            <exception cref="T:System.ArgumentException">conditionId is not a valid <c>Guid</c>.</exception>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddCondition(System.Guid,System.Guid)">
            <summary>
            Adds the condition.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionId">The condition id.</param>
            <returns>Returns the condition.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddCondition(System.Guid,Sitecore.Data.ID)">
            <summary>
            Adds the condition.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionId">The condition id.</param>
            <returns>Returns the condition.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetElementByUniqueId(System.String)">
            <summary>
            Gets the element by unique id.
            </summary>
            <param name="uniqueId">The unique id.</param>
            <returns>Returns the element by unique id.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetIdByUniqueId(System.String)">
            <summary>
            Gets the id by unique id.
            </summary>
            <param name="uniqueId">The unique id.</param>
            <returns>The id.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRuleId(System.Xml.Linq.XElement)">
            <summary>
            Gets the rule id.
            </summary>
            <param name="ruleElement">The rule element.</param>
            <returns>The rule id.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetUniqueId(System.Xml.Linq.XElement)">
            <summary>
            Gets the unique id.
            </summary>
            <param name="element">The element.</param>
            <returns>The unique id.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetAction(System.Guid,Sitecore.Data.ID)">
            <summary>
            Gets the action.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="actionId">The action id.</param>
            <returns>The action.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetAllConditions">
            <summary>
            Gets all conditions.
            </summary>
            <returns>The conditions.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetAllConditions(System.Xml.Linq.XElement)">
            <summary>
            Gets all conditions under the specified root element.
            </summary>
            <param name="rootElement">The root element.</param>
            <returns>The conditions under the specified root element.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetCondition(System.Guid,Sitecore.Data.ID)">
            <summary>
            Gets the condition.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionId">The condition id.</param>
            <returns>The condition.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetConditions(Sitecore.Data.ID)">
            <summary>
            Gets the conditions.
            </summary>
            <param name="conditionId">The condition id.</param>
            <returns>The conditions.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRule(System.Guid)">
            <summary>
            Gets the rule.
            </summary>
            <param name="ruleId">The current rule id.</param>
            <returns>Returns the rule.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRuleContainingElement(System.Xml.Linq.XElement)">
            <summary>
            Gets the rule containing element.
            </summary>
            <param name="containedElement">The contained element.</param>
            <returns>The rule.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRules">
            <summary>
            Gets the rules.
            </summary>
            <returns>Returns the collection of rules.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetValidationErrors">
            <summary>
            Gets the validation errors.
            </summary>
            <returns>The validation errors.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.IsActionReferenced(Sitecore.Data.ID)">
            <summary>
            Determines whether action with the specified id is referenced.
            </summary>
            <param name="actionId">The action id.</param>
            <returns>
              <c>true</c> if action with the specified id is referenced; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.IsConditionReferenced(Sitecore.Data.ID)">
            <summary>
            Determines whether condition with the specified id is referenced.
            </summary>
            <param name="conditionId">The condition id.</param>
            <returns>
              <c>true</c> if condition with the specified id is referenced; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.IsConditionReferenced(System.Guid,Sitecore.Data.ID)">
            <summary>
            Determines whether condition with the specified id is referenced.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionId">The condition id.</param>
            <returns>
              <c>true</c> if condition with the specified id is referenced; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.IsItemReferenced(Sitecore.Data.ID)">
            <summary>
            Determines whether item with the specified id is referenced by any action or condition.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>
              <c>true</c> if item with the specified id is referenced by any action or condition; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.MoveRule(System.Guid,Sitecore.Rules.RulesDefinition.MovementDirection)">
            <summary>
            Moves the rule.
            </summary>
            <param name="ruleId">The rule identifier.</param>
            <param name="direction">The movement direction. Should be either "up" or "down".</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.Move(System.Guid,System.String,System.String)">
            <summary>
            Moves the specified id.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="uniqueId">The unique id.</param>
            <param name="direction">The direction.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveAction(System.Guid,System.String)">
            <summary>
            Removes the action.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="actionUniqueId">The action unique id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveActionReferences(Sitecore.Data.ID)">
            <summary>Removes the references to the action.</summary>
            <param name="actionId">The action id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveCondition(System.Guid,System.String)">
            <summary>
            Removes the condition.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionUniqueId">The condition unique id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveConditionReferences(Sitecore.Data.ID)">
            <summary>Removes the references to the condition.</summary>
            <param name="conditionId">The condition id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveItemReferences(Sitecore.Data.ID)">
            <summary>
            Removes the references to the item.
            </summary>
            <param name="itemId">The item id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveRule(System.Guid,System.Guid@)">
            <summary>
            Removes the rule.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="nextRuleId">The next rule id.</param>
            <returns>Boolean value indicating whether rule has been removed.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ReplaceActionReferences(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Replaces the action references.
            </summary>
            <param name="oldActionId">The old action id.</param>
            <param name="newActionId">The new action id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ReplaceConditionReferences(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Replaces the condition references.
            </summary>
            <param name="oldConditionId">The old condition id.</param>
            <param name="newConditionId">The new condition id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ReplaceItemReferences(Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Replaces the item references.
            </summary>
            <param name="oldItemId">The old item id.</param>
            <param name="newItemId">The new item id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.Sort(System.Guid,System.String)">
            <summary>
            Sorts the specified sequence.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="sequence">The sequence.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ToggleOperator(System.Guid,System.String)">
            <summary>
            Toggles the operator.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="uniqueId">The unique id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.TogglePrefix(System.Guid,System.String)">
            <summary>
            Toggles the prefix.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="uniqueId">The unique id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ToString(System.Xml.Linq.SaveOptions)">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <param name="options">The options.</param>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetReferencedActions">
            <summary>
            Gets the referenced actions.
            </summary>
            <returns>List of referenced actions.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetReferencedConditions">
            <summary>
            Gets the referenced conditions.
            </summary>
            <returns>List of referenced conditions.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetReferencedItems">
            <summary>
            Gets the items referenced by any action or condition.
            </summary>
            <returns>List of items referenced by any action or condition.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.SplitRules(System.String)">
            <summary>
            Splits the rules xml into individual rules.
            </summary>
            <param name="rulesXml">The rules XML.</param>
            <returns>A collection of individual rules.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddNewConditionElement(System.Xml.Linq.XElement,Sitecore.Data.ID)">
            <summary>
            Adds the new condition.
            </summary>
            <param name="conditionsElement">The conditions element.</param>
            <param name="conditionId">The condition id.</param>
            <returns>Returns the condition.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.Flatten(System.Xml.Linq.XElement,System.Collections.Generic.List{System.Xml.Linq.XElement},System.String)">
            <summary>Flattens the specified conditions.</summary>
            <param name="parent">The conditions.</param>
            <param name="elements">The elements.</param>
            <param name="op">The operator.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.Deepen(System.Xml.Linq.XElement,System.Collections.Generic.List{System.Xml.Linq.XElement})">
            <summary>Deepens the specified elements.</summary>
            <param name="conditionsElement">The conditions element.</param>
            <param name="elements">The elements.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRightLeaf(System.Xml.Linq.XElement)">
            <summary>Gets the right leaf.</summary>
            <param name="element">The element.</param>
            <returns>Returns the right leaf element.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetElement(System.Collections.Generic.IEnumerable{System.Xml.Linq.XElement},System.String)">
            <summary>Gets the element.</summary>
            <param name="elements">The elements.</param>
            <param name="uniqueId">The element unique id.</param>
            <returns>The element.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddAction(System.Xml.Linq.XElement,Sitecore.Data.ID)">
            <summary>
            Adds the action.
            </summary>
            <param name="ruleElement">The rule element.</param>
            <param name="actionId">The action id.</param>
            <returns>Returns the action.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.AddCondition(System.Xml.Linq.XElement,Sitecore.Data.ID)">
            <summary>
            Adds the condition.
            </summary>
            <param name="ruleElement">The rule element.</param>
            <param name="conditionId">The condition id.</param>
            <returns>Returns the condition.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRulesByConditionId(Sitecore.Data.ID)">
            <summary>
            Gets the rules that contain specified condition.
            </summary>
            <param name="conditionId">The condition id.</param>
            <returns>The rule elements.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRulesByActionId(Sitecore.Data.ID)">
            <summary>
            Gets the rules that contain specified action.
            </summary>
            <param name="actionId">The action id.</param>
            <returns>The rule elements.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetAttributesReferencingItem(Sitecore.Data.ID)">
            <summary>
            Gets the attributes that references the item.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>The attributes that references the item.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetOrCreateChildElement(System.Xml.Linq.XElement,System.String)">
            <summary>
            Gets or creates the conditions element.
            </summary>
            <param name="parentElement">The parent element.</param>
            <param name="elementName">Name of the element.</param>
            <returns>The conditions element.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRule(System.Guid,System.Boolean)">
            <summary>
            Gets the rule.
            </summary>
            <param name="ruleId">The current rule id.</param>
            <param name="create">if set to <c>true</c> rule is created if it does not exist.</param>
            <returns>Returns the rule.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetRuleIndex(System.Xml.Linq.XElement)">
            <summary>
            Gets the index of the rule (starting with 1).
            </summary>
            <param name="rule">The rule.</param>
            <returns>The index of the rule (starting with 1).</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.GetValidationErrorsForActionOrCondition(System.Xml.Linq.XElement,System.Xml.Linq.XElement,System.Collections.Generic.List{System.String})">
            <summary>
            Gets the validation errors for action or condition.
            </summary>
            <param name="rule">The rule.</param>
            <param name="element">The element.</param>
            <param name="errors">The errors.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.IsConditionReferenced(System.Nullable{System.Guid},Sitecore.Data.ID)">
            <summary>
            Determines whether condition with the specified id is referenced.
            </summary>
            <param name="ruleId">The rule id.</param>
            <param name="conditionId">The condition id.</param>
            <returns>
              <c>true</c> if condition with the specified id is referenced; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveAction(System.Xml.Linq.XElement,System.String)">
            <summary>
            Removes the action.
            </summary>
            <param name="ruleElement">The rule.</param>
            <param name="actionIdOrUniqueId">The action id or unique id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.RemoveCondition(System.Xml.Linq.XElement,System.String)">
            <summary>
            Removes the condition.
            </summary>
            <param name="ruleElement">The rule element.</param>
            <param name="conditionIdOrUniqueId">The condition id or unique id.</param>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.ReplaceElementReferences(System.Collections.Generic.IEnumerable{System.Xml.Linq.XElement},Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Replaces the element references.
            </summary>
            <param name="elements">The elements collection.</param>
            <param name="oldElementId">The old element id.</param>
            <param name="newElementId">The new element id.</param>
        </member>
        <member name="T:Sitecore.Rules.RulesDefinition.MovementDirection">
            <summary>
            Determines the direction to move a rule withing a ruleset.
            Can be "Up", "Down" or "Undefined".
            </summary>
        </member>
        <member name="F:Sitecore.Rules.RulesDefinition.MovementDirection.UnknownRuleMovementDirectionShouldBeEitherUpOrDown">
            <summary>
            The "Unknown rule movement direction. Should be either \"up\" or \"down\"." text.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.MovementDirection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Rules.RulesDefinition.MovementDirection"/> class.
            </summary>
            <param name="direction">The movement direction. Should be either "up" or "down".</param>
        </member>
        <member name="P:Sitecore.Rules.RulesDefinition.MovementDirection.Up">
            <summary>
            Returns <c>true</c> if should move up; otherwise, <c>false</c>.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.RulesDefinition.MovementDirection.Down">
            <summary>
            Returns <c>true</c> if should move down; otherwise, <c>false</c>.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RulesDefinition.MovementDirection.op_Implicit(System.String)~Sitecore.Rules.RulesDefinition.MovementDirection">
            <summary>
            Converts <see cref="T:System.String" /> to the <see cref="T:Sitecore.Rules.RulesDefinition.MovementDirection"/> class.
            </summary>
            <param name="direction">The movement direction. Should be either "up" or "down".</param>
            <returns>A new instance of the <see cref="T:Sitecore.Rules.RulesDefinition.MovementDirection"/> class.</returns>
        </member>
        <member name="T:Sitecore.Rules.RulesExecutionPreviewer">
            <summary>
            The base class for types that provide rules execution previewing.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.RulesExecutionPreviewer.PreviewExecutionResult(System.String)">
            <summary>
            Previews the execution result.
            </summary>
            <param name="rulesXml">The rules XML.</param>
            <returns>The execution result.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesExecutionPreviewer.GetElementsExecutionPreviewData(System.String)">
            <summary>
            Gets the elements execution preview data.
            </summary>
            <param name="rulesXml">The rules XML.</param>
            <returns>The elements execution preview data.</returns>
        </member>
        <member name="M:Sitecore.Rules.RulesExecutionPreviewer.GetSimplifiedRulesDefinitionForPreview(Sitecore.Rules.RulesDefinition,System.Guid,System.String)">
            <summary>
            Gets the simplified rules definition for preview. Method removes other branches of "or" conditions, so that they do not affect the results of rule evaluation.
            </summary>
            <param name="originalRulesDefinition">The rules definition.</param>
            <param name="ruleId">The rule id.</param>
            <param name="conditionUniqueId">The condition unique id.</param>
            <returns>The simplified rules definition.</returns>
        </member>
        <member name="T:Sitecore.Rules.RuleStack">
            <summary>
            Defines the rule stack class.
            </summary>
        </member>
        <member name="T:Sitecore.Rules.Taxonomy.AddRuleElementToRendering`1">
            <summary>
            The add rule condition to rendering.
            </summary>
            <typeparam name="T">
            The RulesElementVisibilityRuleContext
            </typeparam>
        </member>
        <member name="P:Sitecore.Rules.Taxonomy.AddRuleElementToRendering`1.FolderId">
            <summary>
            Gets or sets FolderID.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Taxonomy.AddRuleElementToRendering`1.Apply(`0)">
            <summary>
            The apply.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
        </member>
        <member name="T:Sitecore.Rules.Taxonomy.RemoveRuleElementFromRendering`1">
            <summary>
            The remove rule element from rendering.
            </summary>
            <typeparam name="T">
            The RulesElementVisibilityRuleContext
            </typeparam>
        </member>
        <member name="M:Sitecore.Rules.Taxonomy.RemoveRuleElementFromRendering`1.Apply(`0)">
            <summary>
            The apply.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
        </member>
        <member name="T:Sitecore.Rules.Taxonomy.RemoveSpecifiedRuleElementFromRendering`1">
            <summary>
            The remove rule element from rendering.
            </summary>
            <typeparam name="T">
            The RulesElementVisibilityRuleContext
            </typeparam>
        </member>
        <member name="P:Sitecore.Rules.Taxonomy.RemoveSpecifiedRuleElementFromRendering`1.FolderId">
            <summary>
            Gets or sets FolderID.
            </summary>
        </member>
        <member name="M:Sitecore.Rules.Taxonomy.RemoveSpecifiedRuleElementFromRendering`1.Apply(`0)">
            <summary>
            The apply.
            </summary>
            <param name="ruleContext">
            The rule context.
            </param>
        </member>
        <member name="T:Sitecore.Rules.Taxonomy.RulesElementVisibilityRuleContext">
            <summary>
            The rules element visibility rule context.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Taxonomy.RulesElementVisibilityRuleContext.RuleElementsArgs">
            <summary>
            Gets or sets the rule elements args.
            </summary>
            <value>
            The rule elements args.
            </value>
        </member>
        <member name="T:Sitecore.Rules.Validators.SetValidator`1">
            <summary>
            Add Insert Option
            </summary>
            <typeparam name="T">Insert Options Rule Context</typeparam>
        </member>
        <member name="P:Sitecore.Rules.Validators.SetValidator`1.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Rules.Validators.SetValidator`1.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="M:Sitecore.Rules.Validators.SetValidator`1.Apply(`0)">
            <summary>
            Executes the specified rule context.
            </summary>
            <param name="ruleContext">The rule context.</param>
        </member>
        <member name="T:Sitecore.Rules.Validators.ValidatorsRuleContext">
            <summary>
            Defines the validator rule context class.
            </summary>
        </member>
        <member name="P:Sitecore.Rules.Validators.ValidatorsRuleContext.Validator">
            <summary>
            Gets or sets the validator.
            </summary>
            <value>The validator.</value>
        </member>
        <member name="P:Sitecore.Rules.Validators.ValidatorsRuleContext.Result">
            <summary>
            Gets or sets the result.
            </summary>
            <value>The result.</value>
        </member>
        <member name="P:Sitecore.Rules.Validators.ValidatorsRuleContext.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="T:Sitecore.Search.BuiltinFields">
            <summary>
            Internal fields of quick-search index.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Content">
            <summary>
              Content field. This field is searched by default.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.ID">
            <summary>
              Internal document ID. This is used by index itself to maintain documents.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Database">
            <summary>
              The database the item belongs to.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Path">
            <summary>
              Indexed path of the item.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Name">
            <summary>
              Name of the item.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Language">
            <summary>
              Language of the indexed data.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Creator">
            <summary>
              Account that created the item.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Editor">
            <summary>
              Account the last modified the item.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Created">
            <summary>
              Date when the item was created.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Updated">
            <summary>
              Date when the item was last modified.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Hidden">
            <summary>
              Flag field whether the item is hidden in the UI.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Template">
            <summary>
              Item template id.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.AllTemplates">
            <summary>
              All item's templates.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.TemplateName">
            <summary>
              Item template name.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Icon">
            <summary>
              Item icon.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Links">
            <summary>
              Item's outoing links.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Tags">
            <summary>
              Crawler-specific item tags.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Url">
            <summary>
              URL to invoke the object behind the document.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Group">
            <summary>
              ID of the group that the document belongs to. I.e. item id for different versions of the same item.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.LatestVersion">
            <summary>
              Flag field: whether this version of the item is the latest version in its language.
            </summary>
        </member>
        <member name="F:Sitecore.Search.BuiltinFields.Lock">
            <summary>
            Lock field.
            </summary>
        </member>
        <member name="T:Sitecore.Search.Crawlers.FieldCrawlers.DefaultFieldCrawler">
            <summary>
            Default Field Crawler
            </summary>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.DefaultFieldCrawler.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.Crawlers.FieldCrawlers.DefaultFieldCrawler"/> class.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="T:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerBase">
            <summary>
            Base class for Field Crawlers
            </summary>
        </member>
        <member name="F:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerBase._field">
            <summary>
            Field
            </summary>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerBase.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerBase"/> class.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerBase.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value.</returns>
        </member>
        <member name="T:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerFactory">
            <summary>
            Factory for Field Crawlers for index machines
            </summary>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.FieldCrawlerFactory.GetFieldCrawler(Sitecore.Data.Fields.Field)">
            <summary>
            Gets the field crawler.
            </summary>
            <param name="field">The field.</param>
            <returns>The field crawler.</returns>
        </member>
        <member name="T:Sitecore.Search.Crawlers.FieldCrawlers.RichTextFieldCrawler">
            <summary>
            Intended to get value from Html or Rich Text field for index crawler
            </summary>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.RichTextFieldCrawler.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.Crawlers.FieldCrawlers.RichTextFieldCrawler"/> class.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.RichTextFieldCrawler.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value.
            </returns>
        </member>
        <member name="T:Sitecore.Search.Crawlers.FieldCrawlers.WordOCXFieldCrawler">
            <summary>
            Crawler for WordOCX Field
            </summary>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.WordOCXFieldCrawler.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.Crawlers.FieldCrawlers.WordOCXFieldCrawler"/> class.
            </summary>
            <param name="field">The field.</param>
        </member>
        <member name="M:Sitecore.Search.Crawlers.FieldCrawlers.WordOCXFieldCrawler.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value.</returns>
        </member>
        <member name="T:Sitecore.Search.CombinedQuery">
            <summary>
              Combines simpler queries into a more complex one adding clause attributes
            </summary>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.CombinedQuery"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Search.QueryBase})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.CombinedQuery"/> class.
            </summary>
            <param name="queries">The queries.</param>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Search.QueryClause})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.CombinedQuery"/> class.
            </summary>
            <param name="clauses">The clauses.</param>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.Add(Sitecore.Search.QueryBase,Sitecore.Search.QueryOccurance)">
            <summary>
            Adds the specified query.
            </summary>
            <param name="query">The query.</param>
            <param name="occurance">The occurance.</param>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.Add(Sitecore.Search.QueryClause)">
            <summary>
            Adds the specified clause.
            </summary>
            <param name="clause">The clause.</param>
        </member>
        <member name="P:Sitecore.Search.CombinedQuery.Clauses">
            <summary>
            Gets the clauses.
            </summary>
            <value>The clauses.</value>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>The clone.</returns>
        </member>
        <member name="M:Sitecore.Search.CombinedQuery.Translate(Sitecore.Search.QueryOccurance)">
            <summary>
            Translates the specified query occurance.
            </summary>
            <param name="queryOccurance">The query occurance.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Search.FieldQuery">
            <summary>
              Encapsulates query to a single field
            </summary>
        </member>
        <member name="F:Sitecore.Search.FieldQuery.WildcardField">
            <summary>
              A special field name meaning 'all' fields.
            </summary>
        </member>
        <member name="M:Sitecore.Search.FieldQuery.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.FieldQuery"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Search.FieldQuery.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.FieldQuery"/> class.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldValue">The field value.</param>
        </member>
        <member name="P:Sitecore.Search.FieldQuery.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Search.FieldQuery.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>The field value.</value>
        </member>
        <member name="M:Sitecore.Search.FieldQuery.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>The clone.</returns>
            <contract>
            </contract>
        </member>
        <member name="M:Sitecore.Search.FieldQuery.Translate(Sitecore.Search.QueryOccurance)">
            <summary>
            Translates the specified query occurance.
            </summary>
            <param name="queryOccurance">The query occurance.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Search.FullTextQuery">
            <summary>
              Represents full-text search query
            </summary>
        </member>
        <member name="M:Sitecore.Search.FullTextQuery.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.FullTextQuery"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Search.FullTextQuery.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.FullTextQuery"/> class.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="P:Sitecore.Search.FullTextQuery.Query">
            <summary>
            Gets or sets the query text.
            </summary>
            <value>The query.</value>
        </member>
        <member name="M:Sitecore.Search.FullTextQuery.Clone">
            <summary>
            Clones this instance.
            </summary>
            <returns>The clone.</returns>
        </member>
        <member name="M:Sitecore.Search.FullTextQuery.Translate(Sitecore.Search.QueryOccurance)">
            <summary>
            Translates the specified query occurance.
            </summary>
            <param name="queryOccurance">The query occurance.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Search.Queries.IQueryBaseTranslator">
            <summary>
            IQueryTranslator to translate QueryBase to other model
            </summary>
        </member>
        <member name="M:Sitecore.Search.Queries.IQueryBaseTranslator.Translate(Sitecore.Search.QueryOccurance)">
            <summary>
            Translates the specified query occurance.
            </summary>
            <param name="queryOccurance">The query occurance.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Search.Queries.QueryBaseTranslatorModel">
            <summary>
            Model class for IQueryTranslator
            </summary>
        </member>
        <member name="P:Sitecore.Search.Queries.QueryBaseTranslatorModel.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>
            The name of the field.
            </value>
        </member>
        <member name="P:Sitecore.Search.Queries.QueryBaseTranslatorModel.FieldValue">
            <summary>
            Gets or sets the field value.
            </summary>
            <value>
            The field value.
            </value>
        </member>
        <member name="P:Sitecore.Search.Queries.QueryBaseTranslatorModel.Occurance">
            <summary>
            Gets or sets the occurance.
            </summary>
            <value>
            The occurance.
            </value>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryBaseTranslatorModel.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.Queries.QueryBaseTranslatorModel"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryBaseTranslatorModel.#ctor(System.String,System.String,Sitecore.Search.QueryOccurance)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.Queries.QueryBaseTranslatorModel"/> class.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="fieldValue">The field value.</param>
            <param name="queryOccurance">The query occurance.</param>
        </member>
        <member name="T:Sitecore.Search.Queries.QueryToSearchTranslator">
            <summary>
            The query to search translator.
            </summary>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryToSearchTranslator.TranslateQuery(System.String)">
            <summary>
            The translate query.
            </summary>
            <param name="queryString">
            The query string.
            </param>
            <returns>
            The <see cref="T:Sitecore.Search.QueryClause"/>.
            </returns>
            <exception cref="T:System.NotSupportedException">
            Only descendant axis navigation is supported. E.g. search://*[@Title = 'Sitecore']
            Only =, !=, and, or operators are supported
            </exception>
            <exception cref="T:System.Exception">
            Error parsing query.
            </exception>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryToSearchTranslator.GetPredicate(Sitecore.Data.Query.Step)">
            <summary>
            Gets the predicate.
            </summary>
            <param name="step">
            The step.
            </param>
            <returns>
            The predicate.
            </returns>
            <exception cref="T:System.Exception">Step is not supported.</exception>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryToSearchTranslator.ParsePredicateExpression(Sitecore.Data.Query.Opcode,System.Nullable{Sitecore.Search.QueryOccurance})">
            <summary>
            The parse predicate expression.
            </summary>
            <param name="expression">
            The expression.
            </param>
            <param name="occurance">
            The occurance.
            </param>
            <returns>
            The <see>
                  <cref>IEnumerable</cref>
                </see> .
            </returns>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryToSearchTranslator.PrepareFieldName(System.String)">
            <summary>
            The prepare field name.
            </summary>
            <param name="name">
            The name.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
            <exception cref="T:System.NotSupportedException">
            Attribute @masterid not supported
            Attribute @parentid not supported
            </exception>
        </member>
        <member name="M:Sitecore.Search.Queries.QueryToSearchTranslator.PrepareFieldValue(System.String)">
            <summary>
            The prepare field value.
            </summary>
            <param name="fieldValue">
            The field value.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Search.QueryBase">
            <summary>
              Base class for Sitecore search queries
            </summary>
        </member>
        <member name="M:Sitecore.Search.QueryBase.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Search.QueryOccurance">
            <summary>
              Specifies how query will relate to index documents.
            </summary>
        </member>
        <member name="F:Sitecore.Search.QueryOccurance.Must">
            <summary>
             Query must match the result documents.
            </summary>
        </member>
        <member name="F:Sitecore.Search.QueryOccurance.MustNot">
            <summary>
             Query must not match the result documents
            </summary>
        </member>
        <member name="F:Sitecore.Search.QueryOccurance.Should">
            <summary>
             Query may match the result documents, adding to the resulting score
            </summary>
        </member>
        <member name="T:Sitecore.Search.QueryClause">
            <summary>
             Encapsulates a single close in a combined query.
            </summary>
        </member>
        <member name="M:Sitecore.Search.QueryClause.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.QueryClause"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Search.QueryClause.#ctor(Sitecore.Search.QueryBase,Sitecore.Search.QueryOccurance)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.QueryClause"/> class.
            </summary>
            <param name="query">The query.</param>
            <param name="occurance">The occurance.</param>
        </member>
        <member name="P:Sitecore.Search.QueryClause.Query">
            <summary>
            Gets or sets the query.
            </summary>
            <value>The query.</value>
        </member>
        <member name="P:Sitecore.Search.QueryClause.Occurance">
            <summary>
            Gets or sets the occurance.
            </summary>
            <value>The occurance.</value>
        </member>
        <member name="M:Sitecore.Search.QueryClause.Clone">
            <summary>
            Creates a new object that is a copy of the current instance.
            </summary>
            <returns>
            A new object that is a copy of this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Search.SearchResult">
            <summary>
             Represents a single search result. Abstracts Lucene Document API.
            </summary>
        </member>
        <member name="F:Sitecore.Search.SearchResult._title">
            <summary>
              Index Document behind this search result
            </summary>
        </member>
        <member name="M:Sitecore.Search.SearchResult.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.SearchResult"/> class.
            </summary>
            <param name="title">The title.</param>
            <param name="icon">The icon.</param>
            <param name="url">The URL.</param>
        </member>
        <member name="P:Sitecore.Search.SearchResult.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Search.SearchResult.Subresults">
            <summary>
            Gets the subresults.
            </summary>
            <value>The subresults.</value>
        </member>
        <member name="P:Sitecore.Search.SearchResult.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Search.SearchResult.Url">
            <summary>
            Gets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="M:Sitecore.Search.SearchResult.GetObject``1">
            <summary>
            Gets the object behind the document.
            </summary>
            <typeparam name="T">Expected type of the object</typeparam>
            <returns>The object instance activated by SearchManager.</returns>
        </member>
        <member name="M:Sitecore.Search.SearchResult.GetObject">
            <summary>
            Gets the object.
            </summary>
            <returns>The object.</returns>
        </member>
        <member name="M:Sitecore.Search.SearchResult.FromItem(Sitecore.Data.Items.Item)">
            <summary>
            Froms the item.
            </summary>
            <param name="item">The item.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Search.SearchResult.Equals(Sitecore.Search.SearchResult)">
            <summary>
            Equalses the specified search result.
            </summary>
            <param name="searchResult">The search result.</param>
            <returns>The equals.</returns>
        </member>
        <member name="M:Sitecore.Search.SearchResult.Equals(System.Object)">
            <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>.
            </summary>
            <param name="obj">The <see cref="T:System.Object"/> to compare with the current <see cref="T:System.Object"/>.</param>
            <returns>
            true if the specified <see cref="T:System.Object"/> is equal to the current <see cref="T:System.Object"/>; otherwise, false.
            </returns>
            <exception cref="T:System.NullReferenceException">The <paramref name="obj"/> parameter is null.</exception>
        </member>
        <member name="M:Sitecore.Search.SearchResult.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns>
            A hash code for the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Search.SearchResultCategoryCollection">
            <summary>
              Collection of results in a specific category.
            </summary>
        </member>
        <member name="M:Sitecore.Search.SearchResultCategoryCollection.#ctor(System.String,Sitecore.Search.SearchResultCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Search.SearchResultCategoryCollection"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="P:Sitecore.Search.SearchResultCategoryCollection.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Search.SearchResultCategoryCollection.Add(Sitecore.Search.SearchResult)">
            <summary>
            Adds the specified result.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="P:Sitecore.Search.SearchResultCategoryCollection.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Search.SearchResultCategoryCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Sitecore.Search.SearchResult"/> at the specified index.
            </summary>
            <value>The <see cref="T:Sitecore.Search.SearchResult"/>.</value>
        </member>
        <member name="M:Sitecore.Search.SearchResultCategoryCollection.System#Collections#Generic#IEnumerable{Sitecore#Search#SearchResult}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Search.SearchResultCategoryCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Search.SearchResultCollection">
            <summary>
              Simple search results collection.
            </summary>
        </member>
        <member name="M:Sitecore.Search.SearchResultCollection.AddResult(Sitecore.Search.SearchResult)">
            <summary>
            Adds the specified result.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Search.SearchResultCollection.AddResultToCategory(Sitecore.Search.SearchResult,System.String)">
            <summary>
            Adds the result to category.
            </summary>
            <param name="result">The result.</param>
            <param name="category">The category.</param>
        </member>
        <member name="P:Sitecore.Search.SearchResultCollection.Count">
            <summary>
            Gets the number of results in the collection.
            </summary>
            <value>The count.</value>
        </member>
        <member name="M:Sitecore.Search.SearchResultCollection.GetCategory(System.String)">
            <summary>
            Gets the category results.
            </summary>
            <param name="name">The name.</param>
            <returns>The category.</returns>
        </member>
        <member name="P:Sitecore.Search.SearchResultCollection.Categories">
            <summary>
            Gets the categories.
            </summary>
            <value>The categories.</value>
        </member>
        <member name="M:Sitecore.Search.SearchResultCollection.Contains(Sitecore.Search.SearchResult)">
            <summary>
            Determines whether collection contains the specified result.
            </summary>
            <param name="result">The result.</param>
            <returns>
                <c>true</c> if collection contains the specified result; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Search.SearchResultCollection.System#Collections#Generic#IEnumerable{Sitecore#Search#SearchResult}#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Search.SearchResultCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="T:Sitecore.Search.SearchType">
            <summary>
            Represents the search type.
            </summary>
        </member>
        <member name="F:Sitecore.Search.SearchType.Instant">
            <summary>
            The instant search.
            </summary>
        </member>
        <member name="F:Sitecore.Search.SearchType.Classic">
            <summary>
            The classic search.
            </summary>
        </member>
        <member name="F:Sitecore.Search.SearchType.ContentEditor">
            <summary>
            Content editor search.
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.ConfigDomainProvider">
            <summary>
            ConfigDomainProvider class
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.AddDomain(System.String,System.Boolean)">
            <summary>
            Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.GetDomain(System.String)">
            <summary>
            Gets a named domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.GetDomains">
            <summary>
            Gets all domains handled by the provider.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <param name="name">The friendly name of the provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.RemoveDomain(System.String)">
            <summary>
            Removes an existing domain from the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.GetDomainDictionary">
            <summary>
            Reads all domains from config.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.ConfigDomainProvider.ParseDomain(System.Xml.XmlNode)">
            <summary>
            Parses a domain from an XML node.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.SecurityModel.Credentials">
            <summary>
            Represents a set of credentials.
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.Credentials.CustomData">
            <summary>
            Gets or sets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.Credentials.Password">
            <summary>
            Gets or sets the password.
            </summary>
            <value>The password.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.Credentials.UserName">
            <summary>
            Gets or sets the name of the user.
            </summary>
            <value>The name of the user.</value>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.AesCryptoServiceProviderProxy">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.AesCryptoServiceProviderProxy.UnderlyingProvider">
            <summary>
            Gets or sets the underlying provider.
            </summary>
            <value>
            The underlying provider.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.AesCryptoServiceProviderProxy.CreateEncryptor(System.Byte[],System.Byte[])">
            <summary>
            When overridden in a derived class, creates a symmetric encryptor object with the specified <see cref="P:System.Security.Cryptography.SymmetricAlgorithm.Key" /> property and initialization vector (<see cref="P:System.Security.Cryptography.SymmetricAlgorithm.IV" />).
            </summary>
            <param name="rgbKey">The secret key to use for the symmetric algorithm.</param>
            <param name="rgbIV">The initialization vector to use for the symmetric algorithm.</param>
            <returns>
            A symmetric encryptor object.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.AesCryptoServiceProviderProxy.CreateDecryptor(System.Byte[],System.Byte[])">
            <summary>
            When overridden in a derived class, creates a symmetric decryptor object with the specified <see cref="P:System.Security.Cryptography.SymmetricAlgorithm.Key" /> property and initialization vector (<see cref="P:System.Security.Cryptography.SymmetricAlgorithm.IV" />).
            </summary>
            <param name="rgbKey">The secret key to use for the symmetric algorithm.</param>
            <param name="rgbIV">The initialization vector to use for the symmetric algorithm.</param>
            <returns>
            A symmetric decryptor object.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.AesCryptoServiceProviderProxy.GenerateKey">
            <summary>
            When overridden in a derived class, generates a random key (<see cref="P:System.Security.Cryptography.SymmetricAlgorithm.Key" />) to use for the algorithm.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.AesCryptoServiceProviderProxy.GenerateIV">
            <summary>
            When overridden in a derived class, generates a random initialization vector (<see cref="P:System.Security.Cryptography.SymmetricAlgorithm.IV" />) to use for the algorithm.
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.ICryptoSettingsWrapper">
            <summary>
            Interface of Cryptography Settings Wrapper
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.ICryptoSettingsWrapper.AllowOnlyFipsAlgorithmsSettings">
            <summary>
            Gets a value indicating whether [allow only fips algorithms settings].
            </summary>
            <value>
            <c>true</c> if [allow only fips algorithms settings]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.CryptoSettingsWrapper">
            <summary>
            Cryptography Settings Wrapper
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.CryptoSettingsWrapper.AllowOnlyFipsAlgorithmsSettings">
            <summary>
            Gets a value indicating whether }[allow only fips algorithms settings].
            </summary>
            <value>
                <c>true</c> if [allow only fips algorithms settings]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.IHashEncryption">
            <summary>
            Interface for accessing HashEncryption
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.IHashEncryption.Hash(System.String)">
            <summary>
            Encrypt a string
            </summary>
            <param name="sData">The s data.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.IHashEncryption.ComputeHash(System.Byte[])">
            <summary>
            Hashes the specified data bytes.
            </summary>
            <param name="dataBytes">The data bytes.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.HashEncryption">
            <summary>
            Represents a class for hash encryption.
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider">
            <summary>
            Type of encryption provider.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.MD5">
            <summary>MD5.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA1">
            <summary>SHA1.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA256">
            <summary>SHA256.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA384">
            <summary>SHA384.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA512">
            <summary>SHA512.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA1FIPS">
            <summary>The sha1 fps compliant crypto service provider </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA256FIPS">
            <summary>The sha256 fps compliant crypto service provider </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA384FIPS">
            <summary>The sha384 fps compliant crypto service provider </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider.SHA512FIPS">
            <summary>The sha512 fps compliant crypto service provider </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.HashEncryption.InnerHashAlgorithm">
            <summary>
            Gets the inner hash algorithm.
            </summary>
            <value>
            The inner hash algorithm.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.Cryptography.HashEncryption"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.#ctor(Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.Cryptography.HashEncryption"/> class.
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.#ctor(Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider,Sitecore.SecurityModel.Cryptography.ICryptoSettingsWrapper)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.Cryptography.HashEncryption"/> class.
            </summary>
            <param name="provider">The provider.</param>
            <param name="cryptoSettings">cryptoSettings</param>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.#ctor(System.Security.Cryptography.HashAlgorithm)">
            <summary>
            Constructor
            </summary>
            <param name="provider">The provider.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.Hash(System.String)">
            <summary>
            Encrypt a string
            </summary>
            <param name="sData">The s data.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.ComputeHash(System.Byte[])">
            <summary>
            Hashes the specified data bytes.
            </summary>
            <param name="dataBytes">The data bytes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.CreateObject``1(System.Type)">
            <summary>
            Wrapper method for create object
            </summary>
            <param name="type"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.GetHashAlgorithm">
            <summary>
             
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.HashEncryption.GetHashAlgorithm(Sitecore.SecurityModel.Cryptography.HashEncryption.EncryptionProvider,Sitecore.SecurityModel.Cryptography.ICryptoSettingsWrapper)">
            <summary>
             
            </summary>
            <param name="provider"></param>
            <param name="cryptoSettings"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption">
            <summary>
            Defines the machine key encryption class.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption._cookieProtection">
            <summary>
            The cookie protection.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.Decode(System.String)">
            <summary>
            Decodes the specified value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The string.
            </returns>
            <exception cref="T:System.Exception">
            Unable to decode the text
            </exception>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.Encode(System.String)">
            <summary>
            Encodes the specified value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The string.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.TryDecode(System.String,System.String@)">
            <summary>
            Tries the decode.
            </summary>
            <param name="encodedString">
            The encoded string.
            </param>
            <param name="decodedString">
            The decoded string.
            </param>
            <returns>
            The decode.
            </returns>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper">
            <summary>
            A wrapper arroud System.Web.Security.CookieProtectionHelper internal class.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.DecodeMethod">
            <summary>
            The Decode method.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.EncodeMethod">
            <summary>
            The Encode method.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.Purpose">
            <summary>
            The Purpose type from Net.Framework 4.5
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper"/> class.
            Constructor
            </summary>
            <exception cref="T:System.InvalidOperationException">
            Unable to load System.Web.
            </exception>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.Decode(System.Web.Security.CookieProtection,System.String)">
            <summary>
            Wrapper arround CookieProtectionHelper.Decode
            </summary>
            <param name="cookieProtection">
            Protection Type
            </param>
            <param name="data">
            String to decode
            </param>
            <returns>
            Decoded bytes
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.Encode(System.Web.Security.CookieProtection,System.Byte[],System.Int32)">
            <summary>
            Wrapper arround CookieProtectionHelper.Encode
            </summary>
            <param name="cookieProtection">
            Protection Type
            </param>
            <param name="buf">
            Bytes buffer to encode
            </param>
            <param name="count">
            The number of bytes in the buffer
            </param>
            <returns>
            Encoded text
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.MachineKeyEncryption.CookieProtectionHelperWrapper.GetPurpose">
            <summary>
            Gets the purpose.
            </summary>
            <returns>
            The purpose.
            </returns>
        </member>
        <member name="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator">
            <summary>
            Represents a password generator.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.PasswordGenerator.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.PasswordGenerator.Exclusions">
            <summary>
            Gets or sets the exclusions.
            </summary>
            <value>The exclusions.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.PasswordGenerator.MinimumCharacters">
            <summary>
            Gets or sets the minimum characters.
            </summary>
            <value>The minimum characters.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.PasswordGenerator.MaximumCharacters">
            <summary>
            Gets or sets the maximum characters.
            </summary>
            <value>The maximum characters.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.PasswordGenerator.ExcludeSymbols">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> excludes the symbols.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> excludes the symbols; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.PasswordGenerator.RepeatCharacters">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> allows repeating characters.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> allows repeating characters; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.SecurityModel.Cryptography.PasswordGenerator.ConsecutiveCharacters">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> allows consecutive characters.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.SecurityModel.Cryptography.PasswordGenerator"/> allows consecutive characters; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.PasswordGenerator.Generate">
            <summary>
            Generates a password.
            </summary>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.PasswordGenerator.GetCryptographicRandomNumber(System.Int32,System.Int32)">
            <summary>
            Gets the cryptographic random number.
            </summary>
            <param name="lower">The lower.</param>
            <param name="upper">The upper.</param>
            <returns>The cryptographic random number.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Cryptography.PasswordGenerator.GetRandomCharacter">
            <summary>
            Gets the random character.
            </summary>
            <returns>The random character.</returns>
        </member>
        <member name="T:Sitecore.SecurityModel.DatabaseDomainProvider">
            <summary>
            ItemBasedDomainProvider class
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.DatabaseDomainProvider"/> class.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <param name="rootPath">The root path.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.AddDomain(System.String,System.Boolean)">
            <summary>
            Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.GetDomain(System.String)">
            <summary>
            Gets a named domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.GetDomains">
            <summary>
            Gets all domains handled by the provider.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.RemoveDomain(System.String)">
            <summary>
            Removes an existing domain from the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <exception cref="T:Sitecore.Exceptions.ProviderIsReadOnlyException">The DatabaseDomainProvider does not support removing domains programmatically. Please edit the config files instead.</exception>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.HandleItemUpdated(Sitecore.Data.Items.Item)">
            <summary>
            Handles the item updated.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.AddDomains(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String,Sitecore.Security.Domains.Domain})">
            <summary>
            Adds the domains found below an item.
            </summary>
            <param name="item">The root item.</param>
            <param name="domains">The resulting domains.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.ParseDomain(Sitecore.Data.Items.Item)">
            <summary>
            Parses a domain from a defintion stored in an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DatabaseDomainProvider.ResolveDefaultDomain(System.String,Sitecore.Collections.SafeDictionary{System.String,Sitecore.Security.Domains.Domain})">
            <summary>
            Resolves the default domain.
            </summary>
            <param name="domainId">The id of the domain definition (item).</param>
            <param name="domains">The list of all known domains.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.SecurityModel.DefaultDomainManager">
            <summary>
            The base domain manager.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.DefaultDomainManager.providerHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.SecurityModel.DomainProvider,Sitecore.SecurityModel.DomainProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.DefaultDomainManager"/> class.
            </summary>
            <param name="providerHelper">
            The provider helper.
            </param>
        </member>
        <member name="P:Sitecore.SecurityModel.DefaultDomainManager.Provider">
            <summary>
            Gets the provider.
            </summary>
            <value>
            The provider.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.AddDomain(System.String)">
            <summary>
            Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.AddDomain(System.String,System.Boolean)">
            <summary>
            Adds a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.DomainExists(System.String)">
            <summary>
            Determines if a domain with the specified name exists.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns><c>true</c> if the domain exists; otherwise <c>false</c></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns>The configuration.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
            <returns>
            The default domain.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.GetDomain(System.String)">
            <summary>
            Gets a named domain.
            </summary>
            <param name="name">The name.</param>
            <returns>The domain.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.GetDomainForUser(System.String)">
            <summary>
            Gets the domain handling the user.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns>The domain for user.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.GetDomainNames">
            <summary>
            Gets all domains handled by the current provider.
            </summary>
            <returns>The domain names collection.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.GetDomains">
            <summary>
            Gets all domains handled by the current provider.
            </summary>
            <returns>The domain names collection.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DefaultDomainManager.RemoveDomain(System.String)">
            <summary>
            Removes a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainAccessDelegate">
            <summary></summary>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainAccessArgs">
            <summary>
            Represents a set of domain access arguments.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainAccessArgs.#ctor(Sitecore.Security.Accounts.User)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.DomainAccessArgs"/> class.
            </summary>
            <param name="user">The user.</param>
        </member>
        <member name="P:Sitecore.SecurityModel.DomainAccessArgs.Message">
            <summary>
            Gets or sets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.DomainAccessArgs.User">
            <summary>
            Gets the user.
            </summary>
            <value>The user.</value>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainAccessResult">
            <summary>
            Represents a domain access result.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainAccessResult.#ctor(System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.DomainAccessResult"/> class.
            </summary>
            <param name="success">if set to <c>true</c> this instance is success.</param>
            <param name="message">The message.</param>
        </member>
        <member name="P:Sitecore.SecurityModel.DomainAccessResult.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.DomainAccessResult.Success">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.SecurityModel.DomainAccessResult"/> is success.
            </summary>
            <value><c>true</c> if success; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainCollection">
            <summary>
            DomainCollection class
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainManager">
            <summary>
            DomainManager class
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.DomainManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.DomainManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.AddDomain(System.String)">
            <summary>
            Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.AddDomain(System.String,System.Boolean)">
            <summary>
            Adds a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.DomainExists(System.String)">
            <summary>
            Determines if a domain with the specified name exists.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.GetDomain(System.String)">
            <summary>
            Gets a named domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.GetDomainForUser(System.String)">
            <summary>
            Gets the domain handling the user.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns>The domain for user.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.GetDomainNames">
            <summary>
            Gets all domains handled by the current provider.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.GetDomains">
            <summary>
            Gets all domains handled by the current provider.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainManager.RemoveDomain(System.String)">
            <summary>
            Removes a domain.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainProvider">
            <summary>
            DomainProvider class
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.AddDomain(System.String,System.Boolean)">
            <summary>
            Adds a new domain to the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <param name="locallyManaged">If set to <c>true</c>, the domain is locally managed.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.DomainExists(System.String)">
            <summary>
            Determines if a domain with the specified name exists.
            </summary>
            <param name="domainName">Name of the domain.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.GetConfiguration">
            <summary>
            Gets the configuration.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.GetDefaultDomain">
            <summary>
            Gets the default domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.GetDomain(System.String)">
            <summary>
            Gets a named domain.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.GetDomainNames">
            <summary>
            Gets the domain names.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.GetDomains">
            <summary>
            Gets all domains handled by the provider.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProvider.RemoveDomain(System.String)">
            <summary>
            Removes an existing domain from the system.
            </summary>
            <param name="domainName">Name of the domain.</param>
        </member>
        <member name="T:Sitecore.SecurityModel.DomainProviderCollection">
            <summary>
            DomainProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.DomainProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.SecurityModel.DomainProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
            <summary>
            Adds a provider to the collection.
            </summary>
             
            <param name="provider">The provider to be added.</param>
            <exception cref="T:System.ArgumentException">The <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of provider is null.- or -The length of the <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of provider is less than 1.</exception>
            <exception cref="T:System.ArgumentNullException">provider is null.</exception>
            <exception cref="T:System.NotSupportedException">The collection is read-only.</exception><PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
        </member>
        <member name="M:Sitecore.SecurityModel.DomainProviderCollection.Add(Sitecore.SecurityModel.DomainProvider)">
            <summary>
            Adds a provider to the collection.
            </summary>
             
            <param name="provider">The provider to be added.</param>
            <exception cref="T:System.ArgumentException">The <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of provider is null.- or -The length of the <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> of provider is less than 1.</exception>
            <exception cref="T:System.ArgumentNullException">provider is null.</exception>
            <exception cref="T:System.NotSupportedException">The collection is read-only.</exception><PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
        </member>
        <member name="T:Sitecore.SecurityModel.EntityType">
            <summary>
            EntityType class
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.EntityType.Unknown">
            <summary>Unknown type.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.EntityType.User">
            <summary>A user.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.EntityType.Role">
            <summary>A role.</summary>
        </member>
        <member name="T:Sitecore.SecurityModel.License.CheckResult">
            <summary>
            Defines possible return values.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.CheckResult.Valid">
            <summary>Valid.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.CheckResult.NotPresent">
            <summary>Not present.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.CheckResult.NoExpiration">
            <summary>No expiration.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.CheckResult.Expired">
            <summary>Expired</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.CheckResult.Corrupt">
            <summary>Corrupt</summary>
        </member>
        <member name="T:Sitecore.SecurityModel.License.License">
            <summary>Implements a static class that encapsulates the Sitecore license file.</summary>
            <example>
            The following example checks that a specific module has a valid license.
            <code>
            string requiredLicense = "SiteCore.MyModule";
            Error.Assert(Sitecore.License.HasModule(requiredLicense), "Can not use the module without the following license: " + requiredLicense);
            </code>
            </example>
        </member>
        <member name="F:Sitecore.SecurityModel.License.License.ContentManagerName">
            <summary>name of ContentManager license.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.License.EditorUserName">
            <summary>name of EditorUser license.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.License.ExpressName">
            <summary>name of Express license.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.License.RuntimeName">
            <summary>name of Runtime license.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.License.SizeLimitName">
            <summary>name of SizeLimit license.</summary>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.LicenseID">
            <summary>
            Gets the license ID.
            </summary>
            <value>The ID of the license.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Licensee">
            <summary>
            Gets the name of the licensee.
            </summary>
            <value>The name of the licensee</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.CompanyNo">
            <summary>
            Gets the company number.
            </summary>
            <value>The company number.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Address">
            <summary>
            Gets the company address.
            </summary>
            <value>The company address.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Version">
            <summary>
            Gets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Expiration">
            <summary>
            Gets the license expiration date.
            </summary>
            <value>The license expiration date.</value>
            <remarks>The license is invalid when the expiration date has been exceeded.</remarks>
        </member>
        <member name="M:Sitecore.SecurityModel.License.License.LicenseStatus(System.String)">
            <summary>
            Licenses the status.
            </summary>
            <param name="name">The name.</param>
            <returns>The status.</returns>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Purpose">
            <summary>
            Gets the purpose string.
            </summary>
            <value>The purpose.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Urls">
            <summary>
            Gets the company URLs.
            </summary>
            <value>The company URLs.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.Reseller">
            <summary>
            Gets the name of the reseller.
            </summary>
            <value>The name of the reseller.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.ResellerUrl">
            <summary>
            Gets the URL of the reseller.
            </summary>
            <value>The URL of the reseller.</value>
            <remarks>This information is provided when the license form is
            filled in.</remarks>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.LicenseAgreement">
            <summary>
            Gets the text of license agreement.
            </summary>
            <value>The license agreement text.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.License.License.LastError">
            <summary>
            Gets the last error message.
            </summary>
            <value>The message of the last error.</value>
        </member>
        <member name="M:Sitecore.SecurityModel.License.License.DemandModule(System.String)">
            <summary>
            Demands the module.
            </summary>
            <param name="moduleName">Name of the module.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.License.GetModuleCount(System.String)">
            <summary>
            Gets the count value of a module.
            </summary>
            <param name="name">The name of the module.</param>
            <returns>
            The value of the count attribute for the module or 0 (zero) if no such attribute is available.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.License.HasModule(System.String)">
            <summary>
            Checks if a specific module has been licensed.
            </summary>
            <param name="name">The name of the module.</param>
            <returns>
            True, if the license for the module is valid, otherwise false.
            </returns>
            <example>
            The following example checks that a specific module has a valid license.
            <code>
            string requiredLicense = "SiteCore.MyModule";
            Error.Assert(Sitecore.License.HasModule(requiredLicense), "Can not use the module without the following license: " + requiredLicense);
            </code>
            </example>
        </member>
        <member name="M:Sitecore.SecurityModel.License.License.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.License.VerifiedLicense">
            <summary>
            Returns the verified license.
            </summary>
            <returns>
            An <see cref="T:System.Xml.XmlDocument"/> containing the verified license.
            </returns>
        </member>
        <member name="T:Sitecore.SecurityModel.License.LicenseException">
            <summary>
            LicenseException class
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseException.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.License.LicenseException"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.License.LicenseException"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.License.LicenseException"/> class.
            </summary>
            <param name="message">The message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Sitecore.SecurityModel.License.LicenseManager">
            <summary>
            LicenseManager class
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.Initialize">
            <summary>
            Initializes class.
            </summary>
        </member>
        <member name="P:Sitecore.SecurityModel.License.LicenseManager.HasContentManager">
            <summary>
            Determines whether the current license includes <c>ContentManager</c>.
            </summary>
            <returns>
                <c>true</c> if the current license includes <c>ContentManager</c>; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="P:Sitecore.SecurityModel.License.LicenseManager.HasExpress">
            <summary>
            Determines whether the current license includes Express.
            </summary>
            <value>
                <c>true</c> if the current license includes Express; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.SecurityModel.License.LicenseManager.HasRuntime">
            <summary>
            Determines whether the current license includes Runtime.
            </summary>
            <value>
                <c>true</c> if the current license includes Runtime; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.AssertSystemNotBlocked">
            <summary>
            Asserts that the system has not been blocked.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.BlockSystem(System.String)">
            <summary>
            Blocks the system.
            </summary>
            <param name="reason">The reason.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.DemandRuntime">
            <summary>
            Demands the runtime license.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.DemandRuntime(System.Boolean,System.Boolean)">
            <summary>
            Demands the runtime.
            </summary>
            <param name="acceptExpress">if set to <c>true</c> express license is accepted.</param>
            <param name="forceUpdate">if set to <c>true</c> snapshot would be updated.</param>
            <exception cref="T:Sitecore.SecurityModel.License.LicenseException">Required license is missing: Runtime</exception>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.DemandRuntime(System.Boolean)">
            <summary>
            Demands the runtime license.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetBaseDataSize">
            <summary>
            Gets the size of the base data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetBaseDictionaryEntryCount">
            <summary>
            Gets base number of dictionary entries.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetMinMaxEntitySize">
            <summary>
            Gets the min and max entity sizes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetDatabaseSize(Sitecore.Data.Database)">
            <summary>
            Gets the size of a database.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetDatabaseSizes">
            <summary>
            Gets the sizes of all databases in the system.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetEditorUserCount">
            <summary>
            Gets the editor user count.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetTotalDataSize">
            <summary>
            Gets the total size of all data in the system.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.IsSystemBlocked">
            <summary>
            Determines whether the system is blocked.
            </summary>
            <returns>
                <c>true</c> if the system is blocked; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.ResetLicense">
            <summary>
            Resets the license.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.UpdateSnapshot">
            <summary>
            Updates the snapshot.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.UpdateSnapshot(System.Xml.XmlDocument)">
            <summary>
            Updates the snapshot.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetBool(System.String,System.Xml.XmlDocument)">
            <summary>
            Gets a bool.
            </summary>
            <param name="name">The name.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetInt(System.String,System.Xml.XmlDocument)">
            <summary>
            Gets an int.
            </summary>
            <param name="name">The name.</param>
            <param name="data">The data.</param>
            <returns></returns>
            <exception cref="T:Sitecore.SecurityModel.License.LicenseException"><c>LicenseException</c>.</exception>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetLong(System.String,System.Xml.XmlDocument)">
            <summary>
            Gets a long.
            </summary>
            <param name="name">The name.</param>
            <param name="data">The data.</param>
            <returns></returns>
            <exception cref="T:Sitecore.SecurityModel.License.LicenseException"><c>LicenseException</c>.</exception>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetString(System.String,System.Xml.XmlDocument)">
            <summary>
            Gets a string.
            </summary>
            <param name="name">The name.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetTimeSpan(System.String,System.Xml.XmlDocument)">
            <summary>
            Gets a time span.
            </summary>
            <param name="name">The name.</param>
            <param name="data">The data.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.DecryptSnapshotData(System.String,System.Guid)">
            <summary>
            Decrypts snapshot data.
            </summary>
            <param name="data">The data.</param>
            <param name="instance">The instance.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.GetSnapshotData(System.Guid)">
            <summary>
            Gets a snapshot as a string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseManager.ParseSnapshotXml(System.String)">
            <summary>
            Parses the snapshot XML.
            </summary>
            <param name="xml">The XML.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.SecurityModel.License.LicenseWatcher">
            <summary>
            Implements a file watcher that monitors changes in the license file.
            </summary>
            <remarks>
            Is initialized from Nexus.
            </remarks>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseWatcher.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.License.LicenseWatcher"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseWatcher.Created(System.String)">
            <summary>
            Called when a file has been created.
            </summary>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseWatcher.Deleted(System.String)">
            <summary>
            Called when a file has been deleted.
            </summary>
            <param name="filePath">The full path.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.LicenseWatcher.Renamed(System.String,System.String)">
            <summary>
            Called when a file has been renamed.
            </summary>
            <param name="filePath">The full path.</param>
            <param name="oldFilePath">The old full path.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.License.RSAHelper.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.License.RSAHelper"/> class.
            </summary>
            <param name="sRSAKey">The s RSA key.</param>
        </member>
        <member name="P:Sitecore.SecurityModel.License.RSAHelper.PublicKey">
            <summary>
            Gets the public key.
            </summary>
            <value>The public key.</value>
        </member>
        <member name="M:Sitecore.SecurityModel.License.RSAHelper.Encrypt(System.String)">
            <summary>
            Encrypts the specified message.
            </summary>
            <param name="message">The message.</param>
            <returns>The encrypted message.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.RSAHelper.Decrypt(System.String)">
            <summary>
            Decrypts the specified message.
            </summary>
            <param name="message">The message.</param>
            <returns>The decrypted message.</returns>
        </member>
        <member name="T:Sitecore.SecurityModel.License.SizeCheckDisabler">
            <summary>
            Disables size check resolving temporarily.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.License.SizeCheckDisabler.ItemsKey">
            <summary>Key used for storing state in <see cref="P:Sitecore.Context.Items"/></summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.SizeCheckDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.License.SizeCheckDisabler"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.SizeCheckDisabler.IsActive">
            <summary>
            Determines whether this instance is active (ie. proxies are disabled).
            </summary>
            <returns>
                <c>true</c> if this instance is active; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.SizeCheckDisabler.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.License.XmlSignature.SignXmlDocument(System.Security.Cryptography.RSACryptoServiceProvider,System.Xml.XmlDocument,System.String)">
            <summary>
            Signs the XML document.
            </summary>
            <param name="objRSA">The obj RSA.</param>
            <param name="objDocument">The obj document.</param>
            <param name="sObjectId">The s object id.</param>
            <returns>The XML document.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.XmlSignature.VerifyXmlSignature(System.Xml.XmlDocument)">
            <summary>
            Verifies the signature of an XmlDocument by using the
            internal public key found in the "signature" element
            of the license
            </summary>
            <param name="xmlDocument">The XmlDocument containing a Signature element</param>
            <returns>
            True of the signature is valie, false othervise
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.XmlSignature.VerifyXmlSignature(System.Xml.XmlDocument,Sitecore.SecurityModel.License.RSAHelper)">
            <summary>
            Verifies the XML signature.
            </summary>
            <param name="xmlDocument">The XML document.</param>
            <param name="rsa">The RSA.</param>
            <returns>The XML signature.</returns>
        </member>
        <member name="M:Sitecore.SecurityModel.License.XmlSignature.GetRSAProvider(System.String)">
            <summary>
            Gets the RSA key.
            </summary>
            <value>The RSA key.</value>
        </member>
        <member name="T:Sitecore.SecurityModel.Policy">
            <summary>
            <para>Read access to policy item controls access over the functionality for user.</para>
            <para>Stored under '/sitecore/system/settings/security/policies' in 'core' database.</para>
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.Policy.IsAllowed(System.String)">
            <summary>
            Determines whether the specified policy is allowed for a context user.
            </summary>
            <param name="policyName">The name of the policy to check.</param>
            <returns>
            <c>true</c> if the specified policy is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.Policy.IsAllowed(System.String,Sitecore.Security.Accounts.User)">
            <summary>
            Determines whether the specified policy is allowed for a given user.
            </summary>
            <param name="policyName">The name of the policy to check.</param>
            <param name="user">The user to be checked for a policy compliance.</param>
            <returns>
            <c>true</c> if the specified policy is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.SecurityModel.Policy.WellKnown">
            <summary>
            Defines well-known policies.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.Policy.WellKnown.RecycleBinCanSeeAllItems">
            <summary>
            Declares user can see all items in recycle bin.
            <para>Path: '/sitecore/system/Settings/Security/Policies/Recycle Bin/Can See All Items'.</para>
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.RolesCollection">
            <summary>
            Case insensitive role names collection. Fires events when the collection is changed.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.RolesCollection" /> class.
            </summary>
            <param name="userName">The user Name.</param>
        </member>
        <member name="P:Sitecore.SecurityModel.RolesCollection.UserName">
            <summary>
            Gets or sets the name of the user, which holds the roles.
            </summary>
            <value>
            The name of the user.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.Remove(System.String)">
            <summary>
            Removes the specified value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.Clear">
            <summary>
            Removes all members of the set.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.Add(System.String)">
            <summary>
            Adds the specified value to the set.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.AddRange(System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Add range of roles.
            </summary>
            <param name="values">
            The values.
            </param>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.AddRange(System.Collections.Generic.IEnumerable{System.String},System.Func{System.String,System.String})">
            <summary>
            Add range of roles.
            </summary>
            <param name="values">
            The values.
            </param>
            <param name="convert">
            The convert.
            </param>
        </member>
        <member name="M:Sitecore.SecurityModel.RolesCollection.OnCollectionChanged">
            <summary>
            Called when the collection has changed.
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.SecurityCheck">
            <summary>
            Represents a security check.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.SecurityCheck.Enable">
            <summary>Enabled.</summary>
        </member>
        <member name="F:Sitecore.SecurityModel.SecurityCheck.Disable">
            <summary>Disabled.</summary>
        </member>
        <member name="T:Sitecore.SecurityModel.SecurityState">
            <summary>
            Represents the current state of security.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.SecurityState.Default">
            <summary></summary>
        </member>
        <member name="F:Sitecore.SecurityModel.SecurityState.Disabled">
            <summary></summary>
        </member>
        <member name="F:Sitecore.SecurityModel.SecurityState.Enabled">
            <summary></summary>
        </member>
        <member name="T:Sitecore.SecurityModel.SecurityContext">
            <summary>
            Holds the current security context.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.SecurityContext.#ctor(Sitecore.Context.ContextData)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.SecurityContext"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.SecurityModel.SecurityDisabler">
            <summary>
            Disables security temporarily.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.SecurityDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.SecurityDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.SecurityEnabler">
            <summary>
            Enables security temporarily.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.SecurityEnabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.SecurityDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.SecurityModel.SecurityStateSwitcher">
            <summary>
            StateSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.SecurityStateSwitcher.#ctor(Sitecore.SecurityModel.SecurityState)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Security.Accounts.UserSwitcher"/> class.
            </summary>
            <param name="state">The state to switch to.</param>
        </member>
        <member name="T:Sitecore.SecurityModel.SecuritySwitcherSlim">
            <summary>
            Minimize memory allocations in heap.
            <para>Improves performance by avoiding stack lookup upon dispose.</para>
            </summary>
            <seealso cref="T:System.IDisposable" />
        </member>
        <member name="T:Sitecore.SecurityModel.UserRuntimeSettings">
            <summary>
            UserRuntimeSettings class
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.UserRuntimeSettings.isAdministrator">
            <summary>
            The _is administrator.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.UserRuntimeSettings.isVirtual">
            <summary>
            The _is virtual.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.UserRuntimeSettings.addedRoles">
            <summary>
            The _added roles.
            </summary>
        </member>
        <member name="F:Sitecore.SecurityModel.UserRuntimeSettings.removedRoles">
            <summary>
            The _removed roles.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.UserRuntimeSettings"/> class.
            Prevents a default instance of the <see cref="T:Sitecore.SecurityModel.UserRuntimeSettings"/> class from being created. Needed for serialization only
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SecurityModel.UserRuntimeSettings" /> class.
            </summary>
            <param name="userName">The user.</param>
        </member>
        <member name="P:Sitecore.SecurityModel.UserRuntimeSettings.Properties">
            <summary>
            Gets or sets the properties.
            </summary>
            <value>
            The properties.
            </value>
        </member>
        <member name="P:Sitecore.SecurityModel.UserRuntimeSettings.AddedRoles">
            <summary>
            Gets the added roles.
            </summary>
            <value>The added roles.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.UserRuntimeSettings.IsAdministrator">
            <summary>
            Gets or sets a value indicating whether this user is an administrator.
            </summary>
            <value>
              <c>true</c> if this user is an administrator; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.SecurityModel.UserRuntimeSettings.IsVirtual">
            <summary>
            Gets or sets a value indicating whether this instance is virtual.
            </summary>
            <value>
              <c>true</c> if this instance is virtual; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.SecurityModel.UserRuntimeSettings.RemovedRoles">
            <summary>
            Gets the removed roles.
            </summary>
            <value>The removed roles.</value>
        </member>
        <member name="P:Sitecore.SecurityModel.UserRuntimeSettings.UserName">
            <summary>
            Gets or sets the user name.
            </summary>
            <value>
            The user.
            </value>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.Deserialize(System.String)">
            <summary>
            Serializes this instance.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.Serialize">
            <summary>
            Serializes this instance.
            </summary>
            <returns>
            The serialize.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.Save">
            <summary>
            Saves the instance.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.Load">
            <summary>
            Loads data for this instance.
            </summary>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.IsJsonData(System.String)">
            <summary>
            The is JSON data.
            </summary>
            <param name="data">The data.</param>
            <returns>
            True if the data is JSON.
            </returns>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.CopySettings(Sitecore.SecurityModel.UserRuntimeSettings,Sitecore.SecurityModel.UserRuntimeSettings)">
            <summary>
            The copy settings.
            </summary>
            <param name="from">The from.</param>
            <param name="to">The to.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.DeserializeOld(System.String)">
            <summary>
            The deserialize old.
            </summary>
            <param name="data">The data.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.DeserializeSet(System.String,System.Int32@,Sitecore.Collections.Set{System.String})">
            <summary>
            Deserializes a set of roles.
            </summary>
            <param name="data">The data.</param>
            <param name="position">The position.</param>
            <param name="roles">The roles.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.SerializeInnerDictionary(Sitecore.SecurityModel.UserRuntimeSettings,System.String)">
            <summary>
            Serializes an inner dictionary of <see cref="P:Sitecore.SecurityModel.UserRuntimeSettings.Properties"/> property.
            </summary>
            <param name="data">Instance of <see cref="T:Sitecore.SecurityModel.UserRuntimeSettings"/> class that contains inner dictionary.</param>
            <param name="dictionaryKey">Key of dictionary in <see cref="P:Sitecore.SecurityModel.UserRuntimeSettings.Properties"/> property.</param>
        </member>
        <member name="M:Sitecore.SecurityModel.UserRuntimeSettings.DeserializeInnerDictionary(Sitecore.SecurityModel.UserRuntimeSettings,System.String)">
            <summary>
            Deserializes an inner dictionary of <see cref="P:Sitecore.SecurityModel.UserRuntimeSettings.Properties"/> property.
            </summary>
            <param name="data">Instance of <see cref="T:Sitecore.SecurityModel.UserRuntimeSettings"/> class that contains inner dictionary.</param>
            <param name="dictionaryKey">Key of dictionary in <see cref="P:Sitecore.SecurityModel.UserRuntimeSettings.Properties"/> property.</param>
        </member>
        <member name="T:Sitecore.ServerTime">
            <summary>
            This attribute is used to indicate that the marked symbol is a date/time in the server time zone with <code>DateTime.Kind</code> set to <code>DateTimeKind.Unspecified</code>.
            </summary>
        </member>
        <member name="T:Sitecore.Services.AlarmClock">
            <summary>
            Represents the alarm clock.
            </summary>
        </member>
        <member name="E:Sitecore.Services.AlarmClock.Ring">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Services.AlarmClock.#ctor(System.TimeSpan)">
            <summary>
            Constructs an instance of AlarmClock
            </summary>
            <param name="interval">The interval.</param>
        </member>
        <member name="M:Sitecore.Services.AlarmClock.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="P:Sitecore.Services.AlarmClock.Interval">
            <summary>
            Gets the interval at which the alarm rings.
            </summary>
            <value>The interval.</value>
        </member>
        <member name="M:Sitecore.Services.AlarmClock.Heartbeat_Beat(System.Object,System.EventArgs)">
            <summary>
            Handles the Beat event of the Heartbeat control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="T:Sitecore.Services.Heartbeat">
            <summary>
            Implements a heartbeat.
            </summary>
        </member>
        <member name="E:Sitecore.Services.Heartbeat.Beat">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Services.Heartbeat.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Services.Heartbeat.WorkLoop">
            <summary>
            Main heartbeat loop
            </summary>
        </member>
        <member name="T:Sitecore.Services.HeartbeatConfiguration">
            <summary>
            Represent the configuration for heartbeat
            </summary>
        </member>
        <member name="P:Sitecore.Services.HeartbeatConfiguration.ExcludedConnectionStrings">
            <summary>
            Gets a list of excluded connection strings as per configuration
            </summary>
        </member>
        <member name="M:Sitecore.Services.HeartbeatConfiguration.#ctor">
            <summary>
            Creates instance of <see cref="T:Sitecore.Services.HeartbeatConfiguration"/>
            </summary>
        </member>
        <member name="M:Sitecore.Services.HeartbeatConfiguration.AddExcludedConnection(System.String)">
            <summary>
            Add connection string to the excluded list
            </summary>
            <param name="connectionStringName"></param>
        </member>
        <member name="T:Sitecore.SessionManagement.ClientSessionSwitcher">
            <summary>
            ClientSessionSwitcher class.
            </summary>
        </member>
        <member name="M:Sitecore.SessionManagement.ClientSessionSwitcher.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.SessionManagement.ClientSessionSwitcher"/> class.
            </summary>
            <param name="sessionId">The session id.</param>
        </member>
        <member name="T:Sitecore.SessionManagement.ConditionalSessionIdManager">
            <summary>
            Manages sessions conditionally.
            </summary>
        </member>
        <member name="F:Sitecore.SessionManagement.ConditionalSessionIdManager.SessionIdManagerKey">
            <summary>
            The session identifier manager key
            </summary>
        </member>
        <member name="F:Sitecore.SessionManagement.ConditionalSessionIdManager.defaultAspNetSessionIDManager">
            <summary>
            The default ASP Net session identifier manager.
            </summary>
        </member>
        <member name="F:Sitecore.SessionManagement.ConditionalSessionIdManager.lockObject">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="F:Sitecore.SessionManagement.ConditionalSessionIdManager.defaultAspNetSessionIDManagerInitialized">
            <summary>
            The default ASP net session identifier manager initialized.
            </summary>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.InitializeRequest(System.Web.HttpContext,System.Boolean,System.Boolean@)">
            <summary>
            Performs per-request initialization of the <see cref="T:System.Web.SessionState.SessionIDManager" /> object.
            </summary>
            <param name="context">The <see cref="T:System.Web.HttpContext" /> object that contains information about the current request.</param>
            <param name="suppressAutoDetectRedirect">True if the session-ID manager should redirect to determine cookie support; otherwise, false to suppress automatic redirection to determine cookie support.</param>
            <param name="supportSessionIdReissue">When this method returns, contains a Boolean that indicates whether the <see cref="T:System.Web.SessionState.ISessionIDManager" /> object supports issuing new session IDs when the original ID is out of date. This parameter is passed uninitialized. Session ID reuse is appropriate when the session-state ID is encoded on a URL and the potential exists for the URL to be shared or emailed.If a custom session-state implementation partitions cookies by virtual path, session state should also be supported.</param>
            <returns>
            True to indicate that the initialization performed a redirect; otherwise, false.
            </returns>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.GetSessionID(System.Web.HttpContext)">
            <summary>
            Gets the session identifier from the context of the current HTTP request.
            </summary>
            <param name="context">The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties).</param>
            <returns>The current session identifier sent with the HTTP request.</returns>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.CreateSessionID(System.Web.HttpContext)">
            <summary>Creates a unique session identifier.</summary>
            <param name="context">The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties).</param>
            <returns>A unique session identifier.</returns>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.SaveSessionID(System.Web.HttpContext,System.String,System.Boolean@,System.Boolean@)">
            <summary>
            Saves a newly created session identifier to the HTTP response.
            </summary>
            <param name="context">The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties).</param>
            <param name="id">The session identifier.</param>
            <param name="redirected">When this method returns, contains a Boolean value that is true if the response is redirected to the current URL with the session identifier added to the URL; otherwise, false.</param>
            <param name="cookieAdded">When this method returns, contains a Boolean value that is true if a cookie has been added to the HTTP response; otherwise, false.</param>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.RemoveSessionID(System.Web.HttpContext)">
            <summary>
            Deletes the session identifier from the cookie or from the URL.
            </summary>
            <param name="context">The current <see cref="T:System.Web.HttpContext" /> object that references server objects used to process HTTP requests (for example, the <see cref="P:System.Web.HttpContext.Request" /> and <see cref="P:System.Web.HttpContext.Response" /> properties).</param>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.Validate(System.String)">
            <summary>Confirms that the supplied session identifier is valid.</summary>
            <param name="id">The session identifier to validate.</param>
            <returns>true if the session identifier is valid; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.Initialize">
            <summary>
            Initializes the <see cref="T:System.Web.SessionState.SessionIDManager" /> object.
            </summary>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.GetCurrentIdManager(System.Web.HttpContext)">
            <summary>Gets the current Id manager.</summary>
            <param name="context">The context.</param>
            <returns>An instance of <see cref="T:System.Web.SessionState.ISessionIDManager"/>.</returns>
        </member>
        <member name="P:Sitecore.SessionManagement.ConditionalSessionIdManager.DefaultAspNetSessionIDManager">
            <summary>
            Gets the default ASP net session identifier manager.
            </summary>
            <value>
            The default ASP net session identifier manager.
            </value>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.GetDefaultAspNetManager">
            <summary>
            Initializes the manager.
            </summary>
            <returns>Return default asp.net sessionID manager.</returns>
        </member>
        <member name="M:Sitecore.SessionManagement.ConditionalSessionIdManager.GetManager(Sitecore.Pipelines.GetSessionIdManager.GetSessionIdManagerArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <returns><c>true</c>if pipeline run was succesfull.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Attachment">
            <summary>
            Represents the Attachment field.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.Attachment.Itemrefresh">
            <summary>"item:refresh"</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Attachment"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Attachment.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Attachment.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Attachment.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Attachment.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.AttachClassic(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Attaches a file using classic (no-flash) upload.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.AttachFlash(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Attaches a file using flash upload.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.Detach(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Detaches a file.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.Download(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the Download event.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">
            An <see cref="T:System.EventArgs"></see> object that contains the event data.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Attachment.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Checkbox">
            <summary>
            Represents a checkbox in the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checkbox.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Checkbox"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checkbox.ReadOnly">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checkbox.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checkbox.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Checklist">
            <summary>
            Represents CheckboxList in the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Checklist"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checklist.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this instance is read only.
            </summary>
            <value><c>true</c> if this instance is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checklist.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checklist.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checklist.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checklist.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Checklist.TrackModified">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Checklist"/> tracks the modified.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Checklist"/> tracks the modified; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
            <contract>
              <requires name="message" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.GetItemValue(Sitecore.Web.UI.HtmlControls.ChecklistItem)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
            <contract>
              <requires name="e" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
            <contract>
              <requires name="e" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.SetModified">
            <summary>
            Sets the Modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.RenderOptions">
            <summary>
            Renders the options.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Checklist.UpdateValue">
            <summary>
            Updates the value.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.DataChecklistItem">
            <summary>
            Represents a checkbox in a checkbox list.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.DataChecklistItem.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Custom">
            <summary>
            Defines the custom class.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.Custom.customField">
            <summary>
            The custom field implementation.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.Custom.isResolved">
            <summary>
            Determines if the custom field has been resolved.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Custom"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Custom.HandleMessageDelegate">
            <summary>
            The handle message delegate.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Custom.LoadPostDataDelegate">
            <summary>
            The load post data delegate.
            </summary>
            <param name="value">The value.</param>
            <returns><c>true</c>, if successfuk.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Custom.SetModifiedDelegate">
            <summary>
            The set modified delegate.
            </summary>
        </member>
        <member name="E:Sitecore.Shell.Applications.ContentEditor.Custom.OnHandleMessage">
            <summary>
            Occurs when when a message is about to be handled.
            </summary>
        </member>
        <member name="E:Sitecore.Shell.Applications.ContentEditor.Custom.OnLoadPostData">
            <summary>
            Occurs when post data is loaded.
            </summary>
        </member>
        <member name="E:Sitecore.Shell.Applications.ContentEditor.Custom.OnSetModified">
            <summary>
            Occurs when set modified is called.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Custom.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Custom.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Custom.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Custom.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Custom.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            <c>true</c>, if successful.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Custom.GetCustomField">
            <summary>
            Gets the custom field.
            </summary>
            <returns>The custom field.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Date">
            <summary>Represents a Date field.</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.Date.picker">
            <summary>The _picker.</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.Date.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Date"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Date.ReadOnly">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Date.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Date.RealValue">
            <summary>
            Gets or sets the real value.
            </summary>
            <value>The real value.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Date.ShowTime">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Date"/> shows the time.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Date"/> shows the time; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Date.IsModified">
            <summary>
            Gets or sets a value indicating whether IsModified.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>Handles the message.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.GetValue">
            <summary>Gets the value.</summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.SetValue(System.String)">
            <summary>Sets the value.</summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.GetItem">
            <summary>Gets the item being showed in Content Editor.</summary>
            <returns>Returns the item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns>The load post data.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"/> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.SetModified">
            <summary>Sets the modified flag.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.GetCurrentDate">
            <summary>
            Gets today date.
            </summary>
            <returns>
            Returns Today ISO date.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.Initialize">
            <summary>
            Initializes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.ClearField">
            <summary>Clears the field.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.SetRealValue(System.String)">
            <summary>
            Sets the real value.
            </summary>
            <param name="realvalue">The realvalue.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Date.Today">
            <summary>Todays this instance.</summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.DateTime">
            <summary>
            Represents a Date/Time field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.DateTime.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.DateTime"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.DateTime.GetCurrentDate">
            <summary>
            Gets today ISO date time.
            </summary>
            <returns>
            Returns today ISO date time.
            </returns>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.DateTime.ReadOnly">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.EditorFieldContainer">
            <summary>
            Represents the editor container control, that wraps content editor controls and protects Content Editor from failures in individual fields.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.EditorFieldContainer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.EditorFieldContainer"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.EditorFieldContainer.#ctor(System.Web.UI.Control)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.EditorFieldContainer"/> class.
            </summary>
            <param name="editor">The editor.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.EditorFieldContainer.RenderChildren(System.Web.UI.HtmlTextWriter)">
            <summary>
            Outputs the content of a server control's children to a provided <see cref="T:System.Web.UI.HtmlTextWriter"/> object, which writes the content to be rendered on the client.
            </summary>
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the rendered content.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions">
            <summary>
            Defines the field editor options class.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._fields">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._dialogTitle">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._icon">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.parameters">
            <summary>
            Custom parameters
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._text">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._title">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._criticalValidationErrorText">
            <summary>Holds the custom error text to display for critical validation errors</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions._fatalValidationErrorText">
            <summary>Holds the custom error text to display for fatal validation errors</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.handleName">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.#ctor(System.Collections.Generic.IEnumerable{Sitecore.Data.FieldDescriptor})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions"/> class.
            </summary>
            <param name="fields">
            The fields.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.GetUrl">
            <summary>
            Gets the URL.
            </summary>
            <returns>
            The URL.
            </returns>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.DialogTitle">
            <summary>
            Gets or sets the dialog title.
            </summary>
            <value>The dialog title.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value>The fields.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.IsInFrame">
            <summary>
            Gets or sets a value indicating whether this instance is in frame.
            </summary>
            <value>
                <c>true</c> if this instance is in frame; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The dialog icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.PreserveSections">
            <summary>
            Gets or sets a value indicating whether [preserve sections].
            </summary>
            <value><c>true</c> if [preserve sections]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.SaveItem">
            <summary>
            Gets or sets value indicating if item should be saved
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The dialog text.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.CriticalValidationErrorText">
            <summary>
            Gets or sets custom text to show when a critical validation error occurs
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.FatalValidationErrorText">
            <summary>
            Gets or sets custom text to show when a fatal validation error occurs
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.AllowFatalValidationOnStandardValues">
            <summary>
            Gets or sets whether Fatal errors are allowed on standard values items for validation
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.HandleName">
            <summary>
            Gets or sets the handle.
            </summary>
            <value>The handle.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Parameters">
            <summary>
            Gets the custom parameters.
            </summary>
            <value>The custom parameters.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Parse(Sitecore.Text.UrlString)">
            <summary>
            Parses the specified url.
            </summary>
            <param name="url">
            The url to parse.
            </param>
            <returns>
            The field editor options.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Parse(System.String)">
            <summary>
            Parses the specified handle.
            </summary>
            <param name="handle">
            The handle.
            </param>
            <returns>
            The field editor options.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.ToUrlHandle">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions"/> to a <see cref="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.HandleName"/>.
            </summary>
            <returns>The <see cref="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.HandleName"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.ToUrlString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorOptions.Parse(Sitecore.Web.UrlHandle)">
            <summary>
            Parses the specified handle.
            </summary>
            <param name="handle">
            The handle.
            </param>
            <returns>
            The field editor options.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters">
            <summary>
            The field editor parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.nameValueDelimiter">
            <summary>The name value delimiter </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.nameValueEncodedDelimiter">
            <summary>The encoded delimiter </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.pairsDelimiter">
            <summary> The pairs delimiter </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.pairsEncodedDelimiter">
            <summary> The pairs endocded delimiter </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.PersistedValueFormKey">
            <summary>"FieldEditorCustomParams"</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters"/> class.
            </summary>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.Item(System.String)">
            <summary>
            The this.
            </summary>
            <param name="parameterName">
            The parameter name.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.ToString">
            <summary>
            The to string.
            </summary>
            <returns>
            The to string.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.Serialize">
            <summary>
            Serializes this instance.
            </summary>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.Deserialize(System.String)">
            <summary>
            Deserializes the specified serialized value.
            </summary>
            <param name="serializedValue">The serialized value.</param>
            <returns>The field editor parameters.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.Parse(System.String)">
            <summary>
            The parse.
            </summary>
            <param name="string">
            The string.
            </param>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldEditorParameters.GetPersistedParameters">
            <summary>
            The try get persisted parameters.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.FieldHelpers.TreeListFilterQueryBuilder">
            <summary>
              Composes a filter for <see cref="T:Sitecore.Shell.Applications.ContentEditor.TreeList" /> that limits the items to be shown.
              <para>
                Builds a Sitecore XPath query that will filter candidates via <see cref="T:Sitecore.Data.Query.Predicate" />
                instance.
              </para>
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldHelpers.TreeListFilterQueryBuilder.ItemCondition">
            <summary>
              Gets the item condition for filtering items either by ID, or Key.
            </summary>
            <value>
              The item condition.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FieldHelpers.TreeListFilterQueryBuilder.TemplateCondition">
            <summary>
              Gets the template condition for filtering items either by Template key, or ID.
            </summary>
            <value>
              The template condition.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldHelpers.TreeListFilterQueryBuilder.BuildFilterQuery(Sitecore.Shell.Applications.ContentEditor.TreeList)">
            <summary>
              <para>
                Builds a Sitecore XPath query that will filter candidates via <see cref="T:Sitecore.Data.Query.Predicate" />
                instance.
              </para>
            </summary>
            <param name="treeList">The tree list.</param>
            <returns><c>string.Empty</c> in case all conditions are empty. Sitecore xPath query for filtering of visible items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldHelpers.TreeListFilterQueryBuilder.BuildFilterQuery(System.String,System.String,System.String,System.String)">
            <summary>
              <para>
                Builds a Sitecore XPath query that will filter candidates via <see cref="T:Sitecore.Data.Query.Predicate" />
                instance.
              </para>
            </summary>
            <param name="includeTemplatesForDisplay">The include templates for display. Comma separated IDs, and names.</param>
            <param name="excludeTemplatesForDisplay">The exclude templates for display. Comma separated IDs, and names.</param>
            <param name="includeItemsForDisplay">The include items for display.</param>
            <param name="excludeItemsForDisplay">The exclude items for display.</param>
            <returns><c>string.Empty</c> in case all conditions are empty. Sitecore xPath query for filtering of visible items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FieldHelpers.TreeListFilterQueryBuilder.AppendCondition(System.Text.StringBuilder,System.String,System.String,System.Boolean)">
            <summary>
              Appends the <paramref name="xPathCondition" /> in case <paramref name="conditionValues" /> is not empty.
              <para>Adds 'and' statement before appending new condition if needed.</para>
            </summary>
            <param name="queryBuilder">The resulting query statement that carries all the conditions.</param>
            <param name="conditionValues">
              The values would be converted to lower and appended into <paramref name="queryBuilder" />
              .
            </param>
            <param name="xPathCondition">The xPath condition.</param>
            <param name="negativeStatement">if set to <c>true</c> 'not' statement will be appended before the condition.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.File">
            <summary>
            Represents a File field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.File"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.File.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.File.XmlValue">
            <summary>
            Gets or sets the XML value.
            </summary>
            <value>The XML value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value of the field.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Raises the Change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.OpenFile(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Opens the file.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.File.ClearFile">
            <summary>
            Clears the file.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.FileDropArea">
            <summary>
            File Drop Area Content Editor control.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.FileDropArea.field">
            <summary>
            The FileDropArea Field helper.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.FileDropArea"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.TrackModified">
            <summary>
            Gets or sets a value indicating whether modifications are tracked.
            </summary>
            <value><c>true</c> if modifications are tracked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.ListView">
            <summary>
            Gets the list view control.
            </summary>
            <value>The list view.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.Field">
            <summary>
            Gets the associated field helper.
            </summary>
            <value>The associated field helper.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.FileDropArea.XmlValue">
            <summary>
            Gets or sets the XML value.
            </summary>
            <value>The XML value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.Refresh">
            <summary>
            Refreshes the list of media items.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.GetSelectedItems">
            <summary>
            Gets the selected in Data List control items.
            </summary>
            <returns>Array of selected items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.GetMediaItems">
            <summary>
            Gets the media items.
            </summary>
            <returns>The media items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.Upload(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Uploads the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.RemoveSelectedMediaItems(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Removes the selected media items.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.DownloadSelectedMediaItem(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Downloads the selected media item event.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.RemoveAllMediaItems(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Removes all media items.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.FileDropArea.RemoveMediaItems(Sitecore.Collections.ItemList)">
            <summary>
            Removes the media items.
            </summary>
            <param name="items">The media items to be removed.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Galleries.GalleryManager">
            <summary>
            Represents a Content Editor form.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Galleries.GalleryManager.GetGallerySize(System.String,System.String@,System.String@)">
            <summary>
            Gets the size of the gallery.
            </summary>
            <param name="id">The id.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Galleries.GalleryManager.SetGallerySizes">
            <summary>
            Sets the gallery sizes.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Galleries.GalleryManager.GetGallerySizes">
            <summary>
            Gets the gallery sizes.
            </summary>
            <returns>The gallery sizes.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.GroupedDroplink">
            <summary>
            Represents an optimized Lookup field for the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.GroupedDroplink.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.GroupedDroplist">
            <summary>
            Represents an optimized ValueLookup field.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.GroupedDroplist.ValueName">
            <summary>
            Gets or sets the name of the value.
            </summary>
            <value>The name of the value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.GroupedDroplist.GetItemValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.GroupedDroplist.IsSelected(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is selected.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.BrokenLinks">
            <summary>
            Represents a LockedItems.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.BrokenLinks.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.ClonedItems">
            <summary>
            Defines the cloned items class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.ClonedItems.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterIconDescriptor">
            <summary>
            Represents a GutterIconDescriptor.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterIconDescriptor.Click">
            <summary>
            Gets or sets the Click event.
            </summary>
            <value>The event to be executed.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterIconDescriptor.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterIconDescriptor.Tooltip">
            <summary>
            Gets or sets the tooltip.
            </summary>
            <value>The tooltip.</value>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager">
            <summary>
              Represents a GutterManager.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager.GetActiveRendererIDs">
            <summary>
              Gets the active renderer Ids.
            </summary>
            <returns>The active renderer Ids.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager.GetRendererItems">
            <summary>
            Gets the renderer items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager.GetRenderers">
            <summary>
              Gets the renderer.
            </summary>
            <returns>The renderer.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager.Render(System.Collections.Generic.List{Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer},Sitecore.Data.Items.Item)">
            <summary>
            Renders the specified renderers.
            </summary>
            <param name="gutterRenderers">
            The gutter renderers.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The render.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager.ToggleActiveRendererID(Sitecore.Data.ID)">
            <summary>
            Sets the active renderer ID.
            </summary>
            <param name="active">
            The active.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterManager.InsertGlyph(System.Text.RegularExpressions.Match)">
            <summary>
            Inserts the glyph.
            </summary>
            <param name="match">
            The match.
            </param>
            <returns>
            The glyph.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer">
            <summary>
              Represents a GutterRenderer.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer.Render(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>
            Renders the specified item.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer.IsVisible">
            <summary>
            Determines whether this instance is visible and should be rendered in context menu.
            </summary>
            <returns>
              <c>true</c> if this instance is visible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The icon.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.GutterRenderer.GetErrorDescriptor(System.Exception,Sitecore.Data.Items.Item)">
            <summary>
            Gets the error descriptor.
            </summary>
            <param name="e">
            The e.
            </param>
            <param name="item">
            The item.
            </param>
            <returns>
            The error descriptor.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.LockedItems">
            <summary>
            Represents a LockedItems.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.LockedItems.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.MissingVersions">
            <summary>
            Represents a LockedItems.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.MissingVersions.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.MyLockedItems">
            <summary>
            Represents a LockedItems.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.MyLockedItems.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.PresentationOverriden">
            <summary>
            The presentation overriden.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.PresentationOverriden.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The icon.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.PresentationOverriden.IsFieldValueChanged(Sitecore.Data.Fields.Field)">
            <summary>
            Checks whether field value was changed.
            </summary>
            <param name="field">The field.</param>
            <returns>Value indicating whether field value was changed.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.PublishingWarnings">
            <summary>
            Gutter renderer that returns publishing warnings.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.PublishingWarnings.IsVisible">
            <summary>
            Determines whether this instance is visible and should be rendered in context menu.
            </summary>
            <returns>
              <c>true</c> if this instance is visible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.PublishingWarnings.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.PublishingWarnings.GetTooltip(Sitecore.Data.Items.Item)">
            <summary>
            Gets the tooltip.
            </summary>
            <param name="item">The item.</param>
            <returns>The tooltip.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.ValidationRules">
            <summary>
            Represents a LockedItems.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.ValidationRules.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Gutters.WorkflowState">
            <summary>
            Represents a LockedItems.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.WorkflowState.IsVisible">
            <summary>
            Determines whether this instance is visible and should be rendered in context menu.
            </summary>
            <returns>
              <c>true</c> if this instance is visible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Gutters.WorkflowState.GetIconDescriptor(Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon.
            </summary>
            <param name="item">The item.</param>
            <returns>The icon.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Icon">
            <summary>
            Represents the Icon field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Icon.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Icon"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Icon.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Icon.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Icon.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Icon.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Icon.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Icon.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Icon.BrowseIcon(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Browses the icon.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Icon.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.IContentField">
            <summary>
            Defines the basic methods for a field that has explicit Set and Get value methods.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.IContentField.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.IContentField.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.ICustomField">
            <summary>
            Defines the custom field type.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Executes the render event.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.Initialize(Sitecore.Shell.Applications.ContentEditor.Custom)">
            <summary>
            Initializes the field.
            </summary>
            <param name="custom">The custom.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.LoadPostData">
            <summary>
            Loads the post data.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.Relink(Sitecore.Data.Fields.Field,Sitecore.Links.ItemLink,Sitecore.Data.Items.Item)">
            <summary>
            Relinks the specified link.
            </summary>
            <param name="field">The field.</param>
            <param name="link">The link.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.RemoveLink(Sitecore.Data.Fields.Field,Sitecore.Links.ItemLink)">
            <summary>
            Removes the link.
            </summary>
            <param name="field">The field.</param>
            <param name="link">The link.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.UpdateLink(Sitecore.Data.Fields.Field,Sitecore.Links.ItemLink)">
            <summary>
            Updates the link.
            </summary>
            <param name="field">The field.</param>
            <param name="link">The link.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ICustomField.ValidateLink(Sitecore.Data.Fields.Field,Sitecore.Links.LinksValidationResult)">
            <summary>
            Validates the link.
            </summary>
            <param name="field">The field.</param>
            <param name="result">The result.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.IFrame">
            <summary>
            Represents an IFrame field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.IFrame.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.IFrame.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.IFrame.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.IFrame.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.IFrame.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.IFrame.TrackModified">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> tracks the modified flag.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> tracks the modified flag; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.IFrame.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.IFrame.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.IFrame.SetModified">
            <summary>
            Sets the Modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Image">
            <summary>
            Represents a control for Image field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Image"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Image.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Image.XmlValue">
            <summary>
            Gets or sets the XML value.
            </summary>
            <value>The XML value.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value of the field.
            </returns>
            <contract>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.Browse">
            <summary>
            Browses for an image.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.IsMediaChanged(Sitecore.Data.ID)">
            <summary>
            Check if current mediaid from XmlValue is same as new media item id
            </summary>
            <param name="mediaItemId">New media item id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.BrowseImage(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Browses for an image.
            </summary>
            <param name="args">The args.</param>
            <exception cref="T:Sitecore.Exceptions.ClientAlertException">The source of this Image field points to an item that does not exist.</exception>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.LoadImage">
            <summary>
            Loads the image.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the Change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.ShowProperties(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Shows the properties.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.Edit">
            <summary>
            Edits this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.EditImage(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Edits the image.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.Update">
            <summary>
            Updates this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.SetValue(Sitecore.Data.Items.MediaItem)">
            <summary>
            Sets the value.
            </summary>
            <param name="item">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.ClearImage">
            <summary>
            Clears the image.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.GetSrc(System.String@)">
            <summary>
            Gets the image source.
            </summary>
            <param name="src">The image source.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.GetDetails">
            <summary>
            Gets the details.
            </summary>
            <returns>The details.</returns>
            <contract>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.GetMediaItem">
            <summary>
            Gets the media item.
            </summary>
            <returns>
            The media item.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.GetMediaPath">
            <summary>
            Gets a path to the underlying media (image).
            </summary>
            <returns>Path to the underlying media (image)</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Image.IsImageMedia(Sitecore.Data.Items.TemplateItem)">
            <summary>
            Determines whether [is image media] [the specified template].
            </summary>
            <param name="template">The template.</param>
            <returns>
              <c>true</c> if [is image media] [the specified template]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Integer">
            <summary>
            Represents a Date field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Integer"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Integer.Format">
            <summary>
            Gets or sets the format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Integer.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Integer.NumberStyle">
            <summary>
            Gets or sets the number style.
            </summary>
            <value>The number style.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Integer.RealValue">
            <summary>
            Gets or sets the real value.
            </summary>
            <value>The real value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.DoChange(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Raises the Change event.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.FormatNumber(System.String)">
            <summary>
            Formats the date.
            </summary>
            <param name="value">The value.</param>
            <returns>The number.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.GetCultureInfo">
            <summary>
            Gets the culture.
            </summary>
            <returns>The culture.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.GetItem">
            <summary>
            Gets the item being showed in Content Editor.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.SetNumber(System.String)">
            <summary>
            Sets the date.
            </summary>
            <param name="value">The value.</param>
            <returns>The number.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.ClearField">
            <summary>
            Clears the field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Integer.SetRealValue(System.String)">
            <summary>
            Sets the real value.
            </summary>
            <param name="realvalue">The realvalue.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.InternalLink">
            <summary>
            Represents an Internal Link.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.InternalLink"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value of the field.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.GetContentDatabase">
            <summary>
            Gets the database to use.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.OpenLink(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Opens the link.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.InternalLink.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.IStreamedContentField">
            <summary>
            Defines a marker interface that indicates that the field is streamed.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.LayoutField">
            <summary>
            Represents a Layout field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.LayoutField"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.RuntimeValue">
            <summary>
            Gets the runtime value.
            </summary>
            <value>The runtime value.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.Item">
            <summary>
            Gets the item.
            </summary>
            <value>
            The current item.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LayoutField.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value of the field.
            </returns>
            <contract>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">
            The value.
            </param>
            <contract>
              <requires name="value" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.EditRendering(System.String,System.String)">
            <summary>
            Edits the rendering.
            </summary>
            <param name="deviceID">
            The device ID.
            </param>
            <param name="index">
            The index.
            </param>
            <contract>
              <requires name="deviceID" condition="not null"/>
              <requires name="index" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.EditRenderingPipeline(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the Edit pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">
            The <see cref="T:System.EventArgs"></see> object that contains the event data.
            </param>
            <contract>
              <requires name="e" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">
            An <see cref="T:System.EventArgs"></see> object that contains the event data.
            </param>
            <contract>
              <requires name="e" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.OpenDevice(System.String)">
            <summary>
            Opens the device.
            </summary>
            <param name="deviceID">The device ID.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.OpenDevicePipeline(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the Open Device pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.SetModified">
            <summary>
            Sets the Modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.GetLayoutValue(System.Xml.XmlDocument)">
            <summary>
            Gets the layout value.
            </summary>
            <param name="doc">
            The doc.
            </param>
            <returns>
            The layout value.
            </returns>
            <contract>
              <requires name="doc" condition="not null"/>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.BuildGrid">
            <summary>
            Builds the grid.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.GetDocument">
            <summary>
            Gets the document.
            </summary>
            <returns>
            The document.
            </returns>
            <contract>
              <ensures condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.Refresh">
            <summary>
            Refreshes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LayoutField.SetDocument(System.Xml.XmlDocument)">
            <summary>
            Sets the document.
            </summary>
            <param name="doc">The doc.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Link">
            <summary>
            Represents a link in the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Link"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Link.XmlValue">
            <summary>
            Gets or sets the XML value.
            </summary>
            <value>The XML value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.Follow">
            <summary>
            Follows this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.Insert(System.String)">
            <summary>
            Inserts the specified URL.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.Insert(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Inserts the specified URL.
            </summary>
            <param name="url">The URL.</param>
            <param name="additionalParameters">The additional parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.InsertLink(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Inserts the link.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns>Boolean value indicating whether post data has been loaded successfully.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.ClearLink">
            <summary>
            Clears the link.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.GetLinkPath">
            <summary>
            Get the link link path of link (represented by XmlValue).
            </summary>
            <returns>Path for the item</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Link.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            protected override void DoRender(HtmlTextWriter output)
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.LinkBase">
            <summary>
            WebControl for basic Link functionality.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LinkBase.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>
            The item language.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LinkBase.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>
            The source.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LinkBase.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value of the field.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LinkBase.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">
            The value of the field.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LinkBase.GetHandle">
            <summary>
            Gets the URL handle with additional parameters for dialogs, which are invoked from Link commands.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Web.UrlHandle"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LinkBase.GetRootAndFolder(System.String@,System.String@)">
            <summary>
            Gets the root and folder item which are defined in Source field or default root item for the field.
            </summary>
            <param name="root">
            The root from source field or default value.
            </param>
            <param name="folder">
            The folder from source field or default value.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Lookup">
            <summary>
            Represents a Lookup field in the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Lookup"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Lookup.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Lookup.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Lookup.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Lookup.UseIDPaths">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Lookup"/> uses long ID paths.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Lookup"/> uses long ID paths; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.GetItems(Sitecore.Data.Items.Item)">
            <summary>
            Gets the items.
            </summary>
            <param name="current">The current.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.GetItemHeader(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item header.
            </summary>
            <param name="item">The item.</param>
            <returns>The item header.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.GetItemValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Lookup.IsSelected(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is selected.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.LookupEx">
            <summary>
            Represents an optimized Lookup field for the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.LookupEx"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LookupEx.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this instance is read only.
            </summary>
            <value><c>true</c> if this instance is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LookupEx.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LookupEx.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LookupEx.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.LookupEx.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.GetItems(Sitecore.Data.Items.Item)">
            <summary>
            Gets the items.
            </summary>
            <param name="current">The current.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.GetItemHeader(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item header.
            </summary>
            <param name="item">The item.</param>
            <returns>The item header.</returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.GetItemValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.IsSelected(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is selected.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
            <contract>
              <requires name="value" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.LookupEx.SetModified">
            <summary>
            Sets the modified.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Memo">
            <summary>
            Represents a Memo field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Memo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Memo"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Memo.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Memo.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Memo.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Memo.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Memo.SpellCheck">
            <summary>
            Spellchecks the field.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.MultiLink">
            <summary>
            Selects multiple links to other items.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.#ctor">
            <summary>
            Class constructor
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.MultiLink.ContentValue">
            <summary>
            Get and set the value for the control (load # save)
            </summary>
            <value>The content value.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.MultiLink.Source">
            <summary>
            Get and save the source the content navigation popup dialog uses
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            ASP.NET HandleMessage
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.OpenLink(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Callback function when user clicked open
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.AddItem(Sitecore.Data.Items.Item)">
            <summary>
            Add an item
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.ClearValues">
            <summary>
            Remove all items from the collection
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultiLink.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.MultilistEx">
            <summary>
            Represents an optimize MultiList field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.MultilistEx"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.MultilistEx.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.MultilistEx.ReadOnly">
            <summary>
            Gets or sets a value indicating whether the field is read only.
            </summary>
            <value><c>true</c> if the field is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.MultilistEx.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.MultilistEx.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.GetItemValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns>The item value.</returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.GetItems(Sitecore.Data.Items.Item)">
            <summary>
            Gets the items.
            </summary>
            <param name="current">The current.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.GetSelectedItems(Sitecore.Data.Items.Item[],System.Collections.ArrayList@,System.Collections.IDictionary@)">
            <summary>
            Gets the selected items.
            </summary>
            <param name="sources">The sources.</param>
            <param name="selected">The selected.</param>
            <param name="unselected">The unselected.</param>
            <contract>
              <requires name="sources" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns></returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.MultilistEx.RenderButton(System.Web.UI.HtmlTextWriter,System.String,System.String)">
            <summary>
            Renders the button.
            </summary>
            <param name="output">The output.</param>
            <param name="icon">The icon.</param>
            <param name="click">The click.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.NameLookupValue">
            <summary>
             Represents name multiline value list field
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.NameLookupValue"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.GetItems(Sitecore.Data.Items.Item)">
            <summary>
            Gets the items.
            </summary>
            <param name="current">The current.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.GetItemHeader(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item header.
            </summary>
            <param name="item">The item.</param>
            <returns>The item header.</returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.GetItemValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
            <contract>
              <requires name="item" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.IsSelected(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is selected.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.GetValueHtmlControl(System.String,System.String)">
            <summary>
            Gets value html control.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns>The formatted value html control.</returns>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameLookupValue.NameStyle">
            <summary>
            Name html control style
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.NameValue">
            <summary>
            Represents a Text field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.NameValue"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.
            </summary>
            <param name="output">
            The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">
            The <see cref="T:System.EventArgs"></see> object that contains the event data.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.ParameterChange">
            <summary>
            Parameters the change.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.BuildControl">
            <summary>
            Builds the control.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.BuildParameterKeyValue(System.String,System.String)">
            <summary>
            Builds the parameter key value.
            </summary>
            <param name="key">
            The parameter key.
            </param>
            <param name="value">
            The value.
            </param>
            <returns>
            The parameter key value.
            </returns>
            <contract><requires name="key" condition="not null"/><requires name="value" condition="not null"/><ensures condition="not null"/></contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.LoadValue">
            <summary>
            Loads the post data.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.Validate(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Validates the specified client page.
            </summary>
            <param name="form">The form.</param>
            <returns>The result of the validation.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.NameValue.GetValueHtmlControl(System.String,System.String)">
            <summary>
            Gets value html control.
            </summary>
            <param name="id">The id.</param>
            <param name="value">The value.</param>
            <returns>The formatted value html control.</returns>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameValue.NameStyle">
            <summary>
            Name html control style
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.NameValue.IsVertical">
            <summary>
            Is control vertical
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Number">
            <summary>
            Represents a Date field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Number.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Number"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Number.FormatNumber(System.String)">
            <summary>
            Formats the number.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Number.SetNumber(System.String)">
            <summary>
            Sets the date.
            </summary>
            <param name="value">The value.</param>
            <returns>The number.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Password">
            <summary>
            Represents a Password field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Password.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Password"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Password.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Password.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Password.TransformPasswordText">
            <summary>
            Transforms the password field to • characters
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder"/> class.
            </summary>
            <param name="item">The item.</param>
            <contract>
              <requires name="item" condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder.Write(System.Text.StringBuilder,System.String)">
            <summary>
            Writes the specified result.
            </summary>
            <param name="result">The result.</param>
            <param name="text">The text.</param>
            <contract>
              <requires name="result" condition="not null" />
              <requires name="text" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Publishing.PublishingInformationBuilder.IsInWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether [is in workflow] [the specified item].
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if [is in workflow] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.RecentDocuments">
            <summary>
            Holds a list of the recent documents.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.Path">
            <summary>
            The path.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.RecentDocumentsLength">
            <summary>
            The length of recent documents.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.InnerDocuments">
            <summary>
            The inner documents.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.AddToRecentDocuments(Sitecore.Data.ItemUri)">
            <summary>
            Adds to recent documents.
            </summary>
            <param name="itemUri">
            The item URI.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.CleanupUserProfile(System.String)">
            <summary>
            Cleanups the user profile.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.GetRecentDocuments">
            <summary>
            Gets the recent documents.
            </summary>
            <returns>
            The recent documents.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.Remove">
            <summary>
            Removes documents for the context user.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.Remove(System.String)">
            <summary>
            Removes documents for the specified user name.
            </summary>
            <param name="userName">
            Name of the user.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.Save">
            <summary>
            Saves the list to user properties.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.GetList">
            <summary>
            Gets the list of the recent documents.
            </summary>
            <returns>
            The list of the recent documents.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RecentDocuments.Save(Sitecore.Text.ListString)">
            <summary>
            Saves the list.
            </summary>
            <param name="list">
            The list of the recent documents.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource">
            <summary>
            The rendering datasource.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource"/> class.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.BrowseDatasourceCommand">
            <summary>
            The select datasource command.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.ClearDatasourceCommand">
            <summary>
            The reset datasource command.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.ItemID">
            <summary>
            Gets or sets ItemID.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.ContentItem">
            <summary>
            Gets the content item.
            </summary>
            <value>The content item.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.RenderingItem">
            <summary>
            Gets RenderingItem.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.ContentDatabase">
            <summary>
            Gets Database.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            The handle message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>
            The value of the field.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.SelectDatasource(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            The select datasource.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.SetModified">
            <summary>Sets the modified flag.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.SetResultValue(System.String)">
            <summary>
            The set result value.
            </summary>
            <param name="result">The result.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RenderingDatasource.ShowDialog(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            The show dialog.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.RichText">
            <summary>Represents a Rich Text field.</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichText.handle">
            <summary>The handle.</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichText.itemVersion">
            <summary>The item version.</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichText.setValueOnPreRender">
            <summary>The set value on pre render.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.RichText"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this instance is read only.
            </summary>
            <value><c>true</c> if this instance is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.TrackModified">
            <summary>
            Gets or sets a value indicating whether this instance is tracking modified.
            </summary>
            <value><c>true</c> if this instance is tracking modified; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>Handles the message.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.EditHtml(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Edits the text.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.EditText(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Edits the text.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.Fix(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Fixes the text.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.LoadPostData(System.String)">
            <summary>Loads the post data.</summary>
            <param name="value">The value.</param>
            <returns>The load post data.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.OnLoad(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.</summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.OnPreRender(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.</summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data. </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.SetModified">
            <summary>Sets the modified.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichText.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.UpdateHtml(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Updates the HTML.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichText.ProcessValidateScripts(System.String)">
            <summary>
            Processes the validate scripts.
            </summary>
            <param name="value">The value.</param>
            <returns>Result of the value.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl">
            <summary>
            The rich text editor url.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.HtmlConversion">
            <summary>
            The html conversion.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.HtmlConversion.DoNotConvert">
            <summary>
            The do not convert.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.HtmlConversion.DesignTime">
            <summary>
            The design time.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.HtmlConversion.Runtime">
            <summary>
            The runtime.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Conversion">
            <summary>
            Gets or sets the conversion.
            </summary>
            <value>The conversion.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Disabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl"/> is disabled.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.IsPageEdit">
            <summary>
            Gets or sets a value indicating whether this Rich text editor should be started from page editor.
            </summary>
            <value><c>true</c> if page editor; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Handle">
            <summary>
            Gets or sets the handle.
            </summary>
            <value>The handle.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Language">
            <summary>
            Gets or sets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Mode">
            <summary>
            Gets or sets the mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.ShowInFrameBasedDialog">
            <summary>
            Gets or sets a value indicating whether Rich text editor should be shown in a frame based modal dialog.
            </summary>
            <value><c>true</c> if Rich text editor should be shown in a frame based modal dialog; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Url">
            <summary>
            Gets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Version">
            <summary>
            Gets or sets the version.
            </summary>
            <value>The version.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.Parse(System.String)">
            <summary>
            Parse string
            </summary>
            <param name="urlString">The url String.</param>
            <returns>Initialized RichTextEditorUrl object</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextEditorUrl.GetUrl">
            <summary>
            Gets the URL.
            </summary>
            <returns>
            The URL.
            </returns>
            <contract>
             <requires name="url" condition="not empty"/>
             <requires name="mode" condition="not empty"/>
             <ensures condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue">
            <summary>
            Represents rich text field value
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.HexadecimalDigits">
            <summary>
            The hexadecimal digits.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.GuidLength">
            <summary>
            Number of characters in Guid
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.blobId">
            <summary>
            The _blob id.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.BlobId">
            <summary>
            Gets or sets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML code.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.Styles">
            <summary>
            Gets or sets the styles.
            </summary>
            <value>The styles.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.Parse(System.String)">
            <summary>
            Parses the specified value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>RichTextValue object
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.HexToInt32(System.String)">
            <summary>
            Parses an usigned 32-bit integer value from it 8-symbols hexadecimal representation.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The hex to int 32.
            </returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.GetHtmlWithStyles">
            <summary>
            Gets the HTML with styles.
            </summary>
            <returns>
            The HTML with styles.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.RichTextEditor.RichTextValue.Int32ToHex(System.UInt32)">
            <summary>
            Convert an Int32 value to string of 8 hexadecimal digits.
            </summary>
            <param name="value">
            The value to convert.
            </param>
            <returns>
            The int 32 to hex.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Rules">
            <summary>Represents a Rules field.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Rules"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Rules.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Rules.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Rules.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Rules.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Rules.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Rules.TrackModified">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> tracks the modified flag.
            </summary>
            <value>
            <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> tracks the modified flag; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>Handles the message.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>Sends server control content to a provided <see cref="T:System.Web.UI.HtmlTextWriter"></see> object, which writes the content to be rendered on the client.</summary>
            <param name="output">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the server control content.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.Edit(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Edits the text.</summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.LoadPostData(System.String)">
            <summary>Loads the post data.</summary>
            <param name="value">The value.</param>
            <returns>Returns <c>true</c>, if a change has occurred, otherwise <c>false</c>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.OnLoad(System.EventArgs)">
            <summary>Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.</summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.SetModified">
            <summary>Sets the Modified flag.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.CreateRulesEditorOptions(System.String,System.String,System.String)">
            <summary>
            Creates <see cref="T:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions"/> to start UI editor for the Rules field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.ParseRuleDataSource(System.String)">
            <summary>
            Parses the source.
            </summary>
            <param name="source">The source.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Rules.Refresh">
            <summary>Refreshes this instance.</summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Security">
            <summary>
            Represents a Security field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Security"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Security.TrackModified">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> tracks the modified flag.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.IFrame"/> tracks the modified flag; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Security.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not empty" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Security.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
            <contract>
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
            <contract>
              <requires name="e" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.SetModified">
            <summary>
            Sets the Modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns>The value of the field.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Security.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value of the field.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.ServerFile">
            <summary>
            Represents a Server File field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ServerFile.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.ServerFile"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.ServerFile.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ServerFile.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ServerFile.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ServerFile.GetValue">
            <summary>
            Gets the value.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ServerFile.OpenFile(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Opens the file.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ServerFile.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager">
            <summary>
             
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.ShowEditorTabs">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.#ctor">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.#ctor(System.String)">
            <summary>
             
            </summary>
            <param name="fieldName"></param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.RemovePrimaryItemStaticTabs">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.UpdateDynamicTabs(System.String,Sitecore.Data.Items.Item)">
            <summary>
             
            </summary>
            <param name="oldId"></param>
            <param name="newItem"></param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.DeactivateAllEditorTabs">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.AddDynamicTab(System.String,System.String,System.String,System.String,System.String,Sitecore.Globalization.Language,Sitecore.Data.Version)">
            <summary>
             
            </summary>
            <param name="command"></param>
            <param name="header"></param>
            <param name="icon"></param>
            <param name="url"></param>
            <param name="id"></param>
            <param name="language"></param>
            <param name="version"></param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.EditorTabsClientManager.UpdateClientState">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Tabs.ShowEditorTabsSerializer">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.ShowEditorTabsSerializer.Deserialize(System.String)">
            <summary>
             
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.ShowEditorTabsSerializer.Serialize(Sitecore.Web.UI.Framework.Scripts.ShowEditorTab)">
            <summary>
             
            </summary>
            <param name="editorTab"></param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tabs.ShowEditorTabsSerializer.Serialize(System.Collections.Generic.IEnumerable{Sitecore.Web.UI.Framework.Scripts.ShowEditorTab})">
            <summary>
             
            </summary>
            <param name="editorTabs"></param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.TemplateFieldSource">
            <summary>
            Content editor control for template field source field type
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TemplateFieldSource.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TemplateFieldSource.GetContentDatabase">
            <summary>
            Gets the database to use.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Text">
            <summary>
            Represents a Text field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Text.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Text"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Text.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Text.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Text.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Text.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Text.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Text.SpellCheck">
            <summary>
            Spellchecks the document.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Thumbnail">
            <summary>Defines the thumbnail class.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Thumbnail.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Thumbnail.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Thumbnail.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>Handles the message.</summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Thumbnail.GenerateMediaFolderPath(Sitecore.Data.ID)">
            <summary>Generates the media folder path.</summary>
            <param name="itemId">The item id.</param>
            <returns>Returns the media folder path.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Thumbnail.SetThumbnail(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Shows the properties.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Thumbnail.SetMedia(System.String)">
            <summary>Sets the media.</summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Tree">
            <summary>
            Represents a Tree field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tree.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Tree"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tree.ReadOnly">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tree.FieldName">
            <summary>
            Gets or sets the name of the field.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tree.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tree.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tree.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tree.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tree.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tree.DoChanged">
            <summary>
            Executes the changed event.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tree.SetModified">
            <summary>
            Sets the modified flag.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.TreeList">
            <summary>
              Summary description for TreeMultiList.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.TreeList.FilterQueryBuilder">
            <summary>
            The filter query builder that limits the number of elements to show.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.#ctor">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.TreeList" /> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.AllowMultipleSelection">
            <summary>
              Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.ContentEditor.TreeList" /> allows the multiple selection.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.ContentEditor.TreeList" /> allows the multiple selection; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.DatabaseName">
            <summary>
              Gets the data context parameters.
            </summary>
            <value>The data context parameters.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.DisplayFieldName">
            <summary>
              Gets or sets field that will be used as source for ListItem header. If empty- DisplayName will be used.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ExcludeItemsForDisplay">
            <summary>
              Gets or sets the exclude items for display.
            </summary>
            <value>The exclude items for display.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ExcludeTemplatesForDisplay">
            <summary>
              Gets or sets the exclude templates for display.
            </summary>
            <value>The exclude templates for display.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ExcludeTemplatesForSelection">
            <summary>
              Gets or sets the exclude templates for selection.
            </summary>
            <value>The exclude templates for selection.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.IncludeItemsForDisplay">
            <summary>
              Gets or sets the include items for display.
            </summary>
            <value>The include items for display.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.IncludeTemplatesForDisplay">
            <summary>
              Gets or sets the include templates for display.
            </summary>
            <value>The include templates for display.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.IncludeTemplatesForSelection">
            <summary>
              Gets or sets the include templates for selection.
            </summary>
            <value>The include templates for selection.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ItemID">
            <summary>
              Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ItemLanguage">
            <summary>
              Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this instance is read only.
            </summary>
            <value><c>true</c> if this instance is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.TreeList.Source">
            <summary>
              Gets or sets the source.
            </summary>
            <value>The source.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.OnLoad(System.EventArgs)">
            <summary>
              Raises the load event.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.Add">
            <summary>
              Adds data.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.Down">
            <summary>
              Executes the Down event.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.GetHeaderValue(Sitecore.Data.Items.Item)">
            <summary>
              Gets the header value.
            </summary>
            <param name="item">The item.</param>
            <returns>Header text for list item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.Remove">
            <summary>
              Removes the selected item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.Up">
            <summary>
              Moves the selected items up.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.GetValue">
            <summary>
              Gets the value.
            </summary>
            <returns>The value of the field.</returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.SetValue(System.String)">
            <summary>
              Sets the value.
            </summary>
            <param name="text">The text.</param>
            <contract>
              <requires name="text" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.SetModified">
            <summary>
              Sets the modified.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.HasItemTemplate(Sitecore.Data.Items.Item,System.String)">
            <summary>
              Determines whether an item is based on a template from <paramref name="templateList"/>.
            </summary>
            <param name="item">The item.</param>
            <param name="templateList">The template list - a set of comma-separated template names.</param>
            <returns>
              <c>true</c> if item is based on a template, which name is mentioned in <paramref name="templateList"/>; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="item" condition="none" />
              <requires name="templateList" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.FormTemplateFilterForDisplay">
            <summary>
              Can be used after <c>OnLoad()</c> is called.
              Fulfills parsing Of Value and restores <c>Listbox</c> state.
            </summary>
            <returns></returns>
            <contract>
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.HasExcludeTemplateForSelection(Sitecore.Data.Items.Item)">
            <summary>
              Determines whether an item is based on a template that is mentioned in <see cref="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ExcludeTemplatesForSelection"/>.
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if item is based on a template that is mentioned in <see cref="P:Sitecore.Shell.Applications.ContentEditor.TreeList.ExcludeTemplatesForSelection"/>; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="item" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.HasIncludeTemplateForSelection(Sitecore.Data.Items.Item)">
            <summary>
              Determines whether [has include template for selection] [the specified item].
            </summary>
            <param name="item">The item.</param>
            <returns>
              <c>true</c> if [has include template for selection] [the specified item]; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="item" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.IsDeniedMultipleSelection(Sitecore.Data.Items.Item,Sitecore.Web.UI.HtmlControls.Listbox)">
            <summary>
              Determines whether this instance denies multiple selection.
            </summary>
            <param name="item">The item.</param>
            <param name="listbox">The <c>listbox</c>.</param>
            <returns>
              <c>true</c> if this instance denies multiple selection; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.RestoreState">
            <summary>
              Restores the state.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.TreeList.SetProperties">
            <summary>
              Sets the properties.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.Tristate">
            <summary>
            Represents a Tristate field.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tristate.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.Tristate"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tristate.ReadOnly">
            <summary>
            Gets or sets a value indicating whether this instance is read only.
            </summary>
            <value><c>true</c> if this instance is read only; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.Tristate.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tristate.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tristate.OnPreRender(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.PreRender"></see> event.
            </summary>
            <param name="e">An <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tristate.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.Tristate.AddItem(System.String,System.String)">
            <summary>
            Adds the item.
            </summary>
            <param name="header">The header.</param>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.ValueLookupEx">
            <summary>
            Represents an optimized ValueLookup field.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.ValueLookupEx.ValueName">
            <summary>
            Gets or sets the name of the value.
            </summary>
            <value>The name of the value.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ValueLookupEx.GetItemValue(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item value.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.ValueLookupEx.IsSelected(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is selected.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.WordDocument">
            <summary>
            Represens Word field in the Content Editor
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.ContentEditor.WordDocument.FieldTypeKey">
            <summary>
            Field type key
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.WordDocument"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.TemporaryBlobID">
            <summary>
            Gets or sets the temporary BLOB ID.
            </summary>
            <value>The temporary BLOB ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.FieldID">
            <summary>
            Gets or sets the field ID.
            </summary>
            <value>The field ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.ItemLanguage">
            <summary>
            Gets or sets the item language.
            </summary>
            <value>The item language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.ItemVersion">
            <summary>
            Gets or sets the item version.
            </summary>
            <value>The item version.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.Source">
            <summary>
            Gets or sets the source.
            </summary>
            <value>The source.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.WordDocument.TrackModified">
            <summary>
            Gets or sets a value indicating whether this instance is tracking modified.
            </summary>
            <value><c>true</c> if this instance is tracking modified; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.LoadPostData(System.String)">
            <summary>
            Loads the post data.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.SetModified">
            <summary>
            Sets the modified.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.Edit(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Edits the text.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.Download(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the Download event.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.HandleMessage(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Handles the message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.UpdatePreviewUrl">
            <summary>
            Updates the preview URL.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.GetDownloadLink(System.String,System.String)">
            <summary>
            Gets the download link.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <param name="blobID">The BLOB ID.</param>
            <returns>The download link.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.WordDocument.GetPreviewLink(System.String,System.String)">
            <summary>
            Gets the preview link.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.ContentEditor.XmlValue">
            <summary>
            Represents a field value that contains XML.
            </summary>
            <remarks>
            Link and Image fields are examples for fields that use an XML value.
            </remarks>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.XmlValue.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.XmlValue"/> class.
            </summary>
            <param name="xml">The XML.</param>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.XmlValue.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.ContentEditor.XmlValue"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.XmlValue.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.ContentEditor.XmlValue.Xml">
            <summary>
            Gets the XML.
            </summary>
            <value>The XML.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.XmlValue.GetAttribute(System.String)">
            <summary>
            Gets the attribute.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
            <contract>
              <requires name="name" condition="not empty" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.XmlValue.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.XmlValue.SetAttribute(System.String,System.String)">
            <summary>
            Sets the attribute.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.ContentEditor.XmlValue.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions">
            <summary>
            Represents a set of Open Item dialog options.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._buttonText">
            <summary>
            The _button text.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._icon">
            <summary>
            The _icon.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._includeMasters">
            <summary>
            The _include masters.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._items">
            <summary>
            The _items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._root">
            <summary>
            The _root.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._selectedItem">
            <summary>
            The _selected item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._filterItem">
            <summary>
            The _selected item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._showHiddenItems">
            <summary>
            The _show hidden items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._templates">
            <summary>
            The _templates.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._text">
            <summary>
            The _text.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions._title">
            <summary>
            The _title.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.ButtonText">
            <summary>
            Gets or sets the button text.
            </summary>
            <value>The button text.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.IncludeMasters">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> includes the masters.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> includes the masters; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Items">
            <summary>
            Gets or sets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.FilterItem">
            <summary>
            Gets or sets the FilterItem item.
            </summary>
            <value>The FilterItem item.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.ShowHiddenItems">
            <summary>
            Gets or sets a value indicating whether the <see cref="N:Sitecore.Shell.Applications.Dialogs.ItemLister"/> shows the hidden items.
            </summary>
            <value>
                <c>true</c> if the <see cref="N:Sitecore.Shell.Applications.Dialogs.ItemLister"/> shows the hidden items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Templates">
            <summary>
            Gets or sets the templates.
            </summary>
            <value>The templates.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.Parse``1">
            <summary>
            Parses the querystring for options.
            </summary>
            <typeparam name="T">
            Type parameter.
            </typeparam>
            <returns>
            The options.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.AddTemplate(Sitecore.Data.ID)">
            <summary>
            Adds the template.
            </summary>
            <param name="templateID">
            The template ID.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.ToUrlString">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.GetXmlControl">
            <summary>
            Gets the XML control.
            </summary>
            <returns>
            The XML control.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions.ParseOptions">
            <summary>
            Parses the options.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions">
            <summary>
            Represents a set of Open Item dialog options.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions.ShowOpenProperties">
            <summary>
            Gets or sets a value indicating whether [show open properties].
            </summary>
            <value><c>true</c> if [show open properties]; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions.ToUrlString">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <returns>The <see cref="T:Sitecore.Text.UrlString"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions.GetXmlControl">
            <summary>
            Gets the XML control.
            </summary>
            <returns>The XML control.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.RenderingListerOptions.ParseOptions">
            <summary>
            Parses the options.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectAcceptableItemOptions">
            <summary>
            Represents a set of options for select item from some acceptable collection dialog
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectAcceptableItemOptions.items">
            <summary>
            acceptable Items
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectAcceptableItemOptions.Items">
            <summary>
            Gets or sets the acceptable items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectAcceptableItemOptions.ToUrlString(Sitecore.Data.Database)">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectAcceptableItemOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectAcceptableItemOptions.ParseOptions">
            <summary>
            Parses the options.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions">
            <summary>
            Represents a set of Open Item dialog options.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Empty">
            <summary>
            The Empty.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.buttonText">
            <summary>
            The button text.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.excludeTemplatesForDisplay">
            <summary>
            The exclude templates for display.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.excludeTemplatesForSelection">
            <summary>
            The exclude templates for selection.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.icon">
            <summary>
            The icon.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.includeTemplatesForDisplay">
            <summary>
            The include templates for display.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.includeTemplatesForSelection">
            <summary>
            The include templates for selection.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.root">
            <summary>
            The root.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.selectedItem">
            <summary>
            The selected item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.showHiddenItems">
            <summary>
            The show hidden items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.showRoot">
            <summary>
            The show root.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.filterItem">
            <summary>
            The filter Item
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.text">
            <summary>
            The text.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.title">
            <summary>
            The title.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.setRootAsSearchRoot">
            <summary>
            Boolean value indicating whether root should be set as a search root.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ButtonText">
            <summary>
            Gets or sets the button text.
            </summary>
            <value>The button text.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ExcludeTemplatesForDisplay">
            <summary>
            Gets or sets the templates that cannot be displayed.
            </summary>
            <value>The templates that cannot be displayed.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ExcludeTemplatesForSelection">
            <summary>
            Gets or sets the templates that cannot be selected.
            </summary>
            <value>The templates that cannot be selected.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.IncludeTemplatesForDisplay">
            <summary>
            Gets or sets the templates that can be displayed.
            </summary>
            <value>The templates that can be displayed.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.IncludeTemplatesForSelection">
            <summary>
            Gets or sets the templates that can be selected.
            </summary>
            <value>The templates that can be selected.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ResultType">
            <summary>
            Gets or sets the type of the result.
            </summary>
            <value>The type of the result.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Parameters">
            <summary>
            Gets or sets the additional filter.
            </summary>
            <value>additional filter.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ShowHiddenItems">
            <summary>
            Gets or sets a value indicating whether the <see cref="N:Sitecore.Shell.Applications.Dialogs.ItemLister"/> shows the hidden items.
            </summary>
            <value>
                <c>true</c> if the <see cref="N:Sitecore.Shell.Applications.Dialogs.ItemLister"/> shows the hidden items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ShowRoot">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions"/> shows the root.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions"/> shows the root; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.FilterItem">
            <summary>
            Gets or sets the Filter item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.SetRootAsSearchRoot">
            <summary>
            Gets or sets a value indicating whether root should be set as search root.
            </summary>
            <value>
            <c>true</c> if root should be set as search root; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.GetTemplateList(System.String[])">
            <summary>
            Gets the template list.
            </summary>
            <param name="templates">
            The templates.
            </param>
            <returns>
            The template list.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.GetTemplateList(Sitecore.Data.Database,System.String[])">
            <summary>
            Gets the template list.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="templates">
            The templates.
            </param>
            <returns>
            The template list.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Parse``1">
            <summary>
            Parses this instance.
            </summary>
            <typeparam name="T">
            Type parameter.
            </typeparam>
            <returns>
            The T.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ToUrlString">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ToUrlString(Sitecore.Data.Database)">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.GetXmlControl">
            <summary>
            Gets the XML control.
            </summary>
            <returns>
            The XML control.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ParseOptions">
            <summary>
            Parses the options.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Parse(System.Collections.Generic.List{Sitecore.Data.Templates.Template}@,System.String,System.String)">
            <summary>
            Parses the specified list.
            </summary>
            <param name="list">
            The list.
            </param>
            <param name="handle">
            The handle.
            </param>
            <param name="postfix">
            The postfix.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.Parse(System.Collections.Generic.List{Sitecore.Data.Templates.Template}@,System.String,System.String,Sitecore.Data.Database)">
            <summary>
            Parses the specified list.
            </summary>
            <param name="list">
            The list.
            </param>
            <param name="handle">
            The handle.
            </param>
            <param name="postfix">
            The postfix.
            </param>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.ToUrlString(System.Collections.Generic.List{Sitecore.Data.Templates.Template},System.String,System.String)">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <param name="list">
            The list.
            </param>
            <param name="handle">
            The handle.
            </param>
            <param name="postfix">
            The postfix.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.DialogResultType">
            <summary>
            Defines the type of dialog result
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.DialogResultType.Id">
            <summary> The item Id </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.DialogResultType.Name">
            <summary> The item Name</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectItemOptions.DialogResultType.Path">
            <summary> The item Path</summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectLayoutPresetOptions">
            <summary>
            Represents a set of select layout preset dialog options.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectLayoutPresetOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectLayoutPresetOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectLayoutPresetOptions.GetXmlControl">
            <summary>
            Gets the XML control.
            </summary>
            <returns>The XML control.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions">
            <summary>
            Represents a set of Open Item dialog options.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.showTree">
            <summary>
            The show tree option
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.PlaceholderName">
            <summary>
            Gets or sets the name of the placeholder.
            </summary>
            <value>The name of the placeholder.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.ShowOpenProperties">
            <summary>
            Gets or sets a value indicating whether [show open properties].
            </summary>
            <value><c>true</c> if [show open properties]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.ShowPlaceholderName">
            <summary>
            Gets or sets a value indicating whether [show placeholder name].
            </summary>
            <value><c>true</c> if [show placeholder name]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.ShowTree">
            <summary>
            Gets or sets a value indicating whether the content tree is visible in the dialog.
            </summary>
            <value><c>true</c> if [show tree]; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.ToUrlString(Sitecore.Data.Database)">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.GetXmlControl">
            <summary>
            Gets the XML control.
            </summary>
            <returns>The XML control.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ItemLister.SelectRenderingOptions.ParseOptions">
            <summary>
            Parses the options.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.LayoutDetails.LayoutDetailsDialogResult">
            <summary>
              Represents the result of Layout Details dialog.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.LayoutDetails.LayoutDetailsDialogResult.Layout">
            <summary>
            Gets or sets the layout.
            </summary>
            <value>
            The layout.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.LayoutDetails.LayoutDetailsDialogResult.FinalLayout">
            <summary>
            Gets or sets the final layout.
            </summary>
            <value>
            The final layout.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.LayoutDetails.LayoutDetailsDialogResult.VersionCreated">
            <summary>
            Gets or sets a value indicating whether version has been created.
            </summary>
            <value>
            The value indicating whether version has been created.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.LayoutDetails.LayoutDetailsDialogResult.Parse(System.String)">
            <summary>
            Parses the string representation of Layout Details dialog result.
            </summary>
            <param name="result">The string representation of Layout Details dialog result.</param>
            <returns>Layout Details dialog result.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.LayoutDetails.LayoutDetailsDialogResult.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions">
            <summary>
            Represents a set of Open Item dialog options.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.root">
            <summary>
            The root item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.selectedItem">
            <summary>
            The selected item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.allowEmpty">
            <summary>
            Boolean value indicating whether empty values are allowed.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.ignoreSpeak">
            <summary>
            Boolean value indicating whether Speak dialogs should be ignored.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.Root">
            <summary>
            Gets or sets the root.
            </summary>
            <value>The root.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.SelectedItem">
            <summary>
            Gets or sets the selected item.
            </summary>
            <value>The selected item.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.AllowEmpty">
            <summary>
            Gets or sets a value indicating whether empty values are allowed.
            </summary>
            <value><c>true</c> if empty values are allowed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.IgnoreSpeak">
            <summary>
            Gets or sets a value indicating whether Speak dialogs should be ignored.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.Parse">
            <summary>
            Parses the query string for options.
            </summary>
            <returns>The options.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions.ToUrlString">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.MediaBrowser.MediaBrowserOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <returns>The <see cref="T:Sitecore.Text.UrlString"/>.</returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions">
            <summary>
            The personalize options.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.deviceId">
            <summary>
            The device id.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.renderingUniqueId">
            <summary>
            The rendering unique id.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.sessionHandle">
            <summary>
            The session handle.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.ContextItemUri">
            <summary>
            Gets or sets ContextItemUri.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.DeviceId">
            <summary>
            Gets or sets DeviceId.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.RenderingUniqueId">
            <summary>
            Gets or sets RenderingUniqueId.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.SessionHandle">
            <summary>
            Gets or sets SessionHandle.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.Parse">
            <summary>
            The parse.
            </summary>
            <returns>
            The personalize options.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.ToUrlString">
            <summary>
            The to url string.
            </summary>
            <returns>
            The open dialog url string.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Personalize.PersonalizeOptions.GetXmlControl">
            <summary>
            The get xml control.
            </summary>
            <returns>
            The get xml control definition string.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBoxMethod">
            <summary>
             
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox">
            <summary>
            Utility class for running time-consuming operations with proggress indication.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.Execute(System.String,System.String,Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBoxMethod,System.Object[])">
            <summary>
            Runs the specified method.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="title">The title.</param>
            <param name="method">The method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.Execute(System.String,System.String,System.String,Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBoxMethod,System.Object[])">
            <summary>
            Runs the specified method.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="title">The title.</param>
            <param name="icon">The icon.</param>
            <param name="method">The method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.Execute(System.String,System.String,System.String,Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBoxMethod,System.String,System.Object[])">
            <summary>
            Runs the specified method.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="title">The title.</param>
            <param name="icon">The icon.</param>
            <param name="method">The method.</param>
            <param name="message">The message.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.Execute(System.String,System.String,System.String,Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBoxMethod,System.String,Sitecore.Security.Accounts.User,System.Object[])">
            <summary>
            Runs the specified method.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="title">The title.</param>
            <param name="icon">The icon.</param>
            <param name="method">The method.</param>
            <param name="message">The message.</param>
            <param name="user">Context user.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ExecuteSync(System.String,System.String,System.Action{Sitecore.Web.UI.Sheer.ClientPipelineArgs},System.Action{Sitecore.Web.UI.Sheer.ClientPipelineArgs})">
            <summary>
            Runs specified action and postaction after action has been completed.
            </summary>
            <param name="jobName">Name of the job.</param>
            <param name="icon">The icon.</param>
            <param name="action">The action.</param>
            <param name="postAction">The post action.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ExecuteSync(System.String,System.String,System.String,System.Action{Sitecore.Web.UI.Sheer.ClientPipelineArgs},System.Action{Sitecore.Web.UI.Sheer.ClientPipelineArgs})">
            <summary>
            Runs specified action and post action after action has been completed.
            </summary>
            <param name="jobName">Name of job.</param>
            <param name="title">Title of progress box.</param>
            <param name="icon">icon of progress box.</param>
            <param name="action">action to do.</param>
            <param name="postAction">post action to do.</param>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ProgressBoxRunner">
            <summary>
            Defines ProgressBoxRunner class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ProgressBoxRunner.#ctor(Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBoxMethod,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ProgressBoxRunner"/> class.
            </summary>
            <param name="method">The method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ProgressBoxRunner.Method">
            <summary>
            Gets or sets the method.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ProgressBoxRunner.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ProgressBoxes.ProgressBox.ProgressBoxRunner.Run">
            <summary>
            Runs the specified method.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.ResetLayout.ResetLayoutDialogResult">
            <summary>
              Represents the result of Reset Layout dialog.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ResetLayout.ResetLayoutDialogResult.ResetShared">
            <summary>
            Gets or sets a value indicating whether shared layout should be reset.
            </summary>
            <value>
              <c>true</c> if shared layout should be reset; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.ResetLayout.ResetLayoutDialogResult.ResetFinal">
            <summary>
            Gets or sets the options for resetting final layout.
            </summary>
            <value>
            The options for resetting final layout.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ResetLayout.ResetLayoutDialogResult.Parse(System.String)">
            <summary>
            Parses the string representation of Reset Layout dialog result.
            </summary>
            <param name="result">The string representation of Reset Layout dialog result.</param>
            <returns>Reset Layout dialog result.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.ResetLayout.ResetLayoutDialogResult.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String" /> that represents this instance.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions">
            <summary>Defines the rule set editor options class.</summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.allowMultiple">
            <summary>
            Indicates if multiple rules are allowed
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.includeCommon">
            <summary>
            Indicates if the common conditions and actions are included.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.rulesPath">
            <summary>
            The item path to the rules.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.value">
            <summary>
            The rule set value.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.contextItemId">
            <summary>
            The context Item Id.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.AllowSingleRuleDeletion">
            <summary>
            Get or sets value indicating whether we allow delete rule if only one rule
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.AllowMultiple">
            <summary>
            Gets or sets a value indicating whether [allow multiple].
            </summary>
            <value><c>true</c> if [allow multiple]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.RulesExecutionPreviewerType">
            <summary>
            Gets or sets the type of the rules execution previewer.
            </summary>
            <value>
            The type of the rules execution previewer.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.HideActions">
            <summary>
            Gets or sets a value indicating whether [hide actions].
            </summary>
            <value><c>true</c> if [hide actions]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.IncludeCommon">
            <summary>
            Gets or sets a value indicating whether to include common conditions and actions.
            </summary>
            <value><c>true</c> if include common conditions and actions; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.PreviewRulesExecutionResults">
            <summary>
            Gets or sets a value indicating whether rules execution results are previewed at design time.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.RulesPath">
            <summary>
            Gets or sets the rules path.
            </summary>
            <value>The rules path.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.ContextItemID">
            <summary>
            Gets or sets the context item ID.
            </summary>
            <value>
            The context item ID.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.Parse">
            <summary>Parses this instance.</summary>
            <returns>Returns the rule set editor options.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.ToUrlString">
            <summary>Builds a <c>UrlString</c> from the settings.</summary>
            <returns>Returns the URL string.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.RulesEditor.RulesEditorOptions.ParseRulesExecutionPreviewerType(Sitecore.Web.UrlHandle)">
            <summary>
            Gets the rules execution previewer type.
            </summary>
            <param name="urlHandle">The URL handle.</param>
            <returns>
            The rules execution previewer type.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions">
            <summary>
            Select data source options
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.datasourcePrototype">
            <summary>
            Either template or branch that defines the datasource type
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.datasourceRoots">
            <summary>
            The datasource roots
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.ContentLanguage">
            <summary>
            Gets or sets the content language for creating new items.
            </summary>
            <value>The content language.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.CurrentDatasource">
            <summary>
            Gets or sets the current datasource.
            </summary>
            <value>The current datasource.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.DatasourceItemDefaultName">
            <summary>
            Gets or sets the datasource default name
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.DatasourcePrototype">
            <summary>
            Gets or sets the datasource prototype.
            </summary>
            <value>The datasource prototype.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.DatasourceRoots">
            <summary>
            Gets or sets the datasource roots.
            </summary>
            <value>The datasource roots.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.ToUrlString(Sitecore.Data.Database)">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <param name="database">The database.</param>
            <returns>The <see cref="T:Sitecore.Text.UrlString"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.GetXmlControl">
            <summary>
            Gets Xml Control
            </summary>
            <returns>The XML control.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectDatasourceOptions.ParseOptions">
            <summary>
            Parses the options.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions">
            <summary>
            The select multiple items options.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions.SelectedItems">
            <summary>
            Gets or sets the selected items.
            </summary>
            <value>The selected items.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions.GetItemList(System.String[])">
            <summary>
            Gets the item list.
            </summary>
            <param name="items">
            The items.
            </param>
            <returns>
            The item list.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions.GetItemList(Sitecore.Data.Database,System.String[])">
            <summary>
            Gets the item list.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="items">
            The items.
            </param>
            <returns>
            The item list.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions.ToUrlString(Sitecore.Data.Database)">
            <summary>
            Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.ItemLister.ItemListerOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions.GetXmlControl">
            <summary>
            The get xml control.
            </summary>
            <returns>
            The get name of the xml control.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectMultipleItemsOptions.ParseOptions">
            <summary>
            The parse options.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions">
            <summary>The select placeholder settings option.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions"/> class.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.IsPlaceholderKeyEditable">
            <summary>
            Gets or sets a value indicating whether this instance is placeholder key editable.
            </summary>
            <value>
                <c>true</c> if this instance is placeholder key editable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.TemplateForCreating">
            <summary>Gets or sets TemplateForCreating.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.PlaceholderKey">
            <summary>
            Gets or sets the placeholder key.
            </summary>
            <value>The placeholder key.</value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.CurrentSettingsItem">
            <summary>
            Gets or sets the current settings item.
            </summary>
            <value>The current settings item.</value>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.ToUrlString(Sitecore.Data.Database)">
            <summary>Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.</summary>
            <param name="database">The database.</param>
            <returns>The <see cref="T:Sitecore.Text.UrlString"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.ParseDialogResult(System.String,Sitecore.Data.Database,System.String@)">
            <summary>
            Parses the dialog result.
            </summary>
            <param name="result">The result.</param>
            <param name="database">The database.</param>
            <param name="placeholderKey">The placeholder key.</param>
            <returns>The dialog result.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.GetXmlControl">
            <summary>Gets Xml Control</summary>
            <returns>The XML control.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SelectPlaceholderSettingsOptions.ParseOptions">
            <summary>Parses the options.</summary>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions">
            <summary>
            The sort content options.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.ContentToSortQuery">
            <summary>
            Gets or sets ContentToSortQuery.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.ExpandStandardValuesTokens">
            <summary>
            Gets or sets a value indicating whether standard value tokens should be expanded.
            </summary>
            <value>
                <c>true</c> if standard value tokens should be expanded; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.SortBy">
            <summary>
            Gets or sets SortBy.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.Parse">
            <summary>
            The parse.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.ToUrlString">
            <summary>
            The to url string.
            </summary>
            <returns>
            The open dialog url string.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.SortContent.SortContentOptions.GetXmlControl">
            <summary>
            The get xml control.
            </summary>
            <returns>
            The get xml control.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions">
            <summary>The set test details options.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions"/> class.</summary>
            <param name="layoutSessionHandle">The layout session handle.</param>
            <param name="itemUri">The item uri.</param>
            <param name="deviceId">The device id.</param>
            <param name="renderingUniqueId">The rendering unique id.</param>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.#ctor">
            <summary>Prevents a default instance of the <see cref="T:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions"/> class from being created.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.DeviceId">
            <summary>Gets or sets DeviceId.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.ItemUri">
            <summary>Gets or sets ItemId.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.LayoutSessionHandle">
            <summary>Gets or sets LayoutSessionHandle.</summary>
        </member>
        <member name="P:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.RenderingUniqueId">
            <summary>Gets or sets RenderingUniqueId.</summary>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.Parse">
            <summary>Parses the querystring for options.</summary>
            <returns>The options.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.ParseDialogResult(System.String,System.Collections.Generic.List{Sitecore.Data.ID}@)">
            <summary>
            Parses the dialog result.
            </summary>
            <param name="result">The result.</param>
            <param name="modifiedVariations">The modified variations.</param>
            <exception cref="T:System.ArgumentException"></exception>
            <returns>The dialog result.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.ParseDialogResult(System.String)">
            <summary>
            Parses the dialog result.
            </summary>
            <param name="result">The result.</param>
            <returns>The dialog result.</returns>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.GetDialogResut(Sitecore.Data.ID,System.Collections.Generic.List{Sitecore.Data.ID})">
            <summary>
            Gets the dialog resut.
            </summary>
            <param name="variableItemId">The variable item id.</param>
            <param name="modifiedVariations">The modified variations.</param>
            <returns>The dialog resut.</returns>
        </member>
        <member name="M:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions.ToUrlString">
            <summary>Converts the <see cref="T:Sitecore.Shell.Applications.Dialogs.Testing.SetTestDetailsOptions"/> to a <see cref="T:Sitecore.Text.UrlString"/>.</summary>
            <returns>The <see cref="T:Sitecore.Text.UrlString"/>.</returns>
        </member>
        <member name="T:Sitecore.Shell.EditorConstants">
            <summary>
            Represents constants in the content editor.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.EditorConstants.NoValue">
            <summary>Field value that indicates that the field has no value.</summary>
        </member>
        <member name="F:Sitecore.Shell.EditorConstants.IgnoreRevision">
            <summary>Field value that indicates that the field has no value.</summary>
        </member>
        <member name="F:Sitecore.Shell.EditorConstants.DefaultFieldEditorSectionID">
            <summary>ID of the single section field editor shows by default. There is no corresponding item in the database.</summary>
        </member>
        <member name="T:Sitecore.Shell.Data.RootSections">
            <summary>
            Finds the root section of an item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Data.RootSections.RootSectionPath">
            <summary>
            Path to the defined sections.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Data.RootSections.GetSectionID(Sitecore.Data.ItemUri)">
            <summary>
            Gets the section ID.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Data.RootSections.GetSectionID(System.String)">
            <summary>
            Gets the section ID.
            </summary>
            <param name="id">The id.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Data.RootSections.GetSection(Sitecore.Data.Items.Item)">
            <summary>
            Gets the section.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil">
            <summary>
            The device simulation util.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.DoSimulationKey">
            <summary>
            The do simulation query key
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.PreviewPagePath">
            <summary> The preview page path</summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.SimulationHandlerPath">
            <summary> The simulation handler path</summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.SimulatorsFolderId">
            <summary>
            The ID of /sitecore/layout/Simulators
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.SimulatedRequestHttpHeaderName">
            <summary>
            The name of the http header sent with a simulated request
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.DeactivateSimulators">
            <summary>
            Deactivates the simulators.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.GetCurrentSimulator(Sitecore.Data.Database)">
            <summary>
            Gets the current simulator.
            </summary>
            <param name="database">The database.</param>
            <returns>The current simulator.</returns>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.GetCurrentSimulatorId">
            <summary>
            The get simulator id.
            </summary>
            <returns>The simulator id.</returns>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.DeviceSimulationUtil.IsSimulatedRequest(System.Web.HttpRequest)">
            <summary>
            The is simulated request.
            </summary>
            <param name="request">The request.</param>
            <returns>The is simulated request.</returns>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.NoneSimulator">
            <summary>
            The none simulator.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.NoneSimulator.Id">
            <summary>
            The id.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.NoneSimulator.#ctor(Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.DeviceSimulation.NoneSimulator"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.NoneSimulator.Appearance">
            <summary>
            Gets Screen Offset.
            </summary>
            <value></value>
            <exception cref="T:System.NotSupportedException">Appearance is not supported in none simulator</exception>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.RotatableSimulator">
            <summary>
            The rotatable simulator.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.RotatableSimulator.RotatedStateTemplateId">
            <summary>
             Roatated State Template ID
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.RotatableSimulator.RotationCookieName">
            <summary>
            The rotation cookie name.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.RotatableSimulator.isRotated">
            <summary>
            The is rotated.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.RotatableSimulator.rotatedState">
            <summary>
            The rotated state.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.RotatableSimulator.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.DeviceSimulation.RotatableSimulator"/> class.
            </summary>
            <param name="simulator">The simulator.</param>
            <param name="rotatedState">The rotated state.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.RotatableSimulator.Appearance">
            <summary>
            Gets Appearance.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.RotatableSimulator.OnRotationAppearance">
            <summary>
            Gets OnRotationAppearance.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.RotatableSimulator.IsRotated">
            <summary>
            Gets a value indicating whether IsRotated.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.RotatableSimulator.Rotate">
            <summary>
            The rotate.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.SimulationRequestHandler">
            <summary>
            The simulation request handler.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulationRequestHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>
            The process request.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.SimulationRequestHandler.IsReusable">
            <summary>
            Gets a value indicating whether IsReusable.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulationRequestHandler.CreateRequest(System.Web.HttpContext,System.String)">
            <summary>
            The create web request.
            </summary>
            <param name="context">The context.</param>
            <param name="userAgent">The user agent.</param>
            <returns>The web request.</returns>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulationRequestHandler.CreateRequestUrl(System.Web.HttpContext)">
            <summary>
            The create request url.
            </summary>
            <param name="context">The context.</param>
            <returns>The create request url.</returns>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.SimulationRequestHandler.SupportsCompressionWebClient">
            <summary>
            Defines the supports compression web client class.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.Simulator">
            <summary>
            The simulator.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.Simulator.UserAgentFieldId">
            <summary>
            The user agent field id
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.Simulator.CookieName">
            <summary>
            The simulator cookie name.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.Simulator.TemplateId">
            <summary>
            The template Id
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.Simulator.Item">
            <summary>
            Gets or sets Item.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.Simulator.Appearance">
            <summary>
            Gets Screen Offset.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.Simulator.UserAgent">
            <summary>
            Gets the user agent.
            </summary>
            <value>The user agent.</value>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.Simulator.#ctor(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.DeviceSimulation.Simulator"/> class.
            </summary>
            <param name="id">
            The id.
            </param>
            <param name="database">
            The database.
            </param>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.Simulator.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.DeviceSimulation.Simulator"/> class.
            </summary>
            <param name="simulatorItem">
            The simulator item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.Simulator.Create(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            The create.
            </summary>
            <param name="id">
            The id.
            </param>
            <param name="database">
            The database.
            </param>
            <returns>
            The simulator.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.Simulator.Create(Sitecore.Data.Items.Item)">
            <summary>
            The create.
            </summary>
            <param name="simulatorItem">
            The simulator item.
            </param>
            <exception cref="T:System.ArgumentException"></exception>
            <returns>
            The simulator.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.Simulator.Activate">
            <summary>
            Activates this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.DeviceSimulation.SimulatorAppearance">
            <summary>
            The simulator appearance.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.BackgroundImageFieldId">
            <summary>
            The backgroundd image field id
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ScreenWidthFieldId">
            <summary>
            The screen width field id
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ScreenHeightFieldId">
            <summary>
            The screen height field id
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ScreenOffsetFieldId">
            <summary>
            The screen offset field id
            </summary>
        </member>
        <member name="F:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ScaleFieldId">
            <summary>
            Zoom field Id
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.BackgroundImage">
            <summary>
            Gets BackgroundImage.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.BackgroundImageSize">
            <summary>
            Gets BackgroundImageSize.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.Scale">
            <summary>
            Gets or sets the zoom.
            </summary>
            <value>The zoom.</value>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ScreenOffset">
            <summary>
            Gets ScreenOffset.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ScreenSize">
            <summary>
            Gets ScreenSize.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.DeviceSimulation.SimulatorAppearance"/> class.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.Parse(Sitecore.Data.Items.Item)">
            <summary>
            The parse.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ParseScale(Sitecore.Data.Items.Item)">
            <summary>
            Parses the scale value.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ParseBackground(Sitecore.Data.Items.Item)">
            <summary>
            The parse background.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.DeviceSimulation.SimulatorAppearance.ParseScreen(Sitecore.Data.Items.Item)">
            <summary>
            The parse screen.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Feeds.ClientFeedManager">
            <summary>
            Represents the ClientFeeds manager.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.ClientFeedManager.GetFeed(System.String)">
            <summary>
            Gets the feed.
            </summary>
            <param name="feedname">The feedname.</param>
            <returns>The client feed</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.ClientFeedManager.GetFeedsAreDisabledFeed">
            <summary>
            Gets the feeds are disabled feed.
            </summary>
            <returns>A client feed</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedFormatter">
            <summary>
            Command feed format operations.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedFormatter.ItemName(Sitecore.Data.Items.Item)">
            <summary>
            Items the name.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The item name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedFormatter.Language(Sitecore.Globalization.Language)">
            <summary>
            Languages the specified language.
            </summary>
            <param name="language">The language.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedFormatter.UserLink(System.String)">
            <summary>
            Users the link.
            </summary>
            <param name="username">The username.</param>
            <returns>Formatted user name</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedFormatter.UserName(System.String)">
            <summary>
            Users the name.
            </summary>
            <param name="username">Name of the raw user.</param>
            <returns>The formatted name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedFormatter.WorkflowEventTitleAndCaption(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowEvent)">
            <summary>
            Workflows the event title and caption.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="workflowEvent">The workflow event.</param>
            <returns>Title and caption</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedRequestHandler">
            <summary>
            Serves client feeds
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedRequestHandler.IsReusable">
            <summary>
            Gets a value indicating whether another request can use the <see cref="T:System.Web.IHttpHandler"/> instance.
            </summary>
            <value></value>
            <returns>true if the <see cref="T:System.Web.IHttpHandler"/> instance is reusable; otherwise, false.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedRequestHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>
            Enables processing of HTTP Web requests by a custom HttpHandler that implements the <see cref="T:System.Web.IHttpHandler"/> interface.
            </summary>
            <param name="context">An <see cref="T:System.Web.HttpContext"/> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedRequestHandler.GetFeedName(System.String)">
            <summary>
            Gets the name of the feed.
            </summary>
            <param name="path">The request path</param>
            <returns>The feed name</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException">
            Unexpected feed request rawUrl
            </exception>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedRequestHandler.DoProcessRequest(System.Web.HttpContext)">
            <summary>
            Executes the process request event.
            </summary>
            <param name="context">The context.</param>
            <returns>Whether the request have been processed</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.ClientFeed">
            <summary>
            Represents the feed.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.parameters">
            <summary>
            Feed parameters
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.feedItem">
            <summary>
            The feed item
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.sections">
            <summary>
            Feed sections
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.syndicationItemDataStore">
            <summary>
            Syndication item data
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.ClientFeed"/> class.
            </summary>
            <param name="feedItem">The feed item.</param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.Sections">
            <summary>
            Gets the sections.
            </summary>
            <value>The sections.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.Render">
            <summary>
            Renders this instance.
            </summary>
            <returns>The render.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.SetParameters(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Sets the parameters.
            </summary>
            <param name="newParameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.GetSyndicationItems">
            <summary>
            Gets the items.
            </summary>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.ShouldItemBeIncludedInFeed(System.ServiceModel.Syndication.SyndicationItem)">
            <summary>
            Shoulds the item be included in feed.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.LoadSections">
            <summary>
            Loads the sections.
            </summary>
            <returns>The sections.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.RenderSections(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the item body.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="sectionParameters">The section parameters.</param>
            <returns>The item body.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.GetItemData(System.String)">
            <summary>
            Gets the item data.
            </summary>
            <param name="id">The syndication item id.</param>
            <returns>The item data</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.SetItemData(System.String,Sitecore.Shell.Feeds.FeedTypes.SyndicationItemData)">
            <summary>
            Sets the item data.
            </summary>
            <param name="id">The syndication item id.</param>
            <param name="data">The item data.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ClientFeed.SetContent(System.ServiceModel.Syndication.SyndicationFeed)">
            <summary>
            Sets the content.
            </summary>
            <param name="feed">The syndication feed.</param>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates">
            <summary>
            Defines the item updates class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates"/> class.
            </summary>
            <param name="feedItem">The feed item.</param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.BuildVersionSyndicationItem(Sitecore.Data.Items.Item)">
            <summary>
            Builds the version syndication item.
            </summary>
            <param name="version">The version.</param>
            <returns>The version syndication item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.BuildWorkflowSyndicationItem(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowEvent)">
            <summary>
            Builds the workflow syndication item.
            </summary>
            <param name="version">The version.</param>
            <param name="workflowEvent">The workflow event.</param>
            <returns>The workflow syndication item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.GetItems">
            <summary>
            Gets the item.
            </summary>
            <returns>The Sitecore item.</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException">Item updates feed expects a 'db' parameter</exception>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.GetSyndicationItems">
            <summary>
            Gets the items.
            </summary>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.ShouldItemBeIncludedInFeed(System.ServiceModel.Syndication.SyndicationItem)">
            <summary>
            Shoulds the item be included in feed.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.GetVersionChanges(Sitecore.Data.Items.Item)">
            <summary>
            Gets the version changes.
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>The version changes.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.GetWorkflowChanges(Sitecore.Data.Items.Item,Sitecore.Workflows.IWorkflow)">
            <summary>
            Gets the workflow changes.
            </summary>
            <param name="item">The Sitecore item</param>
            <param name="workflow">The workflow.</param>
            <returns>The workflow changes.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.GetRootItem">
            <summary>
            Gets the root item.
            </summary>
            <returns>The root item.</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException"><c>SyndicationException</c>.</exception>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.ItemUpdates.IsDeep">
            <summary>
            Determines whether this instance is deep.
            </summary>
            <returns>
              <c>true</c> if this instance is deep; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.SyndicationItemData">
            <summary>
            Syndication item data
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.SyndicationItemData.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.SyndicationItemData"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.SyndicationItemData.SectionParameters">
            <summary>
            Gets or sets the section parameters.
            </summary>
            <value>The section parameters.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.SyndicationItemData.Item">
            <summary>
            Gets or sets the Sitecore item.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.TitleCaption">
            <summary>
            Defines the title caption class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.TitleCaption.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.TitleCaption"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.TitleCaption.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.TitleCaption"/> class.
            </summary>
            <param name="title">The title.</param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.TitleCaption.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.TitleCaption.Caption">
            <summary>
            Gets or sets the caption.
            </summary>
            <value>The caption.</value>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.Workflow">
            <summary>
            Syndicates items changing state in the specific workflow
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.Workflow.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.Workflow"/> class.
            </summary>
            <param name="feedItem">The feed item.</param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.Workflow.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.Workflow.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.Workflow.BuildSyndicationItem(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowEvent)">
            <summary>
            Builds the syndication item.
            </summary>
            <param name="item">The Sitecore item</param>
            <param name="workflowEvent">The workflow event.</param>
            <returns>The syndication item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.Workflow.GetSyndicationItems">
            <summary>
            Gets the items.
            </summary>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.Workflow.GetTitle(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowEvent)">
            <summary>
            Gets the item title.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="workflowEvent">The @event.</param>
            <returns>The item title.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.Workflow.GetWorkflow">
            <summary>
            Gets the workflow.
            </summary>
            <returns>The Sitecore workflow</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException">
            Workflow feed expects the workflow parameter that was not supplied, the feed url is likely to be malformed
            </exception>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.WorkflowState">
            <summary>
            Represetnts a workflow feed.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedTypes.WorkflowState"/> class.
            </summary>
            <param name="feedItem">
            The feed item.
            </param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.Description">
            <summary>
            Gets the description.
            </summary>
            <value>The description.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.Title">
            <summary>
            Gets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.BuildSyndicationItem(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowEvent)">
            <summary>
            Builds the syndication item.
            </summary>
            <param name="item">The sitecore item.</param>
            <param name="workflowEvent">The workflow event.</param>
            <returns>The syndication item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.GetSyndicationItems">
            <summary>
            Gets the items.
            </summary>
            <returns>The items.</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException">
            Workflow feed expects the workflow and state parameters which weren't supplied, the feed url is likely to be malformed
            </exception>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.GetTitle(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowEvent)">
            <summary>
            Gets the title.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="workflowEvent">The workflow event.</param>
            <returns>The item title.</returns>
            <exception cref="T:System.Exception">GetTitle expects a workflow event marking item either entering or leaving the current state</exception>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.GetData">
            <summary>
            Gets the data.
            </summary>
            <returns>Workflow data (workflow and state)</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException">
            <c>SyndicationException</c>.
            </exception>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.Data">
            <summary>
            Workflow data.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.Data.State">
            <summary>
            Gets or sets the state.
            </summary>
            <value>The state.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedTypes.WorkflowState.Data.Workflow">
            <summary>
            Gets or sets the workflow.
            </summary>
            <value>The workflow.</value>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedUrl">
            <summary>
            Generates feed urls.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.ContentEditor(Sitecore.Data.Items.Item,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Generates the url to open the item in the Content Editor
            </summary>
            <param name="item">The current item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The editor.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.ContentEditor(Sitecore.Data.Items.Item)">
            <summary>
            Contents the editor.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The editor.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.OpenOnWebsite(Sitecore.Data.Items.Item)">
            <summary>
            Opens the on website.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The on website.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.Preview(Sitecore.Data.Items.Item)">
            <summary>
            Previews the specified item.
            </summary>
            <param name="item">The current item.</param>
            <returns>The preview.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.Unlock(Sitecore.Data.Items.Item)">
            <summary>
            Unlocks the specified item.
            </summary>
            <param name="item">The current item.</param>
            <returns>The unlock.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.Workbox">
            <summary>
            Workboxes this instance.
            </summary>
            <returns>The workbox.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.WorkflowCommand(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowCommand)">
            <summary>
            Workflows the command.
            </summary>
            <param name="item">The current item.</param>
            <param name="command">The workflow command.</param>
            <returns>The command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.WorkflowCommand(Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowCommand,System.Boolean)">
            <summary>
            Workflows the command.
            </summary>
            <param name="item">The current item.</param>
            <param name="command">The workflow command.</param>
            <param name="showComment">The comment.</param>
            <returns>The command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrl.LogIntoSitecore">
            <summary>
            Logs the into sitecore.
            </summary>
            <returns>The into sitecore.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Actions">
            <summary>
            A header section.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Actions.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The render.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Actions.GetActions(Sitecore.Data.Items.Item)">
            <summary>
            Gets the actions.
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>The actions.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Caption">
            <summary>
            Defines the caption class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Caption.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item</param>
            <param name="parameters">The parameters.</param>
            <returns>The string.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Header">
            <summary>
            A header section.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Header.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The render.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Preview">
            <summary>
            Defines the preview section.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Preview.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The render.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Section">
            <summary>
            Represents a feed section.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Section.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item</param>
            <param name="parameters">The parameters.</param>
            <returns>The string.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Validation">
            <summary>
            A header section.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Validation.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item</param>
            <param name="parameters">The parameters.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Validation.GetColors(Sitecore.Shell.Feeds.Sections.Validation.ValidationError)">
            <summary>
            Gets the colors.
            </summary>
            <param name="error">The error.</param>
            <returns>The colors.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Validation.Validate(Sitecore.Data.Items.Item)">
            <summary>
            Validates the specified item.
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>The I list.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Validation.ValidationError">
            <summary>
            Defines the validation error class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Validation.ValidationError.#ctor(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.Sections.Validation.ValidationError"/> class.
            </summary>
            <param name="validator">The validator.</param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.Validation.ValidationError.Level">
            <summary>
            Gets or sets the level.
            </summary>
            <value>The level.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.Validation.ValidationError.Status">
            <summary>
            Gets or sets the status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.Validation.ValidationError.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The error text.</value>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.VersionChanges">
            <summary>
            Renders version changes.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item</param>
            <param name="parameters">The parameters.</param>
            <returns>The string.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.Append(System.Text.StringBuilder,System.String,System.Int32,System.Int32,System.String)">
            <summary>
            Appends the specified builder.
            </summary>
            <param name="builder">
            The builder.
            </param>
            <param name="value">
            The value.
            </param>
            <param name="index">
            The index.
            </param>
            <param name="length">
            The length.
            </param>
            <param name="color">
            The color.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.Append(System.Text.StringBuilder,System.String,System.Int32,System.Int32)">
            <summary>
            Appends the specified builder.
            </summary>
            <param name="builder">
            The builder.
            </param>
            <param name="value">
            The value.
            </param>
            <param name="index">
            The index.
            </param>
            <param name="length">
            The length.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="value">
            The raw value.
            </param>
            <returns>
            The humanized value.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>Te context culture.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.Compare(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Compares the specified item A.
            </summary>
            <param name="currentVersion">
            The item A.
            </param>
            <param name="previousVersion">
            The item B.
            </param>
            <returns>
            The compare.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.Compare(System.String,System.String)">
            <summary>
            Compares the specified value A.
            </summary>
            <param name="currentValue">The value A.</param>
            <param name="previousValue">The value B.</param>
            <returns>The compare.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.CompareImages(Sitecore.Data.Fields.Field,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Collections.Generic.List{Sitecore.Shell.Feeds.Sections.VersionChanges.FieldChange})">
            <summary>
            Compares the images.
            </summary>
            <param name="field">
            The field.
            </param>
            <param name="newVersion">
            The item A.
            </param>
            <param name="oldVersion">
            The item B.
            </param>
            <param name="result">
            The result.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.GetChanges(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the changes.
            </summary>
            <param name="currentVersion">The Sitecore item</param>
            <param name="previousVersion">The previous version.</param>
            <returns>The changes.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.GetPreviousVersion(Sitecore.Data.Items.Item)">
            <summary>
            Gets the previous version.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The previous version.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.VersionChanges.FieldChange">
            <summary>
            Represents the field change
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.VersionChanges.FieldChange.FieldTitle">
            <summary>
            Gets or sets the field title
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.VersionChanges.FieldChange.CurrentHtml">
            <summary>
            Gets or sets the current html
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.VersionChanges.FieldChange.PreviousHtml">
            <summary>
            Gets or sets the previous HTML.
            </summary>
            <value>The previous HTML.</value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.VersionChanges.FieldChange.IsEmpty">
            <summary>
            Determines whether this instance is empty.
            </summary>
            <returns>
              <c>true</c> if this instance is empty; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.Warnings">
            <summary>
            Displays item warnings.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.Warnings.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The render.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.WorkflowHistory">
            <summary>
            A header section.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Render(Sitecore.Data.Items.Item,Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Renders the specified item.
            </summary>
            <param name="item">The Sitecore item.</param>
            <param name="parameters">The parameters.</param>
            <returns>The render.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.FormatEmail(System.String)">
            <summary>
            Formats the email.
            </summary>
            <param name="email">The email.</param>
            <returns>The formatted email link.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>Te context culture.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.GetHistory(Sitecore.Data.Items.Item)">
            <summary>
            Validates the specified item.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The history.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry">
            <summary>
            Represents a workflow history entry.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.#ctor(Sitecore.Workflows.WorkflowEvent,Sitecore.Workflows.IWorkflow)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry"/> class.
            </summary>
            <param name="workflowEvent">The event.</param>
            <param name="workflow">The workflow.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry"/> class.
            </summary>
            <param name="email">The user email.</param>
            <param name="date">The workflow change date.</param>
            <param name="comment">The comment.</param>
            <param name="fromStateName">Name of from state.</param>
            <param name="toStateName">Name of to state.</param>
            <param name="isFinal">If set to <c>true</c> the state is considered as final one.</param>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.Comment">
            <summary>
            Gets the comment.
            </summary>
            <value>The comment.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.Date">
            <summary>
            Gets the date.
            </summary>
            <value>The workfow event date.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.Email">
            <summary>
            Gets the email.
            </summary>
            <value>The email.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.Final">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry"/> is final.
            </summary>
            <value><c>true</c> if final; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.From">
            <summary>
            Gets 'from' workflow state name
            </summary>
            <value>From workflow state name.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.To">
            <summary>
            Gets 'to' workflow state name
            </summary>
            <value>To workflow state name.</value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.Sections.WorkflowHistory.Entry.GetStateName(System.String,Sitecore.Workflows.IWorkflow)">
            <summary>
            Gets the name of the stateId.
            </summary>
            <param name="stateId">The state.</param>
            <param name="workflow">The workflow.</param>
            <returns>The stateId name.</returns>
        </member>
        <member name="T:Sitecore.Shell.Feeds.FeedUrlOptions">
            <summary>
            Generates and parses feed URLs
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedUrlOptions.SaltKey">
            <summary>
            Key used to store salt for RSS url encryption
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedUrlOptions.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedUrlOptions.path">
            <summary>
            The url path.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Feeds.FeedUrlOptions.username">
            <summary>
            The user name.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Feeds.FeedUrlOptions"/> class.
            </summary>
            <param name="path">The feedname.</param>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.#ctor">
            <summary>
            Prevents a default instance of the FeedUrlOptions class from being created.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedUrlOptions.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedUrlOptions.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The url path.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedUrlOptions.Username">
            <summary>
            Gets or sets the username.
            </summary>
            <value>The username.</value>
        </member>
        <member name="P:Sitecore.Shell.Feeds.FeedUrlOptions.UseUrlAuthentication">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Feeds.FeedUrlOptions"/> uses the URL authentication.
            </summary>
            <value><c>true</c> if the <see cref="T:Sitecore.Shell.Feeds.FeedUrlOptions"/> uses the URL authentication; otherwise, <c>false</c>. </value>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.ParseQueryString">
            <summary>
            Parses this instance.
            </summary>
            <returns>The parse.</returns>
            <exception cref="T:Sitecore.Exceptions.SyndicationException">Unexpected feed request rawUrl</exception>
            <exception cref="T:Sitecore.Exceptions.SyndicationUrlHashMismatchException"><c>SyndicationUrlHashMismatchException</c>.</exception>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.VerifyHash(System.String)">
            <summary>
            Verifies the hash.
            </summary>
            <param name="incomingHash">The incoming hash.</param>
            <returns>Whether the hash is valid.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.EnsureSalt">
            <summary>
            Ensures the user salt.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.GenerateSalt">
            <summary>
            Generates the user salt.
            </summary>
            <returns>The user salt.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.GetSalt">
            <summary>
            Gets the salt.
            </summary>
            <returns>The encryption salt.</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.Hash">
            <summary>
            Hashes this instance.
            </summary>
            <returns>Hash generated for this instance</returns>
        </member>
        <member name="M:Sitecore.Shell.Feeds.FeedUrlOptions.SortKeys">
            <summary>
            Sorts the keys.
            </summary>
            <returns>The parameter keys.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Codebehind">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Codebehind.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Codebehind"/> class.
            </summary>
            <param name="filename">The filename.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Codebehind.Create">
            <summary>
            Creates this instance.
            </summary>
            <returns>The create.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Codebehind.Process(System.String,System.Boolean)">
            <summary>
            Runs the processor.
            </summary>
            <param name="header">The header.</param>
            <param name="setCodeBehind">if set to <c>true</c> this instance is set code behind.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Codebehind.Process(System.String,System.Boolean,System.String@)">
            <summary>
            Runs the processor.
            </summary>
            <param name="header">The header.</param>
            <param name="setCodeBehind">if set to <c>true</c> this instance is set code behind.</param>
            <param name="codebehind">The codebehind.</param>
            <returns>The result.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Codebehind.IsLayout">
            <summary>
            Determines whether this instance is layout.
            </summary>
            <returns>
                <c>true</c> if this instance is layout; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Codebehind.ProcessCodeBehindMatchEvaluator(System.Text.RegularExpressions.Match)">
            <summary>
            Processes the code behind.
            </summary>
            <param name="match">The match.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder">
            <summary>
            Base class for all command builders
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder"/> class.
            </summary>
            <param name="commandName">Name of the command.</param>
        </member>
        <member name="P:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.Name">
            <summary>
            Gets or sets the command name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.Item(System.String)">
            <summary>
            Gets or sets the command argument with the specified key.
            </summary>
            <value>The command argument</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.Arguments">
            <summary>
            Gets the arguments.
            </summary>
            <value>The arguments.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.Add(System.String,System.String)">
            <summary>
            Adds the specified argument.
            </summary>
            <param name="key">The argument name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.Add(System.String,System.Boolean)">
            <summary>
            Adds the bool argument
            </summary>
            <param name="key">The argument name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.IsCommand(System.String)">
            <summary>
            Determines whether the specified command is command.
            </summary>
            <param name="command">The command.</param>
            <returns>
                <c>true</c> if the specified command is command; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.Parse(System.String)">
            <summary>
            Parses the specified input.
            </summary>
            <param name="input">The input.</param>
            <returns>The parse.</returns>
            <remarks>Parses command strings of the following form: foo:bar(key=value, key2=value2)</remarks>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.CommandBuilder.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> representation of the command
            </summary>
            <returns>
            A <see cref="T:System.String"/> representation of the command<see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.CommandBuilders.WorkflowCommandBuilder">
            <summary>
            Builds the workflow command
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.CommandBuilders.WorkflowCommandBuilder.#ctor(Sitecore.Data.Items.Item,Sitecore.Workflows.IWorkflow,Sitecore.Workflows.WorkflowCommand)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.CommandBuilders.WorkflowCommandBuilder"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="workflow">The workflow.</param>
            <param name="command">The command.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.AccessViewer.SelectColumns">
            <summary>
            Represents a ChangeUser command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AccessViewer.SelectColumns.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AccessViewer.SelectColumns.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.AddFromMaster">
            <summary>
            Represents the AddFromMaster command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddFromMaster.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddFromMaster.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.AddFromTemplate">
            <summary>
            Represents the AddFromTemplate command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddFromTemplate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddFromTemplate.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.AddMaster">
            <summary>
            Represents the AddMaster command.
            </summary>
        </member>
        <member name="E:Sitecore.Shell.Framework.Commands.AddMaster.ItemCreated">
            <summary>
            Occurs when item created.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddMaster.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddMaster.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddMaster.Add(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Adds the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.AddTemplateField">
            <summary>
            Represents the AddTemplateField command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddTemplateField.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddTemplateField.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddTemplateField.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.AddVersion">
            <summary>
            Represents the AddVersion command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddVersion.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddVersion.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.AddVersion.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archive">
            <summary>
            Represents the Archive command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archive.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archive.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archive.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ArchiveDateSet">
            <summary>
            Represents the ArchiveDateSet command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ArchiveDateSet.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ArchiveDateSet.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ArchiveDateSet.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archives.BaseItemOperationCommand">
            <summary>
             Base command for per item or version operation on Archive.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.BaseItemOperationCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            The execute.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.BaseItemOperationCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Entry point for client pipeline
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archives.Delete">
            <summary>
            Represents the Archive command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.Delete.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <contract>
              <requires name="args" condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archives.Empty">
            <summary>
            Represents the Archive command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.Empty.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.Empty.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archives.Refresh">
            <summary>
            Represents the Archive command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.Refresh.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archives.Restore">
            <summary>
            Represents the Archive command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.Restore.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.Restore.DoRestore(System.String,System.Collections.Generic.IEnumerable{System.Guid},System.Collections.Generic.IEnumerable{System.Guid},System.Boolean)">
            <summary>
            Executes the archive event.
            </summary>
            <param name="archiveName">Name of the archive.</param>
            <param name="archivalIds">The archival ids.</param>
            <param name="versions">The versions.</param>
            <param name="restoreVersions">if set to <c>true</c> [restore versions].</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Archives.ShowVersions">
            <summary>
            Command for ShowVersions checkbox.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.ShowVersions.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            The execute.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.ShowVersions.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            The get click.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The click.</param>
            <returns>
            The get click.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Archives.ShowVersions.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            The query state.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ArchiveVersion">
            <summary>
            TODO: Update summary.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ArchiveVersion.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ArchiveVersion.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ArchiveVersion.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowOnlyLatestVersion">
            <summary>
            Represents the AddFromMaster command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowOnlyLatestVersion.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowOnlyLatestVersion.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowOnlyLatestVersion.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowSystemItems">
            <summary>
            Represents the AddFromMaster command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowSystemItems.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowSystemItems.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.BrokenLinks.ShowSystemItems.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Carousel.Home">
            <summary>
            Represents the Home command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Carousel.Home.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Carousel.Home.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Carousel.Refresh">
            <summary>
            Represents the Refresh command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Carousel.Refresh.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ChangePassword">
            <summary>
            Represents the ChangePassword command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ChangePassword.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ChangeTemplate">
            <summary>
            Represents the ChangeTemplate command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ChangeTemplate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ChangeTemplate.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ChangeTemplate.ConfirmBeforeRun(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Confirms before run.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ChangeTemplate.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CheckIn">
            <summary>
            Represents the CheckIn command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CheckIn.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CheckIn.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CheckIn.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CheckOut">
            <summary>
            Represents the CheckOut command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CheckOut.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CheckOut.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CheckOut.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ClientEventCommand">
            <summary>
            Represents a client event command.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.ClientEventCommand.CancelDispatch">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Shell.Framework.Commands.ClientEventCommand"/> cancels dispatches.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Framework.Commands.ClientEventCommand"/> cancels dispatches; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.ClientEventCommand.Message">
            <summary>
            Gets or sets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ClientEventCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ClientEventCommand.SendEventMessage">
            <summary>
            Sends the event message.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ClipboardCommand">
            <summary>
            Represents the CopyToClipboard command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ClipboardCommand.IsSupported(System.Boolean)">
            <summary>
            Determines whether this instance is supported.
            </summary>
            <returns>
                <c>true</c> if this instance is supported; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Clipboard.CopyIDToClipboard">
            <summary>
            Represents the AddMaster command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clipboard.CopyIDToClipboard.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clipboard.CopyIDToClipboard.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clipboard.CopyIDToClipboard.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Clipboard.CopyPathToClipboard">
            <summary>
            Represents the AddMaster command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clipboard.CopyPathToClipboard.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clipboard.CopyPathToClipboard.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clipboard.CopyPathToClipboard.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Clone">
            <summary>
            Defines the clone class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clone.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Clone.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CloneWithoutSubItems">
            <summary>
            Defines the clone without sub items class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CloneWithoutSubItems.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CloneWithoutSubItems.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Unclone">
            <summary>
            The unclone.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unclone.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unclone.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            The execute.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unclone.UncloneItem(Sitecore.Data.Items.Item)">
            <summary>
            Unclones the item.
            </summary>
            <param name="item">The item to unclone.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unclone.UncloneItem(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Unclones the item.
            </summary>
            <param name="item">The item to unclone.</param>
            <param name="processChildren">if set to <c>true</c> item children will be processed and unclonned.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UncloneSingleItem">
            <summary>
            Unclone a single item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UncloneSingleItem.UncloneItem(Sitecore.Data.Items.Item)">
            <summary>
            Unclones the item.
            </summary>
            <param name="item">The item to unclone.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Command">
            <summary>
            Defines the basic properties and functionality of a command.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.Command.Name">
            <summary>
            Gets or sets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The default header.</param>
            <returns>The header.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.GetIcon(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the icon.
            </summary>
            <param name="context">The context.</param>
            <param name="icon">The default icon.</param>
            <returns>The icon.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.GetToolTip(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the tool tip.
            </summary>
            <param name="context">The context.</param>
            <param name="tooltip">The tooltip.</param>
            <returns>Returns command tooltip.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.GetSubmenuItems(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the submenu items.
            </summary>
            <param name="context">The context.</param>
            <returns>The submenu.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.GetValue(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="context">The context.</param>
            <param name="value">The value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.SetClick(System.String)">
            <summary>
            Sets the click action.
            </summary>
            <param name="click">The click action.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.SetHeader(System.String)">
            <summary>
            Sets the header.
            </summary>
            <param name="header">The header.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.SetIcon(System.String)">
            <summary>
            Sets the icon.
            </summary>
            <param name="icon">The icon.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.SetToolTip(System.String)">
            <summary>
            Sets the tool tip.
            </summary>
            <param name="tooltip">The tooltip.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.SetValue(System.String)">
            <summary>
            Sets the value.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.CanWriteField(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Determines whether the specified field can be written to.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldID">The date.</param>
            <returns>
                <c>true</c> if the specified field can be written to; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.CanWriteField(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether the specified field can be written to.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>
                <c>true</c> if the specified field can be written to; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.DeserializeItems(System.String)">
            <summary>
            Deserializes the item from a string list.
            </summary>
            <param name="list">The list.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.HasField(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Determines whether the specified item has the specified field.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldID">The field ID.</param>
            <returns>
                <c>true</c> if the specified item has the specified field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.IsLockedByOther(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether [is lock by other] [the specified item].
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if [is lock by other] [the specified item]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.HasField(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Determines whether the specified item has the specified field.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldName">Name of the field.</param>
            <returns>
                <c>true</c> if the specified item has the specified field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.IsAdvancedClient">
            <summary>
            Determines whether this browser is an advanced client.
            </summary>
            <returns>
                <c>true</c> if this browser is an advanced client; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.SerializeItems(Sitecore.Data.Items.Item[])">
            <summary>
            Serializes the items to a string list.
            </summary>
            <param name="items">The items.</param>
            <returns>A string representing the items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Command.Start(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Starts the specified pipeline.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="item">The item.</param>
            <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of parameters.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Commands">
            <summary>
            Represents a list of commands.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CommandContext">
            <summary>
            Represents the context in which a command is executes.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.CommandContext"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandContext.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.CommandContext"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandContext.#ctor(Sitecore.Data.Items.Item[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.CommandContext"/> class.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.CustomData">
            <summary>
            Gets or sets the custom data.
            </summary>
            <value>The custom data.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.Empty">
            <summary>
            Gets the empty command context.
            </summary>
            <value>The empty command context.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.Folder">
            <summary>
            Gets or sets the folder.
            </summary>
            <value>The folder.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.IsContextMenu">
            <summary>
            Gets or sets a value indicating whether this instance is context menu.
            </summary>
            <value>
                <c>true</c> if this instance is context menu; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandContext.RibbonSourceUri">
            <summary>
            Gets or sets the ribbon source URI.
            </summary>
            <value>The ribbon source URI.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandContext.GetItems">
            <summary>
            Gets the items.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandContext.SetItems(Sitecore.Data.Items.Item[])">
            <summary>
            Sets the items.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CommandManager">
            <summary>
            Manages commands.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Shell.Framework.Commands.CommandManager"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.CommandManager.Empty">
            <summary>
            Gets the empty command.
            </summary>
            <value>The empty command.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.GetCommand(System.String)">
            <summary>
            Gets the command by name stripping arguments if they are found in body of command name.
            <para>Strips arguments defined in brackets '(' if any defined.</para>
            <para>Example: 'some:command(args)' is given as name, the 'some:command' will be returned.</para>
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.GetCommand(System.String,System.Boolean)">
            <summary>
            Gets the command by name and optionally asserting the result.
            <para>Strips arguments defined in brackets '(' if any defined.</para>
            <para>Example: 'some:command(args)' is given as name, the 'some:command' will be returned.</para>
            </summary>
            <param name="name">The name.</param>
            <param name="assert">if set to <c>true</c> result will be asserted.</param>
            <returns>Command matched by name; <c>null</c> if nothing was found.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.TryGetCommand(System.String,Sitecore.Shell.Framework.Commands.Command@)">
            <summary>
            Returns <c>true</c> if command by name was found.
            </summary>
            <param name="name">The name.</param>
            <param name="command">The command.</param>
            <returns><c>true</c> if command with given name was found; <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.GetCommandName(Sitecore.Shell.Framework.Commands.Command)">
            <summary>
            Gets the name of the command.
            </summary>
            <param name="command">The command.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.QueryState(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Queries the state of a named command.
            </summary>
            <param name="command">The command.</param>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.QueryState(System.String,Sitecore.Data.Items.Item[])">
            <summary>
            Queries the state of a named command.
            </summary>
            <param name="command">The command.</param>
            <param name="items">The items.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.QueryState(Sitecore.Shell.Framework.Commands.Command,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of a command.
            </summary>
            <param name="command">The command.</param>
            <param name="context">The command context.</param>
            <returns>The Command State.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.QueryStateForButton(Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state for command buttons that don't have command assigned.
            </summary>
            <param name="button">The command button.</param>
            <param name="context">The command context.</param>
            <returns>The Command State.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.RegisterCommand(System.String,Sitecore.Shell.Framework.Commands.Command)">
            <summary>
            Registers a new command.
            </summary>
            <param name="name">The name.</param>
            <param name="command">The command.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.GetClientEventCommand">
            <summary>
            Gets the client event command.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.GetDispatchCommand(System.String)">
            <summary>
            Gets the dispatch command.
            </summary>
            <param name="command">The command.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.GetMethodCommand(System.String)">
            <summary>
            Gets the method command.
            </summary>
            <param name="command">The command.</param>
            <returns></returns>
            <exception cref="T:Sitecore.Exceptions.ControlNotFoundException">Control does not exist on form</exception>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CommandManager.ReadCommands">
            <summary>
            Reads the commands.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CommandState">
            <summary>
            Represents the state of a command.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.CommandState.Enabled">
            <summary>Enabled state.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.CommandState.Down">
            <summary>Down (enabled) state.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.CommandState.Disabled">
            <summary>Disabled state.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.CommandState.Hidden">
            <summary>Hidden state.</summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CompareVersions">
            <summary>
            Represents the CompareVersions command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CompareVersions.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CompareVersions.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ConfirmableCommand">
            <summary>The confirmable command.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ConfirmableCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ConfirmableCommand.GetConfirmationText(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>The get confirmation text.</summary>
            <param name="args">The args.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ConfirmableCommand.GetParameters(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>The get parameters.</summary>
            <param name="context">The context.</param>
            <returns>The <see cref="T:System.Collections.Specialized.NameValueCollection"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ConfirmableCommand.ExecuteConfirmed(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>The execute confirmed.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ConfirmableCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the security presets.
            </summary>
            <param name="args">
            The args.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Archive">
            <summary>
            Represents the Reminder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Archive.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Archive.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Archive.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Back">
            <summary>
            Represents the Back command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Back.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Back.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Close">
            <summary>
            Represents the Close command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Close.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Close.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ClosePreview">
            <summary>
            Represents the Close Preview command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ClosePreview.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ClosePreview.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ClosePreview.GetQueryString(System.String)">
            <summary>
            Gets the query string value by specified key.
            </summary>
            <param name="key">The query string parameter name.</param>
            <returns>The query string parameter value.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ContentImage.EditImage">
            <summary>
            Represents the EditImage command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ContentImage.EditImage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ContentImage.EditImage.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
            <contract>
              <requires name="context" condition="not null" />
              <requires name="click" condition="not empty" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ContentImage.EditImage.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
                <requires name="context" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ContentImage.EditImage.GetImageItem(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the image item.
            </summary>
            <param name="context">The context.</param>
            <returns>The image item.</returns>
            <contract>
              <requires name="context" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Edit">
            <summary>
            Represents the Edit command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Edit.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Edit.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Edit.CanCheckIn(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can check in the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance can check in the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Edit.HasWriteAccess(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether context user has write access to the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if context user has write access to the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Edit.CanEdit(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can edit the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance can edit the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Forward">
            <summary>
            Represents the Forward command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Forward.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Forward.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Home">
            <summary>
            Returns the user to the home item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Home.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Home.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.IncrementMark">
            <summary>
            Represents the Forward command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.IncrementMark.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Navigate">
            <summary>
            Represents a command that navigates to selected item
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Navigate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItem">
            <summary>
            Opens the selected item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItem.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItem.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItem.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItemInTab">
            <summary>
            Opens the selected item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItemInTab.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItemInTab.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItemInTab.TrackOpenTab(System.String)">
            <summary>
            Tracks the opened tabs in the session
            </summary>
            <remarks>
            The method is copied from the Sitecore.Buckets.Pipelines.UI.LaunchResultPipeline.LaunchSitecoreResult class
            </remarks>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItemSecurityEditorContextAware">
            <summary>
            Open item security editor. Used in Content Editor and therefore is context aware and is disabled on non-editable items.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenItemSecurityEditorContextAware.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.OpenSecurity">
            <summary>
            Represents the Reminder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenSecurity.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.OpenSecurity.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.PageDesigner">
            <summary>
            Opens the Page Designer.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.PageDesigner.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.PageDesigner.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.PagePreviews">
            <summary>
            The page previews.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.PagePreviews.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.PagePreviews.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The default header.</param>
            <returns>The header.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.PagePreviews.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.PagePreviews.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Preview">
            <summary>
            Represents a Preview.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Preview.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Preview.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Properties">
            <summary>
            Opens the Page Designer.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Properties.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Reminder">
            <summary>
            Represents the Reminder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Reminder.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Reminder.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Reminder.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Save">
            <summary>
            Represents the Save command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Save.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Save.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.SaveAndClose">
            <summary>
            Represents the Close command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SaveAndClose.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SaveAndClose.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SaveAndClose.GetQueryState(System.String,Sitecore.Data.Items.Item[])">
            <summary>
            Queries the state of a named command.
            </summary>
            <param name="command">The command.</param>
            <param name="items">The items.</param>
            <returns>The state for the specified command</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SaveAndClose.IsHiddenStateFromQuery">
            <summary>
            Determines whether is hidden state from query.
            </summary>
            <returns>
              <c>true</c> if is hidden state from query; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SaveAndClose.GetQueryString(System.String)">
            <summary>
            Gets the query string value by specified key.
            </summary>
            <param name="key">The query string parameter name.</param>
            <returns>The query string parameter value.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.SetIcon">
            <summary>
            Represents the Set Icon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetIcon.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetIcon.Execute(Sitecore.Data.Items.Item)">
            <summary>
            Executes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetIcon.GetIcon(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the icon.
            </summary>
            <param name="context">The context.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetIcon.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetIcon.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.SetThumbnail">
            <summary>Represents the Set Icon command.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetThumbnail.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetThumbnail.Execute(Sitecore.Data.Items.Item)">
            <summary>
            Executes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetThumbnail.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns>The get click.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.SetThumbnail.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ShowFavorites">
            <summary>
            Is used for manage the comamnd query state.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ShowFavorites.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ShowLinks">
            <summary>
            Is used for manage the comamnd query state.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ShowLinks.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ShowValidationResult">
            <summary>
            Shows the item validation result.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ShowValidationResult.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ShowValidationResult.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ShowWorkflowCommands">
            <summary>
            Represents the Set Icon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ShowWorkflowCommands.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ShowWorkflowCommands.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Subitems">
            <summary>
            Represents the Subitems command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Subitems.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Subitems.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Subitems.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleEntireTree">
            <summary>
            Represents the Toggle Entire Tree command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleEntireTree.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleEntireTree.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleEntireTree.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleFolders">
            <summary>
            Represents the Toggle Folders command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleFolders.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleFolders.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleFolders.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleHiddenItems">
            <summary>
            Represents the Toggle Hidden Items command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleHiddenItems.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleHiddenItems.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleHiddenItems.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleRawValues">
            <summary>
            Represents the Toggle Raw Values command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleRawValues.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleRawValues.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleRawValues.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleStandardFields">
            <summary>
            Represents the Toggle Standard Fields command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleStandardFields.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleStandardFields.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleStandardFields.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleTranslate">
            <summary>
            Represents the Toggle Translate command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleTranslate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleTranslate.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.ToggleTranslate.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Up">
            <summary>
            Selects the parent item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Up.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Up.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Up.GetDataContext">
            <summary>
            Gets the data context.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.CapitalAndDot">
            <summary>Defines the make lower case class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.CapitalAndDot.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.MakeLowerCase">
            <summary>Defines the make lower case class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.MakeLowerCase.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.MakeUpperCase">
            <summary>Defines the make lower case class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.MakeUpperCase.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.RemoveSpaces">
            <summary>Defines the make lower case class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.RemoveSpaces.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.RemoveTags">
            <summary>Defines the make lower case class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.RemoveTags.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.Trim">
            <summary>
            Represents a Trim.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.Trim.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ValidatorCommand">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ValidatorCommand.GetControlToValidate(Sitecore.Data.Validators.BaseValidator)">
            <summary>
            Gets the control to validate.
            </summary>
            <param name="validator">The validator.</param>
            <returns>The control to validate.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ValidatorCommand.GetValidator(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the validator.
            </summary>
            <param name="context">The context.</param>
            <returns>The validator.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ValidatorCommand.GetValidators">
            <summary>
            Gets the validators.
            </summary>
            <returns>The validators.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ValidatorCommand.Validate">
            <summary>
            Validates this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ViewXhtml">
            <summary>
            Represents a Trim.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ContentEditor.Validators.ViewXhtml.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CopyTo">
            <summary>
            Represents the CopyTo command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CopyTo.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CopyTo.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CopyToClipboard">
            <summary>
            Represents the CopyToClipboard command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CopyToClipboard.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CopyToClipboard.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Create">
            <summary>
            Represents the Create command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Create.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Create.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Create.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CreateNewRole">
            <summary>
            Represents the CreateNewRole command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CreateNewRole.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.CutToClipboard">
            <summary>
            Represents the CutToClipboard command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CutToClipboard.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.CutToClipboard.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Databases.CleanUp">
            <summary>
            Represents the Clean Up Databases command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Databases.CleanUp.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Delete">
            <summary>
            Represents the Delete command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Delete.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Delete.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.DeleteChildren">
            <summary>
            Represents the DeleteChildren command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteChildren.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteChildren.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.DeleteTemplateField">
            <summary>
            Represents the DeleteTemplateField command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteTemplateField.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteTemplateField.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteTemplateField.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.DeleteVersion">
            <summary>
            Removes a version
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.CheckReferrers(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the referrers. If referrers exists than shows the confirmation message.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.Confirmation(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Asks for confirmation before removing.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.DeleteVersions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Deletes the versions.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.ExtractItemVersion(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Extracts the item version from pipeline arguments.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The Item version.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DeleteVersion.BuildReferrersString(Sitecore.Data.Items.Item[])">
            <summary>
            Builds the referrers string.
            </summary>
            <param name="referrers">
            The referrers.
            </param>
            <returns>
            The string that describes referrers.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.DomainManager.DeleteDomain">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.DeleteDomain.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.DeleteDomain.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.DeleteDomain.RemoveDomains(System.String)">
            <summary>
            Removes the domains.
            </summary>
            <param name="names">The names.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.DeleteDomain.RemoveManagedDomainFromUsers(System.String)">
            <summary>
            Removes domain from users' list of "managed domains".
            </summary>
            <param name="domain">The domain name.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.DomainManager.EditDomain">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.EditDomain.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.EditDomain.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.EditDomain.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.DomainManager.NewDomain">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.NewDomain.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.NewDomain.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.DomainManager.NewDomain.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Download">
            <summary>
            Represents the Download command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Download.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Duplicate">
            <summary>
            Represents the Duplicate command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Duplicate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Duplicate.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Edit">
            <summary>
            Represents the Edit command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Edit.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Edit.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Empty">
            <summary>
            Represents the Empty command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Empty.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ExportLanguage">
            <summary>
            Represents the ExportLanguage command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ExportLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Favorites.Add">
            <summary>
            Represents the Add command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Favorites.Add.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Favorites.Add.CreateFavorite(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Creates the favorite.
            </summary>
            <param name="favorites">The favorites.</param>
            <param name="item">The item.</param>
            <returns>The favorite.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Favorites.Add.GetFavorite(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets a favorite.
            </summary>
            <param name="favorites">The favorites.</param>
            <param name="id">The id.</param>
            <returns>The favorite.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Favorites.Organize">
            <summary>
            Represents the Organize command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Favorites.Organize.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Favorites.ShowMenu">
            <summary>
            Represents the Show Menu command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Favorites.ShowMenu.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Favorites.ShowMenu.CreateMenu(Sitecore.Web.UI.HtmlControls.Control,Sitecore.Data.Items.Item)">
            <summary>
            Creates the menu.
            </summary>
            <param name="parent">The parent.</param>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.GotoMaster">
            <summary>
            Represents the Set Icon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.GotoMaster.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.GotoMaster.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.GotoTemplate">
            <summary>
            Represents the Set Icon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.GotoTemplate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.GotoTemplate.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.IDE.CreateFile">
            <summary>
            Represents the AddFromMaster command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.IDE.CreateFile.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.IDE.CreateFile.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.IDE.CreateFile.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.IHasCommandContext">
            <summary>
            Represents a IHasCommandContext.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.IHasCommandContext.GetCommandContext">
            <summary>
            Gets the command context.
            </summary>
            <returns>The command context.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.Crop">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Crop.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Crop.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.FlipHorizontal">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.FlipHorizontal.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.FlipHorizontal.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.FlipVertical">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.FlipVertical.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.FlipVertical.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.Open">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Open.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Open.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.Redo">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Redo.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Redo.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.Resize">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Resize.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Resize.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.RotateLeft">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.RotateLeft.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.RotateLeft.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.RotateRight">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.RotateRight.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.RotateRight.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.Save">
            <summary>
            Represents the Save command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Save.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Save.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Imager.Undo">
            <summary>
            Represents the Open command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Undo.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Imager.Undo.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ImportLanguage">
            <summary>
            Represents the ImportLanguage command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ImportLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ItemNew">
            <summary>
            Represents the ItemNew command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemNew.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemNew.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemNew.GetSubmenuItems(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the submenu items.
            </summary>
            <param name="context">The context.</param>
            <returns>The submenu.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemNew.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ItemSecurityEditor.ChangeDomain">
            <summary>
            Represents the Change Domain command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemSecurityEditor.ChangeDomain.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemSecurityEditor.ChangeDomain.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ItemSecurityEditor.ChangeDomain.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Masters.New">
            <summary>
            Represents the New command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Masters.New.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Masters.New.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Masters.Reset">
            <summary>
            Represents the New command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Masters.Reset.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the specified page designer.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Masters.Reset.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Masters.Reset.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.BatchUpload">
            <summary>
            Represents the Upload command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.BatchUpload.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.BatchUpload.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.BatchUpload.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.Download">
            <summary>
            Represents the Upload command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Download.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Download.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.MultiUpload">
            <summary>
            Activates the flash based upload.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.MultiUpload.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.MultiUpload.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.NewFolder">
            <summary>
            Represents the New Folder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.NewFolder.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.NewFolder.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.Play">
            <summary>
            Represents the Upload command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Play.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Play.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.Upload">
            <summary>
            Represents the Upload command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Upload.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Upload.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.Upload.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Media.View">
            <summary>
            Represents the Upload command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.View.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Media.View.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MessageCommand">
            <summary>
            Represents a Message command.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MessageCommand.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MessageCommand.#ctor(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.MessageCommand"/> class.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MessageCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MessageCommand.DispatchMessage(System.Web.UI.Control)">
            <summary>
            Dispatches the message.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MethodCommand">
            <summary>
            Represents the MethodCommand command.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommand.Target">
            <summary>
            Gets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommand.Method">
            <summary>
            Gets the method.
            </summary>
            <value>The method.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommand.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommand.#ctor(System.Object,System.Reflection.MethodInfo,System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.MethodCommand"/> class.
            </summary>
            <param name="target">The target.</param>
            <param name="method">The method.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MethodCommandArgs">
            <summary>
            Represents the arguments of a Method Command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.MethodCommandArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="!:ItemLinksPipelineArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommandArgs.MethodParameters">
            <summary>
            Gets or sets the method parameters.
            </summary>
            <value>The method parameters.</value>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MethodCommandTargetType">
            <summary>
            Represents the type of target.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.MethodCommandTargetType.CodeBeside">
            <summary>CodeBeside.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.MethodCommandTargetType.Page">
            <summary>Page.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.MethodCommandTargetType.Control">
            <summary>Control.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.MethodCommandTargetType.Type">
            <summary>Type.</summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MethodCommandProcessor">
            <summary>
            Represents a Method command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.MethodCommandProcessor"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="methodName">Name of the method.</param>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.ControlID">
            <summary>
            Gets or sets the control ID.
            </summary>
            <value>The control ID.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.TargetType">
            <summary>
            Gets or sets the type of the target.
            </summary>
            <value>The type of the target.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.Type">
            <summary>
            Gets or sets the type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.Invoke(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Invokes this processor with the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.GetMethodByName(System.Object,System.String,System.String[])">
            <summary>
            Gets the method by name.
            </summary>
            <param name="obj">The object.</param>
            <param name="methodName">Name of the method.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.GetParameters(Sitecore.Pipelines.PipelineArgs)">
            <summary>
            Gets the parameters.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.GetTarget(Sitecore.Web.UI.Sheer.ClientPage)">
            <summary>
            Gets the target.
            </summary>
            <param name="page">The page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.MethodCommandProcessor"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MethodCommandProcessor.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MoveDown">
            <summary>
            Sorts the items after next.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveDown.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveDown.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveDown.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MoveFirst">
            <summary>
            Sorts the item first.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveFirst.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveFirst.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveFirst.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MoveLast">
            <summary>
            Sorts the item last.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveLast.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveLast.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveLast.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MoveTo">
            <summary>
            Represents the Move To command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveTo.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveTo.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MoveUp">
            <summary>
            Sorts the items before previous.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveUp.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveUp.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MoveUp.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.MyItems">
            <summary>
            Represents a ResetSortorder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.MyItems.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.NewFolder">
            <summary>
            Represents the NewFolder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.NewFolder.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.NewFolder.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.NewFolder.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.OpenSecurityEditor">
            <summary>
            Represents the Open Security Editor command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.OpenSecurityEditor.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.OpenSecurityEditor.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.OpenSecurityManager">
            <summary>
            Represents the Open Security Manager command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.OpenSecurityManager.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.OpenSecurityManager.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.PasteFromClipboard">
            <summary>
            Represents the Paste From Clipboard command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PasteFromClipboard.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PasteFromClipboard.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PasteFromClipboard.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PasteFromClipboard.PasteItemsFromClipboard(System.String,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            The paste items from clipboard.
            </summary>
            <param name="data">
            The data.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="targetItem">
            The target item.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Preferences.ChangeRegionalSettings">
            <summary>
            Represents the Change Regional Settings command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Preferences.ChangeRegionalSettings.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Preferences.ChangeUserInformation">
            <summary>
            Represents the Change User Information command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Preferences.ChangeUserInformation.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Preferences.ChangeWallPaper">
            <summary>
            Represents the Change WallPaper command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Preferences.ChangeWallPaper.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.PreviewItem">
            <summary>
            Represents the Preview Item command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PreviewItem.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PreviewItem.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PreviewItem.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.PublishingViewer">
            <summary>
            Represents the Publishing Viewer command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishingViewer.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishingViewer.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.PublishItem">
            <summary>
            Represents the Publish Item command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishItem.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishItem.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishItem.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishItem.CheckWorkflow(Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Items.Item)">
            <summary>
            Checks the workflow.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The item.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.PublishNow">
            <summary>
            Represents the Publish Now command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishNow.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishNow.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishNow.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishNow.GetTargets">
            <summary>
            Gets the targets.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.PublishNow.CheckWorkflow(Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Items.Item)">
            <summary>
            Checks the workflow.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The item.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ReminderClear">
            <summary>
            Represents the Reminder Clear command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ReminderClear.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ReminderClear.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ReminderSet">
            <summary>
            Represents the Reminder Set command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ReminderSet.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ReminderSet.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ReminderSet.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RemoveLanguage">
            <summary>
                Represents the Remove Language command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RemoveLanguage.BuildReferrersString(Sitecore.Data.Items.Item[])">
            <summary>
                Builds the referrers string.
            </summary>
            <param name="referrers">
                The referrers.
            </param>
            <returns>
                The string that describes referrers.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RemoveLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RemoveLanguage.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Rename">
            <summary>
            Represents the Rename command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Rename.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Rename.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ResetDefaultWorkflow">
            <summary>
            Represents the Reset Default Workflow command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetDefaultWorkflow.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetDefaultWorkflow.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetDefaultWorkflow.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ResetFields">
            <summary>
            Represents a ResetSortorder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetFields.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetFields.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetFields.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ResetSortorder">
            <summary>
            Represents a ResetSortorder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetSortorder.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetSortorder.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ResetSortorder.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Ribbon.Customize">
            <summary>
            Represents the Security command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Customize.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Customize.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Ribbon.Languages">
            <summary>
            Represents the Languages command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Languages.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <remarks>Does nothing.</remarks>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Languages.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click action.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click action.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Languages.GetIcon(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the icon.
            </summary>
            <param name="context">The context.</param>
            <param name="icon">The icon.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Languages.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The header.</param>
            <returns>The header.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Ribbon.Layout">
            <summary>
            Represents the Layout command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Layout.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Layout.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Layout.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Ribbon.New">
            <summary>
            Represents the New command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.New.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.New.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.New.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Ribbon.Security">
            <summary>
            Represents the Security command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Security.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Security.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Ribbon.Security.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.AddMember">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.AddMember.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.AddMember.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The <c>args</c>.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.AddMember.AddAccounts(Sitecore.Text.ListString,Sitecore.Text.ListString,System.String)">
            <summary>
            Adds the accounts.
            </summary>
            <param name="roles">The roles.</param>
            <param name="users">The users.</param>
            <param name="roleName">Name of the role.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.AddMemberOf">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.AddMemberOf.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.AddMemberOf.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The <c>args</c>.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.AddMemberOf.AddParentRoles(Sitecore.Text.ListString,System.String)">
            <summary>
            Adds the accounts.
            </summary>
            <param name="parentRoles">The roles.</param>
            <param name="roleName">Name of the role.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.Delete">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.Delete.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.Delete.RemoveRoles(System.String)">
            <summary>
            Jobs the test.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.Delete.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.NewRole">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.NewRole.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.NewRole.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.NewRole.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.NewRole.DomainExists(System.String)">
            <summary>
            Executes the exists event.
            </summary>
            <param name="name">The name.</param>
            <returns>The <see cref="T:System.Boolean"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.NewRole.GetDomain(System.String)">
            <summary>
            Gets the domain.
            </summary>
            <param name="roleName">Name of the role.</param>
            <returns>The domain.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.RemoveMember">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.RemoveMember.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.RemoveMember.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.RemoveMemberOf">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.RemoveMemberOf.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.RemoveMemberOf.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The <c>args</c>.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.ViewMembers">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.ViewMembers.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.ViewMembers.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.RoleManager.ViewParentRoles">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.ViewParentRoles.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.ViewParentRoles.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.RoleManager.ViewParentRoles.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeDomain">
            <summary>
            Represents the Change Domain command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeDomain.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeDomain.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeDomain.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeUser">
            <summary>
            Represents a ChangeUser command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeUser.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeUser.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.ChangeUser.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SecurityEditor.SelectColumns">
            <summary>
            Represents a ChangeUser command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.SelectColumns.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityEditor.SelectColumns.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SecurityPreset">
            <summary>
            Implements the SecurityPreset.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityPreset.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The <see cref="T:Sitecore.Shell.Framework.Commands.CommandState"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityPreset.GetConfirmationText(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>The get confirmation text.</summary>
            <param name="args">The args.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityPreset.GetParameters(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>The get parameters.</summary>
            <param name="context">The context.</param>
            <returns>The <see cref="T:System.Collections.Specialized.NameValueCollection"/>.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SecurityPreset.ExecuteConfirmed(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>The execute confirmed.</summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SelectIcon">
            <summary>
                Represents the Select Icon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectIcon.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectIcon.GetIcon(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
                Gets the icon.
            </summary>
            <param name="context">The context.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectIcon.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectIcon.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectIcon.RegisterRecentlyUsedIcon(System.String)">
            <summary>
                Registers the recently used icon.
            </summary>
            <param name="icon">The icon.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SelectLanguage">
            <summary>
            Represents the Archive command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectLanguage.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SelectThumbnail">
            <summary>Represents the Select Icon command.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectThumbnail.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectThumbnail.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SelectThumbnail.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Runs the pipeline.</summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadCommand">
            <summary>
            Base class for all loading commands
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadCommand.GetOptions(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the loading options.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The options.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadCommand.ResetRegistryCache">
            <summary>
            Resets the registry cache.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadUserCommand">
            <summary>
            Abstraction for commands loads users
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadUserCommand.SerializationManager">
            <summary>
            Instance of Serialization Manager
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadUserCommand.StorageProvider">
            <summary>
            Instance of Storage provider
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadUserCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadUserCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="userStorageProvider">The user storage provider.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.BaseLoadUserCommand.IsDeleteCurrentUser(System.String[])">
            <summary>
                Calculate outcome of LoadAllUsers display either Alert or Confirmation to user.
                Will return false if it's not possible to proceed. Otherwise true.
            </summary>
            <param name="usernames">users to perform revert check for.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllRolesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpAllRolesCommand"/> class.</summary>
            <param name="roleSerializationManager">The role serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllRolesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllRolesCommand.DumpAllRoles(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllRolesCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand">
            <summary>
                Dump all users.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="userStorageProvider">The user storage provider.</param>
            <param name="storageSettings">The storage settings.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpAllUsersCommand.DumpAllUsers(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainRolesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainRolesCommand"/> class.</summary>
            <param name="roleSerializationManager">The role serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainRolesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainRolesCommand.DumpDomainRoles(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainRolesCommand.DumpDomainRoles(System.String)">
            <summary>
                Loads the roles of the specified domain.
            </summary>
            <param name="domainname">The domain name.</param>
            <contract>
                <requires name="domainname" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainRolesCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersCommand.DumpDomainUsers(System.String)">
            <summary>
                Dumps the users of the specified domain.
            </summary>
            <param name="domainname">The domain name.</param>
            <contract>
                <requires name="domainname" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersCommand.DumpDomainUsers(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersRolesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersRolesCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="roleSerializationManager">The role serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersRolesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersRolesCommand.DumpDomainUsersRoles(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersRolesCommand.DumpDomainUsersRoles(System.String)">
            <summary>
                Dumps the users and roles of the specified domain.
            </summary>
            <param name="domainname">The domain name.</param>
            <contract>
                <requires name="domainname" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpDomainUsersRolesCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand">
            <summary>
                Dumps single item.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.Message">
            <summary>
            Message which which will be sent to UI in case of any exceptions
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.#ctor(Sitecore.Abstractions.Serialization.BaseItemSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand"/> class.</summary>
            <param name="itemSerializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.Dump(Sitecore.Data.Items.Item)">
            <summary>
                Dumps the specified item.
            </summary>
            <param name="item">The item.</param>
            <contract>
                <requires name="item" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.AuditDump(Sitecore.Data.Items.Item)">
            <summary>
                Write audit trail.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpItemCommand.Dump(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand">
            <summary>
                Dumps single role.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand"/> class.</summary>
            <param name="roleSerializationManager">The role serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand.DumpRole(System.String)">
            <summary>
                Dumps the specified role.
            </summary>
            <param name="rolename">The role name.</param>
            <contract>
                <requires name="rolename" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand.DumpRole(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpRoleCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.DumpTemplatesCommand">
            <summary>
                Dumps templates to disk.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTemplatesCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpTemplatesCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTemplatesCommand.#ctor(Sitecore.Abstractions.BaseSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpTemplatesCommand"/> class.</summary>
            <param name="serializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTemplatesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Runs the command
            </summary>
            <param name="context"></param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand">
            <summary>
                Dumps subtree to disk.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.#ctor(Sitecore.Abstractions.Serialization.BaseItemSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand"/> class.</summary>
            <param name="itemSerializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.Dump(Sitecore.Data.Items.Item)">
            <summary>
                Dumps the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.AuditDump(Sitecore.Data.Items.Item)">
            <summary>
                Write audit trail.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpTreeCommand.DumpDatabaseItems(System.Object[])">
            <summary>
            Serializes all trees in database
            </summary>
            <param name="parameters">parameters containing database</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand">
            <summary>
                Dumps single user.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="userStorageProvider">The storage provider.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand.DoDumpUser(System.String)">
            <summary>
                Dumps the specified user.
            </summary>
            <param name="username">The user name.</param>
            <contract>
                <requires name="username" condition="not null" />
            </contract>
            <returns>Value indicating whether user was dumped or not.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.DumpUserCommand.DumpUser(System.Object[])">
            <summary>
                Dumps users from the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllDatabasesCommand">
            <summary>
                Loads all databases for dump.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllDatabasesCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllDatabasesCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllDatabasesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseItemSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllDatabasesCommand"/> class.</summary>
            <param name="itemSerializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllDatabasesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand">
            <summary>
                LoadAllRolesCommand
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.AffectedEntitiesCalculatorFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand"/> class.</summary>
            <param name="roleSerializationManager">The role serialization manager.</param>
            <param name="storageProvider">The storage provider</param>
            <param name="storageSettings">The storage settings</param>
            <param name="factory">Affected entities calculator factory</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.LoadAllRoles(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllRolesCommand.AlertOrConfirm">
            <summary>
                Calculate outcome of LoadAllRoles display either Alert or Confirmation to user.
                Will return false if it's not possible to proceed. Otherwise true.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand">
            <summary>
                The load all users command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Data.Serialization.AffectedEntitiesCalculatorFactory)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="userStorageProvider">The user storage provider</param>
            <param name="storageSettings">The storage settings</param>
            <param name="factory">Affected entities calculator factory</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">
                The context.
            </param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand.LoadAllUsers(System.Object[])">
            <summary>
                The load all users.
            </summary>
            <param name="parameters">
                The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadAllUsersCommand.AlertOrConfirm">
            <summary>
                Calculate outcome of LoadAllUsers display either Alert or Confirmation to user.
                Will return false if it's not possible to proceed. Otherwise true.
            </summary>
            <returns>
                False if it's not possible to proceed. Otherwise true.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDatabaseCommand">
            <summary>
                Loads single database from dump. Database is pointed to by the context item.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDatabaseCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDatabaseCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDatabaseCommand.#ctor(Sitecore.Abstractions.Serialization.BaseItemSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDatabaseCommand"/> class.</summary>
            <param name="itemSerializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDatabaseCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainRolesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainRolesCommand"/> class.</summary>
            <param name="roleSerializationManager">The role serialization manager.</param>
            <param name="storageSettings">The storage settings.</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainRolesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainRolesCommand.LoadDomainRoles(System.String)">
            <summary>
                Loads the users of the specified domain.
            </summary>
            <param name="domainname">The domain name.</param>
            <contract>
                <requires name="domainname" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainRolesCommand.LoadDomainRoles(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainRolesCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>The name.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand">
            <summary>
                The load domain users command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="storageSettings">The storage settings.</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">
                The context.
            </param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand.LoadDomainUsers(System.String)">
            <summary>
                Loads the users of the specified domain.
            </summary>
            <param name="domainname">
                The domain name.
            </param>
            <contract>
                <requires name="domainname" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>
                The operation name.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersCommand.LoadDomainUsers(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">
                The parameters.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand">
            <summary>
                The load domain users roles command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageSettings,Sitecore.Security.Serialization.SecurityFileSystemCleaner)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="roleSerializationManager">The role serialization manager.</param>
            <param name="storageSettings">The storage settings.</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">
                The context.
            </param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.LoadDomainUsersRoles(System.String)">
            <summary>
            </summary>
            <param name="parameters"></param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.Check(System.String[])">
            <summary>
                Displays to the user, the number of users and roles will be deleted or updated across the selected domains by the
                user.
            </summary>
            <param name="domainNames">Domain names.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns>
                The operation name.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadDomainUsersRolesCommand.LoadDomainUsersAndRoles(System.String)">
            <summary>
                Loads the users and roles of the specified domain.
            </summary>
            <param name="domainname">
                The domain name.
            </param>
            <contract>
                <requires name="domainname" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand">
            <summary>
                Loads single item from dump
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.Message">
            <summary>
            Message which which will be sent to UI in case of any exceptions
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.#ctor(Sitecore.Abstractions.Serialization.BaseItemSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand"/> class.</summary>
            <param name="itemSerializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.LoadItem(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Loads the item.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>The item.</returns>
            <contract>
                <requires name="item" condition="not null" />
                <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.AuditLoad(Sitecore.Data.Items.Item)">
            <summary>
                Write audit trail.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadItemCommand.LoadItem(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IRoleData},Sitecore.Security.Serialization.SecurityFileSystemCleaner,Sitecore.Abstractions.Serialization.BaseStorageSettings)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand"/> class.</summary>
            <param name="serializationManager">The role serialization manager.</param>
            <param name="storageProvider">The storage provider</param>
            <param name="securityFileSystemCleaner">Utils to clean security file system storage</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.GetName">
            <summary>
                Gets the name.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.GetRoleSerializationDataPath(System.String)">
            <summary>
                Returns a file path, where role's serialization data is stored.
            </summary>
            <param name="rolename">Fully qualified role name (domain\rolename).</param>
            <returns>File path, where role's serialization data is stored.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.LoadRoles(System.Object[])">
            <summary>
                Loads the role.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.DeleteRole(System.String)">
            <summary>
                Deletes a role
            </summary>
            <param name="rolename">Name of the role to be deleted</param>
            <returns>True, if role was successfully deleted, false otherwise</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.RestoreRole(System.String)">
            <summary>
                Restores a role
            </summary>
            <param name="rolename">Name of the role to be restored</param>
            <returns>True, if role was successfully restored, false otherwise</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadRoleCommand.AlertOrConfirm(System.String[])">
            <summary>
                Calculate outcome of LoadRole display either Alert or Confirmation to user.
                Will return false if it's not possible to proceed. Otherwise true.
            </summary>
            <param name="rolenames">roles to perform revert check for.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand">
            <summary>
                Loads subtree from dump
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand"/> class.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.#ctor(Sitecore.Abstractions.Serialization.BaseItemSerializationManager)">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand"/> class.</summary>
            <param name="itemSerializationManager">The item serialization manager.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.LoadItem(Sitecore.Data.Items.Item,Sitecore.Data.Serialization.LoadOptions)">
            <summary>
                Loads the item and all descendants.
            </summary>
            <param name="item">The item.</param>
            <param name="options">The options.</param>
            <returns>The item.</returns>
            <contract>
                <requires name="item" condition="not null" />
                <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.AuditLoad(Sitecore.Data.Items.Item)">
            <summary>
                Write audit trail.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.LoadTree(System.Object[])">
            <summary>
                Methods the specified parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadTreeCommand.LoadDatabaseItems(System.Object[])">
            <summary>
            Deserializes all trees in database
            </summary>
            <param name="parameters">parameters containing database</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand">
            <summary>
                The load user command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.#ctor(Sitecore.Abstractions.Serialization.BaseSecuritySerializationManager{Sitecore.Abstractions.Serialization.IUserData},Sitecore.Abstractions.Serialization.BaseStorageProvider{Sitecore.Abstractions.Serialization.IUserData})">
            <summary>Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand"/> class.</summary>
            <param name="userSerializationManager">The user serialization manager.</param>
            <param name="userStorageProvider">The user storage provider.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
                Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
                <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.GetName">
            <summary>
                Get the operation name.
            </summary>
            <returns>
                The get name.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.LoadUser(System.Object[])">
            <summary>
                Loads users from the parameters.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.LoadUser(System.String,System.Boolean@)">
            <summary>
                Loads the specified user.
            </summary>
            <param name="username">The username.</param>
            <param name="bIsRevertOp">
                True, if attempted operation was trying to load existing serialized data from the disk
                and restore user accordingly.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.LoadUserCommand.AlertOrConfirm(System.String[])">
            <summary>
                Calculate outcome of LoadAllUsers display either Alert or Confirmation to user.
                Will return false if it's not possible to proceed. Otherwise true.
            </summary>
            <param name="usernames">users to perform revert check for.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Serialization.RestoreDatabaseCommand">
            <summary>
            Description of RestoreDatabaseCommand.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Serialization.RestoreDatabaseCommand.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
              Runs the action for the command.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetAliases">
            <summary>
            Represents the Set Aliases command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetAliases.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetAliases.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetContextMenu">
            <summary>
            Represents the Set Context Menu command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetContextMenu.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetContextMenu.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetContextMenu.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetCustomEditors">
            <summary>
            Represents the Set Custom Editor command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetCustomEditors.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetCustomEditors.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetCustomEditors.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified arguments.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetDefaultWorkflow">
            <summary>
            Represents the Set Default Workflow command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDefaultWorkflow.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDefaultWorkflow.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDefaultWorkflow.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified <c>args</c>.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetDisplayName">
            <summary>
              Represents the Set Display Name command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDisplayName.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
              Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDisplayName.Execute(Sitecore.Data.Items.Item)">
            <summary>
              Executes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDisplayName.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
              Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetDisplayName.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
              Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetHelp">
            <summary>
            Represents the Set Help command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetHelp.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetHelp.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetHelp.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetIcon">
            <summary>
            Represents the Set Icon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetIcon.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The command context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetIcon.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the set icon pipeline.
            </summary>
            <param name="args">The client pipeline arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetIcon.GetIcon(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the icon.
            </summary>
            <param name="context">The command context.</param>
            <param name="defaultValue">The default value.</param>
            <returns>Path to the new icon file.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetIcon.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The actual command state.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetIcon.RegisterRecentlyUsedIcon(System.String)">
            <summary>
            Registers the recently used icon.
            </summary>
            <param name="icon">Path to the icon to register.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetLayoutDetails">
            <summary>Represents the Set Layout Details command.</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetLayoutDetails.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Executes the command in the specified context.</summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetLayoutDetails.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>Queries the state of the command.</summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetLayoutDetails.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>Runs the pipeline.</summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null"/>
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetMasters">
            <summary>
            Represents the SetMasters command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetMasters.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetMasters.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetMasters.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetOwner">
            <summary>
            Represents the Set Owner command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetOwner.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetOwner.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetOwner.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetPublishing">
            <summary>
            Represents the Set Publishing command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetPublishing.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The default header.</param>
            <returns>The header.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetPublishing.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetPublishing.Execute(Sitecore.Data.Items.Item)">
            <summary>
            Executes the specified item.
            </summary>
            <param name="item">The item.</param>
            <contract>
              <requires name="item" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetPublishing.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetPublishing.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetPublishing.IsReadOnly(Sitecore.Data.Items.Item)">
            <summary>
            Reads the only.
            </summary>
            <param name="item">The item.</param>
            <returns>The only.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetRibbon">
            <summary>
            Represents the Set Ribbon command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetRibbon.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetRibbon.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetRibbon.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetSubitemsSorting">
            <summary>
            Represents the Set Subitems Sorting command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetSubitemsSorting.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetSubitemsSorting.Execute(Sitecore.Data.Items.Item)">
            <summary>
            Executes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetSubitemsSorting.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SetTreeNodeStyle">
            <summary>
            Represents the Set Tree Node Style command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetTreeNodeStyle.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetTreeNodeStyle.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SetTreeNodeStyle.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.AccessViewer">
            <summary>
            Represents the Access Viewer command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.AccessViewer.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.AccessViewer.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.Audit">
            <summary>
            Represents the Audit command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.Audit.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.Audit.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.AutoDoc">
            <summary>
            Represents the AutoDoc command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.AutoDoc.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.AutoDoc.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.DomainManager">
            <summary>
            Represents the Role Manager command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.DomainManager.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.DomainManager.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.EditImage">
            <summary>
            Represents the EditImage command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.EditImage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.EditImage.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The <see cref="T:Sitecore.Shell.Framework.Commands.CommandState"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.EditTemplate">
            <summary>
            Represents the Edit Template command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.EditTemplate.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.EditTemplate.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.LogViewer">
            <summary>
            Represents the Log Viewer command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.LogViewer.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.LogViewer.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.RoleManager">
            <summary>
            Represents the Role Manager command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.RoleManager.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.RoleManager.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.Search">
            <summary>
            Represents the Search command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.Search.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.Search.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.SecurityEditor">
            <summary>
            Represents the Security Editor command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.SecurityEditor.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.SecurityEditor.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.UserManager">
            <summary>
            Represents the User Manager command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.UserManager.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.UserManager.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Shell.UserOptions">
            <summary>
            Represents the User Options command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.UserOptions.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.UserOptions.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Shell.UserOptions.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.ValidationHelper">
            <summary>
            Container of helper methods for userManager
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ValidationHelper.ValidateUserWithMessage(System.String)">
            <summary>
            Validates the user. Uses Sheer.Reponse, so it is dependent on HttpContext.Current
            </summary>
            <param name="userName">Name of the user.</param>
            <returns>
            The user.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ValidationHelper.ValidateRoleWithMessage(System.String)">
            <summary>
            Validates the role. Uses Sheer.Reponse for showing message, so it is dependent on HttpContext.Current
            </summary>
            <param name="rolename">The rolename.</param>
            <returns>
            The role with message.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ValidationHelper.ValidateRoleForCommaWithMessage(System.String)">
            <summary>
            Validates the role for comma with message. Uses Sheer.Reponse for showing message, so it is dependent on HttpContext.Current
            </summary>
            <param name="rolename">The rolename.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ValidationHelper.ValidateForComma(System.String)">
            <summary>
            Validates the role or user name for comma.
            </summary>
            <param name="roleOrUserName">Name of the role or user.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ValidationHelper.ValidateDomainWithMessage(System.String)">
            <summary>
            Validates the domain. Uses Sheer.Reponse for showing message, so it is dependent on HttpContext.Current
            </summary>
            <param name="domain">Domain</param>
            <returns>
            The domain message.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.ChangeAccount">
            <summary>
            Represents the Change Domain command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ChangeAccount.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.ChangeDomain">
            <summary>
            Represents the Change Domain command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ChangeDomain.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.Delete">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Delete.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Delete.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
            <exception cref="T:System.Exception"><c>Exception</c>.</exception>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.Disable">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Disable.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Disable.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.EditUser">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.EditUser.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.EditUser.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.EditUser.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.Enable">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Enable.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Enable.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.ManageUserCommand">
             <summary>
            Extends commands used in UserManager
             </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ManageUserCommand.CanCurrentUserManageSelected(System.String)">
            <summary>
            Checks whether context user can edit the selected user based on managed domains
            </summary>
            <returns>true if context user is able to edit the selected user</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.NewUser">
            <summary>
            Represents the New User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.NewUser.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.NewUser.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.NewUser.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.OpenItemSecurityEditor">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.OpenItemSecurityEditor.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.OpenItemSecurityEditor.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">
            The pipeline args.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.ResetMySettings">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ResetMySettings.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ResetMySettings.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.ResetSettings">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ResetSettings.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.ResetSettings.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.SelectAccount">
            <summary>
            Represents the Change Domain command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.SelectAccount.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.SelectAccount.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.SelectAccount.ParseResult(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Parses the result.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.SelectAccount.AccountInfo">
            <summary>
            Account info
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.SetPassword">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.SetPassword.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.SetPassword.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UserManager.Unlock">
            <summary>
            Represents the Edit User command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Unlock.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UserManager.Unlock.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ShowVersions">
            <summary>
            Shows the versions.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ShowVersions.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ShowVersions.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ShowVersions.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext">
            <summary>
            Represents the command context for small check buttons.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext.#ctor(Sitecore.Data.Items.Item[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext" /> class.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="P:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext.Checked">
            <summary>
            Gets or sets the checked.
            </summary>
            <value>
            The checked.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SmallCheckButtonCommandContext.CreateFromCommandContext(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Creates the command context for small check button from command context.
            </summary>
            <param name="commandContext">The command context.</param>
            <returns>The command context for small check button.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.SubscribeToFeed">
            <summary>
            Shows the versions.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SubscribeToFeed.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.SubscribeToFeed.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.AddLanguage">
            <summary>
            Represents the Add Language command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.AddLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.AddLanguage.Process(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.BrokenLinks">
            <summary>
            Represents the Broken Links command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.BrokenLinks.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.DatabaseUsage">
            <summary>
            Represents the Delete Language command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.DatabaseUsage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.Debug">
            <summary>
            Represents the Debug command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Debug.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.DeleteLanguage">
            <summary>
            Represents the Delete Language command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.DeleteLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.InstallPackage">
            <summary>
            Represents the Install Package command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.InstallPackage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.Logout">
            <summary>
            Represents the Logout command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Logout.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.OpenWebSite">
            <summary>
            Represents the Open WebSite command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.OpenWebSite.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.Preview">
            <summary>
            Represents the Preview command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Preview.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Preview.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.Publish">
            <summary>
            Represents the Publish command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Publish.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Publish.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Publish.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Publish.CheckWorkflow(Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Items.Item)">
            <summary>
            Checks the workflow.
            </summary>
            <param name="args">The arguments.</param>
            <param name="item">The item.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.RebuildDatabase">
            <summary>
            Represents the Rebuild Database command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.RebuildDatabase.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.RebuildLinkDatabase">
            <summary>
            Represents the Rebuild Link Database command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.RebuildLinkDatabase.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.RebuildSearchIndex">
            <summary>
            Represents the Rebuild Search Index command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.RebuildSearchIndex.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.RunProgram">
            <summary>
            Represents the Run Program command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.RunProgram.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.Search">
            <summary>
            Represents the Search command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.Search.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.ShowAbout">
            <summary>
            Represents the Show About command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.ShowAbout.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.System.ShowLicenses">
            <summary>
            Represents the Show Licenses command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.System.ShowLicenses.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.Build">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.Build.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.Build.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.Build.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveDown">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveDown.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveDown.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveDown.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveFirst">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveFirst.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveFirst.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveFirst.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveLast">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveLast.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveLast.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveLast.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveUp">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveUp.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveUp.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.MoveUp.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.NewMaster">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.NewMaster.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.NewMaster.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.NewMaster.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.Remove">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.Remove.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.Remove.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.Remove.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetBaseTemplates">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetBaseTemplates.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetBaseTemplates.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetBaseTemplates.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetStandardValues">
            <summary>
            Represents a SetStandardValues.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetStandardValues.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetStandardValues.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TemplateBuilder.SetStandardValues.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Templates.AddField">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddField.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddField.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddField.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddField.GetItem(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the item.
            </summary>
            <param name="context">The context.</param>
            <returns>The item.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Templates.AddMaster">
            <summary>
            Represents the Add Master command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddMaster.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddMaster.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddMaster.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Templates.AddSection">
            <summary>
            Represents the Add Section command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddSection.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddSection.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddSection.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.AddSection.GetItem(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the item.
            </summary>
            <param name="context">The context.</param>
            <returns>The item.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Templates.CreateStandardValues">
            <summary>
            Represents the Create Standard Values command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.CreateStandardValues.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.CreateStandardValues.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.CreateStandardValues.GetItem(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the item.
            </summary>
            <param name="context">The context.</param>
            <returns>The item.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Templates.New">
            <summary>
            Represents the New command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.New.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.New.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.New.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Templates.NewFolder">
            <summary>
            Represents the New Folder command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.NewFolder.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Templates.NewFolder.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
            <contract>
              <requires name="context" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ToggleHidden">
            <summary>
            Represents the Toggle Hidden command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ToggleHidden.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ToggleHidden.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The header.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ToggleHidden.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.ToggleReadOnly">
            <summary>
            Represents the Toggle Read Only command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ToggleReadOnly.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ToggleReadOnly.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The default header.</param>
            <returns>The header.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.ToggleReadOnly.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.TransferToDatabase">
            <summary>
            Represents the Transfer To Database command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TransferToDatabase.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.TransferToDatabase.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Unlock">
            <summary>
            Represents the Unlock command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unlock.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the specified page designer.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unlock.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Unlock.UnlockItems(System.Object[])">
            <summary>
            Unlocks all.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UnlockAll">
            <summary>
            Represents the Unlock command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UnlockAll.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <inheritdoc />
            <summary>
            Executes the specified page designer.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UnlockAll.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UnlockAll.UnlockAllItems(System.Object[])">
            <summary>
            Unlocks all.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.UntranslatedFields">
            <summary>
            Represents the Untranslated Fields command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.UntranslatedFields.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Upload">
            <summary>
            Represents the Upload command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Upload.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Upload.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.WebEdit.ChangeLanguage">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.ChangeLanguage.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.ChangeLanguage.GetClick(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the click event.
            </summary>
            <param name="context">The context.</param>
            <param name="click">The default click event.</param>
            <returns>The click event.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.ChangeLanguage.GetHeader(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the header.
            </summary>
            <param name="context">The context.</param>
            <param name="header">The default header.</param>
            <returns>The header.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.ChangeLanguage.GetIcon(Sitecore.Shell.Framework.Commands.CommandContext,System.String)">
            <summary>
            Gets the icon.
            </summary>
            <param name="context">The context.</param>
            <param name="icon">The default icon.</param>
            <returns>The icon.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.ChangeLanguage.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.WebEdit.Logout">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.Logout.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.Logout.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.WebEdit.Preview">
            <summary>
            Represents the Add Field command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.Preview.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.WebEdit.Preview.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Workbox.Logout">
            <summary>
            Represents the Change Domain command.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workbox.Logout.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workbox.Logout.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Commands.Workflow">
            <summary>
            Represents the Workflow command.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.IDKey">
            <summary>Key used to identify the ID</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.LanguageKey">
            <summary>Key used to identify the language</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.VersionKey">
            <summary>Key used to identify the version</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.CommandIdKey">
            <summary>Key used to identify the command ID</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.WorkflowIdKey">
            <summary>Key used to identify the workflow ID</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.UIKey">
            <summary>Key used to identify the UI setting</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.CheckModifiedKey">
            <summary>Key used to identify the 'check modified' setting</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Commands.Workflow.SuppressCommentKey">
            <summary>Key used to identify the 'suppress comment' setting</summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workflow.QueryState(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Queries the state of the command.
            </summary>
            <param name="context">The context.</param>
            <returns>
            The state of the command.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workflow.Execute(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Executes the command in the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workflow.Run(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Runs the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workflow.WorkflowCompleteCallback(Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Processor delegate to be executed when workflow completes successfully.
            </summary>
            <param name="args">The arguments for the workflow invocation.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Commands.Workflow.CheckCommandValidity(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Checks if this command can be executed against current workflow state. This is mainly about concurrent workflow transitions.
            </summary>
            <param name="item">the item</param>
            <param name="commandId">workflow command</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.ContextMenu">
            <summary>
            Represents a Context Menu.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.ContextMenu.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The ID.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.ContextMenu.Build(Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Builds the context menu.
            </summary>
            <param name="context">The context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.ContextMenu.Build(Sitecore.Shell.Framework.Commands.CommandContext,Sitecore.Web.UI.HtmlControls.Menu)">
            <summary>
            Builds the context menu.
            </summary>
            <param name="context">The context.</param>
            <param name="menu">The menu.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.ContextMenu.Build(Sitecore.Web.UI.HtmlControls.Control,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Builds the menu with specified parent.
            </summary>
            <param name="parent">The parent.</param>
            <param name="item">The item.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.ContextMenu.RemoveTrailingDividers(Sitecore.Web.UI.HtmlControls.Control)">
            <summary>
            Removes the trailing dividers.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Dialogs">
            <summary>
            Provides utility methods for working with dialogs.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.BrokenLinks">
            <summary>
            Open Broken Links report.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.BrowseImage(System.String,System.String)">
            <summary>
            Browses the image.
            </summary>
            <param name="id">The id.</param>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.BrowseImage(System.String,System.String,System.Boolean)">
            <summary>
            Browses the image.
            </summary>
            <param name="id">The id.</param>
            <param name="root">The root.</param>
            <param name="ignoreSpeak">if set to <c>true</c> Speak dialogs do not replace standard CMS dialogs.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.BrowseImage(System.String,System.String,Sitecore.Globalization.Language)">
            <summary>
            Browses the image.
            </summary>
            <param name="id">The id.</param>
            <param name="root">The root.</param>
            <param name="language">The language.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.BrowseItem(System.String,System.String)">
            <summary>
            Browses the item.
            </summary>
            <param name="selected">The selected.</param>
            <param name="root">The root.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.BrowseItem(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Browses the item.
            </summary>
            <param name="header">The header.</param>
            <param name="text">The text.</param>
            <param name="icon">The icon.</param>
            <param name="button">The button.</param>
            <param name="root">The root.</param>
            <param name="selected">The selected.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.ExportLanguage">
            <summary>
            Exports the language.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.ImportLanguage">
            <summary>
            Imports the language.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.MasterLister(System.String)">
            <summary>
            Masters the lister.
            </summary>
            <param name="lastMaster">The last master.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.RebuildLinkDatabase">
            <summary>
            Rebuilds the link database.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.RebuildSearchIndex">
            <summary>
            Rebuilds the index of the search.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.TemplateLister(System.String)">
            <summary>
            Templates the lister.
            </summary>
            <param name="lastTemplate">The last template.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.ShowAbout">
            <summary>
            Shows the about.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.ShowLicenses">
            <summary>
            Shows the licenses.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.UntranslatedFields">
            <summary>
            Untranslateds the fields.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dialogs.UntranslatedFieldsPipeline(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Untranslateds the fields pipeline.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Dispatcher">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dispatcher.Dispatch(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Dispatches the specified message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dispatcher.Dispatch(Sitecore.Web.UI.Sheer.Message,Sitecore.Data.Items.Item)">
            <summary>
            Dispatches the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dispatcher.Dispatch(Sitecore.Web.UI.Sheer.Message,Sitecore.Data.Items.Item[])">
            <summary>
            Dispatches the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Dispatcher.Dispatch(Sitecore.Web.UI.Sheer.Message,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Dispatches the specified message.
            </summary>
            <param name="message">The message.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.DragAction">
            <summary>
            Drag and drop action for content trees
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.DragAction.Before">
            <summary>
            Sort before
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.DragAction.Into">
            <summary>
            Move into
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.DragAction.After">
            <summary>
            Sort after
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Files">
            <summary>
            Provides utility functions for working with files.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.Delete(System.String[])">
            <summary>
            Deletes the specified files.
            </summary>
            <param name="files">
            The files.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.Delete(System.String[],System.String)">
            <summary>
            Deletes the specified files.
            </summary>
            <param name="files">
            The files.
            </param>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.Download(System.String)">
            <summary>
            Executes the event.
            </summary>
            <param name="filename">
            The filename.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.InstallPackage">
            <summary>
            Installs the package.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.ListFiles(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)">
            <summary>
            Lists the files.
            </summary>
            <param name="header">
            The header.
            </param>
            <param name="text">
            The text.
            </param>
            <param name="icon">
            The icon.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="folder">
            The folder.
            </param>
            <param name="filter">
            The filter.
            </param>
            <param name="directories">
            The directories.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.NewFolder(System.String)">
            <summary>
            News the folder.
            </summary>
            <param name="parentFolder">The parent folder.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.NewFolder(System.String,System.String)">
            <summary>
            News the folder.
            </summary>
            <param name="parentFolder">
            The parent folder.
            </param>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.OpenFile(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Opens the file.
            </summary>
            <param name="header">
            The header.
            </param>
            <param name="text">
            The text.
            </param>
            <param name="icon">
            The icon.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="root">
            The root.
            </param>
            <param name="directory">
            The directory.
            </param>
            <param name="selected">
            The selected.
            </param>
            <param name="filter">
            The filter.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.SaveFile(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Opens the save file dialog.
            </summary>
            <param name="header">
            The header.
            </param>
            <param name="text">
            The text.
            </param>
            <param name="icon">
            The icon.
            </param>
            <param name="button">
            The button.
            </param>
            <param name="root">
            The root.
            </param>
            <param name="directory">
            The directory.
            </param>
            <param name="selected">
            The selected.
            </param>
            <param name="filter">
            The filter.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.Upload(Sitecore.Data.Items.Item)">
            <summary>
            Uploads the specified parent.
            </summary>
            <param name="parent">
            The parent.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.UploadToDirectory(System.String)">
            <summary>
            Uploads to directory.
            </summary>
            <param name="directory">
            The directory.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.Zip(System.String,System.String[])">
            <summary>
            Zips the specified zip filename.
            </summary>
            <param name="zipFilename">
            The zip filename.
            </param>
            <param name="files">
            The files.
            </param>
            <returns>
            The zip.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.ZipAndDownLoad(System.String,System.String[])">
            <summary>
            Zips the and down load.
            </summary>
            <param name="zipFilename">
            The zip filename.
            </param>
            <param name="files">
            The files.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Files.OpenFileBrowserBasedDialog(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Opens the save file dialog.
            </summary>
            <param name="dialogUrl">The dialog URL.</param>
            <param name="header">The header.</param>
            <param name="text">The text.</param>
            <param name="icon">The icon.</param>
            <param name="button">The button.</param>
            <param name="root">The root.</param>
            <param name="directory">The directory.</param>
            <param name="selected">The selected.</param>
            <param name="filter">The filter.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.History">
            <summary>
            Represents a history of visited items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.History.HistoryLength">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.History.CanBack">
            <summary>
            Gets a value indicating whether this instance can back.
            </summary>
            <value><c>true</c> if this instance can back; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.History.CanForward">
            <summary>
            Gets a value indicating whether this instance can forward.
            </summary>
            <value>
                <c>true</c> if this instance can forward; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Framework.History.Current">
            <summary>
            Gets or sets the current.
            </summary>
            <value>The current.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.History.Master">
            <summary>
            Gets or sets the master.
            </summary>
            <value>The master.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.History.Template">
            <summary>
            Gets or sets the template.
            </summary>
            <value>The template.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.History.Back">
            <summary>
            Backs this instance.
            </summary>
            <returns>The back.</returns>
        </member>
        <member name="P:Sitecore.Shell.Framework.History.Count">
            <summary>
            Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.History.Forward">
            <summary>
            Forwards this instance.
            </summary>
            <returns>The forward.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.History.Add(Sitecore.Data.ItemUri)">
            <summary>
            Adds the specified item URI.
            </summary>
            <param name="itemUri">The item URI.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.History.Clear">
            <summary>
            Clears this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.History.GetHistory">
            <summary>
            Gets the history.
            </summary>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.History.GetHistoryList">
            <summary>
            Gets the history list.
            </summary>
            <returns>The history list.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Items">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.AddFromMaster(Sitecore.Data.Items.Item)">
            <summary>
            Adds from master.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.AddFromTemplate(Sitecore.Data.Items.Item)">
            <summary>
            Adds from template.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.CloneTo(Sitecore.Data.Items.Item[])">
            <summary>
            Runs the uiCloneItems pipeline.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.CloneTo(Sitecore.Data.Items.Item[],System.Boolean)">
            <summary>
            Runs the uiCloneItems pipeline.
            </summary>
            <param name="items">The items.</param>
            <param name="processChildren">determine if to process children</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.CopyTo(Sitecore.Data.Items.Item[])">
            <summary>
            Copies to.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.DragTo(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.Boolean)">
            <summary>
            Drags to.
            </summary>
            <param name="item">The item.</param>
            <param name="target">The target.</param>
            <param name="copy">if set to <c>true</c> this instance is copy.</param>
            <param name="confirm">if set to <c>true</c> this instance is confirm.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.DragTo(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Drags to.
            </summary>
            <param name="item">The item.</param>
            <param name="target">The target.</param>
            <param name="copy">if set to <c>true</c> this instance is copy.</param>
            <param name="confirm">if set to <c>true</c> this instance is confirm.</param>
            <param name="appendAsChild">if set to <c>true</c> this instance is append as child.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.DragTo(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.Boolean,System.Boolean,Sitecore.Shell.Framework.DragAction)">
            <summary>
            Drags to.
            </summary>
            <param name="item">The item.</param>
            <param name="target">The target.</param>
            <param name="copy">if set to <c>true</c> [copy].</param>
            <param name="confirm">if set to <c>true</c> [confirm].</param>
            <param name="dragAction">The drag action.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Delete(Sitecore.Data.Items.Item[])">
            <summary>
            Deletes the specified items.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Delete(Sitecore.Data.Items.Item[],System.String)">
            <summary>
            Deletes the specified items.
            </summary>
            <param name="items">The items.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.DeleteChildren(Sitecore.Data.Items.Item[])">
            <summary>
            Deletes the children.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.DeleteChildren(Sitecore.Data.Items.Item[],System.String)">
            <summary>
            Deletes the children.
            </summary>
            <param name="items">The items.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Duplicate(Sitecore.Data.Items.Item)">
            <summary>
            Duplicates the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.MoveDown(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items down.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.MoveFirst(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items first.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.MoveLast(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items last.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.MoveUp(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items up.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.MoveTo(Sitecore.Data.Items.Item[])">
            <summary>
            Moves to.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.MoveTo(Sitecore.Data.Items.Item[],System.Collections.Specialized.NameValueCollection)">
            <summary>
            Moves to.
            </summary>
            <param name="items">The items.</param>
            <param name="additionalParameters">The additional parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.NewFolder(Sitecore.Data.Items.Item)">
            <summary>
            Creates a new folder.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.NewFolder(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Creates a new folder.
            </summary>
            <param name="parent">The parent.</param>
            <param name="master">The master.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Preview">
            <summary>
            Previews.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.GetPreview">
            <summary>
            The get preview.
            </summary>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.GetPreview(Sitecore.Data.Items.Item)">
            <summary>
            The get preview.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            The <see cref="T:Sitecore.Text.UrlString"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Preview(Sitecore.Data.Items.Item)">
            <summary>
            Previews the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Publish">
            <summary>
            Publishes.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Publish(Sitecore.Data.Items.Item)">
            <summary>
            Publishes the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Rename(Sitecore.Data.Items.Item)">
            <summary>
            Renames the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Search(System.String)">
            <summary>
            Searches the specified query.
            </summary>
            <param name="query">The query.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.SetDisplayName(Sitecore.Data.Items.Item)">
            <summary>
            Sets the name of the display.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.SortByName(Sitecore.Data.Items.Item)">
            <summary>
            Sorts by name.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.SortByUpdated(Sitecore.Data.Items.Item)">
            <summary>
            Sorts by updated.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.SortReset(Sitecore.Data.Items.Item)">
            <summary>
            Resets the sort order.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.SortReverse(Sitecore.Data.Items.Item)">
            <summary>
            Sorts in reverse.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.TransferToDatabase(Sitecore.Data.Items.Item)">
            <summary>
            Transfers to database.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Start(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Starts the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Start(System.String,Sitecore.Data.Database,Sitecore.Data.Items.Item[])">
            <summary>
            Starts the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="database">The database.</param>
            <param name="items">The items.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Start(System.String,Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Database,Sitecore.Data.Items.Item[])">
            <summary>
            Starts the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="database">The database.</param>
            <param name="items">The items.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Items.Start(System.String,Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Database,Sitecore.Data.Items.Item[],System.Collections.Specialized.NameValueCollection)">
            <summary>
            Starts the specified pipeline name.
            </summary>
            <param name="pipelineName">Name of the pipeline.</param>
            <param name="args">The arguments.</param>
            <param name="database">The database.</param>
            <param name="items">The items.</param>
            <param name="additionalParameters">The additional parameters.</param>
            <returns>
            Output parameters
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Jobs.LongRunningOptions">
            <summary>
            Options for providing progress indication of long running jobs.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Jobs.LongRunningOptions.Handle">
            <summary>
            Gets or sets the handle.
            </summary>
            <value>The handle.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Jobs.LongRunningOptions.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Jobs.LongRunningOptions.Message">
            <summary>
            Gets or sets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Jobs.LongRunningOptions.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Jobs.LongRunningOptions.Threshold">
            <summary>
            Gets or sets the threshold.
            </summary>
            <value>The threshold.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Jobs.LongRunningOptions.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Jobs.LongRunningOptions"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Jobs.LongRunningOptions.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Jobs.LongRunningOptions"/> class.
            </summary>
            <param name="handle">The handle.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Jobs.LongRunningOptions.ShowModal">
            <summary>
            Shows the progress dialog in modal form.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Jobs.LongRunningOptions.ShowModal(System.Boolean)">
            <summary>
            Shows the progress dialog in modal form.
            </summary>
            <param name="waitForPostback">if set to <c>true</c>dialog sents post back when closing.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Jobs.LongRunningOptions.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Jobs.LongRunningOptions.Parse">
            <summary>
            Parses this instance.
            </summary>
            <returns>The parse.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.AddFromMaster">
            <summary>
            Represents the Add From Master pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromMaster.GetMaster(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the master.
            </summary>
            <param name="args">The args.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromMaster.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The args.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.AddFromTemplate">
            <summary>
            Represents the Add From Template pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.GetTemplate(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the template.
            </summary>
            <param name="args">The args.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the action.
            </summary>
            <param name="args">The args.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.AuditMessage(System.Object,System.String,System.String[])">
            <summary>
            Audits the specified owner type.
            </summary>
            <param name="owner">
            The owner.
            </param>
            <param name="format">
            The format.
            </param>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.SetHistoryTemplate(Sitecore.Data.ID)">
            <summary>
            Sets the history template.
            </summary>
            <param name="templateId">The template identifier.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.AddItemFromTemplate(System.String,Sitecore.Data.Items.TemplateItem,Sitecore.Data.Items.Item)">
            <summary>
            Executes Add from template item logic.
            </summary>
            <param name="name">The item name.</param>
            <param name="template">The template.</param>
            <param name="parent">The parent.</param>
            <returns>
            Added item.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.AddItemFromBranch(System.String,Sitecore.Data.Items.BranchItem,Sitecore.Data.Items.Item)">
            <summary>
            Adds the item from branch.
            </summary>
            <param name="name">The item name.</param>
            <param name="branch">The branch.</param>
            <param name="parent">The parent.</param>
            <returns>Added item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.AddFromTemplate.GetDatabase(System.String)">
            <summary>
            Gets the database.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <returns>The database.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.ArchiveItems">
            <summary>
            Contains methods to called during the Delete Item pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.ArchiveItems.CheckCloneLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks whether items to be removed have clones.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.ArchiveItems.Confirm(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Confirms that the items are to be deleted.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.ArchiveItems.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Deletes the items.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.CloneItems">
            <summary>
            Defines the clone items class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CloneItems.Execute(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
            <requires name="args" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CloneItems.RelinkClonedSubtree(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Relink internal links within cloned subtree.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CloneItems.DoCloneItems(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item},System.Collections.ArrayList)">
            <summary>
            Clones the items.
            </summary>
            <param name="target">The target.</param>
            <param name="items">The items to clone.</param>
            <param name="result">The result list that contains clones.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CloneItems.DoCloneItems(Sitecore.Data.Items.Item,System.Collections.Generic.IEnumerable{Sitecore.Data.Items.Item},System.Collections.ArrayList,System.Boolean)">
            <summary>
            Clones the items.
            </summary>
            <param name="target">The target.</param>
            <param name="items">The items to clone.</param>
            <param name="result">The result list that contains clones.</param>
            <param name="deep">whether to process children</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CloneItems.GetDialogUrl">
            <summary>
            Gets the dialog URL.
            </summary>
            <returns>The path to dialog URL.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.CopyItems">
            <summary>
            Represents the Copy Items UI pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.GetDestination(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Gets the destination.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.GetDialogUrl">
            <summary>
            Gets the dialog URL.
            </summary>
            <returns>The path to dialog URL.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.CheckDestination(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Checks the language.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.CheckLanguage(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Checks the language.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.Execute(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Copies the item.
            </summary>
            <param name="target">The target item.</param>
            <param name="itemToCopy">The item to copy.</param>
            <returns>Returns copy of item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.GetDatabase(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Gets the database.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The database.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItems.GetItems(Sitecore.Shell.Framework.Pipelines.CopyItemsArgs)">
            <summary>
            Gets the items.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The items.</returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs">
            <summary>
            Represents a the arguments to the Copy Items pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs"/> class from a serialization context.
            </summary>
            <param name="info">The serialized data.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="P:Sitecore.Shell.Framework.Pipelines.CopyItemsArgs.Copies">
            <summary>
            Gets or sets the copies.
            </summary>
            <value>The copies.</value>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.DeleteFiles">
            <summary>
            Represents the Delete Files pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteFiles.Confirm(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Confirms the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteFiles.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.DeleteItems">
            <summary>
            Contains methods to called during the Delete Item pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetCheckPermissionsMessage(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Checks permissions for items deleting.
            </summary>
            <param name="items">The items to delete.</param>
            <returns>Permissions checking message.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetConfirmDeleteItemsMessage(System.Collections.Generic.List{Sitecore.Data.Items.Item},Sitecore.Data.Database,System.String)">
            <summary>
            Gets the confirm text for items deleting.
            </summary>
            <param name="items">The items to delete.</param>
            <param name="database">The database.</param>
            <param name="language">The language.</param>
            <returns>The confirm text for items deleting.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetCheckCloneLinksMessage(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Gets check clone links message.
            </summary>
            <param name="items">The items to delete.</param>
            <returns>Check clone links message.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.Unclone(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Unclone all clones for items list.
            </summary>
            <param name="items">The items list.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.HasLinks(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Determines whether the specified <c>args</c> has links.
            </summary>
            <param name="items">
            The items to delete.
            </param>
            <returns>
            <c>true</c> if the specified <c>args</c> has links; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.Delete(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Deletes the items.
            </summary>
            <param name="items">Items to delete.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.CheckCloneLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks whether items to be removed have clones.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.CheckLanguage(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.CheckLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the links.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.CheckPermissions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.CheckTemplateLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            If the item that is about to be deleted is a template, and there are
            Items that are based on it, the pipeline is aborted.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.Confirm(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Confirms that the items are to be deleted.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Deletes the items.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.PostAction(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes Pipeline Postaction.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.UncloneItems(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Makes the clones of items to be removed real items.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetItemClones(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the item clones.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The list of item clones.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetDatabase(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the database.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The database.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetItem(Sitecore.Data.Database,Sitecore.Text.ListString,Sitecore.Globalization.Language)">
            <summary>
            Gets the item.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="list">
            The list IDs.
            </param>
            <param name="language">
            The language of the item
            </param>
            <returns>
            The Sitecore item.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetItems(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the items.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <returns>
            The items.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetItemClones(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Gets the item clones.
            </summary>
            <param name="items">
            The items.
            </param>
            <returns>
            The list of item clones.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.GetItemClones(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the item clones.
            </summary>
            <param name="item">The item to process.</param>
            <param name="processChildren">If set to <c>true</c> clones of item children will be included into result.</param>
            <returns>The list of item clones.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.HasLink(Sitecore.Links.LinkDatabase,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has link.
            </summary>
            <param name="linkDatabase">
            The link database.
            </param>
            <param name="item">
            The item to check.
            </param>
            <returns>
            <c>true</c> if the specified item has link; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.IsStandardValuesLink(Sitecore.Data.Items.Item,Sitecore.Links.ItemLink[])">
            <summary>
            Determines whether the specified item has a link to the standard values item.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <param name="links">
            The links.
            </param>
            <returns>
            <c>true</c> if the specified item has a link to the standard values item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DeleteItems.VerifyNoTemplateLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Items.Item)">
            <summary>
            Checks the template link.
            </summary>
            <param name="args">
            The arguments.
            </param>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            The verify no template links.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.DragItemTo">
            <summary>
            Represents the Drag Item To pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.CheckLanguage(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the language.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.CheckLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the links.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.CheckPermissions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.Confirm(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Confirm.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.RepairLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Repairs the links.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.GetDatabase(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the database.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.GetSource(Sitecore.Web.UI.Sheer.ClientPipelineArgs,Sitecore.Data.Database)">
            <summary>
            Gets the source.
            </summary>
            <param name="database">The database.</param>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.GetTarget(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the target.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.IsSameDatabases(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified items comes from the same databases.
            </summary>
            <param name="target">The target.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified items comes from the same databases; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.Resort(Sitecore.Data.Items.Item,Sitecore.Shell.Framework.DragAction)">
            <summary>
            Resorts the specified target.
            </summary>
            <param name="target">The target.</param>
            <param name="dragAction">The drag action</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.SetItemSortorder(Sitecore.Data.Items.Item,System.Int32)">
            <summary>
            Sets the item sortorder.
            </summary>
            <param name="item">The item.</param>
            <param name="sortorder">The sortorder.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DragItemTo.SetSortorder(Sitecore.Data.Items.Item,Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Sets the sortorder.
            </summary>
            <param name="item">The item.</param>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.DuplicateItem">
            <summary>
            Represents the Duplicate pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DuplicateItem.CheckPermissions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DuplicateItem.GetName(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the name.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DuplicateItem.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
            <contract>
              <requires name="args" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.DuplicateItem.IsValidLanguage(System.String)">
            <summary>
            Determines whether [is valid language] [the specified name].
            </summary>
            <param name="name">The name.</param>
            <returns>
                <c>true</c> if [is valid language] [the specified name]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.ItemOperation">
            <summary>
            Represents the Rename Item pipeline.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.Pipelines.ItemOperation.LINKTHRESHOLD">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.ItemOperation.GetLinks(Sitecore.Data.Items.Item)">
            <summary>
            Gets the links.
            </summary>
            <param name="item">The item.</param>
            <returns>The links.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.ItemOperation.GetLinks(Sitecore.Data.Items.Item,System.Int32)">
            <summary>
            Gets the links.
            </summary>
            <param name="item">The item.</param>
            <param name="threshold">The threshold.</param>
            <returns>The links.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.ItemOperation.GetLinks(System.Collections.Generic.List{Sitecore.Links.ItemLink},Sitecore.Data.Items.Item,System.Int32)">
            <summary>
            Gets the links.
            </summary>
            <param name="links">The links.</param>
            <param name="item">The item.</param>
            <param name="threshold">The threshold.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.LaunchSearchResult">
            <summary>
            Launches the instant search results.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResult.ShowModalDialog(Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs)">
            <summary>
            Shows the modal dialog.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResult.SetLocation(Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs)">
            <summary>
            Sets the location.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResult.SendMessage(Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs)">
            <summary>
            Sends the message.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResult.OpenItem(Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs)">
            <summary>
            Opens the item.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs">
            <summary>
            Launch search result pipeline arguments.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs.Url">
            <summary>
            Gets the URL.
            </summary>
            <value>The URL.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs"/> class.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.LaunchSearchResultArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.MoveItems">
            <summary>
            Contains methods to be called during the Move Item pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetCheckPermissionsMessage(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Checks permissions for items moving.
            </summary>
            <param name="items">The items to move.</param>
            <returns>Permissions checking message.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetCheckLinksMessage(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Gets the check links message.
            </summary>
            <param name="items">The items list.</param>
            <returns>The check links message.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.Move(System.Collections.Generic.List{Sitecore.Data.Items.Item},Sitecore.Data.Database,Sitecore.Data.ID,Sitecore.Globalization.Language)">
            <summary>
            Moves the items to target destination.
            </summary>
            <param name="items">The items to move.</param>
            <param name="database">The database.</param>
            <param name="targetItemId">The target item identifier.</param>
            <param name="language">The language</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.RepairItemsLinks(System.Collections.Generic.List{Sitecore.Data.Items.Item})">
            <summary>
            Repairs the links.
            </summary>
            <param name="items">The items list.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.CheckLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the links.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.CheckPermissions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Moves the items.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetDestination(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the destination.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.RepairLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Repairs the links.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetDatabase(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the database.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The database.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetItems(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the items.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetTarget(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the target.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The target.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.GetTarget(Sitecore.Data.ID,Sitecore.Data.Database,Sitecore.Globalization.Language)">
            <summary>
            Gets the target item.
            </summary>
            <param name="targetItemId">The target item identifier.</param>
            <param name="database">The database.</param>
            <param name="language">The language.</param>
            <returns>The target item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.MoveItems.IsSameDatabases(Sitecore.Data.Items.Item,Sitecore.Text.ListString,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified target is in the same database.
            </summary>
            <param name="target">The target.</param>
            <param name="list">The list.</param>
            <param name="database">The database.</param>
            <returns>
            <c>true</c> if the specified target is in the same database; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.NewFileFolder">
            <summary>
            Represents the New File Folder pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFileFolder.GetName(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the name.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFileFolder.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.NewFolderItem">
            <summary>
            Represents the New Folder Item pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Pipelines.NewFolderItem"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.#ctor(Sitecore.Abstractions.BaseTranslate,Sitecore.Abstractions.BaseLanguageManager,Sitecore.Abstractions.BaseFactory,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Framework.Pipelines.NewFolderItem"/> class.
            </summary>
            <param name="translate">The translate.</param>
            <param name="languageManager">The language manager.</param>
            <param name="factory">The factory.</param>
            <param name="log">The log.</param>
        </member>
        <member name="P:Sitecore.Shell.Framework.Pipelines.NewFolderItem.Translate">
            <summary>
            Gets the translate.
            </summary>
            <value>
            The translate.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Pipelines.NewFolderItem.LanguageManager">
            <summary>
            Gets the language manager.
            </summary>
            <value>
            The language manager.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Pipelines.NewFolderItem.Factory">
            <summary>
            Gets the factory.
            </summary>
            <value>
            The factory.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Pipelines.NewFolderItem.Log">
            <summary>
            Gets the log.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.CheckPermissions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.GetName(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the name.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.FormatItem(Sitecore.Data.Items.Item)">
            <summary>
            Formats the item into text representation with item id, name.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.NewFolderItem.ClientResponseAlert(System.String)">
            <summary>
            Raises an alert to client UI with <paramref name="text"/>.
            </summary>
            <param name="text">The text to be alerted.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.RemoveLanguage">
            <summary>
                Contains methods to called during the Remove Language Item pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RemoveLanguage.GetItem(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Get the item element from pipleline argument
            </summary>
            <param name="args">
                Client pipeline argument
            </param>
            <returns>
                Item
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RemoveLanguage.Confirm(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Confirms that the item to be removed.
            </summary>
            <param name="args">
                Client pipeline argument
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RemoveLanguage.CheckCloneItems(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Check for the clone items
            </summary>
            <param name="args">
                Client pipeline argument
            </param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RemoveLanguage.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
                Execute removing item version
            </summary>
            <param name="args">
                Client pipe line argument
            </param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.RenameItem">
            <summary>
            Represents the Rename Item pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.GetCheckLinksMessage(Sitecore.Data.Items.Item)">
            <summary>
            Gets the check links message for item renaming operation.
            </summary>
            <param name="item">The item to rename.</param>
            <returns>The check links message.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.Rename(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Renames the item.
            </summary>
            <param name="item">The item to rename.</param>
            <param name="newName">The item new name.</param>
            <returns>Error if renaming failed.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.RepairItemLinks(Sitecore.Data.Items.Item)">
            <summary>
            Repairs a links for item.
            </summary>
            <param name="item">The item for links repairing.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.CheckLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the links.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.CheckPermissions(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Checks the permissions.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.Execute(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Executes the specified args.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.GetNewName(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the new name.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.RepairLinks(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Repairs the links.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.GetItem(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Gets the item.
            </summary>
            <param name="args">The arguments.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.IsValidLanguage(System.String)">
            <summary>
            Determines whether [is valid language] [the specified name].
            </summary>
            <param name="name">The name.</param>
            <returns>
                <c>true</c> if [is valid language] [the specified name]; otherwise, <c>false</c>.
            </returns>
            <contract>
              <requires name="name" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenameItem.HandleItemNotFound(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            Handles the item not found.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Pipelines.RenamePage">
            <summary>
            The rename page.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenamePage.GetNewName(Sitecore.Web.UI.Sheer.ClientPipelineArgs)">
            <summary>
            The get new name.
            </summary>
            <param name="args">The args.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Pipelines.RenamePage.ShowDialog(Sitecore.Web.UI.Sheer.ClientPipelineArgs,System.String)">
            <summary>
            The show dialog.
            </summary>
            <param name="args">The args.</param>
            <param name="itemName">The item name.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Preferences">
            <summary>
            Defines and API for working with preferences.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Preferences.ChangeRegionalSettings">
            <summary>
            Changes the regional settings.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Preferences.ChangeUserInformation">
            <summary>
            Changes the user information.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Preferences.ChangeWallpaper">
            <summary>
            Changes the wallpaper.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Security">
            <summary>
            Defines the utility functions for working with security.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.Abandon">
            <summary>
            Abandons this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.ChangePassword">
            <summary>
            Changes the password.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.CreateNewUser(Sitecore.Security.Domains.Domain)">
            <summary>
            Creates the new user.
            </summary>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.CreateNewRole(Sitecore.Security.Domains.Domain)">
            <summary>
            Creates the new role.
            </summary>
            <param name="domain">The domain.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.Logout">
            <summary>
            Logouts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.Logout(Sitecore.Pipelines.Logout.LogoutArgs)">
            <summary>
            Logouts this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.EditUser(Sitecore.Security.Domains.Domain,Sitecore.Data.ID)">
            <summary>
            Edits the user.
            </summary>
            <param name="domain">The domain.</param>
            <param name="user">The user.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Security.OpenSecurityManager">
            <summary>
            Opens the security manager.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Sorting">
            ==========================================================================
             <summary></summary>
            ==========================================================================
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.MoveDown(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items down.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.MoveFirst(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items first.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.MoveLast(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items last.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.MoveUp(Sitecore.Data.Items.Item[])">
            <summary>
            Moves the items up.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SortByName(Sitecore.Data.Items.Item)">
            <summary>
            Sorts by name.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SortByUpdated(Sitecore.Data.Items.Item)">
            <summary>
            Sorts by updated.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SortReset(Sitecore.Data.Items.Item)">
            <summary>
            Resets sort order.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SortReverse(Sitecore.Data.Items.Item)">
            <summary>
            Sorts reverse.
            </summary>
            <param name="parent">The parent.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.GetSortorder(Sitecore.Data.Items.Item)">
            <summary>
            Gets the sortorder.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SetSortorder(Sitecore.Data.Items.Item,System.Int32)">
            <summary>
            Sets the sortorder.
            </summary>
            <param name="item">The item.</param>
            <param name="sortorder">The sortorder.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.ResetChildItemsSorting(Sitecore.Data.Items.Item)">
            <summary>
            Resets the child items sorting.
            </summary>
            <param name="parentItem">The parent item.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.Sort(Sitecore.Data.Items.Item,System.Collections.IComparer)">
            <summary>
            Sorts the specified parent.
            </summary>
            <param name="parent">The parent.</param>
            <param name="comparer">The comparer.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.UpdateSortorder(System.Collections.ArrayList)">
            <summary>
            Updates sort order on a list of items.
            </summary>
            <param name="list">The list.</param>
        </member>
        <member name="T:Sitecore.Shell.Framework.Sorting.SortByUpdatedComparer">
            ==========================================================================
             <summary></summary>
            ==========================================================================
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SortByUpdatedComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="T:Sitecore.Shell.Framework.Sorting.SortByNameComparer">
            ==========================================================================
             <summary></summary>
            ==========================================================================
        </member>
        <member name="M:Sitecore.Shell.Framework.Sorting.SortByNameComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
        </member>
        <member name="T:Sitecore.Shell.Framework.Templates">
            <summary>
            Defines utility functions for working with templates.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Templates.Edit(Sitecore.Data.Items.TemplateItem)">
            <summary>
            Edits the specified template.
            </summary>
            <param name="template">The template.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Templates.Edit(Sitecore.Data.Items.TemplateItem,System.Boolean)">
            <summary>
            Edits the specified template.
            </summary>
            <param name="template">The template.</param>
            <param name="advanced">if set to <c>true</c> this instance is advanced.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Templates.IsTemplateHidden(Sitecore.Data.Items.TemplateItem)">
            <summary>
            Determines whether the template is hidden
            </summary>
            <param name="template">The template.</param>
            <returns>
                <c>true</c> if the template is hidden otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Framework.UrlOptionsBase`1">
            <summary>
            Represents URL options.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.UrlOptionsBase`1.Url">
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.Parse(System.String)">
            <summary>
            Parses the given query string.
            </summary>
            <returns>Parsed url options</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.Parse">
            <summary>
            Parses the current query string.
            </summary>
            <returns>Parsed url options</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.ToString">
            <summary>
            ToString.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.Get(System.String)">
            <summary>
            Gets the specified key.
            </summary>
            <param name="key">The key.</param>
            <returns>The get.</returns>
            <contract>
              <requires name="key" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.GetBool(System.String,System.Boolean)">
            <summary>
            Gets the bool.
            </summary>
            <param name="key">The key.</param>
            <param name="default">The default value.</param>
            <returns>The bool.</returns>
            <contract>
              <requires name="key" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.Set(System.String,System.String)">
            <summary>
            Sets the specified key.
            </summary>
            <param name="key">The key.</param>
            <param name="value">The value.</param>
            <contract>
              <requires name="key" condition="not null" />
              <requires name="value" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Framework.UrlOptionsBase`1.SetBool(System.String,System.Boolean)">
            <summary>
            Sets the bool.
            </summary>
            <param name="key">The key.</param>
            <param name="value">if set to <c>true</c> this instance is value.</param>
            <contract>
              <requires name="key" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Framework.UserHistory">
            <summary>
            Represents a history of visited items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.UserHistory.HISTORYLENGTH">
            <summary></summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.UserHistory.#ctor">
            <summary>
            Initializes the <see cref="T:Sitecore.Shell.Framework.History"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.UserHistory.Add(System.String)">
            <summary>
            Adds the specified name.
            </summary>
            <param name="accountName">Name of the account.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.UserHistory.GetAccounts">
            <summary>
            Converts the list to an array.
            </summary>
            <returns>The array.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.UserHistory.Save">
            <summary>
            Saves this instance.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.CloseMethod">
            <summary>Defines how close window is done.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.CloseMethod.CloseWindow">
            <summary>Close window.</summary>
        </member>
        <member name="F:Sitecore.Shell.Framework.CloseMethod.Logout">
            <summary>Logout.</summary>
        </member>
        <member name="T:Sitecore.Shell.Framework.Windows">
            <summary>
            Defines utility functions for working with windows.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Framework.Windows.ApplicationOffsetX">
            <summary>
            Gets or sets the application offset X.
            </summary>
            <value>The application offset X.</value>
        </member>
        <member name="P:Sitecore.Shell.Framework.Windows.ApplicationOffsetY">
            <summary>
            Gets or sets the application offset Y.
            </summary>
            <value>The application offset Y.</value>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.Close">
            <summary>
            Closes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.Close(Sitecore.Shell.Framework.CloseMethod)">
            <summary>
            Closes the specified method.
            </summary>
            <param name="method">The method.</param>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.Debug">
            <summary>
            Debugs this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.Run(System.String)">
            <summary>
            Runs the specified URL.
            </summary>
            <param name="url">The URL.</param>
            <returns>The run.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunApplication(System.String)">
            <summary>
            Runs the application.
            </summary>
            <param name="application">The application.</param>
            <returns>The application.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunApplication(System.String,System.String)">
            <summary>
            Runs the application.
            </summary>
            <param name="application">The application.</param>
            <param name="parameters">The parameters.</param>
            <returns>The application.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunApplication(Sitecore.Data.Items.Item)">
            <summary>
            Runs the application.
            </summary>
            <param name="application">The application.</param>
            <returns>The application.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunApplication(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Runs the application.
            </summary>
            <param name="application">The application.</param>
            <param name="parameters">The parameters.</param>
            <returns>The application.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunApplication(Sitecore.Data.Items.Item,System.String,System.String,System.String)">
            <summary>
            Runs the application.
            </summary>
            <param name="application">The application.</param>
            <param name="icon">The icon.</param>
            <param name="displayName">Name of the display.</param>
            <param name="parameters">The parameters.</param>
            <returns>The application.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunExternal(System.String,System.String,System.String,System.String)">
            <summary>
            Runs the external.
            </summary>
            <param name="url">The URL.</param>
            <param name="parameters">The parameters.</param>
            <param name="icon">The icon.</param>
            <param name="header">The header.</param>
            <returns>The external.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunUri(System.String,System.String,System.String)">
            <summary>
            Runs the URI.
            </summary>
            <param name="uri">The URI.</param>
            <param name="icon">The icon.</param>
            <param name="header">The header.</param>
            <returns>The external.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunUri(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Runs the URI.
            </summary>
            <param name="uri">The URI.</param>
            <param name="icon">The icon.</param>
            <param name="header">The header.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <returns>
            The external.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.RunShortcut(Sitecore.Data.ID)">
            <summary>
            Runs the shortcut.
            </summary>
            <param name="id">The id.</param>
            <returns>The shortcut.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.CreateWindow(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates the window.
            </summary>
            <param name="url">The URL.</param>
            <param name="chrome">The chrome.</param>
            <param name="displayName">Name of the display.</param>
            <param name="icon">The icon.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="maximize">if set to <c>true</c> this instance is maximize.</param>
            <param name="minimize">if set to <c>true</c> this instance is minimize.</param>
            <param name="close">if set to <c>true</c> this instance is close.</param>
            <param name="resize">if set to <c>true</c> this instance is resize.</param>
            <returns>The window.</returns>
        </member>
        <member name="M:Sitecore.Shell.Framework.Windows.GetWindowedWindow(System.String,System.String)">
            <summary>
            Gets the windowed window.
            </summary>
            <param name="url">The URL.</param>
            <param name="header"></param>
            <returns>The windowed window.</returns>
        </member>
        <member name="T:Sitecore.Shell.UserOptions">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.Publishing">
            <summary>
            Publishing options.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Publishing.IncrementalPublish">
            <summary>
            IncrementalPublish.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Publishing.SmartPublish">
            <summary>
            SmartPublish.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Publishing.Republish">
            <summary>
            Republish.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Publishing.PublishChildren">
            <summary>
            PublishChildren.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Publishing.PublishRelatedItems">
            <summary>
            PublishRelatedItems.
            </summary>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.ContentEditor">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.RenderCollapsedSections">
            <summary>
            Gets a value indicating whether the content editor renders collapsed sections.
            </summary>
            <value>
                <c>true</c> if the content editor renders collapsed sections; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowGutter">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.ContentEditor"/> shows the gutter.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.ContentEditor"/> shows the gutter; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowHeader">
            <summary>
            Gets or sets a value indicating whether the Content Editor shows the header.
            </summary>
            <value>
                <c>true</c> if Content Editor shows the header; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowPages">
            <summary>
            Gets or sets a value indicating whether the Content Editor shows the pages.
            </summary>
            <value>
                <c>true</c> if Content Editor shows the pages; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowQuickInfo">
            <summary>
            Gets or sets a value indicating whether the Content Editor shows the quick info section.
            </summary>
            <value>
                <c>true</c> if Content Editor shows the quick info section; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowRawValues">
            <summary>
            Gets or sets a value indicating whether the Content Editor shows the raw values.
            </summary>
            <value>
                <c>true</c> if Content Editor shows the raw values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowSearchPanel">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.ContentEditor"/> shows the search panel.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.ContentEditor"/> shows the search panel; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.RenderItemPersonalizationInfo">
            <summary>
            Gets or sets a value indicating whether item personalization should be visible by default.
            </summary>
            <value>
              <c>true</c> if item personalization should be visible by default; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowSections">
            <summary>
            Gets or sets a value indicating whether the Content Editor shows the sections.
            </summary>
            <value>
                <c>true</c> if Content Editor shows the sections; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowSystemFields">
            <summary>
            Gets or sets a value indicating whether the Content Editor shows the system fields.
            </summary>
            <value>
                <c>true</c> if Content Editor shows the system fields; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.ShowValidatorBar">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.ContentEditor"/> shows the validator bar.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.ContentEditor"/> shows the validator bar; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ContentEditor.VisibleStrips">
            <summary>
            Gets or sets the visible strips.
            </summary>
            <value>The visible strips.</value>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.HtmlEditor">
            <summary>
            </summary>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.HtmlEditor.Mode">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Shell.UserOptions.HtmlEditor.Mode.Editable">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Shell.UserOptions.HtmlEditor.Mode.Preview">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.HtmlEditor.ContentEditorMode">
            <summary>
            Gets or sets the content editor mode.
            </summary>
            <value>The content editor mode.</value>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.View">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.ShowEntireTree">
            <summary>
            Gets or sets a value indicating whether the system shows the entire tree.
            </summary>
            <value>
                <c>true</c> if the system shows the entire tree; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.ShowHiddenItems">
            <summary>
            Gets or sets a value indicating whether the system shows the hidden items.
            </summary>
            <value>
                <c>true</c> if system shows the hidden items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.ShowBucketItems">
            <summary>
            Gets or sets a value indicating whether the system shows the hidden items.
            </summary>
            <value>
                <c>true</c> if system shows the hidden items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.ShowPersonalizationSection">
            <summary>
            Gets or sets a value indicating whether personalization section is visible in Rendering Properties dialog.
            </summary>
            <value>
                <c>true</c> if [show personalization section]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.ShowTestLabSection">
            <summary>
            Gets or sets a value indicating whether the Test :ab section is visible in Rendering Properties dialog.
            </summary>
            <value>
                <c>true</c> if [show test lab section]; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.ShowTree">
            <summary>
            Gets or sets a value indicating whether the content tree is shown in the content editor.
            </summary>
            <value>
                <c>true</c> if the content tree is shown in the content editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.View.UseDisplayName">
            <summary>
            Gets or sets a value indicating whether the system uses the display name.
            </summary>
            <value>
                <c>true</c> if system uses the display name; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.Wizards">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Wizards.ShowFirstPage">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.Wizards"/> shows the first page.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.Wizards"/> shows the first page; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.Favorites">
            <summary>
            Contains user options related to favorites
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Favorites.Path">
            <summary>
            Gets the favorites root item path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.Favorites.Root">
            <summary>
            Gets the favorites root item
            </summary>
            <value>The favorites root item.</value>
        </member>
        <member name="M:Sitecore.Shell.UserOptions.Favorites.CreateItem(System.String)">
            <summary>
            Create item and give permissions.
            </summary>
            <param name="path">The path.</param>
            <returns>Created item.</returns>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.WebEdit">
            <summary>
            Contains user options related to WebEdit
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.WebEdit.UsePopupContentEditor">
            <summary>
            Gets a value indicating whether WebEdit uses the popup content editor.
            </summary>
            <value>
                <c>true</c> if WebEdit uses the popup content editor; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Shell.UserOptions.ViewOptionsAccess">
            <summary>
            Verifies the security access to view options, such as the ability to view hidden items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.UserOptions.ViewOptionsAccess.HiddenItemsID">
            <summary>
            Hidden items.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.UserOptions.ViewOptionsAccess.RawValuesID">
            <summary>
            Raw values.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ViewOptionsAccess.HiddenItems">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.ViewOptionsAccess"/> hiddens the items.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.ViewOptionsAccess"/> hiddens the items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ViewOptionsAccess.RawValues">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.ViewOptionsAccess"/> raws the values.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.ViewOptionsAccess"/> raws the values; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.UserOptions.ViewOptionsAccess.SystemFields">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Shell.UserOptions.ViewOptionsAccess"/> standards the fields.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.UserOptions.ViewOptionsAccess"/> standards the fields; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Shell.Web.ShellPage">
            <summary>
            Represents a SecurePage.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.ShellPage.IsLoggedIn">
            <summary>
            Determines whether this instance has license.
            </summary>
            <returns>
                <c>true</c> if [is logged in]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.ShellPage.IsLoggedIn(System.Boolean)">
            <summary>
            Determines whether this instance has license.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.ShellPage.GotoLoginPage(System.Web.HttpContext,System.Boolean)">
            <summary>
            Go to the login page.
            </summary>
            <param name="httpContext">The HTTP context.</param>
            <param name="returnAfterLogin">if set to <c>true</c> this instance is return after login.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.ShellPage.SetRedirect(System.Web.HttpContext)">
            <summary>
            Adds the redirect.
            </summary>
            <param name="httpContext">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.ShellPage.Relogin">
            <summary>
            Relogins the user using the specified HTTP context.
            </summary>
            <returns><c>true</c> if login attempt was successful; otherwise, <c>false</c></returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.HtmlEditorControls">
            <summary>
            Implements the HtmlEditorControls.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.HtmlEditorControls.GetToolTip(System.String,Sitecore.Text.UrlString,System.Boolean)">
            <summary>
            Gets the tool tip.
            </summary>
            <param name="tagName">Name of the tag.</param>
            <param name="parameters">The parameters.</param>
            <param name="hasError">if set to <c>true</c> this instance is is error.</param>
            <returns>The tool tip.</returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.LayoutGridBuilder">
            <summary>
            The layout grid builder.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.class">
            <summary>
            The class.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.copyToClick">
            <summary>
            The copy to click.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.editPlaceholderClick">
            <summary>
            The edit placeholder click.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.editRenderingClick">
            <summary>
            The edit rendering click.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.id">
            <summary>
            The identifier.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.openDeviceClick">
            <summary>
            The open device click.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.LayoutGridBuilder.value">
            <summary>
            The value.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.LayoutGridBuilder.#ctor">
            <summary>
            Initialize new instance of <see cref="T:Sitecore.Shell.Web.UI.LayoutGridBuilder"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.DatabaseHelper">
            <summary>
            The instance of <see cref="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.DatabaseHelper"/>.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.Class">
            <summary>
            Gets or sets the class.
            </summary>
            <value>The class.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.CopyToClick">
            <summary>
            Gets or sets the copy to click.
            </summary>
            <value>The copy to click.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.EditPlaceholderClick">
            <summary>
            Gets or sets the edit placeholder click.
            </summary>
            <value>The edit placeholder click.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.EditRenderingClick">
            <summary>
            Gets or sets the edit rendering click.
            </summary>
            <value>The edit rendering click.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The Identifier.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.OpenDeviceClick">
            <summary>
            Gets or sets the open device click.
            </summary>
            <value>The open device click.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.LayoutGridBuilder.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.LayoutGridBuilder.BuildGrid(System.Web.UI.Control)">
            <summary>
            Builds the grid.
            </summary>
            <param name="parent">
            The parent.
            </param>
            <contract>
              <requires name="parent" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.LayoutGridBuilder.BuildDevice(Sitecore.Web.UI.WebControls.GridPanel,Sitecore.Layouts.LayoutDefinition,Sitecore.Data.Items.DeviceItem)">
            <summary>
            Builds the device.
            </summary>
            <param name="grid">
            The grid panel.
            </param>
            <param name="layout">
            The layout.
            </param>
            <param name="deviceItem">
            The device item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.LayoutGridBuilder.BuildPlaceholder(Sitecore.Web.UI.HtmlControls.Border,Sitecore.Layouts.DeviceDefinition,Sitecore.Layouts.PlaceholderDefinition)">
            <summary>
            Builds the placeholder.
            </summary>
            <param name="border">
            The border.
            </param>
            <param name="deviceDefinition">
            The device definition.
            </param>
            <param name="placeholderDefinition">
            The placeholder definition.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.LayoutGridBuilder.BuildRendering(Sitecore.Web.UI.HtmlControls.Border,Sitecore.Layouts.DeviceDefinition,Sitecore.Layouts.RenderingDefinition,System.Int32,System.Int32)">
            <summary>
            Builds the rendering.
            </summary>
            <param name="border">
            The border.
            </param>
            <param name="deviceDefinition">
            The device definition.
            </param>
            <param name="renderingDefinition">
            The rendering definition.
            </param>
            <param name="index">
            The index.
            </param>
            <param name="conditionsCount">
            The number of conditions for the rendering.
            </param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.SecurePage">
            <summary>
            Represents a client page that requires login.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.SecurePage.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"></see> object that contains the event data.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.ItemTileService">
            <summary>
            Service for providing tiles for items.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.ItemTileService.RenderTile(Sitecore.Data.Items.Item,Sitecore.Shell.Web.UI.TileView,Sitecore.Web.UI.ImageDimension)">
            <summary>
            Gets the tile.
            </summary>
            <param name="item">The item.</param>
            <param name="view">The view.</param>
            <param name="imageDimension">The image dimension.</param>
            <returns>The tile.</returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.ItemTileService.RenderTile(Sitecore.Data.Items.Item,Sitecore.Shell.Web.UI.TileView,Sitecore.Web.UI.ImageDimension,System.String)">
            <summary>
            Gets the tile.
            </summary>
            <param name="item">The item.</param>
            <param name="view">The view.</param>
            <param name="imageDimension">The image dimension.</param>
            <param name="click">The click.</param>
            <returns>The tile.</returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.ItemTileService.RenderTile(Sitecore.Pipelines.RenderItemTile.RenderItemTileArgs)">
            <summary>
            Renders the tile.
            </summary>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.TileView">
            <summary>
            Tile View.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.Thumbnails">
            <summary>Thumbnails.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.Tiles">
            <summary>Tiles.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.List">
            <summary>List.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.SmallIcons">
            <summary>Small icons.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.MediumIcons">
            <summary>Medium Icons.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.LargeIcons">
            <summary>Large Icons.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.TileView.IconOnly">
            <summary>Only Icon.</summary>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview">
            <summary>
            </summary>
            <summary>
            Represents a treeview that shows security settings.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.AccountName">
            <summary>
            Gets or sets the entity IDs.
            </summary>
            <value>The entity IDs.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.AccountType">
            <summary>
            Gets or sets the type of the account.
            </summary>
            <value>The type of the account.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.DomainName">
            <summary>
            Gets or sets the domain.
            </summary>
            <value>The domain.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.UpdateNode(Sitecore.Data.Items.Item)">
            <summary>
            Updates the node.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.GetTreeNode(Sitecore.Data.Items.Item,System.Web.UI.Control)">
            <summary>
            Gets the tree node.
            </summary>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.GetContextMenu(System.String)">
            <summary>
            Gets the context menu.
            </summary>
            <param name="where">The position.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.GetAccount">
            <summary>
            Gets the account.
            </summary>
            <returns>The account.</returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.GetSecuritySetter(Sitecore.Data.Items.Item,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Gets the security setter.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The access right.</param>
            <param name="account">The account.</param>
            <returns>The security setter.</returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRight(System.Web.UI.HtmlTextWriter,Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams)">
            <summary>
            Adds the right.
            </summary>
            <param name="output">The output.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.UpdateColumnValues(Sitecore.Web.UI.HtmlControls.DataTreeNode,Sitecore.Data.Items.Item)">
            <summary>
            Updates the column values.
            </summary>
            <param name="treeNode">The tree node.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderSelector(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,System.String,Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.AccessState,System.Boolean)">
            <summary>
            Renders the selector.
            </summary>
            <param name="output">The output.</param>
            <param name="item">The item.</param>
            <param name="rightName">Name of the right.</param>
            <param name="accessState">State of the access.</param>
            <param name="small">if set to <c>true</c> this instance is small.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams">
            <summary>
            Implements the RenderRightParams.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.Applies">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams"/> is applies.
            </summary>
            <value><c>true</c> if applies; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.RightName">
            <summary>
            Gets the name of the right.
            </summary>
            <value>The name of the right.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.RightTitle">
            <summary>
            Gets the right title.
            </summary>
            <value>The right title.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.Account">
            <summary>
            Gets the account.
            </summary>
            <value>The account.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.IsAllowed">
            <summary>
            Gets or sets a value indicating whether this instance is allowed.
            </summary>
            <value>
                <c>true</c> if this instance is allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.SecuritySetter">
            <summary>
            Gets or sets the setter.
            </summary>
            <value>The setter.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.AccessViewerTreeview.RenderRightParams.IsWorkflowAllowed">
            <summary>
            Gets or sets a value indicating whether this instance is workflow allowed.
            </summary>
            <value>
                <c>true</c> if this instance is workflow allowed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.ContentDataContext">
            <summary>
            Represents the data context of the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.ContentDataContext.SetFolderFromEvent(Sitecore.Data.ItemUri)">
            <summary>
            Sets the folder from event.
            </summary>
            <param name="uri">The URI.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.ContentTreeview">
            <summary>
            Represents the treeview in the Content Editor.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.ContentTreeview.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Web.UI.WebControls.ContentTreeview"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.ContentTreeview.NodeClicked(Sitecore.Web.UI.Sheer.Message,Sitecore.Web.UI.HtmlControls.TreeNode)">
            <summary>
            Handles a click on the node.
            </summary>
            <param name="message">The message.</param>
            <param name="node">The node.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.CustomControl">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.CustomControl.#ctor(Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Shell.Web.UI.WebControls.CustomControl"/> class.
            </summary>
            <param name="button">The button.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.CustomControl.Button">
            <summary>
            Gets the button.
            </summary>
            <value>The button.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.CustomControl.CommandContext">
            <summary>
            Gets the command context.
            </summary>
            <value>The command context.</value>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.CustomRibbonPanel">
            <summary>
            The custom ribbon panel.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.CustomRibbonPanel.Panels">
            <summary>
            Gets the panels.
            </summary>
            <value>
            The panels.
            </value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.CustomRibbonPanel.GetPanelObject(System.Type)">
            <summary>
            The get panel object.
            </summary>
            <param name="type">
            The panel type.
            </param>
            <returns>
            The <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeButton">
            <summary>
            Represents a large button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeComboButton">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeComboButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.DropDownDisabled">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeComboButton"/> drops the down disabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeComboButton"/> drops the down disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.Gallery">
            <summary>
            Gets or sets the gallery.
            </summary>
            <value>The gallery.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.GalleryHeight">
            <summary>
            Gets or sets the height of the gallery.
            </summary>
            <value>The height of the gallery.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.GalleryWidth">
            <summary>
            Gets or sets the width of the gallery.
            </summary>
            <value>The width of the gallery.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.GalleryUrl">
            <summary>
            Gets or sets the gallery URL.
            </summary>
            <value>The gallery URL.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeComboButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton">
            <summary>
            Represents a Large Gallery button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.Gallery">
            <summary>
            Gets or sets the gallery.
            </summary>
            <value>The gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.GalleryHeight">
            <summary>
            Gets or sets the height of the gallery.
            </summary>
            <value>The height of the gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.GalleryWidth">
            <summary>
            Gets or sets the width of the gallery.
            </summary>
            <value>The width of the gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.GalleryUrl">
            <summary>
            Gets or sets the gallery URL.
            </summary>
            <value>The gallery URL.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeGalleryButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeIconButton">
            <summary>
            Represents a Large Icon button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeIconButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeIconButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeIconButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeIconButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeImageButton">
            <summary>
            Represents a Large Icon button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeImageButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeImageButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeImageButton.Image">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The image.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeImageButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.commandContext">
            <summary>
            The command context that should be used for rendering child elements.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.CommandContext">
            <summary>
            Gets or sets the command context that will be use for rendering menu items.
            </summary>
            <value>The command context.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.DropDownDisabled">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton"/> drops the down disabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton"/> drops the down disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.Menu">
            <summary>
            Gets or sets the menu.
            </summary>
            <value>The menu.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.RenderLargeButton(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the large button.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton.RenderMenu(System.String,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the menu.
            </summary>
            <param name="id">The id.</param>
            <param name="context">The context.</param>
            <returns>The html representation of menu.</returns>
            <contract>
              <requires name="id" condition="not null"/>
              <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.LargeTextButton">
            <summary>
            Represents a Large Text Button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeTextButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeTextButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeTextButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.LargeTextButton.Text">
            <summary>
            Gets or sets the text.
            </summary>
            <value>The text.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.LargeTextButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.MyStrip">
            <summary>
            Represents a MyStrip.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.MyStrip.Render(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.WebControls.Ribbons.Ribbon,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the toolbar panel.
            </summary>
            <param name="output">The output.</param>
            <param name="ribbon">The ribbon.</param>
            <param name="strip">The strip.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.RecycleBinListview">
            <summary>
            Represents the recycle bin listview.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RecycleBinListview.GetColumnValues(Sitecore.Data.Items.Item,Sitecore.Web.UI.HtmlControls.DataListviewItem)">
            <summary>
            Gets the column values.
            </summary>
            <param name="item">The item.</param>
            <param name="ctl">The CTL.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.RenderingTreeview">
            <summary>
            Represents a treeview that shows renderings.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RenderingTreeview.Populate(System.Web.UI.Control,Sitecore.Web.UI.HtmlControls.DataContext)">
            <summary>
            Populates the specified control.
            </summary>
            <param name="control">The control.</param>
            <param name="dataContext">The data context.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RenderingTreeview.GetNode(System.String)">
            <summary>
            Gets the node.
            </summary>
            <param name="path">The path.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.RibbonPanel">
            <summary>
            Represents a ribbon panel.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.enabled">
            <summary>
            Indicates whether panel is enabled.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.RibbonPanel"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.Render(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.WebControls.Ribbons.Ribbon,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the panel.
            </summary>
            <param name="output">The output.</param>
            <param name="ribbon">The ribbon.</param>
            <param name="button">The button.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.RenderSmallButton(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.WebControls.Ribbons.Ribbon,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Renders the small button.
            </summary>
            <param name="output">The output.</param>
            <param name="ribbon">The ribbon.</param>
            <param name="id">ID.</param>
            <param name="header">The header.</param>
            <param name="icon">The icon.</param>
            <param name="tooltip">The tooltip.</param>
            <param name="command">The command.</param>
            <param name="enabled">if set to <c>true</c> the small button is enabled.</param>
            <param name="down">if set to <c>true</c> this instance is down.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.HasField(Sitecore.Data.Items.Item,Sitecore.Data.ID)">
            <summary>
            Determines whether the specified item has the specified field.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldID">The field ID.</param>
            <returns>
                <c>true</c> if the specified item has the specified field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.RenderText(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            Renders the text.
            </summary>
            <param name="output">The output.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.RenderPanelButtons(System.Web.UI.HtmlTextWriter,System.String,System.String)">
            <summary>
            Renders the panel buttons.
            </summary>
            <param name="output">The output.</param>
            <param name="id">The id.</param>
            <param name="click">The click.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonPanel.RenderPanelScrollButtons(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            Renders the panel scroll buttons.
            </summary>
            <param name="output">The output.</param>
            <param name="id">The id.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.RibbonStrip">
            <summary>
            Represents a ribbon panel.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonStrip.Render(System.Web.UI.HtmlTextWriter,Sitecore.Web.UI.WebControls.Ribbons.Ribbon,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Renders the panel.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="ribbon">
            The ribbon.
            </param>
            <param name="strip">
            The strip.
            </param>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.RibbonStrip.GetHeader(Sitecore.Web.UI.WebControls.Ribbons.Ribbon,Sitecore.Data.Items.Item,Sitecore.Shell.Framework.Commands.CommandContext)">
            <summary>
            Gets the header.
            </summary>
            <param name="ribbon">The ribbon.</param>
            <param name="strip">The strip.</param>
            <param name="context">The context.</param>
            <returns>The header.</returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.ScrollPanel">
            <summary>
            Represents a scrolling panel.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.ScrollPanel.InnerHtml">
            <summary>
            Gets or sets the inner HTML.
            </summary>
            <value>The inner HTML.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.ScrollPanel.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview">
            <summary>
            Represents a treeview that shows security settings.
            </summary>
            <summary>
            Represents a treeview that shows security settings.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.AccountName">
            <summary>
            Gets or sets the name of the account.
            </summary>
            <value>The name of the account.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.AccountType">
            <summary>
            Gets or sets the type of the account.
            </summary>
            <value>The type of the account.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.DomainName">
            <summary>
            Gets or sets the domain.
            </summary>
            <value>The domain.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.UpdateNode(Sitecore.Data.Items.Item)">
            <summary>
            Updates the node.
            </summary>
            <param name="item">
            The item.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.DoClick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the click event.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.DoDblclick(Sitecore.Web.UI.Sheer.Message)">
            <summary>
            Executes the dblclick event.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.GetContextMenu(System.String)">
            <summary>
            Gets the context menu.
            </summary>
            <param name="where">
            The position.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.GetTreeNode(Sitecore.Data.Items.Item,System.Web.UI.Control)">
            <summary>
            Gets the tree node.
            </summary>
            <param name="item">
            The item.
            </param>
            <param name="parent">
            The parent.
            </param>
            <returns>
            The tree node.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"></see> event.
            </summary>
            <param name="e">
            The <see cref="T:System.EventArgs"></see> object that contains the event data.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.CanWrite(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can write the specified item.
            </summary>
            <param name="item">
            The item.
            </param>
            <returns>
            <c>true</c> if this instance can write the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.EscapeAccessRightName(System.String)">
            <summary>
            Escapes the name of the access right.
            </summary>
            <param name="rightName">
            Name of the right.
            </param>
            <returns>
            The <see cref="T:System.String"/>.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.GetInheritancePermission(Sitecore.Security.AccessControl.AccessRuleCollection,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.PropagationType)">
            <summary>
            Gets the inheritance permission.
            </summary>
            <param name="accessRules">
            The access rules.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="propagationType">
            Type of the propagation.
            </param>
            <returns>
            The inheritance permission.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRight(System.Web.UI.HtmlTextWriter,Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams)">
            <summary>
            Renders the right.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="parameters">
            The render right params.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderSelector(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,System.String,Sitecore.Security.AccessControl.AccessPermission,System.Boolean,System.Boolean,System.String)">
            <summary>
            Renders the selector.
            </summary>
            <param name="output">
            The output.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="rightName">
            Name of the right.
            </param>
            <param name="permission">
            Type of the entity access control.
            </param>
            <param name="canWrite">
            if set to <c>true</c> this instance is can write.
            </param>
            <param name="small">
            if set to <c>true</c> this instance is small.
            </param>
            <param name="propagationTypeName">
            Type of the propagation.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.UpdateInheritanceColumn(Sitecore.Web.UI.HtmlControls.DataTreeNode,Sitecore.Text.ListString,Sitecore.Data.Items.Item,System.Boolean,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRuleCollection)">
            <summary>
            Updates the inheritance column.
            </summary>
            <param name="treeNode">
            The tree node.
            </param>
            <param name="columns">
            The columns.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="canWrite">
            if set to <c>true</c> this instance is can write.
            </param>
            <param name="account">
            The account.
            </param>
            <param name="accessRules">
            The rules.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.GetAccount">
            <summary>
            Gets the account.
            </summary>
            <returns>
            The account.
            </returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.ItemSavedNotification(System.Object,Sitecore.Data.Events.ItemSavedEventArgs)">
            <summary>
            Called when the item is saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.UpdateColumnValues(Sitecore.Web.UI.HtmlControls.DataTreeNode,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Updates the column values.
            </summary>
            <param name="treeNode">
            The tree node.
            </param>
            <param name="item">
            The item.
            </param>
            <param name="canWrite">
            if set to <c>true</c> this instance is can write.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.UpdateHeader(Sitecore.Web.UI.HtmlControls.DataTreeNode,System.Boolean)">
            <summary>
            Updates the header.
            </summary>
            <param name="treeNode">
            The tree node.
            </param>
            <param name="canWrite">
            if set to <c>true</c> [can write].
            </param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams">
            <summary>
            Implements the RenderRightParams.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.EntityPermission">
            <summary>
            Gets the entity permission.
            </summary>
            <value>The entity permission.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.DescendantsPermission">
            <summary>
            Gets the descendants permission.
            </summary>
            <value>The descendants permission.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.Applies">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams"/> is applies.
            </summary>
            <value><c>true</c> if applies; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.CanWrite">
            <summary>
            Gets a value indicating whether this instance can write.
            </summary>
            <value><c>true</c> if this instance can write; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.RightName">
            <summary>
            Gets the name of the right.
            </summary>
            <value>The name of the right.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.RightTitle">
            <summary>
            Gets the right title.
            </summary>
            <value>The right title.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SecurityTreeview.RenderRightParams.Account">
            <summary>
            Gets the account.
            </summary>
            <value>The account.</value>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallButton">
            <summary>
            Represents a small button.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.SmallButton.header">
            <summary>
            The header.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.SmallButton.icon">
            <summary>
            The button icon.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.SmallButton.command">
            <summary>
            The command.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.SmallButton.down">
            <summary>
            The indicates wherever button is down.
            </summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.SmallButton.keyCode">
            <summary>
            The _key code.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallButton.Down">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.SmallButton"/> is down.
            </summary>
            <value><c>true</c> if down; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The button icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">
            The output.
            </param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallButton.RenderIcon(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the icon.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallButton.GetAlternateText">
            <summary>
            Gets the alternate text.
            </summary>
            <returns>The alternate text.</returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton">
            <summary>
            Represents a small button with a checkbox.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton.Checked">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton"/> is checked.
            </summary>
            <value><c>true</c> if checked; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallCheckButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallComboButton">
            <summary>
            Represents a small combo button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.Gallery">
            <summary>
            Gets or sets the gallery.
            </summary>
            <value>The gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.GalleryHeight">
            <summary>
            Gets or sets the height of the gallery.
            </summary>
            <value>The height of the gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.GalleryWidth">
            <summary>
            Gets or sets the width of the gallery.
            </summary>
            <value>The width of the gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.GalleryUrl">
            <summary>
            Gets or sets the gallery URL.
            </summary>
            <value>The gallery URL.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallComboButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the button to specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker">
            <summary>
            Represents a small gallery button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.Date">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.Format">
            <summary>
            Gets or sets the format.
            </summary>
            <value>The format.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallDatePicker.GetCurrentCulture">
            <summary>
            Gets the current culture.
            </summary>
            <returns>Current culture.</returns>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox">
            <summary>
            Represents a small button with a <c>checkbox</c>.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallDropDownBox.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton">
            <summary>
            Represents a small gallery button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.Gallery">
            <summary>
            Gets or sets the gallery.
            </summary>
            <value>The gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.GalleryHeight">
            <summary>
            Gets or sets the height of the gallery.
            </summary>
            <value>The height of the gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.GalleryWidth">
            <summary>
            Gets or sets the width of the gallery.
            </summary>
            <value>The width of the gallery.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.GalleryUrl">
            <summary>
            Gets or sets the gallery URL.
            </summary>
            <value>The gallery URL.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallGalleryButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallInputBox">
            <summary>
            Represents a small button with a <c>checkbox</c>.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallInputBox.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallInputBox.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallInputBox.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallInputBox.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallInputBox.Value">
            <summary>
            Gets or sets the value.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallInputBox.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton">
            <summary>
            Represents a small combo button.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.DropDownDisabled">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton"/> drops the down disabled.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Shell.Web.UI.WebControls.LargeMenuComboButton"/> drops the down disabled; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.KeyCode">
            <summary>
            Gets or sets the key code.
            </summary>
            <value>The key code.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.Menu">
            <summary>
            Gets or sets the menu.
            </summary>
            <value>The menu.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.CommandContext">
            <summary>
            Gets or sets the command context.
            </summary>
            <value>The command context.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the button to specified output.
            </summary>
            <param name="output">The output.</param>
            <contract>
              <requires name="output" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.SmallMenuComboButton.RenderMenu(System.String)">
            <summary>
            Renders the menu.
            </summary>
            <contract>
              <requires name="id" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.StartMenu">
            <summary>The start menu.</summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.Render(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the control to the specified HTML writer.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.GetApplicationShortcut(Sitecore.Data.Items.Item)">
            <summary>Gets the application shortcut.</summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderContent(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the body.</summary>
            <param name="output">The writer.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderLeft(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the left.</summary>
            <param name="output">The writer.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderLeft(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>Renders the left.</summary>
            <param name="output">The writer.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderDivider(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the divider.</summary>
            <param name="output">The writer.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderLeftOption(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.String)">
            <summary>Renders the left option.</summary>
            <param name="output">The output.</param>
            <param name="displayname">The display name.</param>
            <param name="icon">The icon.</param>
            <param name="tooltip">The tooltip.</param>
            <param name="click">The click.</param>
            <param name="drag">The drag.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderMenu(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item,System.String)">
            <summary>Renders the right folder menu.</summary>
            <param name="output">The output.</param>
            <param name="item">The item.</param>
            <param name="id">The id.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderMenu(System.Web.UI.Control,Sitecore.Data.Items.Item)">
            <summary>Renders the menu.</summary>
            <param name="parent">The parent.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderMenuItems(System.Web.UI.Control,Sitecore.Data.Items.Item)">
            <summary>Renders the menu items.</summary>
            <param name="parent">The parent.</param>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderPrograms(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the programs.</summary>
            <param name="output">The output.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderRight(System.Web.UI.HtmlTextWriter)">
            <summary>Renders the right.</summary>
            <param name="output">The writer.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderRight(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>Renders the right.</summary>
            <param name="output">The output.</param>
            <param name="path">The path.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderRightFolder(System.Web.UI.HtmlTextWriter,Sitecore.Data.Items.Item)">
            <summary>Renders the right folder.</summary>
            <param name="output">The output.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.StartMenu.RenderRightOption(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.String)">
            <summary>Renders the right option.</summary>
            <param name="output">The output.</param>
            <param name="displayname">The display name.</param>
            <param name="icon">The icon.</param>
            <param name="tooltip">The tooltip.</param>
            <param name="click">The click.</param>
            <param name="drag">The drag.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut">
            <summary>The application shortcut.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.Click">
            <summary>The click.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.DisplayName">
            <summary>The display name.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.ID">
            <summary>The id.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.Icon">
            <summary>The icon.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.Parameters">
            <summary>The parameters.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.Path">
            <summary>The path.</summary>
        </member>
        <member name="F:Sitecore.Shell.Web.UI.WebControls.StartMenu.ApplicationShortcut.ToolTip">
            <summary>The tool tip.</summary>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.Text">
            <summary>
            Represents a text control in the ribbon.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.Text.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.Text.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.ToolButton">
            <summary>
            Representa a toolbutton.
            </summary>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.ToolButton.Command">
            <summary>
            Gets or sets the command.
            </summary>
            <value>The command.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.ToolButton.Header">
            <summary>
            Gets or sets the header.
            </summary>
            <value>The header.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="P:Sitecore.Shell.Web.UI.WebControls.ToolButton.Icon">
            <summary>
            Gets or sets the icon.
            </summary>
            <value>The icon.</value>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.ToolButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the specified output.
            </summary>
            <param name="output">The output.</param>
            <contract>
              <requires name="output" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Shell.Web.UI.WebControls.TranslatorTreeview">
            <summary>
            Represents a treeview in the translator.
            </summary>
        </member>
        <member name="M:Sitecore.Shell.Web.UI.WebControls.TranslatorTreeview.GetTreeNode(Sitecore.Data.Items.Item,System.Web.UI.Control)">
            <summary>
            Gets the tree node.
            </summary>
            <param name="item">The item.</param>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.sitecore.shell.Applications.Floatie.FloatieFrame">
            <summary>
            Represents a Floatie.
            </summary>
        </member>
        <member name="P:Sitecore.sitecore.shell.Applications.Floatie.FloatieFrame.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.sitecore.shell.Applications.Floatie.FloatieFrame.Hidden">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Sitecore.sitecore.shell.Applications.Floatie.FloatieFrame"/> is hidden.
            </summary>
            <value><c>true</c> if hidden; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.sitecore.shell.Applications.Floatie.FloatieFrame.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
             
            <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"></see> object that receives the control content. </param>
        </member>
        <member name="T:Sitecore.Sites.ConfigSiteProvider">
            <summary>
            ConfigSiteProvider class
            </summary>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.GetSites">
            <summary>
            Gets the list of all known sites.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <param name="name">The friendly name of the provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></see> on a provider after the provider has already been initialized.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.AddInheritedProperties(Sitecore.Sites.Site,Sitecore.Collections.SafeDictionary{System.String,Sitecore.Sites.Site})">
            <summary>
            Adds the inherited properties.
            </summary>
            <param name="site">The site.</param>
            <param name="siteDictionary">The site dictionary.</param>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.InitializeSites">
            <summary>
            Gets the dictionary of sites.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.ParseNode(System.Xml.XmlNode)">
            <summary>
            Parses the node.
            </summary>
            <param name="node">The node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.ConfigSiteProvider.ResolveInheritance(Sitecore.Sites.SiteCollection,Sitecore.Collections.SafeDictionary{System.String,Sitecore.Sites.Site})">
            <summary>
            Resolves site inheritance.
            </summary>
            <param name="sites">The sites.</param>
            <param name="siteDictionary">The site dictionary.</param>
        </member>
        <member name="T:Sitecore.Sites.DefaultSiteContextFactory">
            <summary>
            Creates objects related to the <see cref="T:Sitecore.Sites.SiteContext"></see>.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.DefaultSiteContextFactory.sites">
            <summary>
            The sites.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.DefaultSiteContextFactory.searchTable">
            <summary>
            The search table.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.DefaultSiteContextFactory.lockObject">
            <summary>
            The lock object.
            </summary>
        </member>
        <member name="P:Sitecore.Sites.DefaultSiteContextFactory.SearchTable">
            <summary>
            Gets the search cache.
            </summary>
            <value>The search cache.</value>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSiteContext(System.String)">
            <summary>
            Gets the site context.
            </summary>
            <param name="name">The name.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSiteContext(System.String,System.String)">
            <summary>
            Gets the site context.
            </summary>
            <param name="hostName">Name of the host.</param>
            <param name="fullPath">The full path.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSiteContext(System.String,System.String,System.Int32)">
            <summary>
            Gets the site context.
            </summary>
            <param name="hostName">Name of the host.</param>
            <param name="fullPath">The full path.</param>
            <param name="portNumber">The port number.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSiteContextFromFile(System.String)">
            <summary>
            Gets the site context from file.
            </summary>
            <param name="filename">The file name.</param>
            <returns>The site context.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSiteInfo(System.String)">
            <summary>
            Gets the site info.
            </summary>
            <param name="name">The name.</param>
            <returns>The site info.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSiteNames">
            <summary>
            Gets the site names.
            </summary>
            <returns>The site names.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetSites">
            <summary>
            Gets the sites.
            </summary>
            <returns>The sites.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.GetFromSearchTable(System.String)">
            <summary>
            Gets site info from cache.
            </summary>
            <param name="key">The key.</param>
            <returns>The site info.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteContextFactory.AddToSearchTable(System.String,Sitecore.Web.SiteInfo)">
            <summary>
            Adds to cache.
            </summary>
            <param name="key">The key.</param>
            <param name="siteInfo">The site info.</param>
        </member>
        <member name="T:Sitecore.Sites.DefaultSiteManager">
            <summary>
            The default site manager.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.DefaultSiteManager.provider">
            <summary>
            The list of providers.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteManager.#ctor(Sitecore.Configuration.ProviderHelper{Sitecore.Sites.SiteProvider,Sitecore.Sites.SiteProviderCollection})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.DefaultSiteManager"/> class.
            </summary>
            <param name="providerHelper">The provider helper.</param>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteManager.CanEnter(System.String,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether an account can enter the specified site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if the account can enter the specified site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteManager.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The site.</returns>
        </member>
        <member name="M:Sitecore.Sites.DefaultSiteManager.GetSites">
            <summary>
            Gets the list of all known sites.
            </summary>
            <returns>The collection of all known sites.</returns>
        </member>
        <member name="T:Sitecore.Sites.DisplayMode">
            <summary>
            Defines the current display mode.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.DisplayMode.Normal">
            <summary>Normal.</summary>
        </member>
        <member name="F:Sitecore.Sites.DisplayMode.Edit">
            <summary>Web Edit.</summary>
        </member>
        <member name="F:Sitecore.Sites.DisplayMode.Preview">
            <summary>Preview.</summary>
        </member>
        <member name="T:Sitecore.Sites.DisplayModeDuration">
            <summary>
            Defines the duration of the display mode.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.DisplayModeDuration.Remember">
            <summary>Remember.</summary>
        </member>
        <member name="F:Sitecore.Sites.DisplayModeDuration.Temporary">
            <summary>Temporary.</summary>
        </member>
        <member name="F:Sitecore.Sites.DisplayModeDuration.ResetAfterRequest">
            <summary>Reset after request.</summary>
        </member>
        <member name="T:Sitecore.Sites.Rendering.Layout">
            <summary>
            Represents a Layout.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.Rendering.Layout"/> class.
            </summary>
            <param name="file">The file.</param>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.#ctor(System.String,System.Web.UI.Control)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.Rendering.Layout"/> class.
            </summary>
            <param name="file">The file.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="P:Sitecore.Sites.Rendering.Layout.File">
            <summary>
            Gets the file.
            </summary>
            <value>The file.</value>
        </member>
        <member name="P:Sitecore.Sites.Rendering.Layout.Owner">
            <summary>
            Gets or sets the owner.
            </summary>
            <value>The owner.</value>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.AddControlsFromItem(System.Web.UI.Page,Sitecore.Data.Items.Item)">
            <summary>
            Expand layout.
            </summary>
            <param name="page">The page.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.ExpandSublayout(System.Web.UI.Control)">
            <summary>
            Expands sublayouts to real user controls.
            </summary>
            <param name="sublayout">The sublayout.</param>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.ExpandSublayout(System.Web.UI.Control,Sitecore.Web.UI.WebControls.Sublayout)">
            <summary>
            Expands sublayout to real user controls.
            </summary>
            <param name="control">The control.</param>
            <param name="sublayout">The sublayout.</param>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.ExpandSublayouts(System.Web.UI.Control,System.Web.UI.Control)">
            <summary>
            Expand sublayouts to real user controls
            </summary>
            <param name="control">The control.</param>
            <param name="parentControl">The parent control.</param>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.InsertControl(System.Web.UI.Control,System.String,System.Web.UI.Page)">
            <summary>
            Inserts the control.
            </summary>
            <param name="control">The control.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="page">The page.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.InsertControl(System.Web.UI.Control,System.String,System.Web.UI.Page,System.Collections.Hashtable)">
            <summary>
            Inserts the control.
            </summary>
            <param name="control">The control.</param>
            <param name="placeholderID">The placeholder ID.</param>
            <param name="page">The page.</param>
            <param name="orphans">The orphans.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.InsertControls(System.Xml.XmlNode,System.Web.UI.Page,System.Collections.Hashtable)">
            <summary>
            Inserts the controls.
            </summary>
            <param name="definition">The definition.</param>
            <param name="page">The page.</param>
            <param name="orphans">The orphans.</param>
        </member>
        <member name="M:Sitecore.Sites.Rendering.Layout.InsertOrphans(System.Collections.Hashtable,System.Web.UI.Page)">
            <summary>
            Inserts the orphans.
            </summary>
            <param name="orphans">The orphans.</param>
            <param name="page">The page.</param>
        </member>
        <member name="T:Sitecore.Sites.Rendering.LayoutFactory">
            <summary>
            Factory for accessing layout definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetLayoutDefinition(Sitecore.Data.Items.Item)">
            <summary>
            Get layout definition node for an item
            </summary>
            <param name="itm">The itm.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetLayout(System.String)">
            <summary>
            Gets the layout.
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetLayout(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the layout.
            </summary>
            <param name="item">The item.</param>
            <param name="useDefaultLayout">if set to <c>true</c> this instance is use default layout.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetLoginLayout">
            <summary>
            Get path to login page..
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.FindViewNode(System.Xml.XmlDocument)">
            <summary>
            Find view node in document
            </summary>
            <param name="doc">The doc.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetFilePath(Sitecore.Data.Items.LayoutItem)">
            <summary>
            Get the path of aspx file for a layout
            </summary>
            <param name="layout">The layout.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetFilePath(Sitecore.Data.Database,System.String)">
            <summary>
            Get the path of aspx file for a layout
            </summary>
            <param name="database">The database.</param>
            <param name="layoutName">Name of the layout.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.LayoutFactory.GetPageDefinition(Sitecore.Data.Items.Item)">
            <summary>
            Get page view node for an item
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Sites.Rendering.RenderingFactory">
            <summary>
            Factory for accessing rendering definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.Rendering.RenderingFactory.GetItemControl(Sitecore.Data.Items.Item)">
            <summary>
            Gets the control used for rendering an item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.RenderingFactory.GetItemControl(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Gets the control used for rendering an item.
            </summary>
            <param name="item">The item.</param>
            <param name="datasource">The datasource.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.Rendering.RenderingFactory.GetItemDefinition(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item definition.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Sites.Site">
            <summary>
            Site class
            </summary>
        </member>
        <member name="M:Sitecore.Sites.Site.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.Site"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.Site.#ctor(System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.Site"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="properties">The properties.</param>
        </member>
        <member name="P:Sitecore.Sites.Site.Name">
            <summary>
            Gets the name of the site.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Sites.Site.Properties">
            <summary>
            Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="M:Sitecore.Sites.Site.GetUniqueId">
            <summary>
            Gets a unique id.
            </summary>
            <remarks>
              <para>The id must be unique enough to be used in a global cache.</para>
              <para>For example, an <see cref="T:Sitecore.Data.Items.Item"/> might implement this as <c>Database.Name + ID</c>.</para>
              <para>The resulting key used by <see cref="T:Sitecore.Data.Items.Item"/> might therefore be <c>typeof(Item).FullName + divider + Database.Name + ID</c>.</para>
            </remarks>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Sites.SiteCaches">
            <summary>
            Represents a cache of <see cref="T:Sitecore.Web.SiteInfo"></see> definitions.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteCaches.#ctor(Sitecore.Sites.SiteContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.SiteCaches"/> class.
            </summary>
            <param name="site">The site.</param>
        </member>
        <member name="P:Sitecore.Sites.SiteCaches.FilteredItemsCache">
            <summary>
            Gets the filtered items cache.
            </summary>
            <value>The filtered items cache.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteCaches.HtmlCache">
            <summary>
            Gets the HTML cache.
            </summary>
            <value>The HTML cache.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteCaches.RegistryCache">
            <summary>
            Gets the registry cache.
            </summary>
            <value>The registry cache.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteCaches.RenderingParametersCache">
            <summary>
            Gets the rendering parameters cache.
            </summary>
            <value>
            The rendering parameters cache.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteCaches.ViewStateCache">
            <summary>
            Gets the view state cache.
            </summary>
            <value>The view state cache.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteCaches.XslCache">
            <summary>
            Gets the XSL cache.
            </summary>
            <value>The XSL cache.</value>
        </member>
        <member name="T:Sitecore.Sites.SiteCollection">
            <summary>
            SiteCollection class
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteCollection.AddRange(System.Collections.Generic.IEnumerable{Sitecore.Sites.Site})">
            <summary>
            Adds the range.
            </summary>
            <param name="sites">The sites.</param>
        </member>
        <member name="T:Sitecore.Sites.SiteContext">
            <summary>
            Represents the current Site Context.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.enableDebugger">
            <summary>
            The flag indicating whether to enable debugger.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.enableLinkedItems">
            <summary>
            The flag indicating whether to enable linked items.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.enablePreview">
            <summary>
            The flag indicating whether to enable preview.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.enableWebEdit">
            <summary>
            The flag indicating whether to enable web edit.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.info">
            <summary>
            The site info.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.caches">
            <summary>
            The site caches.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.database">
            <summary>
            The database of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.disableWebEditEditing">
            <summary>
            The flag indicating whether to disable WebEdit editing.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.displayDate">
            <summary>
            The display date.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.displayMode">
            <summary>
            The display mode of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.domain">
            <summary>
            The security domain of the site.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.enableWorkflow">
            <summary>
            The flag indicating whether to enable workflow.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.notifications">
            <summary>
            The notification context.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.page">
            <summary>
            The page context.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.request">
            <summary>
            The site request.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.resources">
            <summary>
            The resource context.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContext.response">
            <summary>
            The site response.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.#ctor(Sitecore.Web.SiteInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.SiteContext"/> class.
            </summary>
            <param name="info">The info.</param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.#ctor(Sitecore.Web.SiteInfo,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.SiteContext"/> class.
            A light version of constructor, initializes minimum amount of data.
            </summary>
            <param name="siteInfo">
            The info.
            </param>
            <param name="processQueryString">
            if set to <c>true</c> query string will be processed.
            </param>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Current">
            <summary>
            Gets the current site (same as <see cref="P:Sitecore.Context.Site"/>).
            </summary>
            <value>The current.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.AllowDebug">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> allows debugging.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> allows debugging; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.BrowserTitle">
            <summary>
            Gets the browser title.
            </summary>
            <value>The browser title.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.CacheHtml">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> caches the HTML.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> caches the HTML; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.CacheMedia">
            <summary>
            Gets a value indicating whether to cache media.
            </summary>
            <value><c>true</c> if media should be cached; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Caches">
            <summary>
            Gets the caches.
            </summary>
            <value>The caches.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.ContentDatabase">
            <summary>
            Gets the content database.
            </summary>
            <value>The content database.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.ContentLanguage">
            <summary>
            Gets the content language.
            </summary>
            <value>The content language.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.ContentStartItem">
            <summary>
            Gets the content start item.
            </summary>
            <value>The content start item.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.ContentStartPath">
            <summary>
            Gets the content start path.
            </summary>
            <value>The content start path.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Database">
            <summary>
            Gets or sets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DefaultDevice">
            <summary>
            Gets the default device.
            </summary>
            <value>The default device.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Device">
            <summary>
            Gets the device.
            </summary>
            <value>The device.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DictionaryDomain">
            <summary>
            Gets or sets the dictionary domain.
            </summary>
            <value>The dictionary domain.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisableClientData">
            <summary>
            Gets a value indicating whether <see cref="T:Sitecore.Configuration.ClientDataStore">client data</see> is disabled for the site.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisableFiltering">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> disables the filtering.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> disables the filtering; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.PreviewUnpublishableItems">
            <summary>
            Allows users to preview items that cannot be published yet. Default value: false.
            </summary>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisableWebEditEditing">
            <summary>
            Gets a value indicating whether the WebEdit mode is editable.
            </summary>
            <value>
              <c>true</c> if the WebEdit mode is editable; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisableBrowserCaching">
            <summary>
            Gets a value indicating whether browser caching is disabled for the site.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisableXmlControls">
            <summary>
            Gets a value indicating whether XML controls are disabled for this site.
            </summary>
            <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisplayDate">
            <summary>
            Gets the display date.
            </summary>
            <value>The display date.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DisplayMode">
            <summary>
            Gets the display mode.
            </summary>
            <value>The display mode.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Domain">
            <summary>
            Gets the domain.
            </summary>
            <value>The domain.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.DrawDots">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> draws the dots.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> draws the dots; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.EnableDebugger">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> enables the debugger.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> enables the debugger; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.EnablePreview">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> enables previewing.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> enables previewing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.EnableWebEdit">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> enables web editing.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> enables web editing; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.EnableWorkflow">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> enables workflow.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> enables workflow; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.FilterItems">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> filters the items.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> filters the items; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.HostName">
            <summary>
            Gets the host name.
            </summary>
            <value>The host name.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Language">
            <summary>
            Gets the language.
            </summary>
            <value>The language.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.LoginPage">
            <summary>
            Gets the login page.
            </summary>
            <value>The login page.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.MasterDatabase">
            <summary>
            Gets the master database associated with the site.
            </summary>
            <remarks>
            This database is used as the data source when previewing and web editing.
            </remarks>
            <value>The master database.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.MediaCachePath">
            <summary>
            Gets the path to the media cache.
            </summary>
            <value>The media cache path.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Notifications">
            <summary>
            Gets the notifications.
            </summary>
            <value>The notifications.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Page">
            <summary>
            Gets the page.
            </summary>
            <value>The page.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.PhysicalFolder">
            <summary>
            Gets the physical folder.
            </summary>
            <value>The physical folder.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Properties">
            <summary>
            Gets the properties.
            </summary>
            <value>The properties.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Request">
            <summary>
            Gets the request.
            </summary>
            <value>The request.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.RequireLogin">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Sites.SiteContext"/> requires login.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Sites.SiteContext"/> requires login; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Resources">
            <summary>
            Gets the resources.
            </summary>
            <value>The resources.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.Response">
            <summary>
            Gets the response.
            </summary>
            <value>The response.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.RootPath">
            <summary>
            Gets the root path.
            </summary>
            <value>The root path.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.SiteInfo">
            <summary>
            Gets the site info.
            </summary>
            <value>The site info.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.StartItem">
            <summary>
            Gets the start item.
            </summary>
            <value>The start item.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.StartPath">
            <summary>
            Gets the start path.
            </summary>
            <value>The start path.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.TargetHostName">
            <summary>
            Gets the name of the target host.
            </summary>
            <value>The name of the target host.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.VirtualFolder">
            <summary>
            Gets the virtual folder.
            </summary>
            <value>The virtual folder.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.XmlControlPage">
            <summary>
            Gets the XML control page.
            </summary>
            <value>The XML control page.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.IsBackend">
            <summary>
            Gets a value indicating whether this instance is a backend site.
            E.g.: shell, modules_shell and login are backed sites, while the website is not a backend site.
            </summary>
            <value>
              <c>true</c> if this instance is a backend site; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Sites.SiteContext.EnsureFilteredItems">
            <summary>
            Gets a value indicating whether filtered item must be ensured.
            </summary>
            <value>
            <c>true</c> if filtered item must must be ensured otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.FindWebSite(Sitecore.Data.Database)">
            <summary>
            Finds the web site based on a specific master database.
            </summary>
            <param name="masterDatabase">The master database.</param>
            <returns>The web site context.</returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>The web site context.</returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.GetWebSiteUrl">
            <summary>
            Gets the web site URL.
            </summary>
            <returns>The web site URL.</returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.GetWebSiteUrl(Sitecore.Data.Database)">
            <summary>
            Gets the web site URL.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            The web site URL.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.GetCookieKey(System.String)">
            <summary>
            Gets the cookie key.
            </summary>
            <param name="name">The name.</param>
            <returns>
            The get cookie key.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.SetDisplayDate(System.DateTime)">
            <summary>
            Sets the display date.
            </summary>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.SetDisplayMode(Sitecore.Sites.DisplayMode,Sitecore.Sites.DisplayModeDuration)">
            <summary>
            Sets the display mode.
            </summary>
            <param name="mode">
            The mode.
            </param>
            <param name="duration">
            The duration.
            </param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.GetCookieKey(System.String,System.String)">
            <summary>
            Gets the cookie key.
            </summary>
            <param name="siteName">
            Name of the site.
            </param>
            <param name="name">
            The name.
            </param>
            <returns>
            The cookie key.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.OnLoggedOut(System.Object,System.EventArgs)">
            <summary>
            Called when the user has logged out.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.GetMasterDatabase(Sitecore.Web.SiteInfo)">
            <summary>
            Gets the master database.
            </summary>
            <param name="shellInfo">
            The shell info.
            </param>
            <returns>
            The master database.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.ProcessQueryString">
            <summary>
            Processes the query string.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.SetDisableWebEditEditing(System.String)">
            <summary>
            Sets the display date.
            </summary>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.SetDisplayDate(System.String)">
            <summary>
            Sets the display date.
            </summary>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.SetDisplayMode(System.String,System.String)">
            <summary>
            Sets the display mode.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="duration">
            The duration.
            </param>
        </member>
        <member name="M:Sitecore.Sites.SiteContext.UpdateCookie(System.String,System.String)">
            <summary>
            Updates the cookie.
            </summary>
            <param name="name">
            The name.
            </param>
            <param name="value">
            The value.
            </param>
        </member>
        <member name="T:Sitecore.Sites.SiteContextFactory">
            <summary>
            Creates objects related to the <see cref="T:Sitecore.Sites.SiteContext"></see>.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteContextFactory.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.GetSiteContext(System.String)">
            <summary>
            Gets the site context.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.GetSiteContext(System.String,System.String)">
            <summary>
            Gets the site context.
            </summary>
            <param name="hostName">Name of the host.</param>
            <param name="fullPath">The full path.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.GetSiteContext(System.String,System.String,System.Int32)">
            <summary>
            Gets the site context.
            </summary>
            <param name="hostName">Name of the host.</param>
            <param name="fullPath">The full path.</param>
            <param name="portNumber">The port number.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.GetSiteContextFromFile(System.String)">
            <summary>
            Gets the site context from file.
            </summary>
            <param name="filename">The filename.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.GetSiteInfo(System.String)">
            <summary>
            Gets the site info.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.GetSiteNames">
            <summary>
            Gets the site names.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteContextFactory.Reset">
            <summary>
            Resets this instance.
            </summary>
        </member>
        <member name="P:Sitecore.Sites.SiteContextFactory.Sites">
            <summary>
            Gets the sites.
            </summary>
            <value>The sites.</value>
        </member>
        <member name="T:Sitecore.Sites.SiteContextSwitcher">
            <summary>
            SiteContextSwitcher class
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteContextSwitcher.#ctor(Sitecore.Sites.SiteContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.SiteContextSwitcher"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Sites.SitecoreSiteProvider">
            <summary>
            The site provider.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SitecoreSiteProvider.initializeLock">
            <summary>
            The initialize lock.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SitecoreSiteProvider.providerNames">
            <summary>
            The provider names.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SitecoreSiteProvider.providers">
            <summary>
            The list of providers.
            </summary>
        </member>
        <member name="P:Sitecore.Sites.SitecoreSiteProvider.Providers">
            <summary>
            Gets the providers.
            </summary>
            <value>
            The provider.
            </value>
        </member>
        <member name="M:Sitecore.Sites.SitecoreSiteProvider.AddProviderReference(System.Xml.XmlNode)">
            <summary>
            Adds the provider reference.
            </summary>
            <param name="node">The node.</param>
        </member>
        <member name="M:Sitecore.Sites.SitecoreSiteProvider.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns>
            A site.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SitecoreSiteProvider.GetSites">
            <summary>
            Gets the list of all known sites.
            </summary>
            <returns>The list of all known sites.</returns>
        </member>
        <member name="M:Sitecore.Sites.SitecoreSiteProvider.ReadProviders">
            <summary>
            Reads the referenced providers.
            </summary>
            <returns>The referenced providers.</returns>
        </member>
        <member name="T:Sitecore.Sites.SiteManager">
            <summary>
            SiteManager class
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="F:Sitecore.Sites.SiteManager.ProviderHelper">
            <summary>
            The provider helper.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteManager.CanEnter(System.String,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether an account can enter the specified site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can enter the specified site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SiteManager.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteManager.GetSites">
            <summary>
            Gets the list of all known sites.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Sites.SiteProvider">
            <summary>
            SiteProvider class
            </summary>
        </member>
        <member name="P:Sitecore.Sites.SiteProvider.CheckSecurity">
            <summary>
            Gets a value indicating whether to check security (usually the site:enter right).
            </summary>
            <value><c>true</c> if check security; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Sites.SiteProvider.CanEnter(Sitecore.Sites.Site,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether an account can enter the specified site.
            </summary>
            <param name="site">The site.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the account can enter the specified site; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Sites.SiteProvider.GetSite(System.String)">
            <summary>
            Gets a site.
            </summary>
            <param name="siteName">Name of the site.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteProvider.GetSites">
            <summary>
            Gets the list of all known sites.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes the provider.
            </summary>
             
            <param name="name">The friendly name of the provider.</param>
            <param name="config">A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.</param>
            <exception cref="T:System.ArgumentNullException">The name of the provider is null.</exception>
            <exception cref="T:System.ArgumentException">The name of the provider has a length of zero.</exception>
            <exception cref="T:System.InvalidOperationException">An attempt is made to call <see cref="M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)" /> on a provider after the provider has already been initialized.</exception>
        </member>
        <member name="T:Sitecore.Sites.SiteProviderCollection">
            <summary>
            SiteProviderCollection class
            </summary>
        </member>
        <member name="P:Sitecore.Sites.SiteProviderCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:Sitecore.Sites.SiteProvider"/> with the specified name.
            </summary>
            <value></value>
        </member>
        <member name="T:Sitecore.Sites.SiteRequest">
            <summary>
            Represents a SiteRequest.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.#ctor(Sitecore.Sites.SiteContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.SiteRequest"/> class.
            </summary>
            <param name="siteContext">The site context.</param>
        </member>
        <member name="P:Sitecore.Sites.SiteRequest.FilePath">
            <summary>
            Gets or sets the file path.
            </summary>
            <value>The file path.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteRequest.ItemPath">
            <summary>
            Gets or sets the item path.
            </summary>
            <value>The item path.</value>
        </member>
        <member name="P:Sitecore.Sites.SiteRequest.QueryString">
            <summary>
            Gets the query string.
            </summary>
            <value>The query string.</value>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetQueryString(System.String)">
            <summary>
            Gets the query string.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetQueryString(System.String,System.String)">
            <summary>
            Gets the query string.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetCookie(System.String)">
            <summary>
            Gets the cookie.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetCookie(System.String,System.String)">
            <summary>
            Gets the cookie.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetCookieDate(System.String,System.DateTime)">
            <summary>
            Gets the cookie date.
            </summary>
            <param name="name">The name.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetQueryStringOrCookie(System.String)">
            <summary>
            Gets the query string or cookie.
            </summary>
            <param name="key">The key.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Sites.SiteRequest.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>The context culture.</returns>
        </member>
        <member name="T:Sitecore.Sites.SiteResponse">
            <summary>
            Represents a SiteResponse.
            </summary>
        </member>
        <member name="M:Sitecore.Sites.SiteResponse.#ctor(Sitecore.Sites.SiteContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Sites.SiteResponse"/> class.
            </summary>
            <param name="siteContext">The site context.</param>
        </member>
        <member name="P:Sitecore.Sites.SiteResponse.Page">
            <summary>
            Gets the page.
            </summary>
            <value>The page.</value>
        </member>
        <member name="M:Sitecore.Sites.SiteResponse.SetCookie(System.String,System.String)">
            <summary>
            Sets the cookie.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Sites.SiteResponse.Write(System.String)">
            <summary>
            Writes the specified text.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.Sites.SiteResponse.WriteLine(System.String)">
            <summary>
            Writes the line.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="P:Sitecore.StaticContextProxy.Data">
            <summary>
            Gets the data.
            </summary>
            <value>The data.</value>
        </member>
        <member name="T:Sitecore.StringExtensions.StringExtensions">
            <summary>
            StringExtensions class
            </summary>
        </member>
        <member name="M:Sitecore.StringExtensions.StringExtensions.FormatWith(System.String,System.Object[])">
            <summary>
            Replaces the format item in a specified string with the text equivalent of the value of a corresponding Object instance in a specified array.
            </summary>
            <param name="format">The format.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringExtensions.StringExtensions.GenerateGuid(System.String)">
            <summary>
            Generates Guid from the string using MD5 hash algorythm.
            </summary>
            <param name="input">The input string to generate Guid from.</param>
            <returns>Generated Guid.</returns>
        </member>
        <member name="M:Sitecore.StringExtensions.StringExtensions.IsNullOrEmpty(System.String)">
            <summary>
            Determines whether the specified STR is null or empty.
            </summary>
            <param name="string">The string.</param>
            <returns>
                <c>true</c> if the specified STR is null or empty; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.StringExtensions.StringExtensions.StartsWith(System.String,System.String,System.Boolean)">
            <summary>
            Determines whether beginning of this string mathces the specified string.
            </summary>
            <param name="str">"this" object.</param>
            <param name="value">The value.</param>
            <param name="ignoreCase">if set to <c>true</c> case will be ignored.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.StringFormatMethodAttribute">
            <summary>
            An attribute used to specify a parameter will be used as a format string.
            </summary>
        </member>
        <member name="M:Sitecore.StringFormatMethodAttribute.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.StringFormatMethodAttribute"/> class.
            </summary>
            <param name="formatParameterName">Name of the format parameter.</param>
        </member>
        <member name="P:Sitecore.StringFormatMethodAttribute.FormatParameterName">
            <summary>
            Gets the name of the format parameter.
            </summary>
            <value>The name of the format parameter.</value>
        </member>
        <member name="T:Sitecore.StringUtil">
            <summary>Implements a utility class for manipulating strings.</summary>
            <remarks>
            <seealso cref="T:Sitecore.DateUtil"/>
            <seealso cref="T:Sitecore.MainUtil"/>
            <seealso cref="T:Sitecore.StringUtil"/>
            </remarks>
        </member>
        <member name="M:Sitecore.StringUtil.ArrayToString(System.Array,System.Char)">
            <summary>
            Arrays to string.
            </summary>
            <param name="array">The array.</param>
            <param name="delimiter">The delimiter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.Capitalize(System.String)">
            <summary>
            Uppercases the first letter of a string and
            lowercases the remaining letters.
            </summary>
            <param name="text">A string.</param>
            <returns>The capitalized string.</returns>
            <remarks>Sentences are not taken into account.</remarks>
            <example>
                <code>
            string text = MainUtil.Capitalize("HELLO WORLD."); // "Hello world"
            string text = MainUtil.Capitalize("HELLO. HOW ARE YOU?"); // "Hello. how are you?"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Clip(System.String,System.Int32,System.Boolean)">
            <summary>
            Clips a string at a certain length.
            </summary>
            <param name="text">The text that will be clipped.</param>
            <param name="length">The maximum length of the returned string.</param>
            <param name="ellipsis">Indicates if the string should have en ellipsis (...) appended</param>
            <returns>The clipped string.</returns>
            <example>
                <code>
            string s0 = StringUtil.Clip("Hello world", 5, false); // "Hello"
            string s1 = StringUtil.Clip("Hello world", 5, true); // "He..."
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Combine(System.Object,System.Object,System.String)">
            <summary>
            Combines the specified parts.
            </summary>
            <param name="part1">The part1.</param>
            <param name="part2">The part2.</param>
            <param name="divider">The divider.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.Concat(System.Object[])">
            <summary>
            Concats the specified values.
            </summary>
            <param name="values">The values.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.Contains(System.String,System.String[])">
            <summary>
            Determines whether [contains] [the specified text].
            </summary>
            <param name="text">The text.</param>
            <param name="texts">The texts.</param>
            <returns>
                <c>true</c> if [contains] [the specified text]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.StringUtil.Contains(System.String,System.String,System.StringComparison)">
            <summary>
            Returns a value indicating whether a specified substring occurs within the text.
            </summary>
            <param name="text">Thr base string</param>
            <param name="substr">The value to check</param>
            <param name="comp">Specifies the culture, case, and sort rules to be used</param>
        </member>
        <member name="M:Sitecore.StringUtil.CutUp(System.String,System.Int32)">
            <summary>
            Cuts a string into evenly sized parts.
            </summary>
            <param name="text">A string.</param>
            <param name="chunkSize">Number of characters in a parts.</param>
            <returns>An array list of strings.</returns>
            <example>
                <code>
            string text = "Hello world";
            ArrayList list = StringUtil.Cut(test, 3);
            // "Hel", "llo", " wo", "rld"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Decode(System.Byte[])">
            <summary>
            Decodes the specified bytes.
            </summary>
            <param name="bytes">The bytes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.DecodeMessageParameter(System.String)">
            <summary>
            Decodes the message parameter.
            </summary>
            <param name="value">The value.</param>
            <returns>The message parameter.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.DictionaryToNameValues(Sitecore.Collections.SafeDictionary{System.String})">
            <summary>
            Dictionaries to name values.
            </summary>
            <param name="dictionary">The dictionary.</param>
            <returns>The to name values.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.Divide(System.String,System.Char,System.Boolean)">
            <summary>
            Divides a string using a specified separator character.
            </summary>
            <example>
              StringUtil.Divide("da-DK-kl", '-', false); // returns {"da", "DK-kl"}
              StringUtil.Divide("da-DK-kl", '-', true); // returns {"da-DK", "kl"}
              StringUtil.Divide("da", '-', false); // returns {"da"}
            </example>
            <param name="value">The value.</param>
            <param name="separator">The separator.</param>
            <param name="useLastSeparator">if set to <c>true</c> this instance is use last separator.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.DivideAtDigit(System.String)">
            <summary>
            Divides a string in two at the first digit.
            </summary>
            <example>
              StringUtil.DivideAtDigit("da-DK12"); // returns {"da-DK", "12"}
              StringUtil.DivideAtDigit("da-DK"); // returns {"da-DK"}
            </example>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.Encode(System.String)">
            <summary>
            Encodes the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EncodeMessageParameter(System.String)">
            <summary>
            Encodes the message parameter.
            </summary>
            <param name="value">The value.</param>
            <returns>The message parameter.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.EnsurePostfix(System.Char,System.String)">
            <summary>
            Ensures that a string has a certain postfix.
            </summary>
            <param name="postfix">The postfix.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EnsurePrefix(System.Char,System.String)">
            <summary>
            Ensures that a string has a certain prefix.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EscapeApostrophe(System.String)">
            <summary>
            Escapes the apostrophe symbol.
            </summary>
            <param name="text">The text.</param>
            <returns>The escaped text.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.EscapeBackslash(System.String)">
            <summary>
            Escapes the backslash.
            </summary>
            <param name="test">The name.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EscapeJavascriptString(System.String)">
            <summary>
            Escapes the javascript string.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EscapeJavascriptString(System.String,System.Boolean)">
            <summary>
            Escapes the javascript string.
            </summary>
            <param name="text">The text.</param>
            <param name="surroundWithQuotes">Surround with quotes.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EscapeQuote(System.String)">
            <summary>
            Escapes the quote.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.EscapeQuote(System.String,System.String)">
            <summary>
            Escapes the quote.
            </summary>
            <param name="text">The text.</param>
            <param name="escapedSequence">The escaped sequence to replace the quote</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.ExtractParameter(System.String,System.String)">
            <summary>
            Extracts a parameter string from a query string formatted string.
            </summary>
            <param name="name">The name of the parameter to find.</param>
            <param name="parameters">A query string formatted string, e.g. "a=1&amp;b=2&amp;myparam=3"</param>
            <returns>The value of the named parameter.</returns>
            <remarks>If the name was not found, blank is returned.</remarks>
            <example>
                <code>
            string parameters = "print=1&amp;target=/sitecore/content/home&amp;test=false";
            string print = StringUtil.ExtractParameter("print", parameters); // "1"
            string target = StringUtil.ExtractParameter("target", parameters); // "/sitecore/content/home"
            string dummy = StringUtil.ExtractParameter("dummy", parameters); // ""
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetLastPart(System.String,System.Char,System.String)">
            <summary>
            Gets the last part.
            </summary>
            <param name="text">The text.</param>
            <param name="delimiter">The delimiter.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.GetLastPostfix(System.String,System.Char)">
            <summary>
            Gets the last postfix part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="delimiter">The character delimiting the postfix
            from the rest of the string.</param>
            <returns>
                <para>All characters of the string starting from character
            after the last occurrence of <paramref name="delimiter"/>.</para>
                <para>If <paramref name="delimiter"/> is not found in the string,
            an empty string is returned.</para>
            </returns>
            <example>
                <code>
            string postfix = StringUtil.GetPostfix("sc:menu:new", ':');
            MainUtil.Out(postfix);
            </code>
            Outputs: <c>new</c>
                <seealso cref="M:Sitecore.StringUtil.GetPostfix(System.String,System.Char)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetLastPostfix(System.String,System.Char,System.String)">
            <summary>
            Gets the postfix part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="delimiter">The character delimiting the postfix
            from the rest of the string.</param>
            <param name="defaultValue">Value to return if <paramref name="delimiter"/>
            is not found in <paramref name="text"/></param>
            <returns>
                <para>All characters of the string starting from character
            after the last occurrence of <paramref name="delimiter"/>.</para>
                <para>If <paramref name="delimiter"/> is not found in the string,
            <paramref name="defaultValue"/> is returned.</para>
            </returns>
            <example>
                <code>
            string postfix = StringUtil.GetPostfix("sc:menu:new", ':');
            MainUtil.Out(postfix);
            </code>
            Outputs: <c>new</c>
                <seealso cref="M:Sitecore.StringUtil.GetPostfix(System.String,System.Char,System.String)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetLongestPrefix(System.String,System.Char)">
            <summary>
            Gets the longest prefix.
            </summary>
            <param name="text">The text.</param>
            <param name="delimiter">The delimiter.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.GetLongestPrefix(System.String,System.Char,System.String)">
            <summary>
            Gets the longest prefix.
            </summary>
            <param name="text">The text.</param>
            <param name="delimiter">The delimiter.</param>
            <param name="defaultValue">The default value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.GetNameValues(System.String)">
            <summary>
            Converts a string to a name/value collection.
            </summary>
            <param name="list">A string of separated values.</param>
            <returns>A name/value collection.</returns>
            <remarks>The format of the string must be "name=value|name=value...".
            The name/value collection is built by using values from the string in pairs.
            A string consisting of "Name1=Value1|Name2=Value2" are converted to
            ("Name1", "Value1"), ("Name2", "Value2").</remarks>
            <example>
                <code>
            NameValueCollection collection = StringUtil.GetNameValues("Name1=Value1|Name2=Value2");
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetNameValues(System.String,System.Char,System.Char)">
            <summary>
            Converts a string to a name/value collection.
            </summary>
            <param name="list">A string of separated values.</param>
            <param name="equal">Name/value pair separator.</param>
            <param name="separator">Pair separator.</param>
            <returns>A name/value collection.</returns>
            <remarks>The name/value collection is built by using values from the string in pairs.
            A string consisting of "Name1=Value1|Name2=Value2" are converted to
            ("Name1", "Value1"), ("Name2", "Value2").</remarks>
            <example>
                <code>
            NameValueCollection collection = StringUtil.GetNameValues("Name1=Value1|Name2=Value2", '=', '|');
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetNameValues(System.String[])">
            <summary>
            Gets a name/value collection from a string array.
            </summary>
            <param name="list">An array of strings.</param>
            <returns>A name/value collection.</returns>
            <remarks>The name/value collection is built by using values from the string array in pairs.
            A string array consisting of { "Name1, "Value1", "Name2", "Value2" } are converted to
            ("Name1", "Value1"), ("Name2", "Value2").</remarks>
            <example>
                <code>
            NameValueCollection collection = StringUtil.GetNameValues(new string[] {"Name1", "Value1", "Name2", "Value2" });
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetPostfix(System.String,System.Char)">
            <summary>
            Gets the postfix part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="delimiter">The character delimiting the postfix
            from the rest of the string.</param>
            <returns>
                <para>All characters of the string starting from character
            after the first occurrence of <paramref name="delimiter"/>.</para>
                <para>If <paramref name="delimiter"/> is not found in the string,
            an empty string is returned.</para>
            </returns>
            <example>
                <code>
            string postfix = StringUtil.GetPostfix("sc:menu", ':');
            MainUtil.Out(postfix);
            </code>
            Outputs: <c>menu</c>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Mid(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetPostfix(System.String,System.Char,System.String)">
            <summary>
            Gets the postfix part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="delimiter">The character delimiting the postfix
            from the rest of the string.</param>
            <param name="defaultValue">Value to return if <paramref name="delimiter"/>
            is not found in <paramref name="text"/></param>
            <returns>
                <para>All characters of the string starting from character
            after the first occurrence of <paramref name="delimiter"/>.</para>
                <para>If <paramref name="delimiter"/> is not found in the string,
            <paramref name="defaultValue"/> is returned.</para>
            </returns>
            <example>
                <code>
            string postfix = StringUtil.GetPostfix("sc:menu", ':');
            MainUtil.Out(postfix);
            </code>
            Outputs: <c>menu</c>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Mid(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetPrefix(System.String,System.Char)">
            <summary>
            Gets the prefix part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="delimiter">The character delimiting the prefix
            from the rest of the string.</param>
            <returns>
                <para>All characters of the string up to the first
            occurrence of <paramref name="delimiter"/>.</para>
                <para>If <paramref name="delimiter"/> is not found in the string,
            an empty string is returned.</para>
            </returns>
            <example>
                <code>
            string prefix = StringUtil.GetPrefix("sc:menu", ':');
            MainUtil.Out(prefix);
            </code>
            Outputs: <c>sc</c>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Mid(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetPrefix(System.String,System.Char,System.String)">
            <summary>
            Gets the prefix part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="delimiter">The character delimiting the prefix
            from the rest of the string.</param>
            <param name="defaultValue">Value to return if <paramref name="delimiter"/>
            is not found in <paramref name="text"/></param>
            <returns>
                <para>All characters of the string up to the first
            occurrence of <paramref name="delimiter"/>.</para>
                <para>If <paramref name="delimiter"/> is not found in the string,
            <paramref name="defaultValue"/> is returned.</para>
            </returns>
            <example>
                <code>
            string prefix = StringUtil.GetPrefix("sc:menu", ':');
            MainUtil.Out(prefix);
            </code>
            Outputs: <c>sc</c>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Mid(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.GetSizeString(System.Int64)">
            <summary>
            Gets the size string.
            </summary>
            <param name="size">The size.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.GetString(System.Object)">
            <summary>
            Gets the string.
            </summary>
            <param name="value">The value.</param>
            <returns>The string.</returns>
            <contract>
              <requires name="value" condition="none" />
              <ensures condition="nullable" />
            </contract>
        </member>
        <member name="M:Sitecore.StringUtil.GetString(System.Object,System.String)">
            <summary>
            Gets the string.
            </summary>
            <param name="value">The value.</param>
            <param name="defaultValue">The default value.</param>
            <returns>The string.</returns>
            <contract>
                <requires name="value" condition="none"/>
                <requires name="defaultValue" condition="none"/>
                <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.StringUtil.GetString(System.String)">
            <summary>
            Returns <paramref name="text"/> in case it is not <see cref="M:System.String.IsNullOrEmpty(System.String)"/>.
            <para>Defaults to <see cref="F:System.String.Empty"/> otherwise.</para>
            </summary>
            <param name="text">Possibly empty text to be tested.</param>
            <returns>The <paramref name="text"/> in case it is not null or empty; falls back to <see cref="F:System.String.Empty"/> otherwise.</returns>
            <contract>
              <requires name="values" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.StringUtil.GetString(System.String,System.String)">
            <summary>
            Gets a first value that is not <see cref="M:System.String.IsNullOrEmpty(System.String)"/>.
            <para>Defaults to <see cref="F:System.String.Empty"/> in case all candidates were <c>null</c> or <see cref="F:System.String.Empty"/>.</para>
            </summary>
            <param name="primaryPick"></param>
            <param name="secondaryPick"></param>
            <returns>The first string that is not null or empty; falls back to <see cref="F:System.String.Empty"/> otherwise.</returns>
            <contract>
              <requires name="values" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.StringUtil.GetString(System.String[])">
            <summary>
            Gets a first string that is not <see cref="M:System.String.IsNullOrEmpty(System.String)"/>.
            <para>Defaults to <see cref="F:System.String.Empty"/> in case all candidates were <c>null</c> or <see cref="F:System.String.Empty"/>.</para>
            </summary>
            <param name="values">The values to pick first not empty value from.</param>
            <returns>The first string that is not null or empty; falls back to <see cref="F:System.String.Empty"/> otherwise.</returns>
            <contract>
              <requires name="values" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.StringUtil.IndexOf(System.String,System.String[])">
            <summary>
            Searches for the text and returns the zero-based index of the first occurrence within the entire string.
            </summary>
            <param name="text">The text.</param>
            <param name="texts">The texts.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.IndexOf(System.String,System.Char,System.Int32)">
            <summary>
            Searches for the text and returns the zero-based index of the first occurrence within the entire string.
            </summary>
            <param name="text">The text.</param>
            <param name="value">The value.</param>
            <param name="occurrence">The occurrence.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.IsWhiteSpace(System.String)">
            <summary>
            Determines whether [is white space] [the specified s].
            </summary>
            <param name="s">The s.</param>
            <returns>
                <c>true</c> if [is white space] [the specified s]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.StringUtil.Join(System.Collections.IEnumerable,System.String)">
            <summary>
            Joins the specified enumerable.
            </summary>
            <param name="enumerable">The enumerable.</param>
            <param name="separator">The separator.</param>
            <returns>The join.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.Join(System.Collections.IEnumerable,System.String,System.String)">
            <summary>
            Joins the specified enumerable.
            </summary>
            <param name="enumerable">The enumerable.</param>
            <param name="separator">The separator.</param>
            <param name="propertyName">Name of the property.</param>
            <returns>The join.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.Left(System.String,System.Int32)">
            <summary>
            Gets the leftmost part of a string.
            </summary>
            <param name="text">A string</param>
            <param name="length">The number of character to return.</param>
            <returns>
            The first <i>length</i> characters of the string.
            </returns>
            <example>
                <code>
            string left = StringUtil.Left("Hello world", 5); // "Hello"
            </code>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Mid(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Mid(System.String,System.Int32)">
            <summary>
            Gets the middle part of a string.
            </summary>
            <param name="text">A string.</param>
            <param name="start">The starting index into the string.</param>
            <returns>
            The rightmost part of the string starting at the <i>start</i> position.
            </returns>
            <remarks>If <i>start</i> is greater than the length of the string, the blank is returned.</remarks>
            <example>
                <code>
            string result = StringUtil.Mid("Hello world", 6); / "world"
            </code>
                <seealso cref="M:Sitecore.StringUtil.Left(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Mid(System.String,System.Int32,System.Int32)">
            <summary>
            Gets the middle part of a string.
            </summary>
            <param name="text">A string.</param>
            <param name="start">The starting index into the string.</param>
            <param name="length">The number of returned characters</param>
            <returns>
            The rightmost part of the string starting at the <i>start</i> position.
            </returns>
            <remarks></remarks>
            <example>
                <code>
            string result = StringUtil.Mid("Hello world", 6, 3); / "wor"
            </code>
                <seealso cref="M:Sitecore.StringUtil.Left(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Right(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.NameValuesToString(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Names the values to string.
            </summary>
            <param name="values">The values.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.NameValuesToString(System.Collections.Specialized.NameValueCollection,System.String)">
            <summary>
            Names the values to string.
            </summary>
            <param name="values">The values.</param>
            <param name="divider">The divider.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.NameValuesToDictionary(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Names the values to dictionary.
            </summary>
            <param name="values">The values.</param>
            <returns>The values to dictionary.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.ParseArguments(System.String)">
            <summary>
            Parses an argument list into a string array.
            </summary>
            <param name="arguments">The input string.</param>
            <returns></returns>
            <remarks>
            The input string has the format: '"String1", "String2"'. This will result
            in an array with two elements: String1 and String2. To escape the double
            quote character (") use two consequetive double quotes ("").
            </remarks>
        </member>
        <member name="M:Sitecore.StringUtil.ParseNameValueCollection(System.String,System.Char,System.Char)">
            <summary>
            Parses the name value.
            </summary>
            <param name="text">The text.</param>
            <param name="nameSeparator">The name separator.</param>
            <param name="valueSeparator">The value separator.</param>
            <returns>The name value.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.ParseSizeString(System.String)">
            <summary>
            Parses a size string (10KB, 20MB, etc.).
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.ReadPhrase(System.String,System.Int32,System.Char,System.Char,System.Int32@)">
            <summary>
            Reads a phrase from a string.
            </summary>
            <param name="text">A string.</param>
            <param name="start">Starting position into the string.</param>
            <param name="delimiter">A delimiter character.</param>
            <param name="quote">A quote character.</param>
            <param name="endPos">Returns the ending position.</param>
            <returns>The phrase.</returns>
            <remarks>A phrase is single word or words within quotes.</remarks>
        </member>
        <member name="M:Sitecore.StringUtil.RemoveLineFeeds(System.String)">
            <summary>
            Remove tags from a string.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.RemovePostfix(System.Char,System.String)">
            <summary>
            Removes a postfix from a string.
            </summary>
            <param name="postfix">The postfix.</param>
            <param name="value">The string value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.RemovePostfix(System.String,System.String)">
            <summary>
            Removes a specific prefix from a string.
            </summary>
            <param name="postfix">The postfix.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.RemovePrefix(System.String,System.String)">
            <summary>
            Removes a specific prefix from a string.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.StringUtil.RemovePrefix(System.Char,System.String)">
            <summary>
            Removes a prefix from a string.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="value">The string value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.RemoveTags(System.String)">
            <summary>
            Remove tags from a string.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.Repeat(System.String,System.Int32)">
            <summary>
            Repeats a string a number of times.
            </summary>
            <param name="s">The string to be repeated.</param>
            <param name="nCount">The number of times the string should be repeated.</param>
            <returns>The string repeated the number of times.</returns>
            <example>
                <code>
            string text = MainUtil.Repeat("abc", 3); // "abcabcabc"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Replace(System.String,System.Char[],System.String[])">
            <summary>
            Replace a character array with strings.
            </summary>
            <param name="text">The text.</param>
            <param name="find">The find.</param>
            <param name="replaceWith">The replace.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.Right(System.String,System.Int32)">
            <summary>
            Gets the rightmost part of a string.
            </summary>
            <param name="text">A string.</param>
            <param name="length">The number of characters to return.</param>
            <returns>The rightmost <i>length</i> characters.</returns>
            <example>
                <code>
            string text = StringUtil.Right("Hello world", 5); // "world"
            </code>
                <seealso cref="M:Sitecore.StringUtil.Left(System.String,System.Int32)"/>
                <seealso cref="M:Sitecore.StringUtil.Mid(System.String,System.Int32)"/>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Split(System.String,System.Char,System.Char)">
            <summary>
            Splits a string while protecting phrases.
            </summary>
            <param name="text">A string.</param>
            <param name="delimiter">A delimiter character</param>
            <param name="quote">A quoute character.</param>
            <returns>An array list of string parts.</returns>
            <remarks>
            A phrase is a word within quotes.
            </remarks>
            <example>
                <code>
            ArrayList list = StringUtil.Split("Welcome 'Andy Parkinson' to Sitecore", ' ', '''');
            // "Welcome", "Andy Parkinson", "to", "Sitecore"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.Split(System.String,System.Char,System.Boolean)">
            <summary>
            Splits a string, optionally trimming parts.
            </summary>
            <param name="text">A string.</param>
            <param name="delimiter">A delimiter character.</param>
            <param name="trim">A boolean indicating if the parts should be trimmed.</param>
            <returns>An array list of string parts.</returns>
            <example>
                <code>
            ArrayList list1 = StringUtil.Split("Hello | world", '|', true); /// "Hello", "world"
            ArrayList list2 = StringUtil.Split("Hello | world", '|', false); /// "Hello ", " world"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.StringArrayToNameValueCollection(System.String[])">
            <summary>
            Strings the array to name value collection.
            </summary>
            <param name="strings">The strings.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.StringCollectionToString(System.Collections.Specialized.StringCollection)">
            <summary>
            Converts a string collection to a string
            </summary>
            <param name="collection">A collection of strings.</param>
            <returns>
            The strings in collection concatenated with a pipe (|) in between.
            </returns>
            <example>
                <code>
            StringCollection list = new StringCollection();
            list.Add("1");
            list.Add("2");
            list.Add("3");
            string result = StringUtil.StringCollectionToString(list); / "1|2|3"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.StringCollectionToString(System.Collections.Specialized.StringCollection,System.String)">
            <summary>
            Converts a string collection to a string
            </summary>
            <param name="collection">A collection of strings.</param>
            <param name="delimiter">A string to put between each of the strings in the collection.</param>
            <returns>
            The strings in collection concatenated with the delimiter in between.
            </returns>
            <example>
                <code>
            StringCollection list = new StringCollection();
            list.Add("1");
            list.Add("2");
            list.Add("3");
            string result = StringUtil.StringCollectionToString(list, "|"); / "1|2|3"
            </code>
            </example>
        </member>
        <member name="M:Sitecore.StringUtil.TrimEnd(System.String,System.Int32)">
            <summary>
            Trims the end.
            </summary>
            <param name="value">The value.</param>
            <param name="count">The count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.TrimStart(System.String,System.Int32)">
            <summary>
            Trims the start.
            </summary>
            <param name="value">The value.</param>
            <param name="count">The count.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.StringUtil.UnescapeApostrophe(System.String)">
            <summary>
            Unescapes the apostrophe symbol.
            </summary>
            <param name="text">The text.</param>
            <returns>The apostrophe.</returns>
        </member>
        <member name="M:Sitecore.StringUtil.Unquote(System.String)">
            <summary>
            Removes enclosing single and double quotes from a string.
            </summary>
            <param name="text">A string.</param>
            <returns>The unquoted string.</returns>
            <example>
                <code>
            string s0 = StringUtil.Unquote("'Hello world'"); // "Hello world"
            string s1 = StringUtil.Unquote("'Hello Andy's world'"); // "Hello Andy's world"
            </code>
            </example>
        </member>
        <member name="T:Sitecore.Syndication.DefaultFeedManager">
            <summary>
            The default feed manager.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.DefaultFeedManager.cache">
            <summary>
            Contains feed cache.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.DefaultFeedManager.factory">
            <summary>
            The factory.
            </summary>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.#ctor(Sitecore.Abstractions.BaseFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Syndication.DefaultFeedManager"/> class.
            </summary>
            <param name="factory">The factory.</param>
        </member>
        <member name="P:Sitecore.Syndication.DefaultFeedManager.Cache">
            <summary>
            Gets the cache.
            </summary>
            <value>The cache.</value>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.GetFeed(Sitecore.Data.Items.Item)">
            <summary>
            Gets the feed from Sitecore item. The method serves as a feed factory, as 'Type' field on the item can be used to specify
            the concrete type of the feed.
            </summary>
            <param name="item">The feed definition item.</param>
            <returns>The public feed.</returns>
            <exception cref="T:System.InvalidOperationException">
              <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.GetFeedUrl(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the feed URL.
            </summary>
            <param name="feedItem">The feed item.</param>
            <param name="includeUserAuthentication">If set to <c>true</c> [include user authentication].</param>
            <returns>The feed URL.</returns>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.GetFeedUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions,System.Boolean)">
            <summary>
            Gets the feed URL.
            </summary>
            <param name="feedItem">The feed item.</param>
            <param name="options">The options.</param>
            <param name="includeUserAuthentication">If set to <c>true</c> [include current user].</param>
            <returns>The feed URL.</returns>
            <exception cref="T:System.InvalidOperationException">
              <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.Render(System.ServiceModel.Syndication.SyndicationFeed)">
            <summary>
            Renders the specified feed.
            </summary>
            <param name="feed">
            The feed to render.
            </param>
            <returns>
            The render.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.DataEngineSavedItem(System.Object,Sitecore.Data.Events.ExecutedEventArgs{Sitecore.Data.Engines.DataCommands.SaveItemCommand})">
            <summary>
            Handles the SavedItem event of the DataEngine control.
            </summary>
            <param name="sender">
            The source of the event.
            </param>
            <param name="e">
            The data event.
            </param>
        </member>
        <member name="M:Sitecore.Syndication.DefaultFeedManager.InitializeEventHandlers">
            <summary>
            Initializes the event handlers.
            </summary>
        </member>
        <member name="T:Sitecore.Syndication.FeedManager">
            <summary>
            Renders the feeds.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="P:Sitecore.Syndication.FeedManager.Cache">
            <summary>
            Gets the cache.
            </summary>
            <value>The cache.</value>
        </member>
        <member name="M:Sitecore.Syndication.FeedManager.GetFeed(Sitecore.Data.Items.Item)">
            <summary>
            Gets the feed from Sitecore item. The method serves as a feed factory, as 'Type' field on the item can be used to specify
            the concrete type of the feed.
            </summary>
            <param name="item">The feed definition item.</param>
            <returns>The public feed.</returns>
            <exception cref="T:System.InvalidOperationException">
              <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Syndication.FeedManager.GetFeedUrl(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Gets the feed URL.
            </summary>
            <param name="feedItem">The feed item.</param>
            <param name="includeUserAuthentication">if set to <c>true</c> [include user authentication].</param>
            <returns>The feed URL.</returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedManager.GetFeedUrl(Sitecore.Data.Items.Item,Sitecore.Links.UrlOptions,System.Boolean)">
            <summary>
            Gets the feed URL.
            </summary>
            <param name="feedItem">The feed item.</param>
            <param name="options">The options.</param>
            <param name="includeUserAuthentication">if set to <c>true</c> [include current user].</param>
            <returns>The feed URL.</returns>
            <exception cref="T:System.InvalidOperationException">
              <c>InvalidOperationException</c>.
            </exception>
        </member>
        <member name="M:Sitecore.Syndication.FeedManager.Render(System.ServiceModel.Syndication.SyndicationFeed)">
            <summary>
            Renders the specified feed.
            </summary>
            <param name="feed">
            The feed to render.
            </param>
            <returns>
            The render.
            </returns>
        </member>
        <member name="T:Sitecore.Syndication.FeedRenderingParameters">
            <summary>
            Defines the feed rendering parameters class.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedRenderingParameters.authorField">
            <summary>
            Author field name
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedRenderingParameters.bodyField">
            <summary>
            Body field name
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedRenderingParameters.customParameters">
            <summary>
            Dictionary holding other parameters
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedRenderingParameters.dateField">
            <summary>
            Date field name
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedRenderingParameters.enclosureField">
            <summary>
            Enclosure field name
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedRenderingParameters.titleField">
            <summary>
            Title field name
            </summary>
        </member>
        <member name="P:Sitecore.Syndication.FeedRenderingParameters.AuthorField">
            <summary>
            Gets or sets the author field.
            </summary>
            <value>The author field.</value>
        </member>
        <member name="P:Sitecore.Syndication.FeedRenderingParameters.BodyField">
            <summary>
            Gets or sets the body field.
            </summary>
            <value>The body field.</value>
        </member>
        <member name="P:Sitecore.Syndication.FeedRenderingParameters.CustomParameters">
            <summary>
            Gets the custom parameters.
            </summary>
            <value>The custom parameters.</value>
        </member>
        <member name="P:Sitecore.Syndication.FeedRenderingParameters.DateField">
            <summary>
            Gets or sets the date field.
            </summary>
            <value>The date field.</value>
        </member>
        <member name="P:Sitecore.Syndication.FeedRenderingParameters.EnclosureField">
            <summary>
            Gets or sets the enclosure field.
            </summary>
            <value>The enclosure field.</value>
        </member>
        <member name="P:Sitecore.Syndication.FeedRenderingParameters.TitleField">
            <summary>
            Gets or sets the title field.
            </summary>
            <value>The title field.</value>
        </member>
        <member name="M:Sitecore.Syndication.FeedRenderingParameters.Parse(System.String)">
            <summary>
            Parses the specified parameters.
            </summary>
            <param name="parameters">
            The parameters.
            </param>
            <returns>
            The feed rendering parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedRenderingParameters.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.Syndication.FeedUtil">
            <summary>
            Defines the feed util class.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedUtil.FeedDeviceId">
            <summary>
            Feed Device ID
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedUtil.FeedLayoutId">
            <summary>
            Feed layout ID
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedUtil.FeedRendererId">
            <summary>
            Feed rendering ID
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.FeedUtil.FeedTemplateId">
            <summary>
            Feed template ID
            </summary>
        </member>
        <member name="M:Sitecore.Syndication.FeedUtil.GetFeedDevice">
            <summary>
            Gets the feed device.
            </summary>
            <returns>The feed device.</returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedUtil.GetFeedRendering(Sitecore.Data.Items.Item)">
            <summary>
            Gets the feed rendering.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The feed rendering.</returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedUtil.IsConfiguredForFeed(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the item is configured to be displayed in Sitecore RSS feed
            </summary>
            <param name="item">The Sitecore item</param>
            <returns>
              <c>true</c> if the item is configured to be displayed in Sitecore RSS feed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedUtil.IsFeed(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is feed.
            </summary>
            <param name="item">The current item.</param>
            <returns>
              <c>true</c> if the specified item is feed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedUtil.RenderExceptionFeed(Sitecore.Exceptions.SyndicationException)">
            <summary>
            Renders the exception feed.
            </summary>
            <param name="exception">The exception.</param>
            <returns>The exception feed.</returns>
        </member>
        <member name="M:Sitecore.Syndication.FeedUtil.RssIsEnabled">
            <summary>
            Determines if the RSS is enabled in a current context - i.e. the database is setup to use RSS, having the device, etc.
            </summary>
            <returns>The is enabled.</returns>
        </member>
        <member name="T:Sitecore.Syndication.PublicFeed">
            <summary>
            Renders public RSS feeds.
            </summary>
            <remarks>
            Feed types must inherit from this class.
            </remarks>
        </member>
        <member name="F:Sitecore.Syndication.PublicFeed.feedItem">
            <summary>
            The feed definition item
            </summary>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Syndication.PublicFeed"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Syndication.PublicFeed.FeedItem">
            <summary>
            Gets the feed item.
            </summary>
            <value>The feed item.</value>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.GetItems">
            <summary>
            Gets the items to be syndicated in the feed.
            </summary>
            <remarks>
            The method subjects the results of GetSourceItems() method call to additional filtering, verifying that items meet date and maximum item count restrictions,
            and are configured to be displayed in the feed.
            </remarks>
            <returns>
            The items.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.GetSourceItems">
            <summary>
            Gets all items matched by the field source. This method is separated to simplify feed diagnostics. Returned items are later subjected to additional filtering
            before being included in the feed.
            </summary>
            <remarks>
            Works similar to the template field source, except that if the user links to an item without using a query, all of the item descendants are returned instead.
            </remarks>
            <returns>
            The source items.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.GetUrl(Sitecore.Links.UrlOptions,System.Boolean)">
            <summary>
            Gets the URL.
            </summary>
            <param name="options">The url options.</param>
            <param name="includeUserAuthentication">if set to <c>true</c> [include authentication].</param>
            <returns>The feed URL.</returns>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.Render">
            <summary>
            Renders the specified feed item.
            </summary>
            <returns>
            The render.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.GetItemDate(Sitecore.Data.Items.Item)">
            <summary>
            Gets the date of syndicated item. The date is used as publication date in the feed, and also for sorting and filtering purposes.
            </summary>
            <param name="item">The syndicated item.</param>
            <returns>The syndicated item date.</returns>
            <remarks>
            Return null if the item is not configured to be displayed in the feed and therefore the date cannot be retrieved.
            </remarks>
            <exception cref="T:System.InvalidOperationException">
            FeedRenderer rendering must be of Sitecore.Web.UI.WebControls.FeedRenderer type
            </exception>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.RenderItem(Sitecore.Data.Items.Item)">
            <summary>
            Renders the Sitecore item into SyndicationItem to be syndicated as part of the feed.
            </summary>
            <param name="item">The Sitecore item.</param>
            <returns>The syndication item.</returns>
            <remarks>
            Override this method to control how invididual items appear in the feed, add additional metadata fields.
            </remarks>
            <exception cref="T:System.InvalidOperationException">
            FeedRenderer rendering must be of Sitecore.Web.UI.WebControls.FeedRenderer type
            </exception>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.SetupFeed(System.ServiceModel.Syndication.SyndicationFeed)">
            <summary>
            Sets up feed properties, such as Title, Description and Link.
            </summary>
            <param name="feed">The syndication feed.</param>
            <remarks>
            Override this method to change or add metadata related to the entire feed.
            </remarks>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.GetCacheDuration">
            <summary>
            Gets the duration of the cache.
            </summary>
            <returns>
            The cache duration
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.GetFromCache">
            <summary>
            Gets the cache entry.
            </summary>
            <returns>
            The cache entry.
            </returns>
        </member>
        <member name="M:Sitecore.Syndication.PublicFeed.IsCacheable">
            <summary>
            Determines whether this instance is cacheable.
            </summary>
            <returns>
            <c>true</c> if this instance is cacheable; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Syndication.PublicFeed.DatedItem">
            <summary>
            Defines the dated item class.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.PublicFeed.DatedItem.date">
            <summary>
            The syndication date
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.PublicFeed.DatedItem.item">
            <summary>
            The Sitecore item
            </summary>
        </member>
        <member name="P:Sitecore.Syndication.PublicFeed.DatedItem.Item">
            <summary>
            Gets or sets the item.
            </summary>
            <value>The Sitecore item.</value>
        </member>
        <member name="P:Sitecore.Syndication.PublicFeed.DatedItem.Date">
            <summary>
            Gets or sets the date.
            </summary>
            <value>The syndication date.</value>
        </member>
        <member name="T:Sitecore.Syndication.RenderingAssignmentStrategy">
            <summary>
            Defines the rendering assignment strategy class.
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.RenderingAssignmentStrategy.item">
            <summary>
            The Sitecore item.
            </summary>
        </member>
        <member name="M:Sitecore.Syndication.RenderingAssignmentStrategy.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Syndication.RenderingAssignmentStrategy"/> class.
            </summary>
            <param name="item">The Sitecore item.</param>
        </member>
        <member name="P:Sitecore.Syndication.RenderingAssignmentStrategy.Item">
            <summary>
            Gets the item.
            </summary>
            <value>The Sitecore item.</value>
        </member>
        <member name="M:Sitecore.Syndication.RenderingAssignmentStrategy.GetOrCreateTarget">
            <summary>
            Gets the assignment target, creating standard values item if needed
            </summary>
            <returns>The assignment target</returns>
        </member>
        <member name="M:Sitecore.Syndication.RenderingAssignmentStrategy.GetAssignmentType">
            <summary>
            Gets the type.
            </summary>
            <returns>The assignment type.</returns>
        </member>
        <member name="M:Sitecore.Syndication.RenderingAssignmentStrategy.TryGetTarget">
            <summary>
            Tries the get target.
            </summary>
            <returns>The get target.</returns>
        </member>
        <member name="M:Sitecore.Syndication.RenderingAssignmentStrategy.GetTarget(System.Boolean)">
            <summary>
            Gets the target.
            </summary>
            <param name="create">if set to <c>true</c> [create].</param>
            <returns>The target.</returns>
        </member>
        <member name="M:Sitecore.Syndication.RenderingAssignmentStrategy.GetStandardValuesItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets the standard values item.
            </summary>
            <param name="contentItem">The content item.</param>
            <returns>The standard values item.</returns>
        </member>
        <member name="T:Sitecore.Syndication.RenderingAssignmentType">
            <summary>
            Defines choices of possible targets for configuring item presentation
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.RenderingAssignmentType.Template">
            <summary>
            Presentation is configured on template
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.RenderingAssignmentType.StandardValues">
            <summary>
            Presentation is configured on standard values item
            </summary>
        </member>
        <member name="F:Sitecore.Syndication.RenderingAssignmentType.Item">
            <summary>
            Presentation is configured on the item
            </summary>
        </member>
        <member name="T:Sitecore.Syndication.Web.FeedDeliveryLayout">
            <summary>
            Renders rss feeds based on items.
            </summary>
        </member>
        <member name="M:Sitecore.Syndication.Web.FeedDeliveryLayout.OnInit(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Init"/> event to initialize the page.
            </summary>
            <param name="e">
            An <see cref="T:System.EventArgs"/> that contains the event data.
            </param>
            <exception cref="T:Sitecore.Exceptions.SyndicationUrlHashMismatchException"><c>SyndicationUrlHashMismatchException</c>.</exception>
        </member>
        <member name="T:Sitecore.Tasks.ArchiveItem">
            <summary>
            Implementation for Item archive task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveItem.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.ArchiveItem"/> class.
            </summary>
            <param name="taskDate">
            The task date.
            </param>
        </member>
        <member name="T:Sitecore.Tasks.ArchiveVersion">
            <summary>
            Implementation for Version archive task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveVersion.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.ArchiveVersion"/> class.
            </summary>
            <param name="taskDate">
            The task date.
            </param>
        </member>
        <member name="P:Sitecore.Tasks.ArchiveVersion.Language">
            <summary>
              Gets or sets the language.
            </summary>
            <value>
              The language.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.ArchiveVersion.Version">
            <summary>
              Gets or sets the version.
            </summary>
            <value>
              The version.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveVersion.Execute">
            <summary>
            The execute.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveVersion.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns>
            Item task should be performed for.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveVersion.Remove">
            <summary>
            The remove.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveVersion.Update">
            <summary>
            The update.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ArchiveVersion.GetTaskId">
            <summary>
            The get task id.
            </summary>
            <returns>Task ID.</returns>
        </member>
        <member name="T:Sitecore.Tasks.BaseArchiveTask">
            <summary>
            Base class for Archive tasks.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.BaseArchiveTask.Separator">
            <summary>
              The separator.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.BaseArchiveTask.parametersCollection">
            <summary>
              Parameters collection.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.BaseArchiveTask.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.BaseArchiveTask"/> class.
            </summary>
            <param name="taskDate">
            The task date.
            </param>
        </member>
        <member name="P:Sitecore.Tasks.BaseArchiveTask.ParametersCollection">
            <summary>
              Gets the parameters collection.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.BaseArchiveTask.ArchiveName">
            <summary>
              Gets or sets the name of the archive.
            </summary>
            <value>
              The name of the archive.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.BaseArchiveTask.By">
            <summary>
              Gets or sets the user name who archived the version.
            </summary>
            <value>
              The User name.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.BaseArchiveTask.Execute">
            <summary>
            The execute.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.BaseArchiveTask.Remove">
            <summary>
            The remove.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.BaseArchiveTask.Update">
            <summary>
            The update.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.BaseArchiveTask.GetArchive(Sitecore.Data.Database)">
            <summary>
            Gets the archive.
            </summary>
            <param name="database">
            The database.
            </param>
            <returns>
            </returns>
            <contract>
              <requires name="database" condition="not null"/>
              <ensures condition="nullable"/>
            </contract>
        </member>
        <member name="M:Sitecore.Tasks.BaseArchiveTask.SaveParameters">
            <summary>
            Serialize parameters collection into field.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.CleanupAgent">
            <summary>
            Represents the Cleanup agent.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.CleanupAgent.LogActivity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Tasks.CleanupAgent"/> logs the activity.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Tasks.CleanupAgent"/> logs the activity; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.CleanupAgent.Run">
            <summary>
            Runs the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupAgent.AddCommand(System.Xml.XmlNode)">
            <summary>
            Adds the command.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="M:Sitecore.Tasks.CleanupAgent.LogInfo(System.String)">
            <summary>
            Logs the info.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Tasks.CleanupAuthenticationTicketsAgent">
            <summary>
            Represents Authentication Tickets Clear Agent
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupAuthenticationTicketsAgent.Run">
            <summary>
            Agent used for clearing not valid (expired) authentication tickets.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.CleanupEventQueue">
            <summary>
            Defines the cleanup event queue class.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.CleanupEventQueue.DaysToKeep">
            <summary>
            Gets or sets the maximum number of days to keep the event queue trail.
            In normal operation events processed by all the servers will be removed from the queue,
            regardless of this limit.
            </summary>
            <value>The maximum number of days to keep event queue trail.</value>
        </member>
        <member name="P:Sitecore.Tasks.CleanupEventQueue.IntervalToKeep">
            <summary>
            Gets or sets the interval to keep the event queue trail.
            In normal operation events processed by all the servers will be removed from the queue,
            regardless of this limit.
            </summary>
            <value>The interval in hh:mm:ss format to keep the event queue.</value>
        </member>
        <member name="P:Sitecore.Tasks.CleanupEventQueue.BatchSize">
            <summary>
            Gets or sets the size of the removal batch.
            <para>SQL Server would make an attempt to escalate data lock to 'table' every ~1000 rows.</para>
            <para>The batch size allows to find balance between removal speed, and avoiding lock escalations.</para>
            </summary>
            <value>
            The size of the batch. Default : <see cref="F:Sitecore.Eventing.EventQueue.DefaultDeleteBatchSize"/>.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.CleanupEventQueue.Run">
            <summary>
            Runs the logic to cleanup event Queue.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupEventQueue.GetBatchSize">
            <summary>
            Gets the size of the batch for removal operation.
            </summary>
            <returns>
            <c>null</c> when <see cref="P:Sitecore.Tasks.CleanupEventQueue.BatchSize"/> property not set, or parsing failed; parsed value otherwise.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupEventQueue.GetIntervalToKeepEvents">
            <summary>
            Gets the interval to keep events.
            </summary>
            <returns>Returns the time span for the given input of days or duration.</returns>
        </member>
        <member name="T:Sitecore.Tasks.CleanupFDAObsoleteMediaData">
            <summary>
            Removes media folders that are no longer referenced via the File Drop Area field.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.CleanupFDAObsoleteMediaData.DefaultLocation">
            <summary>
            The dafault location of the root item to search obsolete folders.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.CleanupFDAObsoleteMediaData.rebuildLinks">
            <summary>
            Indicates whether rebuilding link database action should be performed before cleaning up media folders.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.CleanupFDAObsoleteMediaData.targets">
            <summary>
            The list of targets to execute the agent at.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.CleanupFDAObsoleteMediaData.RebuildLinks">
            <summary>
            Gets or sets a value indicating whether rebuild database links action should be performed before cleaning up media folders.
            </summary>
            <value><c>true</c> if rebuild links action should be performed; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Tasks.CleanupFDAObsoleteMediaData.LinkDatabase">
            <summary>
            Gets the link database.
            </summary>
            <value>The link database.</value>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.AddDatabase(System.Xml.XmlNode)">
            <summary>
            Adds the database.
            </summary>
            <param name="node">
            The configuration node.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.AddDatabase(System.String,System.String)">
            <summary>
            Adds the database to the list of databases to be processed.
            </summary>
            <param name="name">
            The database name.
            </param>
            <param name="location">
            The location of the root to search obsolete folders.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.Run">
            <summary>
            Executes the cleanup task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupFDAMediaFolders(Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext)">
            <summary>
            Cleanups the media folders.
            </summary>
            <param name="context">
            The cleanup context.
            </param>
            <returns>
            Count of removed obsolete media folders.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.DoRemoveEmptyFolders(Sitecore.Data.Items.Item)">
            <summary>
            Cleanups the empty folders.
            </summary>
            <param name="root">
            The cleanup root.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.DoSearchAndRemoveMediaFolders(Sitecore.Data.Items.Item)">
            <summary>
            Executes the search and remove media folders event.
            </summary>
            <param name="root">
            The search root item.
            </param>
            <returns>
            The number of removed folders.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.HasAliveReferrers(Sitecore.Links.ItemLink[],System.String,Sitecore.Data.ID)">
            <summary>
            Determines whether specified list links contains alive items.
            </summary>
            <param name="links">
            The links.
            </param>
            <param name="uniqueID">
            The unique ID.
            </param>
            <param name="itemID">
            The item ID.
            </param>
            <returns>
            <c>true</c> if the specified list links contains alive items; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.IsFDAMediaFolder(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether specified item is media folder of File Drop Area field.
            </summary>
            <param name="item">
            The Sitecore item.
            </param>
            <returns>
            <c>true</c> if specified item is media folder of File Drop Area field; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.IsItemAlive(Sitecore.Data.ID,System.String,System.String,Sitecore.Data.ID,Sitecore.Data.ID)">
            <summary>
            Determines whether the item with specified ID is alive.
            </summary>
            <param name="itemID">
            The item ID.
            </param>
            <param name="databaseName">
            Name of the database.
            </param>
            <param name="uniqueID">
            The unique ID of the FDA field to check reference.
            </param>
            <param name="fieldID">
            The referrer field ID.
            </param>
            <param name="mediaFolderID">
            The media folder ID.
            </param>
            <returns>
            <c>true</c> if the item with specified ID is alive; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.IsObsoleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified FDA media item is obsolete media folder.
            </summary>
            <param name="item">
            The FDA media item.
            </param>
            <returns>
            <c>true</c> if the specified FDA media item is obsolete; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.ProcessTarget(Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext)">
            <summary>
            Executes the agent for specified target.
            </summary>
            <param name="context">
            The execution context.
            </param>
            <returns>
            Count of removed folders.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.RemoveEmptyFolders(Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext)">
            <summary>
            Cleanups the empty folders.
            </summary>
            <param name="context">
            The context.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.RemoveObsoleteFolder(Sitecore.Data.Items.Item)">
            <summary>
            Removes the obsolete folder.
            </summary>
            <param name="item">
            The media folder item to be removed.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.SearchAndRemoveMediaFolders(Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext)">
            <summary>
            Searches the and removes obsolete media folders.
            </summary>
            <param name="context">
            The context.
            </param>
            <returns>
            Coult of removed m\obsolete folders.
            </returns>
        </member>
        <member name="T:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext">
            <summary>
            The task context.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext.database">
            <summary>
            Target database.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext.location">
            <summary>
            The location to search obsolete folders.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext.#ctor(Sitecore.Data.Database,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext"/> class.
            </summary>
            <param name="database">
            The database.
            </param>
            <param name="location">
            The location.
            </param>
        </member>
        <member name="P:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Tasks.CleanupFDAObsoleteMediaData.CleanupContext.Location">
            <summary>
            Gets the location to search obsolete folders.
            </summary>
            <value>The location to search obsolete folders.</value>
        </member>
        <member name="T:Sitecore.Tasks.CleanupHistory">
            <summary>
            Represents a CompactClientData agent.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupHistory.Run">
            <summary>
            Runs the pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.CleanupPublishQueue">
            <summary>
            CleanupPublishQueue class
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.CleanupPublishQueue.DaysToKeep">
            <summary>
            Gets or sets the days to keep old data (zero means indefinitely).
            </summary>
            <value>The days to keep.</value>
        </member>
        <member name="M:Sitecore.Tasks.CleanupPublishQueue.Run">
            <summary>
            Runs the processor.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CleanupPublishQueue.GetToDate">
            <summary>
            Gets to date.
            </summary>
            <returns>The date to get the queue entry to.</returns>
        </member>
        <member name="M:Sitecore.Tasks.CleanupPublishQueue.GetDatabaseNames">
            <summary>
            Gets the database names.
            </summary>
            <returns>The list of registered database names.</returns>
        </member>
        <member name="T:Sitecore.Tasks.CloneNotificationsCleanupAgent">
            <summary>
            The clone notifications cleanup agent.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CloneNotificationsCleanupAgent.Run">
            <summary>
            Executes the cleanup task.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.CommandItem">
            <summary>
            Represents a Command item.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CommandItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.CommandItem"/> class.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Tasks.CommandItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Tasks.CommandItem">
            <summary>
            Implements an implicit conversion operator.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.CommandItem.Execute(Sitecore.Data.Items.Item[],Sitecore.Tasks.ScheduleItem)">
            <summary>
            Executes the specified items.
            </summary>
            <param name="items">The items.</param>
            <param name="schedule">The schedule.</param>
        </member>
        <member name="M:Sitecore.Tasks.CommandItem.GetMethodName">
            <summary>
            Gets the name of the method.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.CommandItem.GetObject">
            <summary>
            Gets the object.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Tasks.CompactClientDataAgent">
            <summary>
            Represents a CompactClientData agent.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CompactClientDataAgent.Run">
            <summary>
            Runs the pipeline.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.CounterDumpAgent">
            <summary>
            Represents a CounterDump agent.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CounterDumpAgent.#ctor">
            <summary>
            Constructs an instance of CounterDumpAgent.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.CounterDumpAgent.DumpFile">
            <summary>
            Gets or sets the file name used for dumping the counter data.
            </summary>
            <value>The dump file.</value>
        </member>
        <member name="M:Sitecore.Tasks.CounterDumpAgent.Run">
            <summary>
            Agent used for clearing HTML caches.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.CounterDumpAgent.GetCounters">
            <summary>
            Gets the counters.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.CounterDumpAgent.GetReport(Sitecore.Diagnostics.PerformanceCounters.PerformanceCounter[])">
            <summary>
            Gets the report.
            </summary>
            <param name="counters">The counters.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.CounterDumpAgent.WriteReport(System.String)">
            <summary>
            Writes the report.
            </summary>
            <param name="report">The report.</param>
        </member>
        <member name="T:Sitecore.Tasks.DatabaseAgent">
            <summary>
            Fetches <see cref="T:Sitecore.Tasks.ScheduleItem"/>(s) from specific <see cref="P:Sitecore.Tasks.DatabaseAgent.Database"/> by given <see cref="P:Sitecore.Tasks.DatabaseAgent.ScheduleRoot"/> path and executes only due items.
            <para>Removes <see cref="P:Sitecore.Tasks.ScheduleItem.Expired"/> items that have <see cref="P:Sitecore.Tasks.ScheduleItem.AutoRemove"/> set.</para>
            <para>Logs execution flow (controlled by <see cref="P:Sitecore.Tasks.DatabaseAgent.LogActivity"/>).</para>
            <remarks>Default schedule root is '/sitecore/system/tasks/schedules'.</remarks>
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.DatabaseAgent"/> class.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <param name="scheduleRoot">The schedule root.</param>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.#ctor(System.String,Sitecore.Data.Database,Sitecore.Abstractions.BaseLog)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.DatabaseAgent"/> class.
            </summary>
            <param name="scheduleRoot">The path to Sitecore 'schedule root' item.</param>
            <param name="database">The database to load schedule items from.</param>
            <param name="log">The log to output diagnostic messages.</param>
        </member>
        <member name="P:Sitecore.Tasks.DatabaseAgent.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Tasks.DatabaseAgent.LogActivity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Tasks.DatabaseAgent"/> logs the activity.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Tasks.DatabaseAgent"/> logs the activity; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.DatabaseAgent.ScheduleRoot">
            <summary>
            Gets the schedule root.
            </summary>
            <value>The schedule root.</value>
        </member>
        <member name="P:Sitecore.Tasks.DatabaseAgent.ContextJob">
            <summary>
            Gets the context job.
            </summary>
            <value>
            The context job.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.DatabaseAgent.Log">
            <summary>
            Gets the log to output diagnostic messages.
            </summary>
            <value>
            The log.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.Run">
            <summary>
            Invokes <see cref="P:Sitecore.Tasks.ScheduleItem.IsDue"/> items one by one, and logs execution flow.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.GetAllSchedulesUnderRoot">
            <summary>
            Builds <see cref="T:Sitecore.Tasks.ScheduleItem"/>(s) from items that are defined under <see cref="P:Sitecore.Tasks.DatabaseAgent.ScheduleRoot"/> path and based on <see cref="F:Sitecore.TemplateIDs.Schedule"/> template.
            </summary>
            <returns><see cref="T:Sitecore.Tasks.ScheduleItem"/>(s) from <see cref="P:Sitecore.Tasks.DatabaseAgent.Database"/> under <see cref="P:Sitecore.Tasks.DatabaseAgent.ScheduleRoot"/> path; an empty sequence if nothing was found.</returns>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.BuildScheduleItem(Sitecore.Data.Items.Item)">
            <summary>
            Builds the schedule item from <paramref name="innerSchedulerItem"/>.
            </summary>
            <param name="innerSchedulerItem">The inner item.</param>
            <returns>An instance of <see cref="T:Sitecore.Tasks.ScheduleItem"/> build from given inner item.</returns>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.IsScheduleCategory(Sitecore.Abstractions.BaseJob)">
            <summary>
            Determines whether the specified job category is scheduler.
            </summary>
            <param name="job">The job to be inspected.</param>
            <returns>
                <c>true</c> if the specified job is valid a job; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.DatabaseAgent.LogInfo(System.String)">
            <summary>
            Logs the message if the instance is configured to log its activity (<see cref="P:Sitecore.Tasks.DatabaseAgent.LogActivity"/>).
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Tasks.DefaultScheduler">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.DefaultScheduler.#ctor(Sitecore.Tasks.Scheduler.ISchedulerClock)">
            <summary>
            Default scheduler.
            </summary>
            <param name="clock">Provides the scheduler with ticks.</param>
        </member>
        <member name="M:Sitecore.Tasks.DefaultScheduler.Process">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Tasks.DefaultSchedulerClock">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.DefaultSchedulerClock.Start">
            <inheritdoc />
        </member>
        <member name="E:Sitecore.Tasks.DefaultSchedulerClock.Tick">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Tasks.EmailReminderTask">
            <summary>
              Sends an email when the reminder triggers.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.#ctor(System.DateTime)">
            <summary>
              Initializes a new instance of the <see cref="T:Sitecore.Tasks.EmailReminderTask" /> class.
            </summary>
            <param name="taskDate"></param>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.Execute">
            <summary>
              Executes this task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.GetReminderSubject(Sitecore.Data.Items.Item)">
            <summary>
              Gets the subject.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.GetReminderText(Sitecore.Data.Items.Item)">
            <summary>
              Gets the reminder text.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.ParseParameters">
            <summary>
              Parses the parameters.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.ReplaceVariables(System.String,Sitecore.Data.Items.Item)">
            <summary>
              Replaces the variables.
            </summary>
            <param name="text">The text.</param>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.Reset">
            <summary>
              Resets this task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.SendReminder">
            <summary>
              Sends the reminder.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.EmailReminderTask.SendReminder(Sitecore.Data.Items.Item)">
            <summary>
              Sends the reminder.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Tasks.FileCleaner">
            <summary>Wrapper for file cleaner</summary>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.FileCleaner"/> class.
            </summary>
            <param name="configNode">The config node.</param>
        </member>
        <member name="P:Sitecore.Tasks.FileCleaner.Active">
            <summary>
            Check if handler is active
            </summary>
            <value><c>true</c> if active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Tasks.FileCleaner.Folder">
            <summary>
            Gets the folder.
            </summary>
            <value>The folder.</value>
        </member>
        <member name="P:Sitecore.Tasks.FileCleaner.Name">
            <summary>
            Get handler name
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.AddFileToGroup(System.IO.FileInfo,System.String,System.Collections.Hashtable)">
            <summary>
            Add file to group slot
            </summary>
            <param name="file">The file.</param>
            <param name="groupName">Name of the group.</param>
            <param name="fileGroups">The file groups.</param>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.CleanupGroups(System.Collections.Hashtable)">
            <summary>
            Cleanup file groups
            </summary>
            <param name="fileGroups">The file groups.</param>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.Execute">
            <summary>
            Execute cleanup operation
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.GetCandidateFiles(System.IO.DirectoryInfo)">
            <summary>
            Execute rolling cleanup operation
            </summary>
            <param name="folder">The folder.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.GetFileAge(System.IO.FileSystemInfo)">
            <summary>
            Get file age (time since last write or creation)
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.GetFileTime(System.IO.FileSystemInfo)">
            <summary>
            Get file time (max of last write and created) in UTC fromat
            </summary>
            <param name="file">The file.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.GetSlotCounts(System.String)">
            <summary>
            Get allowed file count for each time slot in rolling cleanups
            </summary>
            <param name="strategy">The strategy.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.ReportDeletion(System.IO.FileSystemInfo,System.String)">
            <summary>
            Report deletion (and reason for cleanup)
            </summary>
            <param name="file">The file.</param>
            <param name="reason">The reason.</param>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.RollingCleanup">
            <summary>
            Execute rolling cleanup operation
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.SimpleCleanup">
            <summary>
            Execute simple cleanup operation
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.RollingCleanup(System.IO.DirectoryInfo,System.Boolean)">
            <summary>
            Performs rolling cleanup.
            </summary>
            <param name="folder">The folder.</param>
            <param name="recursive">if set to <c>true</c> this instance is recursive.</param>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.RollingCleanup(System.IO.DirectoryInfo)">
            <summary>
            Performs rolling cleanup.
            </summary>
            <param name="folder">The folder.</param>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.SimpleCleanup(System.IO.DirectoryInfo,System.Boolean)">
            <summary>
            Performs simple cleanup.
            </summary>
            <param name="folder">The folder.</param>
            <param name="recursive">if set to <c>true</c> this instance is recursive.</param>
        </member>
        <member name="M:Sitecore.Tasks.FileCleaner.SimpleCleanup(System.IO.DirectoryInfo)">
            <summary>
            Performs simple cleanup.
            </summary>
            <param name="folder">The folder.</param>
        </member>
        <member name="T:Sitecore.Tasks.HtmlCacheClearAgent">
            <summary>
            Represents a HtmlCacheClear agent.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.HtmlCacheClearAgent.Run">
            <summary>
            Agent used for clearing HTML caches.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.ItemEventHandler">
            <summary>
            Represents a ItemEvent handler.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.UpdateReminder(Sitecore.Tasks.TaskDatabase,Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Updates the reminder.
            </summary>
            <param name="taskDatabase">The task database.</param>
            <param name="item">The item to update reminder for.</param>
            <param name="force">If set to <c>true</c>, the update will be performed even if the
            items reminder properties were not changed.</param>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.ShouldUpdateReminder(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Checks is reminder should be updated.
            </summary>
            <param name="item">The modified item.</param>
            <param name="force">The force flag indicating should update anyway.</param>
            <returns><c>false</c> when publishing is active, or reminder-related fields were not modified;<c>true</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.IsPublishActive">
            <summary>
            Determines whether publish is active.
            </summary>
            <returns>
              <c>true</c> if publish is active; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.OnItemCopied(System.Object,System.EventArgs)">
            <summary>
            Called when an item has been copied.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.OnItemDeleted(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been deleted.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.OnItemSaving(System.Object,System.EventArgs)">
            <summary>
            Called when the item is about to be saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.OnItemSaved(System.Object,System.EventArgs)">
            <summary>
            Called when the item has been saved.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.UpdateReminder(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Updates the reminder.
            </summary>
            <param name="item">The item to update reminder for.</param>
            <param name="force">If set to <c>true</c> force, the update will be performed even if the
            items reminder properties were not changed.</param>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.GetReminderParameters(Sitecore.Data.Fields.Field,Sitecore.Data.Fields.Field)">
            <summary>
            Gets the reminder parameters.
            </summary>
            <param name="recipients">
            The recipients.
            </param>
            <param name="text">
            The text to send.
            </param>
            <returns>
            The get reminder parameters.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.ItemEventHandler.UpdateArchiving(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Updates the archiving.
            </summary>
            <param name="item">The item to update.</param>
            <param name="force">If set to <c>true</c>, the update will be performed even if the
            items archiving properties were not changed.</param>
        </member>
        <member name="T:Sitecore.Tasks.LogBaseAgent">
            <summary>
            The base agent.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.LogBaseAgent.logActivity">
            <summary>
            Flag that indicates whether agent activity should be written to a log file or not.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.LogBaseAgent.LogActivity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Tasks.LogBaseAgent"/> logs the activity.
            </summary>
            <value>
              <c>true</c> if the <see cref="T:Sitecore.Tasks.LogBaseAgent"/> logs the activity; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.LogBaseAgent.LogDebug(System.String)">
            <summary>
            Logs the debug message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Tasks.LogBaseAgent.LogInfo(System.String)">
            <summary>
            Logs the information message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Tasks.LogBaseAgent.LogError(System.String)">
            <summary>
            Logs the error message.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Tasks.LogBaseAgent.LogMessage(System.String,Sitecore.Diagnostics.LogNotificationLevel)">
            <summary>
            Logs the mesage.
            </summary>
            <param name="message">The message.</param>
            <param name="level">The notification level.</param>
        </member>
        <member name="T:Sitecore.Tasks.PublishAgent">
            <summary>
            Represents a Publish agent.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.PublishAgent._languages">
            <summary>
            The languages.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.PublishAgent._mode">
            <summary>
            The publish mode.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.PublishAgent._sourceDatabase">
            <summary>
            The source database.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.PublishAgent._targetDatabase">
            <summary>
            The target database.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.PublishAgent.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.PublishAgent"/> class.
            </summary>
            <param name="sourceDatabase">
            The source database.
            </param>
            <param name="targetDatabase">
            The target database.
            </param>
            <param name="mode">
            The publish mode string.
            </param>
            <param name="languages">
            The languages string.
            </param>
        </member>
        <member name="P:Sitecore.Tasks.PublishAgent.Languages">
            <summary>
            Gets the languages.
            </summary>
            <value>
            The languages.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.PublishAgent.Mode">
            <summary>
            Gets the publish mode.
            </summary>
            <value>
            The publish mode.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.PublishAgent.SourceDatabase">
            <summary>
            Gets the source database.
            </summary>
            <value>
            The source database.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.PublishAgent.TargetDatabase">
            <summary>
            Gets the target database.
            </summary>
            <value>
            The target database.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.PublishAgent.Run">
            <summary>
            Runs this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.PublishAgent.ParseLanguages(System.String)">
            <summary>
            Parses the languages.
            </summary>
            <param name="languages">
            The languages string.
            </param>
            <returns>
            The languages.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.PublishAgent.ParseMode(System.String)">
            <summary>
            Parses the publish mode.
            </summary>
            <param name="mode">
            The publish mode string.
            </param>
            <returns>
            The publish mode.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.PublishAgent.StartPublish(System.Collections.Generic.IEnumerable{Sitecore.Globalization.Language})">
            <summary>
            Starts the publishing.
            </summary>
            <param name="languages">
            The languages.
            </param>
        </member>
        <member name="T:Sitecore.Tasks.Recurrence">
            <summary>
            Represents Recurrence.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.Recurrence"/> class.
            </summary>
            <param name="pattern">The pattern.</param>
        </member>
        <member name="P:Sitecore.Tasks.Recurrence.Days">
            <summary>
            Gets the days.
            </summary>
            <value>The days.</value>
        </member>
        <member name="P:Sitecore.Tasks.Recurrence.EndDate">
            <summary>
            Gets the end date.
            </summary>
            <value>The end date.</value>
        </member>
        <member name="P:Sitecore.Tasks.Recurrence.Interval">
            <summary>
            Gets the interval.
            </summary>
            <value>The interval.</value>
        </member>
        <member name="P:Sitecore.Tasks.Recurrence.Pattern">
            <summary>
            Gets the pattern.
            </summary>
            <value>The pattern.</value>
        </member>
        <member name="P:Sitecore.Tasks.Recurrence.StartDate">
            <summary>
            Gets the start date.
            </summary>
            <value>The start date.</value>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.GetNext(System.DateTime)">
            <summary>
            Gets the next date.
            </summary>
            <param name="previous">The previous.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.InRange(System.DateTime)">
            <summary>
            Determines if the specified date is in range.
            </summary>
            <param name="date">The date.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.IsValidDay(System.DateTime)">
            <summary>
            Determines whether the specified date is valid a day.
            </summary>
            <param name="date">The date.</param>
            <returns>
                <c>true</c> if the specified date is valid a day; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.GetDay(System.DateTime)">
            <summary>
            Gets the day.
            </summary>
            <param name="date">The date.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.Recurrence.Parse(System.String)">
            <summary>
            Parses the specified pattern.
            </summary>
            <param name="pattern">The pattern.</param>
        </member>
        <member name="T:Sitecore.Tasks.ScheduleField">
            <summary>
            Represents a Schedule field.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.ScheduleField._recurrence">
            <summary>
            The recurrence.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.ScheduleField.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleField.#ctor(Sitecore.Data.Fields.Field)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.ScheduleField"/> class.
            </summary>
            <param name="innerField">Inner field.</param>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleField.op_Implicit(Sitecore.Data.Fields.Field)~Sitecore.Tasks.ScheduleField">
            <summary>
            Implements an implicit conversion operator.
            </summary>
            <param name="field">The field.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleField.Days">
            <summary>
            Gets the days.
            </summary>
            <value>The days.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleField.EndDate">
            <summary>
            Gets the end date.
            </summary>
            <value>The end date.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleField.Interval">
            <summary>
            Gets the interval.
            </summary>
            <value>The interval.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleField.Repeating">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Tasks.ScheduleField"/> is repeating.
            </summary>
            <value><c>true</c> if repeating; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleField.StartDate">
            <summary>
            Gets the start date.
            </summary>
            <value>The start date.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleField.Recurrence">
            <summary>
            Gets the recurrence.
            </summary>
            <value>
            The recurrence.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleField.IsDue(System.DateTime)">
            <summary>
            Determines whether the specified last run is due.
            </summary>
            <param name="lastRun">The last run.</param>
            <returns>
                <c>true</c> if the specified last run is due; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleField.GetNext(System.DateTime)">
            <summary>
            Gets the estimated date/time of the next run.
            </summary>
            <param name="lastRun">The last time task was run (or 'now').</param>
            <returns>The next date time the task is going to be run or <see cref="F:System.DateTime.MinValue"/> if task is never going to be run again.</returns>
        </member>
        <member name="T:Sitecore.Tasks.ScheduleItem">
            <summary>
            Represents a Schedule item.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.ScheduleItem.DefaultGetUtcNowFunction">
            <summary>
            The default function for getting current UTC time.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.ScheduleItem"/> class.
            </summary>
            <param name="innerItem">Inner item.</param>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.op_Implicit(Sitecore.Data.Items.Item)~Sitecore.Tasks.ScheduleItem">
            <summary>
            Implements an implicit conversion operator.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.Active">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Tasks.ScheduleItem"/> is active.
            </summary>
            <value><c>true</c> if active; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.Asynchronous">
            <summary>
            Gets a value indicating whether the command should be run asynchronously.
            </summary>
            <value>
                <c>true</c> if the the command should be run asynchronously; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.AutoRemove">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Tasks.ScheduleItem"/> auto-removes.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Tasks.ScheduleItem"/> auto-removes; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.CommandItem">
            <summary>
            Gets the command item.
            </summary>
            <value>The command item.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.IsCompleted">
            <summary>
            Gets a value indicating whether this instance is completed.
            </summary>
            <value>
                <c>true</c> if this instance is completed; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.IsDue">
            <summary>
            Gets a value indicating whether this instance is due.
            </summary>
            <value><c>true</c> if this instance is due; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.Items">
            <summary>
            Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.LastRun">
            <summary>
            Gets or sets the last run.
            </summary>
            <value>The last run.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.NextRun">
            <summary>
            Gets the datetime the schedule is going to be executed next time.
            </summary>
            <value>The datetime of next execution of the schedule.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.Schedule">
            <summary>
            Gets the schedule.
            </summary>
            <value>The schedule.</value>
        </member>
        <member name="P:Sitecore.Tasks.ScheduleItem.Expired">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Tasks.ScheduleItem"/> is expired (will never run).
            </summary>
            <value><c>true</c> if expired; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.Execute">
            <summary>
            Launches the command specified in this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.Remove">
            <summary>
            Removes this instance.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.ExecuteAsynchronously(Sitecore.Tasks.CommandItem)">
            <summary>
            Executes a command asynchronously.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.ExecuteSynchronously(Sitecore.Tasks.CommandItem)">
            <summary>
            Executes a command synchronously.
            </summary>
            <param name="command">The command.</param>
        </member>
        <member name="M:Sitecore.Tasks.ScheduleItem.GetJobName(Sitecore.Tasks.CommandItem)">
            <summary>
            Gets the name of the job that will be used when a command is run asynchronously.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.AgentDetails">
            <summary>
            Agent details.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.AgentDetails.#ctor(System.String,System.Object,System.String)">
            <summary>
            Creates new instance.
            </summary>
            <param name="agentName">Agent name.</param>
            <param name="agentObject">Agent object.</param>
            <param name="methodName">Method name.</param>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.AgentDetails.AgentName">
            <summary>
            Gets the agent name.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.AgentDetails.AgentObject">
            <summary>
            Gets the agent object.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.AgentDetails.MethodName">
            <summary>
            Gets the method name.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.AgentDetails.CreateJob">
            <summary>
            Creates the job.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.AgentDetails.GetAgentContextUser">
            <summary>
            Gets the agent context user.
            </summary>
            <returns>The context user to execute agent task.</returns>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.Agents.Agent">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Agents.Agent.#ctor(Sitecore.Tasks.Scheduler.ISchedulerStrategy,Sitecore.Tasks.Scheduler.AgentDetails)">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.Agents.Agent.Name">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.Agents.Agent.LastRun">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.Agents.Agent.Strategy">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.Agents.Agent.Details">
            <inheritdoc />
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.Agents.Agent.LastJob">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Agents.Agent.Execute">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Agents.Agent.StartJob(Sitecore.Abstractions.BaseJob)">
            <summary>
            Starts the job.
            </summary>
            <param name="job">The job object.</param>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.Agents.DefaultAgentsConfigReader">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Agents.DefaultAgentsConfigReader.ReadAll">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Agents.DefaultAgentsConfigReader.Parse(System.Xml.XmlNode)">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.BaseAgent">
            <summary>
            Represent <see cref="T:Sitecore.Tasks.Scheduler.BaseScheduler"/> unit of work.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseAgent.Name">
            <summary>
            Name of the agent.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseAgent.LastRun">
            <summary>
            Last time the agent has run.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseAgent.Strategy">
            <summary>
            The strategy used to identify the agent as due.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseAgent.IsDue">
            <summary>
            Specifies whether agent as due.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseAgent.Details">
            <summary>
            Contains all the information <see cref="T:Sitecore.Tasks.Scheduler.BaseAgent"/> may need to work.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.BaseAgent.Execute">
            <summary>
            Execute the agent task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.BaseAgent.ToString">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.BaseScheduler">
            <summary>
            Schedule and run tasks in the background.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.BaseScheduler.#ctor(Sitecore.Tasks.Scheduler.ISchedulerClock)">
            <summary>
            Default scheduler.
            </summary>
            <param name="clock">Provides the scheduler with ticks.</param>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseScheduler.Clock">
            <summary>
            Provides clock ticks.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.Scheduler.BaseScheduler.Agents">
            <summary>
            Registered agents.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.BaseScheduler.RegisterAgent(Sitecore.Tasks.Scheduler.BaseAgent)">
            <summary>
            Schedule an agent.
            </summary>
            <param name="agent">The agent to be scheduled.</param>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.BaseScheduler.Initialize">
            <summary>
            Initialize the <see cref="T:Sitecore.Tasks.Scheduler.BaseScheduler"/>
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.BaseScheduler.Process">
            <summary>
            Process the agents.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.IAgentsConfigReader">
            <summary>
            Reads scheduler agents from config files.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.IAgentsConfigReader.ReadAll">
            <summary>
            Enumerate the scheduling/agent config nodes and parse them as <see cref="T:Sitecore.Tasks.Scheduler.BaseAgent"/>
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.ISchedulerClock">
            <summary>
            Provides the <see cref="T:Sitecore.Tasks.Scheduler.ISchedulerClock"/> with the pulses he needs to operate.
            </summary>
        </member>
        <member name="E:Sitecore.Tasks.Scheduler.ISchedulerClock.Tick">
            <summary>Fires when the clock unit is passed.</summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.ISchedulerClock.Start">
            <summary>
            Start the clock.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.ScheduleTickEventHandler">
            <summary>
            Handles the <see cref="E:Sitecore.Tasks.Scheduler.ISchedulerClock.Tick"/> event.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.ISchedulerStrategy">
            <summary>
            The strategy to be used by scheduler to detrmine whether the agent task is due.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.ISchedulerStrategy.IsDue(System.DateTime,System.DateTime)">
            <summary>
            Gets a value indecates whether the agent task is due.
            </summary>
            <param name="now">Scheduler time.</param>
            <param name="lastRun">The time of last run. Used to calculate the offset.</param>
            <returns><value>True</value> if the agent is due. otherwise; false.</returns>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.ISchedulerStrategy.GetDescription">
            <summary>
            Returns a description that descripe this <see cref="T:Sitecore.Tasks.Scheduler.ISchedulerStrategy"/>.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.SchedulerClockEventArgs">
            <summary>
            Represents the <see cref="T:Sitecore.Tasks.Scheduler.ISchedulerClock"/> tick event handler.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Scheduler.SchedulerClockEventArgs.Empty">
            <summary>
            Empty args.
            </summary>
        </member>
        <member name="T:Sitecore.Tasks.Scheduler.Strategies.IntervalStrategy">
            <summary>
            Scheduler strategy that uses interval.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Strategies.IntervalStrategy.#ctor(System.TimeSpan)">
            <summary>
            Creates a new instance of <see cref="T:Sitecore.Tasks.Scheduler.Strategies.IntervalStrategy"/>
            </summary>
            <param name="interval"></param>
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Strategies.IntervalStrategy.IsDue(System.DateTime,System.DateTime)">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Strategies.IntervalStrategy.GetDescription">
            <inheritdoc />
        </member>
        <member name="M:Sitecore.Tasks.Scheduler.Strategies.IntervalStrategy.ToString">
            <inheritdoc />
        </member>
        <member name="T:Sitecore.Tasks.Status">
            <summary>
            Represents the Status of a task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Status.LogCacheSize(Sitecore.Data.Items.Item[],Sitecore.Tasks.CommandItem,Sitecore.Tasks.ScheduleItem)">
            <summary>
            Logs the size of the cache.
            </summary>
            <param name="items">The items.</param>
            <param name="command">The command.</param>
            <param name="schedule">The schedule.</param>
        </member>
        <member name="T:Sitecore.Tasks.Task">
            <summary>
            Defines the basic properties and functionality of a task.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.lock">
            <summary>
            The @lock.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.databaseName">
            <summary>
            The m_database name.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.itemId">
            <summary>
            The m_item id.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.logActivity">
            <summary>
            The m_log activity.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.recurrence">
            <summary>
            The recurrence.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.taskDate">
            <summary>
            The m_task date.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.taskId">
            <summary>
            The m_task id.
            </summary>
        </member>
        <member name="F:Sitecore.Tasks.Task.instanceName">
            <summary>
            Instance name.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Task.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.Task"/> class.
            </summary>
            <param name="taskDate">
            The task date.
            </param>
        </member>
        <member name="P:Sitecore.Tasks.Task.SyncRoot">
            <summary>
            Gets the sync root.
            </summary>
            <value>The sync root.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.DatabaseName">
            <summary>
            Gets or sets the name of the database.
            </summary>
            <value>The name of the database.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.ID">
            <summary>
            Gets or sets the ID.
            </summary>
            <value>The task ID.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.ItemID">
            <summary>
            Gets or sets the item ID.
            </summary>
            <value>The item ID.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.LogActivity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Tasks.Task"/> logs the activity.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Tasks.Task"/> logs the activity; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Tasks.Task.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.RecurrencePattern">
            <summary>
            Gets or sets the recurrence pattern.
            </summary>
            <value>The recurrence pattern.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.TaskDate">
            <summary>
            Gets or sets the UTC task date.
            </summary>
            <value>The UTC task date.</value>
        </member>
        <member name="P:Sitecore.Tasks.Task.InstanceName">
            <summary>
            Gets or sets the name of the instance.
            </summary>
            <value>The name of the instance.</value>
        </member>
        <member name="M:Sitecore.Tasks.Task.Execute">
            <summary>
            Executes this task.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.Task.GetItem">
            <summary>
            Gets the item.
            </summary>
            <returns>Item task should be performed for.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.Task.GetNextRecurrence">
            <summary>
            Gets the next recurrence.
            </summary>
            <returns>DateTime object.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.Task.LogError(System.String)">
            <summary>
            Logs the error.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.Task.LogInfo(System.String)">
            <summary>
            Logs the info.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Tasks.Task.LogWarn(System.String)">
            <summary>
            Logs the warning.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="T:Sitecore.Tasks.TaskContext">
            <summary>
            Represents a TaskContext.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.TaskContext.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.TaskContext"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="P:Sitecore.Tasks.TaskContext.Name">
            <summary>
            Gets the name of the task.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Tasks.TaskContext.System#IDisposable#Dispose">
            <summary>
            Disposes this instance.
            </summary>
            <remarks>The task is removed from the current task stack.</remarks>
        </member>
        <member name="T:Sitecore.Tasks.TaskDatabase">
            <summary>
            Defines the basic methods of a database that supports tasks.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.Disable(Sitecore.Tasks.Task)">
            <summary>
            Disables the specified task.
            </summary>
            <param name="task">The task.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.Enable(Sitecore.Tasks.Task)">
            <summary>
            Enables the specified task.
            </summary>
            <param name="task">The task.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.GetPendingTasks">
            <summary>
            Gets the pending tasks.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.GetTasks(Sitecore.Data.ID)">
            <summary>
            Gets the task.
            </summary>
            <param name="itemId">The item id.</param>
            <returns>
            List of ArchiveTasks for the item.
            </returns>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.MarkDone(Sitecore.Tasks.Task)">
            <summary>
            Marks the task as done.
            </summary>
            <param name="task">The task.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.Remove(Sitecore.Tasks.Task)">
            <summary>
            Removes the specified task.
            </summary>
            <param name="task">The task.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.RemoveItemTasks(Sitecore.Data.Items.Item)">
            <summary>
            Removes the item tasks.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.RemoveItemTasks(Sitecore.Data.Items.Item,System.Type)">
            <summary>
            Removes the item tasks.
            </summary>
            <param name="item">The item.</param>
            <param name="taskType">Type of the task.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.Update(Sitecore.Tasks.Task,System.Boolean)">
            <summary>
            Updates the specified task.
            </summary>
            <param name="task">The task.</param>
            <param name="insertIfNotFound">if set to <c>true</c> this instance is insert if not found.</param>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabase.UpdateItemTask(Sitecore.Tasks.Task,System.Boolean)">
            <summary>
            Updates the item task.
            </summary>
            <param name="task">The task.</param>
            <param name="insertIfNotFound">if set to <c>true</c> this instance is insert if not found.</param>
        </member>
        <member name="T:Sitecore.Tasks.TaskDatabaseAgent">
            <summary>
            Represents a TaskDatabase agent.
            </summary>
        </member>
        <member name="P:Sitecore.Tasks.TaskDatabaseAgent.LogActivity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Tasks.TaskDatabaseAgent"/> logs the activity.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Tasks.TaskDatabaseAgent"/> logs the activity; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabaseAgent.Run">
            <summary>
            Runs the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.TaskDatabaseAgent.LogInfo(System.String)">
            <summary>
            Logs the info.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.Tasks.UrlAgent">
            <summary>
            Represents a UrlAgent.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.UrlAgent.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Tasks.UrlAgent"/> class.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="P:Sitecore.Tasks.UrlAgent.LogActivity">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Sitecore.Tasks.UrlAgent"/> logs the activity.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Tasks.UrlAgent"/> logs the activity; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="M:Sitecore.Tasks.UrlAgent.Run">
            <summary>
            Runs the pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Tasks.UrlAgent.LogInfo(System.String)">
            <summary>
            Logs the info.
            </summary>
            <param name="message">The message.</param>
        </member>
        <member name="T:Sitecore.TerminatesProgramAttribute">
            <summary>
            An attribute used to specify a method will exit the program.
            </summary>
        </member>
        <member name="T:Sitecore.Testing.TestError">
            <summary>
            TestError class.
            </summary>
        </member>
        <member name="M:Sitecore.Testing.TestError.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Testing.TestError"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Testing.TestError.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Testing.TestError"/> class.
            </summary>
            <param name="message">
            The message.
            </param>
        </member>
        <member name="M:Sitecore.Testing.TestError.#ctor(System.Exception)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Testing.TestError"/> class.
            </summary>
            <param name="exception">
            The exception.
            </param>
        </member>
        <member name="P:Sitecore.Testing.TestError.ExceptionType">
            <summary>
            Gets or sets the type of the exception.
            </summary>
            <value>The type of the exception.</value>
        </member>
        <member name="P:Sitecore.Testing.TestError.Message">
            <summary>
            Gets or sets Message.
            </summary>
        </member>
        <member name="P:Sitecore.Testing.TestError.StackTrace">
            <summary>
            Gets or sets StackTrace.
            </summary>
        </member>
        <member name="P:Sitecore.Testing.TestError.TimeStamp">
            <summary>
            Gets or sets TimeStamp.
            </summary>
        </member>
        <member name="M:Sitecore.Testing.TestError.ToString">
            <summary>
            to string.
            </summary>
            <returns>
            The to string.
            </returns>
        </member>
        <member name="T:Sitecore.Texts">
            <summary>
            Represents the texts in Sitecore.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.CannotOpenDocumentForEditing">
            <summary>
            Cannot open document for editing
            </summary>
        </member>
        <member name="F:Sitecore.Texts.PleaseUnlockTheUserBeforeChangePassword">
            <summary>
            This user is currently locked out. You must unlock the user before you generate a new password for them.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToApplySecurityPreset0ToThese1Items">
            <summary>
            Are you sure you want to apply preset "{0}" to these {1} items?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToApplySecurityPreset0To1">
            <summary>
            Are you sure you want to apply preset "{0}" to "{1}"?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.TheParentAlias0DoesNotExist">
            <summary>
            The parent alias '{0}' does not exist
            </summary>
        </member>
        <member name="F:Sitecore.Texts.ThereIsNoLinkToRemove">
            <summary>
            Message we show while try to remove a null link.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Addanewrule">
            <summary>"Add a new rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.Anerroroccurredwhilereadingthelicensefile">
            <summary>"An error occurred while reading the license file."</summary>
        </member>
        <member name="F:Sitecore.Texts.Atemplateoftheoriginalitemhasbeenchanged">
            <summary>"A template of the original item has been changed."</summary>
        </member>
        <member name="F:Sitecore.Texts.Areyousureyouwanttopermanentlydelete0Versions1">
            <summary>"Are you sure you want to permanently delete \"{0}\", Versions: {1}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Averagepagevisitsperday">
            <summary>"Average page visits per day: "</summary>
        </member>
        <member name="F:Sitecore.Texts.MediaLinkHeader">
            <summary>"Please select an item from the media library and specify any additional properties."</summary>
        </member>
        <member name="F:Sitecore.Texts.MediaLibrary">
            <summary> The media library </summary>
        </member>
        <member name="F:Sitecore.Texts.MailLinkHeader">
            <summary>"Please specify the email address and any additional properties. To send a test mail use the 'Send a test mail' button."</summary>
        </member>
        <member name="F:Sitecore.Texts.MAIL_SERVER_NOT_CONFIGURED_NO_PASSWORD_RECOVERY">
            <summary>"Mail server settings has not been configured. Password recovery is not possible."</summary>
        </member>
        <member name="F:Sitecore.Texts.InternalLinkHeader">
            <summary>"Select the item that you want to create a link to and specify the appropriate properties."</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemCreated">
            <summary>The item created.</summary>
        </member>
        <member name="F:Sitecore.Texts.ExternalLinkHeader">
            <summary>"Please specify the URL, e.g. http://www.sitecore.net and any additional properties."</summary>
        </member>
        <member name="F:Sitecore.Texts.JavascriptLinkHeader">
            <summary>"Please specify the JavaScript and any additional properties."</summary>
        </member>
        <member name="F:Sitecore.Texts.AnchorLinkHeader">
            <summary>"Specify the name of the anchor, e.g. #header1, and any additional properties"</summary>
        </member>
        <member name="F:Sitecore.Texts.Cannotrelinktoanitemwithadifferenttemplate">
            <summary>"Cannot relink to an item with a different template."</summary>
        </member>
        <member name="F:Sitecore.Texts.CannotRenderPageRenderingEngineDisabled">
            <summary>"Cannot render page. The rendering engine is currently disabled due to running under a restricted license."</summary>
        </member>
        <member name="F:Sitecore.Texts.Doyouwanttorestore0Versionsoftheselecteditem1">
            <summary>"Do you want to restore {0} version(s) of the selected item?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Failedtoparsedate0NoChangeshasbeenmade">
            <summary>"Failed to parse date {0}. No Changes has been made."</summary>
        </member>
        <member name="F:Sitecore.Texts.BoostUsers">
            <summary>"Boost Users"</summary>
        </member>
        <member name="F:Sitecore.Texts.Cannotloaditemfrompath0Possiblereasonparentitemnotfound">
            <summary>"Cannot load item from path {0}. Possible reason: parent item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.Closetheapplication">
            <summary>"Close the application."</summary>
        </member>
        <member name="F:Sitecore.Texts.DoNotMoveTheClone">
            <summary>"Do not move the clone."</summary>
        </member>
        <member name="F:Sitecore.Texts.ExistingMultivariateTestWillBeAddedToComponent0">
            <summary>"Existing multivariate test will be added to component {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ExistingPersonalizationTestWillBeAddedToComponent0">
            <summary>"Existing personalization test will be added to component {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Exit">
            <summary>"Exit"</summary>
        </member>
        <member name="F:Sitecore.Texts.Itemfrompath0Cannotbemovedtoappropriatelocatio">
            <summary>"Item from path {0} cannot be moved to appropriate location. Possible reason: parent item with ID '{1}' not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.KickUser">
            <summary>"Kick User"</summary>
        </member>
        <member name="F:Sitecore.Texts.ChooseUserToKick">
            <summary> Choose a user to kick </summary>
        </member>
        <member name="F:Sitecore.Texts.Kick">
            <summary>Kick user</summary>
        </member>
        <member name="F:Sitecore.Texts.Back">
            <summary>"&lt; Back"</summary>
        </member>
        <member name="F:Sitecore.Texts.BacktoScreenshotsList">
            <summary>"Back to Screenshots List"</summary>
        </member>
        <member name="F:Sitecore.Texts.Cannotaccess0Page">
            <summary>"Cannot access '{0}' page."</summary>
        </member>
        <member name="F:Sitecore.Texts.Next">
            <summary>"Next"</summary>
        </member>
        <member name="F:Sitecore.Texts.Nodevicesavailable">
            <summary>"No devices available."</summary>
        </member>
        <member name="F:Sitecore.Texts.NotMoveTheClonedItemToTheCorrespondingLocation">
            <summary>"Not move the cloned item to the corresponding location."</summary>
        </member>
        <member name="F:Sitecore.Texts.DoNotMoveThisCloneToTheCorrespondingLocation">
            <summary>"Do not move this clone to the corresponding location."</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleaseenteravalidintegervalue">
            <summary>"Please enter a valid integer value."</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleaseenteravalidpositiveintegervalue">
            <summary>"Please enter a valid positive integer value."</summary>
        </member>
        <member name="F:Sitecore.Texts.Language0Version1">
            <summary>"Language {0}, Version {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.LicenseHolder">
            <summary>"License Holder:"</summary>
        </member>
        <member name="F:Sitecore.Texts.LicenseID">
            <summary>"License ID:"</summary>
        </member>
        <member name="F:Sitecore.Texts.LicenseOptions">
            <summary>"License options"</summary>
        </member>
        <member name="F:Sitecore.Texts.Login">
            <summary>"Login"</summary>
        </member>
        <member name="F:Sitecore.Texts.RememberMe">
            <summary>Remember me</summary>
        </member>
        <member name="F:Sitecore.Texts.Removeauserfromthesystem">
            <summary>"Remove a user from the system."</summary>
        </member>
        <member name="F:Sitecore.Texts.PleasewaitThepreviewwillappearheresoon">
            <summary>"Please wait. The preview will appear here soon."</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleasewaitwhilethedeviceslistisbeingpopulated">
            <summary>"Please wait while the devices list is being populated."</summary>
        </member>
        <member name="F:Sitecore.Texts.Previous">
            <summary>"Previous"</summary>
        </member>
        <member name="F:Sitecore.Texts.Screenshotsofthe0Page">
            <summary>"Screenshots of the '{0}' page."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectadeviceHoldtheCtrLkeytoselectmultipleitems">
            <summary>"Select a device. Hold the CTRL key to select multiple items."</summary>
        </member>
        <member name="F:Sitecore.Texts.Rotate">
            <summary>"Rotate"</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectanversionstodeletefirst">
            <summary>"Select an versions to delete first."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectanversionstorestorefirst">
            <summary>"Select an versions to restore first."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selecttheitemstouseinthisrule">
            <summary>"Select the items to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthenextcondition">
            <summary>"Select the next condition."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthenextvariation">
            <summary>"Select the next variation."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthepreviouscondition">
            <summary>"Select the previous condition."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthepreviousvariation">
            <summary>"Select the previous variation."</summary>
        </member>
        <member name="F:Sitecore.Texts.SorrythisfeatureisnotsupportedbytheunderlyingproviderimplementationPleasecontactthesystemadministrationformoredetails">
            <summary>"Sorry, this feature is not supported by the underlying provider implementation. Please contact the system administration for more details"</summary>
        </member>
        <member name="F:Sitecore.Texts.Submit">
            <summary>"Submit"</summary>
        </member>
        <member name="F:Sitecore.Texts.Temporarilyaddmoreusers">
            <summary>"Temporarily add more users."</summary>
        </member>
        <member name="F:Sitecore.Texts.Text0Language1Version2">
            <summary>"{0}; Language:{1}, Version: {2}"</summary>
        </member>
        <member name="F:Sitecore.Texts.The01Templatehasbeenchangedto23TemplateAcceptchanges">
            <summary>"The {0} {1} template has been changed to the {2} {3} template. Do you want to accept this change?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheComponentYouAreAboutToTestIsCurrentlyBeingTestedInAnothe">
            <summary>The component you are about to test is currently being tested in another language. Do you want to proceed?</summary>
        </member>
        <member name="F:Sitecore.Texts.Thecurrentuser0doesnothavewriteaccesstothecurrentlanguage1">
            <summary>
            The current user does not have write access to the current language. User:{0} Item: {1}
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Theitemisinthe0Stateinthe1Workflow">
            <summary>"The item is in the '{0}' state in the '{1}' workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.Theoperationcannotbeappliedtothesitestartitem">
            <summary>"The operation cannot be applied to the site start item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thereisnoimagetoremove">
            <summary>"There is no image to remove."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefollowinguserscouldnotbedeleted0Exception1">
            <summary>"The following users could not be deleted:\n\n{0}\nException:\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefollowinguserscouldnotbedisabled0Exception1">
            <summary>"The following users could not be disabled:\n\n{0}\nException:\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefollowinguserscouldnotbeenabled0Exception1">
            <summary>"The following users could not be enabled:\n\n{0}\nException:\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefollowinguserscouldnotbeunlocked0Exception1">
            <summary>"The following users could not be unlocked:\n{0}\nException:\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ValueIsNotAValidInteger">
            <summary>"\"{0}\" is not a valid integer."</summary>
        </member>
        <member name="F:Sitecore.Texts.ValueIsNotAValidNumber">
            <summary>"\"{0}\" is not a valid number."</summary>
        </member>
        <member name="F:Sitecore.Texts.TakeScreenshots">
            <summary>"Take Screenshots"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thedefaultpersonalizationconditionisactive">
            <summary>"The default personalization condition is active."</summary>
        </member>
        <member name="F:Sitecore.Texts.ApplyingthepresetwilloverwritealllayoutsettingsforalldevicesonthisitemDoyouwanttoproceed">
            <summary>"Applying the preset will overwrite all layout settings for all devices on this item. Do you want to proceed?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Availableconditions">
            <summary>"Available Conditions:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Availablevariations">
            <summary>"Available variations"</summary>
        </member>
        <member name="F:Sitecore.Texts.AccesstothisFieldisallowedasnoaccessruledeniesaccess">
            <summary>"Access to this Field is allowed as no access rule denies access"</summary>
        </member>
        <member name="F:Sitecore.Texts.AddContent">
            <summary>"Add Content"</summary>
        </member>
        <member name="F:Sitecore.Texts.CannotRetrieveUserProfileItemProfileItemDatabaseWasNotFound">
            <summary>"Cannot retrieve user profile item. Profile item database '{0}' was not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.CannotloaduserprofiledefinitionsThe0Itemwasnotfoundinth">
            <summary>"Cannot load user profile definitions. The \"{0}\" item was not found in the {1} database."</summary>
        </member>
        <member name="F:Sitecore.Texts._0ItemHasBeenMovedToThe1StateBy2">
            <summary>"{0} item has been moved to the {1} state by {2}."</summary>
        </member>
        <member name="F:Sitecore.Texts.CannotloaduserprofiledefinitionsTheprofileitemdatabas">
            <summary>"Cannot load user profile definitions. The profile item database {0} was not found."</summary>
        </member>
        <member name="F:Sitecore.Texts._0ItemHasBeenMovedToThe1StateBy2WithTheFollowin">
            <summary>"{0} item has been moved to the {1} state by {2} with the following comment: {3}"</summary>
        </member>
        <member name="F:Sitecore.Texts._0ItemHasBeenMovedToThe1StateOfThe2WorkflowB">
            <summary>"{0} item has been moved to the {1} state of the {2} workflow by {3} with the following comment: {4}"</summary>
        </member>
        <member name="F:Sitecore.Texts._0ItemHasBeenMovedToThe1StateOfThe2WorkflowBy3">
            <summary>"{0} item has been moved to the {1} state of the {2} workflow by {3}."</summary>
        </member>
        <member name="F:Sitecore.Texts.AnErrorOcurred">
            <summary>"An error occurred"</summary>
        </member>
        <member name="F:Sitecore.Texts.Assigntheappropriatevaluestotheprofile">
            <summary>"Assign the appropriate values to the profile."</summary>
        </member>
        <member name="F:Sitecore.Texts.ASublayoutWasInsertedIntoItselfMakingACircularReference">
            <summary>"A sublayout was inserted into itself, making a circular reference."</summary>
        </member>
        <member name="F:Sitecore.Texts._clientFeedsAreDisabled">
            <summary>"Client feeds are disabled"</summary>
        </member>
        <member name="F:Sitecore.Texts._clientFeedsAreDisabledOnThisSolution">
            <summary>"Client feeds are disabled on this solution"</summary>
        </member>
        <member name="F:Sitecore.Texts._clientFeedsAreDisabledOnThisSolutionToEnableClien">
            <summary>"Client feeds are disabled on this solution. To enable client feeds, check 'ClientFeeds.Enabled' web.config setting."</summary>
        </member>
        <member name="F:Sitecore.Texts.AccessToThisItemIsDeniedAsNoAccessRuleAllowsAccess">
            <summary>"Access to this Item is denied as no access rule allows access."</summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToDelete0">
            <summary>"Are you sure you want to delete {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.AskUser">
            <summary>"Ask User"</summary>
        </member>
        <member name="F:Sitecore.Texts.AspnetTrace">
            <summary>"ASP.NET Trace"</summary>
        </member>
        <member name="F:Sitecore.Texts.BatchUpload">
            <summary>"Batch Upload. The text is from sitecore/shell/Application/Media/MediaManager/Upload.aspx"</summary>
        </member>
        <member name="F:Sitecore.Texts.Changecondition">
            <summary>"Change condition."</summary>
        </member>
        <member name="F:Sitecore.Texts.Changevariation">
            <summary>"Change variation."</summary>
        </member>
        <member name="F:Sitecore.Texts.ChooseAnyOptionToViewOptionDescription">
            <summary>"Choose any option to view option description."</summary>
        </member>
        <member name="F:Sitecore.Texts.AcceptTheChange">
            <summary>"Accept the change."</summary>
        </member>
        <member name="F:Sitecore.Texts.AFieldInTheOriginalItemHasBeenChanged">
            <summary>"A field in the original item has been changed."</summary>
        </member>
        <member name="F:Sitecore.Texts.AnItemWasMovedInTheOriginalItemStructureWouldYouLikeTo">
            <summary>"An item was moved in the original item structure. Would you like to:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ANewVersion0OfTheOriginalItemHasBeenCreatedDoYouWantToUpdateThi">
            <summary>"A new version ({0}) of the original item has been created. Do you want to update this clone to the new version?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ANewVersionOfTheOriginalItemHasBeenCreated">
            <summary>"A new version of the original item has been created."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemStructureHasBeenChanged">
            <summary> The item structure has been changed </summary>
        </member>
        <member name="F:Sitecore.Texts.AnItemWasMovedInTheOriginalItemStructureAndIsNoLongerAChild">
            <summary> An item was moved in the original item structure and is no longer a child of this item. Would you like to </summary>
        </member>
        <member name="F:Sitecore.Texts.ANewSubitemHasBeenCreated">
            <summary>"A new subitem has been created."</summary>
        </member>
        <member name="F:Sitecore.Texts.ANewSubitemHasBeenCreatedUnderTheOriginalItemWouldYouLikeTo">
            <summary>"A new subitem has been created under the original item. Would you like to:"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheOriginalItemHasBeenMovedAndPlacedUnderADifferentParent">
            <summary> This item is a clone of an original item. The original item has been moved out and placed under a different parent item. Would you like to: </summary>
        </member>
        <member name="F:Sitecore.Texts.TheOriginalItemHasBeenMoved">
            <summary> The original item has been moved. </summary>
        </member>
        <member name="F:Sitecore.Texts.ThisItemIsACloneofAnOriginalItemThatHasBeenMoved">
            <summary> This item is a clone of an original item that has been moved. Would you like to: </summary>
        </member>
        <member name="F:Sitecore.Texts.MoveThisCloneToTheCorrespondingLocation">
            <summary> Move this clone to the corresponding location. </summary>
        </member>
        <member name="F:Sitecore.Texts.ReviewTheClonedItem">
            <summary>Review the cloned item.</summary>
        </member>
        <member name="F:Sitecore.Texts.Clonethecurrentcontent">
            <summary>"Clone the current content"</summary>
        </member>
        <member name="F:Sitecore.Texts.Comment">
            <summary>"Comment"</summary>
        </member>
        <member name="F:Sitecore.Texts.Comments">
            <summary>"Comments"</summary>
        </member>
        <member name="F:Sitecore.Texts.ComponentOptions">
            <summary>"Component Options"</summary>
        </member>
        <member name="F:Sitecore.Texts.ComponentwillberemovedfromthetestsetAreyousureyouwanttocontinue">
            <summary>"Component will be removed from the test set. Are you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Condition">
            <summary>"Condition"</summary>
        </member>
        <member name="F:Sitecore.Texts.CouldNotDelete01">
            <summary>"Could not delete {0}:\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.MoveTheCloneTheCloneWillBecomeAChild">
            <summary>"Move the clone. The clone will become a child of this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.CreateACloneOfTheNewSubitem">
            <summary>"Create a clone of the new subitem."</summary>
        </member>
        <member name="F:Sitecore.Texts.CreateACloneOfTheNewVersionInThe0Language">
            <summary>"Update the clone with the new {0} language version."</summary>
        </member>
        <member name="F:Sitecore.Texts.Createanew0Item">
            <summary>"Create a new '{0}' item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Createanewcontent">
            <summary>"Create a new content"</summary>
        </member>
        <member name="F:Sitecore.Texts.Createnewplaceholdersettingsitem">
            <summary>"Create new placeholder settings item"</summary>
        </member>
        <member name="F:Sitecore.Texts.CurrentPassword">
            <summary>Current password:</summary>
        </member>
        <member name="F:Sitecore.Texts.CurrentState">
            <summary>"Current State"</summary>
        </member>
        <member name="F:Sitecore.Texts.Custom">
            <summary>"Custom"</summary>
        </member>
        <member name="F:Sitecore.Texts.CustomizedProfileValues">
            <summary>"Customized Profile Values"</summary>
        </member>
        <member name="F:Sitecore.Texts.CustomizedProfiles">
            <summary>"Customized Profils"</summary>
        </member>
        <member name="F:Sitecore.Texts.Customprofilevalueshavebeenassignedtothisitem">
            <summary>"Custom profile values have been assigned to this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.DatabaseUsage">
            <summary>"Database Usage"</summary>
        </member>
        <member name="F:Sitecore.Texts.Date">
            <summary>"Date"</summary>
        </member>
        <member name="F:Sitecore.Texts.DateAndTime">
            <summary>Date and time</summary>
        </member>
        <member name="F:Sitecore.Texts.Date1">
            <summary>"Date:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Debugger">
            <summary>"Debugger"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thedefaultconditionistheactivecondition">
            <summary>"The default condition is the active condition."</summary>
        </member>
        <member name="F:Sitecore.Texts.Designer">
            <summary>"Designer"</summary>
        </member>
        <member name="F:Sitecore.Texts.Domain">
            <summary>
            "Domain:"
            Comes from CreateNewUser.aspx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Done">
            <summary>"Done"</summary>
        </member>
        <member name="F:Sitecore.Texts.DoYouWishToOverwriteTheFile0">
            <summary>"Do you wish to overwrite the file \"{0}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DoYouWantToProceed">
            <summary>Do you want to proceed?</summary>
        </member>
        <member name="F:Sitecore.Texts.Draft">
            <summary>Draft</summary>
        </member>
        <member name="F:Sitecore.Texts.DragAColumnToThisAreaToGroupByIt">
            <summary>To group your items by column, drag and drop the column here.</summary>
        </member>
        <member name="F:Sitecore.Texts.DragAndDrop">
            <summary>"Drag and Drop"</summary>
        </member>
        <member name="F:Sitecore.Texts.Durationindays0">
            <summary>"Duration (in days): {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.EditConditions">
            <summary>"Edit conditions"</summary>
        </member>
        <member name="F:Sitecore.Texts.Editselectedplaceholdersettings">
            <summary>"Edit selected placeholder settings"</summary>
        </member>
        <member name="F:Sitecore.Texts.EdittheProfileCardsassociatedwiththisitem">
            <summary>"Edit the Profile Cards associated with this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Editvariations">
            <summary>"Edit variations"</summary>
        </member>
        <member name="F:Sitecore.Texts.EDIT_LICENSE">
            <summary>"Edit license"</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterAValidFileName">
            <summary>Enter a valid file name.</summary>
        </member>
        <member name="F:Sitecore.Texts.DragDropissupportedforIEonly">
            <summary>"Drag and Drop is supported for IE only."</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterANameForTheProjectFile">
            <summary>"Enter a name for the project file."</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterNumberValue">
            <summary> Enter a number value </summary>
        </member>
        <member name="F:Sitecore.Texts.EnterInformationAboutTheUser">
            <summary>"Enter information about the user."
            Comes from CreateNewUser.aspx</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterIntegerValue">
            <summary> Enter an integer value </summary>
        </member>
        <member name="F:Sitecore.Texts.EnterYourUserNameToReceiveYourPassword">
            <summary>Enter your User Name to receive your password.</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterYourUsernameAndOldPassword">
            <summary>Enter your username and old password.</summary>
        </member>
        <member name="F:Sitecore.Texts.Error">
            <summary>"#Error: "</summary>
        </member>
        <member name="F:Sitecore.Texts.Error2">
            <summary>"Error"</summary>
        </member>
        <member name="F:Sitecore.Texts.Exception">
            <summary>"#Exception: "</summary>
        </member>
        <member name="F:Sitecore.Texts.Exclude">
            <summary>"Exclude"</summary>
        </member>
        <member name="F:Sitecore.Texts.ExperienceEditor">
            <summary>"Experience Editor"</summary>
        </member>
        <member name="F:Sitecore.Texts.Expired">
            <summary>"Expired"</summary>
        </member>
        <member name="F:Sitecore.Texts.DismissAllTheNotificationsTheseNotificationsWillNotAppearAgain">
            <summary>"Dismiss all the notifications. These notifications will not appear again."</summary>
        </member>
        <member name="F:Sitecore.Texts.DismissThisNotificationsThisNotificationsWillNotAppearAgain">
            <summary>"Dismiss all the notifications. These notifications will not appear again."</summary>
        </member>
        <member name="F:Sitecore.Texts.DoNotCreateAClone">
            <summary>"Do not update the clone."</summary>
        </member>
        <member name="F:Sitecore.Texts.DoNotCreateACloneOfTheNewSubitem">
            <summary>"Do not create a clone of the new subitem."</summary>
        </member>
        <member name="F:Sitecore.Texts.DoNotUpdateToTheNewVersion">
            <summary>"Do not update to the new version."</summary>
        </member>
        <member name="F:Sitecore.Texts.FeedIsNotConfiguredProperlyTheFeedCannotBeRendere">
            <summary>"Feed is not configured properly, the feed cannot be rendered. Check Sitecore log for full error report."</summary>
        </member>
        <member name="F:Sitecore.Texts.Field0Mustbelowercase">
            <summary>"Field \"{0}\" must be lowercase."</summary>
        </member>
        <member name="F:Sitecore.Texts.Field0Mustbeuppercase">
            <summary>"Field \"{0}\" must be uppercase."</summary>
        </member>
        <member name="F:Sitecore.Texts.Field0Mustnotcontainanyspaces">
            <summary>"Field \"{0}\" must not contain any spaces."</summary>
        </member>
        <member name="F:Sitecore.Texts.Field0Mustnotcontainanytags">
            <summary>"Field \"{0}\" must not contain any tags."</summary>
        </member>
        <member name="F:Sitecore.Texts.Field0Muststartwithacapitalletterandendwithadot">
            <summary>"Field \"{0}\" must start with a capital letter and end with a dot."</summary>
        </member>
        <member name="F:Sitecore.Texts.FileExistsDoYouWantToOverwrite">
            <summary>"File exists. Do you want to overwrite?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Filter">
            <summary>"Filter"</summary>
        </member>
        <member name="F:Sitecore.Texts.FullName">
            <summary>"Full Name"</summary>
        </member>
        <member name="F:Sitecore.Texts.FullyQualifiedName">
            <summary>"Fully Qualified Name"</summary>
        </member>
        <member name="F:Sitecore.Texts.HideComponent">
            <summary>"Hide Component"</summary>
        </member>
        <member name="F:Sitecore.Texts.Show">
            <summary>"Show"</summary>
        </member>
        <member name="F:Sitecore.Texts.Hide">
            <summary>"Hide"</summary>
        </member>
        <member name="F:Sitecore.Texts.IfFilesWithTheSameIDOrPathAreFoundYouWillBeAskedToResolveTheConflict">
            <summary>"If files with the same ID or Path are found, you will be asked to resolve the conflict."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifyoupublishnowtheitemwillnotbevisibleonthewebsiteasthepublishingdatehasnotyetbeenreached">
            <summary>"If you publish now, the item will not be visible on the web site as the publishing date has not yet been reached."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifyoupublishnowtheitemwillnotbevisibleonthewebsiteastheunpublishingdatehasbeenreached">
            <summary>"If you publish now, the item will not be visible on the web site as the unpublishing date has been reached."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifyoupublishnowtheselectedversionwillnotbevisibleonthewebsiteasitisinanonfinalworkflowstep">
            <summary>"If you publish now, the selected version will not be visible on the web site as it is in a non-final workflow step."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifyoupublishnowtheselectedversionwillnotbevisibleonthewebsiteasitissupercededbyanewerversion">
            <summary>"If you publish now, the selected version will not be visible on the web site as it is superceded by a newer version."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifyoupublishnowtheselectedversionwillnotbevisibleonthewebsiteasitisunpublishable">
            <summary>"If you publish now, the selected version will not be visible on the web site as it is unpublishable."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifyoupublishnowtheselectedversionwillnotbevisibleonthewebsiteastodaydoesnotfallwithinitsvaliddaterange">
            <summary>"If you publish now, the selected version will not be visible on the web site as today does not fall within its valid date range."</summary>
        </member>
        <member name="F:Sitecore.Texts.PublishesAllReferencesToTheItemThisMayIncreaseTheTimeItTakesToPublish">
            <summary>"Publishes all references to the item. This may increase the time it takes to publish."</summary>
        </member>
        <member name="F:Sitecore.Texts.Inherited">
            <summary>"[inherited]"</summary>
        </member>
        <member name="F:Sitecore.Texts.InstallSecondItemFromThePackageWithoutTouchingAnyExistingItems">
            <summary>"Install second item from the package without touching any existing items."</summary>
        </member>
        <member name="F:Sitecore.Texts.InternalErrorTryToSaveOnceMore">
            <summary>"Internal error. Try to save once more."</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemId">
            <summary>"Item ID"</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemPath">
            <summary>"Item path"</summary>
        </member>
        <member name="F:Sitecore.Texts.Itemscreated">
            <summary>"Items created: "</summary>
        </member>
        <member name="F:Sitecore.Texts.Itemsdeleted">
            <summary>"Items deleted: "</summary>
        </member>
        <member name="F:Sitecore.Texts.Itemsskipped">
            <summary>"Items skipped: "</summary>
        </member>
        <member name="F:Sitecore.Texts.Itemsupdated">
            <summary>"Items updated: "</summary>
        </member>
        <member name="F:Sitecore.Texts.IvaliddataPleaseenteranumberbetween0And1">
            <summary>"Ivalid data! Please enter a number between {0} and {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.JobendedProcessedUnits">
            <summary>"Job ended: {0}{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Jobstarted">
            <summary>"Job started: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.LeaveTheSubtreeAndReplaceAnyMatchingItemsAndVersionsWithThoseFromThePackage">
            <summary>"Leave the subtree and replace any matching items and versions with those from the package."</summary>
        </member>
        <member name="F:Sitecore.Texts.LeaveTheSubtreeAndReplaceAnyMatchingItemsButNoSubitems">
            <summary>"Leave the subtree and replace any matching items and versions with those from the package but do not replace any subitems."</summary>
        </member>
        <member name="F:Sitecore.Texts.LeaveTheSubtreeOverwriteNothing">
            <summary>"Leave the subtree. Overwrite nothing. Append any matching items to the existing subtree by giving them incremental numbers."</summary>
        </member>
        <member name="F:Sitecore.Texts.LinkToOtherItem">
            <summary>Link to Other Item</summary>
        </member>
        <member name="F:Sitecore.Texts.Load">
            <summary>"Load"</summary>
        </member>
        <member name="F:Sitecore.Texts.Locked">
            <summary>"Locked"</summary>
        </member>
        <member name="F:Sitecore.Texts.Lookup">
            <summary>"Lookup"</summary>
        </member>
        <member name="F:Sitecore.Texts.MailReport">
            <summary>"MailReport"</summary>
        </member>
        <member name="F:Sitecore.Texts.Maximize">
            <summary>"Maximize"</summary>
        </member>
        <member name="F:Sitecore.Texts.Metadata">
            <summary>"Metadata"</summary>
        </member>
        <member name="F:Sitecore.Texts.NextColumn">
            <summary>"Next Column"</summary>
        </member>
        <member name="F:Sitecore.Texts.Monitor">
            <summary>"Monitor"</summary>
        </member>
        <member name="F:Sitecore.Texts.Move">
            <summary>Move</summary>
        </member>
        <member name="F:Sitecore.Texts.Movedown">
            <summary>"Move down"</summary>
        </member>
        <member name="F:Sitecore.Texts.Moveup">
            <summary>"Move up"</summary>
        </member>
        <member name="F:Sitecore.Texts.MultivariateTestOnComponent0WillBeAbandoned">
            <summary>Multivariate test on component {0} will be abandoned</summary>
        </member>
        <member name="F:Sitecore.Texts.ComponentsWithConfiguredVariations0">
            <summary>"Multivariate test with {0} components is being setup."</summary>
        </member>
        <member name="F:Sitecore.Texts.Newcondition">
            <summary>"New condition"</summary>
        </member>
        <member name="F:Sitecore.Texts.Newvariation">
            <summary>"New variation"</summary>
        </member>
        <member name="F:Sitecore.Texts.NoConditionsHaveBeenAddedToThisRule">
            <summary>"No conditions have been added to this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.Noprofilesfound">
            <summary>"No profiles found."</summary>
        </member>
        <member name="F:Sitecore.Texts.NoprofileshavebeencreatedUsetheMarketingCentertocreateprofiles">
            <summary>"No profiles have been created. Use the Marketing Control Panel to create profiles."</summary>
        </member>
        <member name="F:Sitecore.Texts.NothingFound">
            <summary>"Nothing found"</summary>
        </member>
        <member name="F:Sitecore.Texts.OneOrMoreItemsHaveBeenChanged">
            <summary>"One or more items have been changed.\n\nDo you want to overwrite these changes?"</summary>
        </member>
        <member name="F:Sitecore.Texts.OneVersionOfTheItemIsInAWorkflowStateThatDoesNotAllowDeletion">
            <summary>"One version of the item is in a workflow state that does not allow deletion. To allow deletion, grant the '{0}' access right to the workflow state definition item."</summary>
        </member>
        <member name="F:Sitecore.Texts.OpenFile">
            <summary>"Open file"</summary>
        </member>
        <member name="F:Sitecore.Texts.OpenViewDetails">
            <summary>"Open View Details for the selected variation"</summary>
        </member>
        <member name="F:Sitecore.Texts.OrOperatorCannotOperateOnDifferentItemIDs">
            <summary>OR operator cannot operate on different ItemIDs</summary>
        </member>
        <member name="F:Sitecore.Texts.OrOperatorCannotOperateOnDifferentItemVersions">
            <summary>OR operator cannot operate on different versions</summary>
        </member>
        <member name="F:Sitecore.Texts.Or">
            <summary>"or"</summary>
        </member>
        <member name="F:Sitecore.Texts.Original">
            <summary>
            Original
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Package">
            <summary>"Package"</summary>
        </member>
        <member name="F:Sitecore.Texts.Page0Of12Items">
            <summary>"Page {0} of {1} ({2} items)"</summary>
        </member>
        <member name="F:Sitecore.Texts.PleaseSelectAFileWhenDoneClickTheOpenbutton">
            <summary>Navigate to the relevant file or click Upload to upload a new file to Sitecore.</summary>
        </member>
        <member name="F:Sitecore.Texts.Persona">
            <summary>"Persona"</summary>
        </member>
        <member name="F:Sitecore.Texts.PersonalizeComponent">
            <summary>"Personalize Component:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Personalizecomponentsettingswillberemove">
            <summary>"Personalize component settings will be removed. Are you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.PersonalizeContent">
            <summary>"Personalize Content:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleaseselectadifferentstate">
            <summary>"Please select a different state."</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleaseselectarule">
            <summary>"Please select a rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.Portrait">
            <summary>"Portrait"</summary>
        </member>
        <member name="F:Sitecore.Texts.PresentationIsOverridenForThisItem">
            <summary>"Presentation is overriden for this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PasteorenterReadMeforthepackageandclickOKtofinish">
            <summary>"Paste or enter ReadMe for the package and click OK to finish"</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleasespecifyapackage">
            <summary>"Please specify a package."</summary>
        </member>
        <member name="F:Sitecore.Texts.PleasewaitwhiletheContentEditorisloading">
            <summary>"Please wait while the Content Editor is loading."</summary>
        </member>
        <member name="F:Sitecore.Texts.PreviousColumn">
            <summary>"Previous Column"</summary>
        </member>
        <member name="F:Sitecore.Texts.ProfileCard">
            <summary>"Profile Card"</summary>
        </member>
        <member name="F:Sitecore.Texts.AssociatedProfileCards">
            <summary>"Associated Profile Cards"</summary>
        </member>
        <member name="F:Sitecore.Texts.ProfileCardDetails">
            <summary>"Profile Card Details"</summary>
        </member>
        <member name="F:Sitecore.Texts.Profilekeepsthecustomkeyvalues">
            <summary>"Profile keeps the custom key values."</summary>
        </member>
        <member name="F:Sitecore.Texts.Profiler">
            <summary>"Profiler"</summary>
        </member>
        <member name="F:Sitecore.Texts.Profilewasnotfound">
            <summary>"Profile was not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.Project">
            <summary>"Project"</summary>
        </member>
        <member name="F:Sitecore.Texts.Readonly">
            <summary>"read only"</summary>
        </member>
        <member name="F:Sitecore.Texts.RecentlyUsedIcons">
            <summary>"Recently Used Icons"</summary>
        </member>
        <member name="F:Sitecore.Texts.RecycleBin">
            <summary> Recycle Bin </summary>
        </member>
        <member name="F:Sitecore.Texts.Recipient">
            <summary>"Recipient:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Recursive">
            <summary>"recursive"</summary>
        </member>
        <member name="F:Sitecore.Texts.RegexIvaliddataPleaseenteranumberbetween0And1">
            <summary>"Regex: Ivalid data! Please enter a number between {0} and {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.ReplaceTheEntireSubtreeWithTheSubtreeInThePackage">
            <summary>"Replace the entire subtree with the subtree in the package."</summary>
        </member>
        <member name="F:Sitecore.Texts.RemoveLink">
            <summary>Remove link</summary>
        </member>
        <member name="F:Sitecore.Texts.RepublishIsExpensiveOperation">
            <summary>Republishing is an expensive operation...</summary>
        </member>
        <member name="F:Sitecore.Texts.Restore">
            <summary>"Restore"</summary>
        </member>
        <member name="F:Sitecore.Texts.Rule">
            <summary>"Rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.SaveProject">
            <summary>"Save project"</summary>
        </member>
        <member name="F:Sitecore.Texts.Savethepagetoseethechanges">
            <summary>"Save the page to see the changes."</summary>
        </member>
        <member name="F:Sitecore.Texts.SecurityIsDisabledForThisDatabase0">
            <summary>"Security is disabled for this database: {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectaLayoutPreset">
            <summary>"Select a Layout Preset"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAFileToDelete">
            <summary>Select a file to delete.</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAFileToDownload">
            <summary>Select a file to download.</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAPackageToImport">
            <summary>"Select a package to import."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAProjectToOpen">
            <summary>"Select a project to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAssociatedContent">
            <summary>"Select Associated Content"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAtLeastOneLanguageToDelete">
            <summary>"Select at least one language to delete"</summary>
        </member>
        <member name="F:Sitecore.Texts.CurrentCondition">
            <summary>"Current Condition:"</summary>
        </member>
        <member name="F:Sitecore.Texts.CurrentVariation">
            <summary>"Selected variation"</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectexistingplaceholdersettings">
            <summary>"Select existing placeholder settings"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectPattern">
            <summary>"Select Pattern"</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectprofilefirst">
            <summary>"Select profile first."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthecontentthatyouwanttoassociatewiththerenderinganduseasthedatasource">
            <summary>"Select the content that you want to associate with the rendering and use as the data source."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selecttheexistingcontent">
            <summary>"Select the existing content"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelecttheFilestoUploadHere">
            <summary>"Select the Files to Upload Here: The text is from sitecore/shell/Application/Media/MediaManager/Upload.aspx"</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthelayoutpresetthatwilldeterminethedesignofthepage">
            <summary>"Select the layout preset that will determine the design of the page."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectThePackageThatYouWantToOpen">
            <summary>"Select the package that you want to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.Selectthepatterntouseinthisrule">
            <summary>"Select the pattern to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectthePlaceholderSettings">
            <summary>"Select the Placeholder Settings"</summary>
        </member>
        <member name="F:Sitecore.Texts.Selecttheplaceholdersettingsitemthatyouwanttouseorcreatenewsettings">
            <summary>"Select the placeholder settings item that you want to use or create new settings."</summary>
        </member>
        <member name="F:Sitecore.Texts.Serializingitem">
            <summary>"Serializing item"</summary>
        </member>
        <member name="F:Sitecore.Texts.Serializingtree">
            <summary>"Serializing tree"</summary>
        </member>
        <member name="F:Sitecore.Texts.ServerName">
            <summary>Server name</summary>
        </member>
        <member name="F:Sitecore.Texts.SetTheTimeOutForThe0State">
            <summary>"Set the Timeout for the <b>{0}</b> State."</summary>
        </member>
        <member name="F:Sitecore.Texts.Single">
            <summary>"single"</summary>
        </member>
        <member name="F:Sitecore.Texts.SitecoreOnlyTestsWorkflowStateSecurityForDeleteAndWrite">
            <summary>"Sitecore only tests workflow state definition item security settings for delete and write access rights. All other item access rights are based on the item's security settings."</summary>
        </member>
        <member name="F:Sitecore.Texts.SITECORE_VERSION">
            <summary>"Sitecore version"</summary>
        </member>
        <member name="F:Sitecore.Texts.Someofthepagecontentwaseditedandcannotberefreshed">
            <summary>"Some of the page content was edited and cannot be refreshed."</summary>
        </member>
        <member name="F:Sitecore.Texts.Sources">
            <summary>"Sources"</summary>
        </member>
        <member name="F:Sitecore.Texts.Started0Finished1">
            <summary>"Started: {0}. Finished: {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.StartPage">
            <summary>"Start Page"</summary>
        </member>
        <member name="F:Sitecore.Texts.Stopthetestandpickthewinners">
            <summary>"Stop the test and pick the winners."</summary>
        </member>
        <member name="F:Sitecore.Texts.Supervisor">
            <summary>"Supervisor"</summary>
        </member>
        <member name="F:Sitecore.Texts.SuppressValidationRule">
            <summary>"Suppress Validation Rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.Synchronize">
            <summary>"Synchronize"</summary>
        </member>
        <member name="F:Sitecore.Texts.SYSTEM_INFORMATION">
            <summary>"System information"</summary>
        </member>
        <member name="F:Sitecore.Texts.TakeNoActionAndMoveOnToTheNextItem">
            <summary>"Take no action and move on to the next item."</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemsHaveTheSameValueOfTheField">
            <summary>"\"{0}\" items have the same value of the \"{1}\" field. The value should be unique."</summary>
        </member>
        <member name="F:Sitecore.Texts.TestComponent">
            <summary>"Test Component:"</summary>
        </member>
        <member name="F:Sitecore.Texts.TestcomponentsettingswillberemovedAreyousureyouwanttocontinue">
            <summary>"Test component settings will be removed. Are you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TestContent">
            <summary>"Test Content:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Experimentstodate0">
            <summary>"Test run(s): {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Condition0istheactivecondition">
            <summary>"{0} out of {1} total conditions is active."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0Personalizationconditionisactive">
            <summary>"The '{0}' personalization condition is active."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0Variationisactive">
            <summary>"The '{0}' variation is active."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheActionCannotBeExecuted">
            <summary>"The action cannot be executed because of security restrictions."</summary>
        </member>
        <member name="F:Sitecore.Texts.PersonalizationConditionsDefinedWarning">
            <summary>"The are personalization conditions defined for this rendering. Changing rendering properties may effect them."</summary>
        </member>
        <member name="F:Sitecore.Texts.PersonalizationTestOnComponent0WillBeAbandoned">
            <summary>Personalization test on component {0} will be abandoned</summary>
        </member>
        <member name="F:Sitecore.Texts.Text_0Gutterfailedtorende">
            <summary>"{0} gutter failed to render: {1}. Deselect the gutter to prevent the error from appearing."</summary>
        </member>
        <member name="F:Sitecore.Texts.Text_0Warnings">
            <summary>"{0} warnings"</summary>
        </member>
        <member name="F:Sitecore.Texts.Text_1Warning">
            <summary>"1 warning"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thedatasourcemustbea1Item">
            <summary>"The data source must be a '{1}' item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Ifnoneoftheotherconditionsaretruethedefault">
            <summary>"If none of the other conditions are true, the default condition is used."</summary>
        </member>
        <member name="F:Sitecore.Texts.NoTestConfigured">
            <summary>"The page doesn't have a test defined."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThelengthofthevalueistoolongPleasespecifyavalueoflesstha">
            <summary>"The length of the value is too long.\n\nPlease specify a value of less than {0} characters."</summary>
        </member>
        <member name="F:Sitecore.Texts.Therearenorulesdefined">
            <summary>"There are no rules defined."</summary>
        </member>
        <member name="F:Sitecore.Texts.Therearetoomanyusersusingthesystematthistime">
            <summary>"There are too many users\nusing the system at this time."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheNewPreviewsWillBeLost">
            <summary>"The new previews will be lost after you close the application. You have no sufficient access rights to save them."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThePag">
            <summary>"The 'Page Screenshots' tool makes it easy to snap screenshots of your page in multiple browsers and devices."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thepreviewisnotavailable">
            <summary>"The preview is not available."</summary>
        </member>
        <member name="F:Sitecore.Texts.Therearenoscreenshotsye">
            <summary>"There are no screenshots yet. To start, select the browsers you want screenshots for and click 'Take Screenshots'."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thereisamultivariatetestsetupforthiscontro">
            <summary>"There is a multivariate test set up for this control. Changing control properties may effect the test."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_REFERENCE_FROM_0_FIELD">
            <summary>
            The reference from '{0}' field.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_REFERENCE_FROM_0_SECTION">
            <summary>
            The reference from '{0}' section.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Thesettingsaffectallplaceholderswith0Key">
            <summary>"The settings affect all placeholders with \"{0}\" key."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thestatedoesnotexistinthecontentdatabase">
            <summary>"The state does not exist in the content database."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thetestcannotbesetupbecauseanothertestissetuponascendantcomponent">
            <summary>"The test cannot be set up, because another test is set up on ascendant component."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thetestcannotbesetupbecauseanothertestissetupondescendantcomponent">
            <summary>"The test cannot be set up, because another test is set up on descendant component."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thetestiscompleted">
            <summary>"The test is completed."</summary>
        </member>
        <member name="F:Sitecore.Texts.TestStartDate0">
            <summary>"The test is running."</summary>
        </member>
        <member name="F:Sitecore.Texts.Areyousureyouwanttostopthetestand">
            <summary>"The test will be stopped and your site design will not be changed.\r\n Are you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thetitlecannotbeblank">
            <summary>"The title can not be blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thevalueyouenteredisinvalidoumustenteravaluebetween1And2">
            <summary>"The value you entered is invalid.\\nYou must enter a value between {1} and {2}."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thevalueyouenteredisinvalidoyouwanttoextendtherangetoincludethisvalue">
            <summary>"The value you entered is invalid.\\nDo you want to extend the range to include this value?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisitemisacloneYoucanresetfieldstotheiroriginalvalue">
            <summary>"This item is a clone. To reset the field values of the clone to the values of the original item, select the checkboxes for the relevant fields, and click Reset. The left column contains the values of the clone, the right column contains the values of the original item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thisrulehasnoconditions">
            <summary>"This rule has no conditions."</summary>
        </member>
        <member name="F:Sitecore.Texts.Time">
            <summary>"Time:"</summary>
        </member>
        <member name="F:Sitecore.Texts.TostartthetestclickStarttest">
            <summary>"To start the test click 'Start test' button."</summary>
        </member>
        <member name="F:Sitecore.Texts.ToUseThePlanAddItToTheDmsWorkflowAndDeployIt">
            <summary>"To use the plan, add it to the DMS Workflow and deploy it."</summary>
        </member>
        <member name="F:Sitecore.Texts.ToUseThePlanSelectTheDeployWorkflowAction">
            <summary>"To use the plan, select the Deploy workflow action."</summary>
        </member>
        <member name="F:Sitecore.Texts.Trackingfieldwasnotfoundinitem01">
            <summary>"Tracking field was not found in item '{0}' ('{1}')"</summary>
        </member>
        <member name="F:Sitecore.Texts.Theoriginalitemfortheclonenotfound">
            <summary>"The original item for the clone not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisitemisacloneClickthisicontoseetheoriginalitem">
            <summary>"This item is a clone. Click this icon to see the original item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Undefined1">
            <summary>"Undefined"</summary>
        </member>
        <member name="F:Sitecore.Texts.The0AccountHasBeenDeniedThe1AccessRight">
            <summary>"The '{0}' account has been denied the '{1}' access right."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0AccountHasBeenDeniedThe1AccessRightForThe2Item">
            <summary>"The '{0}' account has been denied the '{1}' access right for the '{2}' item."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0AccountHasBeenGrantedThe1AccessRight">
            <summary>"The '{0}' account has been granted the '{1}' access right."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0AccountHasBeenGrantedThe1AccessRightForThe2Item">
            <summary>"The '{0}' account has been granted the '{1}' access right for the '{2}' item."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheCurrentUserIsAdministrator0">
            <summary>"The current user is administrator: {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheGetItemAccessFunctionCannotCheckTheAccessRightsUsingTheProvidedPropagationType0">
            <summary>"The GetItemAccess function cannot check the access rights using the provided propagation type: {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemIsBrowseOnly">
            <summary>"The item is browse-only."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemIsNotInWorkflow">
            <summary>"The item is not in workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheSecuritydisablerIsCurrentlyEnabled">
            <summary>"The SecurityDisabler is currently enabled."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowCommandDidNotComplete">
            <summary>The workflow command did not complete.</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowCommandIsCurrentlyExecuting">
            <summary>The workflow command is currently executing</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowStateDefinitionItemAllowsDeletionThroughThe0AccessRight">
            <summary>"The workflow state definition item allows deletion through the '{0}' access right. "</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowStateDefinitionItemAllowsWritingThroughThe0AccessRight">
            <summary>"The workflow state definition item allows writing (through the '{0}' access right)."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowStateDefinitionItemDoesNotAllowWriting0">
            <summary>"The workflow state definition item does not allow writing. To allow writing, grant the '{0}' access right to the workflow state definition item."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowStateDefinitionItemNotFound">
            <summary>"The workflow state definition item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisDatabaseIsReadOnly0">
            <summary>"This database is read-only: {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.GenericNotificationForItem0">
            <summary>"Generic notification for item {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Gotothecontentitemsandspecifyhowtheyshouldbepresentedinthisfeed">
            <summary>"Go to the content items and specify how they should be presented in this feed."</summary>
        </member>
        <member name="F:Sitecore.Texts.LogIntoSitecore">
            <summary>"Log into Sitecore"</summary>
        </member>
        <member name="F:Sitecore.Texts.MoveToHere">
            <summary>"Move to here"</summary>
        </member>
        <member name="F:Sitecore.Texts.MoreNotifications">
            <summary>"More Notifications."</summary>
        </member>
        <member name="F:Sitecore.Texts.MoveToPosition0InThe1Placeholder">
            <summary>"Move to position #{0} in the '{1}' placeholder"</summary>
        </member>
        <member name="F:Sitecore.Texts.NewItemCreated">
            <summary>"New item created"</summary>
        </member>
        <member name="F:Sitecore.Texts.NewLanguageVersion">
            <summary>"New Language Version."</summary>
        </member>
        <member name="F:Sitecore.Texts.PREVIOUSLY_SELECTED_PROFILE_KEY_NO_EXIST">
            <summary>"The previously selected profile key no longer exist. Please select another profile key or choose Cancel to leave the profile key undefined."</summary>
        </member>
        <member name="F:Sitecore.Texts.Notification">
            <summary>"Notification"</summary>
        </member>
        <member name="F:Sitecore.Texts.Open0OnTheWebsite">
            <summary>"Open {0} on the website"</summary>
        </member>
        <member name="F:Sitecore.Texts.OpeningPreview">
            <summary>"Opening preview.."</summary>
        </member>
        <member name="F:Sitecore.Texts.OrPickAnotherTaskList">
            <summary>"or pick another task list..."</summary>
        </member>
        <member name="F:Sitecore.Texts.PickATask">
            <summary>"Pick a task..."</summary>
        </member>
        <member name="F:Sitecore.Texts.Pleasegenerateascreenshotfirst">
            <summary>"Please generate a screenshot first."</summary>
        </member>
        <member name="F:Sitecore.Texts.PleaseSelectSomeText">
            <summary>"Please select some text."</summary>
        </member>
        <member name="F:Sitecore.Texts.OriginalValue">
            <summary>"Original value"</summary>
        </member>
        <member name="F:Sitecore.Texts.PreviousState">
            <summary>"Previous State"</summary>
        </member>
        <member name="F:Sitecore.Texts.Publish">
            <summary>"Publish"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAReplacementRendering">
            <summary>"Select a replacement rendering"</summary>
        </member>
        <member name="F:Sitecore.Texts.ShowAncestors">
            <summary>"Show ancestors"</summary>
        </member>
        <member name="F:Sitecore.Texts.ShowMoreCommands">
            <summary>"Show more commands"</summary>
        </member>
        <member name="F:Sitecore.Texts.RejectTheChange">
            <summary>"Reject the change."</summary>
        </member>
        <member name="F:Sitecore.Texts.ResolveVisibleNotificationsToDisplayAdditionalNotifications">
            <summary>"Resolve visible notifications to display additional notifications."</summary>
        </member>
        <member name="F:Sitecore.Texts.ReviewTheNewSubitem">
            <summary>"Review the new subitem."</summary>
        </member>
        <member name="F:Sitecore.Texts.ReviewTheNewVersion">
            <summary>"Review the new version."</summary>
        </member>
        <member name="F:Sitecore.Texts.ReviewTheOriginalItem">
            <summary>"Review the original item."</summary>
        </member>
        <member name="F:Sitecore.Texts.ReviewVersion0">
            <summary>"Review version {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.Subscribe">
            <summary>Subscribe</summary>
        </member>
        <member name="F:Sitecore.Texts.Text_0Comment">
            <summary>"{0} &amp; comment"</summary>
        </member>
        <member name="F:Sitecore.Texts.Text_0Or1">
            <summary>"{0} or {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheCommentIsTooLongYouHaveEntered0CharactersACommentCanno">
            <summary>"The comment is too long.\n\nYou have entered {0} characters.\nA comment cannot contain more than 2000 characters."</summary>
        </member>
        <member name="F:Sitecore.Texts.Text0More">
            <summary>"{0} more"</summary>
        </member>
        <member name="F:Sitecore.Texts.The0FieldInTheOriginal1ItemHasBeenChangedDoYouWantToAcceptTh">
            <summary>"The {0} field in the original {1} item has been changed. Do you want to accept the change?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefield0Canberesettothestandardvalue">
            <summary>"The field \"{0}\" can be reset to the standard value."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefield0IsnotavalidparameterstringThecharacte">
            <summary>"The field \"{0}\" is not a valid parameter string. The character '{1}' was expected at position {2}."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0Itemhasmovedtothe1Workflowstate">
            <summary>"The '{0}' item has moved to the '{1}' workflow state."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheField0ContainsAnExternalLinkTo1TheLinkShouldHaveATargetSoTha">
            <summary>"The field \"{0}\" contains an external link to \"{1}\". The link should have a target, so that it opens in a new browser."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefield0IsnotvalidXml1">
            <summary>"The field \"{0}\" is not valid XML: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheField0ContainsAnExternalLinkTo1WhichOpensInANewBrowserTh">
            <summary>"The field \"{0}\" contains an external link to \"{1}\" which opens in a new browser. The title of the link is empty, but should explain that the link opens a new browser."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheImageReferencedInTheImageField0IsTooBigToBeResized">
            <summary>"The image referenced in the Image field \"{0}\" is too big to be resized."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheImageReferencedInTheImageField0IsTooBigToBeStoredInTh">
            <summary>"The image referenced in the Image field \"{0}\" is too big to be stored in the database."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thefield0Pointstothenonexistingfile1">
            <summary>"The field \"{0}\" points to the non-existing file: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Theitem0Hasnotbeenserialized">
            <summary>"The item \"{0}\" has not been serialized."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemCannotBePreviewed">
            <summary>"The item cannot be previewed"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemCannotBePreviewedAsItHasNoLayoutForTheCurren">
            <summary>"The item cannot be previewed as it has no layout for the current device. Preview cannot be started."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemsYouAreArchivingHaveClonesIfYouArchiveTheseItemsTheClone">
            <summary>"The items you are archiving have clones.\n\nIf you archive these items, the clones become real items.\n\nDo you want to archive these items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheitemdoesnothaveanamemacroUsuallyStandar">
            <summary>"The item does not have a '$name' macro. Usually Standard Value items contain a '$name' macro."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemsYouAreDeletingHaveClonesIfYouDeleteTheseItemsTheClone">
            <summary>"The items you are deleting have clones.<br/>If you delete these items, the clones become real items.<br/>Do you want to delete these items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemsYouAreDeletingHaveClonesIfYouDeleteTheseItemsTheClonesWouldBeDeleted">
            <summary>"The items you are deleting have clones.<br/>If you delete these items, the clones will also be deleted.<br/>Do you want to delete these items and the clones?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Theitemhassubitemsbutnoinsertoptions">
            <summary>"The item has subitems but no insert options."</summary>
        </member>
        <member name="F:Sitecore.Texts.Theitemhassubitemsthatarenotininsertoptions">
            <summary>"The item has subitems that are not in insert options."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemWasNotFound">
            <summary>"The item was not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemYouAreArchivingHas0Clones1IfYouArchiveThisItemTheClone">
            <summary>"The item you are archiving has {0} clones.{1}If you archive this item, the clones become real items.\n\nDo you want to archive this item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemYouAreArchivingHasAClone0IfYouArchiveThisItemTheClon">
            <summary>"The item you are archiving has a clone.{0}If you archive this item, the clone becomes a real item.\n\nDo you want to archive this item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheMessageWas0">
            <summary>The message was: {0}</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereAre0ClonesOfTheItemToBeDeleted1WouldYouLikeToMakeThemRea">
            <summary>"There are {0} clones of the item to be deleted. {1} Would you like to make them real items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereAre0ClonesOfTheItemToBeDeleted1WouldYouLikeToDeleteTheClones">
            <summary>"The item you are deleting has {0} clones.{1}If you delete this item, the clones will also be deleted.\n\nDo you want to delete this item and the clones?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereAre0ClonesOfThisVersionWouldYouLikeToMakeThemRealItems">
            <summary>"There are {0} clones of this version. Would you like to make them real items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereAreNotificationsForVersion0InThe1LanguageForTheCurrentItem">
            <summary>"There are notifications for version {0} in the {1} language for the current item."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereIsACloneOfTheItemToBeDeleted0WouldYouLikeToMakeItRealItem">
            <summary>"There is a clone of the item to be deleted. {0} Would you like to make it real item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereIsACloneOfTheItemToBeDeleted0WouldYouLikeToDeleteTheClone">
            <summary>"The item you are deleting has a clone.{0}If you delete this item, the clone will also be deleted. Do you want to delete the item and the clone?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereIsACloneOfThisVersionWouldYouLikeToMakeItRealItem">
            <summary>"There is a clone of this version. Would you like to make it real item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.Thelatestversionofitem0Hasnotbeenserialized">
            <summary>"The latest version of item \"{0}\" has not been serialized."</summary>
        </member>
        <member name="F:Sitecore.Texts.Theminimumlengthofthefield0Is1Characters">
            <summary>"The minimum length of the field \"{0}\" is {1} characters."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThePageRepresentedByTheItem0ContainsOrLacksSomeFormattin">
            <summary>"The page represented by the item '{0}' contains (or lacks) some formatting attributes which could cause in unexpected results in some browsers (such as Internet Explorer, Firefox, or Safari)"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThePageRepresentedByTheItem0FailedToRenderProperlyTheErrorWas1">
            <summary>"The page represented by the item '{0}' failed to render properly, The error was: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.Therearenoitemsinthislist">
            <summary>There are no icons to display.</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereAreUnsavedChangesAreYouSureYouWantToContinue">
            <summary>"There are unsaved changes. Are you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereIsANewVersionOfTheOriginalItemInThe0Language">
            <summary>"There is a new version of the original item in the {0} language."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheRsSfeedisnotconfigured">
            <summary>"The RSS feed is not configured"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheScriptCodeIn0HasErrors">
            <summary>"The script code in '{0}' has errors."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheseSettingsAffectHowItemsBasedOnThe0TemplateAreShownInTheR">
            <summary>"These settings affect how items based on the '{0}' template are shown in the RSS feed."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thesesettingsonlyaffectth">
            <summary>"These settings only affect the {0} item, because its layout differs from the template."</summary>
        </member>
        <member name="F:Sitecore.Texts.ConfirmPassword">
            <summary>
             "Confirm Password:"
            Comes from CreateNewUser.aspx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.ConfirmPasswordIsRequired">
            <summary>"Confirm Password is required."</summary>
        </member>
        <member name="F:Sitecore.Texts.NoPasswordHasBeenGeneratedYet">
            <summary>No password has been generated yet.</summary>
        </member>
        <member name="F:Sitecore.Texts.Email">
            <summary>
            "Email:"
            Comes from CreateNewUser.apx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.EmailIsNotValid">
            <summary>"Email is not valid."</summary>
        </member>
        <member name="F:Sitecore.Texts.EmailIsRequired">
            <summary>"Email is required."</summary>
        </member>
        <member name="F:Sitecore.Texts.NothingHasBeenSet">
            <summary>"Nothing has been set."</summary>
        </member>
        <member name="F:Sitecore.Texts.OpenTheUserEditor">
            <summary>"Open the User Editor"</summary>
        </member>
        <member name="F:Sitecore.Texts.Password">
            <summary>"Password:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PasswordIsRequired">
            <summary>"Password is required."</summary>
        </member>
        <member name="F:Sitecore.Texts.ProfileIsRequired">
            <summary>"Profile is required."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThePasswordAndConfirmationPasswordMustMatch">
            <summary>"The Password and Confirmation Password must match."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thesortorder0Oftheitem1Isalreadydefinedonthislevelby2">
            <summary>"The sort order {0} of the item \"{1}\" is already defined on this level by \"{2}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheTypeAndAssemblyIn0DoesNotExist">
            <summary>"The type and assembly in '{0}' does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheUserHasBeenSuccessfullyCreated">
            <summary>"The user has been successfully created."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thevalue0Infield1Isnotavaliddatabasename">
            <summary>"The value \"{0}\" in field \"{1}\" is not a valid database name."</summary>
        </member>
        <member name="F:Sitecore.Texts.Thisitem0Isnotreferencedbyanyotheritem">
            <summary>"This item \"{0}\" is not referenced by any other item."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisReportDoesNotHaveAnyFilters">
            <summary>"This report does not have any filters."</summary>
        </member>
        <member name="F:Sitecore.Texts.ContentProfileDetailsHelpYouAnalyzeTheBehaviorO">
            <summary>"Content profile details help you analyze the behavior of visitors to your Web site. To specify content profile details, on the Content tab, click the profile card icon in the top right-hand corner."</summary>
        </member>
        <member name="F:Sitecore.Texts.Continued">
            <summary>
            "cont'd". Comes from ComponentArt grid.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.ControlProperties">
            <summary>"Control Properties"</summary>
        </member>
        <member name="F:Sitecore.Texts.DOMAIN_0_NOT_FOUND">
            <summary>"Domain {0} not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.EditContentProfileDetails">
            <summary>"Edit Content Profile Details"</summary>
        </member>
        <member name="F:Sitecore.Texts.Reports">
            <summary>"Reports"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_LANGUAGE_FILE_THAT_YOU_WISH_TO_OPEN">
            <summary>"Select the language file that you wish to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_A_NEW_DISPLAY_NAME_FOR_THE_ITEM">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Texts.LOADING_USER_FROM_PATH_0">
            <summary>
            </summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAReportAndTryAgain">
            <summary>"Select a report and try again."</summary>
        </member>
        <member name="F:Sitecore.Texts.Site0NotFound">
            <summary>"The site {0} not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.Start">
            <summary>"Start"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_0_ACCESS_RIGHT_IS_NOT_ALLOWED_BY_DEFAULT">
            <summary>"The '{0}' access right is not allowed by default."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheFilterHasBeenSaved">
            <summary>"The filter has been saved."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheKey0IsInvalidAKeyMayOnlyContainLettersAndNumbers">
            <summary>"The key \"{0}\" is invalid.\n\nA key may only contain letters and numbers."</summary>
        </member>
        <member name="F:Sitecore.Texts.Unsubscribe">
            <summary>Unsubscribe</summary>
        </member>
        <member name="F:Sitecore.Texts.UNVERSIONED1">
            <summary>"Unversioned"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_ADD_ACCOUNTS_1_TO_ASSIGN_SECURITY">
            <summary>"{0}Add accounts{1} to assign security."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_BEFORE_1">
            <summary>"'{0}' before '{1}'"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_AFTER_1">
            <summary>"'{0}' after '{1}'"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_BY_1">
            <summary>"{0} by {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_BYTES">
            <summary>"0 bytes"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_CHANGED_FROM_1_TO_2_ON_3">
            <summary>"{0} changed from <b>{1}</b> to <b>{2}</b> on {3}."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_ERROR">
            <summary>"{0} error"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_ERROR_S">
            <summary>"{0} error(s)."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_ERROR_S_AND_1_WARNING_S">
            <summary>"{0} error(s) and {1} warning(s)."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_ERRORS">
            <summary>"{0} errors"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_FREE_OF_1">
            <summary>"{0} free of {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_HAS_BEEN_ADDED_TO_YOUR_FAVORITES">
            <summary>"\"{0}\" has been added to your favorites."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IN_1">
            <summary>"{0} in {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_EDITING_THIS_ITEM">
            <summary>"{0} is editing this item."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_CSV_FILE">
            <summary>\"{0}\" is not a CSV file.</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_ZIP_File">
            <summary> \"{0}\" is not a XIP file. </summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_LAYOUT">
            <summary>"\"{0}\" is not a layout."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_PLACEHOLDER">
            <summary>"\"{0}\" is not a placeholder."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_RENDERING">
            <summary>"\"{0}\" is not a rendering."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_VALID_DATE">
            <summary>"\"{0}\" is not a valid date."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_NOT_A_VALID_TIME">
            <summary>"\"{0}\" is not a valid time."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_IS_THE_OWNER_OF_THIS_ITEM">
            <summary>"{0} is the owner of this item."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_ITEM_S_COULD_NOT_BE_RESTORED_EITHER_DUE_TO_SECURITY_PERMISSIONS_OR_ERRORS">
            <summary>"{0} item(s) could not be restored either due to security permissions or errors."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_RIGHT_FOR_THE_1_ITEM">
            <summary>The {0} access rights for the {1} item</summary>
        </member>
        <member name="F:Sitecore.Texts._0_TO_1">
            <summary>"'{0}' to '{1}'"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_VERSIONS">
            <summary>"{0} versions."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_WARNINGS">
            <summary>"{0} warnings(s)."</summary>
        </member>
        <member name="F:Sitecore.Texts._1_VERSION">
            <summary>"1 version."</summary>
        </member>
        <member name="F:Sitecore.Texts._1_WARNING">
            <summary>"1 warning."</summary>
        </member>
        <member name="F:Sitecore.Texts._0_FIELD_IS_EMPTY">
            <summary>"[{0} field is empty]"</summary>
        </member>
        <member name="F:Sitecore.Texts._0_TEST_CANDIDATES_PROCESSED">
            <summary>{0} Test Candidates processed</summary>
        </member>
        <member name="F:Sitecore.Texts.A_DOMAIN_WITH_THE_NAME_0_ALREADY_EXISTS_PLEASE_ENTER_ANOTHER_NAME">
            <summary>"A domain with the name \"{0}\" already exists.\n\nPlease enter another name."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_FILE_IS_TOO_BIG_TO_BE_UPLOADED_THE_MAXIMUM_SIZE_FOR_UPLOADING_FILES_IS_0">
            <summary>"A file is too big to be uploaded.\n\nThe maximum size of a file that can be uploaded is {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_FILE_OR_FOLDER_WITH_THE_NAME_0_ALREADY_EXISTS">
            <summary>"A file or folder with the name \"{0}\" already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_FILE_WITH_THE_PATH_0_ALREADY_EXISTS_PLEASE_ENTER_ANOTHER_NAME">
            <summary>"A file with the path \"{0}\" already exists.\n\nPlease enter another name."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_REMINDER_WAS_SENT_0">
            <summary>"A reminder was sent {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_REMINDER_WAS_SENT_BR_0">
            <summary>"A reminder was sent<br/>{0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_REMINDER_WILL_BE_SENT_0">
            <summary>"A reminder will be sent {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_REMINDER_WILL_BE_SENT_BR_0">
            <summary>"A reminder will be sent<br/>{0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_ROLE_WITH_THE_NAME_0_ALREADY_EXISTS">
            <summary>"A role with the name \"{0}\" already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_TEMPLATE_CANNOT_INHERIT_FROM_ITSELF">
            <summary>"A template cannot inherit from itself."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_USER_WITH_THE_SAME_EMAIL_ADDRESS_ALREADY_EXISTS">
            <summary>"A user with the same email address already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_USER_WITH_THE_SAME_NAME_ALREADY_EXISTS">
            <summary>"A user with the same name already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.A_WORKSPACE_HAS_NOT_YET_BEEN_SAVED">
            <summary>"A workspace has not yet been saved."</summary>
        </member>
        <member name="F:Sitecore.Texts.ACCOUNT">
            <summary>"Account"</summary>
        </member>
        <member name="F:Sitecore.Texts.Actions">
            <summary>"Actions"</summary>
        </member>
        <member name="F:Sitecore.Texts.ACTIVATE_PROXIES">
            <summary>"Activate Proxies"</summary>
        </member>
        <member name="F:Sitecore.Texts.ADD">
            <summary>"Add"</summary>
        </member>
        <member name="F:Sitecore.Texts.ADD_A_NEW_VERSION">
            <summary>"Add a New Version"</summary>
        </member>
        <member name="F:Sitecore.Texts.AddRuleOfThisType">
            <summary>"Add rule of this type"</summary>
        </member>
        <member name="F:Sitecore.Texts.ADMINISTER">
            <summary>"Administer"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALL">
            <summary>"All"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALL_ITEMS">
            <summary>"All items"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALL1">
            <summary>"(all)"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALLOW">
            <summary>"Allow"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALLOWED">
            <summary>"Allowed"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALLOWED1">
            <summary>"Allowed."</summary>
        </member>
        <member name="F:Sitecore.Texts.ALT">
            <summary>"Alt"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALTERNATE_TEXT">
            <summary>"Alternate text:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALTERNATE_TEXT_0">
            <summary>"Alternate Text: \"{0}\""</summary>
        </member>
        <member name="F:Sitecore.Texts.ALTERNATE_TEXT_0_DEFAULT_ALTERNATE_TEXT_1">
            <summary>"Alternate Text: \"{0}\" (Default Alternate Text: \"{1}\")"</summary>
        </member>
        <member name="F:Sitecore.Texts.ALTERNATE_TEXT_IS_MISSING_IN_THE_IMAGE_FIELD_0">
            <summary>"Alternate text is missing in the Image field \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.AMPM_DESIGNATOR_IS_NOT_VALID">
            <summary>"AM/PM designator is not valid"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ALIAS_BY_THAT_NAME_ALREADY_EXISTS">
            <summary>"An alias by that name already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED">
            <summary>"An error occured:"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_0">
            <summary>"An error occured:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_COMMUNICATING_WITH_THE_WORLDLINGO_SERVICE">
            <summary>"An error occured while communicating with the WorldLingo service."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_CREATING_THE_ROLE_1">
            <summary>"An error occured while creating the role \"\":\n\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_SEARCHING_PLEASE_REPHRASE">
            <summary>"An error occured while searching. Please rephrase the query."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_UPLOADING_THE_REASON_MAY_BE_THAT_THE_FILE_DOES_NOT_EXIST">
            <summary>"An error occured while uploading.\n\nThe reason may be that the file does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_VALIDATING">
            <summary>"An error occured while validating: "</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_VALIDATING_0">
            <summary>"An error occured while validating: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED_WHILE_VALIDATING_THE_FIELD_0_1">
            <summary>"An error occured while validating the field \"{0}\": {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_EVENT_HANDLER_REQUESTED_THAT_THE_ITEM_WAS_SKIPPED_EVENT_PUBLISH_ITEMPROCESSING">
            <summary>"An event handler requested that the item was skipped. Event: publish:itemProcessing"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURED1">
            <summary>"An error occured."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURRED_WHILE_PERFORMING_THE_SEARCH_PLEASE_REBUILD_THE_SEARCH_INDEXES">
            <summary>"An error occurred while performing the search. Please rebuild the search indexes."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ERROR_OCCURRED_WHILE_UPDATING_THE_USER_0">
            <summary>"An error occurred while updating the user:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_CANNOT_BE_COPIED_BELOW_ITSELF">
            <summary>"An item cannot be copied below itself."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_CANNOT_BE_MOVED_BELOW_ITSELF">
            <summary>"An item cannot be moved below itself."</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_MAY_NOT_BE_BLANK">
            <summary>"An item name may not be blank"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_LENGHT_SHOULD_BE_LESS_OR_EQUAL_TO_0">
            <summary>"An item name lenght should be less or equal to {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_MAY_NOT_CONTAIN_ANY_OF_THE_FOLLOWING_CHARACTERS_0_CONTROLLED_BY_THE_SETTING_INVALIDITEMNAMECHARS">
            <summary>"An item name may not contain any of the following characters: {0} (controlled by the setting InvalidItemNameChars)"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_MAY_NOT_CONTAIN_ANY_UNICODE_CHARACTER">
            <summary>"An item name may not contain any unicode character"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_MAY_NOT_END_IN_A_PERIOD">
            <summary>"An item name may not end in a period (.)"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_MAY_NOT_START_OR_END_WITH_BLANKS">
            <summary>"An item name may not start or end with blanks"</summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_NAME_MUST_SATISFY_THE_PATTERN_0_CONTROLLED_BY_THE_SETTING_ITEMNAMEVALIDATION">
            <summary>"An item name must satisfy the pattern: {0} (controlled by the setting ItemNameValidation)"</summary>
        </member>
        <member name="F:Sitecore.Texts.AnItemNameCannotContainReplacementSymbols">
            <summary>
            An item name cannot contain replacement symbols
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AN_ITEM_WAS_DELETED_DO_YOU_WANT_TO_REFRESH_THE_PAGE">
            <summary>"An item was deleted. Do you want to refresh the page?"</summary>
        </member>
        <member name="F:Sitecore.Texts.And">
            <summary>"and"</summary>
        </member>
        <member name="F:Sitecore.Texts.AnErrorOcurredPleaseReferToTheLogForFurtherInformatio">
            <summary>"An error occurred.\n\nPlease refer to the log for further information.\n\nThe report was not sent."</summary>
        </member>
        <member name="F:Sitecore.Texts.APPLICATION_0_NOT_FOUND">
            <summary>"Application \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_ARCHIVE_0_1">
            <summary>"Are you sure you want to archive \"{0}\"?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_ARCHIVE_THESE_0_ITEMS_1">
            <summary>"Are you sure you want to archive these {0} items?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_CLEAR_THE_RECENT_FILES_LIST">
            <summary>"Are you sure you want to clear the recent files list?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_0">
            <summary>"Are you sure you want to close the {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_CLOSE_THE_WIZARD">
            <summary>"Are you sure you want to close the wizard?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_COPY_0">
            <summary>"Are you sure you want to copy{0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_COPY_THE_SECURITY_SETTINGS_FROM_0_TO_1">
            <summary>"Are you sure you want to copy the security settings from \"{0}\" to \"{1}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_0">
            <summary>"Are you sure you want to delete \"{0}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_0_1">
            <summary>"Are you sure you want to delete \"{0}\"?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_ALL_ITEMS">
            <summary>"Are you sure you want to delete all items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THE_SUBITEMS_OF_0_1">
            <summary>"Are you sure you want to delete the subitems of \"{0}\"?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THE_SUBTEMS_OF_THESE_0_ITEMS_1">
            <summary>"Are you sure you want to delete the subtems of these {0} items?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THESE_0_DOMAINS">
            <summary>"Are you sure you want to delete these {0} domains?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THESE_0_FILES">
            <summary>"Are you sure you want to delete these {0} files?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THESE_0_ITEMS_1">
            <summary>"Are you sure you want to delete these {0} items?{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THESE_0_ROLES">
            <summary>"Are you sure you want to delete these {0} roles?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_THESE_0_USERS">
            <summary>"Are you sure you want to delete these {0} users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DELETE_YOURSELF_THIS_WILL_LOG_YOU_OFF_THE_SYSTEM">
            <summary>"Are you sure you want to delete yourself?\n\nThis will log you off the system."</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DETACH_THE_FILE">
            <summary>"Are you sure you want to detach the file?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DISABLE_0">
            <summary>"Are you sure you want to disable {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_DISABLE_THESE_0_USERS">
            <summary>"Are you sure you want to disable these {0} users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_ENABLE_0">
            <summary>"Are you sure you want to enable {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_ENABLE_THESE_0_USERS">
            <summary>"Are you sure you want to enable these {0} users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_MOVE_0">
            <summary>"Are you sure you want to move{0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_PERMANENTLY_DELETE_0">
            <summary>"Are you sure you want to permanently delete \"{0}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_PERMANENTLY_DELETE_THESE_0_ITEMS">
            <summary>"Are you sure you want to permanently delete these {0} items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_PUBLISH_0_IN_ALL_LANGUAGES_TO_ALL_PUBLISHING_TARGETS">
            <summary>"Are you sure you want to publish \"{0}\"\nin all languages to all publishing targets?"</summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelTheDatabaseScan">
            <summary>
            Are you sure you want to cancel the scan?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelTheItemMove">
            <summary>
            Are you sure you want to cancel the item move?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelTheLanguageExport">
            <summary>
            Are you sure you want to cancel the language export?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelTheLanguageImport">
            <summary>
            Are you sure you want to cancel the language import?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelTheRebuildingOfTheLinkDatabases">
            <summary>
            Are you sure you want to cancel the rebuilding of the link databases?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelAddingANewLanguage">
            <summary>
            Are you sure you want to cancel adding a new language?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelInstallingAPackage">
            <summary>
            Are you sure you want to cancel installing a package.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelTheLanguageDeletion">
            <summary>
            Are you sure you want to cancel the language deletion?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToPublishSubItems">
            <summary>
            Are you sure you want to publish subitems?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToPublishRelatedItems">
            <summary>
            Are you sure you want to publish related items?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToPublishSubItemsAndRelatedItems">
            <summary>
            Are you sure you want to publish subitems and related items?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AreYouSureYouWantToCancelSettingUpTheReminder">
            <summary>
            Are you sure you want to cancel setting up the reminder?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RELOAD_THE_XSLT_FILE">
            <summary>"Are you sure you want to reload the XSLT file?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_0">
            <summary>"Are you sure you want to remove {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_0_AND_ALL_SUBITEMS">
            <summary>"Are you sure you want to remove '{0}'\nand all subitems?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_0_REMOVING_A_SHORTCUT_ONLY_REMOVES_THE_ICON_IT_DOES_NOT_DELETE_THE_ITEM">
            <summary>"Are you sure you want to remove '{0}'?\n\nRemoving a shortcut only removes the icon. It does not delete the item."</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_01">
            <summary>"Are you sure you want to remove '{0}'?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_THESE_0_ACCOUNTS">
            <summary>"Are you sure you want to remove these {0} users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_THESE_0_ITEMS">
            <summary>"Are you sure you want to remove these {0} items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_REMOVE_VERSION_0">
            <summary>"Are you sure you want to remove version {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RESET_THE_LAYOUT_SETTINGS_TO_THE_SETTINGS_DEFINED_ON_THE_TEMPLATE">
            <summary>"Are you sure you want to reset the layout settings to the settings defined on the template?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RESET_THE_MASTERS_TO_THE_MASTERS_DEFINED_ON_THE_TEMPLATE">
            <summary>"Are you sure you want to reset the masters to the masters defined on the template?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RESET_THE_PASSWORD">
            <summary>"Are you sure you want to reset the password?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RESET_THE_SETTINGS_OF_0">
            <summary>"Are you sure you want to reset the settings of {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RESET_THE_SETTINGS_OF_THESE_0_USERS">
            <summary>"Are you sure you want to reset the settings of these {0} users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_RESET_YOUR_SETTINGS_TO_DEFAULT_VALUES">
            <summary>"Are you sure you want to reset your settings to default values?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_SET_THE_INITIAL_WORKFLOW_TO_NONE">
            <summary>"Are you sure you want to set the initial workflow to none?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_UNLOCK_0">
            <summary>"Are you sure you want to unlock {0}?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_UNLOCK_THESE_0_ITEMS">
            <summary>"Are you sure you want to unlock these {0} items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_UNLOCK_THESE_0_USERS">
            <summary>"Are you sure you want to unlock these {0} users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ARE_YOU_SURE_YOU_WANT_TO_UNLOCK_THIS_ITEM">
            <summary>"Are you sure you want to unlock this item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ASSIGN_LAYOUT">
            <summary>"Assign Layout"</summary>
        </member>
        <member name="F:Sitecore.Texts.ASSOCIATED_CONTROLS">
            <summary>"Associated Controls"</summary>
        </member>
        <member name="F:Sitecore.Texts.AT_LEAST_ONE_ACCOUNT_SHOULD_BE_SELECTED">
            <summary>"At least one account should be selected"</summary>
        </member>
        <member name="F:Sitecore.Texts.AVAILABLE_CONTROLS">
            <summary>"Available Controls"</summary>
        </member>
        <member name="F:Sitecore.Texts.BASE_SITE_URL_IS_INVALID">
            <summary>The base site url \"{0}\" is invalid.</summary>
        </member>
        <member name="F:Sitecore.Texts.B_0_B_HAS_LOCKED_THIS_ITEM">
            <summary>"<b>\"{0}\"</b> has locked this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.B_YOU_B_HAVE_LOCKED_THIS_ITEM">
            <summary>"<b>You</b> have locked this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.BRANCH_0_NOT_FOUND">
            <summary>"Branch \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.BRANCH_ITEM_NOT_FOUND">
            <summary>"Branch item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.BRANCH_NO_LONGER_EXISTS">
            <summary>"[branch not longer exists]"</summary>
        </member>
        <member name="F:Sitecore.Texts.BRANCH_NOT_FOUND">
            <summary>"Branch not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.BLANK_ROLENAME_PROVIDED_ON_THE_QUERYSTRING">
            <summary>"Blank role name provided in the querystring."</summary>
        </member>
        <member name="F:Sitecore.Texts.BLOB_VALUE">
            <summary>"[Blob Value]"</summary>
        </member>
        <member name="F:Sitecore.Texts.BY">
            <summary>"by"</summary>
        </member>
        <member name="F:Sitecore.Texts.BYTES">
            <summary>"bytes"</summary>
        </member>
        <member name="F:Sitecore.Texts.CANCEL">
            <summary>"Cancel"</summary>
        </member>
        <member name="F:Sitecore.Texts.CANNOT_DUPLICATE_THE_ROOT_ITEM">
            <summary>"Cannot duplicate the root item."</summary>
        </member>
        <member name="F:Sitecore.Texts.CANNOT_OPEN_ITEM_IN_OTHER_DATABASE">
            <summary>"Cannot open item in other database."</summary>
        </member>
        <member name="F:Sitecore.Texts.CANNOT_SAVE_THE_ITEM_0_AS_IT_IS_HAS_NOT_BEEN_LOCKED_BY_THE_CURRENT_USER">
            <summary>"Cannot save the item \"{0}\" as it is has not been locked by the current user."</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGE">
            <summary>"Change"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGE_APPLICATION">
            <summary>"Change Application"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGE_LAYOUT">
            <summary>"Change Layout"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGE_PREVIEW_DATE_AND_TIME">
            <summary>Change preview date and time</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGE_USER_PROFILE">
            <summary>"Change User Profile"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGED">
            <summary>"Changed"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHANGED_FROM_0_TO_1">
            <summary>"Changed from <b>{0}</b> to <b>{1}</b>."</summary>
        </member>
        <member name="F:Sitecore.Texts.CHECK_THIS_ITEM_IN">
            <summary>"Check this item in."</summary>
        </member>
        <member name="F:Sitecore.Texts.CHECKED_IN">
            <summary>"Checked in"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHECKED_OUT">
            <summary>"Checked out"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHECKED_OUT_BY_0">
            <summary>"Checked out by {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.CHILDREN">
            <summary>"Children"</summary>
        </member>
        <member name="F:Sitecore.Texts.CLEAN">
            <summary>"Clean >"</summary>
        </member>
        <member name="F:Sitecore.Texts.CLEANING_UP_0">
            <summary>"Cleaning up: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_THE_B_EDIT_B_BUTTON_BR_TO_LOCK_AND_EDIT_TH">
            <summary>"Click the <b>Edit</b> button<br/>to lock and edit this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_THE_EDIT_BUTTON_TO_START_EDITING_THIS_ITEM">
            <summary>"Click the Edit button to start editing this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_TO_0_SET_SECURITY_1">
            <summary>"Click to {0}set security{1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_TO_ADD">
            <summary>"Click to add"</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_TO_EDIT">
            <summary>"Click to edit"</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_TO_EDIT_0">
            <summary>"Click to edit \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.CLICK_TO_EDIT_0_OR_RIGHT_CLICK_TO_SHOW_OPTIONS">
            <summary>"Click to edit \"{0}\" or right-click to show options."</summary>
        </member>
        <member name="F:Sitecore.Texts.ClickHereToBegin">
            <summary> The click here to begin. It's a title for Start Menu button</summary>
        </member>
        <member name="F:Sitecore.Texts.ClickThePackageThatYouWantToInstallAndThenClickOpen">
            <summary>Click the package that you want to install and then click Open.</summary>
        </member>
        <member name="F:Sitecore.Texts.CLIPBOARD_FUNCTIONS_ARE_NOT_SUPPORTED_BY_THIS_BROWSER">
            <summary>"Clipboard functions are not supported by this browser."</summary>
        </member>
        <member name="F:Sitecore.Texts.CLOSE">
            <summary>"Close"</summary>
        </member>
        <member name="F:Sitecore.Texts.CODEBESIDE_CLASS_0_NOT_FOUND">
            <summary>"CodeBeside class \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.COMMANDCONTEXT_NOT_FOUND">
            <summary>"CommandContext not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.Common">
            <summary>"Common"</summary>
        </member>
        <member name="F:Sitecore.Texts.COMPARE">
            <summary>"Compare"</summary>
        </member>
        <member name="F:Sitecore.Texts.Conditions">
            <summary>"Conditions"</summary>
        </member>
        <member name="F:Sitecore.Texts.CONTAINS_THE_LIST_OF_MASTERS">
            <summary>"Contains the list of masters"</summary>
        </member>
        <member name="F:Sitecore.Texts.CONTENT">
            <summary>"Content"</summary>
        </member>
        <member name="F:Sitecore.Texts.CONTENT_EDITOR">
            <summary>"Content Editor"</summary>
        </member>
        <member name="F:Sitecore.Texts.CONTEXT_MENU">
            <summary>"Open Context Menu"</summary>
        </member>
        <member name="F:Sitecore.Texts.CONTROL_PREVIEW">
            <summary>"Control Preview"</summary>
        </member>
        <member name="F:Sitecore.Texts.CONTROLS">
            <summary>"Controls"</summary>
        </member>
        <member name="F:Sitecore.Texts.COPY_OF">
            <summary>"Copy of"</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_CREATE_ITEM">
            <summary>"Could not create item."</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_CREATE_LIVE_CONTROL_PROPERTIES_0">
            <summary>"Could not create live control (properties: {0})"</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_FIND_RENDERING_ITEM_0">
            <summary>"Could not find rendering item: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_RESOLVE_LANGUAGE">
            <summary>"Could resolve language"</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_REVERSE_0_USER">
            <summary>"Coul not restore {0} user. Please check log for details."</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_DELETE_0_USER">
            <summary>"Coul not delete {0} user. Please check log for details."</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_REVERSE_0_USERS_AND_DELETE_1_USERS">
            <summary>This operation will overwrite/update {0} users and delete {1} users. Do you want to continue?</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_SERIALIZE_0_USER">
            <summary>"Coul not delete {0} user. Please check log for details."</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_SERIALIZE_0_USERS">
            <summary>"Could not restore users: {0}. Please check log for details."</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_REVERSE_0_ROLE">
            <summary>Could not restore {0} role. Please check log for details.</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_DELETE_0_ROLE">
            <summary>"Coul not delete {0} role. Please check log for details."</summary>
        </member>
        <member name="F:Sitecore.Texts.COULD_NOT_REVERSE_0_ROLES_AND_DELETE_1_ROLES">
            <summary>Could not restore {0} roles and delete {1} roles. Please check log for details.</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE">
            <summary>"Create"</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE_A_NEW_ITEM">
            <summary>"Create a New Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE_A_NEW_TEMPLATE">
            <summary>"Create a New Template"</summary>
        </member>
        <member name="F:Sitecore.Texts.CreateANewUser">
            <summary>
            "Create a New User"
            Comes from CreateNewUser.aspx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE_NEW_BRANCH">
            <summary>"Create New Branch"</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE_NEW_ITEMS">
            <summary>"Create New Items"</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE_NEW_SIBLING">
            <summary>"Create New Sibling"</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE_NEW_SUBITEM">
            <summary>Insert a new subitem.</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATE1">
            <summary>"Create >"</summary>
        </member>
        <member name="F:Sitecore.Texts.CREATED_FROM">
            <summary>Created from:</summary>
        </member>
        <member name="F:Sitecore.Texts.CTRL">
            <summary>"Ctrl"</summary>
        </member>
        <member name="F:Sitecore.Texts.CTRL_CLICK_TO_FOLLOW_LINKS">
            <summary>"Ctrl+Click to follow links"</summary>
        </member>
        <member name="F:Sitecore.Texts.CURRENT_ITEM_DOES_NOT_HAVE_A_LAYOUT_DO_YOU_WANT_TO_OPEN_THE_HOME_PAGE_INSTEAD">
            <summary>"Current item does not have a layout, do you want to open the home page instead?"</summary>
        </member>
        <member name="F:Sitecore.Texts.CurrentVersion">
            <summary>"Current version"</summary>
        </member>
        <member name="F:Sitecore.Texts.CurrentVisitorsEmailAddress">
            <summary>"Current Visitors Email Address"</summary>
        </member>
        <member name="F:Sitecore.Texts.CUSTOM_CONTROL_0_NOT_FOUND">
            <summary>"Custom control \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.CUSTOM_EDITOR">
            <summary>"Custom Editor"</summary>
        </member>
        <member name="F:Sitecore.Texts.CUSTOM_EDITORS">
            <summary>"Custom Editors"</summary>
        </member>
        <member name="F:Sitecore.Texts.CUSTOM_RIGHTS">
            <summary>"Custom Rights"</summary>
        </member>
        <member name="F:Sitecore.Texts.CUSTOMIZE">
            <summary>"Customize"</summary>
        </member>
        <member name="F:Sitecore.Texts.DATABASE">
            <summary>"Database:"</summary>
        </member>
        <member name="F:Sitecore.Texts.DATABASE_0_NOT_FOUND">
            <summary>"Database \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.DATABASE_NOT_FOUND">
            <summary>"Database not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.DATABASE_VERSION">
            <summary>"Database version: "</summary>
        </member>
        <member name="F:Sitecore.Texts.DATABASE1">
            <summary>"Database"</summary>
        </member>
        <member name="F:Sitecore.Texts.DATACONTEXT_0_NOT_FOUND">
            <summary>"DataContext \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.DEACTIVATE_PROXIES">
            <summary>"Deactivate Proxies"</summary>
        </member>
        <member name="F:Sitecore.Texts.DEBUG_INFORMATION_FILE_0_NOT_FOUND">
            <summary>"Debug Information File \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.DEBUG_RENDERING_INFORMATION_ID_0_NOT_FOUND">
            <summary>"Debug Rendering Information ID \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.DEBUGGING_HAS_BEEN_STOPPED">
            <summary>"Debugging has been stopped."</summary>
        </member>
        <member name="F:Sitecore.Texts.DEFAULT">
            <summary>"Default"</summary>
        </member>
        <member name="F:Sitecore.Texts.DEFAULT_ALTERNATE_TEXT_0">
            <summary>"Default Alternate Text: \"{0}\""</summary>
        </member>
        <member name="F:Sitecore.Texts.DEFAULT_DEVICE_NOT_FOUND">
            <summary>"Default device not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.DELETE">
            <summary>"Delete"</summary>
        </member>
        <member name="F:Sitecore.Texts.DELETE1">
            <summary>"Delete >"</summary>
        </member>
        <member name="F:Sitecore.Texts.DeleteThisRule">
            <summary>"Delete this rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.DENIED">
            <summary>"Denied"</summary>
        </member>
        <member name="F:Sitecore.Texts.DENIED_BY_0">
            <summary>"Denied by {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.DENIED_BY_DEFAULT">
            <summary>"Denied by default."</summary>
        </member>
        <member name="F:Sitecore.Texts.DENIED1">
            <summary>"Denied."</summary>
        </member>
        <member name="F:Sitecore.Texts.DENY">
            <summary>"Deny"</summary>
        </member>
        <member name="F:Sitecore.Texts.DESCENDANTS">
            <summary>"Descendants"</summary>
        </member>
        <member name="F:Sitecore.Texts.DESIGN">
            <summary>"Design"</summary>
        </member>
        <member name="F:Sitecore.Texts.Details">
            <summary>"Details"</summary>
        </member>
        <member name="F:Sitecore.Texts.DEVICE_ROOT_NOT_FOUND">
            <summary>"Device root not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.DIMENSIONS_0">
            <summary>"Dimensions: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.DIMENSIONS_0_X_1_ORIGINAL_2">
            <summary>"Dimensions: {0} x {1} (Original: {2})"</summary>
        </member>
        <member name="F:Sitecore.Texts.DIRECT_HIT">
            <summary>"Direct Hit"</summary>
        </member>
        <member name="F:Sitecore.Texts.DISABLE_PROFILING">
            <summary>"Disable Profiling"</summary>
        </member>
        <member name="F:Sitecore.Texts.DISABLE_RENDERING_INFO">
            <summary>"Disable Rendering Info"</summary>
        </member>
        <member name="F:Sitecore.Texts.DISABLE_TRACING_AND_RENDERING_INFO">
            <summary>"Disable Tracing (and Rendering Info)"</summary>
        </member>
        <member name="F:Sitecore.Texts.DISABLED">
            <summary>"Disabled"</summary>
        </member>
        <member name="F:Sitecore.Texts.DISPLAY_NAME">
            <summary>"Display Name: "</summary>
        </member>
        <member name="F:Sitecore.Texts.DisplayName">
            <summary>"Display Name "</summary>
        </member>
        <member name="F:Sitecore.Texts.DISPLAYS_MORE_OPTIONS">
            <summary>"Displays more options."</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WANT_TO_RESET_THE_SORT_ORDER_FOR_THE_SUBITEMS">
            <summary>"Do you want to reset the sort order for the subitems?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WANT_TO_SAVE_CHANGES_TO_THE_ITEM">
            <summary>"Do you want to save changes to the item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_ARCHIVE_THE_ITEM_0_NOW">
            <summary>"Do you wish to archive the item \"{0}\" now?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WANT_TO_ARCHIVE_THE_ITEM_0_LANGUAGE_1_VERSION_2_NOW">
            <summary>Do you want to archive the item , Language, Version now?</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_OVERWRITE_THE_FILE_0">
            <summary>"Do you wish to overwrite the file \"{0}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_RESTORE_0">
            <summary>"Do you wish to restore \"{0}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_RESTORE_THESE_0_ITEMS">
            <summary>"Do you wish to restore these {0} items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_RESTORE_0_USER">
            <summary>"Do you wish to restore \"{0}\" user? All current user settings will be overwritten."</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_RESTORE_0_ROLE">
            <summary>Do you want to restore \"{0}\" role?</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_SERIALIZE_ALL_USERS">
            <summary>"Do you wish to serialize these all users?"</summary>
        </member>
        <member name="F:Sitecore.Texts.DO_YOU_WISH_TO_SAVE_ANYWAY">
            <summary>"Do you wish to save anyway?"</summary>
        </member>
        <member name="F:Sitecore.Texts.SERIALIZATION_DATA_USER_0_MISSING">
            <summary>"Serialization data for \"{0}\" user is missing. The user will be deleted. Do you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.SERIALIZATION_DATA_ROLE_0_MISSING">
            <summary>Serialization data for \"{0}\" role is missing. The role will be deleted. Do you want to continue?</summary>
        </member>
        <member name="F:Sitecore.Texts.DOCUMENT">
            <summary>"document"</summary>
        </member>
        <member name="F:Sitecore.Texts.DOCUMENTS">
            <summary>"documents"</summary>
        </member>
        <member name="F:Sitecore.Texts.DOMAIN">
            <summary>"Domain"</summary>
        </member>
        <member name="F:Sitecore.Texts.DOMAIN_">
            <summary>"Domain:"</summary>
        </member>
        <member name="F:Sitecore.Texts.DOUBLE_CLICK_HERE_TO_EDIT_THE_TEXT">
            <summary>"Double click here to edit the text."</summary>
        </member>
        <member name="F:Sitecore.Texts.DOWN">
            <summary>"Down"</summary>
        </member>
        <member name="F:Sitecore.Texts.DragToMove">
            <summary>"Drag to move"</summary>
        </member>
        <member name="F:Sitecore.Texts.DRAW_BORDERS">
            <summary>"Draw Borders"</summary>
        </member>
        <member name="F:Sitecore.Texts.EDIT">
            <summary>"Edit"</summary>
        </member>
        <member name="F:Sitecore.Texts.EDIT_THIS_CONTENT">
            <summary>"Edit this content"</summary>
        </member>
        <member name="F:Sitecore.Texts.EDIT_THIS_RULE">
            <summary>"Edit this rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.EDIT_RULE">
            <summary>"Edit rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.EditIt">
            <summary>"Edit it"</summary>
        </member>
        <member name="F:Sitecore.Texts.EDIT_0_PLACEHOLER_SETTINGS">
            <summary>"Edit the \"{0}\" placeholder settings"</summary>
        </member>
        <member name="F:Sitecore.Texts.EMPTY">
            <summary>"(empty)"</summary>
        </member>
        <member name="F:Sitecore.Texts.EMPTY1">
            <summary>"(Empty)"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENABLE_PROFILING">
            <summary>"Enable Profiling"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENABLE_RENDERING_INFO_REQUIRES_TRACE">
            <summary>"Enable Rendering Info (requires Trace)"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENABLE_TRACING">
            <summary>"Enable Tracing"</summary>
        </member>
        <member name="F:Sitecore.Texts.END">
            <summary>"End"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_PASSWORD">
            <summary>"Enter password"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_FILENAME_WHERE_TO_SAVE_THE_PROFILE">
            <summary>"Enter the filename where to save the profile:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_FILENAME_WHERE_TO_SAVE_THE_TRACE">
            <summary>"Enter the filename where to save the trace:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_NAME_OF_THE_NEW_ITEM">
            <summary>"Please enter the name of the new item:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_NAME_OF_THE_NEW_PACKAGE">
            <summary>"Enter the name of the new package:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_SEARCH_CRITERIA">
            <summary>"Enter search criteria"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_SUBJECT_OF_THE_MAIL">
            <summary>"Enter the name of the new package:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_FROM_EMAIL_ADDRESS">
            <summary>"Enter the From email address"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_TO_EMAIL_ADDRESS">
            <summary>"Enter the To email address"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_USER_NAME">
            <summary>"Enter user name"</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterValue">
            <summary>"Enter value:"</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterValue1">
            <summary>"Enter value"</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterACommentTo01">
            <summary>"Enter a comment to {0} {1}:"</summary>
        </member>
        <member name="F:Sitecore.Texts.EnterYourCurrentAndNewPassword">
            <summary>
            "Enter your current and new password."
            Comes from ChangePassword.aspx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Except">
            <summary>"except"</summary>
        </member>
        <member name="F:Sitecore.Texts.ExpandCollapse">
            <summary>
            "Expand/Collapse"
            Comes from Pane.xml
            </summary>
        </member>
        <member name="F:Sitecore.Texts.EXPORT">
            <summary>"Export"</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_CREATE_ITEM">
            <summary>"Failed to create item"</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_CREATE_LANGUAGE">
            <summary>"Failed to create language."</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_CREATE_MASTER">
            <summary>"Failed to create master"</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_CREATE_STANDARD_VALUES_ITEM">
            <summary>"Failed to create Standard Values item."</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_CREATE_TEMPLATE">
            <summary>"Failed to create template."</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_DELETE_THE_USER">
            <summary>"Failed to delete the user."</summary>
        </member>
        <member name="F:Sitecore.Texts.FAILED_TO_SET_THE_PASSWORD_POSSIBLE_REASONS_ARE_1_THE_OLD_PASSWORD_IS_INCORRECT_2_THE_NEW_PASSWORD_DOES_NOT_MEET_THE_REQUIREMENTS">
            <summary>"Failed to set the password.\n\nPossible reasons are:\n\n1) The old password is incorrect.\n2) The new password does not meet the security requirements.\n\nTo learn about the password security requirements, please consult your administrator."</summary>
        </member>
        <member name="F:Sitecore.Texts.FallbackStandardValue">
            <summary>
            "fallback standard value (language: {0}, version: {1})"
            </summary>
        </member>
        <member name="F:Sitecore.Texts.FallbackValue">
            <summary>
            "fallback value (language: {0}, version: {1})"
            </summary>
        </member>
        <member name="F:Sitecore.Texts.FallbackVersion">
            <summary>
            "Fallback version"
            </summary>
        </member>
        <member name="F:Sitecore.Texts.ThisIsFallbackVersion">
            <summary>
            "No version exists in the current language. You see a fallback version from ({0})."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.NavigateToOriginalItem">
            <summary>
            "Navigate to the original item."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.FeedPreview">
            <summary>"Feed Preview"</summary>
        </member>
        <member name="F:Sitecore.Texts.FeedTypeIsInvalidFeedWillNotBeRendered">
            <summary>"Feed type is invalid, feed will not be rendered"</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD">
            <summary>"Field:"</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD_0_CANNOT_BE_ZERO_0">
            <summary>"Field \"{0}\" cannot be zero (0)."</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD_0_MUST_BE_AN_INTEGER">
            <summary>"Field \"{0}\" must be an integer."</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD_0_MUST_BE_AN_POSITIVE_INTEGER">
            <summary>"Field \"{0}\" must be an positive integer."</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD_0_MUST_HAVE_A_VALUE">
            <summary>"Field \"{0}\" must have a value."</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD_CONTROL_HAS_FAILED_TO_RENDER_0">
            <summary>"Field control has failed to render: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD_TYPE">
            <summary>"Field Type"</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD1">
            <summary>"Field"</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELD2">
            <summary>"field"</summary>
        </member>
        <member name="F:Sitecore.Texts.FIELDS_FROM_0">
            <summary>"Fields from \"{0}\":"</summary>
        </member>
        <member name="F:Sitecore.Texts.FieldTitle">
            <summary>"Field Title"</summary>
        </member>
        <member name="F:Sitecore.Texts.FILE">
            <summary>"File"</summary>
        </member>
        <member name="F:Sitecore.Texts.FILE_INPUT_NOT_FOUND">
            <summary>"File input not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.FILE_LOCATION_NOT_FOUND">
            <summary>"File location not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.FINAL_STATE">
            <summary>"(final state)"</summary>
        </member>
        <member name="F:Sitecore.Texts.FINISH">
            <summary>"Finish"</summary>
        </member>
        <member name="F:Sitecore.Texts.FixedEmailAddress">
            <summary>"Fixed Email Address"</summary>
        </member>
        <member name="F:Sitecore.Texts.FORGOT_YOUR_PASSWORD">
            <summary>"Forgot your password?"</summary>
        </member>
        <member name="F:Sitecore.Texts.FOLLOWING_FIELDS_CONTAIN_BROKEN_LINKS">
            <summary>"Following fields contain broken links:"</summary>
        </member>
        <member name="F:Sitecore.Texts.FOUND_0_1_THAT_MATCHED_QUERY_2_3_4">
            <summary>"Found {0} {1} that matched query '{2}' ({3}{4})"</summary>
        </member>
        <member name="F:Sitecore.Texts.FOUND_0_RESULT_S_IN_1_MS">
            <summary>"Found {0} results in {1}ms."</summary>
        </member>
        <member name="F:Sitecore.Texts.FROM_EMAIL_IS_INVALID">
            <summary>"From email address is invalid."</summary>
        </member>
        <member name="F:Sitecore.Texts.GB">
            <summary>"GB"</summary>
        </member>
        <member name="F:Sitecore.Texts.GLOBAL_ROLE_0_COULD_NOT_BE_CONFIGURED">
            <summary>"Global domain {0} could not be configured"</summary>
        </member>
        <member name="F:Sitecore.Texts.GLOBAL_ROLE_0_COULD_NOT_BE_DELETED">
            <summary>"Global role {0} could not be deleted"</summary>
        </member>
        <member name="F:Sitecore.Texts.GO">
            <summary>"Go"</summary>
        </member>
        <member name="F:Sitecore.Texts.GroupBy">
            <summary>
            "Group by:"
            Comes from ComponentArt grid.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.HEIGHT">
            <summary>"Height:"</summary>
        </member>
        <member name="F:Sitecore.Texts.HEIGHT_IS_TOO_LARGE">
            <summary>"Height is too large."</summary>
        </member>
        <member name="F:Sitecore.Texts.HIDE_BORDERS">
            <summary>"Hide Borders"</summary>
        </member>
        <member name="F:Sitecore.Texts.HIDE_DATABASE_NAME">
            <summary>"Hide Database Name"</summary>
        </member>
        <member name="F:Sitecore.Texts.HIDE_ITEM">
            <summary>"Hide Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.HIDE_MESSAGES">
            <summary>"Hide messages"</summary>
        </member>
        <member name="F:Sitecore.Texts.HISTORY">
            <summary>"History"</summary>
        </member>
        <member name="F:Sitecore.Texts.HOME">
            <summary>"Home"</summary>
        </member>
        <member name="F:Sitecore.Texts.IF_YOU_PUBLISH_NOW_THE_SELECTED_VERSION_WILL_NOT_BE_VISIBLE_ON_THE_WEB_SITE">
            <summary>"If you publish now, the selected version will not be visible on the web site."</summary>
        </member>
        <member name="F:Sitecore.Texts.IF_YOU_PUBLISH_NOW_THE_SELECTED_VERSION_WILL_NOT_BE_VISIBLE_ON_THE_WEB_SITE_AS_IT_IS_IN_A_NON_FINAL_WORKFLOW_STEP">
            <summary>"If you publish now, the selected version will not be visible on the web site as it is in a non-final workflow step."</summary>
        </member>
        <member name="F:Sitecore.Texts.IF_YOU_PUBLISH_NOW_THE_SELECTED_VERSION_WILL_NOT_BE_VISIBLE_ON_THE_WEB_SITE_AS_IT_IS_SUPERCEDED_BY_A_NEWER_VERSION">
            <summary>"If you publish now, the selected version will not be visible on the web site as it is superceded by a newer version."</summary>
        </member>
        <member name="F:Sitecore.Texts.IF_YOU_PUBLISH_NOW_THE_SELECTED_VERSION_WILL_NOT_BE_VISIBLE_ON_THE_WEB_SITE_AS_IT_IS_SUPERCEDED_BY_AN_OLDER_VERSION">
            <summary>If you publish now, the selected version will not be visible on the Web site because it has been replaced by an older version.</summary>
        </member>
        <member name="F:Sitecore.Texts.IF_YOU_PUBLISH_NOW_THE_SELECTED_VERSION_WILL_NOT_BE_VISIBLE_ON_THE_WEB_SITE_AS_TODAY_DOES_NOT_FALL_WITHIN_ITS_VALID_DATE_RANGE">
            <summary>"If you publish now, the selected version will not be visible on the web site as today does not fall within its valid date range."</summary>
        </member>
        <member name="F:Sitecore.Texts.IF_YOU_PUBLISH_NOW_BOTH_VERSIONS_WILL_BE_AVAILABLE_ON_THE_WEBSITE">
            <summary>
            The attribute f_ yo u_ publis h_ no w_ bot h_ version s_ wil l_ attribute e_ availabl e_ automatic n_ authentication e_ website
            </summary>
        </member>
        <member name="F:Sitecore.Texts.IMPORT">
            <summary>"Import"</summary>
        </member>
        <member name="F:Sitecore.Texts.IN">
            <summary>"in"</summary>
        </member>
        <member name="F:Sitecore.Texts.INHERITANCE">
            <summary>"Inheritance"</summary>
        </member>
        <member name="F:Sitecore.Texts.INHERITANCE1">
            <summary>"[Inheritance]"</summary>
        </member>
        <member name="F:Sitecore.Texts.INPUT_IS_NOT_A_VALID_NAME">
            <summary>"'$Input' is not a valid name."</summary>
        </member>
        <member name="F:Sitecore.Texts.INSERT">
            <summary>"Insert"</summary>
        </member>
        <member name="F:Sitecore.Texts.INSTALL">
            <summary>"Install"</summary>
        </member>
        <member name="F:Sitecore.Texts.INSTALLATION_COULD_NOT_BE_COMPLETED">
            <summary>"Installation could not be completed."</summary>
        </member>
        <member name="F:Sitecore.Texts.INSTALLATION_JOB_WAS_INTERRUPTED_UNEXPECTEDLY">
            <summary>"Installation job was interrupted unexpectedly."</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_CONTROL_TYPE_0">
            <summary>"Invalid control type: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_ENTRY_IN_FILE_AT_0">
            <summary>"Invalid entry in file at {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_ITEM">
            <summary>"[Invalid item]"</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_LANGUAGE_PAIR">
            <summary>"Invalid language pair."</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_LOOKUP_SOURCE_0_1">
            <summary>"Invalid lookup source \"{0}\": {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_MIME_TYPE">
            <summary>"Invalid Mime-type."</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_PASSWORD">
            <summary>"Invalid password."</summary>
        </member>
        <member name="F:Sitecore.Texts.INVALID_PERMISSION_TYPE_IN_ACCESS_RULE_0">
            <summary>"Invalid permission type in access rule: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.IT_IS_NOT_ALLOWED_TO_SELECT_THE_SAME_ITEM_TWICE">
            <summary>"It is not allowed to select the same item twice."</summary>
        </member>
        <member name="F:Sitecore.Texts.IT_IS_NOT_POSSIBLE_TO_TRANSFER_AN_ITEM_TO_A_DESTINATION_WHERE_THE_ITEM_ITSELF_IS_A_PARENT">
            <summary>"It is not possible to transfer an item to a destination where the item itself is a parent."</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM">
            <summary>"Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_0_NOT_FOUND">
            <summary>"Item \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_0_NOT_FOUND_IN_1">
            <summary>"Item \"{0}\" not found in \"{1}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_ID">
            <summary>"Item ID:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_IS_IN_0_STATE_IN_THE_1_WORKFLOW">
            <summary>"Item is in {0} state in the {1} workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_IS_NEVER_PUBLISHED">
            <summary>"Item is never published."</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_KEY">
            <summary>"Item Key:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_NAME">
            <summary>Item name:</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_NOT_FOUND">
            <summary>"Item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_NOT_FOUND_0">
            <summary>"Item not found: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_NOT_FOUND1">
            <summary>"[Item not found]"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_OWNER">
            <summary>"Item owner:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_PATH">
            <summary>"Item path:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM_SITECORE_SYSTEM_SETTINGS_SECURITY_PROFILES_NOT_FOUND">
            <summary>"Item \"/sitecore/system/Settings/Security/Profiles\" not found".</summary>
            <remarks>Refers to <see cref="F:Sitecore.Constants.SitecoreUserProfilePath"/>.</remarks>
        </member>
        <member name="F:Sitecore.Texts.ITEM_URI_IS_INVALID">
            <summary>"Item Uri is invalid"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEM1">
            <summary>"item"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEMS">
            <summary>"items"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEMS_IN_THE_FOLDER">
            <summary>"Items in the Folder"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEMS_PER_PAGE">
            <summary>"Items per Page:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ITEMS_PROCESSED_0">
            <summary>"Items processed: {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.KB">
            <summary>"KB"</summary>
        </member>
        <member name="F:Sitecore.Texts.LANGUAGE">
            <summary>"Language"</summary>
        </member>
        <member name="F:Sitecore.Texts.LANGUAGE_IS_ALREADY_DEFINED_IN_THIS_DATABASE">
            <summary>"Language is already defined in this database."</summary>
        </member>
        <member name="F:Sitecore.Texts.LANGUAGE1">
            <summary>"Language:"</summary>
        </member>
        <member name="F:Sitecore.Texts.LAST_ACCESS_0">
            <summary>"Last access: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.LATEST">
            <summary>"Latest"</summary>
        </member>
        <member name="F:Sitecore.Texts.LAYOUT">
            <summary>"Layout:"</summary>
        </member>
        <member name="F:Sitecore.Texts.LAYOUT_NOT_FOUND">
            <summary>"Layout not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.LEFT">
            <summary>"Left"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOADING">
            <summary>"Loading..."</summary>
        </member>
        <member name="F:Sitecore.Texts.LOADING_ITEM_FROM_PATH_0">
            <summary>"Loading item from path {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOADING_ROLE_FROM_PATH_0">
            <summary>"Loading role from path {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCALLY_MANAGED">
            <summary>"Locally managed"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCATE_AND_SELECT_THE_DESIRED_DATE_AND_TIME">
            <summary>"Locate and select the desired date and time"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCATION_NOT_FOUND">
            <summary>"Location not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCATION_NOT_FOUND1">
            <summary>"Location not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCK">
            <summary>"Lock"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCK_AND_EDIT">
            <summary>"Lock and Edit"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCKED_BY">
            <summary>"Locked by"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCKED_BY_0">
            <summary>"Locked by '{0}'."</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCKED_ITEMS">
            <summary>"Locked Items"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOCKED_OUT">
            <summary>"Locked Out"</summary>
        </member>
        <member name="F:Sitecore.Texts.LockedBy0">
            <summary>" (locked by {0})"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOG_FILES">
            <summary>"Log files"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOG_FILES1">
            <summary>"Log Files"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOG_IN">
            <summary>"Log in"</summary>
        </member>
        <member name="F:Sitecore.Texts.LOG_USER_IN_BASED_ON_INFORMATION_FROM_FORM">
            <summary>"Log a user in to a selected domain. The user is logged in, even if no password is provided."</summary>
        </member>
        <member name="F:Sitecore.Texts.MAKE_ITEM_VISIBLE">
            <summary>"Make Item Visible"</summary>
        </member>
        <member name="F:Sitecore.Texts.MAXIMIZE_RESTORE">
            <summary>"Maximize/Restore"</summary>
        </member>
        <member name="F:Sitecore.Texts.MB">
            <summary>"MB"</summary>
        </member>
        <member name="F:Sitecore.Texts.MEDIA">
            <summary>"Media"</summary>
        </member>
        <member name="F:Sitecore.Texts.MINIMIZE">
            <summary>"Minimize"</summary>
        </member>
        <member name="F:Sitecore.Texts.MISSING_KEY_IN_0">
            <summary>"Missing key in \"{0}\""</summary>
        </member>
        <member name="F:Sitecore.Texts.MISSING_VERSIONS_IN">
            <summary>"Missing versions in:"</summary>
        </member>
        <member name="F:Sitecore.Texts.MODIFIED_0_BY_1">
            /// <summary>"Modified {0} by {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.MODIFIED_B_0_B_BY_B_1_B_BR_CREATED_B_2_B_BY_B_3_">
            <summary>"Modified <b>{0}</b> by <b>{1}</b>.<br/>Created <b>{2}</b> by <b>{3}</b>."</summary>
        </member>
        <member name="F:Sitecore.Texts.MORE">
            <summary>"More"</summary>
        </member>
        <member name="F:Sitecore.Texts.MoreEllipsis">
            <summary>
            "more..."
            Comes from ComponentArt grid.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.MORE_WARNINGS">
            <summary>"more warnings"</summary>
        </member>
        <member name="F:Sitecore.Texts.MoveThisRuleDown">
            <summary>"Move this rule down"</summary>
        </member>
        <member name="F:Sitecore.Texts.MoveThisRuleUp">
            <summary>"Move this rule up"</summary>
        </member>
        <member name="F:Sitecore.Texts.MS">
            <summary>"ms"</summary>
        </member>
        <member name="F:Sitecore.Texts.MY_BUTTONS">
            <summary>"My Buttons"</summary>
        </member>
        <member name="F:Sitecore.Texts.NAME">
            <summary>"Name"</summary>
        </member>
        <member name="F:Sitecore.Texts.NAVIGATES_TO_SECTIONS_AND_FIELDS">
            <summary>"Navigates to Sections and Fields"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEITHER_0_MASTER_OR_1_TEMPLATE_WAS_FOUND">
            <summary>"Neither {0} master or {1} template was found."</summary>
        </member>
        <member name="F:Sitecore.Texts.NEVER">
            <summary>"Never"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW">
            <summary>"New"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_DOMAIN">
            <summary>"New Domain"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_FOLDER">
            <summary>"New folder"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_FROM_MASTER">
            <summary>"New from master"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_FROM_TEMPLATE">
            <summary>"New from template"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_MASTER">
            <summary>"New Master"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_ROLE">
            <summary>"New Role"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_SHORTCUT">
            <summary>"New shortcut"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEW_TEMPLATE">
            <summary>"New Template"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEXT">
            <summary>"Next"</summary>
        </member>
        <member name="F:Sitecore.Texts.NEXT_DAY">
            <summary>"Next Day"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_ARCHIVE_DATE_BR_HAS_BEEN_SET">
            <summary>"No archive date<br/>has been set."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_ARCHIVE_DATE_HAS_BEEN_SET">
            <summary>"No archive date has been set."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_BROKEN_LINKS_WERE_FOUND">
            <summary>"No broken links were found."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_CHANGES_HAS_BEEN_MADE">
            <summary>"No changes has been made."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_CUSTOM_FIELDS_WERE_FOUND">
            <summary>"No custom fields were found"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_ERRORS_OR_WARNINGS">
            <summary>"No errors or warnings."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_ITEM_IN_PARAMETERS">
            <summary>"No item in parameters"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_ITEMS">
            <summary>"No items."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_LANGUAGES_WAS_FOUND_FOR_PUBLISHING">
            <summary>"No languages was found for publishing."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_LAYOUT_SPECIFIED">
            <summary>"[No layout specified]"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_MASTERS_HAVE_BEEN_DEFINED">
            <summary>"No masters have been defined."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_OTHER_VERSION_WILL_BE_PUBLISHED">
            <summary>"No other version will be published."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_PLACEHOLDERS_SPECIFIED">
            <summary>"[No placeholders specified]"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_PROFILEKEY_SPECIFIED">
            <summary>"No profile key is specified"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_PUBLISHABLE_SOURCE_VERSION_EXISTS_AND_THERE_IS_NO_TARGET_ITEM">
            <summary>"No publishable source version exists (and there is no target item)."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_REMINDER_HAS_BEEN_SET">
            <summary>"No reminder has been set."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_REMINDER_HAS_BR_BEEN_SET">
            <summary>"No reminder has<br/>been set."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_RENDERINGS_SPECIFIED">
            <summary>"[No renderings specified]"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_RESTRICTIONS">
            <summary>"No restrictions."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_RULES_HAVE_BEEN_DEFINED">
            <summary>"No rules have been defined"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_TARGET_DATABASES_WAS_FOUND_FOR_PUBLISHING">
            <summary>"No target databases was found for publishing."</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_WORKFLOW_ASSIGNED">
            <summary>"No workflow assigned"</summary>
        </member>
        <member name="F:Sitecore.Texts.NO_WORKFLOW_STATE_ASSIGNED">
            <summary>"No workflow state assigned"</summary>
        </member>
        <member name="F:Sitecore.Texts.NoFilter">
            <summary>"No filter."</summary>
        </member>
        <member name="F:Sitecore.Texts.NONE">
            <summary>"None"</summary>
        </member>
        <member name="F:Sitecore.Texts.NONE_AVAILABLE">
            <summary>"None available."</summary>
        </member>
        <member name="F:Sitecore.Texts.NONE_USING_ITEM_KEY">
            <summary>"[none - using item key]"</summary>
        </member>
        <member name="F:Sitecore.Texts.NONE1">
            <summary>"[none]"</summary>
        </member>
        <member name="F:Sitecore.Texts.NoRules">
            <summary>"No rules."</summary>
        </member>
        <member name="F:Sitecore.Texts.NOT_IN_THE_SELECTION_LIST">
            <summary>"[Not in the selection List]"</summary>
        </member>
        <member name="F:Sitecore.Texts.NOT_SET">
            <summary>"[Not set]"</summary>
        </member>
        <member name="F:Sitecore.Texts.IS_CURRENTLY_BEING_TESTED">
            <summary>
            The attribute s_ currentl y_ bein g_ tested
            </summary>
        </member>
        <member name="F:Sitecore.Texts.NOTHING_IS_SELECTED">
            <summary>"Nothing is selected."</summary>
        </member>
        <member name="F:Sitecore.Texts.OBJECT_0_CANNOT_BE_NULL">
            <summary>Object '{0}' cannot be null</summary>
        </member>
        <member name="F:Sitecore.Texts.OF">
            <summary>"of"</summary>
        </member>
        <member name="F:Sitecore.Texts.OK">
            <summary>"OK"</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_FILES_ARE_TOO_LARGE_TO_BE_UPLOADED_IN_THE_DATABASE">
            <summary>"One or more files are too large to be uploaded to the database."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_FILES_COULD_NOT_BE_UPLOADED_FOR_MORE_INFORMATION_READ_THE_TOOLTIP_OR_REVIEW_THE_LOG_FILE">
            <summary>"One or more files could not be uploaded.\n\nFor more information, read the tooltip for the error or see the Log file."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_FILES_COULD_NOT_BE_UPLOADED_PLEASE_REVIEW_THE_LOG_FILE_FOR_MORE_DETAILS">
            <summary>"One or more files could not be uploaded.\n\nPlease review the Log file for more details."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_ITEMS_ALSO_OCCUR_IN_OTHER_LOCATIONS_IF_YOU_ARCHIVE_THESE_ITEMS_THEY_WILL_ALSO_BE_DELETED_IN_THE_OTHER_LOCATIONS">
            <summary>"\n\nOne or more items also occur in other locations.\nIf you archive these items,\nthey will also be deleted in the other locations."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_ITEMS_ALSO_OCCUR_IN_OTHER_LOCATIONS_IF_YOU_DELETE_THESE_ITEMS_THEY_WILL_ALSO_BE_DELETED_IN_THE_OTHER_LOCATIONS">
            <summary>"\n\nOne or more items also occur in other locations.\nIf you delete these items,\nthey will also be deleted in the other locations."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_ITEMS_ALSO_OCCUR_IN_OTHER_LOCATIONS_IF_YOU_MOVE_THESE_ITEMS_THEY_MAYBE_DELETED_FROM_THE_OTHER_LOCATIONS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_THESE_ITEMS">
            <summary>"One or more items also occur in other locations.\nIf you move these items,\nthey maybe deleted from the other locations.\n\nAre you sure you want to move these items?"</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_ITEMS_ARE_FROM_ANOTHER_DATABASE_AND_YOU_CANNOT_MOVETHESE_ITEMS_OUTSIDE_THEIR_DATABASE">
            <summary>"One or more items are from another database, and you cannot move\nthese items outside their database."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_ITEMS_COULD_NOT_BE_PROCESSED_AS_THEIR_WORKFLOW_STATE_DOES_NOT_SPECIFY_A_NEXT_STEP">
            <summary>"One or more items could not be processed as their workflow state does not specify a next step."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONE_OR_MORE_OF_THE_SELECTED_FILES_ARE_FOLDERS_FOLDERS_CANNOT_BE_ADDED_TO_A_ZIP_FILE">
            <summary>"One or more of the selected files are folders.\n\nFolders cannot be added to a zip file."</summary>
        </member>
        <member name="F:Sitecore.Texts.ONLY_ONE_SITE_IS_AVAILABLE">
            <summary>"Only one site is available."</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN">
            <summary>"Open"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_AN_ITEM">
            <summary>"Open an Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_CUSTOM_EDITOR">
            <summary>"Open Custom Editor"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_DESKTOP_BACKGROUND">
            <summary>"Open desktop background"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_FILE">
            <summary>"Open File"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_ICON">
            <summary>"Open Icon"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_ITEM">
            <summary>"Open Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_LANGUAGE_FILE">
            <summary>"Open Language File"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_LOG_FILE">
            <summary>"Open Log file"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_PACKAGE">
            <summary>"Open Package"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPEN_SOLUTION_ITEM">
            <summary>"Open Solution Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.OpenWorkbox">
            <summary>"Open Workbox"</summary>
        </member>
        <member name="F:Sitecore.Texts.OPERATION_COMPLETED">
            <summary>"Operation completed."</summary>
        </member>
        <member name="F:Sitecore.Texts.OperationName">
            <summary>Operation name</summary>
        </member>
        <member name="F:Sitecore.Texts.OPTIONS">
            <summary>"Options"</summary>
        </member>
        <member name="F:Sitecore.Texts.OTHER">
            <summary>"Other"</summary>
        </member>
        <member name="F:Sitecore.Texts.PACKAGE_NOT_FOUND">
            <summary>"Package not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.PAGE_AREA">
            <summary>"Page Area"</summary>
        </member>
        <member name="F:Sitecore.Texts.PAGE_DOWN">
            <summary>"Page Down"</summary>
        </member>
        <member name="F:Sitecore.Texts.PAGE_UP">
            <summary>"Page Up"</summary>
        </member>
        <member name="F:Sitecore.Texts.PARENT_ITEM_NOT_FOUND">
            <summary>"Parent item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.PARENT_NOT_FOUND">
            <summary>"Parent not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.PATH">
            <summary>"Path"</summary>
        </member>
        <member name="F:Sitecore.Texts.PATH_SITECORE_SYSTEM_FIELD_TYPES_NOT_FOUND">
            <summary>"Path \"/sitecore/system/Field Types\" not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.PERMISSIONS">
            <summary>"Permissions"</summary>
        </member>
        <member name="F:Sitecore.Texts.PICK_A_CATEGORY">
            <summary>"Pick a category"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLACEHOLDER">
            <summary>"Placeholder:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLACEHOLDER_ITEM_NOT_FOUND">
            <summary>"Placeholder item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLACEHOLDER1">
            <summary>"Placeholder"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLACEHOLDERS">
            <summary>"Placeholders"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_BE_AWARE_THAT_ENABLING_EITHER_OF_THESE_FLAGS_WILL_INITIATE_A_POTENTIALLY_RESOURCE_INTENSIVE">
            <summary>"Please be aware that enabling either of these flags will initiate a potentially resource intensive\n"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_CHOOSE_ITEM_TO_SELECT_FROM_TREE">
            <summary>"Please choose item to select from tree."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_COMMENT">
            <summary>"Please enter a comment"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_NAME_FOR_THE_NEW_DOMAIN">
            <summary>"Please enter a name for the new domain."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_NAME_FOR_THE_NEW_ROLE">
            <summary>"Please enter a name for the new role."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_SEARCH_QUERY_ABOVE">
            <summary>"Please enter a search query above."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_VALID_HEIGHT">
            <summary>"Please enter a valid height."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_VALID_WIDTH">
            <summary>"Please enter a valid width."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_VALUE_IN_THE_ADD_INPUT_BOX">
            <summary>"Please enter a value in the Add input box."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_A_VALUE_TO_SEARCH_FOR">
            <summary>"Please enter a value to search for."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_THE_NAME_OF_THE_FILE">
            <summary>"Please enter the name of the file:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_THE_NAME_OF_THE_NEW_FIELD">
            <summary>"Please enter the name of the new field:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_CORRECT_THE_ISSUES_AND_TRY_AGAIN">
            <summary>Please correct the issues and try again</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_NAME_OF_THE_NEW_FILE">
            <summary>"Please enter the name of the new file:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_THE_NAME_OF_THE_NEW_FOLDER">
            <summary>"Enter the name of the new folder:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_THE_NAME_OF_THE_NEW_MASTER">
            <summary>"Please enter the name of the new master:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_THE_NAME_OF_THE_NEW_SECTION">
            <summary>"Please enter the name of the new section:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_A_NEW_NAME_FOR_THE_ITEM">
            <summary>"Please enter the new name of the item:"</summary>
        </member>
        <member name="F:Sitecore.Texts.ENTER_A_NEW_NAME_FOR_THE_PAGE">
            <summary>"Enter a new name for the page:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_THE_NEW_OF_THE_NEW_DOMAIN">
            <summary>"Please enter the new of the new domain:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_ENTER_THE_NEW_OF_THE_NEW_ROLE">
            <summary>"Please enter the new of the new role:"</summary>
        </member>
        <member name="F:Sitecore.Texts.Please_Enter_Your_Login_Credentials">
            <summary>
            "The please enter your login credentials."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_NOTICE_THAT_0_HAS_LOCKED_THIS_ITEM">
            <summary>"Please notice that '{0}' has locked this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_RENDERING_ITEM">
            <summary>"Please select a rendering item"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_SINGLE_DOMAIN">
            <summary>"Please select a single domain."</summary>
        </member>
        <member name="F:Sitecore.Texts.PREVIEW">
            <summary>
            "Preview"
            </summary>
        </member>
        <member name="F:Sitecore.Texts.PreviewIsEnabledForContentItemsOnly">
            <summary>"Preview is enabled for content items only"</summary>
        </member>
        <member name="F:Sitecore.Texts.PreviewFeed">
            <summary>"Preview feed"</summary>
        </member>
        <member name="F:Sitecore.Texts.PreviewTheWebpage">
            <summary>"Preview the webpage"</summary>
        </member>
        <member name="F:Sitecore.Texts.PreviousVersion">
            <summary>"Previous Version"</summary>
        </member>
        <member name="F:Sitecore.Texts.REBUILD">
            <summary>"Rebuild >"</summary>
        </member>
        <member name="F:Sitecore.Texts.RESET">
            <summary>"Reset"</summary>
        </member>
        <member name="F:Sitecore.Texts.ROLE_0_WILL_NOT_BE_INSTALLED_SINCE_IT_ALREADY_EXISTS">
            <summary>"Role '{0}' will not be installed since it already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.Roles">
            <summary>
            "Roles:"
            Comes from CreateNewUser.aspx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.RUNNING_THE_PUBLISHITEM_PIPELINE_YIELDED_NO_RESULT_VALUE">
            <summary>"Running the 'publishItem' pipeline yielded no result value."</summary>
        </member>
        <member name="F:Sitecore.Texts.SCAN">
            <summary>"Scan"</summary>
        </member>
        <member name="F:Sitecore.Texts.SEARCH_AGAIN_IN_THE_ENTIRE_CONTENT_TREE">
            <summary>"Search again in the entire content tree."</summary>
        </member>
        <member name="F:Sitecore.Texts.SEARCH_RESULTS_0">
            <summary>"Search Results ({0})"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_A_DOMAIN">
            <summary>"Select a domain."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_A_FILE">
            <summary>Click Browse to select the file that you want to upload.</summary>
        </member>
        <member name="F:Sitecore.Texts.SHARED_FIELDS_WERE_PUBLISHED">
            <summary>"Shared fields were published."</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemsInThe0StateOfThe1Workflow">
            <summary>"Items in the {0} state of the {1} workflow"</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemsInThe0Workflow">
            <summary>"Items in the {0} workflow"</summary>
        </member>
        <member name="F:Sitecore.Texts.TARGET_ITEM_COULD_NOT_BE_DELETED_ITEM_ID_0_DATABASE_1">
            <summary>"Target item could not be deleted. Item id: {0}, database: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.TARGET_ITEM_COULD_NOT_BE_FOUND_ITEM_ID_0_DATABASE_1">
            <summary>"Target item could not be found. Item id: {0}, database: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.TARGET_ITEM_SHOULD_BE_DELETED_BUT_WAS_NOT_FOUND_ITEM_ID_0_DATABASE_1">
            <summary>"Target item should be deleted, but was not found. Item id: {0}, database: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.TARGET_ITEM_WAS_DELETED">
            <summary>"Target item was deleted."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DOMAINS_ARE_ALREADY_ASSIGNED_TO_THE_USER">
            <summary>"The domains are already assigned to the user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ROLE_NAME_0_CONTAINS_ILLEGAL_CHARACTERS_THE_ROLE_NAME_CAN_ONLY_CONTAIN_THE_FOLLOWING_CHARACTERS_A_Z_A_Z_0_9_AND_SPACE">
            <summary>"The role name \"{0}\" contains illegal characters.\n\nThe role name can only contain the following characters: A-Z, a-z, 1-9 and space."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ROLE_NAME_0_CONTAINS_ILLEGAL_CHARACTERS_THE_ROLE_NAME_CAN_ONLY_CONTAIN_THE_FOLLOWING_CHARACTERS_A_Z_A_Z_0_9_AMPERSAND_AND_SPACE">
            <summary>"The role name \"{0}\" contains illegal characters.\n\nThe role name can only contain the following characters: A-Z, a-z, 1-9, ampersand and space."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ROLE_NAME_0_CONTAINS_INVALID_CHARACTERS_THE_ROLE_NAME_CANNOT_CONTAIN_A_COMMA">
            <summary>"The role name \"{0}\" contains invalid characters.\n\nThe role name cannot contain a comma."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SELECTED_ITEM_DOES_NOT_CONTAIN_AN_IMAGE">
            <summary>"The selected item does not contain an image."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SOURCE_AND_TARGET_ITEMS_HAVE_THE_SAME_REVISION">
            <summary>"The source and target items have the same revision."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_USER_0_DOES_NOT_EXIST">
            <summary>"The user \"{0}\" does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.The0HasAlreadyBeenUnlockedByAnotherUser">
            <summary>"The {0} has already been unlocked by another user"</summary>
        </member>
        <member name="F:Sitecore.Texts.The0HasBeenUnlocked">
            <summary>"The {0} has been unlocked"</summary>
        </member>
        <member name="F:Sitecore.Texts.The0WasMovedToThe1WorkflowState">
            <summary>"The {0} was moved to the {1} workflow state"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheFeedIsEmpty">
            <summary>"The feed is empty"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemCanBeModifiedByOtherEditorsAndWillNotAppearA">
            <summary>"The item can be modified by other editors and will not appear as locked by you."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemCanNowBeModifiedByOtherEditorsAndWillNo">
            <summary>"The item can now be modified by other editors and will not appear as locked by you."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemHasNotReachedTheFinalStateOfTheWorkflowAndI">
            <summary>"The item has not reached the final state of the workflow and is not yet visible on the website."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemIsCurrentlyInThe0StateOfThe1Workflow">
            <summary>"The item is currently in the {0} state of the {1} workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemIsCurrentlyInThe0StateOfThe1WorkflowAndI">
            <summary>"The item is currently in the {0} state of the {1} workflow and is visible on the website."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemIsNowVisibleOnTheWebsite">
            <summary>"The item is now visible on the website."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_NO_ENTRIES_THAT_MATCH_SEARCH_CRITERIA_OR_THE_SOURCE_IS_EMPTY">
            <summary>"There are no entries that match search criteria or the source is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheWorkflowCommandCouldNotBeExecuted">
            <summary>"The workflow command could not be executed"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_HAS_SUB_ITEMS_WHICH_WILL_ALSO_BE_DELETED_IF_YOU_DELETE_THIS_ITEM">
            <summary>"\n\nThis item has sub-items which will also be deleted if you delete this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.TRANSFER">
            <summary>"Transfer >"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNABLE_TO_CREATE_THE_ADMINISTRATOR_USER_0_BECAUSE_YOU_ARE_NOT_AN_ADMINISTRATOR">
            <summary>"Unable to create the administrator user '{0}' because you are not an administrator."</summary>
        </member>
        <member name="F:Sitecore.Texts.UNABLE_TO_CREATE_THE_USER_0_BECAUSE_DOMAIN_1_DOESN_T_EXIST">
            <summary>"Unable to create the user '{0}' because domain '{1}' doesn't exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_PUBLISHACTION_0">
            <summary>"Unknown PublishAction: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_RENDERING1">
            <summary>"Unknown Rendering"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNLOCKING_0">
            <summary>"Unlocking {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNLOCKING_ITEMS">
            <summary>"Unlocking Items"</summary>
        </member>
        <member name="F:Sitecore.Texts.UnlockIt">
            <summary>"Unlock it"</summary>
        </member>
        <member name="F:Sitecore.Texts.UpdatesTo0SitecoreItem">
            <summary>"Updates to {0} Sitecore item"</summary>
        </member>
        <member name="F:Sitecore.Texts.UpdatesTo0AndItsSubitems">
            <summary>"Updates to {0} and its subitems"</summary>
        </member>
        <member name="F:Sitecore.Texts.UpdateToNewVersion">
            <summary>"Update to new version."</summary>
        </member>
        <member name="F:Sitecore.Texts.UPLOAD1">
            <summary>"Upload >"</summary>
        </member>
        <member name="F:Sitecore.Texts.USE_CLASSIC_SEARCH">
            <summary>"Use Classic Search"</summary>
        </member>
        <member name="F:Sitecore.Texts.IntheItemsfieldselecttheitemstoinclude">
            <summary>"In the 'Items' field, select the items to include in the feed."</summary>
        </member>
        <member name="F:Sitecore.Texts.User">
            <summary>"User"</summary>
        </member>
        <member name="F:Sitecore.Texts.Users">
            <summary>Users</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_0_WILL_NOT_BE_INSTALLED_SINCE_THE_USER_ALREADY_EXISTS">
            <summary>"User '{0}' will not be installed since the user already exists."</summary>
        </member>
        <member name="F:Sitecore.Texts.ValidationInformation">
            <summary>"Validation information"</summary>
        </member>
        <member name="F:Sitecore.Texts.VALIDATION_FAILED">
            <summary>Validation failed</summary>
        </member>
        <member name="F:Sitecore.Texts.Value">
            <summary>"Value"</summary>
        </member>
        <member name="F:Sitecore.Texts.Variation">
            <summary>"Variation"</summary>
        </member>
        <member name="F:Sitecore.Texts.Variation0">
            <summary>"Variation {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSION_0_WAS_PUBLISHED">
            <summary>"Version '{0}' was published."</summary>
        </member>
        <member name="F:Sitecore.Texts.Version0CreatedIn1Language">
            <summary>"Version {0} created in {1} language"</summary>
        </member>
        <member name="F:Sitecore.Texts.Version0WasCreatedIn1LanguageBy2">
            <summary>"Version {0} was created in {1} language by {2}"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEW_ALL_MESSAGES">
            <summary>"View all messages"</summary>
        </member>
        <member name="F:Sitecore.Texts.ViewDetails">
            <summary>"View details"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEW_ERRORS">
            <summary>"View errors"</summary>
        </member>
        <member name="F:Sitecore.Texts.WarningThisComputerProgramIsProtectedByCopyrightLaw">
            <summary>License warning</summary>
        </member>
        <member name="F:Sitecore.Texts.Website">
            <summary>"Website"</summary>
        </member>
        <member name="F:Sitecore.Texts.WelcometoSitecore">
            <summary>"Welcome to Sitecore"</summary>
        </member>
        <member name="F:Sitecore.Texts.WelcomeToTheCreateLayoutWizard">
            <summary>"Welcome to the Create Layout wizard."
            Used in /sitecore/content/Applications/Layouts/IDE/New File/Layouts/Layout item in Core database, CustomData field.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.WeCannotProcessYouRequest">
            <summary>We cannot process your request. Please try again. </summary>
        </member>
        <member name="F:Sitecore.Texts.WelcomeToTheCreateSublayoutWizard">
            <summary>"Welcome to the Create Sublayout wizard."
            Used in /sitecore/content/Applications/Layouts/IDE/New File/Renderings/Sublayout item in Core database, CustomData field.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.WelcomeToTheCreateXmlLayoutWizard">
            <summary>"Welcome to the Create XML Layout wizard."
            Used in /sitecore/content/Applications/Layouts/IDE/New File/Layouts/XML Layout item in Core database, CustomData field.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.WelcomeToTheCreateXsltFileWizard">
            <summary>"Welcome to the Create XSLT File wizard."
            Used in /sitecore/content/Applications/Layouts/IDE/New File/Renderings/XSLT File item in Core database, CustomData field.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.Whatdoyouwanttodo">
            <summary>"What do you want to do..."</summary>
        </member>
        <member name="F:Sitecore.Texts.WhatDoYouWantToDoWith0">
            <summary>"What do you want to do with {0}:"</summary>
        </member>
        <member name="F:Sitecore.Texts.WorkflowHistory">
            <summary>"Workflow history"</summary>
        </member>
        <member name="F:Sitecore.Texts.WOULD_YOU_LIKE_TO_CONTINUE_ANYWAY">
            <summary>Would you like to continue anyway?</summary>
        </member>
        <member name="F:Sitecore.Texts.WorkflowStateOfThe0MightHaveBeenChangedByAnotherUser">
            <summary>"Workflow state of the {0} might have been changed by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_ENOUGH_PERMISSIONS_TO_INSTALL_SECURITY_ACCOUNTS">
            <summary>"You do not have enough permissions to install security accounts"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_ENTER_THE_REQUIRED_VALUES_IN_THE_0_RULE_IN_THE_1_ACTION">
            <summary>"You must enter the required values in the \"{0}\" rule in the \"{1}\" action."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_ENTER_THE_REQUIRED_VALUES_IN_THE_0_RULE_IN_THE_1_CONDITION">
            <summary>"You must enter the required values in the \"{0}\" rule in the \"{1}\" condition."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_OPEN_A_LOG_FILE_FIRST">
            <summary>"Please open a Log file first."</summary>
        </member>
        <member name="F:Sitecore.Texts.SHARED1">
            <summary>"Shared"</summary>
        </member>
        <member name="F:Sitecore.Texts.SOURCE">
            <summary>"Source"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE_OR_BRANCH">
            <summary>"Template or branch"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CANNOT_BE_DESIGNED_AS_IT_HAS_NO_LAYOUT_FOR_THE_CURRENT_DEVICE_DO_YOU_WANT_TO_OPEN_THE_START_WEBPAGE_INSTEAD">
            <summary>"The item cannot be designed as it has no layout for the current device.\n\nDo you want to open the start webpage instead?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_START_ITEM_CANNOT_BE_DESIGNED_AS_IT_HAS_NO_LAYOUT_FOR_THE_CURRENT_DEVICE_PAGE_DESIGNER_CANNOT_BE_STARTED">
            <summary>"The start item cannot be designed as it has no layout for the current device.\n\nPage Designer cannot be started."</summary>
        </member>
        <member name="F:Sitecore.Texts.TYPE">
            <summary>"Type"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_COMMAND">
            <summary>"Please select a command."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_DESTINATION_ITEM">
            <summary>"Please select a destination item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_DOMAIN_FIRST">
            <summary>"Please select a domain first."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_FILE">
            <summary>"Please select a file."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_FILE_FIRST">
            <summary>"Please select a file first."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_ITEM_OTHER_THAN_THE_ITEM_ITSELF">
            <summary>"Please select a item other than the item itself."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_LOCATION">
            <summary>"Please select a location."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_MASTER">
            <summary>"Please select a master."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_MEDIA_ITEM">
            <summary>"Please select a media item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_PLACEHOLDER_TO_THE_LEFT">
            <summary>"Please select a placeholder to the left."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_RIGHT">
            <summary>"Please select a right."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectedItemDoesNotSupportAccessRights">
            <summary>Selected item does not support access rights</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_ROLE">
            <summary>"Please select a role."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_ROLE_FIRST">
            <summary>"Please select a role first."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_SINGLE_FILE">
            <summary>"Please select a single file."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_SINGLE_MASTER">
            <summary>"Please select a single master."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_SINGLE_TEMPLATE">
            <summary>"Please select a single template."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_SOURCE_ITEM">
            <summary>"Please select a source item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_TEMPLATE">
            <summary>"Please select a template."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_TYPE_OF_FILE_TO_OPEN">
            <summary>"Please select a type of file to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_USER">
            <summary>"Please select a user."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_USER_FIRST">
            <summary>"Please select a user first."</summary>
        </member>
        <member name="F:Sitecore.Texts.COMMA_IN_ROLE_NAME_IS_NOT_SUPPORTED">
            <summary>"Username with comma is not supported, operation can not be done."</summary>
        </member>
        <member name="F:Sitecore.Texts.COMMA_IN_USER_NAME_IS_NOT_SUPPORTED">
            <summary>"Username with comma is not supported, operation can not be done."</summary>
        </member>
        <member name="F:Sitecore.Texts.LOGIN_COMMA_IN_USER_NAME_IS_NOT_SUPPORTED">
            <summary>
            You cannot log in to Sitecore with this user account, because the system does not support user names that contain commas
            </summary>
        </member>
        <member name="F:Sitecore.Texts.LOGIN_DNS_ILLEGAL_CHARACTER_IS_NOT_SUPPORTED">
            <summary>
            The login failed when host name contains illegal character for IE browser.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_WALLPAGE_FILE_THEN_CLICK_THE_OPEN_BUTTON">
            <summary>"Please select a wallpage file. Then click the Open button."</summary>
        </member>
        <member name="F:Sitecore.Texts.DELETE_ROLE_USER_NAME_IS_NOT_SUPPORTED">
            <summary>
            "You cannot delete this role because some of its members have user names that contain commas."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_A_WEB_ELEMENT_TO_ADD">
            <summary>"Please select a web element to add."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_ACCOUNT_FIRST">
            <summary>"Please select an account first."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_ALIAS_FROM_THE_THE_LIST">
            <summary>"Please select an alias from the the list."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_ICON_THEN_CLICK_THE_OPEN_BUTTON">
            <summary>"Please select an icon. Then click the Open button."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_ICON_WHEN_DONE_CLICK_THE_OPEN_B">
            <summary>"Please select an icon. When done click the Open button."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_IMAGE_FROM_THE_MEDIA_LIBRARY_FIRST">
            <summary>"Please select an image from the Media Library first."</summary>
        </member>
        <member name="F:Sitecore.Texts.EDITING_SVG_IMAGES_IS_UNSUPPORTED">
            <summary>"Editing SVG images is unsupported."</summary>
        </member>
        <member name="F:Sitecore.Texts.PagesThatUseThisRuleForPersonalization">
            <summary>"Pages that use this rule for personalization:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_ITEM">
            <summary>"Please select an item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AN_ITEM_FIRST">
            <summary>"Please select an item first."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_AT_LEAST_ONE_DATABASE_TO_REBUILD">
            <summary>"Please select at least one database to rebuild."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_EITHER_A_CONTENT_OR_A_MEDIA_ITEM">
            <summary>"Please select either a content or a media item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_ONLY_ONE_ROLE">
            <summary>"Please select only one role."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_ONLY_ONE_USER">
            <summary>"Please select only one user."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_THE_ITEM_YOU_WANT_TO_USE_AS_META_DATA_FOR_THE_PLACEHOLDER_THEN_CLICK_THE_SELECT_TO_CONTINUE">
            <summary>"Please select the item you want to use as meta data for the placeholder. Then click the Select to continue."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_THE_LAYOUT_YOU_WANT_TO_USE_THEN_CLICK_THE_CHANGE_TO_CONTINUE">
            <summary>"Please select the layout you want to use. Then click the Change to continue."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_THE_RENDERING_YOU_WANT_TO_USE_THEN_CLICK_THE_SELECT_TO_CONTINUE">
            <summary>"Please select the rendering you want to use. Then click the Select to continue."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SELECT_THE_USER_PROFILE_YOU_WANT_TO_USE_FOR_THE_USER_THEN_CLICK_THE_CHANGE_TO_CONTINUE">
            <summary>"Please select the user profile you want to use for the user. Then click the Change to continue."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_FILE_TO_ATTACH">
            <summary>"Please specify a file to attach."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_FILE_TO_UPLOAD">
            <summary>"Please specify a file to upload."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_LANGUAGE_FILE">
            <summary>"Please specify a language file."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_LANGUAGE_IDENTIFIER">
            <summary>"Please specify a language identifier."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_PACKAGE">
            <summary>"Please specify a package."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_PACKAGE_FILENAME">
            <summary>"Please specify a package filename."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_PLACEHOLDER_NAME">
            <summary>"Please specify a placeholder name."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_RENDERING">
            <summary>"Please specify a rendering."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_A_TOP_ITEM">
            <summary>"Please specify a top item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_AT_LEAST_ONE_DATABASE_TO_CLEAN_UP">
            <summary>"Please specify at least one database to clean up."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_AT_LEAST_ONE_FILE_TO_UPLOAD">
            <summary>"Please specify at least one file to upload."</summary>
        </member>
        <member name="F:Sitecore.Texts.PleaseSpecifyAtLeastOneFileToUpload">
            <summary>Please specify at least one file to upload.</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_AT_LEAST_ONE_LANGUAGE_TO_DELETE">
            <summary>"Please specify at least one language to delete."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_AT_LEAST_ONE_LANGUAGE_TO_EXPORT">
            <summary>"Please specify at least one language to export."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_SPECIFY_AT_LEAST_ONE_LANGUAGE_TO_SCAN_FOR">
            <summary>"Please specify at least one language to scan for."</summary>
        </member>
        <member name="F:Sitecore.Texts.PLEASE_TRY_AGAIN">
            <summary>"Please try again."</summary>
        </member>
        <member name="F:Sitecore.Texts.PREVIEW_IS_UNAVAILABLE_FOR_THE">
            <summary>"Preview is unavailable for the"</summary>
        </member>
        <member name="F:Sitecore.Texts.PREVIOUS_DAY">
            <summary>"Previous Day"</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSED">
            <summary>"Processed:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSED_0_DATABASE_S">
            <summary>"Processed {0} database(s)."</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSED_0_DATABASES">
            <summary>"Processed {0} databases. "</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSED_0_ITEMS">
            <summary>"Processed {0} items. "</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSED_0_OF_1">
            <summary>"Processed {0} of {1}. "</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSED1">
            <summary>"Processed"</summary>
        </member>
        <member name="F:Sitecore.Texts.PROCESSING">
            <summary>Processing</summary>
        </member>
        <member name="F:Sitecore.Texts.PROPERTIES">
            <summary>"Properties"</summary>
        </member>
        <member name="F:Sitecore.Texts.PROTECT_ITEM">
            <summary>"Protect Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.PUB">
            <summary>"Pub."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISH_ON">
            <summary>"Publish on:"</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHABLE">
            <summary>"Publishable"</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHABLE_FROM">
            <summary>"Publishable From"</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHABLE_TO">
            <summary>"Publishable To"</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING">
            <summary>"Publishing..."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING_INCREMENTALLY">
            <summary>"Publishing Incrementally..."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING_IS_RESTRICTED_BR_FOR_THIS_ITEM">
            <summary>"Publishing is restricted<br />for this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING_IS_RESTRICTED_BR_FOR_THIS_VERSION">
            <summary>"Publishing is restricted<br />for this version."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING_IS_RESTRICTED_FOR_THIS_ITEM">
            <summary>"Publishing is restricted for this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING_IS_RESTRICTED_FOR_THIS_VERSION">
            <summary>"Publishing is restricted for this version."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING_TARGET_NOT_FOUND">
            <summary>"Publishing target not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.PUBLISHING1">
            <summary>"Publishing:"</summary>
        </member>
        <member name="F:Sitecore.Texts.QUEUED">
            <summary>"Queued."</summary>
        </member>
        <member name="F:Sitecore.Texts.INITIALIZING">
            <summary>"Initializing."</summary>
        </member>
        <member name="F:Sitecore.Texts.QUICK_INFO">
            <summary>"Quick Info"</summary>
        </member>
        <member name="F:Sitecore.Texts.READ">
            <summary>"Read"</summary>
        </member>
        <member name="F:Sitecore.Texts.REBUILD_DATABASES">
            <summary>"Rebuild databases"</summary>
        </member>
        <member name="F:Sitecore.Texts.REFERENCES">
            <summary>Items that the selected item refer to:</summary>
        </member>
        <member name="F:Sitecore.Texts.REFERERS">
            <summary>"Referers:"</summary>
        </member>
        <member name="F:Sitecore.Texts.REFERRERS">
            <summary>Items that refer to the selected item:</summary>
        </member>
        <member name="F:Sitecore.Texts.REFRESH">
            <summary>"Refresh"</summary>
        </member>
        <member name="F:Sitecore.Texts.RelatedActions">
            <summary>"Related actions"</summary>
        </member>
        <member name="F:Sitecore.Texts.RELINK">
            <summary>"Relink"</summary>
        </member>
        <member name="F:Sitecore.Texts.REMOVE">
            <summary>"Remove"</summary>
        </member>
        <member name="F:Sitecore.Texts.RemoveRule">
            <summary>"Remove rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.REMOVING_DOMAINS">
            <summary>"Removing domains"</summary>
        </member>
        <member name="F:Sitecore.Texts.RENAME">
            <summary>"Rename"</summary>
        </member>
        <member name="F:Sitecore.Texts.RenameThisItem">
            <summary> The rename this item </summary>
        </member>
        <member name="F:Sitecore.Texts.RenameThisRule">
            <summary>"Rename this rule"</summary>
        </member>
        <member name="F:Sitecore.Texts.RENDERING">
            <summary>"rendering."</summary>
        </member>
        <member name="F:Sitecore.Texts.RENDERING_NOT_FOUND">
            <summary>"Rendering not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.RESET_TO_STANDARD_VALUE">
            <summary>"[Reset to Standard Value]"</summary>
        </member>
        <member name="F:Sitecore.Texts.RIGHT">
            <summary>"Right"</summary>
        </member>
        <member name="F:Sitecore.Texts.RIGHT_CLICKING_IS_NOT_SUPPORTED_IN_THIS_BROWSER">
            <summary>"Right-clicking is not supported in this browser."</summary>
        </member>
        <member name="F:Sitecore.Texts.ROLE">
            <summary>"Role"</summary>
        </member>
        <member name="F:Sitecore.Texts.ROOT_ITEM_IN_DATABASE_0_NOT_FOUND">
            <summary>"Root item in database \"{0}\" not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.RULE_WITH_0_FOUND_ACCOUNT_1">
            <summary>"Rule with '{0}' found (account={1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.SAVE">
            <summary>"Save"</summary>
        </member>
        <member name="F:Sitecore.Texts.SAVE_AND_CLOSE">
            <summary>"Save &amp; Close"</summary>
        </member>
        <member name="F:Sitecore.Texts.SAVE_LANGUAGE_FILE">
            <summary>"Save Language File"</summary>
        </member>
        <member name="F:Sitecore.Texts.SAVE_TO_PACKAGE">
            <summary>"Save to Package"</summary>
        </member>
        <member name="F:Sitecore.Texts.SEARCH">
            <summary>"Search"</summary>
        </member>
        <member name="F:Sitecore.Texts.SEARCH_IS_NOT_SUPPORTED_IN_THE_0_DATABASE">
            <summary>"Search is not supported in the \"{0}\" database."</summary>
        </member>
        <member name="F:Sitecore.Texts.SEARCHING_0_ITEMS">
            <summary>"Searching {0} items."</summary>
        </member>
        <member name="F:Sitecore.Texts.SECURITY">
            <summary>"Security:"</summary>
        </member>
        <member name="F:Sitecore.Texts.SECURITY_DETAILS">
            <summary>"Security Details"</summary>
        </member>
        <member name="F:Sitecore.Texts.SECURITY1">
            <summary>"Security"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT">
            <summary>"Select"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_A_DATE">
            <summary>"Select a date"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_A_FILE_TO_OPEN">
            <summary>"Select a file to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_A_LOG_FILE">
            <summary>"Select a log file."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_PLACEHOLDER_META_DATA_ITEM">
            <summary>"Select Placeholder Meta Data Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_PREVIEW_DATE">
            <summary>"Select Preview Date"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_RENDERING">
            <summary>"Select Rendering"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_CONTEXT_MENU_THAT_YOU_WANT_TO_USE_THEN_CLICK_THE_OPEN_BUTTON">
            <summary>"Select the context menu that you want to use. Then click the Open button."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_CUSTOM_EDITOR_FILE_THAT_YOU_WISH_TO_O">
            <summary>"Select the custom editor file that you wish to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_CUSTOM_EDITORS_FOR_THE_CURRENT_ITEM">
            <summary>"Select the custom editors for the current item."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_DATE_THAT_YOU_WANT_TO_PREVIEW">
            <summary>"Select the date that you want to preview."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_ITEM_THAT_YOU_WANT_THE_LINK_TO_POINT_TO_THEN_CLICK_RELINK_TO_SET_THE_LINK">
            <summary>"Select the item that you want the link to point to. Then click Relink to set the link."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_LANGUAGE_FILE_THAT_YOU_WANT_TO_SAVE_TO">
            <summary>"Select the language file that you want to save to."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_PACKAGE_THAT_YOU_WISH_TO_OPEN">
            <summary>"Select the package that you wish to open."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_PACKAGE_THAT_YOU_WISH_TO_SAVE_TO">
            <summary>"Select the package that you wish to save to."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_RIBBON_THAT_YOU_WANT_TO_USE_THEN_CLICK_THE_OPEN_BUTTON">
            <summary>"Select the ribbon that you want to use. Then click the Open button."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_SOLUTION_ITEM_THAT_YOU_WANT_TO_OPEN">
            <summary>"Select the solution item that you want to open"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_TEMPLATE_THAT_YOU_WANT_TO_CREATE_A_BRANCH_FOR">
            <summary>"Select the template that you want to create a branch for."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_THE_WORKFLOW_THAT_YOU_WANT_TO_USE_THEN_CLICK_THE_OPEN_BUTTON">
            <summary>"Select the workflow that you want to use. Then click the Open button."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectComparison">
            <summary>"Select Comparison"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECTED">
            <summary>"Selected"</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECTED1">
            <summary>"(selected)"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectItem">
            <summary>"Select Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectProfile">
            <summary>"Select Profile"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectProfileKey">
            <summary>"Select Profile Key"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectScript">
            <summary>"Select Script"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTemplate">
            <summary>"Select Template"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheAlphabeticalComparisonToUseForInRule">
            <summary>"Select the alphabetical comparison to use for in rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheComparisonToUseInThisRule">
            <summary>"Select the comparison to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheItemToUseInThisRule">
            <summary>"Select the item to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheNumericalComparisonToUseInThisRule">
            <summary>"Select the numerical comparison to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheProfileKeyToUseForThisRule">
            <summary>"Select the profile key to use for this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SELECT_PROFILEKEY_YOU_WANT_UPDATE">
            <summary>"Select the Profile Key you want to update"</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheProfileKeyYouWantToUseForThisRule">
            <summary>"Select the profile key you want to use for this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheRelevantUserFromTheList">
            <summary>Select the relevant user from the list.</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheScriptToUseInThisRule">
            <summary>"Select the script to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheTemplateToUseInThisRule">
            <summary>"Select the template to use in this rule."</summary>
        </member>
        <member name="F:Sitecore.Texts.SERIALIZING_0">
            <summary>"Serializing {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.SessionWasNotFoundYouHaveNotSubscribed">
            <summary>"Session was not found. You have not subscribed."</summary>
        </member>
        <member name="F:Sitecore.Texts.SET">
            <summary>"Set"</summary>
        </member>
        <member name="F:Sitecore.Texts.SET_CONTEXTUAL_TAB">
            <summary>"Set Contextual Tab"</summary>
        </member>
        <member name="F:Sitecore.Texts.SET_INITIAL_WORKFLOW">
            <summary>"Set Initial Workflow"</summary>
        </member>
        <member name="F:Sitecore.Texts.SHARED">
            <summary>"shared"</summary>
        </member>
        <member name="F:Sitecore.Texts.SHIFT">
            <summary>"Shift"</summary>
        </member>
        <member name="F:Sitecore.Texts.SHOW_DATABASE_NAME">
            <summary>"Show Database Name"</summary>
        </member>
        <member name="F:Sitecore.Texts.SHOW_THE_WORKFLOW_HISTORY">
            <summary>"Show the workflow history."</summary>
        </member>
        <member name="F:Sitecore.Texts.SIZE_0">
            <summary>"Size: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.SOME_CHANGES_WILL_FIRST_TAKE_EFFECT_WHEN_THE_BROWSER_IS_REFRESHED">
            <summary>"Some changes will first take effect, when the browser is refreshed."</summary>
        </member>
        <member name="F:Sitecore.Texts.SOURCE_LANGUAGE_IS_NOT_SUBSCRIBED_TO">
            <summary>"Source language is not subscribed to."</summary>
        </member>
        <member name="F:Sitecore.Texts.STANDARD_VALUE">
            <summary>"standard value"</summary>
        </member>
        <member name="F:Sitecore.Texts.START_EDITING_THIS_ITEM">
            <summary>"Start editing this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.START_ITEM_NOT_FOUND">
            <summary>"Start item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.STATE">
            <summary>"State:"</summary>
        </member>
        <member name="F:Sitecore.Texts.SUBITEM">
            <summary>"subitem"</summary>
        </member>
        <member name="F:Sitecore.Texts.SUBITEMS">
            <summary>"subitems"</summary>
        </member>
        <member name="F:Sitecore.Texts.SUBITEMS_1">
            <summary>"Subitems"</summary>
        </member>
        <member name="F:Sitecore.Texts.TARGET">
            <summary>"Target:"</summary>
        </member>
        <member name="F:Sitecore.Texts.TARGET_LANGUAGE_IS_NOT_SUBSCRIBED_TO">
            <summary>"Target language is not subscribed to."</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE">
            <summary>"Template:"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE_ITEM_NOT_FOUND">
            <summary>"Template item not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE_NO_LONGER_EXISTS">
            <summary>"[template not longer exists]"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE_NOT_FOUND">
            <summary>"[Template not found]"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE_NOT_FOUND1">
            <summary>"Template not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATE1">
            <summary>"Template"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATES">
            <summary>"Templates"</summary>
        </member>
        <member name="F:Sitecore.Texts.TEMPLATES_IN_THE_FOLDER">
            <summary>"Templates in the Folder"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_0_TEMPLATE_IS_USED_BY_AT_LEAST_ONE_ITEM_PLEASE_DELETE_ALL_THE_ITEMS_THAT_ARE_BASED_ON_THIS_TEMPLATE_FIRST">
            <summary>"The \"{0}\" template is used by at least one item.\n\nPlease delete all the items that are based on this template first."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ALT_FIELD_IS_EMPTY">
            <summary>"The Alt field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_APPLICATION_0_COULD_NOT_BE_FOUND">
            <summary>"The application \"{0}\" could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_APPLICATION_WAS_NOT_FOUND">
            <summary>"The application was not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ASSEMBLY_COULD_NOT_BE_FOUND">
            <summary>"The assembly could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CLASS_COULD_NOT_BE_FOUND_IN_THE_ASSEMBLY">
            <summary>"The class could not be found in the assembly."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CONTENT_EDITOR_IS_SHOWING_RAW_VALUES">
            <summary>"The content editor is showing raw values."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CONTENT_OF_THE_FIELD_WILL_BE_SHARED_AMONG_ALL_VERSIONS_IN_ALL_LANGUAGES">
            <summary>"The Content of the Field Will be Shared Among All Versions in All Languages"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CONTENT_OF_THE_FIELD_WILL_BE_SHARED_AMONG_ALL_VERSIONS_WITHIN_EACH_LANGUAGE">
            <summary>"The Content of the Field Will be Shared Among All Versions within each Language"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_0_IS_IN_THE_WORKFLOW_STATE_0_AND_WILL_NOT_BE_PUBLISHED_ARE_YOU_SURE_YOU_WANT_TO_PUBLISH">
            <summary>"The current item \"{0}\" is in the workflow state \"{1}\"\nand will not be published.\n\nAre you sure you want to publish?"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemHasBeenMovedToADifferentWorkflowStateSitecoreWillThereforReloadTheItem">
            <summary>"The item has been moved to a different workflow state. Sitecore will therefore reload the item." </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_CANNOT_BE_PREVIEWED_AS_IT_HAS_NO_LAYOUT_FOR_THE_CURRENT_DEVICE_DO_YOU_WANT_TO_PREVIEW_THE_START_WEBPAGE_INSTEAD">
            <summary>"The current item cannot be previewed as it has no layout for the current device.\n\nDo you want to preview the start webpage instead?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_DOES_NOT_HAVE_A_LAYOUT_FOR_THE_CURRENT_DEVICE_DO_YOU_WANT_TO_OPEN_THE_START_WEB_PAGE">
            <summary>
            The current item does not have a layout for the current device. Do you want to open the start Web page instead?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_DOES_NOT_EXIST">
            <summary>"The current item does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_DOES_NOT_HAVE_A_VERSION_IN_0">
            <summary>"The current item does not have a version in \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_DOES_NOT_HAVE_ANY_FIELDS">
            <summary>"The current item does not have any fields."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_HAS_BEEN_DELETED_THE_BROWSER_WILL_NOW_GO_BACK_TO_THE_PREVIOUS_PAGE_IF_THE_PREVIOUS_PAGE_IS_CACHED_BY_THE_BROWSER_THE_CHANGES_MAY_NOT_BE_REFLECTED_ON_IT_IN_THAT_CASECLICK_THE_REFRESH_BUTTON_TO_RELOAD_THE_PAGE">
            <summary>"The current item has been deleted.\n\nThe browser will now go back to the previous page.\n\nIf the previous page is cached by the browser,\nthe changes may not be reflected on it. In that case\nclick the Refresh button to reload the page."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_HAS_BEEN_RENAMED_THE_BROWSER_WILL_NOW_GO_BACK_TO_THE_PREVIOUS_PAGE_IF_THE_PREVIOUS_PAGE_IS_CACHED_BY_THE_BROWSER_THE_CHANGES_MAY_NOT_BE_REFLECTED_ON_IT_IN_THAT_CASECLICK_THE_REFRESH_BUTTON_TO_RELOAD_THE_PAGE">
            <summary>"The current item has been renamed.\n\nThe browser will now go back to the previous page.\n\nIf the previous page is cached by the browser,\nthe changes may not be reflected on it. In that case\nclick the Refresh button to reload the page."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CURRENT_ITEM_IS_NOT_ASSIGNED_A_LAYOUT_FOR_THE_0_DEVICE">
            <summary>"The current item is not assigned a layout for the \"{0}\" device."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DATA_CONTAINS_A_REFERENCE_TO_THE_TEMPLATE_0_WHICH_IS_NOT_IN_THE_DESTINATION_DATABASE_PLEASE_TRANSFER_THE_TEMPLATE_FIRST">
            <summary>"The data contains a reference to the template \"{0}\"\nwhich is not in the destination database.\n\nPlease transfer the template first."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DATA_ON_THE_CLIPBOARD_IS_NOT_VALID_PLEASE_TRY_COPYING_THE_DATA_AGAIN">
            <summary>"The data on the clipboard is not valid.\n\nPlease try copying the data again."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DATABASES_APPEAR_IDENTICAL">
            <summary>"The databases appear identical."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheDefaultProviderIsConfiguredToRequireQuestionAndAnswer">
            <summary>
            "The default provider is configured to require question and answer. Set requiresQuestionAndAnswer='false' to use this wizard."
            Comes from CreateNewUser.aspx
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DESTINATION_ITEM_COULD_NOT_BE_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The destination item could not be found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DIRECTORY_0_CONTAINS_FILES_AND_CANNOT_BE_DELETED">
            <summary>"The directory \"{0}\" contains files and cannot be deleted."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DISPLAY_ITEM_NAME_CONTAINS_CHARACTERS_THAT_WILL_ENCODED_WHEN_USED_IN_A_LINK">
            <summary>"The display item name contains characters that will encoded when used in a link."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_DISPLAY_NAME_CONTAINS_BOTH_ENCODED_CHARACTERS_AND_CHARACTERS_THAT_ARE_USED_TO_REPLACE_ENCODED_CHARACTERS_WHEN_SITECORE_GENERATES_AN_ITEM_URL">
            <summary>"The item name "</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_DOMAIN_CONTAINS_INVALID_CHARACTERS_PLEASE_ONLY_USE_A_Z_AND_0_9">
            <summary>"The domain contains invalid characters.\n\nPlease only use A-Z and 0-9."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_EMAIL_ADDRESS_IS_INVALID">
            <summary>"The email address is invalid."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_EXTENSION_FIELD_IS_EMPTY">
            <summary>"The Extension field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_EXTENSION_FIELD_STARTS_WITH_A_DOT">
            <summary>"The Extension field starts with a dot (.)."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_CANNOT_BE_AFTER_1">
            <summary>"The field \"{0}\" cannot be after {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_CANNOT_BE_BEFORE_1">
            <summary>"The field \"{0}\" cannot be before {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_CONTAINS_OR_LACKS_SOME_FORMATTING_ATTRIBUTES_WHICH_COULD_CAUSE_IN_UNEXPECTED_RESULTS_IN_SOME_BROWSERS_SUCH_AS_INTERNET_EXPLORER_FIREFOX_OR_SAFARI_FOR_MORE_INFORMATION_ABOUT_THE_SPECIFIC_ISSUE_DETECTED_PLEASE_USE_TO_THE_VALIDATION_COMMAND_IN_THE_PROOFING_CHUNK_OF_THE_REVIEW_TAB">
            <summary>"The field \"{0}\" contains (or lacks) some formatting attributes which could cause in unexpected results in some browsers (such as Internet Explorer, Firefox, or Safari). For more information about the specific issue detected, please use to the Validation command in the Proofing chunk of the Review tab."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_DOES_NOT_MATCH_THE_REGULAR_EXPRESSION_1">
            <summary>"The field \"{0}\" does not match the regular expression \"{1}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_HAS_AN_IMAGE_WITH_A_WIDTH_OF_1_WHICH_IS_GREATER_THAN_THE_ALLOWED_2">
            <summary>"The field \"{0}\" has an image with a width of {1} which is greater than the allowed {2}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_HAS_BROKEN_LINKS">
            <summary>"The field "{0}" has broken links"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_HAS_SPELLING_ERRORS">
            <summary>"The field \"{0}\" has spelling errors."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_IS_NOT_A_VALID_DATE">
            <summary>"The field \"{0}\" is not a valid date."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_IS_NOT_VALID_XHTML_1">
            <summary>"The field {0} is not valid Xhtml:\n\n{1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_MUST_AT_LEAST_ONE_OF_THE_FOLLOWING_CHARACTERS_1">
            <summary>"The field \"{0}\" must at least one of the following characters: {1}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_MUST_BE_ONE_OF_THE_FOLLOWING_VALUES_1">
            <summary>"The field \"{0}\" must be one of the following values: {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_MUST_HAVE_A_VALUE_GREATER_THAN_OR_EQUAL_TO_1">
            <summary>"The field \"{0}\" must have a value greater than or equal to {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_0_MUST_HAVE_A_VALUE_LESSER_THAN_OR_EQUAL_TO_1">
            <summary>"The field \"{0}\" must have a value lesser than or equal to {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_HAS_A_VALUE_THAT_IS_NOT_IN_THE_SELECTION_LIST">
            <summary>"The field has a value that is not in the selection list."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FIELD_WAS_NOT_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The field was not found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_0_COULD_NOT_BE_FOUND">
            <summary>"The file \"{0}\" could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_0_IS_TOO_BIG_TO_BE_UPLOADED_THE_MAXIMUM_SIZE_FOR_UPLOADING_FILES_IS_0">
            <summary>"The file \"{0}\" is too big to be uploaded.\n\nThe maximum size for uploading files is {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_0_IS_TOO_BIG_TO_BE_UPLOADED_THE_MAXIMUM_SIZE_FOR_UPLOADING_FILES_IS_1">
            <summary>"The file \"{0}\" is too big to be uploaded.\n\nThe maximum size for uploading files is {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheFile0HasMaliciousContent">
            <summary>"The file \"{0}\" has malicious content."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_COULD_NOT_BE_DELETED_ERROR_MESSAGE">
            <summary>"The file could not be deleted.\n\nError message:\n"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_COULD_NOT_BE_FOUND">
            <summary>"The file could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_DOES_NOT_CONTAIN_ANY_DATA_A_POSSIBLE_REASON_IS_THAT_THE_FILE_DOES_NOT_EXIST">
            <summary>"The file does not contain any data. A possible reason is that the file does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_HAS_BEEN_ADDED_TO_0">
            <summary>"The file has been added to \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_HAS_BEEN_CHANGED_FROM_OUTSIDE_THE_EDITOR_DO_YOU_WANT_TO_OVERWRITE_IT">
            <summary>"The file has been changed from outside the editor.\n\nDo you want to overwrite it?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_IS_READ_ONLY">
            <summary>"The file is read-only."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_IS_TOO_BIG_TO_BE_ATTACHED_THE_MAXIMUM_SIZE_FOR_UPLOADING_FILES_IS_0">
            <summary>"The file is too big to be attached. The maximum size for uploading files is {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_IS_TOO_BIG_TO_BE_UPLOADED_THE_MAXIMUM_SIZE_FOR_UPLOADING_FILES_IS_0">
            <summary>"The file \"{0}\" is too big to be uploaded.\n\nThe maximum size for uploading files is {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILE_YOU_ATTACHED_SEEMS_TO_BE_IN_A_WRONG_FORMAT">
            <summary>"The file you attached seems to be in a wrong format."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FILES_HAVE_BEEN_ADDED_TO_0">
            <summary>"The files have been added to \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLDER_IS_EMPTY">
            <summary>"The folder is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLLOWING_FILES_ARE_TOO_BIG_TO_BE_UPLOADED">
            <summary>"The following files are too big to be uploaded:"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLLOWING_ROLES_COULD_NOT_BE_DELETED_0">
            <summary>"The following roles could not be deleted:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLLOWING_USERS_COULD_NOT_BE_DELETED_0">
            <summary>"The following users could not be deleted:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLLOWING_USERS_COULD_NOT_BE_DISABLED_0">
            <summary>"The following users could not be disabled:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLLOWING_USERS_COULD_NOT_BE_ENABLED_0">
            <summary>"The following users could not be enabled:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FOLLOWING_USERS_COULD_NOT_BE_UNLOCKED_0">
            <summary>"The following users could not be unlocked:\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_FORMAT_OF_THE_LANGUAGE_FILE_0_IS_INVALID">
            <summary>"The format of the language file \"{0}\" is invalid."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_HEIGHT_FIELD_DOES_NOT_CONTAIN_AN_INTEGER">
            <summary>"The Height field does not contain an integer."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_HEIGHT_FIELD_IS_EMPTY">
            <summary>"The Height field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_HOUR_IS_NOT_A_VALID_HOUR">
            <summary>"The hour is not a valid hour."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ID_OF_THE_CURRENT_ITEM_IS_0_DO_YOU_WANT_TO_COPY_IT_TO_THE_CLIPBOARD">
            <summary>"The ID of the current item is\n\n{0}\n\nDo you want to copy it to the clipboard"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_IMAGE_0_REFERENCED_IN_THE_RICH_TEXT_FIELD_1_IS_TOO_BIG_TO_BE_RESIZED">
            <summary>"The image \"{0}\" referenced in the Rich Text field \"{1}\" is too big to be resized."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_IMAGE_0_REFERENCED_IN_THE_RICH_TEXT_FIELD_1_IS_TOO_BIG_TO_BE_STORED_IN_THE_DATABASE">
            <summary>"The image \"{0}\" referenced in the Rich Text field \"{1}\" is too big to be stored in the database."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_IMAGE_COULD_NOT_BE_SAVED">
            <summary>"The image could not be saved."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_IMAGE_FIELD_0_IS_USING_THE_DEFAULT_ALTERNATE_TEXT_FROM_THE_MEDIA_LIBRARY">
            <summary>"The Image field \"{0}\" is using the default alternate text from the media library."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_IMAGE_HAS_BEEN_SAVED">
            <summary>"The image has been saved."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_0_CANNOT_BE_CREATED_AS_WORKFLOW_1_DOES_NOT_HAVE_AN_INITIAL_STATE_CONFIGURED">
            <summary>"The item \"{0}\" cannot be created as workflow \"{1}\" does not have an initial state configured."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_0_COULD_NOT_BE_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The item \"{0}\" could not be found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_0_HAS_BROKEN_LINKS_IN_THESE_FIELDS">
            <summary>"The item \"{0}\" has broken links in these fields:\n\n"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_0_WAS_NOT_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The item \"{0}\" was not found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CANNOT_BE_COPIED_TO_THIS_LOCATION_ASYOU_DO_NOT_HAVE_CREATE_PERMISSION">
            <summary>"The item cannot be copied to this location as\nyou do not have Create permission."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CANNOT_BE_MOVED_TO_THIS_LOCATION_ASYOU_DO_NOT_HAVE_CREATE_PERMISSION">
            <summary>"The item cannot be moved to this location as\nyou do not have Create permission."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CANNOT_BE_MOVED_TO_THIS_LOCATION_ASYOU_DO_NOT_HAVE_DELETE_PERMISSION">
            <summary>"The item cannot be moved to this location as\nyou do not have Delete permission."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CANNOT_BE_SAVED_AS_IT_IS_LOCKED_BY">
            <summary>"The item cannot be saved as it is locked by \""</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CANNOT_BE_TRANSFERED_TO_THE_SAME_DATABASE_PLEASE_SELECT_ANOTHER_DATABASE">
            <summary>"The item cannot be transfered to the same database.\n\nPlease select another database."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CONTAINS_FIELDS_WITH_CRITICAL_ERRORS_ARE_YOU_SURE_YOU_WANT_TO_SAVE">
            <summary>"Some of the fields in this item contain critical errors.\n\nAre you sure you want to save this item?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_CONTAINS_FIELDS_WITH_FATAL_ERRORS_YOU_CANNOT_SAVE_THE_ITEM_UNTIL_THESE_ERRORS_HAVE_BEEN_FIXED">
            <summary>"Some of the fields in this item contain fatal errors.\n\nYou must resolve these errors before you can save this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_COULD_NOT_BE_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The item could not be found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_COULD_NOT_BE_FOUND_YOU_MAY_NOT_HAVE_READ_ACCESS_OR_IT_MAY_HAVE_BEEN_DELETE_BY_ANOTHER_USER">
            <summary>"The item could not be found.\n\nYou may not have read access or it may have been delete by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_DOES_NOT_EXIST_IT_MAY_HAVE_BEEN_DELETED">
            <summary>"The item does not exist. It may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_DOES_NOT_HAVE_EXPLICIT_SECURITY_ASSIGNMENTS">
            <summary>"The item does not have explicit security assignments."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_HAS_BEEN_PUBLISHED">
            <summary>"The item has been published."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_HAS_INDIVIDIAL_INHERITANCE_RULES_SET_FOR_EACH_PERMISSION">
            <summary>"The item has individial inheritance rules set for each permission."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_HAS_INDIVIDIAL_INHERITANCE_RULES_SET_FOR_THIS_ACCOUNT">
            <summary>"The item has individial inheritance rules set for this account"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_BEING_PUBLISHED">
            <summary>"The item is being published."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_CURRENTLY_NOT_PART_OF_A_WORKFLOW">
            <summary>"The item is currently not part of a workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_FROM_ANOTHER_DATABASE_AND_YOU_CANNOT_MOVEAN_ITEM_OUTSIDE_ITS_DATABASE">
            <summary>"The item is from another database, and you cannot move\nan item outside its database."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_IN_THE_0_STATE_NOF_THE_1_WORKFLOW">
            <summary>"The item is in the {0} state\nof the {1} workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_IN_THE_B_0_B_STATE_BR_IN_THE_B_1_B_W">
            <summary>"The item is in the <b>{0}</b> state<br/>in the <b>{1}</b> workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_IN_THE_B_0_B_STATE_BR_IN_THE_B_1_B_W1">
            <summary>"The item is in the <b>{0}</b> state<br/>in the <b>{1}</b> workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_IN_THE_B_0_B_STATE_BR_OF_THE_B_1_B_W">
            <summary>"The item is in the <b>{0}</b> state<br/>of the <b>{1}</b> workflow."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_LOCKED_BY_B_0_B">
            <summary>"The item is locked by <b>{0}</b>."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_LOCKED_BY_B_YOU_B">
            <summary>"The item is locked by <b>you</b>."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_PART_OF_THE_B_0_B_WORKFLOW_BR_BUT_HA">
            <summary>"The item is part of the <b>{0}</b> workflow,<br/>but has no state."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_IS_PROTECTED">
            <summary>"The item is protected."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER_OR_YOU_DO_NOT_HAVE_PERMISSION_TO_ACCESS_THE_ITEM">
            <summary>"The item may have been deleted by another user or you do not have permission to access the item."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_NAME_0_IS_ALREADY_DEFINED_ON_THIS_LEVEL">
            <summary>"The item name \"{0}\" is already defined on this level."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_NAME_CONTAINS_CHARACTERS_THAT_WILL_ENCODED_WHEN_USED_IN_A_LINK">
            <summary>"The item name contains characters that will encoded when used in a link."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_NAME_CONTAINS_BOTH_ENCODED_CHARACTERS_AND_CHARACTERS_THAT_ARE_USED_TO_REPLACE_ENCODED_CHARACTERS_WHEN_SITECORE_GENERATES_AN_ITEM_URL">
            <summary>"The item name "</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_THAT_YOURE_ATTEMPTING_TO_OPEN_IS_STORED_IN_A_LOCATION_THAT_IS_NOT_VISIBLE_IN_THE_CONTENT_TREE_ITEM_0">
            <summary>"The item that you are attempting to open is stored in a location that is not visible in the content tree.<br /><br />Item: {0}" </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_TO_BE_PASTED_COULD_NOT_BE_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The item to be pasted could not be found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_WAS_NOT_FOUND">
            <summary>"The item was not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEM_WAS_NOT_FOUND_IT_MAY_HAVE_BEEN_DELETED_BY_ANOTHER_USER">
            <summary>"The item was not found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ITEMS_DISPLAY_NAME_0_IS_ALREADY_DEFINED_ON_THIS_LEVEL">
            <summary>"The items display name \"{0}\" is already defined on this level."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LANGUAGE_0_DOES_NOT_EXIST">
            <summary>"The language \"{0}\" does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LANGUAGE_FILE_0_DOES_NOT_EXIST">
            <summary>"The language file \"{0}\" does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LANGUAGE_MAY_HAVE_BEEN_RENAMED_OR_DELETED_PLEASE_SELECT_ANOTHER_LANGUAGE_FROM_THE_VERSIONS_TAB_TO_CONTINUE">
            <summary>"The language may have been renamed or deleted. Please select another language from the Versions tab to continue."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LAYOUT_PRESET_WAS_NOT_FOUND">
            <summary>"The layout preset was not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LAYOUT_WAS_NOT_SAVED_0">
            <summary>"The layout was not saved.\n\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LINK_HAS_BEEN_CHANGED">
            <summary>"The link has been changed."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LINK_HAS_BEEN_REMOVED">
            <summary>"The link has been removed."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LOG_FILE_HAS_BEEN_ZIPPED">
            <summary>"The Log file has been zipped."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_ALREADY_A_PAGE_LEVEL_TEST">
            <summary>
            The ther e_ attribute s_ alread y_ a_ pag e_ leve l_ test
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MASTER_0_CREATES_MORE_THAN_ONE_ITEM_SETTING_STANDARD_VALUES_FOR_THE_MASTER_WILL_AFFECT_ALL_CREATED_ITEMS_DO_YOU_WANT_TO_PROCEED">
            <summary>
            The master \"{0}\" has more than one item.\n\nSetting standard values for the master will affect all created items.\n\nDo you want to proceed?
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MASTER_0_DOES_NOT_EXIST_PLEASE_SELECT_A_MASTER_FROM_THE_LIST_ABOVE">
            <summary>"The master \"{0}\" does not exist.\n\nPlease select a master from the list above."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MAX_LENGTH_OF_THE_FIELD_0_IS_1_CHARACTERS">
            <summary>"The max length of the field \"{0}\" is {1} characters."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MAXIMUM_SIZE_FOR_UPLOADING_FILES_IS_0">
            <summary>"The maximum size for uploading files is {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MEDIA_ITEM_COULD_NOT_BE_FOUND">
            <summary>"The media item could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_METHOD_CANNOT_BE_BLANK">
            <summary>"The method cannot be blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_METHOD_WAS_NOT_FOUND_IN_THE_CLASS">
            <summary>"The method was not found in the class."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_METHOD_WAS_SUCCESFULLY_FOUND">
            <summary>"The method was succesfully found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MIME_TYPE_FIELD_IS_EMPTY">
            <summary>"The Mime Type field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MINUTE_IS_NOT_A_VALID_MINUTE">
            <summary>"The minute is not a valid minute."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_NAME_0_IS_NOT_A_VALID_OR_SUPPORTED_CULTURE_IDENTIFIER">
            <summary>"The name \"{0}\" is not a valid or supported culture identifier."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_NAME_CANNOT_BE_BLANK">
            <summary>"The name cannot be blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_NAME_CONTAINS_INVALID_CHARACTERS">
            <summary>"The name contains invalid characters."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_NAME_IS_TOO_LONG">
            <summary>"The name is too long."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_NAME_OF_THE_FIELD_OR_SECTION">
            <summary>"The Name of the Field or Section"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_OPERATION_COULD_NOT_BE_COMPLETED_YOUR_SESSION_MAY_HAVE_BEEN_LOSTDUE_TO_A_TIMEOUT_OR_A_SERVER_FAILURE_PLEASE_TRY_AGAIN">
            <summary>"The operation could not be completed.\n\nYour session may have been lost\ndue to a timeout or a server failure.\n\nPlease try again."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PACKAGE_0_FILE_DOES_NOT_EXIST">
            <summary>"The package \"{0}\" file does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PACKAGE_IS_WRITE_PROTECTED_ANY_MODIFICATIONS_TO_THE_PACKAGE_WILL_NOT_BE_PERSISTED">
            <summary>"The package is write protected. Any modifications to the package will not be persisted."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PASSWORD_HAS_BEEN_CHANGED">
            <summary>"The password has been changed."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PASSWORD_IS_INVALID">
            <summary>"The password is invalid."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PASSWORD_MUST_BE_AT_LEAST_0_CHARACTER_S_LONG">
            <summary>"The password must be at least {0} character(s) long."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PASSWORD_MUST_BE_AT_LEAST_0_CHARACTER_S_LONG_AND_CONTAIN_AT_LEAST_1_NON_ALPHANUMERIC_CHARACTER_S">
            <summary>"The password must be at least {0} character(s) long and contain at least {1} non-alphanumeric character(s)."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PASSWORD_MUST_CONTAIN_AT_LEAST_1_NON_ALPHANUMERIC_CHARACTER_S">
            <summary>"The password must contain at least {1} non-alphanumeric character(s)."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PASSWORDS_DO_NOT_MATCH">
            <summary>"The passwords do not match."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PATH_FIELD_IS_EMPTY">
            <summary>"The Path field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_PATH_OF_THE_CURRENT_ITEM_IS_0_DO_YOU_WANT_TO_COPY_IT_TO_THE_CLIPBOARD">
            <summary>"The path of the current item is\n\n{0}\n\nDo you want to copy it to the clipboard"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_QUERY_DID_NOT_RETURN_ANY_ITEMS">
            <summary>"The query did not return any items."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_RENDERING_0_IS_NOT_ALLOWED_IN_THIS_PLACEHOLDER">
            <summary>"The rendering \"{0}\" is not allowed in this placeholder."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_ROLES_ARE_ALREADY_ASSIGNED_TO_THE_USER">
            <summary>"The roles are already assigned to the user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SECURITY_SETTINGS_ON_THE_LANGUAGE_WHICH_IS_CURRENTLY_SHOWN_PREVENTS_YOU_FROM_SEEING_THIS_ITEM">
            <summary>"The security settings on the language which is currently shown prevents you from seeing this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SELECTED_ACCOUNTS_ARE_ALREADY_ASSOCIATED_WITH_THIS_ROLE">
            <summary>"The selected accounts are already associated with this role."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SELECTED_ITEM_COULD_NOT_BE_FOUND_N_NIT_MAY_H">
            <summary>"The selected item could not be found.\n\nIt may have been deleted by another user.\n\nPlease select another item."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SELECTED_ITEM_IS_NOT_AN_IMAGE_PLEASE_SELECT_AN_IMAGE_TO_CONTINUE">
            <summary>"The selected item is not an image. Please select an image to continue."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SELECTED_VERSION_WILL_BE_PUBLISHED_ON_THE_FOLLOWING_PREVIEW_PUBLISHING_TARGETS">
            <summary>
            If you publish now, the selected version may be published to one or more of the following pre-production targets:
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SOURCE_ITEM_COULD_NOT_BE_FOUND">
            <summary>"The source item could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SOURCE_ITEM_WAS_NOT_FOUND_N_NIT_MAY_HAVE_BEE">
            <summary>"The source item was not found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SOURCE_OF_THE_FIELD_DEPENDS_ON_THE_FIELD_TYPE">
            <summary>"The Source of the Field (Depends on the Field Type)"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_SOURCE_OF_THIS_IMAGE_FIELD_POINTS_TO_AN_ITEM_THAT_DOES_NOT_EXIST">
            <summary>"The Source of this Image field points to an item that does not exist."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_START_ITEM_CANNOT_BE_PREVIEWED_AS_IT_HAS_NO_LAYOUT_FOR_THE_CURRENT_DEVICE_PREVIEW_CANNOT_BE_STARTED">
            <summary>"The start item cannot be previewed as it has no layout for the current device.\n\nPreview cannot be started."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TARGET_ITEM_COULD_NOT_BE_FOUND">
            <summary>"The target item could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TARGET_ITEM_WAS_NOT_FOUND_N_NIT_MAY_HAVE_BEE">
            <summary>"The target item was not found.\n\nIt may have been deleted by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TARGET_OF_THE_SHORTCUT_COULD_NOT_BE_FOUND">
            <summary>"The target of the shortcut could not be found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TEMPLATE_0_DOES_NOT_EXIST_PLEASE_SELECT_A_TEMPLATE_FROM_THE_LIST_ABOVE">
            <summary>"The template \"{0}\" does not exist.\n\nPlease select a template from the list above."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TEMPLATE_HAS_NOT_YET_BEEN_SAVED_PLEASE_SAVE_FIRST">
            <summary>"The template has not yet been saved.\n\nPlease save first."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TEMPLATE_OR_BRANCH_FOR_THIS_ITEM_IS_MISSING">
            <summary>"The template or branch for this item is missing."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TYPE_CANNOT_BE_BLANK">
            <summary>"The type cannot be blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_TYPE_OF_THE_FIELD">
            <summary>"The Type of the Field"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_USER_CANNOT_BE_CREATED">
            <summary>"The user cannot be created."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_USER_NAME_IS_INVALID">
            <summary>"The user name is invalid."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_USER_PROFILE_HAS_BEEN_CHANGED_THE_CHANGE_WILL_BE_VISIBLE_WHEN_YOU_OPEN_THIS_DIALOG_AGAIN">
            <summary>"The user profile has been changed. The change will be visible when you open this dialog again."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_VALIDATOR_SERVICE_COULD_NOT_BE_INVOKED_DUE_T">
            <summary>"The Validator service could not be invoked due to an error.\n\nError message:\n{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_WEBCONTROL_COULD_NOT_BE_FOUND_IN_THE_ASSEMBLY">
            <summary>"The WebControl could not be found in the assembly."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_WEBCONTROL_WAS_SUCCESFULLY_FOUND">
            <summary>"The WebControl was succesfully found."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_WEBEDIT_WINDOW_IS_NOT_YET_AVAILABLE">
            <summary>"The WebEdit window is not yet available."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_WIDTH_FIELD_DOES_NOT_CONTAIN_AN_INTEGER">
            <summary>"The Width field does not contain an integer."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_WIDTH_FIELD_IS_EMPTY">
            <summary>"The Width field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_WORKSPACE_HAS_BEEN_SAVED">
            <summary>"The workspace has been saved."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_0_MORE_ERRORS">
            <summary>"There are {0} more errors."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_NO_DOMAINS_DEFINED">
            <summary>"There are no domains defined."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_NO_MATCHES">
            <summary>"There are no matches."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_NO_RECENT_FILES">
            <summary>"There are no recent files."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_NO_SELECTED_ITEMS">
            <summary>"There are no selected items."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_NO_WARNINGS">
            <summary>"There are no warnings."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_TOO_MANY_MATCHES_0">
            <summary>"There are too many matches: {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_ARE_UNSAVED_CHANGES_ARE_YOU_SURE_YOU_WANT_TO_RESTORE_THE_WORKSPACE">
            <summary>"There are unsaved changes.\n\nAre you sure you want to restore the workspace?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_1_MORE_ERROR">
            <summary>"There is 1 more error."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_ARCHIVE_DATE_SET_FOR_THIS_ITEM">
            <summary>"There is no archive date set for this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_CODEBEHIND_FILE_ASSOCIATED_WITH_THE_LAYOUT_0_CREATE_A_NEW_FILE_NOW">
            <summary>"There is no codebehind file associated with the layout \"{0}\". Create a new file now?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_CODEBEHIND_FILE_ASSOCIATED_WITH_THE_LAYOUT_0_DO_YOU_WANT_TO_CREATE_A_NEW_FILE_NOW">
            <summary>"There is no CodeBehind file associated with the layout \"{0}\".\n\nDo you want to create a new file now?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_CODEBEHIND_FILE_AVAILABLE">
            <summary>"There is no CodeBehind file available."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_CURRENT_DEVICE">
            <summary>"There is no current device."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_FILE_ATTACHED">
            <summary>"There is no file attached."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_FILE_SELECTED">
            <summary>"There is no file selected."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_PROFILE_FILE_PLEASE_ENABLE_PROFILING_FIRST">
            <summary>"There is no profile file.\n\nPlease enable Profiling first."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_REMINDER_FOR_THIS_ITEM">
            <summary>"There is no reminder for this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_SPELL_CHECKER_DICTIONARY_FOR_THIS_LA">
            <summary>"There is no spell checker dictionary for this language."</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_SYSTEM_INDEX_ON_THE_CURRENT_DATABASE_0">
            <summary>"There is no 'system' index on the current database ({0})"</summary>
        </member>
        <member name="F:Sitecore.Texts.THERE_IS_NO_TRACE_FILE_PLEASE_ENABLE_TRACING_FIRST">
            <summary>"There is no trace file.\n\nPlease enable Tracing first."</summary>
        </member>
        <member name="F:Sitecore.Texts.ThereAreUnsavedChanges">
            <summary>"There are unsaved changes."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheReportFailedPleaseTryAgain">
            <summary>"The report failed.\n\nPlease try again."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheReportHasBeenSent">
            <summary>"The report has been sent."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ARCHIVE_DATE_HAS_BEEN_CLEARED">
            <summary>"This archive date has been cleared."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_FILE_IS_EMPTY_OR_CANNOT_BE_OPENED_FOR_READING">
            <summary>"This file is empty or cannot be opened for reading."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_FOLDER_IS_EMPTY">
            <summary>"This folder is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_IMAGE_IS_TOO_BIG_TO_BE_RESIZED">
            <summary>"This image is too big to be resized."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_IMAGE_IS_TOO_BIG_TO_BE_STORED_IN_THE_DATABASE">
            <summary>"This image is too big to be stored in the database."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_IMAGE_ITEM_IS_NOT_ASSOCIATED_WITH_AN_IMAGE_FILE">
            <summary>"This image item is not associated with an image file."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_IS_NOT_A_RUNNABLE_APPLICATION">
            <summary>"This is not a runnable application."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM">
            <summary>"this item"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_ALSO_OCCURS_IN_OTHER_LOCATIONS_IF_YOU_ARCHIVE_IT_IT_WILL_ALSO_BE_DELETED_IN_THE_OTHER_LOCATIONS">
            <summary>"\n\nThis item also occurs in other locations. If you archive it,\nit will also be deleted in the other locations."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_ALSO_OCCURS_IN_OTHER_LOCATIONS_IF_YOU_DELETE_IT_IT_WILL_ALSO_BE_DELETED_IN_THE_OTHER_LOCATIONS">
            <summary>"\n\nThis item also occurs in other locations. If you delete it,\nit will also be deleted in the other locations."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_ALSO_OCCURS_IN_OTHER_LOCATIONS_IF_YOU_MOVE_IT_IT_MAYBE_DELETED_FROM_THE_OTHER_LOCATIONS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_0">
            <summary>"This item also occurs in other locations. If you move it,\nit maybe deleted from the other locations.\n\nAre you sure you want to move '{0}'?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_DOES_NOT_HAVE_BR_ANY_MASTERS_DEFINED">
            <summary>"This item does not have<br />any masters defined."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_CANNOT_BE_SELECTED_AS_A_DATASOURCE">
            <summary>"This item cannot be selected as a datasource.</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_HAS_BEEN_APPROVED">
            <summary>"This item has been approved."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_HAS_BROKEN_LINKS_IN_0">
            <summary>"This item has broken links in:{0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_HAS_NO_REFERENCES">
            <summary>"This item has no references."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_HAS_SUBITEMS">
            <summary>"This item has subitems."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_IS_IN_A_WORKFLOW_STATE_THATPREVENTS_IT_FROM_BEING_PUBLISHED">
            <summary>"This item is in a workflow state that<br />prevents it from being published."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_IS_MARKED_AS_BR_NEVER_BEING_PUBLISHED">
            <summary>"This item is marked as<br />never being published."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_IS_MARKED_AS_NEVER_BEING_PUBLISHED">
            <summary>"This item is marked as never being published."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_IS_NOT_ASSOCIATED_WITH_AN_IMAGE_FILE">
            <summary>"This item is not associated with an image file."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_OCCURS_IN_OTHER_LOCATIONS_IF_YOU_RENAME_IT_THE_ITEM_WILL_BE_RENAMED_IN_THE_OTHER_LOCATIONS_AS_WELL_ARE_YOU_SURE_YOU_WANT_TO_RENAME_0">
            <summary>"This item occurs in other locations. If you rename it,\nthe item will be renamed in the other locations as well.\n\nAre you sure you want to rename '{0}'?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_WAS_ARCHIVED_0">
            <summary>"This item was archived {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_WAS_ARCHIVED_BR_0">
            <summary>"This item was archived<br/>{0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_WILL_ARCHIVED_0">
            <summary>"This item will archived {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_WILL_ARCHIVED_BR_0">
            <summary>"This item will archived<br/>{0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_ITEM_WILL_BE_ARCHIVED_0">
            <summary>"This item will be archived {0}."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_LAYOUT_HAS_NO_ASSOICATED_FILE_AS_THE_PATH_FIELD_IS_BLANK">
            <summary>"This layout has no assoicated file as the Path field is blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_MEDIA_ITEM_HAS_NO_DETAILS">
            <summary>"This media item has no details."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_MEDIA_ITEM_IS_REFERENCED_BY_0_OTHER_ITEMS_EDITING_THE_MEDIA_ITEM_WILL_CHANGE_IT_FOR_ALL_REFERENCING_ITEMS_ARE_YOU_SURE_YOU_WANT_TO_CONTINUE">
            <summary>"This media item is referenced by {0} other items.\n\nEditing the media item will change it for all referencing items.\n\nAre you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_OPERATION_MAY_TAKE_A_LONG_TIME_TO_COMPLETE_ARE_YOU_SURE_YOU_WANT_TO_CONTINUE">
            <summary>"This operation may take a long time to complete.\n\nAre you sure you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_REMINDER_HAS_BEEN_CLEARED">
            <summary>"This reminder has been cleared."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_RENDERING_RAISES_AN_EXCEPTION_WHEN_RENDERED">
            <summary>"This rendering raises an exception when rendered."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_RULE_MAY_NOT_FUNCTION_CORRECTLY_IF_YOU_DO_NOT_ENTER_VALUES_FOR_ALL_THE_PARAMETERS">
            <summary>"This rule may not function correctly if you do not enter values for all the parameters in all the conditions and actions."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_SUBLAYOUT_HAS_NO_ASSOICATED_FILE_AS_THE_PATH_FIELD_IS_BLANK_2">
            <summary>"This sublayout has no assoicated file as the Path field is blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_TEMPLATE_DOES_NOT_HAVE_ANY_BASE_TEMPLATES">
            <summary>"This template does not have any base templates."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_TOOL_DISPLAYS_THE_CONTENT_OF_LOG_FILES">
            <summary>"This tool displays the content of Log files."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_USER_NAME_IS_NOT_HANDLED_BY_THE_0_DOMAIN_PLEASE_CHANGE_THE_DOMAIN_OR_PICK_A_DIFFERENT_USER_NAME">
            <summary>"This user name is not handled by the '{0}' domain. Please change the domain or pick a different user name."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_VERSION_IS_MARKED_AS_BEING_HIDDEN">
            <summary>"This version is marked as being hidden."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_VERSION_IS_MARKED_BR_AS_BEING_HIDDEN">
            <summary>"This version is marked<br />as being hidden."</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_XSL_CONTROL_HAS_NO_ASSOICATED_FILE_AS_THE_PATH_FIELD_IS_BLANK">
            <summary>"This XSL control has no assoicated file as the Path field is blank."</summary>
        </member>
        <member name="F:Sitecore.Texts.TO">
            <summary>"to"</summary>
        </member>
        <member name="F:Sitecore.Texts.TO_EMAILS_ARE_INVALID">
            <summary>Email addresses in the To field {0} are invalid. Emails should be separated by the semicolons.</summary>
        </member>
        <member name="F:Sitecore.Texts.TO_EMAIL_IS_INVALID">
            <summary>
            Email address in the To field {0} is invalid.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.TO_CONTINUE_YOU_CAN_CHOOSE_ANOTHER_LANGUAGE_FROM_LANGUAGE_DROP_DOWN_IN_THE_VERSIONS_TAB">
            <summary>"To continue you can choose another language from Language drop-down in the Versions tab."</summary>
        </member>
        <member name="F:Sitecore.Texts.TO_CREATE_A_VERSION_EITHER_CLICK_THE_ADD_A_NEW_VERSION_BELOW_OR_CHOOSE_ADD_FROM_THE_VERSIONS_TAB">
            <summary>"To create a version, either click the Add a New Version below or choose Add from the Versions tab."</summary>
        </member>
        <member name="F:Sitecore.Texts.TO_LOCK_THIS_ITEM_USE_THE_EDIT_OPTION_IN_THE_HOME_TAB">
            <summary>"To lock this item, use the Edit option in the Home tab."</summary>
        </member>
        <member name="F:Sitecore.Texts.TO_SHOW_INPUT_BOXES_UNCHECK_THE_RAW_VALUES_CHECKBOX_IN_THE_CONFIGURE_TAB">
            <summary>"To show input boxes uncheck the Raw Values checkbox in the Configure tab."</summary>
        </member>
        <member name="F:Sitecore.Texts.TO_UNPROTECT_THE_ITEM_USE_THE_UNPROTECT_ITEM_OPTION_IN_THE_CONFIGURE_TAB">
            <summary>"To unprotect the item, use the Unprotect Item option in the Configure tab."</summary>
        </member>
        <member name="F:Sitecore.Texts.TODAY_IS">
            <summary>"Today is"</summary>
        </member>
        <member name="F:Sitecore.Texts.TOTAL">
            <summary>"Total"</summary>
        </member>
        <member name="F:Sitecore.Texts.TOTAL_COUNT_OF_FIELDS">
            <summary>"Total count of fields: "</summary>
        </member>
        <member name="F:Sitecore.Texts.TRANSLATE">
            <summary>"Translate"</summary>
        </member>
        <member name="F:Sitecore.Texts.TRANSLATION_TIMED_OUT">
            <summary>"Translation timed out."</summary>
        </member>
        <member name="F:Sitecore.Texts.TYPE_0_NOT_FOUND">
            <summary>"Type \"{0}\" not found."</summary>
        </member>
        <member name="F:Sitecore.Texts.UNABLE_TO_COMPARE">
            <summary>"Unable to compare."</summary>
        </member>
        <member name="F:Sitecore.Texts.UNABLE_TO_RESOLVE_USER_OR_ROLE">
            <summary>"Unable to resolve user or role."</summary>
        </member>
        <member name="F:Sitecore.Texts.UNASSIGNED">
            <summary>"Unassigned"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNCHANGED">
            <summary>"Unchanged"</summary>
        </member>
        <member name="F:Sitecore.Texts.Undefined">
            <summary>"Undefined."</summary>
        </member>
        <member name="F:Sitecore.Texts.Unnamedsource">
            <summary>"Unnamed source"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN">
            <summary>"[unknown]"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_FIELD">
            <summary>"[unknown field]"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_FIELD_0">
            <summary>"[Unknown field: {0}]"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_FIELD1">
            <summary>"[Unknown field]"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_RENDERING">
            <summary>"Unknown rendering"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN_USER">
            <summary>"Unknown user"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN1">
            <summary>"(unknown)"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNKNOWN2">
            <summary>"Unknown"</summary>
        </member>
        <member name="F:Sitecore.Texts.UnknownAction0">
            <summary>"Unknown action: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.UnknownCondition0">
            <summary>"Unknown condition: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.UnknownFilter0">
            <summary>"Unknown filter: {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNLIMITED">
            <summary>"Unlimited"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNLOCK">
            <summary>"Unlock"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNPROTECT_ITEM">
            <summary>"Unprotect Item"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNPUBLISH_ON">
            <summary>"Unpublish on:"</summary>
        </member>
        <member name="F:Sitecore.Texts.UNVERSIONED">
            <summary>"unversioned"</summary>
        </member>
        <member name="F:Sitecore.Texts.UP">
            <summary>"Up"</summary>
        </member>
        <member name="F:Sitecore.Texts.UpdateAllEntries">
            <summary>"Update all entries."</summary>
        </member>
        <member name="F:Sitecore.Texts.UpdateOnlyBlankEntries">
            <summary>"Update only blank entries."</summary>
        </member>
        <member name="F:Sitecore.Texts.UPLOAD">
            <summary>"Upload"</summary>
            <remarks>Is used</remarks>
        </member>
        <member name="F:Sitecore.Texts.UPLOAD_A_FILE">
            <summary>"Upload a File"</summary>
            <remarks>Is used</remarks>
        </member>
        <member name="F:Sitecore.Texts.UPLOAD_FILES">
            <summary>"Upload Files"</summary>
        </member>
        <member name="F:Sitecore.Texts.UPLOADING">
            <summary>"Uploading .."</summary>
        </member>
        <member name="F:Sitecore.Texts.UploadedMediaItems">
            <summary>"Uploaded Media Items: The text is from sitecore/shell/Application/Media/MediaManager/Result.aspx"</summary>
        </member>
        <member name="F:Sitecore.Texts.Uploads_a_number_of_files_to_the_server">
            <summary>"Uploads a number of files to the server. The text is from sitecore/shell/Application/Media/MediaManager/Upload.aspx"</summary>
        </member>
        <member name="F:Sitecore.Texts.UserName_1">
            <summary>"User Name"</summary>
        </member>
        <member name="F:Sitecore.Texts.USAGE">
            <summary>"usage"</summary>
        </member>
        <member name="F:Sitecore.Texts.USAGES">
            <summary>"usages"</summary>
        </member>
        <member name="F:Sitecore.Texts.USE_RICH_TEXT_INSTEAD">
            <summary>"(use Rich Text instead)"</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_HAS_NO_PROFILE">
            <summary>"User has no profile"</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_LOGIN">
            <summary>"User Login"</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_PROFILE_0_NOT_FOUND">
            <summary>"User Profile \"{0}\" not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_WAS_NOT_CREATED">
            <summary>"User was not created"</summary>
        </member>
        <member name="F:Sitecore.Texts.UserName">
            <summary>"User Name:"</summary>
        </member>
        <member name="F:Sitecore.Texts.UserNameIsNotValidInTheSelectedDomain">
            <summary>"User name is not valid in the selected domain."</summary>
        </member>
        <member name="F:Sitecore.Texts.UserNameIsRequired">
            <summary>"User Name is required."</summary>
        </member>
        <member name="F:Sitecore.Texts.UserProfile">
            <summary>"User Profile:"</summary>
        </member>
        <member name="F:Sitecore.Texts.VALIDATING">
            <summary>"Validating..."</summary>
        </member>
        <member name="F:Sitecore.Texts.VALIDATION_COMPLETED">
            <summary>"Validation completed:"</summary>
        </member>
        <member name="F:Sitecore.Texts.VALIDATION_HAS_NOT_YET_COMPLETED_PLEASE_WAIT_UNTIL_ALL_VALIDATORS_HAVE_COMPLETED_AND_SAVE_AGAIN">
            <summary>"The fields in this item have not been validated.\n\nWait until validation has been completed and then save your changes."</summary>
        </member>
        <member name="F:Sitecore.Texts.ValidRangeIs0To1">
            <summary>"Valid range is {0} to {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.VALUE_IS_NOT_A_VALID_VALUE">
            <summary>"'$Value' is not a valid value."</summary>
        </member>
        <member name="F:Sitecore.Texts.VALUE_NOT_IN_SELECTION_LIST">
            <summary>"Value not in selection list"</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSION">
            <summary>"Version"</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSION_0_OF_1">
            <summary>"Version {0} of {1}."</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSION_0_WILL_BE_PUBLISHED_INSTEAD">
            <summary>"Version {0} will be published instead."</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSION_IS_HIDDEN">
            <summary>"Version is hidden."</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSION1">
            <summary>"version"</summary>
        </member>
        <member name="F:Sitecore.Texts.VERSIONS">
            <summary>"Versions"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEW">
            <summary>"View"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEW_CODE">
            <summary>"View code"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEW_ERROR">
            <summary> "View error"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEW_PAGE_SOURCE">
            <summary>"View page source"</summary>
        </member>
        <member name="F:Sitecore.Texts.VIEWS">
            <summary>"Views"</summary>
        </member>
        <member name="F:Sitecore.Texts.WARNING_ALTERNATE_TEXT_IS_MISSING">
            <summary>"Warning: Alternate Text is missing."</summary>
        </member>
        <member name="F:Sitecore.Texts.WARNINGS">
            <summary>"Warnings"</summary>
        </member>
        <member name="F:Sitecore.Texts.WELCOME_TO_THE_PUBLISH_ITEM_WIZARD">
            <summary>"Welcome to the Publish Item wizard."</summary>
        </member>
        <member name="F:Sitecore.Texts.WIDTH">
            <summary>"Width:"</summary>
        </member>
        <member name="F:Sitecore.Texts.WIDTH_IS_TOO_LARGE">
            <summary>"Width is too large."</summary>
        </member>
        <member name="F:Sitecore.Texts.WORKFLOW">
            <summary>"Workflow"</summary>
        </member>
        <member name="F:Sitecore.Texts.WORKFLOW1">
            <summary>"Workflow:"</summary>
        </member>
        <member name="F:Sitecore.Texts.WordDocumentEditor">
            <summary>Title of a dialog that allows to edit Word Document field in Content Editor via Microsoft Word application</summary>
        </member>
        <member name="F:Sitecore.Texts.WRITE">
            <summary>"Write"</summary>
        </member>
        <member name="F:Sitecore.Texts.XML_CONTROL_0_NOT_FOUND">
            <summary>"Xml Control \"{0}\" not found"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_ARE_ABOUT_TO_DELETE_THE_0_LANGUAGE_THIS_WILL_REMOVE_ALL_CONTENT_IN_1_FROM_EVERY_ITEM_ARE_YOU_SURE_YOU_WANT_TO_DELETE_2">
            <summary>"YOU ARE ABOUT TO DELETE THE \"{0}\" LANGUAGE.\n\nThis will remove ALL content in \"{1}\" from every item.\n\nAre you sure you want to delete \"{2}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_ARE_ABOUT_TO_REMOVE_ALL_VERSIONSOF_THE_ITEM_IN_THE_CURRENT_LANGUAGE_ARE_YOU_SURE_YOU_WANT_TO_REMOVE_ALL_VERSIONS_IN_0">
            <summary>"You are about to remove all versions\nof the item in the current language.\n\nAre you sure you want to remove all versions in \"{0}\"?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_VERSION_OF_THE_ITEM_HAS_0_CLONES_1_IF_YOU_REMOVE_THIS_VERSION_THE_CLONES_ARE_NOT_CHANGED_DO_YOU_WANT_TO_REMOVE_THIS_VERSION">
            <summary>"This version of the item has {0} clones.{1}If you remove this version, the clones are not changed.\n\nDo you want to remove this version?"</summary>
        </member>
        <member name="F:Sitecore.Texts.THIS_VERSION_OF_THE_ITEM_HAS_A_CLONE_0_IF_YOU_REMOVE_THIS_VERIONS_THE_CLONED_VERSION_IS_CHANGED_DO_YOU_WANT_TO_REMOVE_THIS_VERSION">
            <summary>"This version of the item has a clone.{0}If you remove this version, the cloned version is not changed. Do you want to remove this version?"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_ARE_EDITING_THIS_ITEM">
            <summary>"You are editing this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CAN_ONLY_HAVE_50_MARKED_ITEM_AT_A_TIME">
            <summary>"You can only have 50 marked item at a time."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CAN_ONLY_OPEN_LOG_FILES">
            <summary>"You can only open log files."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CAN_REVIEW_THE_LIST_OF_ERROR_AT_ANY_TIME_BY_USING_THE_VALIDATE_BUTTON_IN_CONTENT_EDITOR">
            <summary>"You can review the list of error at any time by using the Validate button in Content Editor."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_DELETE_0_AS_ANOTHER_USER_HAS_LOCKED_IT">
            <summary>"You cannot delete \"{0}\" as another user has locked it."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_DELETE_ALL_OF_THESE_ITEMS_AS_ANOTHER_USER_HAS_A_LOCK_ON_AT_LEAST_ONE_ITEM">
            <summary>"You cannot delete all of these items as another user has a lock on at least one item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_DRAG_AN_ITEM_ONTO_ITSELF">
            <summary>"You cannot drag an item onto itself."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_DRAG_AN_ITEM_TO_A_SUBITEM">
            <summary>"You cannot drag an item to a subitem."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THE_ITEM_0_AS_IT_IS_PROTECTED">
            <summary>"You cannot edit the item '{0}' as it is protected."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THE_ITEM_0_AS_YOU_DO_NOT_HAVE_WRITE_ACCESS">
            <summary>"You cannot edit the item '{0}' as you do not have write access."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THIS_ITEM_AS_IT_IS_IN_A_WORKFLOW_STATE_THAT_YOU_DO_NOT_HAVE_WRITE_ACCESS_TO">
            <summary>"You cannot edit this item as it is in a workflow state that you do not have write access to."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THIS_ITEM_AS_IT_IS_PROTECTED">
            <summary>"You cannot edit this item as it is protected."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THIS_ITEM_AS_YOU_DO_NOT_HAVE_WRITE_ACCESS_TO_IT">
            <summary>"You cannot edit this item as you do not have write access to it."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THIS_ITEM_AS_YOU_DO_NOT_HAVE_WRITE_ACCESS_TO_THE_CURRENT_LANGUAGE">
            <summary>"You cannot edit this item as you do not have write access to the current language."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_EDIT_THIS_ITEM_BECAUSE_0_HAS_LOCKED_IT">
            <summary>"You cannot edit this item because '{0}' has locked it."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_MOVE_0_AS_IT_IS_PROTECTED">
            <summary>"You cannot move \"{0}\" as it is protected."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_MOVE_A_PROTECTED_ITEM">
            <summary>"You cannot move a protected item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_MOVE_ALL_OF_THESE_ITEMS_AS_ONE_OR_MORE_IS_PROTECTED">
            <summary>"You cannot move all of these items as one or more is protected."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_PASTE_AN_ITEM_TO_A_SUBITEM_OF_THAT_ITEM">
            <summary>"You cannot paste an item to a subitem of that item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_REMOVE_THE_LAST_STRIP_FROM_THE_RIBBON">
            <summary>"You cannot remove the last strip from the ribbon"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_CANNOT_SET_SECURITY_FOR_THE_0_ITEM_AS_YOU_DO_NOT_HAVE_ADMINISTRATIVE_ACCESS">
            <summary>"You cannot set security for the '{0}' item as you do not have administrative access."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_BR_EDIT_THE_CONTEN">
            <summary>"You do not have permission to<br/>edit the content of this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_COPY_THE_ITEM_TO_THE_NEW_LOCATION">
            <summary>"You do not have permission to copy the item to the new location."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_A_FOLDER_AT_0">
            <summary>"You do not have permission to create a folder at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_A_NEW_ITEM_HERE">
            <summary>"You do not have permission to create a new item here."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_AN_ITEM_AT">
            <summary>"You do not have permission to create an item at \""</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_AN_ITEM_AT_0">
            <summary>"You do not have permission to create an item at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_AN_ITEM_HERE">
            <summary>"You do not have permission to create an item here."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_ITEMS_HERE">
            <summary>"You do not have permission to create items here."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_CREATE_NEW_ITEMS_HERE">
            <summary>"You do not have permission to create new items here."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_DELETE_0">
            <summary>"You do not have permission to delete \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_DELETE_FILES_HERE">
            <summary>"You do not have permission to delete."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_ADD_FILES_TO_ZIP_ARCHIVE">
            <summary>"You do not have permission to add files to zip archive."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_DELETE_ALL_OF_THESE_ITEMS">
            <summary>"You do not have permission to delete all of these items."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_DUPLICATE_0">
            <summary>"You do not have permission to duplicate \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_RELINK_CHILD_ITEMS">
            <summary>
            The yo u_ command o_ no t_ hav e_ permissio n_ attribute o_ relin k_ chil d_ items
            </summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_EDIT_THE_CONTENT_OF_THIS_ITEM">
            <summary>"You do not have permission to edit the content of this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_MOVE_0">
            <summary>"You do not have permission to move \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_MOVE_ALL_OF_THESE_ITEMS">
            <summary>"You do not have permission to move all of these items."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_MOVE_THE_ITEM_TO_THE_NEW_LOCATION">
            <summary>"You do not have permission to move the item to the new location"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_PERMISSION_TO_RENAME_0">
            <summary>"You do not have permission to rename \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_SUFFICIENT_PERMISSIONS_TO_CREATE_A_NEW_ITEM_HERE_2">
            <summary>"You do not have sufficient permissions to create a new item here."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_SUFFICIENT_SECURITY_RIGHTS_TO_CREATE_A_LAYOUT_AT_0">
            <summary>"You do not have sufficient security rights to create a layout at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_SUFFICIENT_SECURITY_RIGHTS_TO_CREATE_A_SUBLAYOUT_AT_0">
            <summary>"You do not have sufficient security rights to create a sublayout at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_SUFFICIENT_SECURITY_RIGHTS_TO_CREATE_A_XSL_RENDERING_AT_0">
            <summary>"You do not have sufficient security rights to create a XSL rendering at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_SUFFICIENT_SECURITY_RIGHTS_TO_CREATE_AN_ITEM_AT_0">
            <summary>"You do not have sufficient security rights to create an item at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_SUFFICIENT_SECURITY_RIGHTS_TO_CREATE_AN_ITEM_RENDERING_AT_0">
            <summary>"You do not have sufficient security rights to create an item rendering at \"{0}\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_HAVE_CHANGED_THE_UNVERSIONED_OR_SHARED_FLAG">
            <summary>"You have changed the unversioned or shared flag.\n\n"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_HAVE_CHANGED_THE_UNVERSIONED_OR_SHARED_FLAG_FOR_THE_FOLLOWING_FIELDS">
            <summary>"You have changed the unversioned or shared flag for the following fields:"</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_HAVE_NO_CURRENT_HOME">
            <summary>"You have no current home."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_HAVE_NO_FAVORITES">
            <summary>"You have no favorites."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_HAVE_NO_LOCKED_ITEMS">
            <summary>"You have no locked items."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_HAVE_SELECTED_A_FOLDER_PLEASE_SELECT_A_RENDERING_OR_A_SUBLAYOUT_INSTEAD">
            <summary>"You have selected a folder, please select a rendering or a sublayout instead."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_0_FIELD_MUST_CONTAIN_A_VALUE_BECAUSE_THE_1_FIELD_CONTAINS_A_VALUE">
            <summary>"The \"{0}\" field must contain a value because the \"{1}\" field contains a value."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_0_FIELD_CONTAINS_AN_INVALID_VALUE_AND_CANNOT_BE_PARSED_AS_PART_OF_THE_ITEMURI">
            <summary>"The \"{0}\" field contains an invalid value and cannot be parsed as part of the ItemUri."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_NOT_SPECIFY_A_LANGUAGE_IN_THE_SOURCE_ITEM_FIELD">
            <summary>"You must not specify a language in the \"__Source Item\" field."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_NOT_SPECIFY_A_VERSION_IN_THE_SOURCE_ITEM_FIELD">
            <summary>"You must not specify a version in the \"__Source Item\" field."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_VALUES_IN_THE_SOURCE_AND_SOURCE_ITEM_FIELDS_REFER_TO_DIFFERENT_DATABASES">
            <summary>"The values in the \"__Source\" and \"__Source Item\" fields refer to different databases."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_VALUES_IN_THE_SOURCE_AND_SOURCE_ITEM_FIELDS_HAVE_DIFFERENT_ITEM_IDS">
            <summary>"The values in the \"__Source\" and \"__Source Item\" fields have different item IDs."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CLONE_SOURCE_POINTS_TO_NON_EXISTING_ITEM">
            <summary>
            "Could not fetch item by given clone soruce URI."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CLONE_SOURCE_IS_INCORRECT">
            <summary>
            "The clone source has incorrect value."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CLONE_SOURCE_CAUSES_CYCLIC_DEPENDENCIES">
            <summary>
            "Clone source causes cyclic dependencies."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_CLONE_ITEM_0_INHERITANCE_CHAIN_POINTS_ON_1_PROVOKES_CYCLIC_DEPENDENCIES">
            <summary>
            "Item \"{0}\" inheritance chain which points on \"{1}\" and provokes cyclic dependency. Faulting value disregarded."
            </summary>
        </member>
        <member name="F:Sitecore.Texts.THE_0_FIELD_MUST_BE_EMPTY_BECAUSE_THE_1_FIELD_IS_EMPTY">
            <summary>"The \"{0}\" field must be empty because the \"{1}\" field is empty."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_LANGUAGE_SPECIFIED_IN_THE_SOURCE_FIELD_MUST_BE_THE_SAME_AS_THE_LANGUAGE_SPECIFIED_FOR_THE_CURRENT_VERSION_OF_THE_ITEM">
            <summary>"The language specified in the \"__Source\" field must be the same as the language specified for the current version of the item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_THE_ITEM_VERSION_IN_THE_SOURCE_FIELD">
            <summary>"You must specify the item version in the \"__Source\" field."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_LOCK_THIS_ITEM_BEFORE_YOU_CAN_EDIT_IT">
            <summary>"You must lock this item before you can edit it."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_PICK_AT_LEAST_ONE_LANGUAGE_TO_PUBLISH">
            <summary>"You must pick at least one language to publish."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_PICK_AT_LEAST_ONE_PUBLISHING_TARGET">
            <summary>"You must pick at least one publishing target."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_LAYOUT_WHEN_SPECIFING_RENDERINGS">
            <summary>"You must specify a layout when specifing renderings."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_FILE">
            <summary>"You must specify a name for the file."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_LAYOUT">
            <summary>"You must specify a name for the layout."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_NEW_ITEM">
            <summary>"You must specify a name for the new item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_SUBLAYOUT">
            <summary>"You must specify a name for the sublayout."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_TEMPLATE">
            <summary>"You must specify a name for the template."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_WEBCONTROL">
            <summary>"You must specify a name for the WebControl."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_XML_LAYOUT">
            <summary>"You must specify a name for the XML layout."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SPECIFY_A_NAME_FOR_THE_XSL_RENDERING">
            <summary>"You must specify a name for the XSL rendering."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SUPPLY_A_NEW_PASSWORD">
            <summary>"You must supply a new password."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_MUST_SUPPLY_THE_OLD_PASSWORD_IF_YOU_DO_NOT_KNOW_THE_OLD_PASSWORD_GENERATE_A_NEW_PASSWORDBY_CLICKING_THE_GENERATE_BUTTON_BELOW">
            <summary>"You must supply the old password.\n\nIf you do not know the old password, generate a new password\nby clicking the Generate button below."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youcannotremoveversionofthisitembecauseyoudonothavedeleteaccessrighttotheitem">
            <summary>"You cannot remove version of this item because you do not have delete access right to the item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youcannotremoveversionofthisitembecauseyoudonothavereadaccesstothecurrentlanguage">
            <summary>"You cannot remove version of this item because you do not have read access to the current language."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youcannotremoveversionofthisitembecauseyoudonothavereadaccesstotheitemversion">
            <summary>"You cannot remove version of this item because you do not have read access to the item version."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youcannotremoveversionofthisitembecauseyoudonothavewriteaccesstothecurrentlanguage">
            <summary>"You cannot remove version of this item because you do not have write access to the current language."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youcannotremoveversionofthisitembecauseyoudonothavewriteaccesstotheitem">
            <summary>"You cannot remove version of this item because you do not have write access to the item."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youcanresetfieldstotheirstandardvalue">
            <summary>"To reset field inner values, select the checkboxes for the relevant fields, and click Reset. The left column contains the current values, the right column contains the values after reset."</summary>
        </member>
        <member name="F:Sitecore.Texts.Youareabouttochangetemplateofcurrentitemthathasoneormoreclone">
            <summary>"You are about to change a template that the current item is based on. This item has one or more clones.\nThe clones will be affected by this change. Do you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.YouAreAboutToPublishTheCurrentItemAndItsSubitems">
            <summary>You are about to publish the current item and its subitems.</summary>
        </member>
        <member name="F:Sitecore.Texts.YouAreAboutToPublishTheCurrentItemAndItsRelatedItems">
            <summary>You are about to publish the current item and its related items.</summary>
        </member>
        <member name="F:Sitecore.Texts.YouAreAboutToPublishTheCurrentItemAndItsSubitemsAndRelatedItems">
            <summary>You are about to publish the current item, its subitems, and related items.</summary>
        </member>
        <member name="F:Sitecore.Texts.YouAreAboutToRepublishTheWholeDatabase">
            <summary>You are about to republish the whole database.</summary>
        </member>
        <member name="F:Sitecore.Texts.YouHaveAlreadySubscribedToSessionsFromThisCompany">
            <summary>You are already subscribed to sessions from this company</summary>
        </member>
        <member name="F:Sitecore.Texts.YouHaveAlreadyUnsubscribedFromThisCompanySessions">
            <summary>You are already unsubscribed from this company sessions</summary>
        </member>
        <member name="F:Sitecore.Texts.YouDoNotHaveAnEmailAddressPleaseContactTh">
            <summary>"You do not have an email address.<br/><br/>Please contact the administrator to obtain one."</summary>
        </member>
        <member name="F:Sitecore.Texts.YouDoNotHavePermissionToSeeAnyItemReports">
            <summary>"You do not have permission to see any item reports."</summary>
        </member>
        <member name="F:Sitecore.Texts.YouHaveNotSpecifiedAnyContentProfileDetailsForThisItem">
            <summary>"You have not specified any content profile details for this item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YouHaveSubscribed">
            <summary>"You have subscribed."</summary>
        </member>
        <member name="F:Sitecore.Texts.YouHaveUnsubscribed">
            <summary>"You have unsubscribed."</summary>
        </member>
        <member name="F:Sitecore.Texts.YouCannotUnlock0">
            <summary>"Your settings have been reset.\n\nSome changes will first take effect, when the browser is refreshed."</summary>
            <summary>"You cannot unlock {0}"</summary>
        </member>
        <member name="F:Sitecore.Texts.YouDoNotHaveSufficientPermissionsToUnlockTheItem">
            <summary>"You do not have sufficient permissions to unlock the item."</summary>
        </member>
        <member name="F:Sitecore.Texts.YOUR_SETTINGS_HAVE_BEEN_RESET_SOME_CHANGES_WILL_FIRST_TAKE_EFFECT_WHEN_THE_BROWSER_IS_REFRESHED">
            <summary>"Your settings have been reset.\n\nSome changes will first take effect, when the browser is refreshed."</summary>
        </member>
        <member name="F:Sitecore.Texts.THE_MAIN_WINDOW_COULD_NOT_BE_UPDATED">
            <summary>"The main window could not be updated due to the current browser security settings. You must click the Refresh button yourself to view the changes."</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_DOES_NOT_HAVE_THE_REQUIRED_ACCESS_TO_PUBLISH_A_DELETION_A_USER_MUST_HAVE_DELETE_ACCESS_TO_THE_TARGET_ITEM_ITEM_ID_0_DATABASE_1">
            <summary>User does not have the required access. To publish a deletion, a user must have delete access to the target item. Item id: {0}, database: {1}.</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_DOES_NOT_HAVE_THE_REQUIRED_ACCESS_TO_PUBLISH_A_ITEM_A_USER_MUST_HAVE_LANGUAGE_ACCESS_TO_THE_SOURCE_ITEM_ITEM_ID_0_DATABASE_1">
            <summary>User does not have the required access. To publish a deletion, a user must have delete access to the target item. Item id: {0}, database: {1}.</summary>
        </member>
        <member name="F:Sitecore.Texts.USER_DOES_NOT_HAVE_THE_REQUIRED_ACCESS_TO_PUBLISH_AN_UPDATE_A_USER_MUST_HAVE_WRITE_ACCESS_TO_THE_SOURCE_ITEM_ITEM_ID_0_DATABASE_1">
            <summary>User does not have the required access. To publish an update, a user must have write access to the source item. Item id: {0}, database: {1}.</summary>
        </member>
        <member name="F:Sitecore.Texts.WarningBaseTemplateFieldWasChanged">
            <summary>"You are about to remove one or more base templates from the current template..."</summary>
        </member>
        <member name="F:Sitecore.Texts.UnableToSaveChangesBecauseTheCorrespondingContentHasBeenLockedByAnotherUser">
            <summary>"Unable to save changes because the corresponding content has been locked by another user."</summary>
        </member>
        <member name="F:Sitecore.Texts.SomeOfYourChangesCannotBeSavedBecauseOtherUsersHaveLockedTheCorrespondingContentDoYouWantToSaveTheChangesToTheContentThatIsNotLocked">
            <summary>"Some of your changes cannot be saved because other users have locked the corresponding content.\n\nDo you want to save the changes to the content that is not locked?"</summary>
        </member>
        <member name="F:Sitecore.Texts.CannotFindPathMessage">
            <summary>"Cannot access path '{0}'. Please check PackagePath setting in the web.config file."</summary>
        </member>
        <member name="F:Sitecore.Texts.AddNewField">
            <summary>
            The add new field.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.AddNewSection">
            <summary>
            The add new section.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.HiddenItemsInContainer">
            <summary>
            There are hidden items in this container.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.IfYouDeleteThisItemYouWillPermanentlyRemoveEveryLinkToIt">
            <summary>
            <b>Warning</b><br/>If you delete this item, you will permanently remove every link to it.<br/>Number of links to this item: {0}
            </summary>
        </member>
        <member name="F:Sitecore.Texts.IfYouDeleteThisItemYouWillLeaveBrokenLinks">
            <summary>
            <b>Warning</b><br/>If you delete this item, you will leave broken links.<br/>Number of links to this item: {0}
            </summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemSelectedInTheFieldDoesNotExistOrYouDoNotHaveReadAccessToIt">
            <summary>
            The item selected in the field does not exist, or you do not have read access to it.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.CannotRevertUsersNoUsersHaveBeenSerialized">
            <summary>Cannot revert users. No users have been serialized.</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisOperationWouldCauseYourOwnUserAccountToBeDeleted">
            <summary>This operation would cause your own user account to be deleted. This is not allowed. Please serialize your account first or log in using a different user account.</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisOperationWillOverwriteUpdateUsers">
            <summary>This operation will overwrite/update {0} users and delete {1} users. Do you want to continue?</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisOperationWillAddOverwriteUpdateUsers">
            <summary>This operation will overwrite/update {0} users and delete {1} users. Do you want to continue?</summary>
        </member>
        <member name="F:Sitecore.Texts.CannotRevertRolesNoRolesHaveBeenSerialized">
            <summary>Cannot revert roles. No roles have been serialized.</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisOperationWillOverwriteUpdateRoles">
            <summary>This operation will overwrite/update {0} roles and delete {1} roles. Do you want to continue?</summary>
        </member>
        <member name="F:Sitecore.Texts.ThisOperationWillCreateUpdateDeleteUsersandRoles">
            <summary>"This operation will create {0} roles, update {1} roles, delete {2} roles; create {3} users, update {4} users, and delete {5} users. Do you want to continue?"</summary>
        </member>
        <member name="F:Sitecore.Texts.NoInsertOptionsAvailable">
            <summary>No Insert Options Available</summary>
        </member>
        <member name="F:Sitecore.Texts.SomeOfTheFieldsInThisSectionContainFatalErrors">
            <summary>"Some of the fields in this section contain fatal errors.\n\nYou must resolve these errors before you can collapse this section"</summary>
        </member>
        <member name="F:Sitecore.Texts.TheFieldsInThisSectionHaveNotBeenValidated">
            <summary>"The fields in this section are currently being validated.\n\nYou must wait for validation to complete before you can collapse this section."</summary>
        </member>
        <member name="F:Sitecore.Texts.TheSectionContainsFieldsWithFatalErrorsYouCannotcollapseTheSectionUntilTheseErrorsHaveBeenFixed">
            <summary>"Some of the fields in this section contain fatal errors.\n\nYou must resolve these errors before you can collapse this section."</summary>
        </member>
        <member name="F:Sitecore.Texts.SomeOfTheFieldsInThisSectionContainCriticalErrors">
            <summary>"Some of the fields in this section contain critical errors.\n\nThe fields in this section will not be revalidated if you save the current item while this section is collapsed.\nAre you sure you want to collapse this section?"</summary>
        </member>
        <member name="F:Sitecore.Texts.QuickSearchIndex">
            <summary>Quick search index</summary>
        </member>
        <member name="F:Sitecore.Texts.Icons">
            <summary>"Icons"</summary>
        </member>
        <member name="F:Sitecore.Texts.List">
            <summary>"List"</summary>
        </member>
        <member name="F:Sitecore.Texts.PrinttoPdf">
            <summary> "Print to Pdf"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.PrintwithPreview">
            <summary> "Print with Preview"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.PrintwithoutPreview">
            <summary> "Print without Preview"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.FirstPage">
            <summary> "First Page"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.PreviousPage">
            <summary> "Previous Page"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.NextPage">
            <summary> "Next Page"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.LastPage">
            <summary> "Last Page"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.LastSuccess">
            <summary>Last success</summary>
        </member>
        <member name="F:Sitecore.Texts.LastFailure">
            <summary>Last failure</summary>
        </member>
        <member name="F:Sitecore.Texts.Page">
            <summary> "Page"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.of">
            <summary> "of"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Print">
            <summary> "Print"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.WholeReport">
            <summary> "Whole Report"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.OnePage">
            <summary> "One Page"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Save">
            <summary> "Save"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Loading">
            <summary> "Loading..."; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.January">
            <summary> "January"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.February">
            <summary> "February"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.March">
            <summary> "March"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.April">
            <summary> "April"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.May">
            <summary> "May"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.June">
            <summary> "June"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.July">
            <summary> "July"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.August">
            <summary> "August"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.September">
            <summary> "September"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.October">
            <summary> "October"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.November">
            <summary> "November"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.December">
            <summary> "December"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Monday">
            <summary> "Monday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Tuesday">
            <summary> "Tuesday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Wednesday">
            <summary> "Wednesday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Thursday">
            <summary> "Thursday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Friday">
            <summary> "Friday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Saturday">
            <summary> "Saturday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Sunday">
            <summary> "Sunday"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.Today">
            <summary> "Today"; Comes from StiReportGlobalization. </summary>
        </member>
        <member name="F:Sitecore.Texts.UncloneThisItem">
            <summary>Unclone this item.</summary>
        </member>
        <member name="F:Sitecore.Texts.ChangePassword">
            <summary>"Change Password" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.PasswordIncorrectOrNewPasswordInvalid">
            <summary>"Password incorrect or New Password invalid. New Password length minimum: {0}. Non-alphanumeric characters required: {1}." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.ChangeYourPassword">
            <summary>"Change Your Password" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.ChangeTheIconForThisItem">
            <summary> The change the icon for this item </summary>
        </member>
        <member name="F:Sitecore.Texts.ConfirmNewPassword">
            <summary>"Confirm New Password:" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.Continue">
            <summary>"Continue" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.NewPassword">
            <summary>"New Password:" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.YourloginattemptwasnotsuccessfulPleasetryagain">
            <summary>"Your login attempt was not successful. Please try again."</summary>
        </member>
        <member name="F:Sitecore.Texts.YourAttemptToRetrieveYourPasswordWasNotSuccessful">
            <summary>Your attempt to retrieve your password was not successful. Please try again.</summary>
        </member>
        <member name="F:Sitecore.Texts.YourloginwassuccessfulbutyoudonothaveaccesstotheContentEditor">
            <summary>"Your login was successful, but you do not have access to the \"Content Editor\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YourloginwassuccessfulbutyoudonothaveaccesstotheDesktop">
            <summary>"Your login was successful, but you do not have access to the \"Desktop\"."</summary>
        </member>
        <member name="F:Sitecore.Texts.YourloginwassuccessfulbutyoudonothaveaccesstothePageEditormode">
            <summary>"Your login was successful, but you do not have access to the \"Experience Editor\" mode."</summary>
        </member>
        <member name="F:Sitecore.Texts.Yourpasswordhasbeenchanged">
            <summary>"Your password has been changed!" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.ChangePasswordComplete">
            <summary>"Change Password Complete" Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.ConfirmPasswordCompareErrorMessage">
            <summary>"The confirm New Password must match the New Password entry." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.NewPasswordRegularExpressionErrorMessage">
            <summary>"Please enter a different password." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.NewPasswordRequiredErrorMessage">
            <summary>"New Password is required." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.ConfirmPasswordRequiredErrorMessage">
            <summary>"New Password is required." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.PasswordRequiredErrorMessage">
            <summary>"Password is required." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.UserNameRequiredErrorMessage">
            <summary>"User Name is required." Comes from ChangePasswordControl.</summary>
        </member>
        <member name="F:Sitecore.Texts.UserCanNotBeDumpedBecauseOfComma">
            <summary>Can not dump user, because of comma</summary>
        </member>
        <member name="F:Sitecore.Texts.RoleCanNotBeDumpedBecauseOfComma">
            <summary>Can not dump role, because of comma</summary>
        </member>
        <member name="F:Sitecore.Texts.RoleCanNotBeDumpedBecauseOfPredicate">
            <summary>Can not dump role, because of excluding by a predicate</summary>
        </member>
        <member name="F:Sitecore.Texts.RoleCanNotBeLoadedBecauseOfPredicate">
            <summary>Can not dump role, because of excluding by a predicate</summary>
        </member>
        <member name="F:Sitecore.Texts.UserCanNotBeDumpedBecauseOfPredicate">
            <summary>Can not dump user, because of excluding by a predicate</summary>
        </member>
        <member name="F:Sitecore.Texts.UserCanNotBeLoadedBecauseOfPredicate">
            <summary>Can not dump user, because of excluding by a predicate</summary>
        </member>
        <member name="F:Sitecore.Texts.Title">
            <summary>Title</summary>
        </member>
        <member name="F:Sitecore.Texts.Description">
            <summary>Description</summary>
        </member>
        <member name="F:Sitecore.Texts.Age">
            <summary>Age</summary>
        </member>
        <member name="F:Sitecore.Texts.Education">
            <summary>Education</summary>
        </member>
        <member name="F:Sitecore.Texts.Family">
            <summary>Family</summary>
        </member>
        <member name="F:Sitecore.Texts.Interests">
            <summary>Interests</summary>
        </member>
        <member name="F:Sitecore.Texts.DayOfMyLife">
            <summary>DayOfMyLife</summary>
        </member>
        <member name="F:Sitecore.Texts.Organization">
            <summary>Organization</summary>
        </member>
        <member name="F:Sitecore.Texts.Environment">
            <summary>Environment</summary>
        </member>
        <member name="F:Sitecore.Texts.Goal">
            <summary>Goal</summary>
        </member>
        <member name="F:Sitecore.Texts.Responsibility">
            <summary>Responsibility</summary>
        </member>
        <member name="F:Sitecore.Texts.Psychographics">
            <summary>Psychographics</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectColumns">
            <summary>Select Columns</summary>
        </member>
        <member name="F:Sitecore.Texts.YouCannotFollowAnAnchorLink">
            <summary>You cannot follow an Anchor link.</summary>
        </member>
        <member name="F:Sitecore.Texts.YouCannotFollowAJavascriptLink">
            <summary>You cannot follow a Javascript link.</summary>
        </member>
        <member name="F:Sitecore.Texts.OriginalDimensions0X1">
            <summary>Original Dimensions: {0} x {1}</summary>
        </member>
        <member name="F:Sitecore.Texts.RichTextEditor">
            <summary>Header of a rich text editor dialog</summary>
        </member>
        <member name="F:Sitecore.Texts.HtmlEditor">
            <summary>Header of a HTML editor dialog</summary>
        </member>
        <member name="F:Sitecore.Texts.ClickImageToZoom">
            <summary> Click image to zoom /// </summary>
        </member>
        <member name="F:Sitecore.Texts.ChooseOne">
            <summary> Choose one /// </summary>
        </member>
        <member name="F:Sitecore.Texts.ChoosePackage">
            <summary>Choose Package</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectAnItem">
            <summary> Select an item /// </summary>
        </member>
        <member name="F:Sitecore.Texts.ToggleRibbon">
            <summary> Toggle ribbon /// </summary>
        </member>
        <member name="F:Sitecore.Texts.PublishSite">
            <summary>Publish Site</summary>
        </member>
        <member name="F:Sitecore.Texts.PublishItem">
            <summary>Publish Item</summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheRelevantPublishingSettingsForYourWebsite">
            <summary> The select the relevant publishing settings for your websites </summary>
        </member>
        <member name="F:Sitecore.Texts.PleaseWaitWhileTheWebsiteIsBeingPublished">
            <summary> The please wait while the website is being published </summary>
        </member>
        <member name="F:Sitecore.Texts.TheWebsiteHasBeenPublished">
            <summary> The website has been published </summary>
        </member>
        <member name="F:Sitecore.Texts.SelectTheRelevantPublishingSettingsForTheItem">
            <summary> The select the relevant publishing settings for the item </summary>
        </member>
        <member name="F:Sitecore.Texts.PleaseWaitWhileTheItemIsBeingPublished">
            <summary> The please wait while the item is being published </summary>
        </member>
        <member name="F:Sitecore.Texts.TheItemHasBeenPublished">
            <summary> The item has been published </summary>
        </member>
        <member name="F:Sitecore.Texts.UploadANewMediaFileToTheMediaLibrary">
            <summary> The upload a new media file to the media library </summary>
        </member>
        <member name="F:Sitecore.Texts.EditTheMediaItemInTheContentEditor">
            <summary> The Edit the media item in the Content Editor. </summary>
        </member>
        <member name="F:Sitecore.Texts.SaveYourScreenshot">
            <summary> The save your screenshot </summary>
        </member>
        <member name="F:Sitecore.Texts.OpenTheSpecifiedURLInABrowser">
            <summary> The open the specified URL in a browser </summary>
        </member>
        <member name="F:Sitecore.Texts.SecurityEditor">
            <summary> Security Editor </summary>
        </member>
        <member name="F:Sitecore.Texts.AccessViewer">
            <summary> Acess Viewer </summary>
        </member>
        <member name="F:Sitecore.Texts.ResetTheFieldsOnThisPageToTheirStandardValues">
            <summary>Reset the fields on this page to their standard values.</summary>
        </member>
        <member name="F:Sitecore.Texts.SearchProviderIsNotConnected">
            <summary> The search provider is not connected </summary>
        </member>
        <member name="F:Sitecore.Texts.RecycleBinHeaderText">
            <summary> The Recycle bin Header Text </summary>
        </member>
        <member name="F:Sitecore.Texts.PublishJobName">
            <summary>Name of the publishing job.</summary>
        </member>
        <member name="F:Sitecore.Texts.Region">
            <summary>_region - If no region code for a language</summary>
        </member>
        <member name="F:Sitecore.Texts.YOU_DO_NOT_HAVE_ACCESS_TO_THE_SYSTEM_IF_YOU_THINK_THIS_IS_WRONG_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR">
            <summary>
            You do not have access to the system. If you think this is wrong, please contact the system administrator.
            </summary>
        </member>
        <member name="F:Sitecore.Texts.SelectComparisonFirst">
            <summary>"Select comparison first."</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemIsNotIncludedIntoConfiguredTrees">
            <summary>Item is not included into any of configured serialization trees</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemIsNotIncludedIntoSerializeDb">
            <summary>Item is not included into any of configured serialization trees. Do you want to serialize all trees in current database instead?</summary>
        </member>
        <member name="F:Sitecore.Texts.ItemIsNotIncludedIntoDeserializeDb">
            <summary>Item is not included into any of configured serialization trees. Do you want to deserialize all trees in the current database instead?</summary>
        </member>
        <member name="T:Sitecore.Text.Ascii85">
            <summary>
            C# implementation of ASCII85 encoding.
            Based on C code from http://www.stillhq.com/cgi-bin/cvsweb/ascii85/
            </summary>
            <remarks>
            Jeff Atwood
            http://www.codinghorror.com/blog/archives/000410.html
            </remarks>
        </member>
        <member name="F:Sitecore.Text.Ascii85.PrefixMark">
            <summary>
            Prefix mark that identifies an encoded ASCII85 string, traditionally '&lt;~'
            </summary>
        </member>
        <member name="F:Sitecore.Text.Ascii85.SuffixMark">
            <summary>
            Suffix mark that identifies an encoded ASCII85 string, traditionally '~>'
            </summary>
        </member>
        <member name="F:Sitecore.Text.Ascii85.LineLength">
            <summary>
            Maximum line length for encoded ASCII85 string;
            set to zero for one unbroken line.
            </summary>
        </member>
        <member name="F:Sitecore.Text.Ascii85.EnforceMarks">
            <summary>
            Add the Prefix and Suffix marks when encoding, and enforce their presence for decoding
            </summary>
        </member>
        <member name="M:Sitecore.Text.Ascii85.Decode(System.String)">
            <summary>
            Decodes an ASCII85 encoded string into the original binary data
            </summary>
            <param name="s">ASCII85 encoded string</param>
            <returns>byte array of decoded binary data</returns>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="M:Sitecore.Text.Ascii85.Encode(System.Byte[])">
            <summary>
            Encodes binary data into a plaintext ASCII85 format string
            </summary>
            <param name="ba">binary data to encode</param>
            <returns>ASCII85 encoded string</returns>
        </member>
        <member name="T:Sitecore.Text.BigString">
            <summary>
            Represents a string that is very long.
            </summary>
        </member>
        <member name="M:Sitecore.Text.BigString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.BigString"/> class.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="M:Sitecore.Text.BigString.op_Implicit(Sitecore.Text.BigString)~System.String">
            <summary>
            Implicit operators the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="P:Sitecore.Text.BigString.Value">
            <summary>
            Gets the value of the string.
            </summary>
            <value>The value.</value>
        </member>
        <member name="M:Sitecore.Text.BigString.ToString">
            <summary>
            gets the value as a string.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffEngineLevel">
            <summary>
            Represents a diff engine level.
            </summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffEngineLevel.FastImperfect">
            <summary>Fast imperfect.</summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffEngineLevel.Medium">
            <summary>Medium.</summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffEngineLevel.SlowPerfect">
            <summary>Slow perfect.</summary>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffEngine">
            <summary>
            Represents the DiffEngine.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.Diff.DiffEngine"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.GetSourceMatchLength(System.Int32,System.Int32,System.Int32)">
            <summary>
            Gets the length of the source match.
            </summary>
            <param name="destIndex">Index of the dest.</param>
            <param name="sourceIndex">Index of the source.</param>
            <param name="maxLength">Length of the max.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.GetLongestSourceMatch(Sitecore.Text.Diff.DiffState,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Gets the longest source match.
            </summary>
            <param name="curItem">The cur item.</param>
            <param name="destIndex">Index of the dest.</param>
            <param name="destEnd">The dest end.</param>
            <param name="sourceStart">The source start.</param>
            <param name="sourceEnd">The source end.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.ProcessRange(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Processes the range.
            </summary>
            <param name="destStart">The dest start.</param>
            <param name="destEnd">The dest end.</param>
            <param name="sourceStart">The source start.</param>
            <param name="sourceEnd">The source end.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.ProcessDiff(Sitecore.Text.Diff.IDiffList,Sitecore.Text.Diff.IDiffList,Sitecore.Text.Diff.DiffEngineLevel)">
            <summary>
            Processes the diff.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <param name="level">The level.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.ProcessDiff(Sitecore.Text.Diff.IDiffList,Sitecore.Text.Diff.IDiffList)">
            <summary>
            Processes the diff.
            </summary>
            <param name="source">The source.</param>
            <param name="destination">The destination.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.AddChanges(System.Collections.ArrayList,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Adds the changes.
            </summary>
            <param name="report">The report.</param>
            <param name="curDest">The cur dest.</param>
            <param name="nextDest">The next dest.</param>
            <param name="curSource">The cur source.</param>
            <param name="nextSource">The next source.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffEngine.DiffReport">
            <summary>
            Diffs the report.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffListHtml">
            ==========================================================================
             <summary></summary>
            ==========================================================================
        </member>
        <member name="M:Sitecore.Text.Diff.DiffListHtml.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.Diff.DiffListHtml"/> class.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffListHtml.Count">
            <summary>
            Counts this instance.
            </summary>
            <returns>The count.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffListHtml.GetByIndex(System.Int32)">
            <summary>
            Gets the DiffList by index.
            </summary>
            <param name="index">The index.</param>
            <returns>The <see cref="T:System.IComparable"/>.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffListHtml.ReplaceTags(System.String)">
            <summary>
            Replaces the tags.
            </summary>
            <param name="text">The text.</param>
            <returns>The tags.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffListHtml.ZapTag(System.Text.RegularExpressions.Match)">
            <summary>
            Zaps the tag.
            </summary>
            <param name="m">The m.</param>
            <returns>The tag.</returns>
        </member>
        <member name="T:Sitecore.Text.Diff.IDiffList">
            <summary>
            Represents a IDiffList.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.IDiffList.Count">
            <summary>
            Returns the number of elements in the list.
            </summary>
            <returns>The number of elements in the list.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.IDiffList.GetByIndex(System.Int32)">
            <summary>
            Gets the element from the list by index.
            </summary>
            <param name="index">The index.</param>
            <returns>The <see cref="T:System.IComparable"/>.</returns>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffStatus">
            <summary>
            Represents a DiffStatus.
            </summary>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffState">
            <summary>
            Represents a DiffState.
            </summary>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffState.StartIndex">
            <summary>
            Gets the start index.
            </summary>
            <value>The start index.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffState.EndIndex">
            <summary>
            Gets the end index.
            </summary>
            <value>The end index.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffState.Length">
            <summary>
            Gets the length.
            </summary>
            <value>The length.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffState.Status">
            <summary>
            Gets the status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffState.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:DiffState"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffState.SetToUnkown">
            <summary>
            Sets to unkown.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffState.SetMatch(System.Int32,System.Int32)">
            <summary>
            Sets the match.
            </summary>
            <param name="start">The start.</param>
            <param name="length">The length.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffState.SetNoMatch">
            <summary>
            Sets the no match.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffState.HasValidLength(System.Int32,System.Int32,System.Int32)">
            <summary>
            Determines whether [has valid length] [the specified new start].
            </summary>
            <param name="newStart">The new start.</param>
            <param name="newEnd">The new end.</param>
            <param name="maxPossibleDestLength">Length of the max possible dest.</param>
            <returns>
                <c>true</c> if [has valid length] [the specified new start]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffResultSpanStatus">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffResultSpanStatus.NoChange">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffResultSpanStatus.Replace">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffResultSpanStatus.DeleteSource">
            <summary></summary>
        </member>
        <member name="F:Sitecore.Text.Diff.DiffResultSpanStatus.AddDestination">
            <summary></summary>
        </member>
        <member name="T:Sitecore.Text.Diff.DiffResultSpan">
            <summary></summary>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffResultSpan.DestIndex">
            <summary>
            Gets the index of the dest.
            </summary>
            <value>The index of the dest.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffResultSpan.SourceIndex">
            <summary>
            Gets the index of the source.
            </summary>
            <value>The index of the source.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffResultSpan.Length">
            <summary>
            Gets the length.
            </summary>
            <value>The length.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffResultSpan.Status">
            <summary>
            Gets the status.
            </summary>
            <value>The status.</value>
        </member>
        <member name="P:Sitecore.Text.Diff.DiffResultSpan.Link">
            <summary>
            Gets the link.
            </summary>
            <value>The link.</value>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.#ctor(Sitecore.Text.Diff.DiffResultSpanStatus,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:DiffResultSpan"/> class.
            </summary>
            <param name="status">The status.</param>
            <param name="destIndex">Index of the dest.</param>
            <param name="sourceIndex">Index of the source.</param>
            <param name="length">The length.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.CreateNoChange(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the no change.
            </summary>
            <param name="destIndex">Index of the dest.</param>
            <param name="sourceIndex">Index of the source.</param>
            <param name="length">The length.</param>
            <returns>The no change.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.CreateReplace(System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates the replace.
            </summary>
            <param name="destIndex">Index of the dest.</param>
            <param name="sourceIndex">Index of the source.</param>
            <param name="length">The length.</param>
            <returns>The replace.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.CreateDeleteSource(System.Int32,System.Int32)">
            <summary>
            Creates the delete source.
            </summary>
            <param name="sourceIndex">Index of the source.</param>
            <param name="length">The length.</param>
            <returns>The delete source.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.CreateAddDestination(System.Int32,System.Int32)">
            <summary>
            Creates the add destination.
            </summary>
            <param name="destIndex">Index of the dest.</param>
            <param name="length">The length.</param>
            <returns>The add destination.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.AddLength(System.Int32)">
            <summary>
            Adds the length.
            </summary>
            <param name="i">The i.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.SetLink(Sitecore.Text.Diff.DiffResultSpan)">
            <summary>
            Sets the link.
            </summary>
            <param name="link">The link.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Text.Diff.DiffResultSpan.CompareTo(System.Object)">
            <summary>
            Compares the current instance with another object of the same type.
            </summary>
            <param name="obj">An object to compare with this instance.</param>
            <returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance is less than obj. Zero This instance is equal to obj. Greater than zero This instance is greater than obj.
            </returns>
            <exception cref="T:System.ArgumentException">obj is not the same type as this instance. </exception>
        </member>
        <member name="T:Sitecore.Text.Diff.View.DiffView">
            <summary>
            Represents a DiffView.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Diff.View.DiffView.Compare(System.Web.UI.Control,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Compares the specified items.
            </summary>
            <param name="parent">The parent.</param>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <param name="click">The click.</param>
            <returns>The result of the comparison.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.View.DiffView.Append(System.Text.StringBuilder,System.String,System.Int32,System.Int32,System.String)">
            <summary>
            Appends the specified builder.
            </summary>
            <param name="builder">The builder.</param>
            <param name="value">The value.</param>
            <param name="index">The index.</param>
            <param name="length">The length.</param>
            <param name="color">The color.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.View.DiffView.Append(System.Text.StringBuilder,System.String,System.Int32,System.Int32)">
            <summary>
            Appends the specified builder.
            </summary>
            <param name="builder">The builder.</param>
            <param name="value">The value.</param>
            <param name="index">The index.</param>
            <param name="length">The length.</param>
        </member>
        <member name="M:Sitecore.Text.Diff.View.DiffView.GetValue(System.String)">
            <summary>
            Gets the value.
            </summary>
            <param name="value">The value.</param>
            <returns>The value.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.View.DiffView.ShowField(Sitecore.Data.Fields.Field)">
            <summary>
            Shows the field.
            </summary>
            <param name="field">The field.</param>
            <returns>The field.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.View.DiffView.GetContextCulture">
            <summary>
            Returns Context CultureInfo.
            </summary>
            <returns>Te context culture.</returns>
        </member>
        <member name="T:Sitecore.Text.Diff.View.OneColumnDiffView">
            <summary>Represents a OneColumnDiffView.</summary>
        </member>
        <member name="M:Sitecore.Text.Diff.View.OneColumnDiffView.Compare(System.Web.UI.Control,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Compares the specified items.
            </summary>
            <param name="parent">The parent.</param>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <param name="click">The click.</param>
            <returns>The result of the comparison.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.View.OneColumnDiffView.Compare(System.String,System.String)">
            <summary>
            Compares the specified value1.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
            <returns>The <see cref="T:System.String"/>.</returns>
        </member>
        <member name="T:Sitecore.Text.Diff.View.TwoCoumnsDiffView">
            <summary>Represents a TwoCoumnsDiffView.</summary>
        </member>
        <member name="M:Sitecore.Text.Diff.View.TwoCoumnsDiffView.Compare(System.Web.UI.Control,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Compares the specified items.
            </summary>
            <param name="parent">The parent.</param>
            <param name="item1">The item1.</param>
            <param name="item2">The item2.</param>
            <param name="click">The click.</param>
            <returns>The result of the comparison.</returns>
        </member>
        <member name="M:Sitecore.Text.Diff.View.TwoCoumnsDiffView.Compare(System.String@,System.String@)">
            <summary>
            Compares the specified value1.
            </summary>
            <param name="value1">The value1.</param>
            <param name="value2">The value2.</param>
        </member>
        <member name="T:Sitecore.Text.ListString">
            <summary>
                Represents a string that consists of parts seperated by a divider.
            </summary>
        </member>
        <member name="F:Sitecore.Text.ListString.DefaultSeparator">
            <summary>
                Stores the default separator.
            </summary>
        </member>
        <member name="F:Sitecore.Text.ListString._separator">
            <summary>
                The separator which is used to separate values in a string.
            </summary>
        </member>
        <member name="F:Sitecore.Text.ListString._stringsCollection">
            <summary>
                Contains the collection of strings.
            </summary>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(System.Char)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="separator">The seperator.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(System.String,System.Char)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="list">The list.</param>
            <param name="separator">The separator.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(System.Array,System.Char)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="items">The items.</param>
            <param name="separator">The separator.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(System.Collections.Specialized.StringCollection,System.Char)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="items">The items.</param>
            <param name="separator">The separator.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(Sitecore.Text.ListString)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="list">The list.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.#ctor(System.Collections.Generic.List{System.String})">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString" /> class.
            </summary>
            <param name="items">The list of items.</param>
        </member>
        <member name="P:Sitecore.Text.ListString.Count">
            <summary>
                Gets the count.
            </summary>
            <value>The count.</value>
        </member>
        <member name="P:Sitecore.Text.ListString.Items">
            <summary>
                Gets the items.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Sitecore.Text.ListString.Item(System.Int32)">
            <summary>
                Gets or sets the <see cref="T:System.String" /> at the specified index.
            </summary>
            <value></value>
        </member>
        <member name="M:Sitecore.Text.ListString.Compare(Sitecore.Text.ListString,Sitecore.Text.ListString,System.Boolean)">
            <summary>
                Compares the specified string1.
            </summary>
            <param name="string1">The string1.</param>
            <param name="string2">The string2.</param>
            <param name="ignoreOrdering">if set to <c>true</c> this instance is ignore ordering.</param>
            <returns>The compare.</returns>
            <contract>
                <requires name="string1" condition="not null" />
                <requires name="string2" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.ListString.Add(System.String)">
            <summary>
                Adds the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.AddRange(Sitecore.Text.ListString)">
            <summary>
                Adds the specified value.
            </summary>
            <param name="list">The list.</param>
            <returns>The range.</returns>
        </member>
        <member name="M:Sitecore.Text.ListString.AddAt(System.Int32,System.String)">
            <summary>
                Adds the specified value at the specified index.
            </summary>
            <param name="index">The index.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.Add(System.String,System.Boolean)">
            <summary>
                Adds the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="includeBlank">if set to <c>true</c> this instance includes blanks.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.CharIndexOf(System.String)">
            <summary>
                Gets the character index of the specified item..
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.Contains(System.String)">
            <summary>
                Determines whether this instance contains the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if this instance contains the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Text.ListString.GetEnumerator">
            <summary>
                Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
                An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Text.ListString.IndexOf(System.String)">
            <summary>
                Searches for the item and returns the zero-based index of the first occurrence within the entire
                <see cref="T:Sitecore.Text.ListString" />.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.Remove(System.String)">
            <summary>
                Removes the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.Remove(System.Int32)">
            <summary>
                Removes the item at the specified index.
            </summary>
            <param name="index">The index.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.ToString">
            <summary>
                Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
                A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="M:Sitecore.Text.ListString.ToStringCollection">
            <summary>
                Converts this instance to a string collection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Text.ListString.System#Collections#IEnumerable#GetEnumerator">
            <summary>
                Returns an enumerator that iterates through a collection.
            </summary>
            <returns>
                An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
            </returns>
        </member>
        <member name="M:Sitecore.Text.ListString.AddItemsToStringsCollection(System.Array)">
            <summary>
                Applies the specified items.
            </summary>
            <param name="items">The items.</param>
        </member>
        <member name="M:Sitecore.Text.ListString.SplitStringByInnerSeparator(System.String)">
            <summary>
                Splits the string object to an array by <see cref="F:Sitecore.Text.ListString._separator" /> object.
            </summary>
            <param name="list">The string to split.</param>
            <returns>The array of strings.</returns>
        </member>
        <member name="T:Sitecore.Text.ListString.ListStringEnumerator">
            <summary>
                Supports a simple iteration over a ListString.
            </summary>
        </member>
        <member name="M:Sitecore.Text.ListString.ListStringEnumerator.#ctor(Sitecore.Text.ListString)">
            <summary>
                Initializes a new instance of the <see cref="T:Sitecore.Text.ListString.ListStringEnumerator" /> class.
            </summary>
            <param name="listString">The list string.</param>
        </member>
        <member name="P:Sitecore.Text.ListString.ListStringEnumerator.Current">
            <summary>
                Gets the current element in the collection.
            </summary>
            <value></value>
            <returns>The current element in the collection.</returns>
            <exception cref="T:System.InvalidOperationException">Current item is not valid.</exception>
        </member>
        <member name="P:Sitecore.Text.ListString.ListStringEnumerator.System#Collections#Generic#IEnumerator{System#String}#Current">
            <summary>
                Gets the element in the collection at the current position of the enumerator.
            </summary>
            <value></value>
            <returns>The element in the collection at the current position of the enumerator.</returns>
            <exception cref="T:System.InvalidOperationException">Current item is not valid.</exception>
        </member>
        <member name="M:Sitecore.Text.ListString.ListStringEnumerator.Dispose">
            <summary>
                Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="M:Sitecore.Text.ListString.ListStringEnumerator.MoveNext">
            <summary>
                Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
                true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of
                the collection.
            </returns>
            <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
        </member>
        <member name="M:Sitecore.Text.ListString.ListStringEnumerator.Reset">
            <summary>
                Sets the enumerator to its initial position, which is before the first element in the collection.
            </summary>
            <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
        </member>
        <member name="T:Sitecore.Text.LogicalStringComparer">
            <summary>
            Compares two object using logical comparison.
            </summary>
        </member>
        <member name="M:Sitecore.Text.LogicalStringComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            <param name="x">The first object to compare.</param>
            <param name="y">The second object to compare.</param>
            <returns>
            Value Condition Less than zero x is less than y. Zero x equals y. Greater than zero x is greater than y.
            </returns>
            <exception cref="T:System.ArgumentException">Neither x nor y implements the <see cref="T:System.IComparable"></see> interface.-or- x and y are of different types and neither one can handle comparisons with the other. </exception>
            <contract>
              <requires name="x" condition="none" />
              <requires name="y" condition="none" />
            </contract>
        </member>
        <member name="T:Sitecore.Text.Mask">
            <summary>
            Mask class
            </summary>
        </member>
        <member name="M:Sitecore.Text.Mask.#ctor(System.String,Sitecore.Text.MaskType,System.StringComparison)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.Mask"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Text.Mask.Comparison">
            <summary>
            Gets the comparison type.
            </summary>
            <value>The comparison.</value>
        </member>
        <member name="P:Sitecore.Text.Mask.Pattern">
            <summary>
            Gets the pattern.
            </summary>
            <value>The pattern.</value>
        </member>
        <member name="P:Sitecore.Text.Mask.Type">
            <summary>
            Gets the mask type.
            </summary>
            <value>The type.</value>
        </member>
        <member name="M:Sitecore.Text.Mask.Matches(System.String)">
            <summary>
            Checks for a match against the specified value.
            </summary>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Text.MaskType">
            <summary>
            MaskType class
            </summary>
        </member>
        <member name="F:Sitecore.Text.MaskType.Any">
            <summary>Matches anything.</summary>
        </member>
        <member name="F:Sitecore.Text.MaskType.StartsWith">
            <summary>Value being tested must start with a specific string.</summary>
        </member>
        <member name="F:Sitecore.Text.MaskType.EndsWith">
            <summary>Value being tested must end with a specific string.</summary>
        </member>
        <member name="F:Sitecore.Text.MaskType.Contains">
            <summary>Value being tested must contain a specific string.</summary>
        </member>
        <member name="T:Sitecore.Text.NVelocity.VelocityHelper">
            <summary>
            Velocity helper methods
            </summary>
        </member>
        <member name="M:Sitecore.Text.NVelocity.VelocityHelper.Evaluate(NVelocity.VelocityContext,System.String,System.String)">
            <summary>
            Processes velocity template and returns the rendering result
            </summary>
            <param name="context">Populated velocity context</param>
            <param name="template">Velocity template to process</param>
            <param name="logName">Name that will be used to log the event</param>
            <returns>Rendered template</returns>
        </member>
        <member name="M:Sitecore.Text.NVelocity.VelocityHelper.PopulateFromSitecoreContext(NVelocity.VelocityContext)">
            <summary>
            Populates velocity context with Sitecore.Context properties
            </summary>
            <param name="context">Velocity context to populate</param>
        </member>
        <member name="T:Sitecore.Text.Replacer">
            <summary>
            Replacer.
            </summary>
        </member>
        <member name="M:Sitecore.Text.Replacer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.Replacer"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="P:Sitecore.Text.Replacer.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Text.Replacer.Name">
            <summary>
            Gets the name.
            </summary>
            <value>The name.</value>
        </member>
        <member name="M:Sitecore.Text.Replacer.Replace(System.String)">
            <summary>
            Replaces the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <contract>
              <requires name="text" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.Replacer.ReplaceFieldValues(Sitecore.Data.Items.Item)">
            <summary>
            Replaces the field values.
            </summary>
            <param name="item">The item.</param>
            <returns>The field values.</returns>
            <contract>
              <requires name="item" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.Replacer.ReplaceFieldVariables(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Replaces the field variables.
            </summary>
            <param name="value">The value.</param>
            <param name="item">The item.</param>
            <returns>The field variables.</returns>
        </member>
        <member name="M:Sitecore.Text.Replacer.AddRegex(System.Xml.XmlNode)">
            <summary>
            Adds the regex replacement.
            </summary>
            <param name="definition">The definition.</param>
        </member>
        <member name="M:Sitecore.Text.Replacer.AddReplacement(System.Xml.XmlNode)">
            <summary>
            Adds a replacement.
            </summary>
            <param name="definition">The definition.</param>
        </member>
        <member name="M:Sitecore.Text.Replacer.AddSimple(System.Xml.XmlNode)">
            <summary>
            Adds the simple replacement.
            </summary>
            <param name="definition">The definition.</param>
            <contract>
              <requires name="definition" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.Replacer.GetFieldValue(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Gets the field value.
            </summary>
            <param name="fieldName">Name of the field.</param>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Text.Replacer.RegexReplacement">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Text.Replacer.RegexReplacement.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.Replacer.RegexReplacement"/> class.
            </summary>
            <param name="definition">The definition.</param>
        </member>
        <member name="P:Sitecore.Text.Replacer.RegexReplacement.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Text.Replacer.RegexReplacement.Replace(System.String)">
            <summary>
            Replaces the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns>The replaced text.</returns>
            <contract>
                <requires name="text" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Text.Replacer.RegexReplacement.PerformSimpleTest(System.String)">
            <summary>
            Performs the simple test.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Text.Replacer.Replacement">
            <summary>
            </summary>
        </member>
        <member name="P:Sitecore.Text.Replacer.Replacement.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Text.Replacer.Replacement.Replace(System.String)">
            <summary>
            Replaces the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Text.Replacer.SimpleReplacement">
            <summary>
            </summary>
        </member>
        <member name="M:Sitecore.Text.Replacer.SimpleReplacement.#ctor(System.Xml.XmlNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.Replacer.SimpleReplacement"/> class.
            </summary>
            <param name="definition">The definition.</param>
        </member>
        <member name="P:Sitecore.Text.Replacer.SimpleReplacement.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Text.Replacer.SimpleReplacement.Replace(System.String)">
            <summary>
            Replaces the specified text.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
            <contract>
              <requires name="text" condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.Replacer.SimpleReplacement.ReplaceNoCase(System.String)">
            <summary>
            Replaces without case-sensitivity.
            </summary>
            <param name="text">The text.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Text.ReplacerContext">
            <summary>
            ReplacerContext class
            </summary>
        </member>
        <member name="M:Sitecore.Text.ReplacerContext.#ctor(System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.ReplacerContext"/> class.
            </summary>
            <param name="variables">The variables (on the form { name1, value1, name2, value2, ...}).</param>
        </member>
        <member name="P:Sitecore.Text.ReplacerContext.Values">
            <summary>
            Gets the values.
            </summary>
            <value>The values.</value>
        </member>
        <member name="T:Sitecore.Text.ReplacerContextSwitcher">
            <summary>
            ReplacerContext class
            </summary>
        </member>
        <member name="M:Sitecore.Text.ReplacerContextSwitcher.#ctor(System.String[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.ReplacerContextSwitcher"/> class.
            </summary>
            <param name="variables">The variables.</param>
        </member>
        <member name="M:Sitecore.Text.ReplacerContextSwitcher.#ctor(Sitecore.Text.ReplacerContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.ReplacerContext"/> class.
            </summary>
            <param name="context">The context to switch to.</param>
        </member>
        <member name="T:Sitecore.Text.StringContainer">
            <summary>Maintains a single string value.</summary>
            <remarks>
            <para>The purpose of the StringContainer is to make a string mutable.</para>
            <para>The StringContainer enables multiple objects to share a common string. If one
            object changes the string, it is changed for all objects.
            </para>
            </remarks>
            <example>
            <code>
              StringContainer container = new StringContainer("Hello world");
               
              object1.myString = container;
              object2.myString = container;
               
              object1.myString.Value = "This is object1 talking.";
               
              string result = object2.myString.Value; // "This is object1 talking."
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Text.StringContainer.#ctor">
            <summary>
            Initializes a StringContainer object with a blank string.
            </summary>
            <example>
                <code>
            StringContainer container = new StringContainer();
            </code>
            </example>
        </member>
        <member name="M:Sitecore.Text.StringContainer.#ctor(System.String)">
            <summary>
            Initializes a StringContainer object from a value.
            </summary>
            <param name="value">The value.</param>
            <example>
                <code>
            StringContainer container = new StringContainer("Hello world");
            </code>
            </example>
            <contract>
              <requires name="value" condition="none" />
            </contract>
        </member>
        <member name="P:Sitecore.Text.StringContainer.Value">
            <summary>
            Gets or sets the string value.
            </summary>
            <value>The string value of the container.</value>
            <example>
                <code>
            StringContainer container = new StringContainer();
            container.Value = "Hello world";
            </code>
            </example>
            <contract>
              <requires name="value" condition="none" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.StringContainer.Clone">
            <summary>
            Makes a unique clone of the string value.
            </summary>
            <returns>The created StringContainer.</returns>
        </member>
        <member name="T:Sitecore.Text.TextParser">
            <summary>
            TextParser class
            </summary>
        </member>
        <member name="M:Sitecore.Text.TextParser.MovePast(System.String,System.String,System.Int32@)">
            <summary>
            Moves a position counter past a specific character sequence.
            </summary>
            <param name="text">The text string.</param>
            <param name="match">The character sequence to match and move past.</param>
            <param name="position">The position.</param>
            <returns>
              <c>true</c> if the position was updated; <c>false</c> if the text to match was not found.
            </returns>
        </member>
        <member name="M:Sitecore.Text.TextParser.ReadInt(System.String,System.Char,System.Int32@,System.Int32@)">
            <summary>
            Reads an integer value.
            </summary>
            <param name="text">The text string.</param>
            <param name="stopCharacter">The stop character.</param>
            <param name="position">The position.</param>
            <param name="value">The value.</param>
            <returns>The read int.</returns>
        </member>
        <member name="M:Sitecore.Text.TextParser.ReadString(System.String,System.Int32,System.Int32@,System.String@)">
            <summary>
            Reads a string.
            </summary>
            <param name="text">
            The text string.
            </param>
            <param name="length">
            The length of the string to read.
            </param>
            <param name="position">
            The position.
            </param>
            <param name="token">
            The token.
            </param>
            <returns>
            The read string.
            </returns>
            <remarks>
            The position will be updated to point past the string read.
            </remarks>
        </member>
        <member name="M:Sitecore.Text.TextParser.ReadToken(System.String,System.Char,System.Int32@,System.String@)">
            <summary>
            Reads a token.
            </summary>
            <remarks>
            The position will be updated to point past the <c>stopChar</c>.
            </remarks>
            <param name="text">
            The text string.
            </param>
            <param name="stopCharacter">
            The stop character.
            </param>
            <param name="position">
            The position.
            </param>
            <param name="token">
            The token.
            </param>
            <returns>
            The read token.
            </returns>
        </member>
        <member name="M:Sitecore.Text.TextParser.ReadToken(System.String,System.Char[],System.Int32@,System.String@)">
            <summary>
            Reads a token.
            </summary>
            <param name="text">The text string.</param>
            <param name="stopCharacters">The stop characters.</param>
            <param name="position">The position.</param>
            <param name="token">The token.</param>
            <returns>The read token.</returns>
            <remarks>
            The position will be updated to point past the <c>stopChar</c>.
            </remarks>
        </member>
        <member name="M:Sitecore.Text.TextParser.ReadToken(System.String,System.Char[],System.Int32@,System.String@,System.Char@)">
            <summary>
            Reads the token.
            </summary>
            <param name="text">
            The text string.
            </param>
            <param name="stopCharacters">
            The stop characters.
            </param>
            <param name="position">
            The position.
            </param>
            <param name="token">
            The token.
            </param>
            <param name="stopCharacter">
            The stop character.
            </param>
            <returns>
            <c>true</c> when token has been read.
            </returns>
        </member>
        <member name="M:Sitecore.Text.TextParser.Skip(System.String,System.String,System.Int32@)">
            <summary>
            Skips the specified text.
            </summary>
            <param name="text">The text string.</param>
            <param name="skipText">The skip text.</param>
            <param name="position">The position.</param>
            <returns><c>true</c> when we should skip this.</returns>
        </member>
        <member name="M:Sitecore.Text.TextParser.SwallowChar(System.String,System.Char,System.Int32@)">
            <summary>
            Swallows (ie. reads past) a char.
            </summary>
            <remarks>
            The position will be updated to point past the <c>character</c>.
            </remarks>
            <param name="text">
            The text string.
            </param>
            <param name="character">
            The character.
            </param>
            <param name="position">
            The position.
            </param>
            <returns>
            The swallow char.
            </returns>
        </member>
        <member name="T:Sitecore.Text.UrlBuilder">
            <summary>
            UrlBuilder class
            </summary>
        </member>
        <member name="M:Sitecore.Text.UrlBuilder.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.UrlBuilder"/> class.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="P:Sitecore.Text.UrlBuilder.Item(System.String)">
            <summary>
            Gets the value for the specified query string key.
            </summary>
            <value></value>
        </member>
        <member name="P:Sitecore.Text.UrlBuilder.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="M:Sitecore.Text.UrlBuilder.AddQueryString(System.String)">
            <summary>
            Adds the query string.
            </summary>
            <param name="queryString">The query string.</param>
        </member>
        <member name="M:Sitecore.Text.UrlBuilder.ToString">
            <summary>
            Returns a <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.
            </summary>
             
            <returns>
            A <see cref="T:System.String" /> that represents the current <see cref="T:System.Object" />.
            </returns>
            <filterpriority>2</filterpriority>
        </member>
        <member name="T:Sitecore.Text.UrlString">
            <summary>
            The URL string.
            </summary>
        </member>
        <member name="F:Sitecore.Text.UrlString.parameters">
            <summary>
            The parameters.
            </summary>
        </member>
        <member name="F:Sitecore.Text.UrlString.hash">
            <summary>
            The hash.
            </summary>
        </member>
        <member name="F:Sitecore.Text.UrlString.hostName">
            <summary>
            The host name.
            </summary>
        </member>
        <member name="F:Sitecore.Text.UrlString.path">
            <summary>
            The path.
            </summary>
        </member>
        <member name="F:Sitecore.Text.UrlString.protocol">
            <summary>
            The protocol.
            </summary>
        </member>
        <member name="F:Sitecore.Text.UrlString.separator">
            <summary>
            The query string separator.
            </summary>
        </member>
        <member name="M:Sitecore.Text.UrlString.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.UrlString"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.Text.UrlString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.UrlString"/> class.
            </summary>
            <param name="url">
            The URL.
            </param>
        </member>
        <member name="M:Sitecore.Text.UrlString.#ctor(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Text.UrlString"/> class.
            </summary>
            <param name="parameters">
            The parameters.
            </param>
        </member>
        <member name="P:Sitecore.Text.UrlString.Extension">
            <summary>
            Sets the extension.
            </summary>
            <value>
            The extension.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Hash">
            <summary>
            Gets or sets the hash.
            </summary>
            <value>
            The hash.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.HasPath">
            <summary>
            Gets a value indicating whether this instance has path.
            </summary>
            <value>
            <c>true</c> if this instance has path; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.HostName">
            <summary>
            Gets or sets the host name to use in the URL.
            </summary>
            <value>
            The host name.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>
            The parameters.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Path">
            <summary>
            Gets or sets the path.
            </summary>
            <value>The path.</value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Protocol">
            <summary>
            Gets or sets the protocol to use when generating the URL (i.e. http or https).
            </summary>
            <value>
            The protocol.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Query">
            <summary>
            Gets or sets the query meaning only the parameter part of the URL.
            </summary>
            <value>
            The query.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Separator">
            <summary>
            Gets the separator.
            </summary>
            <value>
            The separator.
            </value>
        </member>
        <member name="P:Sitecore.Text.UrlString.Item(System.String)">
            <summary>
            Gets or sets the value of the query string parameter with the specified key.
            </summary>
            <param name="key">
            The key of the query string parameter.
            </param>
            <value>
            The value of the query string parameter.
            </value>
        </member>
        <member name="M:Sitecore.Text.UrlString.Add(System.String,System.String)">
            <summary>
            Adds the specified parameter as a key and value to this URL.
            Notice that the URL is returned on each Add call. Therefore,
            if this final URL is not needed use the Append method instead.
            </summary>
            <param name="key">
            The key.
            </param>
            <param name="value">
            The value.
            </param>
            <returns>
            The URL.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.Add(System.String,System.String,System.Boolean)">
            <summary>
            Adds the specified parameter as a key and value to this URL.
            Notice that the URL is returned on each Add call. Therefore,
            if this final URL is not needed use the Append method instead.
            </summary>
            <param name="key">
            The key.
            </param>
            <param name="value">
            The value.
            </param>
            <param name="allowBlank">
            Indication of wheter the value should be allowed to be blank.
            </param>
            <returns>
            The URL.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.Append(System.Collections.Specialized.NameValueCollection)">
            <summary>
            Appends the a parameter to this URL. The parameter
            is expressed as a key/value given as parameter.
            </summary>
            <param name="arguments">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Text.UrlString.Append(System.String,System.String)">
            <summary>
            Appends the a parameter to this URL. The parameter
            is expressed as a key/value given as parameter.
            </summary>
            <param name="key">
            The key of the parameter.
            </param>
            <param name="value">
            The paramters value.
            </param>
        </member>
        <member name="M:Sitecore.Text.UrlString.Append(Sitecore.Text.UrlString)">
            <summary>
            Appends the parameters of the specified URL string.
            </summary>
            <param name="url">
            The URL string.
            </param>
        </member>
        <member name="M:Sitecore.Text.UrlString.GetUrl">
            <summary>
            Builds and gets the final URL this instance represents.
            </summary>
            <returns>
            The final URL.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.GetUrl(System.Boolean)">
            <summary>
            Builds and get the final Url this instance represents.
            </summary>
            <param name="xhtmlFormat">
            If set to <c>true</c> link will be in XHTML format.
            </param>
            <returns>
            The URL.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.Remove(System.String)">
            <summary>
            Removes a parameter specified as a key.
            Notice that this method returns the URL.
            If this value is not needed, please use Truncate method instead.
            </summary>
            <param name="key">
            The key to remove.
            </param>
            <returns>
            The URL.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents this instance.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents this instance.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.Truncate(System.String)">
            <summary>
            Removes a parameter specified as a key.
            </summary>
            <param name="key">
            The key.
            </param>
        </member>
        <member name="M:Sitecore.Text.UrlString.GetQuery(System.String)">
            <summary>
            Gets the query as a string without the '?' leading character.
            </summary>
            <param name="queryStringSeparator">
            The separator of query string parameters.
            </param>
            <returns>
            The query as a string without the '?' leading character.
            </returns>
        </member>
        <member name="M:Sitecore.Text.UrlString.Parse(System.String)">
            <summary>
            Parses the URL.
            </summary>
            <param name="url">
            The URL.
            </param>
        </member>
        <member name="M:Sitecore.Text.UrlString.ParseQuery(System.String)">
            <summary>
            Parses the query.
            </summary>
            <param name="parameterSection">
            The parameter section.
            </param>
        </member>
        <member name="T:Sitecore.Text.WildCardParser">
            <summary>
            WildCardParser
            </summary>
        </member>
        <member name="M:Sitecore.Text.WildCardParser.GetParts(System.String)">
            <summary>
            Gets the parts.
            </summary>
            <param name="value">The value.</param>
            <returns>The parts.</returns>
            <contract>
              <requires name="value" condition="not null" />
              <ensures condition="not null" />
            </contract>
        </member>
        <member name="M:Sitecore.Text.WildCardParser.Matches(System.String,System.String[])">
            <summary>
            Matcheses the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="matchParts">The match parts.</param>
            <returns>The matches.</returns>
            <contract>
                <requires name="value" condition="not null"/>
                <requires name="matchParts" condition="not null"/>
            </contract>
        </member>
        <member name="M:Sitecore.Text.WildCardParser.Matches(System.String,System.String[],System.Boolean)">
            <summary>
            Matcheses the specified value.
            </summary>
            <param name="value">The value.</param>
            <param name="matchParts">The match parts.</param>
            <param name="disableTrailingWildcard">Disables an extra asterisk wildcard that is added to the end of the value by default.
            <para>If <paramref name="value"/> has extra characters after last <paramref name="matchParts"/> method returns <value>true</value>.</para>
            <para>Set <value>true</value> to deactivate last wildcard.</para>
             </param>
            <returns>
            <paramref name="value"/> matches <paramref name="matchParts"/>. The first <paramref name="matchParts"/> element can be wildcard.
            </returns>
            <contract>
              <requires name="value" condition="not null" />
              <requires name="matchParts" condition="not null" />
            </contract>
        </member>
        <member name="T:Sitecore.Threading.BackgroundStatus">
            <summary>
            Represents the background thread status.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.BackgroundStatus.#ctor(System.Delegate)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.BackgroundStatus"/> class.
            </summary>
            <param name="delegate">The _delegate.</param>
        </member>
        <member name="P:Sitecore.Threading.BackgroundStatus.Delegate">
            <summary>
            Gets the delegate.
            </summary>
            <value>The delegate.</value>
        </member>
        <member name="T:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler">
            <summary>
            Provides a task scheduler that ensures a maximum concurrency level while running on top of the thread pool.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.currentThreadIsProcessingItems">
            <summary>
            Indicates whether the current thread is processing work items.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.maxDegreeOfParallelism">
            <summary>
            The maximum concurrency level allowed by this scheduler.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.tasks">
            <summary>
            The list of tasks to be executed
            </summary>
        </member>
        <member name="F:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.delegatesQueuedOrRunning">
            <summary>
            Indicates whether the scheduler is currently processing work items.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler"/> class with the specified degree of parallelism.
            </summary>
            <param name="maxDegreeOfParallelism">The max degree of parallelism.</param>
        </member>
        <member name="P:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.MaximumConcurrencyLevel">
            <summary>
            Indicates the maximum concurrency level this <see cref="T:System.Threading.Tasks.TaskScheduler" /> is able to support.
            </summary>
            <returns>Returns an integer that represents the maximum concurrency level. The default scheduler returns <see cref="F:System.Int32.MaxValue" />.</returns>
        </member>
        <member name="M:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.GetScheduledTasks">
            <summary>
            For debugger support only, generates an enumerable of <see cref="T:System.Threading.Tasks.Task" /> instances currently queued to the scheduler waiting to be executed.
            </summary>
            <returns>
            An enumerable that allows a debugger to traverse the tasks currently queued to this scheduler.
            </returns>
        </member>
        <member name="M:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.QueueTask(System.Threading.Tasks.Task)">
            <summary>
            Queues a <see cref="T:System.Threading.Tasks.Task" /> to the scheduler.
            </summary>
            <param name="task">The <see cref="T:System.Threading.Tasks.Task" /> to be queued.</param>
        </member>
        <member name="M:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.TryDequeue(System.Threading.Tasks.Task)">
            <summary>
            Attempts to de-queue a <see cref="T:System.Threading.Tasks.Task" /> that was previously queued to this scheduler.
            </summary>
            <param name="task">The <see cref="T:System.Threading.Tasks.Task" /> to be de-queued.</param>
            <returns>
            A Boolean denoting whether the <paramref name="task" /> argument was successfully de-queued.
            </returns>
        </member>
        <member name="M:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)">
            <summary>
            Determines whether the provided <see cref="T:System.Threading.Tasks.Task" /> can be executed synchronously in this call, and if it can, executes it.
            </summary>
            <param name="task">The <see cref="T:System.Threading.Tasks.Task" /> to be executed.</param>
            <param name="taskWasPreviouslyQueued">A Boolean denoting whether or not task has previously been queued. If this parameter is True, then the task may have been previously queued (scheduled); if False, then the task is known not to have been queued, and this call is being made in order to execute the task inline without queuing it.</param>
            <returns>
            A Boolean value indicating whether the task was executed inline.
            </returns>
        </member>
        <member name="M:Sitecore.Threading.LimitedConcurrencyLevelTaskScheduler.NotifyThreadPoolOfPendingWork">
            <summary>
            Notifies the thread pool of pending work.
            </summary>
        </member>
        <member name="T:Sitecore.Threading.Locks.ISynchronizable">
            <summary>
            Refines a synchronizable object
            </summary>
        </member>
        <member name="P:Sitecore.Threading.Locks.ISynchronizable.Lock">
            <summary>
            Gets the lock.
            </summary>
            <value>The lock.</value>
        </member>
        <member name="T:Sitecore.Threading.Locks.ReadScope">
            <summary>
            Defines a scope the takes a Read lock on <see cref="T:System.Threading.ReaderWriterLockSlim"/>
            </summary>
        </member>
        <member name="F:Sitecore.Threading.Locks.ReadScope.mutex">
            <summary>
            Reference to the mutex.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.Locks.ReadScope.#ctor(Sitecore.Threading.Locks.ISynchronizable)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.Locks.ReadScope"/> class.
            </summary>
            <param name="instance">The instance.</param>
        </member>
        <member name="M:Sitecore.Threading.Locks.ReadScope.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.Locks.ReadScope"/> class.
            </summary>
            <param name="mutex">The mutex.</param>
        </member>
        <member name="M:Sitecore.Threading.Locks.ReadScope.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Threading.Locks.UpgradeableReadScope">
             <summary>
            Defines a scope that takes UpgradeableRead lock on a <see cref="T:System.Threading.ReaderWriterLockSlim"/>
             </summary>
        </member>
        <member name="F:Sitecore.Threading.Locks.UpgradeableReadScope.mutex">
            <summary>
            Reference to the mutex
            </summary>
        </member>
        <member name="M:Sitecore.Threading.Locks.UpgradeableReadScope.#ctor(Sitecore.Threading.Locks.ISynchronizable)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.Locks.UpgradeableReadScope"/> class.
            </summary>
            <param name="instance">The instance.</param>
        </member>
        <member name="M:Sitecore.Threading.Locks.UpgradeableReadScope.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.Locks.UpgradeableReadScope"/> class.
            </summary>
            <param name="mutex">The mutex.</param>
        </member>
        <member name="M:Sitecore.Threading.Locks.UpgradeableReadScope.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Threading.Locks.WriteScope">
            <summary>
            Defines a scope that takes a Write lock on a <see cref="T:System.Threading.ReaderWriterLockSlim"/>
            </summary>
        </member>
        <member name="F:Sitecore.Threading.Locks.WriteScope.mutex">
            <summary>
            Reference to the mutex.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.Locks.WriteScope.#ctor(Sitecore.Threading.Locks.ISynchronizable)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.Locks.WriteScope"/> class.
            </summary>
            <param name="instance">The instance that contains a lock.</param>
        </member>
        <member name="M:Sitecore.Threading.Locks.WriteScope.#ctor(System.Threading.ReaderWriterLockSlim)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Threading.Locks.WriteScope"/> class.
            </summary>
            <param name="mutex">The mutex.</param>
        </member>
        <member name="M:Sitecore.Threading.Locks.WriteScope.Dispose">
            <summary>
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
            </summary>
        </member>
        <member name="T:Sitecore.Threading.ManagedThreadPool">
            <summary>
            Provides logic to execute operations in predefined thread group (background threads) in try-catch block.
            <para>Use <see cref="M:Sitecore.Threading.ManagedThreadPool.QueueUserWorkItem(System.Threading.WaitCallback,System.Object)"/> API to queue an operation to be processed in the pool.</para>
            <para><see cref="P:Sitecore.Configuration.Settings.MaxWorkerThreads"/> defines maximum number of threads allowed in the pool.</para>
            <para>Reports a number of threads created so far, number of pending callbacks, and active threads (callbacks being processed now).</para>
            <para>Does not produce CPU pressure in case no operations to be performed.</para>
            </summary>
        </member>
        <member name="M:Sitecore.Threading.ManagedThreadPool.#cctor">
            <summary>
            Initializes static members of the <see cref="T:Sitecore.Threading.ManagedThreadPool" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.ManagedThreadPool.EmptyQueue">
            <summary>Empties the work queue of any queued work items.</summary>
        </member>
        <member name="M:Sitecore.Threading.ManagedThreadPool.QueueUserWorkItem(System.Threading.WaitCallback)">
            <summary>Queues a user work item to the thread pool.</summary>
            <param name="callback">
            A WaitCallback representing the delegate to invoke when the thread in the
            thread pool picks up the work item.
            </param>
        </member>
        <member name="M:Sitecore.Threading.ManagedThreadPool.QueueUserWorkItem(System.Threading.WaitCallback,System.Object)">
            <summary>Queues a user work item to the thread pool.</summary>
            <param name="callback">
            A WaitCallback representing the delegate to invoke when the 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="P:Sitecore.Threading.ManagedThreadPool.ActiveThreads">
            <summary>
            Gets the number of currently active threads in the thread pool.
            </summary>
        </member>
        <member name="P:Sitecore.Threading.ManagedThreadPool.CreatedThreads">
            <summary>
            Gets the number of threads created so far.
            <para>A new thread is created when a new worker item is created, but no idle threads to process.</para>
            </summary>
            <value>
            The number of threads created.
            </value>
        </member>
        <member name="P:Sitecore.Threading.ManagedThreadPool.MaxThreads">
            <summary>
            Gets the number of threads at the disposal of the thread pool.
            </summary>
        </member>
        <member name="P:Sitecore.Threading.ManagedThreadPool.WaitingCallbacks">
            <summary>
            Gets the number of callback delegates currently waiting in the thread pool.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.ManagedThreadPool.MethodCallback(System.Object)">
            <summary>
            Callback for queued methods.
            </summary>
            <param name="state">The state.</param>
        </member>
        <member name="M:Sitecore.Threading.ManagedThreadPool.MethodCallback``1(System.Object)">
            <summary>
            Callback for queued methods.
            </summary>
            <typeparam name="T"></typeparam>
            <param name="state">The state.</param>
        </member>
        <member name="T:Sitecore.Threading.CustomThreadPool">
            <summary>
            Provides logic to execute operations in predefined thread group (background threads) in try-catch block.
            <para>Use <see cref="M:Sitecore.Threading.CustomThreadPool.QueueUserWorkItem(System.Threading.WaitCallback,System.Object)"/> API to queue an operation to be processed in the pool.</para>
            <para>Constructor parameter defines maximum number of threads allowed in the pool.</para>
            <para>Reports a number of threads created so far, number of pending callbacks, and active threads (callbacks being processed now).</para>
            <para>Does not produce CPU pressure in case no operations to be performed.</para>
            </summary>
        </member>
        <member name="F:Sitecore.Threading.CustomThreadPool.WorkerThreads">
            <summary>
            The placeholder for storing constructed worker threads for the threadpool.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.CustomThreadPool._workerThreadNeeded">
            <summary>
            Used to signal that a worker thread is needed for processing. Note that multiple
            threads may be needed simultaneously and as such we use a semaphore instead of
            an auto reset event.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.CustomThreadPool._waitingCallbacks">
            <summary>
            Queue of all the callbacks waiting to be executed.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.CustomThreadPool._inUseThreads">
            <summary>
            Number of threads currently active (processing callbacks).
            </summary>
        </member>
        <member name="F:Sitecore.Threading.CustomThreadPool._threadsCreated">
            <summary>
            Number of threads currently created.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.#ctor(System.Int32)">
            <summary>
            Initializes members of the <see cref="T:Sitecore.Threading.ManagedThreadPool" /> class.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.EmptyQueue">
            <summary>Empties the work queue of any queued work items.</summary>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.QueueUserWorkItem(System.Threading.WaitCallback)">
            <summary>Queues a user work item to the thread pool.</summary>
            <param name="callback">
            A WaitCallback representing the delegate to invoke when the thread in the
            thread pool picks up the work item.
            </param>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.QueueUserWorkItem(System.Threading.WaitCallback,System.Object)">
            <summary>Queues a user work item to the thread pool.</summary>
            <param name="callback">
            A WaitCallback representing the delegate to invoke when the 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="P:Sitecore.Threading.CustomThreadPool.ActiveThreads">
            <summary>
            Gets the number of currently active threads in the thread pool.
            </summary>
        </member>
        <member name="P:Sitecore.Threading.CustomThreadPool.CreatedThreads">
            <summary>
            Gets the number of threads created so far.
            <para>A new thread is created when a new worker item is created, but no idle threads to process.</para>
            </summary>
            <value>
            The number of threads created.
            </value>
        </member>
        <member name="P:Sitecore.Threading.CustomThreadPool.MaxThreads">
            <summary>
            Gets the number of threads at the disposal of the thread pool.
            </summary>
        </member>
        <member name="P:Sitecore.Threading.CustomThreadPool.WaitingCallbacks">
            <summary>
            Gets the number of callback delegates currently waiting in the thread pool.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.AddThreadIntoThreadPool">
            <summary>
            Initiates new <see cref="T:System.Threading.Thread"/>, and adds it into the thread pool in case a free slot is available.
            </summary>
            <returns><c>true</c> when a thread added to the pool;<c>false</c> otherwise.</returns>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.ProcessQueuedItems">
            <summary>
            A thread worker function that processes items from the work queue.
            <para>A thread Will sleep (not consume CPU) until a new callback is added.</para>
            <para>Will wake up and make an attempt to process newly added callback, and sleep again in case no callbacks to process.</para>
            </summary>
        </member>
        <member name="T:Sitecore.Threading.CustomThreadPool.WaitingCallback">
            <summary>
            Used to hold a callback delegate and the state for that delegate.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.CustomThreadPool.WaitingCallback.#ctor(System.Threading.WaitCallback,System.Object)">
            <summary>
            Initialize the new instance of <see cref="T:Sitecore.Threading.CustomThreadPool.WaitingCallback"/> that holds an object state.
            </summary>
            <param name="callback">Callback delegate for the callback.</param>
            <param name="state">State with which to call the callback delegate.</param>
        </member>
        <member name="P:Sitecore.Threading.CustomThreadPool.WaitingCallback.Callback">
            <summary>Gets the callback delegate for the callback.</summary>
        </member>
        <member name="P:Sitecore.Threading.CustomThreadPool.WaitingCallback.State">
            <summary>Gets the state with which to call the callback delegate.</summary>
        </member>
        <member name="T:Sitecore.Threading.Semaphore">
            <summary>Implementation of Dijkstra's PV Semaphore based on the Monitor class.</summary>
        </member>
        <member name="F:Sitecore.Threading.Semaphore._count">
            <summary>The number of units allotted by this semaphore.</summary>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.#ctor">
            <summary> Initialize the semaphore as a binary semaphore.</summary>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.#ctor(System.Int32)">
            <summary> Initialize the semaphore as a counting semaphore.</summary>
            <param name="count">Initial number of threads that can take out units from this semaphore.</param>
            <exception cref="T:System.ArgumentException">Throws if the count argument is less than 1.</exception>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.AddOne">
            <summary>V the semaphore (add 1 unit to it).</summary>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.P">
            <summary>P the semaphore (take out 1 unit from it).</summary>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.Reset(System.Int32)">
            <summary>Resets the semaphore to the specified count. Should be used cautiously.</summary>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.V">
            <summary>V the semaphore (add 1 unit to it).</summary>
        </member>
        <member name="M:Sitecore.Threading.Semaphore.WaitOne">
            <summary>P the semaphore (take out 1 unit from it).</summary>
        </member>
        <member name="T:Sitecore.Threading.ThreadData">
            <summary>
            Represents the data of a thread.
            </summary>
        </member>
        <member name="M:Sitecore.Threading.ThreadData.GetData(System.String)">
            <summary>
            Gets the data.
            </summary>
            <param name="key">The key.</param>
            <returns>The data.</returns>
        </member>
        <member name="M:Sitecore.Threading.ThreadData.SetData(System.String,System.Object)">
            <summary>
            Sets the data.
            </summary>
            <param name="key">The key.</param>
            <param name="data">The data.</param>
        </member>
        <member name="T:Sitecore.Threading.ThreadData.Keys">
            <summary>
            Represents the keys.
            </summary>
        </member>
        <member name="F:Sitecore.Threading.ThreadData.Keys.Items">
            <summary>"sc_items".</summary>
        </member>
        <member name="T:Sitecore.Tristate">
            <summary>
            Represents a tristate.
            </summary>
        </member>
        <member name="F:Sitecore.Tristate.Undefined">
            <summary>Undefined.</summary>
        </member>
        <member name="F:Sitecore.Tristate.False">
            <summary>False.</summary>
        </member>
        <member name="F:Sitecore.Tristate.True">
            <summary>True.</summary>
        </member>
        <member name="T:Sitecore.UsedImplicitlyAttribute">
            <summary>
            Indicates that the marked symbol is used implicitly (ex. reflection, external library), so this symbol will not be marked as unused (as well as by other usage inspections)
            </summary>
        </member>
        <member name="T:Sitecore.Utc">
            <summary>
            This attribute is used to indicate that the marked symbol is a UTC date/time with <code>DateTime.Kind</code> set to <code>DateTimeKind.Utc</code>.
            </summary>
        </member>
        <member name="T:Sitecore.Utils.EmailUtility">
            <summary>
            Defines the email utility class.
            </summary>
        </member>
        <member name="M:Sitecore.Utils.EmailUtility.IsValidEmailAddress(System.String)">
            <summary>
            Determines whether [is valid email address] [the specified email].
            </summary>
            <param name="email">The email.</param>
            <returns>
              <c>true</c> if [is valid email address] [the specified email]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Utils.EmailUtility.ExtractEmail(System.String)">
            <summary>
            Extracts the email.
            </summary>
            <param name="userName">Name of the user.</param>
            <returns>
            The email.
            </returns>
        </member>
        <member name="T:Sitecore.Utils.GuidUtility">
            <summary>
             
            </summary>
        </member>
        <member name="F:Sitecore.Utils.GuidUtility.DnsNamespace">
            <summary>
            The namespace for fully-qualified domain names (from RFC 4122, Appendix C).
            </summary>
        </member>
        <member name="F:Sitecore.Utils.GuidUtility.UrlNamespace">
            <summary>
            The namespace for URLs (from RFC 4122, Appendix C).
            </summary>
        </member>
        <member name="F:Sitecore.Utils.GuidUtility.IsoOidNamespace">
            <summary>
            The namespace for ISO OIDs (from RFC 4122, Appendix C).
            </summary>
        </member>
        <member name="P:Sitecore.Utils.GuidUtility.HashEncryptionProvider">
            <summary>
            Gets or sets the hash encryption provider.
            </summary>
            <value>
            The hash encryption provider.
            </value>
        </member>
        <member name="M:Sitecore.Utils.GuidUtility.Create(System.String)">
            <summary>
            Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
            </summary>
            <param name="name">The name (within that namespace).</param>
            <returns>A UUID derived from the namespace and name.</returns>
            <remarks>See <a href="http://code.logos.com/blog/2011/04/generating_a_deterministic_guid.html">Generating a deterministic GUID</a>.</remarks>
        </member>
        <member name="M:Sitecore.Utils.GuidUtility.Create(System.String,System.Text.Encoding)">
            <summary>
            Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
            </summary>
            <param name="name">The name (within that namespace).</param>
            <param name="encoding">The encoding used for deriving bytes from the name</param>
            <returns>A UUID derived from the namespace and name.</returns>
            <remarks>See <a href="http://code.logos.com/blog/2011/04/generating_a_deterministic_guid.html">Generating a deterministic GUID</a>.</remarks>
        </member>
        <member name="M:Sitecore.Utils.GuidUtility.Create(System.Guid,System.String,System.Text.Encoding)">
            <summary>
            Creates a name-based UUID using the algorithm from RFC 4122 §4.3.
            </summary>
            <param name="namespaceId">The ID of the namespace.</param>
            <param name="name">The name (within that namespace).</param>
            <param name="encoding">The encoding used for deriving bytes from the name</param>
            <returns>A UUID derived from the namespace and name.</returns>
            <remarks>See <a href="http://code.logos.com/blog/2011/04/generating_a_deterministic_guid.html">Generating a deterministic GUID</a>.</remarks>
        </member>
        <member name="M:Sitecore.Utils.GuidUtility.GetDefaultGuid(System.String,System.Text.Encoding)">
            <summary>
            Gets the default implementation of unique identifier.
            </summary>
            <param name="name">The name.</param>
            <param name="encoding">The encoding.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.VersionManagement.BaseVersionManagementService">
            <summary>
            The service for managing version of Sitecore platform and installed modules.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.BaseVersionManagementService.GetVersionInfo">
            <summary>
            Returns the list of all <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects exist for instance.
            </summary>
            <returns>The list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.BaseVersionManagementService.GetVersionInfo(System.String)">
            <summary>
            Returns the list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects for the certain group.
            </summary>
            <param name="group">The group name e.g. "Modules".</param>
            <returns>The list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.BaseVersionManagementService.GetPlatformVersionInfo">
            <summary>
            Returns the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> of the platform.
            </summary>
            <returns>The <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.BaseVersionManagementService.GetModulesVersionInfo">
            <summary>
            Returns the list of modules <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.
            </summary>
            <returns>The list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.BaseVersionManagementService.SetVersionInfo(Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Saves the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object to the file system.
            </summary>
            <param name="info">The version info.</param>
        </member>
        <member name="T:Sitecore.VersionManagement.Constants">
            <summary>
            BaseVersionManagementService constants.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.Constants.PlatformGroupName">
            <summary>
            The platform group name.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.Constants.ModulesGroupName">
            <summary>
            The modules group name.
            </summary>
        </member>
        <member name="T:Sitecore.VersionManagement.JsonContractResolver">
            <summary>
            Presents custom ContractResolver for serialization VersionInfo via Json.Net
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.JsonContractResolver.#ctor(Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Construct new instance of JsonContractResolver
            </summary>
            <param name="versionInfo">Instance of VersionInfo to be serialized</param>
        </member>
        <member name="T:Sitecore.VersionManagement.VersionInfo">
            <summary>
            The version info.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.#ctor(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="groupName">The group name.</param>
            <param name="major">The major number.</param>
            <param name="minor">The minor number.</param>
            <param name="hotfix">The update number.</param>
            <param name="patch">The patch number.</param>
            <param name="revision">The revision.</param>
            <param name="marketingVersion">The marketing version.</param>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.NullVersion">
            <summary>
            Gets the null version object.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Group">
            <summary>
            Gets or sets the group.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Name">
            <summary>
            Gets or sets the name.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Major">
            <summary>
            Gets or sets the major number.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Minor">
            <summary>
            Gets or sets the minor number.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Update">
            <summary>
            Gets or sets the update number.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Patch">
            <summary>
            Gets or sets the patch number.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Hotfix">
            <summary>
            Gets or sets the update number.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.Revision">
            <summary>
            Gets or sets the revision.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionInfo.MarketingVersion">
            <summary>
            Gets or sets the marketing version.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.Equals(System.Object)">
            <summary>
            Returns a boolean indicating if the passed in object is Equal to this.
            </summary>
            <param name="obj">The object to compare.</param>
            <returns>The value indicating whether object is Equals to this.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.Equals(Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Returns a boolean indicating if the passed in object is Equal to this.
            </summary>
            <param name="version">The version to compare.</param>
            <returns>The value indicating whether object is Equals to this.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.op_Equality(Sitecore.VersionManagement.VersionInfo,Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Returns a boolean indicating if objects are equal.
            </summary>
            <param name="a">The left operand.</param>
            <param name="b">The right operand.</param>
            <returns>The value indicating whether object are equal.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.op_Inequality(Sitecore.VersionManagement.VersionInfo,Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Returns a boolean indicating if objects are not equal.
            </summary>
            <param name="a">The left operand.</param>
            <param name="b">The right operand.</param>
            <returns>The value indicating whether object are not equal.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.ToString">
            <summary>
            Returns a string which represents the object instance.
            </summary>
            <returns>The string representation of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionInfo.GetHashCode">
            <summary>
            Returns the hash code for the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> instance.
            </summary>
            <returns>The hash code.</returns>
        </member>
        <member name="T:Sitecore.VersionManagement.VersionManagementService">
            <summary>
            The service for managing version of Sitecore platform and installed modules.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService.PlatformGroupName">
            <summary>
            The platform group name.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService.ModulesGroupName">
            <summary>
            The modules group name.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService.VersionRootFolderRelativePath">
            <summary>
            The version root folder relative path.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService.PlatformFileName">
            <summary>
            The platform file name.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService.VersionFileExtension">
            <summary>
            The version file extension.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService._platformVersionFilePath">
            <summary>
            The platform version file path.
            </summary>
        </member>
        <member name="F:Sitecore.VersionManagement.VersionManagementService._versionRootFolderPath">
            <summary>
            The version root folder path.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.VersionManagement.VersionManagementService"/> class.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.#ctor(Sitecore.Abstractions.IO.IDirectoryInfoFactory,Sitecore.Abstractions.IO.IFileInfoFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.VersionManagement.VersionManagementService" /> class.
            </summary>
            <param name="directoryInfoFactory">The directory information factory.</param>
            <param name="fileInfoFactory">The file information factory.</param>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionManagementService.FileInfoFactory">
            <summary>
            Gets the file factory.
            </summary>
            <value>
            The file factory.
            </value>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionManagementService.DirectoryInfoFactory">
            <summary>
            Gets the directory factory.
            </summary>
            <value>
            The directory factory.
            </value>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionManagementService.VersionRootFolderPath">
            <summary>
            Gets the version root folder path.
            </summary>
        </member>
        <member name="P:Sitecore.VersionManagement.VersionManagementService.PlatformVersionFilePath">
            <summary>
            Gets the version root folder path.
            </summary>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.GetVersionInfo">
            <summary>
            Returns the list of all <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects exist for instance.
            </summary>
            <returns>The list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.GetVersionInfo(System.String)">
            <summary>
            Returns the list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects for the certain group.
            </summary>
            <param name="group">The group name e.g. "Modules".</param>
            <returns>The list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.GetPlatformVersionInfo">
            <summary>
            Returns the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> of the platform.
            </summary>
            <returns>The <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.GetModulesVersionInfo">
            <summary>
            Returns the list of modules <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.
            </summary>
            <returns>The list of <see cref="T:Sitecore.VersionManagement.VersionInfo"/> objects.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.SetVersionInfo(Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Saves the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object to the file system.
            </summary>
            <param name="info">The version info.</param>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.GetVersionFilePath(Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Gets the path to the version file.
            </summary>
            <param name="info">The version information to get the path for.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.DeserializeVersionInfo(System.String)">
            <summary>
            Deserializes a file content to the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object.
            </summary>
            <param name="filePath">The file path.</param>
            <returns>The <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object.</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.SerializeVersionInfo(Sitecore.VersionManagement.VersionInfo,System.String)">
            <summary>
            Serializes the <see cref="T:Sitecore.VersionManagement.VersionInfo"/> object to the file.
            </summary>
            <param name="info">The version info.</param>
            <param name="filePath">The file path.</param>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.GetSerializedVersionInfo(Sitecore.VersionManagement.VersionInfo)">
            <summary>
            Returns serialized <see cref="T:Sitecore.VersionManagement.VersionInfo"/>
            </summary>
            <param name="info">instance of <see cref="T:Sitecore.VersionManagement.VersionInfo"/></param>
            <returns>JSON string</returns>
        </member>
        <member name="M:Sitecore.VersionManagement.VersionManagementService.MapPath(System.String)">
            <summary>
            Maps a virtual file path to a physical file path.
            </summary>
            <param name="path">A virtual file path.</param>
            <returns>The physical file path.</returns>
        </member>
        <member name="T:Sitecore.Visualization.DefaultLayoutManager">
            <summary>
            The default layout manager.
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.DefaultLayoutManager.GetRendering(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the rendering.
            </summary>
            <param name="fullName">The full name.</param>
            <param name="database">The database.</param>
            <returns>The rendering.</returns>
        </member>
        <member name="T:Sitecore.Visualization.DefaultRuleManager">
            <summary>
            The default rule manager.
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.DefaultRuleManager.Execute(System.Object)">
            <summary>
            Executes the rules associated with the specified object.
            </summary>
            <param name="thisObject">The object to execute rules for.</param>
        </member>
        <member name="M:Sitecore.Visualization.DefaultRuleManager.GetRuleSet(System.Object)">
            <summary>
            Gets a rule set.
            </summary>
            <param name="thisObject">The object to be executed.</param>
            <returns>The rule set.</returns>
        </member>
        <member name="T:Sitecore.Visualization.ItemPainter">
            <summary>
            ItemPainter
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.EnsureDynamicChildControls">
            <summary>
            Ensures that any dynamic child controls has been created.
            </summary>
        </member>
        <member name="P:Sitecore.Visualization.ItemPainter.Mode">
            <summary>
            Gets or sets the rendering mode.
            </summary>
            <value>The mode.</value>
        </member>
        <member name="P:Sitecore.Visualization.ItemPainter.RenderingName">
            <summary>
            Gets or sets the name of the rendering.
            </summary>
            <value>The name of the rendering.</value>
        </member>
        <member name="P:Sitecore.Visualization.ItemPainter.ContextDataSource">
            <summary>
            Gets the context data source.
            </summary>
            <value>The context data source.</value>
        </member>
        <member name="P:Sitecore.Visualization.ItemPainter.ContextItem">
            <summary>
            Gets the current context item.
            </summary>
            <value>The context item.</value>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateChildControls">
            <summary>
            Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.DoRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the control to the specified HTML writer.
            </summary>
            <param name="output">The HtmlTextWriter object that receives the control content.</param>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.ParseControlTree(System.String)">
            <summary>
            Parses a control tree defined in XML.
            </summary>
            <param name="renderers">The renderers.</param>
            <returns>The control tree.</returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.ParseControlTree(System.Xml.XmlNode)">
            <summary>
            Parses a control tree defined in XML.
            </summary>
            <param name="rootNode">The root node.</param>
            <returns>The control tree.</returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.ParseChildControls(System.Xml.XmlNode,System.Web.UI.Control)">
            <summary>
            Parses the child controls.
            </summary>
            <param name="rootNode">The root node.</param>
            <param name="rootControl">The root control.</param>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.GetTargetControl(System.Xml.XmlNode,System.Web.UI.Control)">
            <summary>
            Gets the target control.
            </summary>
            <param name="childNode">The child node.</param>
            <param name="rootControl">The root control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.GetPlaceholder(System.String,System.Collections.Generic.List{Sitecore.Web.UI.WebControls.Placeholder})">
            <summary>
            Gets the place holder.
            </summary>
            <param name="name">The name.</param>
            <param name="placeholders">The place holders.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.ParseControl(System.Xml.XmlNode)">
            <summary>
            Parses a control.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.AssignProperties(System.Xml.XmlNode,System.Web.UI.Control)">
            <summary>
            Assigns the properties.
            </summary>
            <param name="controlNode">The control node.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateControl(System.Xml.XmlNode)">
            <summary>
            Creates the control.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateRenderingControl(System.String)">
            <summary>
            Creates a rendering based control.
            </summary>
            <param name="renderingName">Name of the rendering.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateSpecialControl(System.String,System.Xml.XmlNode)">
            <summary>
            Creates a special control.
            </summary>
            <param name="name">The name.</param>
            <param name="controlNode">The control node.</param>
            <returns>The special control.</returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateSpecialControl(System.String,System.String,System.Xml.XmlNode)">
            <summary>
            Creates a special control.
            </summary>
            <param name="prefix">The prefix.</param>
            <param name="controlName">Name of the control.</param>
            <param name="controlNode">The control node.</param>
            <returns>The special control.</returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateHtmlControl(System.String)">
            <summary>
            Creates a HTML control.
            </summary>
            <param name="controlName">Name of the control.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateSitecoreControl(System.String,System.Xml.XmlNode)">
            <summary>
            Creates a Sitecore control.
            </summary>
            <param name="controlName">Name of the control.</param>
            <param name="controlNode">The control node.</param>
            <returns>The sitecore control.</returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateItemPainterControl">
            <summary>
            Creates the item painter control.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.CreateForeachControl(System.Xml.XmlNode)">
            <summary>
            Creates the foreach control.
            </summary>
            <param name="controlNode">The control node.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.SetProperty(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.PopItem">
            <summary>
            Pops an item.
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.ItemPainter.PushItem(Sitecore.Data.Items.Item)">
            <summary>
            Pushes an item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="T:Sitecore.Visualization.LayoutManager">
            <summary>
            LayoutManager
            </summary>
        </member>
        <member name="F:Sitecore.Visualization.LayoutManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.LayoutManager.GetRendering(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the rendering.
            </summary>
            <param name="fullName">The full name.</param>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Visualization.Rendering">
            <summary>
            Rendering
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.#ctor(Sitecore.Data.Items.Item)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Visualization.Rendering"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Visualization.Rendering.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.GetControl">
            <summary>
            Gets the control associated with the rendering.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.AssignProperties(System.Web.UI.Control)">
            <summary>
            Applies properties to the control.
            </summary>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.SetProperty(System.String,System.String,System.Web.UI.Control)">
            <summary>
            Sets the property.
            </summary>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.GetControlFromTemplate">
            <summary>
            Gets the control from the type of template.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.GetControlFromType">
            <summary>
            Gets the control from a type.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Visualization.Rendering.InstantiateControl">
            <summary>
            Instantiates the control.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Visualization.Rule">
            <summary>
            Rule
            </summary>
        </member>
        <member name="T:Sitecore.Visualization.RuleSet">
            <summary>
            RuleSet
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.RuleSet.Execute(Sitecore.Visualization.RuleExecution)">
            <summary>
            Executes the rule set with the specified context.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Visualization.RuleExecution">
            <summary>
            RuleExecution
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.RuleExecution.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Visualization.RuleExecution"/> class.
            </summary>
            <param name="thisObject">The this object.</param>
        </member>
        <member name="P:Sitecore.Visualization.RuleExecution.ThisObject">
            <summary>
            Gets the current object to be executed.
            </summary>
            <value>The current object to be executed.</value>
        </member>
        <member name="T:Sitecore.Visualization.RuleManager">
            <summary>
            RulesManager
            </summary>
        </member>
        <member name="F:Sitecore.Visualization.RuleManager.Instance">
            <summary>
            The instance.
            </summary>
        </member>
        <member name="M:Sitecore.Visualization.RuleManager.Execute(System.Object)">
            <summary>
            Executes the rules associated with the specified object.
            </summary>
            <param name="thisObject">The object to execute rules for.</param>
        </member>
        <member name="M:Sitecore.Visualization.RuleManager.GetRuleSet(System.Object)">
            <summary>
            Gets a rule set.
            </summary>
            <param name="thisObject">The object to be executed.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.localhost.SitecoreClientAPI">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.#ctor">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.AboutCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.AddItemFromMasterCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.AddItemFromTemplateCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.AddItemRevisionCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ApplyExtranetSecurityToChildrenCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ApplySecurityToChildrenCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ApplySimpleUpdateCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ApproveItemsCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.BackupDatabaseCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.BuildPackageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CanLoginCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CanPublishIncrementallyCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CompactDatabaseCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CopyItemToCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CreateDocumentCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CreateMasterCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.CreateTemplateCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.DeleteChildrenCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.DeleteDocumentCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.DeleteItemCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersionCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersionsCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.DuplicateCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.EmptyRecycleBinCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.EndPreviewCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.EndWebEditCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ExpandLinkedDatabasesCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.FindItemCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetClientLanguageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetControlHtmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetDotMenuCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetHomeItemCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetLocalizedStringCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetMediaInfoCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemFieldCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemFieldsCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemTreeCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemInfoCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemsInfoCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemMastersCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemPathCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemTreeXmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetItemXmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetMediaItemsCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetNewItemXmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetParentIDCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetParentPathCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetPublishingStatusCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetSiblingPathCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetThreadErrorsCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetMethodHtmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetXslFileHtmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetWebPageHtmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.InsertItemTreeXmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.IsLoggedInCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.IsSessionValidCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.IsPreviewingCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.IsWebEditingCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.LoadLayoutCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.LoadPublishFileCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.LoadXslFileCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.LoginCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.LogoutCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.MoveItemToCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.NewLayoutCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.PingCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.PublishCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.PublishItemCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ReloadDatabaseCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.RenameItemCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SaveDatabaseCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SaveItemChangesCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SaveItemsCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SaveLayoutCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SavePackageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SavePageEditDataCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SaveXslFileCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SetClientLanguageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.SetLanguageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.StartPreviewCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.StartWebEditCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.TidyHtmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.TidyHtmlExCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.UpdateDocumentCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.UpdateSortorderCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetPackageInfoCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.GetPackageXmlCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ImportPackageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.LoadPackageCompleted">
            <remarks/>
        </member>
        <member name="E:Sitecore.localhost.SitecoreClientAPI.ResortChildrenCompleted">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.About">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginAbout(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndAbout(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AboutAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AboutAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemFromMaster(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginAddItemFromMaster(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndAddItemFromMaster(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemFromMasterAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemFromMasterAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemFromTemplate(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginAddItemFromTemplate(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndAddItemFromTemplate(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemFromTemplateAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemFromTemplateAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemRevision(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginAddItemRevision(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndAddItemRevision(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemRevisionAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.AddItemRevisionAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplyExtranetSecurityToChildren(System.String,System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginApplyExtranetSecurityToChildren(System.String,System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndApplyExtranetSecurityToChildren(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplyExtranetSecurityToChildrenAsync(System.String,System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplyExtranetSecurityToChildrenAsync(System.String,System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplySecurityToChildren(System.String,System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginApplySecurityToChildren(System.String,System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndApplySecurityToChildren(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplySecurityToChildrenAsync(System.String,System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplySecurityToChildrenAsync(System.String,System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplySimpleUpdate(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginApplySimpleUpdate(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndApplySimpleUpdate(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplySimpleUpdateAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApplySimpleUpdateAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApproveItems(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginApproveItems(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndApproveItems(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApproveItemsAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ApproveItemsAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BackupDatabase">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginBackupDatabase(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndBackupDatabase(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BackupDatabaseAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BackupDatabaseAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BuildPackage(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginBuildPackage(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndBuildPackage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BuildPackageAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BuildPackageAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CanLogin">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCanLogin(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCanLogin(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CanLoginAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CanLoginAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CanPublishIncrementally">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCanPublishIncrementally(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCanPublishIncrementally(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CanPublishIncrementallyAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CanPublishIncrementallyAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CompactDatabase">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCompactDatabase(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCompactDatabase(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CompactDatabaseAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CompactDatabaseAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CopyItemTo(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCopyItemTo(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCopyItemTo(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CopyItemToAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CopyItemToAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateDocument(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCreateDocument(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCreateDocument(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateDocumentAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateDocumentAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateMaster(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCreateMaster(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCreateMaster(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateMasterAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateMasterAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateTemplate(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginCreateTemplate(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndCreateTemplate(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateTemplateAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CreateTemplateAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteChildren(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginDeleteChildren(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndDeleteChildren(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteChildrenAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteChildrenAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteDocument(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginDeleteDocument(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndDeleteDocument(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteDocumentAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteDocumentAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItem(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginDeleteItem(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndDeleteItem(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersion(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginDeleteItemVersion(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndDeleteItemVersion(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersionAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersionAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersions(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginDeleteItemVersions(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndDeleteItemVersions(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersionsAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DeleteItemVersionsAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.Duplicate(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginDuplicate(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndDuplicate(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DuplicateAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.DuplicateAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EmptyRecycleBin">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginEmptyRecycleBin(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndEmptyRecycleBin(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EmptyRecycleBinAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EmptyRecycleBinAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndPreview">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginEndPreview(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndEndPreview(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndPreviewAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndPreviewAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndWebEdit">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginEndWebEdit(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndEndWebEdit(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndWebEditAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndWebEditAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ExpandLinkedDatabases(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginExpandLinkedDatabases(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndExpandLinkedDatabases(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ExpandLinkedDatabasesAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ExpandLinkedDatabasesAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.FindItem(System.String,System.String,System.Boolean,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginFindItem(System.String,System.String,System.Boolean,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndFindItem(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.FindItemAsync(System.String,System.String,System.Boolean,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.FindItemAsync(System.String,System.String,System.Boolean,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetClientLanguage">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetClientLanguage(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetClientLanguage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetClientLanguageAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetClientLanguageAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetControlHtml(System.String,System.Xml.XmlNode,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetControlHtml(System.String,System.Xml.XmlNode,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetControlHtml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetControlHtmlAsync(System.String,System.Xml.XmlNode,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetControlHtmlAsync(System.String,System.Xml.XmlNode,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetDotMenu(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetDotMenu(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetDotMenu(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetDotMenuAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetDotMenuAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetHomeItem">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetHomeItem(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetHomeItem(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetHomeItemAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetHomeItemAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetLocalizedString(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetLocalizedString(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetLocalizedString(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetLocalizedStringAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetLocalizedStringAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMediaInfo(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetMediaInfo(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetMediaInfo(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMediaInfoAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMediaInfoAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItem(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItem(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItem(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemField(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemField(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemField(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemFieldAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemFieldAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemFields(System.String,System.String[])">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemFields(System.String,System.String[],System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemFields(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemFieldsAsync(System.String,System.String[])">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemFieldsAsync(System.String,System.String[],System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemTree(System.String,System.Int32)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemTree(System.String,System.Int32,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemTree(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemTreeAsync(System.String,System.Int32)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemTreeAsync(System.String,System.Int32,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemInfo(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemInfo(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemInfo(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemInfoAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemInfoAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemsInfo(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemsInfo(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemsInfo(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemsInfoAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemsInfoAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemMasters(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemMasters(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemMasters(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemMastersAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemMastersAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemPath(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemPath(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemPath(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemPathAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemPathAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemTreeXml(System.String,System.Int32)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemTreeXml(System.String,System.Int32,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemTreeXml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemTreeXmlAsync(System.String,System.Int32)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemTreeXmlAsync(System.String,System.Int32,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemXml(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetItemXml(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetItemXml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemXmlAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetItemXmlAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMediaItems(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetMediaItems(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetMediaItems(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMediaItemsAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMediaItemsAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetNewItemXml(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetNewItemXml(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetNewItemXml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetNewItemXmlAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetNewItemXmlAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetParentID(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetParentID(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetParentID(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetParentIDAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetParentIDAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetParentPath(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetParentPath(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetParentPath(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetParentPathAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetParentPathAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPublishingStatus(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetPublishingStatus(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetPublishingStatus(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPublishingStatusAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPublishingStatusAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetSiblingPath(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetSiblingPath(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetSiblingPath(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetSiblingPathAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetSiblingPathAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetThreadErrors(System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetThreadErrors(System.Boolean,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetThreadErrors(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetThreadErrorsAsync(System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetThreadErrorsAsync(System.Boolean,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMethodHtml(System.String,System.String,System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetMethodHtml(System.String,System.String,System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetMethodHtml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMethodHtmlAsync(System.String,System.String,System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetMethodHtmlAsync(System.String,System.String,System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetXslFileHtml(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetXslFileHtml(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetXslFileHtml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetXslFileHtmlAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetXslFileHtmlAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetWebPageHtml(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetWebPageHtml(System.String,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetWebPageHtml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetWebPageHtmlAsync(System.String,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetWebPageHtmlAsync(System.String,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.InsertItemTreeXml(System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginInsertItemTreeXml(System.String,System.String,System.Boolean,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndInsertItemTreeXml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.InsertItemTreeXmlAsync(System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.InsertItemTreeXmlAsync(System.String,System.String,System.Boolean,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsLoggedIn">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginIsLoggedIn(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndIsLoggedIn(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsLoggedInAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsLoggedInAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsSessionValid">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginIsSessionValid(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndIsSessionValid(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsSessionValidAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsSessionValidAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsPreviewing">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginIsPreviewing(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndIsPreviewing(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsPreviewingAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsPreviewingAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsWebEditing">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginIsWebEditing(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndIsWebEditing(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsWebEditingAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.IsWebEditingAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadLayout(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginLoadLayout(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndLoadLayout(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadLayoutAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadLayoutAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadPublishFile(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginLoadPublishFile(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndLoadPublishFile(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadPublishFileAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadPublishFileAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadXslFile(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginLoadXslFile(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndLoadXslFile(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadXslFileAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadXslFileAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.Login(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginLogin(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndLogin(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoginAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoginAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.Logout">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginLogout(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndLogout(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LogoutAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LogoutAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.MoveItemTo(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginMoveItemTo(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndMoveItemTo(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.MoveItemToAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.MoveItemToAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.NewLayout(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginNewLayout(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndNewLayout(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.NewLayoutAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.NewLayoutAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.Ping">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginPing(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndPing(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PingAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PingAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.Publish(System.Boolean,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginPublish(System.Boolean,System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndPublish(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PublishAsync(System.Boolean,System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PublishAsync(System.Boolean,System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PublishItem(System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginPublishItem(System.String,System.String,System.Boolean,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndPublishItem(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PublishItemAsync(System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.PublishItemAsync(System.String,System.String,System.Boolean,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ReloadDatabase">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginReloadDatabase(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndReloadDatabase(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ReloadDatabaseAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ReloadDatabaseAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.RenameItem(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginRenameItem(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndRenameItem(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.RenameItemAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.RenameItemAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveDatabase">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSaveDatabase(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSaveDatabase(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveDatabaseAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveDatabaseAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveItemChanges(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSaveItemChanges(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSaveItemChanges(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveItemChangesAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveItemChangesAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveItems(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSaveItems(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSaveItems(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveItemsAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveItemsAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveLayout(System.String,System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSaveLayout(System.String,System.String,System.String,System.Boolean,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSaveLayout(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveLayoutAsync(System.String,System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveLayoutAsync(System.String,System.String,System.String,System.Boolean,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SavePackage(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSavePackage(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSavePackage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SavePackageAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SavePackageAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SavePageEditData(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSavePageEditData(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSavePageEditData(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SavePageEditDataAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SavePageEditDataAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveXslFile(System.String,System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSaveXslFile(System.String,System.String,System.String,System.Boolean,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSaveXslFile(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveXslFileAsync(System.String,System.String,System.String,System.Boolean)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SaveXslFileAsync(System.String,System.String,System.String,System.Boolean,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SetClientLanguage(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSetClientLanguage(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSetClientLanguage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SetClientLanguageAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SetClientLanguageAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SetLanguage(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginSetLanguage(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndSetLanguage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SetLanguageAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.SetLanguageAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.StartPreview(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginStartPreview(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndStartPreview(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.StartPreviewAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.StartPreviewAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.StartWebEdit">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginStartWebEdit(System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndStartWebEdit(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.StartWebEditAsync">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.StartWebEditAsync(System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.TidyHtml(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginTidyHtml(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndTidyHtml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.TidyHtmlAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.TidyHtmlAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.TidyHtmlEx(System.String,System.Boolean,System.Boolean,System.Boolean,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginTidyHtmlEx(System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndTidyHtmlEx(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.TidyHtmlExAsync(System.String,System.Boolean,System.Boolean,System.Boolean,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.TidyHtmlExAsync(System.String,System.Boolean,System.Boolean,System.Boolean,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.UpdateDocument(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginUpdateDocument(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndUpdateDocument(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.UpdateDocumentAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.UpdateDocumentAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.UpdateSortorder(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginUpdateSortorder(System.String,System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndUpdateSortorder(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.UpdateSortorderAsync(System.String,System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.UpdateSortorderAsync(System.String,System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPackageInfo(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetPackageInfo(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetPackageInfo(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPackageInfoAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPackageInfoAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPackageXml(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginGetPackageXml(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndGetPackageXml(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPackageXmlAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.GetPackageXmlAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ImportPackage(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginImportPackage(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndImportPackage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ImportPackageAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ImportPackageAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadPackage(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginLoadPackage(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndLoadPackage(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadPackageAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.LoadPackageAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ResortChildren(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.BeginResortChildren(System.String,System.AsyncCallback,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.EndResortChildren(System.IAsyncResult)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ResortChildrenAsync(System.String)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.ResortChildrenAsync(System.String,System.Object)">
            <remarks/>
        </member>
        <member name="M:Sitecore.localhost.SitecoreClientAPI.CancelAsync(System.Object)">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AboutCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AboutCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.AboutCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AddItemFromMasterCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AddItemFromMasterCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.AddItemFromMasterCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AddItemFromTemplateCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AddItemFromTemplateCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.AddItemFromTemplateCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AddItemRevisionCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.AddItemRevisionCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.AddItemRevisionCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApplyExtranetSecurityToChildrenCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApplyExtranetSecurityToChildrenCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.ApplyExtranetSecurityToChildrenCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApplySecurityToChildrenCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApplySecurityToChildrenCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.ApplySecurityToChildrenCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApplySimpleUpdateCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApplySimpleUpdateCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.ApplySimpleUpdateCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApproveItemsCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ApproveItemsCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.ApproveItemsCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.BackupDatabaseCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.BuildPackageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.BuildPackageCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.BuildPackageCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CanLoginCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CanLoginCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CanLoginCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CanPublishIncrementallyCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CanPublishIncrementallyCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CanPublishIncrementallyCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CompactDatabaseCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CompactDatabaseCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CompactDatabaseCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CopyItemToCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CopyItemToCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CopyItemToCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CreateDocumentCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CreateDocumentCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CreateDocumentCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CreateMasterCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CreateMasterCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CreateMasterCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CreateTemplateCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.CreateTemplateCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.CreateTemplateCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DeleteChildrenCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DeleteChildrenCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.DeleteChildrenCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DeleteDocumentCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DeleteItemCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DeleteItemVersionCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DeleteItemVersionsCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DuplicateCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.DuplicateCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.DuplicateCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.EmptyRecycleBinCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.EmptyRecycleBinCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.EmptyRecycleBinCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.EndPreviewCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.EndWebEditCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ExpandLinkedDatabasesCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.FindItemCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.FindItemCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.FindItemCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetClientLanguageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetClientLanguageCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetClientLanguageCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetControlHtmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetControlHtmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetControlHtmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetDotMenuCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetDotMenuCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetDotMenuCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetHomeItemCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetHomeItemCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetHomeItemCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetLocalizedStringCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetLocalizedStringCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetLocalizedStringCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetMediaInfoCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetMediaInfoCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetMediaInfoCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemFieldCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemFieldCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemFieldCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemFieldsCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemFieldsCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemFieldsCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemTreeCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemTreeCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemTreeCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemInfoCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemInfoCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemInfoCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemsInfoCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemsInfoCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemsInfoCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemMastersCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemMastersCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemMastersCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemPathCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemPathCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemPathCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemTreeXmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemTreeXmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemTreeXmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemXmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetItemXmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetItemXmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetMediaItemsCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetMediaItemsCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetMediaItemsCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetNewItemXmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetNewItemXmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetNewItemXmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetParentIDCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetParentIDCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetParentIDCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetParentPathCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetParentPathCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetParentPathCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetPublishingStatusCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetPublishingStatusCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetPublishingStatusCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetSiblingPathCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetSiblingPathCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetSiblingPathCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetThreadErrorsCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetThreadErrorsCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetThreadErrorsCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetMethodHtmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetMethodHtmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetMethodHtmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetXslFileHtmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetXslFileHtmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetXslFileHtmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetWebPageHtmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetWebPageHtmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetWebPageHtmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.InsertItemTreeXmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.InsertItemTreeXmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.InsertItemTreeXmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsLoggedInCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsLoggedInCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.IsLoggedInCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsSessionValidCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsSessionValidCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.IsSessionValidCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsPreviewingCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsPreviewingCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.IsPreviewingCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsWebEditingCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.IsWebEditingCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.IsWebEditingCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadLayoutCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadLayoutCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.LoadLayoutCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadPublishFileCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadXslFileCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadXslFileCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.LoadXslFileCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoginCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LogoutCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.MoveItemToCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.MoveItemToCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.MoveItemToCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.NewLayoutCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.NewLayoutCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.NewLayoutCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.PingCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.PingCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.PingCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.PublishCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.PublishCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.PublishCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.PublishItemCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.PublishItemCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.PublishItemCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ReloadDatabaseCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.RenameItemCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveDatabaseCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveItemChangesCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveItemChangesCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.SaveItemChangesCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveItemsCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveLayoutCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveLayoutCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.SaveLayoutCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SavePackageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SavePageEditDataCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SavePageEditDataCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.SavePageEditDataCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveXslFileCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SaveXslFileCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.SaveXslFileCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SetClientLanguageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.SetLanguageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.StartPreviewCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.StartWebEditCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.TidyHtmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.TidyHtmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.TidyHtmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.TidyHtmlExCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.TidyHtmlExCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.TidyHtmlExCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.UpdateDocumentCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.UpdateDocumentCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.UpdateDocumentCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.UpdateSortorderCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetPackageInfoCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetPackageInfoCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetPackageInfoCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetPackageXmlCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.GetPackageXmlCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.GetPackageXmlCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ImportPackageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ImportPackageCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.ImportPackageCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadPackageCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.LoadPackageCompletedEventArgs">
            <remarks/>
        </member>
        <member name="P:Sitecore.localhost.LoadPackageCompletedEventArgs.Result">
            <remarks/>
        </member>
        <member name="T:Sitecore.localhost.ResortChildrenCompletedEventHandler">
            <remarks/>
        </member>
        <member name="T:Sitecore.UIUtil">
            <summary>
            Implements helper functions.
            </summary>
        </member>
        <member name="M:Sitecore.UIUtil.AddContentDatabaseParameter(Sitecore.Text.UrlBuilder)">
            <summary>
            Adds the content database parameter.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.UIUtil.AddContentDatabaseParameter(System.String)">
            <summary>
            Adds the content database parameter.
            </summary>
            <param name="url">The URL.</param>
            <returns>url with added parametr</returns>
        </member>
        <member name="M:Sitecore.UIUtil.AddContentDatabaseParameter(System.String,System.Boolean)">
            <summary>
            Adds the content database parameter.
            </summary>
            <param name="url">The URL.</param>
            <param name="checkParameterExists">Check parameter exists</param>
            <returns>url with added parameter</returns>
        </member>
        <member name="M:Sitecore.UIUtil.AddContentDatabaseParameter(Sitecore.Text.UrlString)">
            <summary>
            Adds the content database parameter.
            </summary>
            <param name="url">The URL.</param>
        </member>
        <member name="M:Sitecore.UIUtil.AddMessageParameter(System.String,System.String,System.String)">
            <summary>
            Add a parameter to a message.
            </summary>
            <param name="message">The message.</param>
            <param name="name">The name.</param>
            <param name="value">The value.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.BrowserHeightToDialogHeight(System.String)">
            <summary>
            Converts from browser-reported height to internal dialog height saved in registry.
            </summary>
            <param name="height">The height.</param>
            <returns>The height to dialog height.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.DialogHeightToBrowserHeight(System.String)">
            <summary>
            Converts from internal dialog height to browser-specific dialog height value.
            </summary>
            <param name="height">Height of the pixel.</param>
            <returns>The height.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.ExpandItemMacros(System.String,System.String,System.String,System.String)">
            <summary>
            Substitudes macros from an item.
            </summary>
            <param name="message">The message.</param>
            <param name="id">The id.</param>
            <param name="name">The name.</param>
            <param name="parentID">The parent ID.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.FindControlByType(System.Type)">
            <summary>
            Finds a control by the specified type.
            </summary>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.FindControlByType(System.Web.UI.Control,System.Type)">
            <summary>
            Finds a control by the specified type.
            </summary>
            <param name="parent">The parent.</param>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.FindPopupControl(System.Web.UI.Control)">
            <summary>
            Find a popup control under the parent.
            </summary>
            <param name="parent">The parent control to search.</param>
            <returns>
            A popup control or null, if none were found.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.FormatHeader(System.String,System.String)">
            <summary>
            Formats a header.
            </summary>
            <param name="header">The header.</param>
            <param name="headerStyle">The header style.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.FormatHeader(System.String,System.String,System.Boolean)">
            <summary>
            Formats a header.
            </summary>
            <param name="header">The header.</param>
            <param name="headerStyle">The header style.</param>
            <param name="translate">if set to <c>true</c> this instance is translate.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetApplicationFromShortcut(Sitecore.Data.Items.Item)">
            <summary>
            Gets an application item from a shortcut.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetBrowserClassString">
            <summary>
            Gets the browser class string.
            </summary>
            <returns>The browser class string.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetBrowserAndLanguageCssClasses">
            <summary>
            Gets the browser and language CSS classes.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetBrowserMajorVersion">
            <summary>
            Gets browser major version
            </summary>
            <returns>Browser's major version or -1, if HttpRequest is not specified</returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetHiddenHolder(System.Web.UI.Control)">
            <summary>
            Gets the hidden holder.
            </summary>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetHomeItem(Sitecore.Security.Accounts.User)">
            <summary>
            Gets the home item.
            </summary>
            <param name="user">The user.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetIEEngineBasedVersion">
            <summary>
            Gets the IE engine based version.
            </summary>
            <returns>The IE engine based version.</returns>
            <remarks>
            For example, for Internet Explorer 8 in Compatibility view, return version 8, not 7.
            </remarks>
            <exception cref="T:System.InvalidOperationException">Cannot apply operation for non-IE browsers</exception>
        </member>
        <member name="M:Sitecore.UIUtil.GetItemFromQueryString(Sitecore.Data.Database)">
            <summary>
            Gets the item from query string.
            </summary>
            <param name="database">The database.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetLanguageCssClassString">
            <summary>
            Gets the language CSS class string.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetThumbnailSrc(Sitecore.Data.Items.Item,System.Int32,System.Int32)">
            <summary>
            Gets the thumbnail url
            </summary>
            <param name="item">The item to get the thumbnail for</param>
            <param name="height">The thumnbail height</param>
            <param name="width">The thumbnail width</param>
            <returns>The thumbnail url</returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetUri(System.String)">
            <summary>
            Gets a uri.
            </summary>
            <param name="uri">The URI.</param>
            <returns></returns>
            <remarks>The takes the control: protocol into account.</remarks>
        </member>
        <member name="M:Sitecore.UIUtil.GetUri(System.String,System.String)">
            <summary>
            Gets a uri.
            </summary>
            <param name="uri">The URI.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
            <remarks>The takes the control: protocol into account.</remarks>
        </member>
        <member name="M:Sitecore.UIUtil.GetUri(System.String,Sitecore.Text.UrlString)">
            <summary>
            Gets a uri.
            </summary>
            <param name="uri">The URI.</param>
            <param name="parameters">The parameters.</param>
            <returns></returns>
            <remarks>The takes the control: protocol into account.</remarks>
        </member>
        <member name="M:Sitecore.UIUtil.IsControlUri(System.String)">
            <summary>
            Detects if a URI is a control: protocol.
            </summary>
            <param name="uri">The URI.</param>
            <returns>
            <c>true</c> if [is control URI] [the specified URI]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsFirefox">
            <summary>
            Determines whether this instance is firefox.
            </summary>
            <returns>
            <c>true</c> if this instance is firefox; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsFirefox(System.Web.HttpContextBase)">
            <summary>
            Determines whether this instance is firefox.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if this instance is firefox; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIE">
            <summary>
            Detects if the current browser is IE.
            </summary>
            <returns>
            <c>true</c> if this instance is IE; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIE(System.Web.HttpContextBase)">
            <summary>
            Detects if the current browser is IE.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if this instance is IE; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIEInCompatibilityMode">
            <summary>
            Determines whether the current browser is Internet Explorer in compatibility mode.
            </summary>
            <returns>
              <c>true</c> if the current browser is Internet Explorer in compatibility mode; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIEInCompatibilityMode(System.Web.HttpContextBase)">
            <summary>
            Determines whether the current browser is Internet Explorer in compatibility mode.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if the current browser is Internet Explorer in compatibility mode; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIE(System.Int32)">
            <summary>
            Detects if the current browser is IE.
            </summary>
            <returns>
            <c>true</c> if this instance is IE; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIE(System.Int32,System.Web.HttpContextBase)">
            <summary>
            Detects if the current browser is IE.
            </summary>
            <param name="majorVersion">The major version.</param>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if this instance is IE; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIE11">
            <summary>
            Detects if the current browser is IE 11.
            </summary>
            <returns>
            <c>true</c> if this instance is IE 11; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsIE11(System.Web.HttpContextBase)">
            <summary>
            Detects if the current browser is IE 11.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if this instance is IE 11; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsChrome">
            <summary>
            Determines whether this instance is chrome.
            </summary>
            <returns>
              <c>true</c> if this instance is chrome; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsChrome(System.Web.HttpContextBase)">
            <summary>
            Determines whether this instance is chrome.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if this instance is chrome; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsWebkit">
            <summary>
            Determines whether this instance is webkit.
            </summary>
            <returns>
            <c>true</c> if this instance is webkit; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.IsWebkit(System.Web.HttpContextBase)">
            <summary>
            Determines whether this instance is webkit.
            </summary>
            <param name="context">The context.</param>
            <returns>
              <c>true</c> if this instance is webkit; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.UIUtil.LinkToSearch(System.String,System.String)">
            <summary>
            Links to search.
            </summary>
            <param name="text">The text.</param>
            <param name="query">The query.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.ParseStyle(System.Web.UI.CssStyleCollection,System.String,System.Boolean)">
            <summary>
            Parses a style string.
            </summary>
            <param name="css">The CSS.</param>
            <param name="style">The style.</param>
            <param name="overrideCss">Whether the style overrides the css style collection keys if existed.</param>
        </member>
        <member name="M:Sitecore.UIUtil.ParseStyle(System.Web.UI.CssStyleCollection,System.String)">
            <summary>
            Parses a style string.
            </summary>
            <param name="css">The CSS.</param>
            <param name="style">The style.</param>
        </member>
        <member name="M:Sitecore.UIUtil.StripSitecoreShellPath(System.String)">
            <summary>
            Strips the sitecore shell path.
            </summary>
            <param name="url">The URL.</param>
            <returns>The sitecore shell path.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.SupportsInlineEditing">
            <summary>
            Supports the inline editing.
            </summary>
            <returns>The inline editing.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.UseFlashUpload">
            <summary>
            Uses the flash upload.
            </summary>
            <returns>The flash upload.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.AddContentDatabaseParameter(Sitecore.Text.UrlString,System.Boolean)">
            <summary>
            Adds the content database parameter.
            </summary>
            <param name="url">The URL.</param>
            <param name="checkParameterExists">Check parameter exists</param>
        </member>
        <member name="M:Sitecore.UIUtil.GetIEEngineBasedVersion(System.String)">
            <summary>
            Gets the IE engine based version.
            </summary>
            <param name="userAgent">The user agent.</param>
            <returns>The IE engine based version.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.BrowserAdjustedDialogHeight(System.String,System.Int32)">
            <summary>
            Adjusts dialog height to adopt different browsers.
            </summary>
            <param name="height">The height.</param>
            <param name="sign">The sign. Direction of adjustment.</param>
            <returns>The adjusted dialog height.</returns>
        </member>
        <member name="M:Sitecore.UIUtil.FindControlByType(System.Web.UI.ControlCollection,System.Type)">
            <summary>
            Finds a tag (recursive).
            </summary>
            <param name="list">The list.</param>
            <param name="type">The type.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.UIUtil.GetHttpContext">
            <summary>
            Gets the HTTP context.
            </summary>
            <returns>Current HttpContext.</returns>
        </member>
        <member name="T:Sitecore.ArchivedItemFieldIDs">
            <summary>
            Fields of the Tasks/Command template.
            </summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.ArchiveDate">
            <summary>The ID of the 'Archive date' field.</summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.Completed">
            <summary>The ID of the 'Completed' field.</summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.DatabaseName">
            <summary>The ID of the 'Database name' field.</summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.ItemID">
            <summary>The ID of the 'Item ID' field.</summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.ItemXml">
            <summary>The ID of the 'Item data' field.</summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.ParentID">
            <summary>The ID of the 'Parent ID' field.</summary>
        </member>
        <member name="F:Sitecore.ArchivedItemFieldIDs.UserName">
            <summary>The ID of the 'User' field.</summary>
        </member>
        <member name="T:Sitecore.CommandFieldIDs">
            <summary>
            Fields of the Tasks/Command template.
            </summary>
        </member>
        <member name="F:Sitecore.CommandFieldIDs.Method">
            <summary>The ID of the 'Method' field.</summary>
        </member>
        <member name="F:Sitecore.CommandFieldIDs.Type">
            <summary>The ID of the 'Type' field.</summary>
        </member>
        <member name="T:Sitecore.CommandsCommandFieldIDs">
            <summary>
            Fields of the Commands/Command template.
            </summary>
        </member>
        <member name="F:Sitecore.CommandsCommandFieldIDs.Type">
            <summary>The ID of the 'Type' field.</summary>
        </member>
        <member name="T:Sitecore.DeviceFieldIDs">
            <summary>
            Fields of the Layout/Device template.
            </summary>
        </member>
        <member name="F:Sitecore.DeviceFieldIDs.Agent">
            <summary>The ID of the 'Agent' field.</summary>
        </member>
        <member name="F:Sitecore.DeviceFieldIDs.Default">
            <summary>The ID of the 'Default' field.</summary>
        </member>
        <member name="F:Sitecore.DeviceFieldIDs.FallbackDevice">
            <summary>The ID of the 'Fallback device' field.</summary>
        </member>
        <member name="F:Sitecore.DeviceFieldIDs.DefaultSimulator">
            <summary>The ID of the 'Default Simulator' field.</summary>
        </member>
        <member name="F:Sitecore.DeviceFieldIDs.QueryString">
            <summary>The ID of the 'Query string' field.</summary>
        </member>
        <member name="T:Sitecore.FieldIDs">
            <summary>
            Implements a static class for holding well-known GUIDs
            relating to fields.
            </summary>
            <remarks>
            The class does not contain any functionality, but
            serves only as a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.FieldIDs.ArchiveDate">
            <summary>The ID of the 'Archive date' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ArchiveVersionDate">
            <summary>The ID of the 'Archive date' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.BaseTemplate">
            <summary>The ID of the 'Base template' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.SubitemsSorting">
            <summary>The ID of the 'Child Sorting' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Command">
            <summary>The ID of the 'Command' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.CommentDialogHeight">
            <summary>The ID of the 'Comment Dialog Height' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.CommentTemplate">
            <summary>The ID of the 'Comment Template' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ContextMenu">
            <summary>The ID of the 'Context Menu' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Created">
            <summary>The ID of the 'Created' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.CreatedBy">
            <summary>The ID of the 'Created by' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DefaultDomain">
            <summary>The ID of the 'Default domain' field of the 'Domain folder' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DefaultWorkflow">
            <summary>The ID of the 'Initial workflow' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DefaultCommentDialogHeight">
            <summary>The ID of the 'Default Comment Dialog Height' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DefaultCommentTemplate">
            <summary>The ID of the 'Default Comment Template' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DictionaryKey">
            <summary>The ID of the dictionary "Key" field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DictionaryPhrase">
            <summary>The ID of the dictionary "Phrase" field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DisplayName">
            <summary>The ID of the 'DisplayName' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DomainRoleNameTemplate">
            <summary>The ID of the 'RoleNameTemplate' field of the 'Domain' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DomainUserNameTemplate">
            <summary>The ID of the 'UserNameTemplate' field of the 'Domain' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DomainMembershipProvider">
            <summary>The ID of the 'MembershipProvider' field of the 'Domain' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.DomainUniqueName">
            <summary>The ID of the 'UniqueName' field of the 'Domain' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.EditorPath">
            <summary>The ID of the 'Editor path' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.EnableLanguageFallback">
            <summary> The ID of the 'Enable Language Fallback' field from 'Template field' template. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.EnableSharedLanguageFallback">
            <summary> The ID of the 'Enable Shared Language Fallback' field from 'Template field' template. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.EnforceVersionPresence">
            <summary> The ID of the 'Enforce version presence' field from 'Advanced' section template. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.EnableItemFallback">
            <summary> The ID of the 'Enable item fallback' field from 'Advanced' section template. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.FallbackDomain">
            <summary>The ID of the 'Fallback Domain' field from 'Dictionary Domain' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.FallbackLanguage">
            <summary> The ID of the 'Fallback Language' field from 'Language' template. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Hidden">
            <summary>The ID of the '__Hidden' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.HideVersion">
            <summary>The ID of the 'Hide version' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Icon">
            <summary>The GUID of the 'Icon' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.InheritSecurity">
            <summary>The ID of the 'Inherit security' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.LanguageIso">
            <summary>The ID of the 'Iso' field of the 'Language' template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Lock">
            <summary>The ID of the 'Lock' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Branches">
            <summary>The ID of the 'Branches' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.NextState">
            <summary>The next state </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.NeverPublish">
            <summary>The ID of the 'Never publish' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Originator">
            <summary>The ID of the '__Originator' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.PageDefinition">
            <summary>The ID of the 'Page definition' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Presentation">
            <summary>The ID of the 'Presentation' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Preview">
            <summary>The ID of the 'Preview' field </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.PublishDate">
            <summary>The ID of the 'Publish' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.PublishingTargets">
            <summary>The ID of the 'Publishing targets' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.PublishingTargetDatabase">
            <summary>The ID of the 'Target database' field in a publishing target.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ReminderDate">
            <summary>The ID of the 'Reminder date' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ReminderRecipients">
            <summary>The ID of the 'Reminder recipients' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ReminderText">
            <summary>The ID of the 'Reminder text' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Renderers">
            <summary>The ID of the 'Renderers' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Ribbon">
            <summary>The ID of the 'Ribbon' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.LayoutField">
            <summary>The ID of the 'LayoutField' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ReadOnly">
            <summary>The ID of the 'Read Only' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Reference">
            <summary>The ID of the 'Reference' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Revision">
            <summary>The ID of the 'Revision' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Owner">
            <summary>The ID of the 'Owner' field</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Security">
            <summary>The ID of the 'Security' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Skin">
            <summary>The ID of the 'Skin' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Sortorder">
            <summary>The ID of the 'Sortorder' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.StandardValues">
            <summary>The ID of the 'StandardValues' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.StandardValueHolderId">
            <summary>The ID of the 'StandardValueHolderId' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.State">
            <summary>The ID of the State field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.AppearanceEvaluatorType">
            <summary>The ID of the State Evaluator Type field on the workflow command template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Style">
            <summary>The ID of the Style field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Thumbnail">
            <summary>The ID of the 'Thumbnail' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.UnpublishDate">
            <summary>The ID of the 'Unpublish' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Updated">
            <summary>The ID of the 'Updated' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.UpdatedBy">
            <summary>The ID of the 'Updated by' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.UserMembership">
            <summary>The ID of the 'Membership' field of the User template.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ValidFrom">
            <summary>The ID of the 'Valid from' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.ValidTo">
            <summary>The ID of the 'Valid to' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.FinalLayoutField">
            <summary>
            The ID of the 'Final Renderings' field.
            </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Workflow">
            <summary>The ID of the 'Workflow' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.WorkflowState">
            <summary>The ID of the 'Workflow state' field.</summary>
        </member>
        <member name="F:Sitecore.FieldIDs.Source">
            <summary>The ID of the 'Source' field. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.SourceItem">
            <summary>The ID of the '__Source Item' field. </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.UIStaticItem">
            <summary>
            The ID of the field 'UI Static Item'
            </summary>
        </member>
        <member name="F:Sitecore.FieldIDs.StandardFieldsID">
            <summary>
            The ID of the Standard Fields checkbox item on the ribbon.
            </summary>
        </member>
        <member name="T:Sitecore.FieldButtonIDs">
            <summary>
            Implements a static class for holding well-known GUIDs
            relating to field buttons.
            </summary>
            <remarks>
            The class does not contain any functionality, but
            serves only as a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.FieldButtonIDs.AssignSecurity">
            <summary>The ID of the "Assign Security" field button. </summary>
        </member>
        <member name="T:Sitecore.ItemIDs">
            <summary>
            Implements a static class for holding assorted
            well-known GUID values.
            </summary>
            <remarks>
            The class does not contain any functionality, but serves as
            a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.ItemIDs.AnonymousUser">
            <summary>The Anonymous user ID.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.ConditionalRenderingsGlobalRules">
            <summary>The ID of the /sitecore/system/Settings/Rules/Conditional Renderings/Global Rules.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.ContentRoot">
            <summary>The ID of "/sitecore/content"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.DefaultRibbon">
            <summary>The ID of "/sitecore/content/Applications/Content Editor/Ribbons/Ribbons/Default"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.DevicesRoot">
            <summary>The ID of "/sitecore/layout/Devices"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Dictionary">
            <summary>The ID of "/sitecore/system/Dictionary"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.EveryoneRoleID">
            <summary>The ID of the 'Everyone' role.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.LanguageRoot">
            <summary>The ID of the '/sitecore/system/language' item.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.LayoutRoot">
            <summary>The ID of "/sitecore/layout"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Layouts">
            <summary>The ID of "/sitecore/layout/layouts"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.BranchesRoot">
            <summary>The ID of "/sitecore/templates/branches"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.MediaLibraryRoot">
            <summary>The ID of "/sitecore/media library"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Null">
            <summary>The Null ID.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.PlaceholderSettingsRoot">
            <summary>The ID of "/sitecore/layout/Placeholders"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.RootID">
            <summary>The ID of the Sitecore root item.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Policies">
            <summary>The ID of the root item of the system/policies section</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.TemplateRoot">
            <summary>The ID of the root item of the templates section</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.WorkflowRoot">
            <summary>The ID of the root item of the system/workflows section</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Shell">
            <summary>The ID of the /sitecore/content/System/Shell item in the core database</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.ShellAll">
            <summary>The ID of the /sitecore/content/System/Shell/__All in the core database</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.ShellDefault">
            <summary>The ID of the /sitecore/content/System/Shell/__Default in the core database</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.SystemRoot">
            <summary>The ID of "/sitecore/system"</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Undefined">
            <summary>ID indicating 'undefined' value.</summary>
        </member>
        <member name="M:Sitecore.ItemIDs.#cctor">
            <summary>
            Initializes the <see cref="T:Sitecore.ItemIDs"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.ItemIDs.Analytics">
            <summary>
            Defines the analytics class.
            </summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.DefaultCondition">
            <summary>ID indicating default condition</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.Criteria">
            <summary>ID indicating '/sitecore/system/Settings/Analytics/Filters/Criteria' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.MarketingCenterItem">
            <summary>ID indicating '/sitecore/system/Marketing Control Panel' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.Macros">
            <summary>ID indicating '/sitecore/system/settings/Analytics/Filters/Macros' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.PageEvents">
            <summary>ID indicating '/sitecore/system/settings/Analytics/Page Events' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.Profiles">
            <summary>ID indicating '/sitecore/system/settings/Analytics/Profiles' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.GlobalReports">
            <summary>ID indicating '/sitecore/system/Settings/Analytics/Reports/Reports' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.VisitorIdentifications">
            <summary>ID indicating '/sitecore/system/settings/Analytics/Visitor Identifications' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.VisitorIdentificationTypes">
            <summary>ID indicating '/sitecore/system/settings/Analytics/Visitor Identification Types' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.DashboardReportsItem">
            <summary>ID indicating '/sitecore/system/Settings/Analytics/Dashboard Reports' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.TrafficTypesItem">
            <summary> ID indicating '/sitecore/system/Settings/Analytics/Traffic Type' value. </summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.OrganicBrandedKeywords">
            <summary> ID indicating '/sitecore/system/Settings/Analytics/Organic Branded Keywords' </summary>
        </member>
        <member name="T:Sitecore.ItemIDs.Analytics.Reports">
            <summary>
            Defines the reports class.
            </summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.Reports.ItemReports">
            <summary>ID indicating '/sitecore/system/settings/Analytics/Reports/Item reports' value.</summary>
        </member>
        <member name="T:Sitecore.ItemIDs.Analytics.MarketingCenter">
            <summary>
            Defines the reports class.
            </summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.MarketingCenter.Campaigns">
            <summary>ID indicating '/sitecore/system/Marketing Control Panel/Campaigns' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.MarketingCenter.Goals">
            <summary>ID indicating '/sitecore/system/Marketing Control Panel/Goals' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.MarketingCenter.Policies">
            <summary>ID indicating '/sitecore/system/Marketing Control Panel/Presentation/Policies' value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.MarketingCenter.ReportFilters">
            <summary>ID indicating "/sitecore/system/Marketing Control Panel/Reports/Report Filters" value.</summary>
        </member>
        <member name="F:Sitecore.ItemIDs.Analytics.MarketingCenter.TestLaboratory">
            <summary>ID indicating '/sitecore/system/Marketing Control Panel/Test Laboratory' value.</summary>
        </member>
        <member name="T:Sitecore.RibbonButtonIDs">
            <summary>
            Implements a static class for holding assorted
            well-known ribbon buttons' GUID values.
            </summary>
            <remarks>
            The class does not contain any functionality, but serves as
            a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.RibbonButtonIDs.NewButtonID">
            <summary>
            The ID of /sitecore/content/Applications/Content Editor/Ribbons/Chunks/Insert/New
            </summary>
        </member>
        <member name="T:Sitecore.LayoutFieldIDs">
            <summary>
            Fields of the Layout/Layout template.
            </summary>
        </member>
        <member name="F:Sitecore.LayoutFieldIDs.Path">
            <summary>The ID of the 'Path' field.</summary>
        </member>
        <member name="T:Sitecore.PackageRegistrationFieldIDs">
            <summary>
            Fields of the 'Packages/Package registration' template.
            </summary>
        </member>
        <member name="F:Sitecore.PackageRegistrationFieldIDs.PackageID">
            <summary>The ID of the 'Package id' field.</summary>
        </member>
        <member name="F:Sitecore.PackageRegistrationFieldIDs.PackageName">
            <summary>The ID of the 'Package name' field.</summary>
        </member>
        <member name="F:Sitecore.PackageRegistrationFieldIDs.PackageVersion">
            <summary>The ID of the 'Package version' field.</summary>
        </member>
        <member name="T:Sitecore.PublishingTargetFieldIDs">
            <summary>
            Fields of the 'System/Publishing target' template.
            </summary>
        </member>
        <member name="F:Sitecore.PublishingTargetFieldIDs.PreviewPublishingTarget">
            <summary>
            The ID of the "Preview publishing target" field.
            </summary>
        </member>
        <member name="T:Sitecore.ScheduleFieldIDs">
            <summary>
            Fields of the Tasks/Schedule template.
            </summary>
        </member>
        <member name="F:Sitecore.ScheduleFieldIDs.Async">
            <summary>The ID of the 'Async' field.</summary>
        </member>
        <member name="F:Sitecore.ScheduleFieldIDs.AutoRemove">
            <summary>The ID of the 'Auto remove' field.</summary>
        </member>
        <member name="F:Sitecore.ScheduleFieldIDs.Command">
            <summary>The ID of the 'Command' field.</summary>
        </member>
        <member name="F:Sitecore.ScheduleFieldIDs.Items">
            <summary>The ID of the 'Items' field.</summary>
        </member>
        <member name="F:Sitecore.ScheduleFieldIDs.LastRun">
            <summary>The ID of the 'Last run' field.</summary>
        </member>
        <member name="F:Sitecore.ScheduleFieldIDs.Schedule">
            <summary>The ID of the 'Schedule' field.</summary>
        </member>
        <member name="T:Sitecore.ShellFieldIDs">
            <summary>
            Implements a static class for holding assorted
            well-known GUID values.
            </summary>
            <remarks>
            The class does not contain any functionality, but serves as
            a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.Commands">
            <summary>The ID of the 'Commands' field.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.Deep">
            <summary>The Deep field of the Shell/Shell association template.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.FolderKind">
            <summary>The FolderKind field of the Shell/Shell task group template.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.Branch">
            <summary>The Branch field of the Shell/Shell association template.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.Path">
            <summary>The Path field of the Shell/Shell association template.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.Template">
            <summary>The Template field of the Shell/Shell association template.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.ToolbarIcon">
            <summary>The ToolbarIcon field of the Shell/Shell task group template.</summary>
        </member>
        <member name="F:Sitecore.ShellFieldIDs.ToolbarStylesheetClass">
            <summary>The ToolbarStylesheetClass field of the Shell/Shell task group template.</summary>
        </member>
        <member name="T:Sitecore.TemplateFieldIDs">
            <summary>
            Implements a static class for holding well-known GUIDs
            relating to template fields.
            </summary>
            <remarks>
            The class does not contain any functionality, but
            serves only as a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.DefaultValue">
            <summary>The ID of the 'Default value' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Description">
            <summary>The ID of the Description 'Long description' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.HelpLink">
            <summary>The ID of the 'Help link' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Blob">
            <summary>The ID of the 'Blob' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.ResetBlank">
            <summary>The ID of the 'Reset blank' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Shared">
            <summary>The ID of the Shared field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Source">
            <summary>The ID of the Source field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Title">
            <summary>The ID of the Title field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Type">
            <summary>The ID of the Type field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.ToolTip">
            <summary>The ID of the ToolTip ('Short description') field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Unversioned">
            <summary>The ID of the Unversioned field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.Validation">
            <summary>The ID of the Validation field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.ValidationText">
            <summary>The ID of the ValidationText field.</summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.ExcludeFromTextSearch">
            <summary>The ID for ExcludeFromTextSearch field </summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.DashboardReportNameFieldId">
            <summary> The ID of the Report Name field of Dashboard Report template </summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.DashboardExpirationTimeFieldId">
            <summary> The ID of the Report Name field of Dashboard Report template </summary>
        </member>
        <member name="F:Sitecore.TemplateFieldIDs.IgnoreDictionaryTranslations">
            <summary> The ID of Ignore Dictionary Translations template field </summary>
        </member>
        <member name="T:Sitecore.TemplateIDs">
            <summary>
            Implements a static class for holding well-known GUIDs
            relating to templates.
            </summary>
            <remarks>
            The class does not contain any functionality, but
            serves only as a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.TemplateIDs.Application">
            <summary>The ID of 'Sitecore Client/Applications/Application'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Alias">
            <summary>The ID of 'System/Alias'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.ArchivedItem">
            <summary>The ID of 'System/Archiving/Archived item'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Command">
            <summary>The ID of 'Commands/Command item'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.CommandGroup">
            <summary>The ID of 'Commands/CommandGroup item'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.CommandMaster">
            <summary>The ID of 'System/Masters/Command Master'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Device">
            <summary>The ID of 'System/Layout/Device'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.DictionaryEntry">
            <summary>The ID of 'System/Dictionary/DictionaryEntry'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.DictionaryDomain">
            <summary>The ID of 'System/Dictionary/Dictionary Domain'</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Domain">
            <summary>The ID of 'System/Security/Domain'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.DynamicMaster">
            <summary>The ID of 'System/Masters/Dynamic Master'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Folder">
            <summary>The ID of 'Folder'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.HelpText">
            <summary>The ID of 'Help Text'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Image">
            <summary>The ID of 'Versioned/Image'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Language">
            <summary>The ID of 'System/Language'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Layout">
            <summary>The ID of 'System/Layout/Layout'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.LayoutGroup">
            <summary>The ID of 'System/Layout/Layout group'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.LinkedDatabase">
            <summary>The ID of 'System/LinkedDatabase'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.MainSection">
            <summary>The ID of 'MainSection'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.BranchTemplate">
            <summary>The ID of 'System/Branches/Branch'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.BranchTemplateFolder">
            <summary>The ID of 'System/Branches/Branch Folder'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.MediaFolder">
            <summary>The ID of 'Media folder'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.MenuDivider">
            <summary>The ID of 'System/Menus/Menu Divider'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.MenuItem">
            <summary>The ID of 'System/Menus/Menu Item'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Node">
            <summary>The ID of 'Node'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Notification">
            <summary>
            The notification
            </summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.PackageRegistration">
            <summary>The ID of 'Packages/Package registration'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Property">
            <summary>The ID of 'Property'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Reference">
            <summary>The ID of 'System/Reference'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.RenderingGroup">
            <summary>The ID of 'System/Layout/Rendering group'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Role">
            <summary>The ID of the 'Security/Role'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Schedule">
            <summary>The ID of 'System/Tasks/Schedule'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.StandardTemplate">
            <summary>The ID of 'System/Standard template'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Sublayout">
            <summary>The ID of 'Sublayout'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Template">
            <summary>The ID of 'System/Template'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.TemplateField">
            <summary>The ID of the 'System/Template field'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.TemplateFieldType">
            <summary>The ID of the 'System/Template field type'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.TemplateFolder">
            <summary>The ID of 'System/Template Folder'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.TemplateSection">
            <summary>The ID of the 'System/Template section'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.User">
            <summary>The ID of the 'Security/User'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.VersionedImage">
            <summary>The ID of 'Versioned/Image'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.UnversionedImage">
            <summary>The ID of 'Unversioned/Image'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Workflow">
            <summary>The ID of the 'System/Workflow/Workflow'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.WorkflowCommand">
            <summary>The ID of the 'System/Workflow/Command'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.WorkflowState">
            <summary>The ID of the 'System/Workflow/State'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.XSLRendering">
            <summary>The ID of the 'XSL rendering'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.XMLLayout">
            <summary>The ID of 'System/Layout/XML Layout'.</summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.VersionedFile">
            <summary> The ID of 'System/Media/Versioned/File'. </summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.UnversionedFile">
            <summary> The ID of 'System/Media/Unversioned/File'. </summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.PresetPersona">
            <summary>
            The ID of Preset Persona.
            </summary>
        </member>
        <member name="F:Sitecore.TemplateIDs.Preset">
            <summary>
            The ID of Preset.
            </summary>
        </member>
        <member name="T:Sitecore.TemplateSectionFieldIDs">
            <summary>
            Implements a static class for holding well-known GUIDs
            relating to template sections.
            </summary>
            <remarks>
            The class does not contain any functionality, but
            serves only as a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.TemplateSectionFieldIDs.Control">
            <summary>The ID of the 'Control' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateSectionFieldIDs.HideFields">
            <summary>The ID of the 'HideFields' field.</summary>
        </member>
        <member name="F:Sitecore.TemplateSectionFieldIDs.HiddenByDefault">
            <summary>The ID of the 'HiddenByDefault' field.</summary>
        </member>
        <member name="T:Sitecore.SecurityDatabaseTemplateIDs">
            <summary>
            Implements a static class for holding well-known GUIDs
            relating to templates.
            </summary>
            <remarks>
            The class does not contain any functionality, but
            serves only as a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.SecurityDatabaseTemplateIDs.Folder">
            <summary>The ID of 'Folder' in the security database.</summary>
        </member>
        <member name="T:Sitecore.RoleFieldIDs">
            <summary>
            Fields of the Security/Role template.
            </summary>
        </member>
        <member name="F:Sitecore.RoleFieldIDs.Roles">
            <summary>The ID of the 'Roles' field.</summary>
        </member>
        <member name="T:Sitecore.UserFieldIDs">
            <summary>
            Fields of the Security/User template.
            </summary>
        </member>
        <member name="F:Sitecore.UserFieldIDs.Administrator">
            <summary>The ID of the 'Administrator' field.</summary>
        </member>
        <member name="F:Sitecore.UserFieldIDs.Password">
            <summary>The ID of the 'Password' field.</summary>
        </member>
        <member name="F:Sitecore.UserFieldIDs.Roles">
            <summary>The ID of the 'Roles' field.</summary>
        </member>
        <member name="T:Sitecore.WorkflowFieldIDs">
            <summary>
            Implements a static class for holding assorted
            well-known GUID values.
            </summary>
            <remarks>
            The class does not contain any functionality, but serves as
            a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.WorkflowFieldIDs.FinalState">
            <summary>The Final field of the Workflow/State template.</summary>
        </member>
        <member name="F:Sitecore.WorkflowFieldIDs.PreviewPublishingTargets">
            <summary> The preview publishing targets field of the Workflow/State template.</summary>
        </member>
        <member name="T:Sitecore.RenderingIDs">
            <summary>
            Implements a static class for holding assorted well-known GUID values.
            </summary>
            <remarks>
            The class does not contain any functionality, but serves as
            a placeholder for a predefined GUIDs.
            </remarks>
        </member>
        <member name="F:Sitecore.RenderingIDs.FieldRenderer">
            <summary>The System/FieldRenderer rendering.</summary>
        </member>
        <member name="F:Sitecore.RenderingIDs.HiddenRendering">
            <summary>The System/WebEdit/Hidden Rendering.</summary>
        </member>
        <member name="F:Sitecore.RenderingIDs.WebEditRibbon">
            <summary>The System/WebEdit/WebEdit Ribbon rendering.</summary>
        </member>
        <member name="F:Sitecore.RenderingIDs.WebEditContentEditor">
            <summary>The System/WebEdit/WebEdit Content Editor rendering.</summary>
        </member>
        <member name="T:Sitecore.ItemBucketIDs">
            <summary>
            Implements a static class for holding Item Bucket related well-known GUID values.
            </summary>
        </member>
        <member name="F:Sitecore.ItemBucketIDs.Section">
            <summary>The "templates/System/Templates/Sections/Item Buckets" template</summary>
        </member>
        <member name="T:Sitecore.WordOCX.Extensions.HttpResponseExtensions">
            <summary>
            HttpResponse extension methods
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.Extensions.HttpResponseExtensions.WriteStream(System.Web.HttpResponse,System.IO.Stream)">
            <summary>
            Writes the specified stream.
            </summary>
            <param name="response">The response.</param>
            <param name="stream">The stream.</param>
        </member>
        <member name="M:Sitecore.WordOCX.Extensions.HttpResponseExtensions.WriteLine(System.Web.HttpResponse)">
            <summary>
            Write line to response stream
            </summary>
            <param name="response">Response stream</param>
        </member>
        <member name="M:Sitecore.WordOCX.Extensions.HttpResponseExtensions.WriteLine(System.Web.HttpResponse,System.String)">
            <summary>
            Write line to response stream
            </summary>
            <param name="response">Response stream</param>
            <param name="s">The string to write to the response stream</param>
        </member>
        <member name="T:Sitecore.WordOCX.Extensions.IEnumerableExtensions">
            <summary>
            IEnumerable extensions
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.Extensions.IEnumerableExtensions.StringConcatenate``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.String})">
            <summary>
            Concatenate strings
            </summary>
            <typeparam name="T">Type</typeparam>
            <param name="source">Source</param>
            <param name="func">Function delegate</param>
            <returns>Concatenated string</returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.HtmlDocument">
            <summary>
            Extension of HtmlAgilityPack.HtmlDocument for work with styles
            </summary>
        </member>
        <member name="P:Sitecore.WordOCX.HtmlDocument.HtmlDocument.Styles">
            <summary>
            Gets the styles.
            </summary>
            <value>The styles.</value>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.HtmlDocument.GetImageByFileName(System.String)">
            <summary>
            Gets the image noge by file name.
            </summary>
            <param name="filename">The filename.</param>
            <returns>The image node.</returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.Style">
            <summary>
            Represents Html Style
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.Style.GetStyleDefinition">
            <summary>
            Gets the style definition.
            </summary>
            <returns>The style definition.</returns>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.Style.#ctor(System.String,System.String,Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.Style"/> class.
            </summary>
            <param name="name">The name.</param>
            <param name="definition">The definition.</param>
            <param name="document">The document.</param>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.Styles">
            <summary>
            Representation of style classes used in document
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.Styles.#ctor(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.Styles"/> class.
            </summary>
            <param name="document">The document.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.Styles.InitStyles(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Inits the styles.
            </summary>
            <param name="document">The Html document.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.Styles.GetStylesDefinition">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsageClass">
            <summary>
            Helper for Class selectors
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageClass.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.StyleUsageClass"/> class.
            </summary>
            <param name="className">Name of the class.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageClass.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsageFontDefinition">
            <summary>
            Helper for font selectors
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageFontDefinition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.StyleUsageFontDefinition"/> class.
            </summary>
            <param name="styleName">Name of the style.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageFontDefinition.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsageHelper">
            <summary>
            Abstract class for StyleUsageHelper
            </summary>
        </member>
        <member name="F:Sitecore.WordOCX.HtmlDocument.StyleUsageHelper._className">
            <summary>
            Class name
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageHelper.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.StyleUsageHelper"/> class.
            </summary>
            <param name="className">Name of the class.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageHelper.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsageId">
            <summary>
            Helper for ID selectors
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageId.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.StyleUsageId"/> class.
            </summary>
            <param name="styleName">Name of the style.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageId.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsagesFactory">
            <summary>
            Factory method for style usages
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsagesFactory.GetHelper(System.String)">
            <summary>
            Gets the StyleUsage helper.
            </summary>
            <param name="className">Name of the class.</param>
            <returns>The helper.</returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsagesWithInheritance">
            <summary>
            Helper for selectors with inheritance
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsagesWithInheritance.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.StyleUsagesWithInheritance"/> class.
            </summary>
            <param name="className">Name of the class.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsagesWithInheritance.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsageType">
            <summary>
            Helper for Type selectors
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageType.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.HtmlDocument.StyleUsageType"/> class.
            </summary>
            <param name="className">Name of the class.</param>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageType.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The Html document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.HtmlDocument.StyleUsageUniversal">
            <summary>
            Helper for Universal selectors
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageUniversal.#ctor">
            <summary>
            Helper for Universal selectors
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.HtmlDocument.StyleUsageUniversal.IsUsed(Sitecore.WordOCX.HtmlDocument.HtmlDocument)">
            <summary>
            Determines whether the specified style is used in Html document.
            </summary>
            <param name="document">The Html document.</param>
            <returns>
                <c>true</c> if the specified style is used; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.WordFieldValue">
            <summary>
            Represents WordDocument field value
            </summary>
        </member>
        <member name="F:Sitecore.WordOCX.WordFieldValue.HexadecimalDigits">
            <summary>
            The hexadecimal digits.
            </summary>
        </member>
        <member name="F:Sitecore.WordOCX.WordFieldValue.blobId">
            <summary>
            The _blob id.
            </summary>
        </member>
        <member name="F:Sitecore.WordOCX.WordFieldValue.html">
            <summary>
            The value html.
            </summary>
        </member>
        <member name="F:Sitecore.WordOCX.WordFieldValue.styles">
            <summary>
            The html styles.
            </summary>
        </member>
        <member name="P:Sitecore.WordOCX.WordFieldValue.BlobId">
            <summary>
            Gets or sets the BLOB id.
            </summary>
            <value>The BLOB id.</value>
        </member>
        <member name="P:Sitecore.WordOCX.WordFieldValue.Html">
            <summary>
            Gets or sets the HTML.
            </summary>
            <value>The HTML code.</value>
        </member>
        <member name="P:Sitecore.WordOCX.WordFieldValue.Styles">
            <summary>
            Gets or sets the styles.
            </summary>
            <value>The styles.</value>
        </member>
        <member name="M:Sitecore.WordOCX.WordFieldValue.Int32ToHex(System.UInt32)">
            <summary>
            Convert an Int32 value to string of 8 hexadecimal digits.
            </summary>
            <param name="value">
            The value to convert.
            </param>
            <returns>
            The int 32 to hex.
            </returns>
        </member>
        <member name="M:Sitecore.WordOCX.WordFieldValue.Parse(System.String)">
            <summary>
            Parses the specified value.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>WordFieldValue object
            </returns>
        </member>
        <member name="M:Sitecore.WordOCX.WordFieldValue.HexToInt32(System.String)">
            <summary>
            Parses an usigned 32-bit integer value from it 8-symbols hexadecimal representation.
            </summary>
            <param name="value">
            The value.
            </param>
            <returns>
            The hex to int 32.
            </returns>
            <exception cref="T:System.InvalidOperationException"><c>InvalidOperationException</c>.</exception>
        </member>
        <member name="M:Sitecore.WordOCX.WordFieldValue.GetHtmlWithStyles">
            <summary>
            Gets the HTML with styles.
            </summary>
            <returns>
            The HTML with styles.
            </returns>
        </member>
        <member name="M:Sitecore.WordOCX.WordFieldValue.ToString">
            <summary>
            Returns a <see cref="T:System.String"/> that represents the current <see cref="T:Sitecore.WordOCX.WordFieldValue"/>.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents the current <see cref="T:Sitecore.WordOCX.WordFieldValue"/>.
            </returns>
        </member>
        <member name="T:Sitecore.WordOCX.WordOCXUrlManager">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.WordOCXUrlManager.#ctor(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.WordOCX.WordOCXUrlManager"/> class.
            </summary>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.WordOCX.WordOCXUrlManager.GetDownloadLink">
            <summary>
            Gets the download link.
            </summary>
            <returns>The download link.</returns>
        </member>
        <member name="M:Sitecore.WordOCX.WordOCXUrlManager.GetUploadLink">
            <summary>
            Gets the upload link.
            </summary>
            <returns>The upload link.</returns>
        </member>
        <member name="M:Sitecore.WordOCX.WordOCXUrlManager.GetPreviewLink">
            <summary>
            Gets the preview link.
            </summary>
            <returns>The preview link.</returns>
        </member>
        <member name="M:Sitecore.WordOCX.WordOCXUrlManager.GetEditLink">
            <summary>
            Gets the edit link.
            </summary>
            <returns>The edit link.</returns>
        </member>
        <member name="P:Sitecore.WordOCX.WordOCXUrlManager.UploadBlobID">
            <summary>
            Gets the BLOB ID for upload.
            </summary>
            <value>The upload BLOB ID.</value>
        </member>
        <member name="P:Sitecore.WordOCX.WordOCXUrlManager.DownloadBlobID">
            <summary>
            Gets the BLOB ID for download.
            </summary>
            <value>The download BLOB ID.</value>
        </member>
        <member name="M:Sitecore.WordOCX.WordOCXUrlManager.GetUrlHandle">
            <summary>
            Gets the URL handle.
            </summary>
            <returns>The URL handle.</returns>
        </member>
        <member name="T:Sitecore.WordOCX.WordOcxUtils">
            <summary>
            Word OCX Utils
            </summary>
        </member>
        <member name="M:Sitecore.WordOCX.WordOcxUtils.GetItemLink(Sitecore.Data.Items.Item)">
            <summary>
            Gets the item link.
            </summary>
            <param name="item">The item.</param>
            <returns>Item Uri for hyperlinks</returns>
        </member>
        <member name="T:Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator">
            <summary>
            A basic Workflow Command Appearance Evaluator that can be used by other evaluators as a base.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator.EvaluateState(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Perform the evaluation of the command state.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommand">The command the state is being evaluated for.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator.GetCommandName(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the command name to display.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommand">The command to get the name for.</param>
            <returns>The display name of the command.</returns>
        </member>
        <member name="M:Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator.GetCommandIcon(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon to display.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to get the icon for.</param>
            <returns>The icon of the command.</returns>
        </member>
        <member name="M:Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator.HasUI(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines if the command has a UI.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to inspect.</param>
            <returns>True if the command has UI, otherwise False.</returns>
        </member>
        <member name="M:Sitecore.Workflows.BasicWorkflowCommandAppearanceEvaluator.SuppressComments(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines if comments should be suppressed for this command.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to inspect.</param>
            <returns>True if comments should be suppressed, otherwise False.</returns>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowActionHelper">
            <summary>
            Helper methods for working with workflow.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowActionHelper.ExecuteWorkflowCommand(Sitecore.Data.Items.Item,System.String,System.String)">
            <summary>
            Execute a workflow command against an item.
            </summary>
            <param name="item">The item to execute the workflow command for.</param>
            <param name="commandName">The name of the workflow command to execute if found.</param>
            <param name="comment">The comment to log for the execution.</param>
            <returns>True if the command was executed successfully, otherwise false.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowActionHelper.ExecuteWorkflowCommand(Sitecore.Data.Items.Item,Sitecore.Data.ID,System.String)">
            <summary>
            Execute a workflow command against an item.
            </summary>
            <param name="item">The item to execute the workflow command for.</param>
            <param name="commandId">The ID of the workflow command to execute if found.</param>
            <param name="comment">The comment to log for the execution.</param>
            <returns>True if the command was executed successfully, otherwise false.</returns>
        </member>
        <member name="T:Sitecore.Workflows.Helpers.WorkflowStateNameHelper">
            <summary>
            Provides workflow state name by workflow state ID.
            </summary>
        </member>
        <member name="F:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.Instance">
            <summary>
            The single instance of stateless object.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Helpers.WorkflowStateNameHelper"/> class.
            </summary>
        </member>
        <member name="P:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.NoWorkflowNameText">
            <summary>
            Gets the 'no workflow name' text.
            </summary>
            <value>
            The 'no workflow name' text. Default value: '?'.
            </value>
        </member>
        <member name="M:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.GetWorkflowName(System.String,Sitecore.Data.Database)">
            <summary>
            Gets the name of the workflow state followed by workflow name.
            </summary>
            <param name="workflowStateID">The workflow state identifier.</param>
            <param name="database">The database.</param>
            <returns>Workflow state name followed by workflow name; <see cref="P:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.NoWorkflowNameText"/> if items could not be resolved.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.GetWorkflowName(Sitecore.Data.ID,Sitecore.Data.Database)">
            <summary>
            Gets the name of the workflow state followed by workflow name.
            </summary>
            <param name="workflowStateID">The workflow state identifier.</param>
            <param name="database">The database.</param>
            <returns>Workflow state name followed by workflow name; <see cref="P:Sitecore.Workflows.Helpers.WorkflowStateNameHelper.NoWorkflowNameText"/> if items could not be resolved.</returns>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowUIHelper">
            <summary>
            Helper methods for working with workflow within the Sitecore UI
            </summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowUIHelper.HandleKey">
            <summary>The key used to identify a handle</summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowUIHelper.ItemsUriKeys">
            <summary>The key used to identify the items Uri</summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowUIHelper.ItemSeparator">
            <summary>Pipe used to separate items uris</summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowUIHelper.CommandIDKey">
            <summary>The key used to identify the command ID</summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowUIHelper.DisplayCommentDialog(System.Collections.Generic.List{Sitecore.Data.ItemUri},Sitecore.Data.ID)">
            <summary>
            Display the comment dialog for the specified command to the user
            </summary>
            <param name="itemUris">A list of Item URI which the dialog is being displayed for</param>
            <param name="commandID">The ID of the command to display the comment dialog for</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowUIHelper.ExtractFieldsFromFieldEditor(System.String)">
            <summary>
            Extract the field values set by the field editor
            </summary>
            <param name="handleId">The Id of the handle holding the return values from the field editor</param>
            <returns>A NameValueCollection containg the fields</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowUIHelper.IterateWorkflowHistory(Sitecore.Data.Items.Item,System.Boolean,System.Action{Sitecore.Workflows.WorkflowEvent,System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection})">
            <summary>
            Gathers the workflow history including the state names and icons and allows the caller to perform an action on each entry
            </summary>
            <param name="item">The item to gather the workflow history for</param>
            <param name="descendingOrder">Determines whether the events are ordered descending or ascending</param>
            <param name="actor">The action to perform against each workflow event</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowUIHelper.ExecuteCommand(Sitecore.Data.ItemUri,System.String,System.String,Sitecore.Collections.StringDictionary,Sitecore.Pipelines.Processor)">
            <summary>
            Execute a command for the specified item
            </summary>
            <param name="itemUri">The URI of the item to execute the command against</param>
            <param name="workflowId">The ID of the workflow the command belongs to</param>
            <param name="commandId">The ID of the command to execute</param>
            <param name="commentFields">Comments for this execution</param>
            <param name="completionCallback">A callback to execute once the command has completed execution</param>
            <returns>The workflow execution result, or null if there was an issue.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowUIHelper.ExecuteCommand(Sitecore.Data.Items.Item,Sitecore.Workflows.IWorkflow,System.String,Sitecore.Collections.StringDictionary,Sitecore.Pipelines.Processor)">
            <summary>
            Executes the command.
            </summary>
            <param name="item">The item.</param>
            <param name="workflow">The workflow.</param>
            <param name="commandId">The command identifier.</param>
            <param name="commentFields">The comment fields.</param>
            <param name="completionCallback">The completion callback.</param>
            <returns>The workflow execution result, or null if there was an issue.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowUIHelper.IsWorkflowUiCommandsEnabled(Sitecore.Data.Items.Item)">
            <summary>
            Checks whether the workflow commands are enabled for the User Interface
            </summary>
        </member>
        <member name="T:Sitecore.Workflows.HiddenCommandStateEvaluator">
            <summary>
            A Workflow Command State Evaluator that always returns "hidden".
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.HiddenCommandStateEvaluator.EvaluateState(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Perform the evaluation of the command state.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommand">The command the state is being evaluated for.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="T:Sitecore.Workflows.HistoryStore">
            <summary>
            Represents a history store.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.HistoryStore.AddHistory(Sitecore.Data.Items.Item,System.String,System.String,System.String)">
            <summary>
            Adds the history.
            </summary>
            <param name="item">The item.</param>
            <param name="oldState">The old state.</param>
            <param name="newState">The new state.</param>
            <param name="text">The text.</param>
        </member>
        <member name="M:Sitecore.Workflows.HistoryStore.AddHistory(Sitecore.Data.Items.Item,System.String,System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Adds history to the store
            </summary>
            <param name="item">The item to add the history for</param>
            <param name="oldState">The previous state</param>
            <param name="newState">The new state</param>
            <param name="commentFields">The comments for the transition</param>
        </member>
        <member name="M:Sitecore.Workflows.HistoryStore.ClearHistory(Sitecore.Data.Items.Item)">
            <summary>
            Clears the history.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.HistoryStore.GetHistory(Sitecore.Data.Items.Item)">
            <summary>
            Gets the history.
            </summary>
            <param name="item">The item.</param>
            <returns>The history.</returns>
        </member>
        <member name="T:Sitecore.Workflows.IWorkflow">
            <summary>
            Defines the basic properties of a a workflow.
            </summary>
        </member>
        <member name="P:Sitecore.Workflows.IWorkflow.Appearance">
            <summary>
            Gets the appearance.
            </summary>
            <value>The appearance.</value>
        </member>
        <member name="P:Sitecore.Workflows.IWorkflow.WorkflowID">
            <summary>
            Gets the workflow ID.
            </summary>
            <value>The workflow ID.</value>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.Start(Sitecore.Data.Items.Item)">
            <summary>
            Starts the workflow of the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.Execute(System.String,Sitecore.Data.Items.Item,System.String,System.Boolean,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="comments">The comments.</param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.Execute(System.String,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Boolean,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="commentFields">The comments.</param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.Execute(System.String,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Boolean,Sitecore.Pipelines.Processor,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="commentFields">The comments.</param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="completionCallback">A callback to execute once the command execution is complete.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the type of the access control associated with a specific operation for an account.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The operation.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the specified operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetCommands(Sitecore.Data.Items.Item)">
            <summary>
            Gets the commands.
            </summary>
            <param name="item">The item.</param>
            <returns>The commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetCommands(System.String)">
            <summary>
            Gets the commands.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetHistory(Sitecore.Data.Items.Item)">
            <summary>
            Gets the history.
            </summary>
            <param name="item">The item.</param>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetItemCount(System.String)">
            <summary>
            Gets the item count.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The item count.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetItems(System.String)">
            <summary>
            Gets the items.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetState(Sitecore.Data.Items.Item)">
            <summary>
            Gets the state.
            </summary>
            <param name="item">The item.</param>
            <returns>The state.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetState(System.String)">
            <summary>
            Gets the state.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The state.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.GetStates">
            <summary>
            Gets the states.
            </summary>
            <returns>The states.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.IsApproved(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is approved.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflow.IsApproved(Sitecore.Data.Items.Item,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified item is approved.
            </summary>
            <param name="item">The item.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>
              <c>true</c> if the specified item is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Workflows.IWorkflowCommandAppearanceEvaluator">
            <summary>
            Defines the interface of classes which are used by the workflow UI components to determine the appearance of the command.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowCommandAppearanceEvaluator.EvaluateState(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Perform the evaluation of the command state.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command the state is being evaluated for.</param>
            <returns>The state of the command.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowCommandAppearanceEvaluator.GetCommandName(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the name to display.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to get the name for.</param>
            <returns>The display name of the command.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowCommandAppearanceEvaluator.GetCommandIcon(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the icon to display.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to get the icon for.</param>
            <returns>The icon of the command.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowCommandAppearanceEvaluator.HasUI(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines if the command has a UI.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to inspect.</param>
            <returns>True if the command has UI, otherwise False.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowCommandAppearanceEvaluator.SuppressComments(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Determines if comments should be suppressed for this command.
            </summary>
            <param name="item">The item in workflow.</param>
            <param name="workflowCommandItem">The command to inspect.</param>
            <returns>True if comments should be suppressed, otherwise False.</returns>
        </member>
        <member name="T:Sitecore.Workflows.IWorkflowProvider">
            <summary>
            Defines the basic methods and properties of a workflow provider.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowProvider.GetWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Gets the workflow.
            </summary>
            <param name="item">The item.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowProvider.GetWorkflow(System.String)">
            <summary>
            Gets the workflow.
            </summary>
            <param name="workflowID">The workflow ID.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowProvider.GetWorkflows">
            <summary>
            Gets the workflows.
            </summary>
            <returns>The workflows.</returns>
        </member>
        <member name="M:Sitecore.Workflows.IWorkflowProvider.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes this instance from the specified config item.
            </summary>
            <param name="configItem">The config item.</param>
        </member>
        <member name="T:Sitecore.Workflows.Simple.AutoSubmitAction">
            <summary>
            Workflow action that automatically moves an item to the specified state after saving.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.AutoSubmitAction.Process(Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="T:Sitecore.Workflows.Simple.EmailAction">
            <summary>
            Represents an Email Action.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.EmailAction.Process(Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.EmailAction.GetText(Sitecore.Data.Items.Item,System.String,Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Gets the text.
            </summary>
            <param name="commandItem">The command item.</param>
            <param name="field">The field.</param>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.EmailAction.ReplaceVariables(System.String,Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Replaces the variables.
            </summary>
            <param name="text">The text.</param>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="T:Sitecore.Workflows.Simple.PublishAction">
            <summary>
            Represents a publish action.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.Process(Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">
            The arguments.
            </param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.GetDeep(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Determines if the action is recursive.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <returns>
            <c>true</c> if action is recursive; otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.IsCompareRevision(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether to comparerevision during publish item
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <returns>
            <c>true</c> if action is comparerevision; otherwise <c>false</c>
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.GetRelated(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Determines if related items should be published.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <returns>
            <c>true</c> if related items should be published; otherwise <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.GetTargets(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the targets.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <param name="dataItem">The data item.</param>
            <returns>
            The targets.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.GetLanguages(System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item,Sitecore.Data.Items.Item)">
            <summary>
            Gets the languages.
            </summary>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <param name="dataItem">The data item.</param>
            <returns>An enumerable of discovered languages.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.GetStringValue(System.String,System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets a string value.
            </summary>
            <param name="name">The name.</param>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <returns>The discovered value or null.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.PublishAction.GetEnumerableValue(System.String,System.Collections.Specialized.NameValueCollection,Sitecore.Data.Items.Item)">
            <summary>
            Gets an enumerable value.
            </summary>
            <param name="name">The name.</param>
            <param name="parameters">The parameters.</param>
            <param name="actionItem">The action item.</param>
            <returns>An enumerable of resulting items.</returns>
        </member>
        <member name="T:Sitecore.Workflows.Simple.ValidatorsAction">
            <summary>
            Workflow action that runs all validators on an item and ensures that the current error level
            does not exceed a specified max level.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.ValidatorsAction.Process(Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Runs the processor.
            </summary>
            <param name="args">The arguments.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.ValidatorsAction.GetMaxResult(Sitecore.Workflows.Simple.WorkflowPipelineArgs,Sitecore.Data.Items.Item)">
            <summary>
            Gets the max result.
            </summary>
            <param name="args">The args.</param>
            <param name="commandItem">The command item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.ValidatorsAction.GetText(Sitecore.Data.Items.Item,System.String,Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Gets the text.
            </summary>
            <param name="commandItem">The command item.</param>
            <param name="field">The field.</param>
            <param name="args">The arguments.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.ValidatorsAction.ReplaceVariables(System.String,Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Replaces the variables.
            </summary>
            <param name="text">The text.</param>
            <param name="args">The arguments.</param>
            <returns>The replaced text.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.ValidatorsAction.Validate(Sitecore.Data.Validators.ValidatorCollection,Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Validates the specified validators.
            </summary>
            <param name="validators">The validators.</param>
            <param name="args">The args.</param>
            <returns>The validate result.</returns>
        </member>
        <member name="T:Sitecore.Workflows.Simple.Workflow">
            <summary>
            Represents a workflow.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.#ctor(System.String,Sitecore.Workflows.Simple.WorkflowProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Simple.Workflow"/> class.
            </summary>
            <param name="workflowID">The workflow ID.</param>
            <param name="owner">The owner.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Simple.Workflow"/> class.
            </summary>
            <param name="info">The information.</param>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Workflows.Simple.Workflow.Appearance">
            <summary>
            Gets the appearance.
            </summary>
            <value>The appearance.</value>
        </member>
        <member name="P:Sitecore.Workflows.Simple.Workflow.WorkflowID">
            <summary>
            Gets the workflow ID.
            </summary>
            <value>The workflow ID.</value>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.Execute(System.String,Sitecore.Data.Items.Item,System.String,System.Boolean,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="comments">The comments.</param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
            <exception cref="T:Sitecore.Exceptions.WorkflowStateMissingException"><c>WorkflowStateMissingException</c>.</exception>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.Execute(System.String,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Boolean,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="commentFields"></param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
            <exception cref="T:Sitecore.Exceptions.WorkflowStateMissingException"><c>WorkflowStateMissingException</c>.</exception>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.Execute(System.String,Sitecore.Data.Items.Item,System.String,System.Boolean,Sitecore.Pipelines.Processor,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="comments">The comments.</param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="completionCallback">A callback to execute once the command execution is complete.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
            <exception cref="T:Sitecore.Exceptions.WorkflowStateMissingException"><c>WorkflowStateMissingException</c>.</exception>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.Execute(System.String,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Boolean,Sitecore.Pipelines.Processor,System.Object[])">
            <summary>
            Executes the specified command.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <param name="commentFields"></param>
            <param name="allowUI">if set to <c>true</c> this instance is allow UI.</param>
            <param name="completionCallback">A callback to execute once the command execution is complete.</param>
            <param name="parameters">The parameters.</param>
            <returns>The execute.</returns>
            <exception cref="T:Sitecore.Exceptions.WorkflowStateMissingException"><c>WorkflowStateMissingException</c>.</exception>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.ExecuteStateTransition(Sitecore.Data.ID,Sitecore.Data.Items.Item,Sitecore.Workflows.WorkflowState,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Object[])">
            <summary>
            Move an item from it's previous workflow state to the state referenced by the given command
            </summary>
            <param name="nextStateId">The ID of the state to transition to. If null, the next state will be taken from the commandItem</param>
            <param name="commandItem">The command that was executed</param>
            <param name="previousState">The previous state the item was in</param>
            <param name="item">The item being transitioned</param>
            <param name="commentFields">Comments entered by the user for this transition</param>
            <param name="parameters">Any parameters to pass along to the actions of the new state</param>
            <returns>The results of the transition</returns>
            // TODO: Fix this method sig. Do we really need to pass in all these parameters? Does it make sense architecurally for this method to need them?
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetNextStateId(Sitecore.Data.Items.Item)">
            <summary>
            Gets the next state id.
            </summary>
            <param name="commandItem">The command item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetAccess(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Security.AccessControl.AccessRight)">
            <summary>
            Gets the type of the access control associated with a specific operation for an account.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The operation.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the specified operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetCommands(Sitecore.Data.Items.Item)">
            <summary>
            Gets the commands.
            </summary>
            <param name="item">The item.</param>
            <returns>The commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetCommands(System.String)">
            <summary>
            Gets the commands accessible to the current .
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetCommands(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Gets the commands accessible to the current .
            </summary>
            <param name="stateID">The state ID.</param>
            <param name="item">The item to get the command for.</param>
            <returns>The commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetHistory(Sitecore.Data.Items.Item)">
            <summary>
            Gets the history.
            </summary>
            <param name="item">The item.</param>
            <returns>The history.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetItemCount(System.String)">
            <summary>
            Gets the item count.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The item count.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetItems(System.String)">
            <summary>
            Gets the items.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The items.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetState(System.String)">
            <summary>
            Gets the state.
            </summary>
            <param name="stateID">The state ID.</param>
            <returns>The state.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetState(Sitecore.Data.Items.Item)">
            <summary>
            Gets the state.
            </summary>
            <param name="item">The item.</param>
            <returns>The state.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStates">
            <summary>
            Gets the states.
            </summary>
            <returns>The states.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.IsApproved(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is approved.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.IsApproved(Sitecore.Data.Items.Item,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified item is approved.
            </summary>
            <param name="item">The item.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>
              <c>true</c> if the specified item is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.Start(Sitecore.Data.Items.Item)">
            <summary>
            Starts the workflow of the specified item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Sitecore.Workflows.Simple.Workflow.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Workflows.Simple.Workflow.HistoryStore">
            <summary>
            Gets the history store.
            </summary>
            <value>The history store.</value>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetCommandItem(System.String,Sitecore.Data.Items.Item)">
            <summary>
            Gets the command item.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="item">The item.</param>
            <returns>The command item.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStateItem(Sitecore.Data.Items.Item)">
            <summary>
            Gets a state item.
            </summary>
            <param name="item">The item.</param>
            <returns>The state item.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStateItem(System.String)">
            <summary>
            Gets a state item.
            </summary>
            <param name="stateId">The state id.</param>
            <returns>The state item.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStateItem(Sitecore.Data.ID)">
            <summary>
            Gets a state item.
            </summary>
            <param name="stateId">The state id.</param>
            <returns>The state item.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetWorkflowItem">
            <summary>
            Gets the workflow item.
            </summary>
            <returns>The workflow item.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.AddHistory(Sitecore.Data.Items.Item,System.String,System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Adds the history.
            </summary>
            <param name="item">The item.</param>
            <param name="oldState">The old state.</param>
            <param name="newState">The new state.</param>
            <param name="commentFields">Comments entered for this event.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetDeleteAccessInformation(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether this instance can delete the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if this instance can delete the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetDeleteVersionAccessInformation(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account)">
            <summary>
            Determines whether this instance can delete the specified version of the item.
            </summary>
            <param name="item">The item.</param>
            <param name="account">The account.</param>
            <returns>
              <c>true</c> if this instance can delete the specified version of the item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetWriteAccessInformation(Sitecore.Data.Items.Item,Sitecore.Security.Accounts.Account,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether this instance can write the specified item.
            </summary>
            <param name="item">The item.</param>
            <param name="account">The account.</param>
            <param name="stateItem">The state item.</param>
            <returns>
                <c>true</c> if this instance can write the specified item; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.ClearHistory(Sitecore.Data.Items.Item)">
            <summary>
            Clears the history.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.ExecuteCommandActionsAndTransition(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Object[],Sitecore.Pipelines.Processor)">
            <summary>
            Execute actions for the specified command.
            </summary>
            <param name="commandItem">The command item to execute actions for</param>
            <param name="dataItem">The item in workflow</param>
            <param name="commentFields">Comments entered by the user for this execution</param>
            <param name="parameters">Any parameters to be passed along the pipeline</param>
            <param name="callback">A callback to execute once the command execution is complete.</param>
            <returns>A <see cref="T:Sitecore.Workflows.WorkflowResult"/> containing the outcome of the command execution.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.CommandActionsComplete(Sitecore.Workflows.Simple.WorkflowPipelineArgs)">
            <summary>
            Pipeline processor to complete transition to the next state.
            </summary>
            <param name="args">The argumnets being processed.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.ExecuteStateActions(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Object[])">
            <summary>
            Executes the state actions.
            </summary>
            <param name="stateItem">The state item.</param>
            <param name="dataItem">The data item.</param>
            <param name="commentFields">The comments.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetInitialState(Sitecore.Data.Items.Item)">
            <summary>
            Gets the initial state.
            </summary>
            <param name="item">The item.</param>
            <returns>The initial state.</returns>
            <exception cref="T:Sitecore.Exceptions.WorkflowInitialStateMissingException">Workflow mssing initial state.</exception>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStateID(Sitecore.Data.Items.Item)">
            <summary>
            Gets the state ID.
            </summary>
            <param name="item">The item.</param>
            <returns>The state ID.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetWorkflowFromState(Sitecore.Data.ID)">
            <summary>
            Gets the state of the workflow from.
            </summary>
            <param name="stateId">The state id.</param>
            <returns>The workflow id as a string.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.PerformTransition(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Data.ID,Sitecore.Collections.StringDictionary)">
            <summary>
            Performs the transition.
            </summary>
            <param name="commandItem">The command item.</param>
            <param name="item">The item.</param>
            <param name="stateId">The state id.</param>
            <param name="commentFields">The comments.</param>
            <exception cref="T:Sitecore.Exceptions.WorkflowStateMissingException">Next state is missing.</exception>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.SetStateID(Sitecore.Data.Items.Item,System.String,Sitecore.Collections.StringDictionary)">
            <summary>
            Sets the state ID.
            </summary>
            <param name="item">The item.</param>
            <param name="stateID">The state ID.</param>
            <param name="commentFields">The comments.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.SetStateID(Sitecore.Data.Items.Item,System.String,Sitecore.Collections.StringDictionary,System.String)">
            <summary>
            Sets the state ID.
            </summary>
            <param name="item">The item.</param>
            <param name="stateID">The state ID.</param>
            <param name="commentFields">The comments.</param>
            <param name="workflowID">The workflow ID.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStatePreviewPublishingTargetDatabases(Sitecore.Data.Items.Item)">
            <summary>
            Gets the state preview publishing target databases.
            </summary>
            <param name="state">The state.</param>
            <returns>The collection of selected preview publishing target database names.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStatePreviewPublishingTargets(Sitecore.Data.Items.Item)">
            <summary>
            Gets the state preview publishing target names.
            </summary>
            <param name="state">The state.</param>
            <returns>The collection of selected preview publishing target names.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetStatePreviewPublishingTargetItems(Sitecore.Data.Items.Item)">
            <summary>
            Gets the state preview publishing target items.
            </summary>
            <param name="state">The state.</param>
            <returns>The state preview publishing target items.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.CreateWorkflowState(Sitecore.Data.Items.Item)">
            <summary>
            Creates a workflow state.
            </summary>
            <param name="item">The item.</param>
            <returns>The created workflow state.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.Workflow.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Gets the object data.
            </summary>
            <param name="info">The information.</param>
            <param name="context">The context.</param>
        </member>
        <member name="T:Sitecore.Workflows.Simple.WorkflowPipelineArgs">
            <summary>
            Represents a the arguments for a workflow pipeline.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowPipelineArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Object[])">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Simple.WorkflowPipelineArgs"/> class.
            </summary>
            <param name="dataItem">The data item.</param>
            <param name="commentFields">The comments.</param>
            <param name="parameters">The parameters.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowPipelineArgs.#ctor(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,Sitecore.Collections.StringDictionary,System.Object[],Sitecore.Pipelines.Pipeline,Sitecore.Workflows.WorkflowState)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Simple.WorkflowPipelineArgs" /> class.
            </summary>
            <param name="commandItem">The command item currently being executed</param>
            <param name="dataItem">The data item.</param>
            <param name="commentFields">The comments.</param>
            <param name="parameters">The parameters.</param>
            <param name="pipeline">The pipeline being executed. Required to allow suspension of the pipeline</param>
            <param name="previousState">The previous state.</param>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.CommentFields">
            <summary>
            Gets the comment fields
            </summary>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.DataItem">
            <summary>
            Gets the data item.
            </summary>
            <value>The data item.</value>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.NextStateId">
            <summary>
            Gets the state of the next.
            </summary>
            <value>The state of the next.</value>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.Parameters">
            <summary>
            Gets the parameters.
            </summary>
            <value>The parameters.</value>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.Pipeline">
            <summary>
            Gets the pipeline associated with this <see cref="T:Sitecore.Workflows.Simple.WorkflowPipelineArgs"/>
            </summary>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.PreviousState">
            <summary>
            Gets the previous workflow state of the item
            </summary>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowPipelineArgs.CommandItem">
            <summary>
            Gets the command item being executed
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowPipelineArgs.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Simple.WorkflowPipelineArgs"/> class.
            </summary>
            <param name="info">The info.</param>
            <param name="context">The context.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowPipelineArgs.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.
            </summary>
            <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
            <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
            <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
        </member>
        <member name="T:Sitecore.Workflows.Simple.WorkflowProvider">
            <summary>
            Represents a workflow provider.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.#ctor(System.String,Sitecore.Workflows.HistoryStore)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.Simple.WorkflowProvider"/> class.
            </summary>
            <param name="databaseName">Name of the database.</param>
            <param name="historyStore">The history store.</param>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.GetWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Gets the workflow.
            </summary>
            <param name="item">The item.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.GetWorkflow(System.String)">
            <summary>
            Gets the workflow.
            </summary>
            <param name="workflowID">The workflow ID.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.GetWorkflows">
            <summary>
            Gets the workflows.
            </summary>
            <returns>The workflows.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.Initialize(Sitecore.Data.Items.Item)">
            <summary>
            Initializes this instance from the specified config item.
            </summary>
            <param name="configItem">The config item.</param>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowProvider.Database">
            <summary>
            Gets the database.
            </summary>
            <value>The database.</value>
        </member>
        <member name="P:Sitecore.Workflows.Simple.WorkflowProvider.HistoryStore">
            <summary>
            Gets the history store.
            </summary>
            <value>The history store.</value>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.GetWorkflowID(Sitecore.Data.Items.Item)">
            <summary>
            Gets the workflow ID.
            </summary>
            <param name="item">The item.</param>
            <returns>The workflow ID.</returns>
        </member>
        <member name="M:Sitecore.Workflows.Simple.WorkflowProvider.InstantiateWorkflow(System.String,Sitecore.Workflows.Simple.WorkflowProvider)">
            <summary>
            Instantiates the workflow.
            </summary>
            <param name="workflowId">The workflow id.</param>
            <param name="owner">The owner.</param>
            <returns>The workflow.</returns>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowCommand">
            <summary>
            Represents a workflow command.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowCommand.#ctor(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowCommand"/> class.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="displayName">Name of the display.</param>
            <param name="icon">The icon.</param>
            <param name="hasUI">if set to <c>true</c> this instance is has UI.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowCommand.#ctor(System.String,System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowCommand"/> class.
            </summary>
            <param name="commandID">The command ID.</param>
            <param name="displayName">Name of the display.</param>
            <param name="icon">The icon.</param>
            <param name="hasUI">if set to <c>true</c> this instance is has UI.</param>
            <param name="suppressComment">if set to <c>true</c> workflow comment prompt will be suppressed.</param>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowCommand.CommandID">
            <summary>
            Gets the command ID.
            </summary>
            <value>The command ID.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowCommand.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The display name.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowCommand.HasUI">
            <summary>
            Gets or sets a value indicating whether this instance has UI.
            </summary>
            <value><c>true</c> if this instance has UI; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowCommand.SuppressComment">
            <summary>
            Gets a value indicating whether the workflow comment prompt should be suppressed
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Workflows.WorkflowCommand"/> suppress the comment; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowCommand.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowCommandState">
            <summary>
            Various states of a workflow command.
            </summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowCommandState.Visible">
            <summary>The command is visible.</summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowCommandState.Hidden">
            <summary>The command is hidden.</summary>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowContext">
            <summary>
            Represents the current workflow context.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.#ctor(Sitecore.Context.ContextData)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowContext"/> class.
            </summary>
            <param name="context">The context.</param>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowContext.Enabled">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Workflows.WorkflowContext"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.AddItem(System.String,Sitecore.Data.Items.BranchItem,Sitecore.Data.Items.Item)">
            <summary>
            Adds the item.
            </summary>
            <param name="name">The name.</param>
            <param name="branch">The master.</param>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.AddItem(System.String,Sitecore.Data.Items.TemplateItem,Sitecore.Data.Items.Item)">
            <summary>
            Adds the item.
            </summary>
            <param name="name">The name.</param>
            <param name="template">The template.</param>
            <param name="parent">The parent.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.AddItem(System.String,Sitecore.Data.TemplateID,Sitecore.Data.Items.Item)">
            <summary>
            Adds the item.
            </summary>
            <param name="name">The name.</param>
            <param name="templateID">The template ID.</param>
            <param name="parent">The parent.</param>
            <returns></returns>
            <exception cref="T:Sitecore.Exceptions.WorkflowException"><c>WorkflowException</c>.</exception>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.AddVersion(Sitecore.Data.Items.Item)">
            <summary>
            Adds the version.
            </summary>
            <param name="item">The item.</param>
            <returns>The version.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String)">
            <summary>
            Copies the item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <returns>The item.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.CopyItem(Sitecore.Data.Items.Item,Sitecore.Data.Items.Item,System.String,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Copies the item.
            </summary>
            <param name="item">The item.</param>
            <param name="destination">The destination.</param>
            <param name="copyName">Name of the copy.</param>
            <param name="copyID">The copy ID.</param>
            <param name="deep">if set to <c>true</c> this instance is deep.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.DeleteItem(Sitecore.Data.Items.Item)">
            <summary>
            Deletes the item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.DuplicateItem(Sitecore.Data.Items.Item)">
            <summary>
            Duplicates the item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.DuplicateItem(Sitecore.Data.Items.Item,System.String)">
            <summary>
            Duplicates the item.
            </summary>
            <param name="item">The item.</param>
            <param name="copyName">Name of the copy.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.GetAccess(Sitecore.Data.Items.Item,Sitecore.Security.AccessControl.AccessRight,Sitecore.Security.Accounts.Account)">
            <summary>
            Gets the type of the access control associated with a specific operation for an account.
            </summary>
            <param name="item">The item.</param>
            <param name="accessRight">The operation.</param>
            <param name="account">The account.</param>
            <returns>
                <c>true</c> if the specified operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.GetWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Gets the workflow.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.IsAllowed(Sitecore.Security.AccessControl.AccessRight,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified operation is allowed.
            </summary>
            <param name="right">The operation.</param>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified operation is allowed; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.IsApproved(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item is approved.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.IsApproved(Sitecore.Data.Items.Item,Sitecore.Data.Database)">
            <summary>
            Determines whether the specified item is approved.
            </summary>
            <param name="item">The item.</param>
            <param name="targetDatabase">The pre-production database to check approval for.</param>
            <returns>
              <c>true</c> if the specified item is approved; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.HasDefaultWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has the default workflow.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item has the default workflow; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.HasWorkflow(Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified item has a workflow.
            </summary>
            <param name="item">The item.</param>
            <returns>
                <c>true</c> if the specified item has a workflow; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.ResetWorkflowState(Sitecore.Data.Items.Item)">
            <summary>
            Resets the state of the workflow.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.ResetWorkflowState(Sitecore.Data.Items.Item,System.Boolean)">
            <summary>
            Resets the state of the workflow.
            </summary>
            <param name="item">The item.</param>
            <param name="allVersions">if set to <c>true</c> this instance is all versions.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.StartEditing(Sitecore.Data.Items.Item)">
            <summary>
            Starts the editing state.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.StartEditing(Sitecore.Data.Items.Item,Sitecore.Pipelines.Save.SaveArgs.SaveItem)">
            <summary>
            Starts the editing state. (overloading methods that take saveItem, change the workflow and version when new version is added)
            </summary>
            <param name="item">The item.</param>
            <param name="saveItem">the saveItem</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.IncreaseVersion(Sitecore.Data.Items.Item)">
            <summary>
            Increase the version, then response to the UI
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.HandleException(Sitecore.Exceptions.WorkflowException)">
            <summary>
            Handles the exception.
            </summary>
            <param name="ex">The ex.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.Lock(Sitecore.Data.Items.Item)">
            <summary>
            Locks the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.Unlock(Sitecore.Data.Items.Item)">
            <summary>
            Unlocks the specified item.
            </summary>
            <param name="item">The item.</param>
            <returns></returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.ProcessAdded(Sitecore.Data.Items.Item)">
            <summary>
            Processes the added item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.ProcessCopied(Sitecore.Data.Items.Item)">
            <summary>
            Processes the copied item.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContext.GetField(Sitecore.Pipelines.Save.SaveArgs.SaveItem,Sitecore.Data.ID)">
            <summary>
            Gets the field.
            </summary>
            <param name="item">The item.</param>
            <param name="fieldID">The field ID.</param>
            <returns>The field.</returns>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowContextDisabler">
            <summary>
            The workflow context disabler.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContextDisabler.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowContextDisabler"/> class.
            </summary>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowContextState">
            <summary>
            The workflow context state.
            </summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowContextState.Default">
            <summary>Default - state depends on context.</summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowContextState.Disabled">
            <summary>Disabled - workflow context is disabled.</summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowContextState.Enabled">
            <summary>Enabled - workflow context is enabled.</summary>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowContextStateSwitcher">
            <summary>
            The workflow context state switcher.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowContextStateSwitcher.#ctor(Sitecore.Workflows.WorkflowContextState)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowContextStateSwitcher"/> class.
            </summary>
            <param name="state">
            The state.
            </param>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowEvent">
            <summary>
            Represents a workflow event.
            </summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowEvent.DefaultCommentFieldName">
            <summary>The default name of the comment field</summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowEvent.#ctor(System.String,System.String,System.String,System.String,System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowEvent"/> class.
            </summary>
            <param name="oldState">The old state.</param>
            <param name="newState">The new state.</param>
            <param name="text">The text.</param>
            <param name="user">The user.</param>
            <param name="date">The date.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowEvent.#ctor(System.String,System.String,Sitecore.Collections.StringDictionary,System.String,System.DateTime)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowEvent"/> class.
            </summary>
            <param name="oldState">The old state.</param>
            <param name="newState">The new state.</param>
            <param name="commentFields">The comment fields.</param>
            <param name="user">The user.</param>
            <param name="date">The date.</param>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowEvent.Date">
            <summary>
            Gets the UTC date of workflow event.
            </summary>
            <value>The UTC date of workflow event.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowEvent.NewState">
            <summary>
            Gets the new state.
            </summary>
            <value>The new state.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowEvent.OldState">
            <summary>
            Gets the old state.
            </summary>
            <value>The old state.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowEvent.User">
            <summary>
            Gets the user.
            </summary>
            <value>The user.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowEvent.CommentFields">
            <summary>
            Gets the comment fields
            </summary>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowFilterer">
            <summary>
             
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowFilterer.FilterVisibleCommands(Sitecore.Workflows.WorkflowCommand[])">
            <summary>
            Filters the visible commands.
            </summary>
            <param name="commands">The commands.</param>
            <returns>The visible commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowFilterer.FilterVisibleCommands(Sitecore.Workflows.WorkflowCommand[],Sitecore.Data.Items.Item)">
            <summary>
            Filters the visible commands.
            </summary>
            <param name="commands">The commands.</param>
            <param name="item">The item in workflow.</param>
            <returns>The visible commands.</returns>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowFilterer.IsVisible(Sitecore.Workflows.WorkflowCommand,Sitecore.Data.Items.Item)">
            <summary>
            Determines whether the specified command is visible.
            </summary>
            <param name="command">The command.</param>
            <param name="item">The item in workflow.</param>
            <returns>
                <c>true</c> if the specified command is visible; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowInfo">
            <summary>
            Represents a workflow info.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowInfo.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowInfo"/> class.
            </summary>
            <param name="workflowID">The workflow ID.</param>
            <param name="stateID">The state ID.</param>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowInfo.StateID">
            <summary>
            Gets the state ID.
            </summary>
            <value>The state ID.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowInfo.WorkflowID">
            <summary>
            Gets the workflow ID.
            </summary>
            <value>The workflow ID.</value>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowResult">
            <summary>
            Represents a workflow result.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowResult.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowResult"/> class.
            </summary>
            <param name="succeeded">if set to <c>true</c> this instance is succeeded.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowResult.#ctor(System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowResult"/> class.
            </summary>
            <param name="succeeded">if set to <c>true</c> this instance is succeeded.</param>
            <param name="completed">Indicates whether the workflow completed.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowResult.#ctor(System.Boolean,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowResult"/> class.
            </summary>
            <param name="succeeded">if set to <c>true</c> this instance is succeeded.</param>
            <param name="message">The message.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowResult.#ctor(System.Boolean,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowResult"/> class.
            </summary>
            <param name="succeeded">if set to <c>true</c> this instance is succeeded.</param>
            <param name="message">The message.</param>
            <param name="completed">Indicates whether the workflow completed.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowResult.#ctor(System.Boolean,System.String,Sitecore.Data.ID)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowResult"/> class.
            </summary>
            <param name="succeeded">if set to <c>true</c> this instance is succeeded.</param>
            <param name="message">The message.</param>
            <param name="nextStateId">The next state id.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowResult.#ctor(System.Boolean,System.String,Sitecore.Data.ID,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowResult"/> class.
            </summary>
            <param name="succeeded">if set to <c>true</c> this instance is succeeded.</param>
            <param name="message">The message.</param>
            <param name="nextStateId">The next state id.</param>
            <param name="completed">Indicates whether the workflow completed.</param>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowResult.Message">
            <summary>
            Gets the message.
            </summary>
            <value>The message.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowResult.NextStateId">
            <summary>
            Gets the next state id.
            </summary>
            <value>The next state id.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowResult.Succeeded">
            <summary>
            Gets a value indicating whether this <see cref="T:Sitecore.Workflows.WorkflowResult"/> is succes.
            </summary>
            <value><c>true</c> if succes; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowResult.Completed">
            <summary>
            Indicates whether the workflow execution completed.
            </summary>
            <value>True if workflow ran to completion, otherwise False.</value>
        </member>
        <member name="T:Sitecore.Workflows.WorkflowState">
            <summary>
            WorkflowState
            </summary>
        </member>
        <member name="F:Sitecore.Workflows.WorkflowState.previewPublishingTargets">
            <summary>
            The preview publishing targets for this state.
            </summary>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowState.#ctor(System.String,System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowState"/> class.
            </summary>
            <param name="stateID">The state ID.</param>
            <param name="displayName">Name of the display.</param>
            <param name="icon">The icon.</param>
            <param name="finalState">if set to <c>true</c> this instance is final state.</param>
        </member>
        <member name="M:Sitecore.Workflows.WorkflowState.#ctor(System.String,System.String,System.String,System.Boolean,System.Collections.Generic.IEnumerable{System.String})">
            <summary>
            Initializes a new instance of the <see cref="T:Sitecore.Workflows.WorkflowState"/> class.
            </summary>
            <param name="stateID">The state ID.</param>
            <param name="displayName">The display name.</param>
            <param name="icon">The icon.</param>
            <param name="finalState">if set to <c>true</c>, this is the final state for this workflow.</param>
            <param name="previewPublishingTargets">The preview publishing targets for this state.</param>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowState.DisplayName">
            <summary>
            Gets the display name.
            </summary>
            <value>The display name.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowState.FinalState">
            <summary>
            Gets a value indicating whether the <see cref="T:Sitecore.Workflows.WorkflowState"/> is a final state.
            </summary>
            <value>
                <c>true</c> if the <see cref="T:Sitecore.Workflows.WorkflowState"/> is a final state; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowState.Icon">
            <summary>
            Gets the icon.
            </summary>
            <value>The icon.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowState.StateID">
            <summary>
            Gets the state ID.
            </summary>
            <value>The state ID.</value>
        </member>
        <member name="P:Sitecore.Workflows.WorkflowState.PreviewPublishingTargets">
            <summary>
            Gets the preview publishing targets.
            </summary>
            <value>
            The preview publishing targets.
            </value>
        </member>
        <member name="T:Web.UI.XamlSharp.Xaml.Attributes.JavascriptAttributeAssigner">
            <summary>
            Represents a XamlAttributeExtensibleAssigner.
            </summary>
        </member>
        <member name="M:Web.UI.XamlSharp.Xaml.Attributes.JavascriptAttributeAssigner.AddEvent(Sitecore.Web.UI.XamlSharp.Ajax.AjaxAttributeAssignerEvent)">
            <summary>
            Adds the event.
            </summary>
            <param name="htmlEvent">The HTML event.</param>
        </member>
        <member name="M:Web.UI.XamlSharp.Xaml.Attributes.JavascriptAttributeAssigner.CanAssign(System.Xml.XmlAttribute)">
            <summary>
            Determines whether this instance can assign the specified attribute.
            </summary>
            <param name="attribute">The attribute.</param>
            <returns>
                <c>true</c> if this instance can assign the specified attribute; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:Web.UI.XamlSharp.Xaml.Attributes.JavascriptAttributeAssigner.Assign(Sitecore.Reflection.Emit.EmitWriter,System.Xml.XmlAttribute,Sitecore.Web.UI.XamlSharp.Xaml.Attributes.AttributeEvaluator)">
            <summary>
            Assigns the specified attribute.
            </summary>
            <param name="writer">The writer.</param>
            <param name="attribute">The attribute.</param>
            <param name="evaluator">The evaluator.</param>
        </member>
        <member name="M:Web.UI.XamlSharp.Xaml.Attributes.JavascriptAttributeAssigner.GetEventReference(System.Object)">
            <summary>
            Sets the event.
            </summary>
            <param name="value">The value.</param>
        </member>
        <member name="T:XamlPageStatePersister">
            <summary>
            Represents a XamlPageStatePersister.
            </summary>
        </member>
        <member name="M:XamlPageStatePersister.#ctor(System.Web.UI.Page)">
            <summary>
            Initializes a new instance of the <see cref="T:XamlPageStatePersister"/> class.
            </summary>
            <param name="page">The <see cref="T:System.Web.UI.Page"></see> that the view state persistence mechanism is created for.</param>
            <exception cref="T:System.ArgumentNullException">The page parameter is null.</exception>
        </member>
        <member name="M:XamlPageStatePersister.GetPageStateKey(System.Web.HttpContext)">
            <summary>
            Gets the page state key.
            </summary>
            <returns>The page state key.</returns>
        </member>
        <member name="M:XamlPageStatePersister.Load">
            <summary>
            Overridden by derived classes to deserialize and load persisted state information when a <see cref="T:System.Web.UI.Page"></see> object initializes its control hierarchy.
            </summary>
             
        </member>
        <member name="M:XamlPageStatePersister.Save">
            <summary>
            Overridden by derived classes to serialize persisted state information when a <see cref="T:System.Web.UI.Page"></see> object is unloaded from memory.
            </summary>
        </member>
    </members>
</doc>